// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME TLorentzBoostDict #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 "/home/halld/Diracxx/include/TLorentzBoost.h" // Header files passed via #pragma extra_include namespace ROOT { static void *new_TLorentzBoost(void *p = 0); static void *newArray_TLorentzBoost(Long_t size, void *p); static void delete_TLorentzBoost(void *p); static void deleteArray_TLorentzBoost(void *p); static void destruct_TLorentzBoost(void *p); static void streamer_TLorentzBoost(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLorentzBoost*) { ::TLorentzBoost *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLorentzBoost >(0); static ::ROOT::TGenericClassInfo instance("TLorentzBoost", ::TLorentzBoost::Class_Version(), "TLorentzBoost.h", 20, typeid(::TLorentzBoost), ::ROOT::Internal::DefineBehavior(ptr, ptr), &::TLorentzBoost::Dictionary, isa_proxy, 16, sizeof(::TLorentzBoost) ); instance.SetNew(&new_TLorentzBoost); instance.SetNewArray(&newArray_TLorentzBoost); instance.SetDelete(&delete_TLorentzBoost); instance.SetDeleteArray(&deleteArray_TLorentzBoost); instance.SetDestructor(&destruct_TLorentzBoost); instance.SetStreamerFunc(&streamer_TLorentzBoost); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TLorentzBoost*) { return GenerateInitInstanceLocal((::TLorentzBoost*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstanceLocal((const ::TLorentzBoost*)0x0); R__UseDummy(_R__UNIQUE_DICT_(Init)); } // end of namespace ROOT //______________________________________________________________________________ atomic_TClass_ptr TLorentzBoost::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TLorentzBoost::Class_Name() { return "TLorentzBoost"; } //______________________________________________________________________________ const char *TLorentzBoost::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TLorentzBoost*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TLorentzBoost::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TLorentzBoost*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ TClass *TLorentzBoost::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLorentzBoost*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *TLorentzBoost::Class() { if (!fgIsA.load()) { R__LOCKGUARD(gInterpreterMutex); fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLorentzBoost*)0x0)->GetClass(); } return fgIsA; } //______________________________________________________________________________ void TLorentzBoost::Streamer(TBuffer &R__b) { // Stream an object of class TLorentzBoost. UInt_t R__s, R__c; if (R__b.IsReading()) { Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { } TLorentzTransform::Streamer(R__b); R__b.CheckByteCount(R__s, R__c, TLorentzBoost::IsA()); } else { R__c = R__b.WriteVersion(TLorentzBoost::IsA(), kTRUE); TLorentzTransform::Streamer(R__b); R__b.SetByteCount(R__c, kTRUE); } } namespace ROOT { // Wrappers around operator new static void *new_TLorentzBoost(void *p) { return p ? new(p) ::TLorentzBoost : new ::TLorentzBoost; } static void *newArray_TLorentzBoost(Long_t nElements, void *p) { return p ? new(p) ::TLorentzBoost[nElements] : new ::TLorentzBoost[nElements]; } // Wrapper around operator delete static void delete_TLorentzBoost(void *p) { delete ((::TLorentzBoost*)p); } static void deleteArray_TLorentzBoost(void *p) { delete [] ((::TLorentzBoost*)p); } static void destruct_TLorentzBoost(void *p) { typedef ::TLorentzBoost current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TLorentzBoost(TBuffer &buf, void *obj) { ((::TLorentzBoost*)obj)->::TLorentzBoost::Streamer(buf); } } // end of namespace ROOT for class ::TLorentzBoost namespace { void TriggerDictionaryInitialization_TLorentzBoostDict_Impl() { static const char* headers[] = { "/home/halld/Diracxx/include/TLorentzBoost.h", 0 }; static const char* includePaths[] = { "/nfs/cern.ch/asis/root-6.22.06/x86_64-debug/include/", "/home/halld/Diracxx/build-python2/src/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "TLorentzBoostDict 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(R"ATTRDUMP(Lorentz Boost operator class)ATTRDUMP"))) __attribute__((annotate("$clingAutoload$/home/halld/Diracxx/include/TLorentzBoost.h"))) TLorentzBoost; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "TLorentzBoostDict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "/home/halld/Diracxx/include/TLorentzBoost.h" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "TLorentzBoost", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("TLorentzBoostDict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_TLorentzBoostDict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_TLorentzBoostDict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_TLorentzBoostDict() { TriggerDictionaryInitialization_TLorentzBoostDict_Impl(); }