// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME nufromgammadict #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 "nufromgamma.hh" // Header files passed via #pragma extra_include // The generated code does not explicitly qualify STL entities namespace std {} using namespace std; namespace ROOT { static void *new_nufromgamma(void *p = nullptr); static void *newArray_nufromgamma(Long_t size, void *p); static void delete_nufromgamma(void *p); static void deleteArray_nufromgamma(void *p); static void destruct_nufromgamma(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::nufromgamma*) { ::nufromgamma *ptr = nullptr; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::nufromgamma >(nullptr); static ::ROOT::TGenericClassInfo instance("nufromgamma", ::nufromgamma::Class_Version(), "nufromgamma.hh", 56, typeid(::nufromgamma), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::nufromgamma::Dictionary, isa_proxy, 4, sizeof(::nufromgamma) ); instance.SetNew(&new_nufromgamma); instance.SetNewArray(&newArray_nufromgamma); instance.SetDelete(&delete_nufromgamma); instance.SetDeleteArray(&deleteArray_nufromgamma); instance.SetDestructor(&destruct_nufromgamma); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::nufromgamma*) { return GenerateInitInstanceLocal(static_cast<::nufromgamma*>(nullptr)); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal(static_cast(nullptr)); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT //______________________________________________________________________________ atomic_TClass_ptr nufromgamma::fgIsA(nullptr); // static to hold class pointer //______________________________________________________________________________ const char *nufromgamma::Class_Name() { return "nufromgamma"; } //______________________________________________________________________________ const char *nufromgamma::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::nufromgamma*)nullptr)->GetImplFileName(); } //______________________________________________________________________________ int nufromgamma::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::nufromgamma*)nullptr)->GetImplFileLine(); } //______________________________________________________________________________ TClass *nufromgamma::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::nufromgamma*)nullptr)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *nufromgamma::Class() { if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::nufromgamma*)nullptr)->GetClass(); } return fgIsA; } //______________________________________________________________________________ void nufromgamma::Streamer(TBuffer &R__b) { // Stream an object of class nufromgamma. if (R__b.IsReading()) { R__b.ReadClassBuffer(nufromgamma::Class(),this); } else { R__b.WriteClassBuffer(nufromgamma::Class(),this); } } namespace ROOT { // Wrappers around operator new static void *new_nufromgamma(void *p) { return p ? new(p) ::nufromgamma : new ::nufromgamma; } static void *newArray_nufromgamma(Long_t nElements, void *p) { return p ? new(p) ::nufromgamma[nElements] : new ::nufromgamma[nElements]; } // Wrapper around operator delete static void delete_nufromgamma(void *p) { delete (static_cast<::nufromgamma*>(p)); } static void deleteArray_nufromgamma(void *p) { delete [] (static_cast<::nufromgamma*>(p)); } static void destruct_nufromgamma(void *p) { typedef ::nufromgamma current_t; (static_cast(p))->~current_t(); } } // end of namespace ROOT for class ::nufromgamma namespace { void TriggerDictionaryInitialization_nufromgammadict_Impl() { static const char* headers[] = { "nufromgamma.hh", nullptr }; static const char* includePaths[] = { "/usr/local/include/", "/builds/common/jpp/externals/flux/", nullptr }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "nufromgammadict 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("$clingAutoload$nufromgamma.hh"))) nufromgamma; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "nufromgammadict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "nufromgamma.hh" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "", payloadCode, "@", "nufromgamma", payloadCode, "@", "nufromgamma::fgIsA", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("nufromgammadict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_nufromgammadict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_nufromgammadict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_nufromgammadict() { TriggerDictionaryInitialization_nufromgammadict_Impl(); }