// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME TPauliMatrixDict #define R__NO_DEPRECATION /*******************************************************************/ #include #include #include #include #include #define G__DICTIONARY #include "RConfig.h" #include "TClass.h" #include "TDictAttributeMap.h" #include "TInterpreter.h" #include "TROOT.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TInterpreter.h" #include "TVirtualMutex.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" #include #include "TCollectionProxyInfo.h" /*******************************************************************/ #include "TDataMember.h" // The generated code does not explicitly qualifies STL entities namespace std {} using namespace std; // Header files passed as explicit arguments #include "/home/halld/Diracxx/include/TPauliMatrix.h" // Header files passed via #pragma extra_include namespace ROOT { 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); static void streamer_TPauliMatrix(TBuffer &buf, void *obj); // 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", 27, typeid(::TPauliMatrix), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::TPauliMatrix::Dictionary, isa_proxy, 17, sizeof(::TPauliMatrix) ); instance.SetNew(&new_TPauliMatrix); instance.SetNewArray(&newArray_TPauliMatrix); instance.SetDelete(&delete_TPauliMatrix); instance.SetDeleteArray(&deleteArray_TPauliMatrix); instance.SetDestructor(&destruct_TPauliMatrix); instance.SetStreamerFunc(&streamer_TPauliMatrix); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TPauliMatrix*) { return GenerateInitInstanceLocal((::TPauliMatrix*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT //______________________________________________________________________________ atomic_TClass_ptr 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(); } //______________________________________________________________________________ TClass *TPauliMatrix::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TPauliMatrix::Class() { if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPauliMatrix*)0x0)->GetClass(); } return fgIsA; } namespace ROOT { // Wrappers around operator new static void *new_TPauliMatrix(void *p) { return p ? new(p) ::TPauliMatrix : new ::TPauliMatrix; } static void *newArray_TPauliMatrix(Long_t nElements, void *p) { return p ? new(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(); } // Wrapper around a custom streamer member function. static void streamer_TPauliMatrix(TBuffer &buf, void *obj) { ((::TPauliMatrix*)obj)->::TPauliMatrix::Streamer(buf); } } // end of namespace ROOT for class ::TPauliMatrix namespace { void TriggerDictionaryInitialization_TPauliMatrixDict_Impl() { static const char* headers[] = { "/home/halld/Diracxx/include/TPauliMatrix.h", 0 }; static const char* includePaths[] = { "/nfs/cern.ch/asis/root-6.22.06/x86_64-debug/include/", "/home/halld/Diracxx/build-python2/src/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "TPauliMatrixDict dictionary forward declarations' payload" #pragma clang diagnostic ignored "-Wkeyword-compat" #pragma clang diagnostic ignored "-Wignored-attributes" #pragma clang diagnostic ignored "-Wreturn-type-c-linkage" extern int __Cling_AutoLoading_Map; class __attribute__((annotate(R"ATTRDUMP(Complex Pauli Matrix class)ATTRDUMP"))) __attribute__((annotate("$clingAutoload$/home/halld/Diracxx/include/TPauliMatrix.h"))) TPauliMatrix; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "TPauliMatrixDict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "/home/halld/Diracxx/include/TPauliMatrix.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "EPauliIndex", payloadCode, "@", "TPauliMatrix", payloadCode, "@", "operator*", payloadCode, "@", "operator+", payloadCode, "@", "operator-", payloadCode, "@", "operator/", payloadCode, "@", "operator<<", payloadCode, "@", "operator>>", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("TPauliMatrixDict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_TPauliMatrixDict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_TPauliMatrixDict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_TPauliMatrixDict() { TriggerDictionaryInitialization_TPauliMatrixDict_Impl(); }