// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME TPhotonDict #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/TPhoton.h" // Header files passed via #pragma extra_include namespace ROOT { static void *new_TPhoton(void *p = 0); static void *newArray_TPhoton(Long_t size, void *p); static void delete_TPhoton(void *p); static void deleteArray_TPhoton(void *p); static void destruct_TPhoton(void *p); static void streamer_TPhoton(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPhoton*) { ::TPhoton *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPhoton >(0); static ::ROOT::TGenericClassInfo instance("TPhoton", ::TPhoton::Class_Version(), "TPhoton.h", 19, typeid(::TPhoton), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::TPhoton::Dictionary, isa_proxy, 17, sizeof(::TPhoton) ); instance.SetNew(&new_TPhoton); instance.SetNewArray(&newArray_TPhoton); instance.SetDelete(&delete_TPhoton); instance.SetDeleteArray(&deleteArray_TPhoton); instance.SetDestructor(&destruct_TPhoton); instance.SetStreamerFunc(&streamer_TPhoton); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TPhoton*) { return GenerateInitInstanceLocal((::TPhoton*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::TPhoton*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT namespace ROOT { static void *new_TGhoston(void *p = 0); static void *newArray_TGhoston(Long_t size, void *p); static void delete_TGhoston(void *p); static void deleteArray_TGhoston(void *p); static void destruct_TGhoston(void *p); static void streamer_TGhoston(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGhoston*) { ::TGhoston *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGhoston >(0); static ::ROOT::TGenericClassInfo instance("TGhoston", ::TGhoston::Class_Version(), "TPhoton.h", 53, typeid(::TGhoston), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::TGhoston::Dictionary, isa_proxy, 16, sizeof(::TGhoston) ); instance.SetNew(&new_TGhoston); instance.SetNewArray(&newArray_TGhoston); instance.SetDelete(&delete_TGhoston); instance.SetDeleteArray(&deleteArray_TGhoston); instance.SetDestructor(&destruct_TGhoston); instance.SetStreamerFunc(&streamer_TGhoston); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TGhoston*) { return GenerateInitInstanceLocal((::TGhoston*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::TGhoston*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT //______________________________________________________________________________ atomic_TClass_ptr TPhoton::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TPhoton::Class_Name() { return "TPhoton"; } //______________________________________________________________________________ const char *TPhoton::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TPhoton*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TPhoton::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TPhoton*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ TClass *TPhoton::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPhoton*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TPhoton::Class() { if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPhoton*)0x0)->GetClass(); } return fgIsA; } //______________________________________________________________________________ atomic_TClass_ptr TGhoston::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TGhoston::Class_Name() { return "TGhoston"; } //______________________________________________________________________________ const char *TGhoston::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TGhoston*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TGhoston::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TGhoston*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ TClass *TGhoston::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGhoston*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TGhoston::Class() { if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGhoston*)0x0)->GetClass(); } return fgIsA; } namespace ROOT { // Wrappers around operator new static void *new_TPhoton(void *p) { return p ? new(p) ::TPhoton : new ::TPhoton; } static void *newArray_TPhoton(Long_t nElements, void *p) { return p ? new(p) ::TPhoton[nElements] : new ::TPhoton[nElements]; } // Wrapper around operator delete static void delete_TPhoton(void *p) { delete ((::TPhoton*)p); } static void deleteArray_TPhoton(void *p) { delete [] ((::TPhoton*)p); } static void destruct_TPhoton(void *p) { typedef ::TPhoton current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TPhoton(TBuffer &buf, void *obj) { ((::TPhoton*)obj)->::TPhoton::Streamer(buf); } } // end of namespace ROOT for class ::TPhoton //______________________________________________________________________________ void TGhoston::Streamer(TBuffer &R__b) { // Stream an object of class TGhoston. UInt_t R__s, R__c; if (R__b.IsReading()) { Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { } TPhoton::Streamer(R__b); R__b.CheckByteCount(R__s, R__c, TGhoston::IsA()); } else { R__c = R__b.WriteVersion(TGhoston::IsA(), kTRUE); TPhoton::Streamer(R__b); R__b.SetByteCount(R__c, kTRUE); } } namespace ROOT { // Wrappers around operator new static void *new_TGhoston(void *p) { return p ? new(p) ::TGhoston : new ::TGhoston; } static void *newArray_TGhoston(Long_t nElements, void *p) { return p ? new(p) ::TGhoston[nElements] : new ::TGhoston[nElements]; } // Wrapper around operator delete static void delete_TGhoston(void *p) { delete ((::TGhoston*)p); } static void deleteArray_TGhoston(void *p) { delete [] ((::TGhoston*)p); } static void destruct_TGhoston(void *p) { typedef ::TGhoston current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TGhoston(TBuffer &buf, void *obj) { ((::TGhoston*)obj)->::TGhoston::Streamer(buf); } } // end of namespace ROOT for class ::TGhoston namespace { void TriggerDictionaryInitialization_TPhotonDict_Impl() { static const char* headers[] = { "/home/halld/Diracxx/include/TPhoton.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 "TPhotonDict 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(Photon state description class)ATTRDUMP"))) __attribute__((annotate("$clingAutoload$/home/halld/Diracxx/include/TPhoton.h"))) TPhoton; class __attribute__((annotate(R"ATTRDUMP(Ghost photon for checking gauge invariance)ATTRDUMP"))) __attribute__((annotate("$clingAutoload$/home/halld/Diracxx/include/TPhoton.h"))) TGhoston; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "TPhotonDict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "/home/halld/Diracxx/include/TPhoton.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "TGhoston", payloadCode, "@", "TPhoton", payloadCode, "@", "operator<<", payloadCode, "@", "operator>>", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("TPhotonDict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_TPhotonDict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_TPhotonDict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_TPhotonDict() { TriggerDictionaryInitialization_TPhotonDict_Impl(); }