// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME WCSimFLOWERDict #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 "WCSimFLOWER.h" // Header files passed via #pragma extra_include namespace ROOT { static TClass *WCSimFLOWER_Dictionary(); static void WCSimFLOWER_TClassManip(TClass*); static void delete_WCSimFLOWER(void *p); static void deleteArray_WCSimFLOWER(void *p); static void destruct_WCSimFLOWER(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::WCSimFLOWER*) { ::WCSimFLOWER *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::WCSimFLOWER)); static ::ROOT::TGenericClassInfo instance("WCSimFLOWER", "WCSimFLOWER.h", 19, typeid(::WCSimFLOWER), ::ROOT::Internal::DefineBehavior(ptr, ptr), &WCSimFLOWER_Dictionary, isa_proxy, 0, sizeof(::WCSimFLOWER) ); instance.SetDelete(&delete_WCSimFLOWER); instance.SetDeleteArray(&deleteArray_WCSimFLOWER); instance.SetDestructor(&destruct_WCSimFLOWER); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::WCSimFLOWER*) { return GenerateInitInstanceLocal((::WCSimFLOWER*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::WCSimFLOWER*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); // Dictionary for non-ClassDef classes static TClass *WCSimFLOWER_Dictionary() { TClass* theClass =::ROOT::GenerateInitInstanceLocal((const ::WCSimFLOWER*)0x0)->GetClass(); WCSimFLOWER_TClassManip(theClass); return theClass; } static void WCSimFLOWER_TClassManip(TClass* ){ } } // end of namespace ROOT namespace ROOT { // Wrapper around operator delete static void delete_WCSimFLOWER(void *p) { delete ((::WCSimFLOWER*)p); } static void deleteArray_WCSimFLOWER(void *p) { delete [] ((::WCSimFLOWER*)p); } static void destruct_WCSimFLOWER(void *p) { typedef ::WCSimFLOWER current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::WCSimFLOWER namespace { void TriggerDictionaryInitialization_WCSimFLOWERDict_Impl() { static const char* headers[] = { "WCSimFLOWER.h", 0 }; static const char* includePaths[] = { "/opt/HyperK/root_build/include", "/opt/HyperK/WCSim/include", "/opt/HyperK/root_build/include/", "/opt/HyperK/FLOWER/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "WCSimFLOWERDict 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("$clingAutoload$WCSimFLOWER.h"))) WCSimFLOWER; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "WCSimFLOWERDict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "WCSimFLOWER.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "WCSimFLOWER", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("WCSimFLOWERDict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_WCSimFLOWERDict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_WCSimFLOWERDict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_WCSimFLOWERDict() { TriggerDictionaryInitialization_WCSimFLOWERDict_Impl(); }