// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME dIkm3netdIaanetdIbuilddIdIPlotPdfdOdict #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 "PlotPdf.hh" // Header files passed via #pragma extra_include namespace ROOT { static TClass *PlotPdf_Dictionary(); static void PlotPdf_TClassManip(TClass*); static void *new_PlotPdf(void *p = 0); static void *newArray_PlotPdf(Long_t size, void *p); static void delete_PlotPdf(void *p); static void deleteArray_PlotPdf(void *p); static void destruct_PlotPdf(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::PlotPdf*) { ::PlotPdf *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::PlotPdf)); static ::ROOT::TGenericClassInfo instance("PlotPdf", "PlotPdf.hh", 16, typeid(::PlotPdf), ::ROOT::Internal::DefineBehavior(ptr, ptr), &PlotPdf_Dictionary, isa_proxy, 4, sizeof(::PlotPdf) ); instance.SetNew(&new_PlotPdf); instance.SetNewArray(&newArray_PlotPdf); instance.SetDelete(&delete_PlotPdf); instance.SetDeleteArray(&deleteArray_PlotPdf); instance.SetDestructor(&destruct_PlotPdf); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::PlotPdf*) { return GenerateInitInstanceLocal((::PlotPdf*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::PlotPdf*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); // Dictionary for non-ClassDef classes static TClass *PlotPdf_Dictionary() { TClass* theClass =::ROOT::GenerateInitInstanceLocal((const ::PlotPdf*)0x0)->GetClass(); PlotPdf_TClassManip(theClass); return theClass; } static void PlotPdf_TClassManip(TClass* theClass){ theClass->CreateAttributeMap(); TDictAttributeMap* attrMap( theClass->GetAttributeMap() ); attrMap->AddProperty("file_name","PlotPdf.hh"); } } // end of namespace ROOT namespace ROOT { // Wrappers around operator new static void *new_PlotPdf(void *p) { return p ? new(p) ::PlotPdf : new ::PlotPdf; } static void *newArray_PlotPdf(Long_t nElements, void *p) { return p ? new(p) ::PlotPdf[nElements] : new ::PlotPdf[nElements]; } // Wrapper around operator delete static void delete_PlotPdf(void *p) { delete ((::PlotPdf*)p); } static void deleteArray_PlotPdf(void *p) { delete [] ((::PlotPdf*)p); } static void destruct_PlotPdf(void *p) { typedef ::PlotPdf current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::PlotPdf namespace { void TriggerDictionaryInitialization_PlotPdfdOdict_Impl() { static const char* headers[] = { "PlotPdf.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/rec/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "PlotPdfdOdict 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(file_name@@@PlotPdf.hh)ATTRDUMP"))) __attribute__((annotate(R"ATTRDUMP(pattern@@@*)ATTRDUMP"))) __attribute__((annotate("$clingAutoload$PlotPdf.hh"))) PlotPdf; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "PlotPdfdOdict dictionary payload" #ifndef HAVEJPP #define HAVEJPP 1 #endif #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "PlotPdf.hh" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "", payloadCode, "@", "PlotPdf", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("PlotPdf.dict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_PlotPdfdOdict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_PlotPdfdOdict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_PlotPdfdOdict() { TriggerDictionaryInitialization_PlotPdfdOdict_Impl(); }