// // File generated by rootcint at Sun Jan 30 23:07:57 2011 // Do NOT change. Changes will be lost next time file is generated // #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "TPauliMatrixDict.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void TPauliMatrix_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static void *new_TPauliMatrix(void *p = 0); static void *newArray_TPauliMatrix(Long_t size, void *p); static void delete_TPauliMatrix(void *p); static void deleteArray_TPauliMatrix(void *p); static void destruct_TPauliMatrix(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPauliMatrix*) { ::TPauliMatrix *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPauliMatrix >(0); static ::ROOT::TGenericClassInfo instance("TPauliMatrix", ::TPauliMatrix::Class_Version(), "./TPauliMatrix.h", 24, typeid(::TPauliMatrix), DefineBehavior(ptr, ptr), &::TPauliMatrix::Dictionary, isa_proxy, 3, sizeof(::TPauliMatrix) ); instance.SetNew(&new_TPauliMatrix); instance.SetNewArray(&newArray_TPauliMatrix); instance.SetDelete(&delete_TPauliMatrix); instance.SetDeleteArray(&deleteArray_TPauliMatrix); instance.SetDestructor(&destruct_TPauliMatrix); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TPauliMatrix*) { return GenerateInitInstanceLocal((::TPauliMatrix*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ TClass *TPauliMatrix::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TPauliMatrix::Class_Name() { return "TPauliMatrix"; } //______________________________________________________________________________ const char *TPauliMatrix::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TPauliMatrix::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TPauliMatrix::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TPauliMatrix::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TPauliMatrix::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TPauliMatrix. TClass *R__cl = ::TPauliMatrix::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fMatrix[2][2]", fMatrix); } namespace ROOT { // Wrappers around operator new static void *new_TPauliMatrix(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TPauliMatrix : new ::TPauliMatrix; } static void *newArray_TPauliMatrix(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TPauliMatrix[nElements] : new ::TPauliMatrix[nElements]; } // Wrapper around operator delete static void delete_TPauliMatrix(void *p) { delete ((::TPauliMatrix*)p); } static void deleteArray_TPauliMatrix(void *p) { delete [] ((::TPauliMatrix*)p); } static void destruct_TPauliMatrix(void *p) { typedef ::TPauliMatrix current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TPauliMatrix /******************************************************** * TPauliMatrixDict.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableTPauliMatrixDict(); extern "C" void G__set_cpp_environmentTPauliMatrixDict() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TPauliMatrix.h"); G__cpp_reset_tagtableTPauliMatrixDict(); } #include extern "C" int G__cpp_dllrevTPauliMatrixDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TPauliMatrix */ static int G__TPauliMatrixDict_167_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix[n]; } else { p = new((void*) gvp) TPauliMatrix[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix; } else { p = new((void*) gvp) TPauliMatrix; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix((const EPauliIndex) G__int(libp->para[0])); } else { p = new((void*) gvp) TPauliMatrix((const EPauliIndex) G__int(libp->para[0])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix((const Int_t) G__int(libp->para[0])); } else { p = new((void*) gvp) TPauliMatrix((const Int_t) G__int(libp->para[0])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix((const Double_t) G__double(libp->para[0])); } else { p = new((void*) gvp) TPauliMatrix((const Double_t) G__double(libp->para[0])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix(*(Complex_t*) libp->para[0].ref); } else { p = new((void*) gvp) TPauliMatrix(*(Complex_t*) libp->para[0].ref); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix* p = NULL; char* gvp = (char*) G__getgvp(); //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix(*(Complex_t*) libp->para[0].ref, *(TThreeVectorComplex*) libp->para[1].ref); } else { p = new((void*) gvp) TPauliMatrix(*(Complex_t*) libp->para[0].ref, *(TThreeVectorComplex*) libp->para[1].ref); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TPauliMatrix(*(TPauliMatrix*) libp->para[0].ref); } else { p = new((void*) gvp) TPauliMatrix(*(TPauliMatrix*) libp->para[0].ref); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const TPauliMatrix*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix::SetResolution((const Double_t) G__double(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letdouble(result7, 100, (double) ((const TPauliMatrix*) G__getstructoffset())->Resolution()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const TPauliMatrix*) G__getstructoffset())->IsIdentity()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const TPauliMatrix*) G__getstructoffset())->IsUnitary()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const TPauliMatrix*) G__getstructoffset())->IsDiagonal()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const TPauliMatrix*) G__getstructoffset())->IsHermetian()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const TPauliMatrix*) G__getstructoffset())->IsIdempotent()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const Complex_t* pobj; const Complex_t xobj = ((const TPauliMatrix*) G__getstructoffset())->Trace(); pobj = new Complex_t(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const Complex_t* pobj; const Complex_t xobj = ((const TPauliMatrix*) G__getstructoffset())->Determ(); pobj = new Complex_t(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((const TPauliMatrix*) G__getstructoffset())->Decompose(*(Double_t*) G__Doubleref(&libp->para[0]), *(TThreeVectorReal*) libp->para[1].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((const TPauliMatrix*) G__getstructoffset())->Decompose(*(Complex_t*) libp->para[0].ref, *(TThreeVectorComplex*) libp->para[1].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((const TPauliMatrix*) G__getstructoffset())->GetDiagonal(*(Complex_t*) libp->para[0].ref, *(Complex_t*) libp->para[1].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator=(*(TPauliMatrix*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator+=(*(TPauliMatrix*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator+=(*(Complex_t*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator+=(*(Double_t*) G__Doubleref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator-=(*(TPauliMatrix*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator-=(*(Complex_t*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator-=(*(Double_t*) G__Doubleref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator*=(*(TPauliMatrix*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator*=(*(Complex_t*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator*=(*(Double_t*) G__Doubleref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator/=(*(TPauliMatrix*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator/=(*(Complex_t*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->operator/=(*(Double_t*) G__Doubleref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const TPauliMatrix*) G__getstructoffset())->operator==(*(TPauliMatrix*) libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const TPauliMatrix*) G__getstructoffset())->operator!=(*(TPauliMatrix*) libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->Zero(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->Conj(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->Invert(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->Adjoint(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->Transpose(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->Compose((const Double_t) G__double(libp->para[0]), *(TThreeVectorReal*) libp->para[1].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->Compose(*(Complex_t*) libp->para[0].ref, *(TThreeVectorComplex*) libp->para[1].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SetDiagonal(*(Complex_t*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SetDiagonal(*(Complex_t*) libp->para[0].ref, *(Complex_t*) libp->para[1].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SetDensity(*(TThreeVectorReal*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SetRotation(*(TThreeRotation*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SetRotation(*(TThreeVectorReal*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SetRotation(*(TUnitVector*) libp->para[0].ref, (const Double_t) G__double(libp->para[1])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SetRotation((const Double_t) G__double(libp->para[0]), (const Double_t) G__double(libp->para[1]) , (const Double_t) G__double(libp->para[2])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->SimTransform(*(TPauliMatrix*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix& obj = ((TPauliMatrix*) G__getstructoffset())->UniTransform(*(TPauliMatrix*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TPauliMatrix* pobj; const TPauliMatrix xobj = ((const TPauliMatrix*) G__getstructoffset())->operator-(); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((TPauliMatrix*) G__getstructoffset())->Print((Option_t*) G__int(libp->para[0])); G__setnull(result7); break; case 0: ((TPauliMatrix*) G__getstructoffset())->Print(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TPauliMatrix::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TPauliMatrix::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TPauliMatrix::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TPauliMatrix::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const TPauliMatrix*) G__getstructoffset())->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TPauliMatrix*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref, (char*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TPauliMatrix*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TPauliMatrix*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TPauliMatrix::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TPauliMatrix::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TPauliMatrix::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict_167_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TPauliMatrix::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TPauliMatrix G__TTPauliMatrix; static int G__TPauliMatrixDict_167_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 0 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TPauliMatrix*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TPauliMatrix*) (soff+(sizeof(TPauliMatrix)*i)))->~G__TTPauliMatrix(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TPauliMatrix*) soff; } else { G__setgvp((long) G__PVOID); ((TPauliMatrix*) (soff))->~G__TTPauliMatrix(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ static int G__TPauliMatrixDict__0_1383(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator+(*(TPauliMatrix*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1384(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator+(*(Complex_t*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1385(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator+(*(TPauliMatrix*) libp->para[0].ref, *(Complex_t*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1386(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator-(*(TPauliMatrix*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1387(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator-(*(Complex_t*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1388(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator-(*(TPauliMatrix*) libp->para[0].ref, *(Complex_t*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1389(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator*(*(TPauliMatrix*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1390(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator*(*(Complex_t*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1391(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator*(*(TPauliMatrix*) libp->para[0].ref, *(Complex_t*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1392(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator/(*(TPauliMatrix*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1393(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator/(*(Complex_t*) libp->para[0].ref, *(TPauliMatrix*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1394(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { TPauliMatrix* pobj; TPauliMatrix xobj = operator/(*(TPauliMatrix*) libp->para[0].ref, *(Complex_t*) libp->para[1].ref); pobj = new TPauliMatrix(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1395(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TBuffer& obj = operator>>(*(TBuffer*) libp->para[0].ref, libp->para[1].ref ? *(TPauliMatrix**) libp->para[1].ref : *(TPauliMatrix**) (&G__Mlong(libp->para[1]))); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TPauliMatrixDict__0_1396(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const TBuffer& obj = operator<<(*(TBuffer*) libp->para[0].ref, (const TPauliMatrix*) G__int(libp->para[1])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } /********************************************************* * Member function Stub *********************************************************/ /* TPauliMatrix */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTPauliMatrixDict { public: G__Sizep2memfuncTPauliMatrixDict(): p(&G__Sizep2memfuncTPauliMatrixDict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTPauliMatrixDict::*p)(); }; size_t G__get_sizep2memfuncTPauliMatrixDict() { G__Sizep2memfuncTPauliMatrixDict a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceTPauliMatrixDict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTPauliMatrixDict() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0,-1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Double_t",100,-1,0,-1); G__setnewtype(-1,"Double 8 bytes",0); G__search_typename2("Bool_t",103,-1,0,-1); G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0); G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256,-1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TPauliMatrixDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TPauliMatrixDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TPauliMatrixDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TPauliMatrixDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TPauliMatrixDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TPauliMatrixDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("TUnitVector",117,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TThreeVectorReal),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("Complex_t",117,G__get_linked_tagnum(&G__TPauliMatrixDictLN_complexlEdoublegR),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TPauliMatrix */ static void G__setup_memvarTPauliMatrix(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); { TPauliMatrix *p; p=(TPauliMatrix*)0x1000; if (p) { } G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__TPauliMatrixDictLN_complexlEdoublegR),G__defined_typename("Complex_t"),-1,2,"fMatrix[2][2]=",0,"complex matrix allocated on stack"); G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-2,2,"fResolution=",0,"matrix resolving \"distance\""); G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__TPauliMatrixDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTPauliMatrixDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTPauliMatrix(void) { /* TPauliMatrix */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix)); G__memfunc_setup("TPauliMatrix",1220,G__TPauliMatrixDict_167_0_1, 105, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TPauliMatrix",1220,G__TPauliMatrixDict_167_0_2, 105, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 1, 1, 1, 0, "i 'EPauliIndex' - 10 - i", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TPauliMatrix",1220,G__TPauliMatrixDict_167_0_3, 105, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 10 - a", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TPauliMatrix",1220,G__TPauliMatrixDict_167_0_4, 105, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 1, 1, 1, 0, "d - 'Double_t' 10 - a", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TPauliMatrix",1220,G__TPauliMatrixDict_167_0_5, 105, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 1, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TPauliMatrix",1220,G__TPauliMatrixDict_167_0_6, 105, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a u 'TThreeVectorComplex' - 11 - b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TPauliMatrix",1220,G__TPauliMatrixDict_167_0_7, 105, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - another", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator[]",1060,G__TPauliMatrixDict_167_0_8, 85, G__get_linked_tagnum(&G__TPauliMatrixDictLN_complexlEdoublegR), G__defined_typename("Complex_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - row", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetResolution",1376,G__TPauliMatrixDict_167_0_9, 121, -1, -1, 0, 1, 3, 1, 0, "d - 'Double_t' 10 - resolution", (char*)NULL, (void*) G__func2void( (void (*)(const Double_t))(&TPauliMatrix::SetResolution) ), 0); G__memfunc_setup("Resolution",1076,G__TPauliMatrixDict_167_0_10, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsIdentity",1030,G__TPauliMatrixDict_167_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsUnitary",936,G__TPauliMatrixDict_167_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsDiagonal",987,G__TPauliMatrixDict_167_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsHermetian",1113,G__TPauliMatrixDict_167_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsIdempotent",1237,G__TPauliMatrixDict_167_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Trace",495,G__TPauliMatrixDict_167_0_16, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_complexlEdoublegR), G__defined_typename("Complex_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Determ",609,G__TPauliMatrixDict_167_0_17, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_complexlEdoublegR), G__defined_typename("Complex_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Decompose",927,G__TPauliMatrixDict_167_0_18, 121, -1, -1, 0, 2, 1, 1, 8, "d - 'Double_t' 1 - a u 'TThreeVectorReal' - 1 - b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Decompose",927,G__TPauliMatrixDict_167_0_19, 121, -1, -1, 0, 2, 1, 1, 8, "u 'complex' 'Complex_t' 1 - a u 'TThreeVectorComplex' - 1 - b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetDiagonal",1087,G__TPauliMatrixDict_167_0_20, 121, -1, -1, 0, 2, 1, 1, 8, "u 'complex' 'Complex_t' 1 - a11 u 'complex' 'Complex_t' 1 - a22", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator=",937,G__TPauliMatrixDict_167_0_21, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - source", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator+=",980,G__TPauliMatrixDict_167_0_22, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - source", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator+=",980,G__TPauliMatrixDict_167_0_23, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'complex' 'Complex_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator+=",980,G__TPauliMatrixDict_167_0_24, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator-=",982,G__TPauliMatrixDict_167_0_25, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - source", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator-=",982,G__TPauliMatrixDict_167_0_26, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'complex' 'Complex_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator-=",982,G__TPauliMatrixDict_167_0_27, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator*=",979,G__TPauliMatrixDict_167_0_28, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - source", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator*=",979,G__TPauliMatrixDict_167_0_29, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'complex' 'Complex_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator*=",979,G__TPauliMatrixDict_167_0_30, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator/=",984,G__TPauliMatrixDict_167_0_31, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - source", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator/=",984,G__TPauliMatrixDict_167_0_32, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'complex' 'Complex_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator/=",984,G__TPauliMatrixDict_167_0_33, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 11 - factor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator==",998,G__TPauliMatrixDict_167_0_34, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TPauliMatrix' - 11 - other", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator!=",970,G__TPauliMatrixDict_167_0_35, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TPauliMatrix' - 11 - other", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Zero",416,G__TPauliMatrixDict_167_0_36, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Conj",394,G__TPauliMatrixDict_167_0_37, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Invert",632,G__TPauliMatrixDict_167_0_38, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Adjoint",713,G__TPauliMatrixDict_167_0_39, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Transpose",959,G__TPauliMatrixDict_167_0_40, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Compose",726,G__TPauliMatrixDict_167_0_41, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 2, 1, 1, 0, "d - 'Double_t' 10 - a u 'TThreeVectorReal' - 11 - polar", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Compose",726,G__TPauliMatrixDict_167_0_42, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 2, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a u 'TThreeVectorComplex' - 11 - polar", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetDiagonal",1099,G__TPauliMatrixDict_167_0_43, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetDiagonal",1099,G__TPauliMatrixDict_167_0_44, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 2, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a11 u 'complex' 'Complex_t' 11 - a22", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetDensity",1036,G__TPauliMatrixDict_167_0_45, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TThreeVectorReal' - 11 - polar", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRotation",1148,G__TPauliMatrixDict_167_0_46, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TThreeRotation' - 11 - rotOp", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRotation",1148,G__TPauliMatrixDict_167_0_47, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TThreeVectorReal' - 11 - axis", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRotation",1148,G__TPauliMatrixDict_167_0_48, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 2, 1, 1, 0, "u 'TThreeVectorReal' 'TUnitVector' 11 - axis d - 'Double_t' 10 - angle", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRotation",1148,G__TPauliMatrixDict_167_0_49, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 3, 1, 1, 0, "d - 'Double_t' 10 - phi d - 'Double_t' 10 - theta " "d - 'Double_t' 10 - psi", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SimTransform",1253,G__TPauliMatrixDict_167_0_50, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - m", "A' = M A Minverse", (void*) NULL, 0); G__memfunc_setup("UniTransform",1256,G__TPauliMatrixDict_167_0_51, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 1, 1, 1, 1, 0, "u 'TPauliMatrix' - 11 - m", "A' = M A Mdagger", (void*) NULL, 0); G__memfunc_setup("operator-",921,G__TPauliMatrixDict_167_0_52, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Print",525,G__TPauliMatrixDict_167_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__TPauliMatrixDict_167_0_54, 85, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TPauliMatrix::Class) ), 0); G__memfunc_setup("Class_Name",982,G__TPauliMatrixDict_167_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPauliMatrix::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__TPauliMatrixDict_167_0_56, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TPauliMatrix::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__TPauliMatrixDict_167_0_57, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TPauliMatrix::Dictionary) ), 0); G__memfunc_setup("IsA",253,G__TPauliMatrixDict_167_0_58, 85, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,G__TPauliMatrixDict_167_0_59, 121, -1, -1, 0, 2, 1, 1, 0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__TPauliMatrixDict_167_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__TPauliMatrixDict_167_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__TPauliMatrixDict_167_0_62, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPauliMatrix::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__TPauliMatrixDict_167_0_63, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPauliMatrix::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__TPauliMatrixDict_167_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPauliMatrix::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__TPauliMatrixDict_167_0_65, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPauliMatrix::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~TPauliMatrix", 1346, G__TPauliMatrixDict_167_0_66, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTPauliMatrixDict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TPauliMatrixDictLN_EPauliIndex),-1,-1,1,"kPauliOne=0",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TPauliMatrixDictLN_EPauliIndex),-1,-1,1,"kPauliSigma1=1",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TPauliMatrixDictLN_EPauliIndex),-1,-1,1,"kPauliSigma2=2",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TPauliMatrixDictLN_EPauliIndex),-1,-1,1,"kPauliSigma3=3",0,(char*)NULL); G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTPauliMatrixDict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { } static void G__cpp_setup_func12() { } static void G__cpp_setup_func13() { G__memfunc_setup("operator+", 919, G__TPauliMatrixDict__0_1383, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator+", 919, G__TPauliMatrixDict__0_1384, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator+", 919, G__TPauliMatrixDict__0_1385, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'complex' 'Complex_t' 11 - a2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator-", 921, G__TPauliMatrixDict__0_1386, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator-", 921, G__TPauliMatrixDict__0_1387, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator-", 921, G__TPauliMatrixDict__0_1388, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'complex' 'Complex_t' 11 - a2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator*", 918, G__TPauliMatrixDict__0_1389, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator*", 918, G__TPauliMatrixDict__0_1390, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator*", 918, G__TPauliMatrixDict__0_1391, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'complex' 'Complex_t' 11 - a2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator/", 923, G__TPauliMatrixDict__0_1392, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator/", 923, G__TPauliMatrixDict__0_1393, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'complex' 'Complex_t' 11 - a1 u 'TPauliMatrix' - 11 - v2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator/", 923, G__TPauliMatrixDict__0_1394, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TPauliMatrix), -1, 0, 2, 1, 1, 0, "u 'TPauliMatrix' - 11 - v1 u 'complex' 'Complex_t' 11 - a2", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator>>", 1000, G__TPauliMatrixDict__0_1395, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TBuffer), -1, 1, 2, 1, 1, 0, "u 'TBuffer' - 1 - buf U 'TPauliMatrix' - 1 - obj", (char*) NULL , (void*) NULL, 0); G__memfunc_setup("operator<<", 996, G__TPauliMatrixDict__0_1396, 117, G__get_linked_tagnum(&G__TPauliMatrixDictLN_TBuffer), -1, 1, 2, 1, 1, 0, "u 'TBuffer' - 1 - buf U 'TPauliMatrix' - 10 - obj", (char*) NULL , (void*) NULL, 0); G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTPauliMatrixDict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); G__cpp_setup_func12(); G__cpp_setup_func13(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TPauliMatrixDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_TThreeVectorReal = { "TThreeVectorReal" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_TThreeRotation = { "TThreeRotation" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_TThreeVectorComplex = { "TThreeVectorComplex" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_complexlEdoublegR = { "complex" , 99 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_EPauliIndex = { "EPauliIndex" , 101 , -1 }; G__linked_taginfo G__TPauliMatrixDictLN_TPauliMatrix = { "TPauliMatrix" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTPauliMatrixDict() { G__TPauliMatrixDictLN_TClass.tagnum = -1 ; G__TPauliMatrixDictLN_TBuffer.tagnum = -1 ; G__TPauliMatrixDictLN_TMemberInspector.tagnum = -1 ; G__TPauliMatrixDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__TPauliMatrixDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__TPauliMatrixDictLN_TThreeVectorReal.tagnum = -1 ; G__TPauliMatrixDictLN_TThreeRotation.tagnum = -1 ; G__TPauliMatrixDictLN_TThreeVectorComplex.tagnum = -1 ; G__TPauliMatrixDictLN_complexlEdoublegR.tagnum = -1 ; G__TPauliMatrixDictLN_EPauliIndex.tagnum = -1 ; G__TPauliMatrixDictLN_TPauliMatrix.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTPauliMatrixDict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_TClass); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_TBuffer); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_TThreeVectorReal); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_TThreeRotation); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_TThreeVectorComplex); G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_complexlEdoublegR); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_EPauliIndex),sizeof(int),-1,0,(char*)NULL,NULL,NULL); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__TPauliMatrixDictLN_TPauliMatrix),sizeof(TPauliMatrix),-1,233216,"Complex Pauli Matrix class",G__setup_memvarTPauliMatrix,G__setup_memfuncTPauliMatrix); } extern "C" void G__cpp_setupTPauliMatrixDict(void) { G__check_setup_version(30051515,"G__cpp_setupTPauliMatrixDict()"); G__set_cpp_environmentTPauliMatrixDict(); G__cpp_setup_tagtableTPauliMatrixDict(); G__cpp_setup_inheritanceTPauliMatrixDict(); G__cpp_setup_typetableTPauliMatrixDict(); G__cpp_setup_memvarTPauliMatrixDict(); G__cpp_setup_memfuncTPauliMatrixDict(); G__cpp_setup_globalTPauliMatrixDict(); G__cpp_setup_funcTPauliMatrixDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTPauliMatrixDict(); return; } class G__cpp_setup_initTPauliMatrixDict { public: G__cpp_setup_initTPauliMatrixDict() { G__add_setup_func("TPauliMatrixDict",(G__incsetup)(&G__cpp_setupTPauliMatrixDict)); G__call_setup_funcs(); } ~G__cpp_setup_initTPauliMatrixDict() { G__remove_setup_func("TPauliMatrixDict"); } }; G__cpp_setup_initTPauliMatrixDict G__cpp_setup_initializerTPauliMatrixDict;