// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME dIkm3netdIaanetdIbuilddIdIGraphFluxdOdict #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 "GraphFlux.hh" // Header files passed via #pragma extra_include namespace ROOT { static TClass *GraphFlux_Dictionary(); static void GraphFlux_TClassManip(TClass*); static void *new_GraphFlux(void *p = 0); static void *newArray_GraphFlux(Long_t size, void *p); static void delete_GraphFlux(void *p); static void deleteArray_GraphFlux(void *p); static void destruct_GraphFlux(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::GraphFlux*) { ::GraphFlux *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::GraphFlux)); static ::ROOT::TGenericClassInfo instance("GraphFlux", "GraphFlux.hh", 7, typeid(::GraphFlux), ::ROOT::Internal::DefineBehavior(ptr, ptr), &GraphFlux_Dictionary, isa_proxy, 4, sizeof(::GraphFlux) ); instance.SetNew(&new_GraphFlux); instance.SetNewArray(&newArray_GraphFlux); instance.SetDelete(&delete_GraphFlux); instance.SetDeleteArray(&deleteArray_GraphFlux); instance.SetDestructor(&destruct_GraphFlux); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::GraphFlux*) { return GenerateInitInstanceLocal((::GraphFlux*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::GraphFlux*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); // Dictionary for non-ClassDef classes static TClass *GraphFlux_Dictionary() { TClass* theClass =::ROOT::GenerateInitInstanceLocal((const ::GraphFlux*)0x0)->GetClass(); GraphFlux_TClassManip(theClass); return theClass; } static void GraphFlux_TClassManip(TClass* theClass){ theClass->CreateAttributeMap(); TDictAttributeMap* attrMap( theClass->GetAttributeMap() ); attrMap->AddProperty("file_name","GraphFlux.hh"); } } // end of namespace ROOT namespace ROOT { // Wrappers around operator new static void *new_GraphFlux(void *p) { return p ? new(p) ::GraphFlux : new ::GraphFlux; } static void *newArray_GraphFlux(Long_t nElements, void *p) { return p ? new(p) ::GraphFlux[nElements] : new ::GraphFlux[nElements]; } // Wrapper around operator delete static void delete_GraphFlux(void *p) { delete ((::GraphFlux*)p); } static void deleteArray_GraphFlux(void *p) { delete [] ((::GraphFlux*)p); } static void destruct_GraphFlux(void *p) { typedef ::GraphFlux current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::GraphFlux namespace { void TriggerDictionaryInitialization_GraphFluxdOdict_Impl() { static const char* headers[] = { "GraphFlux.hh", 0 }; static const char* includePaths[] = { "/usr/local/include", "/km3net/aanet/evt", "/km3net/aanet/astro", "/km3net/aanet", "/km3net/aanet/externals", "/km3net/aanet/externals/km3net-dataformat/offline", "/km3net/aanet/externals/km3net-dataformat/online", "/km3net/aanet/externals/flux", "/Jpp/software/", "/Jpp/externals/antares-daq/include/", "/usr/local/include/", "/km3net/aanet/ana/search/src/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "GraphFluxdOdict 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; struct __attribute__((annotate(R"ATTRDUMP(file_name@@@GraphFlux.hh)ATTRDUMP"))) __attribute__((annotate(R"ATTRDUMP(pattern@@@*)ATTRDUMP"))) __attribute__((annotate("$clingAutoload$GraphFlux.hh"))) GraphFlux; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "GraphFluxdOdict dictionary payload" #ifndef HAVEJPP #define HAVEJPP 1 #endif #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "GraphFlux.hh" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "", payloadCode, "@", "GraphFlux", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("GraphFlux.dict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_GraphFluxdOdict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_GraphFluxdOdict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_GraphFluxdOdict() { TriggerDictionaryInitialization_GraphFluxdOdict_Impl(); }