// // File generated by /vols/comet00/users/bek07/ICEDUST/CernVMFSProject/packages/EXTERNALS/ROOT/Linux-x86_64/root-install/bin/rootcint at Mon Sep 14 04:22:25 2015 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIdictdIICOMETContext_Dict #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "ICOMETContext_Dict.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // Direct notice to TROOT of the dictionary's loading. namespace { static struct DictInit { DictInit() { ROOT::RegisterModule(); } } __TheDictionaryInitializer; } // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void COMETcLcLICOMETContext_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_COMETcLcLICOMETContext(void *p = 0); static void *newArray_COMETcLcLICOMETContext(Long_t size, void *p); static void delete_COMETcLcLICOMETContext(void *p); static void deleteArray_COMETcLcLICOMETContext(void *p); static void destruct_COMETcLcLICOMETContext(void *p); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::COMET::ICOMETContext*) { ::COMET::ICOMETContext *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::COMET::ICOMETContext >(0); static ::ROOT::TGenericClassInfo instance("COMET::ICOMETContext", ::COMET::ICOMETContext::Class_Version(), "./../src/ICOMETContext.hxx", 16, typeid(::COMET::ICOMETContext), DefineBehavior(ptr, ptr), &::COMET::ICOMETContext::Dictionary, isa_proxy, 4, sizeof(::COMET::ICOMETContext) ); instance.SetNew(&new_COMETcLcLICOMETContext); instance.SetNewArray(&newArray_COMETcLcLICOMETContext); instance.SetDelete(&delete_COMETcLcLICOMETContext); instance.SetDeleteArray(&deleteArray_COMETcLcLICOMETContext); instance.SetDestructor(&destruct_COMETcLcLICOMETContext); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::COMET::ICOMETContext*) { return GenerateInitInstanceLocal((::COMET::ICOMETContext*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::COMET::ICOMETContext*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace COMET { //______________________________________________________________________________ TClass *ICOMETContext::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *ICOMETContext::Class_Name() { return "COMET::ICOMETContext"; } //______________________________________________________________________________ const char *ICOMETContext::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICOMETContext*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int ICOMETContext::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICOMETContext*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void ICOMETContext::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICOMETContext*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *ICOMETContext::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::ICOMETContext*)0x0)->GetClass(); return fgIsA; } } // namespace COMET namespace COMET { //______________________________________________________________________________ void ICOMETContext::Streamer(TBuffer &R__b) { // Stream an object of class COMET::ICOMETContext. if (R__b.IsReading()) { R__b.ReadClassBuffer(COMET::ICOMETContext::Class(),this); } else { R__b.WriteClassBuffer(COMET::ICOMETContext::Class(),this); } } } // namespace COMET //______________________________________________________________________________ namespace COMET { void ICOMETContext::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class COMET::ICOMETContext. TClass *R__cl = ::COMET::ICOMETContext::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fPartition", &fPartition); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRun", &fRun); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSubRun", &fSubRun); R__insp.Inspect(R__cl, R__insp.GetParent(), "fEvent", &fEvent); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSpill", &fSpill); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeStamp", &fTimeStamp); } } // namespace COMET namespace ROOT { // Wrappers around operator new static void *new_COMETcLcLICOMETContext(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::ICOMETContext : new ::COMET::ICOMETContext; } static void *newArray_COMETcLcLICOMETContext(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::ICOMETContext[nElements] : new ::COMET::ICOMETContext[nElements]; } // Wrapper around operator delete static void delete_COMETcLcLICOMETContext(void *p) { delete ((::COMET::ICOMETContext*)p); } static void deleteArray_COMETcLcLICOMETContext(void *p) { delete [] ((::COMET::ICOMETContext*)p); } static void destruct_COMETcLcLICOMETContext(void *p) { typedef ::COMET::ICOMETContext current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::COMET::ICOMETContext /******************************************************** * ../dict/ICOMETContext_Dict.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableICOMETContext_Dict(); extern "C" void G__set_cpp_environmentICOMETContext_Dict() { G__cpp_reset_tagtableICOMETContext_Dict(); } #include extern "C" int G__cpp_dllrevICOMETContext_Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* COMET::ICOMETContext */ static int G__ICOMETContext_Dict_216_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICOMETContext* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::ICOMETContext[n]; } else { p = new((void*) gvp) COMET::ICOMETContext[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::ICOMETContext; } else { p = new((void*) gvp) COMET::ICOMETContext; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext)); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICOMETContext* p = NULL; char* gvp = (char*) G__getgvp(); //m: 6 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::ICOMETContext( (int) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2]), (int) G__int(libp->para[3]) , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])); } else { p = new((void*) gvp) COMET::ICOMETContext( (int) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2]), (int) G__int(libp->para[3]) , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext)); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->GetPartition()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->IsMC()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->IsDetector()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->SetPartition((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->GetRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->SetRun((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->GetSubRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->SetSubRun((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->GetEvent()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->SetEvent((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->GetSpill()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->SetSpill((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->GetTimeStamp()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string* pobj; const string xobj = ((const COMET::ICOMETContext*) G__getstructoffset())->GetTimeStampString(); pobj = new string(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->SetTimeStamp((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->Valid()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) COMET::ICOMETContext::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::ICOMETContext::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) COMET::ICOMETContext::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICOMETContext::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::ICOMETContext*) G__getstructoffset())->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::ICOMETContext*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::ICOMETContext::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::ICOMETContext::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::ICOMETContext::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ICOMETContext_Dict_216_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::ICOMETContext::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__ICOMETContext_Dict_216_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICOMETContext* p; void* tmp = (void*) G__int(libp->para[0]); p = new COMET::ICOMETContext(*(COMET::ICOMETContext*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef COMET::ICOMETContext G__TCOMETcLcLICOMETContext; static int G__ICOMETContext_Dict_216_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 0 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (COMET::ICOMETContext*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((COMET::ICOMETContext*) (soff+(sizeof(COMET::ICOMETContext)*i)))->~G__TCOMETcLcLICOMETContext(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (COMET::ICOMETContext*) soff; } else { G__setgvp((long) G__PVOID); ((COMET::ICOMETContext*) (soff))->~G__TCOMETcLcLICOMETContext(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__ICOMETContext_Dict_216_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::ICOMETContext* dest = (COMET::ICOMETContext*) G__getstructoffset(); *dest = *(COMET::ICOMETContext*) libp->para[0].ref; const COMET::ICOMETContext& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* COMET::ICOMETContext */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncICOMETContext_Dict { public: G__Sizep2memfuncICOMETContext_Dict(): p(&G__Sizep2memfuncICOMETContext_Dict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncICOMETContext_Dict::*p)(); }; size_t G__get_sizep2memfuncICOMETContext_Dict() { G__Sizep2memfuncICOMETContext_Dict a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceICOMETContext_Dict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableICOMETContext_Dict() { /* Setting up typedef entry */ G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICOMETContext_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICOMETContext_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICOMETContext_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ICOMETContext_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("Time",104,-1,0,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* COMET::ICOMETContext */ static void G__setup_memvarCOMETcLcLICOMETContext(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext)); { COMET::ICOMETContext *p; p=(COMET::ICOMETContext*)0x1000; if (p) { } G__memvar_setup((void*)G__PVOID,105,0,1,-1,-1,-2,1,G__FastAllocString(2048).Format("Invalid=%lldLL",(long long)COMET::ICOMETContext::Invalid).data(),0,(char*)NULL); G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kGlobalPartition=%lldLL",(long long)COMET::ICOMETContext::kGlobalPartition).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kP0DClockPresent=%lldLL",(long long)COMET::ICOMETContext::kP0DClockPresent).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kTPCClockPresent=%lldLL",(long long)COMET::ICOMETContext::kTPCClockPresent).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kFGDClockPresent=%lldLL",(long long)COMET::ICOMETContext::kFGDClockPresent).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kECalClockPresent=%lldLL",(long long)COMET::ICOMETContext::kECalClockPresent).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kSMRDClockPresent=%lldLL",(long long)COMET::ICOMETContext::kSMRDClockPresent).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kINGRIDClockPresent=%lldLL",(long long)COMET::ICOMETContext::kINGRIDClockPresent).data(),0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kMCData=%lldLL",(long long)COMET::ICOMETContext::kMCData).data(),0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"fPartition=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"fRun=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"fSubRun=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"fEvent=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"fSpill=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("Time"),-1,4,"fTimeStamp=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__ICOMETContext_DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarICOMETContext_Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncCOMETcLcLICOMETContext(void) { /* COMET::ICOMETContext */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext)); G__memfunc_setup("ICOMETContext",1190,G__ICOMETContext_Dict_216_0_1, 105, G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ICOMETContext",1190,G__ICOMETContext_Dict_216_0_2, 105, G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext), -1, 0, 6, 1, 1, 0, "i - - 0 - partition i - - 0 - run " "i - - 0 - subRun i - - 0 - event " "i - - 0 - spill i - - 0 - stamp", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetPartition",1242,G__ICOMETContext_Dict_216_0_3, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsMC",332,G__ICOMETContext_Dict_216_0_4, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsDetector",1014,G__ICOMETContext_Dict_216_0_5, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetPartition",1254,G__ICOMETContext_Dict_216_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - p", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetRun",597,G__ICOMETContext_Dict_216_0_7, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetRun",609,G__ICOMETContext_Dict_216_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - r", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetSubRun",895,G__ICOMETContext_Dict_216_0_9, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSubRun",907,G__ICOMETContext_Dict_216_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - s", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetEvent",802,G__ICOMETContext_Dict_216_0_11, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetEvent",814,G__ICOMETContext_Dict_216_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - e", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetSpill",804,G__ICOMETContext_Dict_216_0_13, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetSpill",816,G__ICOMETContext_Dict_216_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - s", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTimeStamp",1204,G__ICOMETContext_Dict_216_0_15, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTimeStampString",1835,G__ICOMETContext_Dict_216_0_16, 117, G__get_linked_tagnum(&G__ICOMETContext_DictLN_string), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTimeStamp",1216,G__ICOMETContext_Dict_216_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - t", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Valid",496,G__ICOMETContext_Dict_216_0_18, 103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__ICOMETContext_Dict_216_0_19, 85, G__get_linked_tagnum(&G__ICOMETContext_DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&COMET::ICOMETContext::Class) ), 0); G__memfunc_setup("Class_Name",982,G__ICOMETContext_Dict_216_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::ICOMETContext::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__ICOMETContext_Dict_216_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&COMET::ICOMETContext::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__ICOMETContext_Dict_216_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&COMET::ICOMETContext::Dictionary) ), 0); G__memfunc_setup("IsA",253,G__ICOMETContext_Dict_216_0_23, 85, G__get_linked_tagnum(&G__ICOMETContext_DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,G__ICOMETContext_Dict_216_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__ICOMETContext_Dict_216_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__ICOMETContext_Dict_216_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__ICOMETContext_Dict_216_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::ICOMETContext::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__ICOMETContext_Dict_216_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::ICOMETContext::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__ICOMETContext_Dict_216_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::ICOMETContext::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__ICOMETContext_Dict_216_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::ICOMETContext::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("ICOMETContext", 1190, G__ICOMETContext_Dict_216_0_31, (int) ('i'), G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext), -1, 0, 1, 1, 1, 0, "u 'COMET::ICOMETContext' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~ICOMETContext", 1316, G__ICOMETContext_Dict_216_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__ICOMETContext_Dict_216_0_33, (int) ('u'), G__get_linked_tagnum(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext), -1, 1, 1, 1, 1, 0, "u 'COMET::ICOMETContext' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncICOMETContext_Dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalICOMETContext_Dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { } static void G__cpp_setup_func12() { } static void G__cpp_setup_func13() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcICOMETContext_Dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); G__cpp_setup_func12(); G__cpp_setup_func13(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__ICOMETContext_DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_string = { "string" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_COMET = { "COMET" , 110 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_COMETcLcLICOMETContext = { "COMET::ICOMETContext" , 99 , -1 }; G__linked_taginfo G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA = { "COMET::ICOMETContext::$" , 101 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableICOMETContext_Dict() { G__ICOMETContext_DictLN_TClass.tagnum = -1 ; G__ICOMETContext_DictLN_TBuffer.tagnum = -1 ; G__ICOMETContext_DictLN_TMemberInspector.tagnum = -1 ; G__ICOMETContext_DictLN_string.tagnum = -1 ; G__ICOMETContext_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__ICOMETContext_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__ICOMETContext_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__ICOMETContext_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__ICOMETContext_DictLN_COMET.tagnum = -1 ; G__ICOMETContext_DictLN_COMETcLcLICOMETContext.tagnum = -1 ; G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableICOMETContext_Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_TClass); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_TBuffer); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_string); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_COMET); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_COMETcLcLICOMETContext),sizeof(COMET::ICOMETContext),-1,296192,(char*)NULL,G__setup_memvarCOMETcLcLICOMETContext,G__setup_memfuncCOMETcLcLICOMETContext); G__get_linked_tagnum_fwd(&G__ICOMETContext_DictLN_COMETcLcLICOMETContextcLcLdA); } extern "C" void G__cpp_setupICOMETContext_Dict(void) { G__check_setup_version(30051515,"G__cpp_setupICOMETContext_Dict()"); G__set_cpp_environmentICOMETContext_Dict(); G__cpp_setup_tagtableICOMETContext_Dict(); G__cpp_setup_inheritanceICOMETContext_Dict(); G__cpp_setup_typetableICOMETContext_Dict(); G__cpp_setup_memvarICOMETContext_Dict(); G__cpp_setup_memfuncICOMETContext_Dict(); G__cpp_setup_globalICOMETContext_Dict(); G__cpp_setup_funcICOMETContext_Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncICOMETContext_Dict(); return; } class G__cpp_setup_initICOMETContext_Dict { public: G__cpp_setup_initICOMETContext_Dict() { G__add_setup_func("ICOMETContext_Dict",(G__incsetup)(&G__cpp_setupICOMETContext_Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initICOMETContext_Dict() { G__remove_setup_func("ICOMETContext_Dict"); } }; G__cpp_setup_initICOMETContext_Dict G__cpp_setup_initializerICOMETContext_Dict;