// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME G__RooFitJSONInterface #define R__NO_DEPRECATION /*******************************************************************/ #include #include #include #include #include #define G__DICTIONARY #include "ROOT/RConfig.hxx" #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" // Header files passed as explicit arguments #include "RooFit/Detail/JSONInterface.h" // Header files passed via #pragma extra_include // The generated code does not explicitly qualify STL entities namespace std {} using namespace std; namespace { void TriggerDictionaryInitialization_libRooFitJSONInterface_Impl() { static const char* headers[] = { nullptr }; static const char* includePaths[] = { nullptr }; static const char* fwdDeclCode = ""; static const char* payloadCode = ""; static const char* classesHeaders[] = { "" }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("libRooFitJSONInterface", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_libRooFitJSONInterface_Impl, {}, classesHeaders, /*hasCxxModule*/true); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_libRooFitJSONInterface_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_libRooFitJSONInterface() { TriggerDictionaryInitialization_libRooFitJSONInterface_Impl(); }