// // File generated by rootcint at Thu Dec 13 04:35:29 2007. // Do NOT change. Changes will be lost next time file is generated // #include "RConfig.h" #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif #include "TDebugModule_dict.h" #include "TClass.h" #include "TBuffer.h" #include "TStreamerInfo.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "RtypesImp.h" #include "TVectorProxy.h" namespace ROOT { namespace Shadow { } // Of namespace ROOT::Shadow } // Of namespace ROOT namespace ROOT { void TDebugModule_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TDebugModule_IsA(const void*); static void *new_TDebugModule(void *p = 0); static void *newArray_TDebugModule(Long_t size); static void delete_TDebugModule(void *p); static void deleteArray_TDebugModule(void *p); static void destruct_TDebugModule(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TDebugModule*) { TDebugModule *ptr = 0; static ROOT::TGenericClassInfo instance("TDebugModule", TDebugModule::Class_Version(), "/home/robson/S614_071213/include/Stntuple/ana/TDebugModule.hh", 27, typeid(TDebugModule), DefineBehavior(ptr, ptr), &::TDebugModule::Dictionary, &TDebugModule_IsA, 0, sizeof(TDebugModule) ); instance.SetNew(&new_TDebugModule); instance.SetNewArray(&newArray_TDebugModule); instance.SetDelete(&delete_TDebugModule); instance.SetDeleteArray(&deleteArray_TDebugModule); instance.SetDestructor(&destruct_TDebugModule); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TDebugModule*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TDebugModule::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TDebugModule::Class_Name() { return "TDebugModule"; } //______________________________________________________________________________ const char *TDebugModule::ImplFileName() { return ROOT::GenerateInitInstance((const TDebugModule*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TDebugModule::ImplFileLine() { return ROOT::GenerateInitInstance((const TDebugModule*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TDebugModule::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TDebugModule*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TDebugModule::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TDebugModule*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TDebugModule::Streamer(TBuffer &R__b) { // Stream an object of class TDebugModule. TStnModule::Streamer(R__b); } //______________________________________________________________________________ void TDebugModule::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TDebugModule. TClass *R__cl = TDebugModule::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "*fCalDataBlock", &fCalDataBlock); R__insp.Inspect(R__cl, R__parent, "*fClusterBlock", &fClusterBlock); R__insp.Inspect(R__cl, R__parent, "*fTrackBlock", &fTrackBlock); R__insp.Inspect(R__cl, R__parent, "*fCesDataBlock", &fCesDataBlock); R__insp.Inspect(R__cl, R__parent, "*fPi0Block", &fPi0Block); R__insp.Inspect(R__cl, R__parent, "*fElectronBlock", &fElectronBlock); R__insp.Inspect(R__cl, R__parent, "*fMuonBlock", &fMuonBlock); R__insp.Inspect(R__cl, R__parent, "*fTauBlock", &fTauBlock); R__insp.Inspect(R__cl, R__parent, "*fJetBlock", &fJetBlock); R__insp.Inspect(R__cl, R__parent, "*fMetBlock", &fMetBlock); R__insp.Inspect(R__cl, R__parent, "*fZVertexBlock", &fZVertexBlock); R__insp.Inspect(R__cl, R__parent, "*fObspBlock", &fObspBlock); R__insp.Inspect(R__cl, R__parent, "*fGenpBlock", &fGenpBlock); TStnModule::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TDebugModule_IsA(const void *obj) { return ((::TDebugModule*)obj)->IsA(); } // Wrappers around operator new static void *new_TDebugModule(void *p) { return p ? new(p) ::TDebugModule : new ::TDebugModule; } static void *newArray_TDebugModule(Long_t size) { return new ::TDebugModule[size]; } // Wrapper around operator delete static void delete_TDebugModule(void *p) { delete ((::TDebugModule*)p); } static void deleteArray_TDebugModule(void *p) { delete [] ((::TDebugModule*)p); } static void destruct_TDebugModule(void *p) { typedef ::TDebugModule current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TDebugModule /******************************************************** * TDebugModule_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTDebugModule_dict(); extern "C" void G__set_cpp_environmentTDebugModule_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TDebugModule.hh"); G__cpp_reset_tagtableTDebugModule_dict(); } class G__TDebugModule_dictdOcxx_tag {}; void* operator new(size_t size,G__TDebugModule_dictdOcxx_tag* p) { if(p && G__PVOID!=G__getgvp()) return((void*)p); #ifndef G__ROOT return(malloc(size)); #else return(::operator new(size)); #endif } /* dummy, for exception */ #ifdef G__EH_DUMMY_DELETE void operator delete(void *p,G__TDebugModule_dictdOcxx_tag* x) { if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return; #ifndef G__ROOT free(p); #else ::operator delete(p); #endif } #endif static void G__operator_delete(void *p) { if((long)p==G__getgvp() && G__PVOID!=G__getgvp()) return; #ifndef G__ROOT free(p); #else ::operator delete(p); #endif } void G__DELDMY_TDebugModule_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTDebugModule_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TDebugModule */ static int G__TDebugModule_dict_416_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TDebugModule *p=NULL; switch(libp->paran) { case 2: p = new TDebugModule((const char*)G__int(libp->para[0]),(const char*)G__int(libp->para[1])); break; case 1: p = new TDebugModule((const char*)G__int(libp->para[0])); break; case 0: if(G__getaryconstruct()) p=new TDebugModule[G__getaryconstruct()]; else p=new TDebugModule; break; } result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TDebugModule*)(G__getstructoffset()))->GetClusterBlock()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDebugModule*)(G__getstructoffset()))->BeginJob()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDebugModule*)(G__getstructoffset()))->BeginRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDebugModule*)(G__getstructoffset()))->Event((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDebugModule*)(G__getstructoffset()))->EndRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDebugModule*)(G__getstructoffset()))->EndJob()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TDebugModule::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TDebugModule::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TDebugModule::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TDebugModule::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TDebugModule*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDebugModule*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDebugModule*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDebugModule*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TDebugModule::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TDebugModule::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TDebugModule::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDebugModule_dict_416_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TDebugModule::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TDebugModule_dict_416_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TDebugModule *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TDebugModule(*(TDebugModule*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TDebugModule G__TTDebugModule; static int G__TDebugModule_dict_416_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (TDebugModule *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TDebugModule *)((G__getstructoffset())+sizeof(TDebugModule)*i); else delete (TDebugModule *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TDebugModule_dict_416_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TDebugModule *dest = (TDebugModule*)(G__getstructoffset()); *dest = (*(TDebugModule*)libp->para[0].ref); const TDebugModule& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TDebugModule */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTDebugModule_dict { public: G__Sizep2memfuncTDebugModule_dict() {p=&G__Sizep2memfuncTDebugModule_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTDebugModule_dict::*p)(); }; size_t G__get_sizep2memfuncTDebugModule_dict() { G__Sizep2memfuncTDebugModule_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_inheritanceTDebugModule_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule))) { TDebugModule *G__Lderived; G__Lderived=(TDebugModule*)0x1000; { TStnModule *G__Lpbase=(TStnModule*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule),G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnModule),(long)G__Lpbase-(long)G__Lderived,1,1); } { TNamed *G__Lpbase=(TNamed*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule),G__get_linked_tagnum(&G__TDebugModule_dictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule),G__get_linked_tagnum(&G__TDebugModule_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTDebugModule_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__TDebugModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TDebugModule */ static void G__setup_memvarTDebugModule(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule)); { TDebugModule *p; p=(TDebugModule*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fCalDataBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TCalDataBlock),-1,-1,1,"fCalDataBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fClusterBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnClusterBlock),-1,-1,1,"fClusterBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fTrackBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnTrackBlock),-1,-1,1,"fTrackBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fCesDataBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TCesDataBlock),-1,-1,1,"fCesDataBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fPi0Block)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnPi0Block),-1,-1,1,"fPi0Block=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fElectronBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnElectronBlock),-1,-1,1,"fElectronBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMuonBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnMuonBlock),-1,-1,1,"fMuonBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fTauBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnTauBlock),-1,-1,1,"fTauBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fJetBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnJetBlock),-1,-1,1,"fJetBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMetBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnMetBlock),-1,-1,1,"fMetBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fZVertexBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnVertexBlock),-1,-1,1,"fZVertexBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fObspBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TObspBlock),-1,-1,1,"fObspBlock=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fGenpBlock)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TGenpBlock),-1,-1,1,"fGenpBlock=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TDebugModule_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTDebugModule_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTDebugModule(void) { /* TDebugModule */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule)); G__memfunc_setup("TDebugModule",1185,G__TDebugModule_dict_416_1_0,105,G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule),-1,0,2,1,1,0, "C - - 10 \"DebugModule\" name C - - 10 \"DebugModule\" title",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetClusterBlock",1517,G__TDebugModule_dict_416_2_0,85,G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnClusterBlock),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeginJob",768,G__TDebugModule_dict_416_3_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("BeginRun",794,G__TDebugModule_dict_416_4_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Event",514,G__TDebugModule_dict_416_5_0,105,-1,-1,0,1,1,1,0,"i - - 0 - ientry",(char*)NULL,(void*)NULL,1); G__memfunc_setup("EndRun",588,G__TDebugModule_dict_416_6_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("EndJob",562,G__TDebugModule_dict_416_7_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Class",502,G__TDebugModule_dict_416_8_0,85,G__get_linked_tagnum(&G__TDebugModule_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TDebugModule::Class),0); G__memfunc_setup("Class_Name",982,G__TDebugModule_dict_416_9_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TDebugModule::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TDebugModule_dict_416_0_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TDebugModule::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TDebugModule_dict_416_1_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TDebugModule::Dictionary),0); G__memfunc_setup("IsA",253,G__TDebugModule_dict_416_2_1,85,G__get_linked_tagnum(&G__TDebugModule_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TDebugModule_dict_416_3_1,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__TDebugModule_dict_416_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TDebugModule_dict_416_5_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TDebugModule_dict_416_6_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TDebugModule::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TDebugModule_dict_416_7_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TDebugModule::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TDebugModule_dict_416_8_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TDebugModule::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TDebugModule_dict_416_9_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TDebugModule::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TDebugModule",1185,G__TDebugModule_dict_416_0_2,(int)('i'),G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule),-1,0,1,1,1,0,"u 'TDebugModule' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TDebugModule",1311,G__TDebugModule_dict_416_1_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__TDebugModule_dict_416_2_2,(int)('u'),G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule),-1,1,1,1,1,0,"u 'TDebugModule' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTDebugModule_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() { } static void G__cpp_setup_global2() { } static void G__cpp_setup_global3() { } static void G__cpp_setup_global4() { } static void G__cpp_setup_global5() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTDebugModule_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); G__cpp_setup_global4(); G__cpp_setup_global5(); } /********************************************************* * 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() { } static void G__cpp_setup_func14() { } static void G__cpp_setup_func15() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTDebugModule_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(); G__cpp_setup_func14(); G__cpp_setup_func15(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TDebugModule_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TNamed = { "TNamed" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnModule = { "TStnModule" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TCalDataBlock = { "TCalDataBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnElectronBlock = { "TStnElectronBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnMuonBlock = { "TStnMuonBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnTauBlock = { "TStnTauBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnTrackBlock = { "TStnTrackBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnVertexBlock = { "TStnVertexBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnMetBlock = { "TStnMetBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnJetBlock = { "TStnJetBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TGenpBlock = { "TGenpBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnClusterBlock = { "TStnClusterBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TStnPi0Block = { "TStnPi0Block" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TCesDataBlock = { "TCesDataBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TObspBlock = { "TObspBlock" , 99 , -1 }; G__linked_taginfo G__TDebugModule_dictLN_TDebugModule = { "TDebugModule" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTDebugModule_dict() { G__TDebugModule_dictLN_TClass.tagnum = -1 ; G__TDebugModule_dictLN_TBuffer.tagnum = -1 ; G__TDebugModule_dictLN_TMemberInspector.tagnum = -1 ; G__TDebugModule_dictLN_TObject.tagnum = -1 ; G__TDebugModule_dictLN_TNamed.tagnum = -1 ; G__TDebugModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TDebugModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TDebugModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TDebugModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TDebugModule_dictLN_TStnModule.tagnum = -1 ; G__TDebugModule_dictLN_TCalDataBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnElectronBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnMuonBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnTauBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnTrackBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnVertexBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnMetBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnJetBlock.tagnum = -1 ; G__TDebugModule_dictLN_TGenpBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnClusterBlock.tagnum = -1 ; G__TDebugModule_dictLN_TStnPi0Block.tagnum = -1 ; G__TDebugModule_dictLN_TCesDataBlock.tagnum = -1 ; G__TDebugModule_dictLN_TObspBlock.tagnum = -1 ; G__TDebugModule_dictLN_TDebugModule.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTDebugModule_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TDebugModule_dictLN_TClass); G__get_linked_tagnum(&G__TDebugModule_dictLN_TBuffer); G__get_linked_tagnum(&G__TDebugModule_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TDebugModule_dictLN_TObject); G__get_linked_tagnum(&G__TDebugModule_dictLN_TNamed); G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TDebugModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TDebugModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnModule); G__get_linked_tagnum(&G__TDebugModule_dictLN_TCalDataBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnElectronBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnMuonBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnTauBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnTrackBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnVertexBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnMetBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnJetBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TGenpBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnClusterBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TStnPi0Block); G__get_linked_tagnum(&G__TDebugModule_dictLN_TCesDataBlock); G__get_linked_tagnum(&G__TDebugModule_dictLN_TObspBlock); G__tagtable_setup(G__get_linked_tagnum(&G__TDebugModule_dictLN_TDebugModule),sizeof(TDebugModule),-1,62720,(char*)NULL,G__setup_memvarTDebugModule,G__setup_memfuncTDebugModule); } extern "C" void G__cpp_setupTDebugModule_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTDebugModule_dict()"); G__set_cpp_environmentTDebugModule_dict(); G__cpp_setup_tagtableTDebugModule_dict(); G__cpp_setup_inheritanceTDebugModule_dict(); G__cpp_setup_typetableTDebugModule_dict(); G__cpp_setup_memvarTDebugModule_dict(); G__cpp_setup_memfuncTDebugModule_dict(); G__cpp_setup_globalTDebugModule_dict(); G__cpp_setup_funcTDebugModule_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTDebugModule_dict(); return; } class G__cpp_setup_initTDebugModule_dict { public: G__cpp_setup_initTDebugModule_dict() { G__add_setup_func("TDebugModule_dict",(G__incsetup)(&G__cpp_setupTDebugModule_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTDebugModule_dict() { G__remove_setup_func("TDebugModule_dict"); } }; G__cpp_setup_initTDebugModule_dict G__cpp_setup_initializerTDebugModule_dict;