// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME dIkm3netdIOscProbdIMatrixDecompdItmpdIlibMatrixDecomp #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 "/km3net/OscProb/MatrixDecomp/zheevh3.h" #include "/km3net/OscProb/MatrixDecomp/zhetrd3.h" #include "/km3net/OscProb/MatrixDecomp/zheevq3.h" #include "/km3net/OscProb/MatrixDecomp/zheevc3.h" // Header files passed via #pragma extra_include namespace { void TriggerDictionaryInitialization_libMatrixDecomp_Impl() { static const char* headers[] = { "zheevh3.h", "zhetrd3.h", "zheevq3.h", "zheevc3.h", 0 }; static const char* includePaths[] = { "/usr/local/include/", "/km3net/OscProb/MatrixDecomp/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "libMatrixDecomp 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; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "libMatrixDecomp dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "zheevh3.h" #include "zhetrd3.h" #include "zheevq3.h" #include "zheevc3.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("libMatrixDecomp", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_libMatrixDecomp_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_libMatrixDecomp_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_libMatrixDecomp() { TriggerDictionaryInitialization_libMatrixDecomp_Impl(); }