// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME TThreeVectorComplexDict #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 "/srv/Diracxx/include/TThreeVectorComplex.h" // 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_TThreeVectorComplex(void *p = nullptr); static void *newArray_TThreeVectorComplex(Long_t size, void *p); static void delete_TThreeVectorComplex(void *p); static void deleteArray_TThreeVectorComplex(void *p); static void destruct_TThreeVectorComplex(void *p); static void streamer_TThreeVectorComplex(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TThreeVectorComplex*) { ::TThreeVectorComplex *ptr = nullptr; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TThreeVectorComplex >(nullptr); static ::ROOT::TGenericClassInfo instance("TThreeVectorComplex", ::TThreeVectorComplex::Class_Version(), "TThreeVectorComplex.h", 21, typeid(::TThreeVectorComplex), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::TThreeVectorComplex::Dictionary, isa_proxy, 17, sizeof(::TThreeVectorComplex) ); instance.SetNew(&new_TThreeVectorComplex); instance.SetNewArray(&newArray_TThreeVectorComplex); instance.SetDelete(&delete_TThreeVectorComplex); instance.SetDeleteArray(&deleteArray_TThreeVectorComplex); instance.SetDestructor(&destruct_TThreeVectorComplex); instance.SetStreamerFunc(&streamer_TThreeVectorComplex); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TThreeVectorComplex*) { return GenerateInitInstanceLocal(static_cast<::TThreeVectorComplex*>(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 TThreeVectorComplex::fgIsA(nullptr); // static to hold class pointer //______________________________________________________________________________ const char *TThreeVectorComplex::Class_Name() { return "TThreeVectorComplex"; } //______________________________________________________________________________ const char *TThreeVectorComplex::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TThreeVectorComplex*)nullptr)->GetImplFileName(); } //______________________________________________________________________________ int TThreeVectorComplex::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TThreeVectorComplex*)nullptr)->GetImplFileLine(); } //______________________________________________________________________________ TClass *TThreeVectorComplex::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TThreeVectorComplex*)nullptr)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TThreeVectorComplex::Class() { if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TThreeVectorComplex*)nullptr)->GetClass(); } return fgIsA; } namespace ROOT { // Wrappers around operator new static void *new_TThreeVectorComplex(void *p) { return p ? new(p) ::TThreeVectorComplex : new ::TThreeVectorComplex; } static void *newArray_TThreeVectorComplex(Long_t nElements, void *p) { return p ? new(p) ::TThreeVectorComplex[nElements] : new ::TThreeVectorComplex[nElements]; } // Wrapper around operator delete static void delete_TThreeVectorComplex(void *p) { delete (static_cast<::TThreeVectorComplex*>(p)); } static void deleteArray_TThreeVectorComplex(void *p) { delete [] (static_cast<::TThreeVectorComplex*>(p)); } static void destruct_TThreeVectorComplex(void *p) { typedef ::TThreeVectorComplex current_t; (static_cast(p))->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TThreeVectorComplex(TBuffer &buf, void *obj) { ((::TThreeVectorComplex*)obj)->::TThreeVectorComplex::Streamer(buf); } } // end of namespace ROOT for class ::TThreeVectorComplex namespace { void TriggerDictionaryInitialization_TThreeVectorComplexDict_Impl() { static const char* headers[] = { "/srv/Diracxx/include/TThreeVectorComplex.h", nullptr }; static const char* includePaths[] = { "/usr/include/root", "/srv/Diracxx/build-alma9/src/", nullptr }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "TThreeVectorComplexDict 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$/srv/Diracxx/include/TThreeVectorComplex.h"))) TThreeVectorComplex; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "TThreeVectorComplexDict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "/srv/Diracxx/include/TThreeVectorComplex.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "TThreeVectorComplex", payloadCode, "@", "operator+", payloadCode, "@", "operator-", payloadCode, "@", "operator<<", payloadCode, "@", "operator>>", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("TThreeVectorComplexDict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_TThreeVectorComplexDict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_TThreeVectorComplexDict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_TThreeVectorComplexDict() { TriggerDictionaryInitialization_TThreeVectorComplexDict_Impl(); }