// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME dOdOdIsrcdIKm2aSimEventDict /*******************************************************************/ #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" // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; // Header files passed as explicit arguments #include "Km2aSimEvent.h" // Header files passed via #pragma extra_include namespace ROOT { static void *new_LHAASOcLcLKm2aSimEvent(void *p = 0); static void *newArray_LHAASOcLcLKm2aSimEvent(Long_t size, void *p); static void delete_LHAASOcLcLKm2aSimEvent(void *p); static void deleteArray_LHAASOcLcLKm2aSimEvent(void *p); static void destruct_LHAASOcLcLKm2aSimEvent(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::LHAASO::Km2aSimEvent*) { ::LHAASO::Km2aSimEvent *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::LHAASO::Km2aSimEvent >(0); static ::ROOT::TGenericClassInfo instance("LHAASO::Km2aSimEvent", ::LHAASO::Km2aSimEvent::Class_Version(), "Km2aSimEvent.h", 37, typeid(::LHAASO::Km2aSimEvent), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::LHAASO::Km2aSimEvent::Dictionary, isa_proxy, 4, sizeof(::LHAASO::Km2aSimEvent) ); instance.SetNew(&new_LHAASOcLcLKm2aSimEvent); instance.SetNewArray(&newArray_LHAASOcLcLKm2aSimEvent); instance.SetDelete(&delete_LHAASOcLcLKm2aSimEvent); instance.SetDeleteArray(&deleteArray_LHAASOcLcLKm2aSimEvent); instance.SetDestructor(&destruct_LHAASOcLcLKm2aSimEvent); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::LHAASO::Km2aSimEvent*) { return GenerateInitInstanceLocal((::LHAASO::Km2aSimEvent*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::LHAASO::Km2aSimEvent*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT namespace LHAASO { //______________________________________________________________________________ atomic_TClass_ptr Km2aSimEvent::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *Km2aSimEvent::Class_Name() { return "LHAASO::Km2aSimEvent"; } //______________________________________________________________________________ const char *Km2aSimEvent::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimEvent*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int Km2aSimEvent::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimEvent*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ TClass *Km2aSimEvent::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimEvent*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *Km2aSimEvent::Class() { if (!fgIsA.load()) { R__LOCKGUARD2(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimEvent*)0x0)->GetClass(); } return fgIsA; } } // namespace LHAASO namespace LHAASO { //______________________________________________________________________________ void Km2aSimEvent::Streamer(TBuffer &R__b) { // Stream an object of class LHAASO::Km2aSimEvent. if (R__b.IsReading()) { R__b.ReadClassBuffer(LHAASO::Km2aSimEvent::Class(),this); } else { R__b.WriteClassBuffer(LHAASO::Km2aSimEvent::Class(),this); } } } // namespace LHAASO namespace ROOT { // Wrappers around operator new static void *new_LHAASOcLcLKm2aSimEvent(void *p) { return p ? new(p) ::LHAASO::Km2aSimEvent : new ::LHAASO::Km2aSimEvent; } static void *newArray_LHAASOcLcLKm2aSimEvent(Long_t nElements, void *p) { return p ? new(p) ::LHAASO::Km2aSimEvent[nElements] : new ::LHAASO::Km2aSimEvent[nElements]; } // Wrapper around operator delete static void delete_LHAASOcLcLKm2aSimEvent(void *p) { delete ((::LHAASO::Km2aSimEvent*)p); } static void deleteArray_LHAASOcLcLKm2aSimEvent(void *p) { delete [] ((::LHAASO::Km2aSimEvent*)p); } static void destruct_LHAASOcLcLKm2aSimEvent(void *p) { typedef ::LHAASO::Km2aSimEvent current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::LHAASO::Km2aSimEvent namespace { void TriggerDictionaryInitialization_Km2aSimEventDict_Impl() { static const char* headers[] = { "Km2aSimEvent.h", 0 }; static const char* includePaths[] = { "/afs/ihep.ac.cn/soft/LHAASO/LodeStar-SLC6/Pre-Release/L18-Pre1/offline/InstallArea/include", "/afs/ihep.ac.cn/soft/LHAASO/LodeStar-SLC6/Pre-Release/L18-Pre1/ExternalLibs/ROOT/6.10.08/include", "/afs/ihep.ac.cn/soft/LHAASO/LodeStar-SLC6/Pre-Release/L18-Pre1/offline/Examples/Km2aSimEvent/Event/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "Km2aSimEventDict 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; namespace LHAASO{class __attribute__((annotate("$clingAutoload$Km2aSimEvent.h"))) Km2aSimEvent;} )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "Km2aSimEventDict dictionary payload" #ifndef G__VECTOR_HAS_CLASS_ITERATOR #define G__VECTOR_HAS_CLASS_ITERATOR 1 #endif #define _BACKWARD_BACKWARD_WARNING_H #include "Km2aSimEvent.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[]={ "LHAASO::Km2aSimEvent", payloadCode, "@", nullptr}; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("Km2aSimEventDict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_Km2aSimEventDict_Impl, {}, classesHeaders); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_Km2aSimEventDict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_Km2aSimEventDict() { TriggerDictionaryInitialization_Km2aSimEventDict_Impl(); }