// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME BHgen_dict #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 "BHgen.h" // Header files passed via #pragma extra_include namespace ROOT { static void *new_BHgen(void *p = 0); static void *newArray_BHgen(Long_t size, void *p); static void delete_BHgen(void *p); static void deleteArray_BHgen(void *p); static void destruct_BHgen(void *p); static void streamer_BHgen(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::BHgen*) { ::BHgen *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::BHgen >(0); static ::ROOT::TGenericClassInfo instance("BHgen", ::BHgen::Class_Version(), "BHgen.h", 20, typeid(::BHgen), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::BHgen::Dictionary, isa_proxy, 16, sizeof(::BHgen) ); instance.SetNew(&new_BHgen); instance.SetNewArray(&newArray_BHgen); instance.SetDelete(&delete_BHgen); instance.SetDeleteArray(&deleteArray_BHgen); instance.SetDestructor(&destruct_BHgen); instance.SetStreamerFunc(&streamer_BHgen); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::BHgen*) { return GenerateInitInstanceLocal((::BHgen*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::BHgen*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT //______________________________________________________________________________ atomic_TClass_ptr BHgen::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *BHgen::Class_Name() { return "BHgen"; } //______________________________________________________________________________ const char *BHgen::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::BHgen*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int BHgen::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::BHgen*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ TClass *BHgen::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BHgen*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *BHgen::Class() { if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::BHgen*)0x0)->GetClass(); } return fgIsA; } //______________________________________________________________________________ void BHgen::Streamer(TBuffer &R__b) { // Stream an object of class BHgen. TSelector::Streamer(R__b); } namespace ROOT { // Wrappers around operator new static void *new_BHgen(void *p) { return p ? new(p) ::BHgen : new ::BHgen; } static void *newArray_BHgen(Long_t nElements, void *p) { return p ? new(p) ::BHgen[nElements] : new ::BHgen[nElements]; } // Wrapper around operator delete static void delete_BHgen(void *p) { delete ((::BHgen*)p); } static void deleteArray_BHgen(void *p) { delete [] ((::BHgen*)p); } static void destruct_BHgen(void *p) { typedef ::BHgen current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_BHgen(TBuffer &buf, void *obj) { ((::BHgen*)obj)->::BHgen::Streamer(buf); } } // end of namespace ROOT for class ::BHgen namespace { void TriggerDictionaryInitialization_BHgen_dict_Impl() { static const char* headers[] = { "BHgen.h", 0 }; static const char* includePaths[] = { "/home/halld/halld_recon//Linux_CentOS7-x86_64-gcc4.8.5/include", "/nfs/cern.ch/asis/root_v6.18.04/x86_64/include", "/home/www/docs/halld/BHgen-5-2020/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "BHgen_dict 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("$clingAutoload$BHgen.h"))) BHgen; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "BHgen_dict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "BHgen.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[]={ "BHgen", payloadCode, "@", nullptr}; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("BHgen_dict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_BHgen_dict_Impl, {}, classesHeaders, /*has no C++ module*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_BHgen_dict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_BHgen_dict() { TriggerDictionaryInitialization_BHgen_dict_Impl(); }