// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME dOdOdIsrcdIKm2aSimHeaderDict /*******************************************************************/ #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 "Km2aSimHeader.h" // Header files passed via #pragma extra_include namespace ROOT { static void *new_LHAASOcLcLKm2aSimHeader(void *p = 0); static void *newArray_LHAASOcLcLKm2aSimHeader(Long_t size, void *p); static void delete_LHAASOcLcLKm2aSimHeader(void *p); static void deleteArray_LHAASOcLcLKm2aSimHeader(void *p); static void destruct_LHAASOcLcLKm2aSimHeader(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::LHAASO::Km2aSimHeader*) { ::LHAASO::Km2aSimHeader *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::LHAASO::Km2aSimHeader >(0); static ::ROOT::TGenericClassInfo instance("LHAASO::Km2aSimHeader", ::LHAASO::Km2aSimHeader::Class_Version(), "Km2aSimHeader.h", 39, typeid(::LHAASO::Km2aSimHeader), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::LHAASO::Km2aSimHeader::Dictionary, isa_proxy, 4, sizeof(::LHAASO::Km2aSimHeader) ); instance.SetNew(&new_LHAASOcLcLKm2aSimHeader); instance.SetNewArray(&newArray_LHAASOcLcLKm2aSimHeader); instance.SetDelete(&delete_LHAASOcLcLKm2aSimHeader); instance.SetDeleteArray(&deleteArray_LHAASOcLcLKm2aSimHeader); instance.SetDestructor(&destruct_LHAASOcLcLKm2aSimHeader); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::LHAASO::Km2aSimHeader*) { return GenerateInitInstanceLocal((::LHAASO::Km2aSimHeader*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::LHAASO::Km2aSimHeader*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT namespace LHAASO { //______________________________________________________________________________ atomic_TClass_ptr Km2aSimHeader::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *Km2aSimHeader::Class_Name() { return "LHAASO::Km2aSimHeader"; } //______________________________________________________________________________ const char *Km2aSimHeader::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimHeader*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int Km2aSimHeader::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimHeader*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ TClass *Km2aSimHeader::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimHeader*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *Km2aSimHeader::Class() { if (!fgIsA.load()) { R__LOCKGUARD2(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::LHAASO::Km2aSimHeader*)0x0)->GetClass(); } return fgIsA; } } // namespace LHAASO namespace LHAASO { //______________________________________________________________________________ void Km2aSimHeader::Streamer(TBuffer &R__b) { // Stream an object of class LHAASO::Km2aSimHeader. if (R__b.IsReading()) { R__b.ReadClassBuffer(LHAASO::Km2aSimHeader::Class(),this); } else { R__b.WriteClassBuffer(LHAASO::Km2aSimHeader::Class(),this); } } } // namespace LHAASO namespace ROOT { // Wrappers around operator new static void *new_LHAASOcLcLKm2aSimHeader(void *p) { return p ? new(p) ::LHAASO::Km2aSimHeader : new ::LHAASO::Km2aSimHeader; } static void *newArray_LHAASOcLcLKm2aSimHeader(Long_t nElements, void *p) { return p ? new(p) ::LHAASO::Km2aSimHeader[nElements] : new ::LHAASO::Km2aSimHeader[nElements]; } // Wrapper around operator delete static void delete_LHAASOcLcLKm2aSimHeader(void *p) { delete ((::LHAASO::Km2aSimHeader*)p); } static void deleteArray_LHAASOcLcLKm2aSimHeader(void *p) { delete [] ((::LHAASO::Km2aSimHeader*)p); } static void destruct_LHAASOcLcLKm2aSimHeader(void *p) { typedef ::LHAASO::Km2aSimHeader current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::LHAASO::Km2aSimHeader namespace { void TriggerDictionaryInitialization_Km2aSimHeaderDict_Impl() { static const char* headers[] = { "Km2aSimHeader.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 "Km2aSimHeaderDict 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$Km2aSimHeader.h"))) Km2aSimHeader;} )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "Km2aSimHeaderDict dictionary payload" #ifndef G__VECTOR_HAS_CLASS_ITERATOR #define G__VECTOR_HAS_CLASS_ITERATOR 1 #endif #define _BACKWARD_BACKWARD_WARNING_H #include "Km2aSimHeader.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[]={ "LHAASO::Km2aSimHeader", payloadCode, "@", nullptr}; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("Km2aSimHeaderDict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_Km2aSimHeaderDict_Impl, {}, classesHeaders); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_Km2aSimHeaderDict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_Km2aSimHeaderDict() { TriggerDictionaryInitialization_Km2aSimHeaderDict_Impl(); }