// // File generated by rootcint at Mon Oct 30 21:01:11 2006. // 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 "TStnMuonBlock_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 TStnMuonBlock_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnMuonBlock_IsA(const void*); static void *new_TStnMuonBlock(void *p = 0); static void *newArray_TStnMuonBlock(Long_t size); static void delete_TStnMuonBlock(void *p); static void deleteArray_TStnMuonBlock(void *p); static void destruct_TStnMuonBlock(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnMuonBlock*) { TStnMuonBlock *ptr = 0; static ROOT::TGenericClassInfo instance("TStnMuonBlock", TStnMuonBlock::Class_Version(), "/data/nglas16/b/stdenis/stn614-ewk/include/Stntuple/obj/TStnMuonBlock.hh", 27, typeid(TStnMuonBlock), DefineBehavior(ptr, ptr), &::TStnMuonBlock::Dictionary, &TStnMuonBlock_IsA, 1, sizeof(TStnMuonBlock) ); instance.SetNew(&new_TStnMuonBlock); instance.SetNewArray(&newArray_TStnMuonBlock); instance.SetDelete(&delete_TStnMuonBlock); instance.SetDeleteArray(&deleteArray_TStnMuonBlock); instance.SetDestructor(&destruct_TStnMuonBlock); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnMuonBlock*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnMuonBlock::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnMuonBlock::Class_Name() { return "TStnMuonBlock"; } //______________________________________________________________________________ const char *TStnMuonBlock::ImplFileName() { return ROOT::GenerateInitInstance((const TStnMuonBlock*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnMuonBlock::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnMuonBlock*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnMuonBlock::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnMuonBlock*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnMuonBlock::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnMuonBlock*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnMuonBlock::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnMuonBlock. TClass *R__cl = TStnMuonBlock::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNMuons", &fNMuons); R__insp.Inspect(R__cl, R__parent, "fNHptm", &fNHptm); R__insp.Inspect(R__cl, R__parent, "fNCmio", &fNCmio); R__insp.Inspect(R__cl, R__parent, "fNCmus", &fNCmus); R__insp.Inspect(R__cl, R__parent, "fCostub", &fCostub); R__insp.Inspect(R__cl, R__parent, "fNCmuStubs", &fNCmuStubs); R__insp.Inspect(R__cl, R__parent, "fNCmpStubs", &fNCmpStubs); R__insp.Inspect(R__cl, R__parent, "fNCmxStubs", &fNCmxStubs); R__insp.Inspect(R__cl, R__parent, "fNBmuStubs", &fNBmuStubs); R__insp.Inspect(R__cl, R__parent, "*fMuonList", &fMuonList); R__insp.Inspect(R__cl, R__parent, "*fListOfCmuStubs", &fListOfCmuStubs); R__insp.Inspect(R__cl, R__parent, "*fListOfCmpStubs", &fListOfCmpStubs); R__insp.Inspect(R__cl, R__parent, "*fListOfCmxStubs", &fListOfCmxStubs); R__insp.Inspect(R__cl, R__parent, "*fListOfBmuStubs", &fListOfBmuStubs); R__insp.Inspect(R__cl, R__parent, "*fEmTowerLinkList", &fEmTowerLinkList); R__insp.Inspect(R__cl, R__parent, "*fHadTowerLinkList", &fHadTowerLinkList); TStnDataBlock::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnMuonBlock_IsA(const void *obj) { return ((::TStnMuonBlock*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnMuonBlock(void *p) { return p ? new(p) ::TStnMuonBlock : new ::TStnMuonBlock; } static void *newArray_TStnMuonBlock(Long_t size) { return new ::TStnMuonBlock[size]; } // Wrapper around operator delete static void delete_TStnMuonBlock(void *p) { delete ((::TStnMuonBlock*)p); } static void deleteArray_TStnMuonBlock(void *p) { delete [] ((::TStnMuonBlock*)p); } static void destruct_TStnMuonBlock(void *p) { typedef ::TStnMuonBlock current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnMuonBlock /******************************************************** * TStnMuonBlock_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnMuonBlock_dict(); extern "C" void G__set_cpp_environmentTStnMuonBlock_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnMuonBlock.hh"); G__cpp_reset_tagtableTStnMuonBlock_dict(); } class G__TStnMuonBlock_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnMuonBlock_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__TStnMuonBlock_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_TStnMuonBlock_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnMuonBlock_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnMuonBlock */ static int G__TStnMuonBlock_dict_297_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnMuonBlock *p=NULL; if(G__getaryconstruct()) p=new TStnMuonBlock[G__getaryconstruct()]; else p=new TStnMuonBlock; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NMuons()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NHptm()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NCmio()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NCmus()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->Costub()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NCmuStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NCmpStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NCmxStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnMuonBlock*)(G__getstructoffset()))->NBmuStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->MuonList()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->ListOfCmuStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->ListOfCmpStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->ListOfCmxStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->ListOfBmuStubs()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnMuonBlock*)(G__getstructoffset()))->EmTowerLinkList()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnMuonBlock*)(G__getstructoffset()))->HadTowerLinkList()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->Muon((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->CmuStub((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->CmpStub((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->CmxStub((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->BmuStub((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnMuonBlock*)(G__getstructoffset()))->TowerKey((Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(TStnLinkBlock*)G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnMuonBlock*)(G__getstructoffset()))->TowerIEta((Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(TStnLinkBlock*)G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnMuonBlock*)(G__getstructoffset()))->TowerIPhi((Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(TStnLinkBlock*)G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnMuonBlock*)(G__getstructoffset()))->TowerValidCode((Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(TStnLinkBlock*)G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->SetNMuons(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnMuonBlock*)(G__getstructoffset()))->NewMuon()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnMuonBlock*)(G__getstructoffset()))->NewCmuStub()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnMuonBlock*)(G__getstructoffset()))->NewCmpStub()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnMuonBlock*)(G__getstructoffset()))->NewCmxStub()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnMuonBlock*)(G__getstructoffset()))->NewBmuStub()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnMuonBlock*)(G__getstructoffset()))->MuonNumber((const CdfMuon*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnMuonBlock*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnMuonBlock*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->ReadV1(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->ReadV2(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnMuonBlock::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnMuonBlock::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnMuonBlock::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnMuonBlock::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnMuonBlock*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnMuonBlock*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnMuonBlock::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnMuonBlock::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnMuonBlock::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnMuonBlock_dict_297_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnMuonBlock::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TStnMuonBlock_dict_297_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnMuonBlock *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TStnMuonBlock(*(TStnMuonBlock*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnMuonBlock G__TTStnMuonBlock; static int G__TStnMuonBlock_dict_297_1_5(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[] (TStnMuonBlock *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnMuonBlock *)((G__getstructoffset())+sizeof(TStnMuonBlock)*i); else delete (TStnMuonBlock *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnMuonBlock_dict_297_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnMuonBlock *dest = (TStnMuonBlock*)(G__getstructoffset()); *dest = (*(TStnMuonBlock*)libp->para[0].ref); const TStnMuonBlock& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnMuonBlock */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnMuonBlock_dict { public: G__Sizep2memfuncTStnMuonBlock_dict() {p=&G__Sizep2memfuncTStnMuonBlock_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnMuonBlock_dict::*p)(); }; size_t G__get_sizep2memfuncTStnMuonBlock_dict() { G__Sizep2memfuncTStnMuonBlock_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_inheritanceTStnMuonBlock_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock))) { TStnMuonBlock *G__Lderived; G__Lderived=(TStnMuonBlock*)0x1000; { TStnDataBlock *G__Lpbase=(TStnDataBlock*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock),G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnDataBlock),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock),G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnMuonBlock_dict() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0, -1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TStnMuonBlock_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__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnMuonBlock_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__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnMuonBlock_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__TStnMuonBlock_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__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnMuonBlock_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__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnMuonBlock_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__TStnMuonBlock_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__TStnMuonBlock_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__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnMuonBlock_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__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnMuonBlock_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 */ /* TStnMuonBlock */ static void G__setup_memvarTStnMuonBlock(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock)); { TStnMuonBlock *p; p=(TStnMuonBlock*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fNMuons)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNMuons=",0,"# of muons"); G__memvar_setup((void*)((long)(&p->fNHptm)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNHptm=",0,"# of high-Pt muons"); G__memvar_setup((void*)((long)(&p->fNCmio)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNCmio=",0,"# of CMIO muons"); G__memvar_setup((void*)((long)(&p->fNCmus)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNCmus=",0,"# of muon stubs ?"); G__memvar_setup((void*)((long)(&p->fCostub)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fCostub=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNCmuStubs)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNCmuStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNCmpStubs)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNCmpStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNCmxStubs)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNCmxStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNBmuStubs)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNBmuStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMuonList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,-1,1,"fMuonList=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fListOfCmuStubs)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,-1,1,"fListOfCmuStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fListOfCmpStubs)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,-1,1,"fListOfCmpStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fListOfCmxStubs)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,-1,1,"fListOfCmxStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fListOfBmuStubs)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,-1,1,"fListOfBmuStubs=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fEmTowerLinkList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnLinkBlock),-1,-1,1,"fEmTowerLinkList=",0,"|| links to the towers"); G__memvar_setup((void*)((long)(&p->fHadTowerLinkList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnLinkBlock),-1,-1,1,"fHadTowerLinkList=",0,"|| links to the towers"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnMuonBlock_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnMuonBlock(void) { /* TStnMuonBlock */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock)); G__memfunc_setup("TStnMuonBlock",1299,G__TStnMuonBlock_dict_297_1_0,105,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NMuons",608,G__TStnMuonBlock_dict_297_2_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NHptm",487,G__TStnMuonBlock_dict_297_3_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NCmio",470,G__TStnMuonBlock_dict_297_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NCmus",486,G__TStnMuonBlock_dict_297_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Costub",624,G__TStnMuonBlock_dict_297_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NCmuStubs",900,G__TStnMuonBlock_dict_297_7_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NCmpStubs",895,G__TStnMuonBlock_dict_297_8_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NCmxStubs",903,G__TStnMuonBlock_dict_297_9_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NBmuStubs",899,G__TStnMuonBlock_dict_297_0_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MuonList",827,G__TStnMuonBlock_dict_297_1_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ListOfCmuStubs",1415,G__TStnMuonBlock_dict_297_2_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ListOfCmpStubs",1410,G__TStnMuonBlock_dict_297_3_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ListOfCmxStubs",1418,G__TStnMuonBlock_dict_297_4_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ListOfBmuStubs",1414,G__TStnMuonBlock_dict_297_5_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EmTowerLinkList",1517,G__TStnMuonBlock_dict_297_6_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnLinkBlock),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("HadTowerLinkList",1608,G__TStnMuonBlock_dict_297_7_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnLinkBlock),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Muon",415,G__TStnMuonBlock_dict_297_8_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuon),-1,0,1,1,1,8,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmuStub",707,G__TStnMuonBlock_dict_297_9_1,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,1,1,1,8,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmpStub",702,G__TStnMuonBlock_dict_297_0_2,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,1,1,1,8,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmxStub",710,G__TStnMuonBlock_dict_297_1_2,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,1,1,1,8,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BmuStub",706,G__TStnMuonBlock_dict_297_2_2,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,1,1,1,8,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TowerKey",826,G__TStnMuonBlock_dict_297_3_2,105,-1,G__defined_typename("Int_t"),0,3,1,1,0, "i - 'Int_t' 0 - Imu i - 'Int_t' 0 - Itwr " "U 'TStnLinkBlock' - 0 - List",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TowerIEta",884,G__TStnMuonBlock_dict_297_4_2,105,-1,G__defined_typename("Int_t"),0,3,1,1,0, "i - 'Int_t' 0 - Imu i - 'Int_t' 0 - Itwr " "U 'TStnLinkBlock' - 0 - List",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TowerIPhi",891,G__TStnMuonBlock_dict_297_5_2,105,-1,G__defined_typename("Int_t"),0,3,1,1,0, "i - 'Int_t' 0 - Imu i - 'Int_t' 0 - Itwr " "U 'TStnLinkBlock' - 0 - List",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TowerValidCode",1404,G__TStnMuonBlock_dict_297_6_2,105,-1,G__defined_typename("Int_t"),0,3,1,1,0, "i - 'Int_t' 0 - Imu i - 'Int_t' 0 - Itwr " "U 'TStnLinkBlock' - 0 - List","****** modifiers",(void*)NULL,0); G__memfunc_setup("SetNMuons",908,G__TStnMuonBlock_dict_297_7_2,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewMuon",713,G__TStnMuonBlock_dict_297_8_2,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuon),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewCmuStub",1005,G__TStnMuonBlock_dict_297_9_2,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewCmpStub",1000,G__TStnMuonBlock_dict_297_0_3,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewCmxStub",1008,G__TStnMuonBlock_dict_297_1_3,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewBmuStub",1004,G__TStnMuonBlock_dict_297_2_3,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MuonNumber",1032,G__TStnMuonBlock_dict_297_3_3,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"U 'CdfMuon' - 10 - Ken",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TStnMuonBlock_dict_297_4_3,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TStnMuonBlock_dict_297_5_3,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ReadV1",515,G__TStnMuonBlock_dict_297_6_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV2",516,G__TStnMuonBlock_dict_297_7_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TStnMuonBlock_dict_297_8_3,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnMuonBlock::Class),0); G__memfunc_setup("Class_Name",982,G__TStnMuonBlock_dict_297_9_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnMuonBlock::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnMuonBlock_dict_297_0_4,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnMuonBlock::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnMuonBlock_dict_297_1_4,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnMuonBlock::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnMuonBlock_dict_297_2_4,85,G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnMuonBlock_dict_297_3_4,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__TStnMuonBlock_dict_297_4_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnMuonBlock_dict_297_5_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnMuonBlock_dict_297_6_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnMuonBlock::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnMuonBlock_dict_297_7_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnMuonBlock::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnMuonBlock_dict_297_8_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnMuonBlock::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnMuonBlock_dict_297_9_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnMuonBlock::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TStnMuonBlock",1299,G__TStnMuonBlock_dict_297_0_5,(int)('i'),G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock),-1,0,1,1,1,0,"u 'TStnMuonBlock' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TStnMuonBlock",1425,G__TStnMuonBlock_dict_297_1_5,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnMuonBlock_dict_297_2_5,(int)('u'),G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock),-1,1,1,1,1,0,"u 'TStnMuonBlock' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnMuonBlock_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() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTStnMuonBlock_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); } /********************************************************* * 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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTStnMuonBlock_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(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TStnMuonBlock_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TStnDataBlock = { "TStnDataBlock" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_CdfMuon = { "CdfMuon" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TStnMuon = { "TStnMuon" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TBaseMuonStub = { "TBaseMuonStub" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TStnLinkBlock = { "TStnLinkBlock" , 99 , -1 }; G__linked_taginfo G__TStnMuonBlock_dictLN_TStnMuonBlock = { "TStnMuonBlock" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnMuonBlock_dict() { G__TStnMuonBlock_dictLN_TClass.tagnum = -1 ; G__TStnMuonBlock_dictLN_TBuffer.tagnum = -1 ; G__TStnMuonBlock_dictLN_TMemberInspector.tagnum = -1 ; G__TStnMuonBlock_dictLN_TObject.tagnum = -1 ; G__TStnMuonBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnMuonBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnMuonBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnMuonBlock_dictLN_TClonesArray.tagnum = -1 ; G__TStnMuonBlock_dictLN_TStnDataBlock.tagnum = -1 ; G__TStnMuonBlock_dictLN_CdfMuon.tagnum = -1 ; G__TStnMuonBlock_dictLN_TStnMuon.tagnum = -1 ; G__TStnMuonBlock_dictLN_TBaseMuonStub.tagnum = -1 ; G__TStnMuonBlock_dictLN_TStnLinkBlock.tagnum = -1 ; G__TStnMuonBlock_dictLN_TStnMuonBlock.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnMuonBlock_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClass); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TObject); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TClonesArray); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnDataBlock); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_CdfMuon); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuon); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TBaseMuonStub); G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnLinkBlock); G__tagtable_setup(G__get_linked_tagnum(&G__TStnMuonBlock_dictLN_TStnMuonBlock),sizeof(TStnMuonBlock),-1,95488,(char*)NULL,G__setup_memvarTStnMuonBlock,G__setup_memfuncTStnMuonBlock); } extern "C" void G__cpp_setupTStnMuonBlock_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnMuonBlock_dict()"); G__set_cpp_environmentTStnMuonBlock_dict(); G__cpp_setup_tagtableTStnMuonBlock_dict(); G__cpp_setup_inheritanceTStnMuonBlock_dict(); G__cpp_setup_typetableTStnMuonBlock_dict(); G__cpp_setup_memvarTStnMuonBlock_dict(); G__cpp_setup_memfuncTStnMuonBlock_dict(); G__cpp_setup_globalTStnMuonBlock_dict(); G__cpp_setup_funcTStnMuonBlock_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnMuonBlock_dict(); return; } class G__cpp_setup_initTStnMuonBlock_dict { public: G__cpp_setup_initTStnMuonBlock_dict() { G__add_setup_func("TStnMuonBlock_dict",(G__incsetup)(&G__cpp_setupTStnMuonBlock_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnMuonBlock_dict() { G__remove_setup_func("TStnMuonBlock_dict"); } }; G__cpp_setup_initTStnMuonBlock_dict G__cpp_setup_initializerTStnMuonBlock_dict;