// // File generated by rootcint at Sun Jul 2 07:59:37 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 "TBaseMuonStub_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 TBaseMuonStub_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TBaseMuonStub_IsA(const void*); static void *new_TBaseMuonStub(void *p = 0); static void *newArray_TBaseMuonStub(Long_t size); static void delete_TBaseMuonStub(void *p); static void deleteArray_TBaseMuonStub(void *p); static void destruct_TBaseMuonStub(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TBaseMuonStub*) { TBaseMuonStub *ptr = 0; static ROOT::TGenericClassInfo instance("TBaseMuonStub", TBaseMuonStub::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TBaseMuonStub.hh", 9, typeid(TBaseMuonStub), DefineBehavior(ptr, ptr), &::TBaseMuonStub::Dictionary, &TBaseMuonStub_IsA, 1, sizeof(TBaseMuonStub) ); instance.SetNew(&new_TBaseMuonStub); instance.SetNewArray(&newArray_TBaseMuonStub); instance.SetDelete(&delete_TBaseMuonStub); instance.SetDeleteArray(&deleteArray_TBaseMuonStub); instance.SetDestructor(&destruct_TBaseMuonStub); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TBaseMuonStub*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TBaseMuonStub::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TBaseMuonStub::Class_Name() { return "TBaseMuonStub"; } //______________________________________________________________________________ const char *TBaseMuonStub::ImplFileName() { return ROOT::GenerateInitInstance((const TBaseMuonStub*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TBaseMuonStub::ImplFileLine() { return ROOT::GenerateInitInstance((const TBaseMuonStub*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TBaseMuonStub::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TBaseMuonStub*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TBaseMuonStub::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TBaseMuonStub*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TBaseMuonStub::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TBaseMuonStub. TClass *R__cl = TBaseMuonStub::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fGeomCode", &fGeomCode); R__insp.Inspect(R__cl, R__parent, "fDigiCode", &fDigiCode); R__insp.Inspect(R__cl, R__parent, "fFitType", &fFitType); R__insp.Inspect(R__cl, R__parent, "fNHits", &fNHits); R__insp.Inspect(R__cl, R__parent, "fNcHits", &fNcHits); R__insp.Inspect(R__cl, R__parent, "fTrigTower", &fTrigTower); R__insp.Inspect(R__cl, R__parent, "fPhi", &fPhi); R__insp.Inspect(R__cl, R__parent, "fTheta", &fTheta); R__insp.Inspect(R__cl, R__parent, "fChi2XY", &fChi2XY); R__insp.Inspect(R__cl, R__parent, "fChi2XZ", &fChi2XZ); R__insp.Inspect(R__cl, R__parent, "fY0", &fY0); R__insp.Inspect(R__cl, R__parent, "fDyDx", &fDyDx); R__insp.Inspect(R__cl, R__parent, "fZ0", &fZ0); R__insp.Inspect(R__cl, R__parent, "fDzDx", &fDzDx); R__insp.Inspect(R__cl, R__parent, "*fChamber", &fChamber); R__insp.Inspect(R__cl, R__parent, "*fHit[8]", &fHit); R__insp.Inspect(R__cl, R__parent, "fDriftSign[8]", fDriftSign); R__insp.Inspect(R__cl, R__parent, "fMaxLayer", &fMaxLayer); R__insp.Inspect(R__cl, R__parent, "fEOR", &fEOR); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TBaseMuonStub_IsA(const void *obj) { return ((::TBaseMuonStub*)obj)->IsA(); } // Wrappers around operator new static void *new_TBaseMuonStub(void *p) { return p ? new(p) ::TBaseMuonStub : new ::TBaseMuonStub; } static void *newArray_TBaseMuonStub(Long_t size) { return new ::TBaseMuonStub[size]; } // Wrapper around operator delete static void delete_TBaseMuonStub(void *p) { delete ((::TBaseMuonStub*)p); } static void deleteArray_TBaseMuonStub(void *p) { delete [] ((::TBaseMuonStub*)p); } static void destruct_TBaseMuonStub(void *p) { typedef ::TBaseMuonStub current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TBaseMuonStub /******************************************************** * TBaseMuonStub_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTBaseMuonStub_dict(); extern "C" void G__set_cpp_environmentTBaseMuonStub_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TBaseMuonStub.hh"); G__cpp_reset_tagtableTBaseMuonStub_dict(); } class G__TBaseMuonStub_dictdOcxx_tag {}; void* operator new(size_t size,G__TBaseMuonStub_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__TBaseMuonStub_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_TBaseMuonStub_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTBaseMuonStub_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TBaseMuonStub */ static int G__TBaseMuonStub_dict_185_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TBaseMuonStub *p=NULL; if(G__getaryconstruct()) p=new TBaseMuonStub[G__getaryconstruct()]; else p=new TBaseMuonStub; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TBaseMuonStub *p=NULL; p = new TBaseMuonStub(*(TBaseMuonStub*)libp->para[0].ref); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TBaseMuonStub *p=NULL; p = new TBaseMuonStub(*(TBaseMuonStub*)libp->para[0].ref,(Int_t)G__int(libp->para[1])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->Subsystem()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->DetCode()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->DigiCode()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->Layer()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->StackNumber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->WedgeNumber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->Side()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->Meantime()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->FitType()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->NHits()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->NcHits()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->TrigTower()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->Phi()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->Theta()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->Y0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->Z0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->DyDx()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->DzDx()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->Chi2XY()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->Chi2XZ()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TBaseMuonStub*)(G__getstructoffset()))->Chi2()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TBaseMuonStub*)(G__getstructoffset()))->Hit((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->DriftSign((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TBaseMuonStub*)(G__getstructoffset()))->MaxLayer()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TBaseMuonStub*)(G__getstructoffset()))->GetChamber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetPhi((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetTheta((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetY0((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetZ0((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetDyDx((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetDzDx((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetChi2XY((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetChi2XZ((Double_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetDigiCode((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetNHits((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->SetNcHits((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->AddHit((Int_t)G__int(libp->para[0]),(TMuonHit*)G__int(libp->para[1]) ,(Int_t)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((const TBaseMuonStub*)(G__getstructoffset()))->Copy(*(TObject*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TBaseMuonStub*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TBaseMuonStub*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TBaseMuonStub::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TBaseMuonStub::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TBaseMuonStub::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TBaseMuonStub::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TBaseMuonStub*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TBaseMuonStub*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TBaseMuonStub::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TBaseMuonStub::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TBaseMuonStub::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TBaseMuonStub_dict_185_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TBaseMuonStub::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TBaseMuonStub G__TTBaseMuonStub; static int G__TBaseMuonStub_dict_185_6_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[] (TBaseMuonStub *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TBaseMuonStub *)((G__getstructoffset())+sizeof(TBaseMuonStub)*i); else delete (TBaseMuonStub *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TBaseMuonStub_dict_185_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TBaseMuonStub *dest = (TBaseMuonStub*)(G__getstructoffset()); *dest = (*(TBaseMuonStub*)libp->para[0].ref); const TBaseMuonStub& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TBaseMuonStub */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTBaseMuonStub_dict { public: G__Sizep2memfuncTBaseMuonStub_dict() {p=&G__Sizep2memfuncTBaseMuonStub_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTBaseMuonStub_dict::*p)(); }; size_t G__get_sizep2memfuncTBaseMuonStub_dict() { G__Sizep2memfuncTBaseMuonStub_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_inheritanceTBaseMuonStub_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub))) { TBaseMuonStub *G__Lderived; G__Lderived=(TBaseMuonStub*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub),G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTBaseMuonStub_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("Float_t",102,-1,0, -1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Double_t",100,-1,0, -1); G__setnewtype(-1,"Double 8 bytes",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__TBaseMuonStub_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__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TBaseMuonStub_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__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TBaseMuonStub_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__TBaseMuonStub_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__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TBaseMuonStub_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__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TBaseMuonStub_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__TBaseMuonStub_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__TBaseMuonStub_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__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TBaseMuonStub_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__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TBaseMuonStub_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 */ /* TBaseMuonStub */ static void G__setup_memvarTBaseMuonStub(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub)); { TBaseMuonStub *p; p=(TBaseMuonStub*)0x1000; if (p) { } G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGeomCode=",0,"geom. code of the CMU/CMP chamber"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDigiCode=",0,"CDF muon digi code"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fFitType=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNHits=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNcHits=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTrigTower=",0,"trigger tower"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fPhi=",0,"global phi as defined by the cog"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTheta=",0,"global theta as defined by the cog"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fChi2XY=",0,"local chi**2 XY"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fChi2XZ=",0,"local chi**2 XZ"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fY0=",0,"local fit results"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fDyDx=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fZ0=",0,"local fit in XZ"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fDzDx=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TMuonChamber),-1,-1,2,"fChamber=",0,"! pointer to the chamber"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TMuonHit),-1,-1,2,"fHit[8]=",0,"! pointers to the hits, don't save"); G__memvar_setup((void*)NULL,99,0,0,-1,G__defined_typename("Char_t"),-1,2,"fDriftSign[8]=",0,"! drift sign , don't save"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxLayer=",0,"! max layer in which stub has hit"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fEOR=",0,"! end of record marker used by copy"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTBaseMuonStub_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTBaseMuonStub(void) { /* TBaseMuonStub */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub)); G__memfunc_setup("TBaseMuonStub",1292,G__TBaseMuonStub_dict_185_1_0,105,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TBaseMuonStub",1292,G__TBaseMuonStub_dict_185_2_0,105,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub),-1,0,1,1,1,0,"u 'TBaseMuonStub' - 11 - s",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TBaseMuonStub",1292,G__TBaseMuonStub_dict_185_3_0,105,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub),-1,0,2,1,1,0, "u 'TBaseMuonStub' - 11 - s i - 'Int_t' 0 - define_all",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Subsystem",975,G__TBaseMuonStub_dict_185_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DetCode",664,G__TBaseMuonStub_dict_185_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DigiCode",760,G__TBaseMuonStub_dict_185_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Layer",509,G__TBaseMuonStub_dict_185_7_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("StackNumber",1119,G__TBaseMuonStub_dict_185_8_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("WedgeNumber",1109,G__TBaseMuonStub_dict_185_9_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Side",389,G__TBaseMuonStub_dict_185_0_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Meantime",816,G__TBaseMuonStub_dict_185_1_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("FitType",709,G__TBaseMuonStub_dict_185_2_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NHits",486,G__TBaseMuonStub_dict_185_3_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NcHits",585,G__TBaseMuonStub_dict_185_4_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TrigTower",935,G__TBaseMuonStub_dict_185_5_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Phi",289,G__TBaseMuonStub_dict_185_6_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Theta",502,G__TBaseMuonStub_dict_185_7_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Y0",137,G__TBaseMuonStub_dict_185_8_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Z0",138,G__TBaseMuonStub_dict_185_9_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DyDx",377,G__TBaseMuonStub_dict_185_0_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DzDx",378,G__TBaseMuonStub_dict_185_1_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Chi2XY",503,G__TBaseMuonStub_dict_185_2_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Chi2XZ",504,G__TBaseMuonStub_dict_185_3_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Chi2",326,G__TBaseMuonStub_dict_185_4_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Hit",293,G__TBaseMuonStub_dict_185_5_2,85,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TMuonHit),-1,0,1,1,1,8,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DriftSign",906,G__TBaseMuonStub_dict_185_6_2,105,-1,G__defined_typename("Int_t"),0,1,1,1,8,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxLayer",803,G__TBaseMuonStub_dict_185_7_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetChamber",978,G__TBaseMuonStub_dict_185_8_2,85,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TMuonChamber),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPhi",589,G__TBaseMuonStub_dict_185_9_2,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - Phi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetTheta",802,G__TBaseMuonStub_dict_185_0_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - Thet",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetY0",437,G__TBaseMuonStub_dict_185_1_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - y0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetZ0",438,G__TBaseMuonStub_dict_185_2_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - z0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetDyDx",677,G__TBaseMuonStub_dict_185_3_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - dydx",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetDzDx",678,G__TBaseMuonStub_dict_185_4_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - dzdx",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetChi2XY",803,G__TBaseMuonStub_dict_185_5_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - chi2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetChi2XZ",804,G__TBaseMuonStub_dict_185_6_3,121,-1,-1,0,1,1,1,0,"d - 'Double_t' 0 - chi2",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetDigiCode",1060,G__TBaseMuonStub_dict_185_7_3,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - code",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNHits",786,G__TBaseMuonStub_dict_185_8_3,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNcHits",885,G__TBaseMuonStub_dict_185_9_3,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("AddHit",558,G__TBaseMuonStub_dict_185_0_4,121,-1,-1,0,3,1,1,0, "i - 'Int_t' 0 - il U 'TMuonHit' - 0 - hit " "i - 'Int_t' 0 - drift_sign",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Copy",411,G__TBaseMuonStub_dict_185_1_4,121,-1,-1,0,1,1,1,8,"u 'TObject' - 1 - stub",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Clear",487,G__TBaseMuonStub_dict_185_2_4,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TBaseMuonStub_dict_185_3_4,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Class",502,G__TBaseMuonStub_dict_185_4_4,85,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TBaseMuonStub::Class),0); G__memfunc_setup("Class_Name",982,G__TBaseMuonStub_dict_185_5_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TBaseMuonStub::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TBaseMuonStub_dict_185_6_4,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TBaseMuonStub::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TBaseMuonStub_dict_185_7_4,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TBaseMuonStub::Dictionary),0); G__memfunc_setup("IsA",253,G__TBaseMuonStub_dict_185_8_4,85,G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TBaseMuonStub_dict_185_9_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__TBaseMuonStub_dict_185_0_5,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TBaseMuonStub_dict_185_1_5,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TBaseMuonStub_dict_185_2_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TBaseMuonStub::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TBaseMuonStub_dict_185_3_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TBaseMuonStub::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TBaseMuonStub_dict_185_4_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TBaseMuonStub::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TBaseMuonStub_dict_185_5_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TBaseMuonStub::DeclFileLine),0); // automatic destructor G__memfunc_setup("~TBaseMuonStub",1418,G__TBaseMuonStub_dict_185_6_5,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TBaseMuonStub_dict_185_7_5,(int)('u'),G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub),-1,1,1,1,1,0,"u 'TBaseMuonStub' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTBaseMuonStub_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_globalTBaseMuonStub_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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTBaseMuonStub_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(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TBaseMuonStub_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_TMuonHit = { "TMuonHit" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_TMuonChamber = { "TMuonChamber" , 99 , -1 }; G__linked_taginfo G__TBaseMuonStub_dictLN_TBaseMuonStub = { "TBaseMuonStub" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTBaseMuonStub_dict() { G__TBaseMuonStub_dictLN_TClass.tagnum = -1 ; G__TBaseMuonStub_dictLN_TBuffer.tagnum = -1 ; G__TBaseMuonStub_dictLN_TMemberInspector.tagnum = -1 ; G__TBaseMuonStub_dictLN_TObject.tagnum = -1 ; G__TBaseMuonStub_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TBaseMuonStub_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TBaseMuonStub_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TBaseMuonStub_dictLN_TMuonHit.tagnum = -1 ; G__TBaseMuonStub_dictLN_TMuonChamber.tagnum = -1 ; G__TBaseMuonStub_dictLN_TBaseMuonStub.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTBaseMuonStub_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TClass); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBuffer); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TObject); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TMuonHit); G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TMuonChamber); G__tagtable_setup(G__get_linked_tagnum(&G__TBaseMuonStub_dictLN_TBaseMuonStub),sizeof(TBaseMuonStub),-1,128768,(char*)NULL,G__setup_memvarTBaseMuonStub,G__setup_memfuncTBaseMuonStub); } extern "C" void G__cpp_setupTBaseMuonStub_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTBaseMuonStub_dict()"); G__set_cpp_environmentTBaseMuonStub_dict(); G__cpp_setup_tagtableTBaseMuonStub_dict(); G__cpp_setup_inheritanceTBaseMuonStub_dict(); G__cpp_setup_typetableTBaseMuonStub_dict(); G__cpp_setup_memvarTBaseMuonStub_dict(); G__cpp_setup_memfuncTBaseMuonStub_dict(); G__cpp_setup_globalTBaseMuonStub_dict(); G__cpp_setup_funcTBaseMuonStub_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTBaseMuonStub_dict(); return; } class G__cpp_setup_initTBaseMuonStub_dict { public: G__cpp_setup_initTBaseMuonStub_dict() { G__add_setup_func("TBaseMuonStub_dict",(G__incsetup)(&G__cpp_setupTBaseMuonStub_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTBaseMuonStub_dict() { G__remove_setup_func("TBaseMuonStub_dict"); } }; G__cpp_setup_initTBaseMuonStub_dict G__cpp_setup_initializerTBaseMuonStub_dict;