// // File generated by rootcint at Thu Jan 10 18:15:11 2002. // Do NOT change. Changes will be lost next time file is generated // #include "TBenchDict.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif //______________________________________________________________________________ TBuffer &operator>>(TBuffer &buf, TObjHit *&obj) { // Read a pointer to an object of class TObjHit. obj = (TObjHit *) buf.ReadObject(TObjHit::Class()); return buf; } //______________________________________________________________________________ TBuffer &operator>>(TBuffer &buf, TSTLhit *&obj) { // Read a pointer to an object of class TSTLhit. ::Error("TSTLhit::operator>>", "objects not inheriting from TObject need a specialized operator>> function"); if (obj) { } return buf; } //______________________________________________________________________________ TBuffer &operator>>(TBuffer &buf, TSTLhitStar *&obj) { // Read a pointer to an object of class TSTLhitStar. ::Error("TSTLhitStar::operator>>", "objects not inheriting from TObject need a specialized operator>> function"); if (obj) { } return buf; } //______________________________________________________________________________ TBuffer &operator>>(TBuffer &buf, TCloneshit *&obj) { // Read a pointer to an object of class TCloneshit. ::Error("TCloneshit::operator>>", "objects not inheriting from TObject need a specialized operator>> function"); if (obj) { } return buf; } //______________________________________________________________________________ void THit::Streamer(TBuffer &R__b) { // Stream an object of class THit. if (R__b.IsReading()) { THit::Class()->ReadBuffer(R__b, this); } else { THit::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void THit::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class THit. TClass *R__cl = THit::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fX", &fX); R__insp.Inspect(R__cl, R__parent, "fY", &fY); R__insp.Inspect(R__cl, R__parent, "fZ", &fZ); R__insp.Inspect(R__cl, R__parent, "fNpulses", &fNpulses); R__insp.Inspect(R__cl, R__parent, "*fPulses", &fPulses); R__insp.Inspect(R__cl, R__parent, "fTime[10]", fTime); } //______________________________________________________________________________ const char *THit::Class_Name() { // Return the class name for THit. return "THit"; } // Static variable to hold initialization object static THit::R__Init __gR__InitTHit(6); //______________________________________________________________________________ void TObjHit::Streamer(TBuffer &R__b) { // Stream an object of class TObjHit. if (R__b.IsReading()) { TObjHit::Class()->ReadBuffer(R__b, this); } else { TObjHit::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void TObjHit::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TObjHit. TClass *R__cl = TObjHit::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } TObject::ShowMembers(R__insp, R__parent); THit::ShowMembers(R__insp, R__parent); } //______________________________________________________________________________ const char *TObjHit::Class_Name() { // Return the class name for TObjHit. return "TObjHit"; } // Static variable to hold initialization object static TObjHit::R__Init __gR__InitTObjHit(4); //______________________________________________________________________________ void R__TSTLhit_fList1(TBuffer &R__b, void *R__p, int) { vector &fList1 = *(vector *)R__p; if (R__b.IsReading()) { { fList1.clear(); int R__i, R__n; R__b >> R__n; for (R__i = 0; R__i < R__n; R__i++) { THit R__t; R__t.Streamer(R__b); fList1.push_back(R__t); } } } else { { R__b << int(fList1.size()); vector::iterator R__k; for (R__k = fList1.begin(); R__k != fList1.end(); ++R__k) { (*R__k).Streamer(R__b); } } } } //______________________________________________________________________________ void TSTLhit::Streamer(TBuffer &R__b) { // Stream an object of class TSTLhit. if (R__b.IsReading()) { TSTLhit::Class()->ReadBuffer(R__b, this); } else { TSTLhit::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void TSTLhit::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TSTLhit. TClass *R__cl = TSTLhit::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNhits", &fNhits); R__insp.Inspect(R__cl, R__parent, "fList1", (void*)&fList1); R__cl->SetStreamer("fList1",R__TSTLhit_fList1); } //______________________________________________________________________________ const char *TSTLhit::Class_Name() { // Return the class name for TSTLhit. return "TSTLhit"; } // Static variable to hold initialization object static TSTLhit::R__Init __gR__InitTSTLhit(4); //______________________________________________________________________________ void R__TSTLhitStar_fList2(TBuffer &R__b, void *R__p, int) { vector &fList2 = *(vector *)R__p; if (R__b.IsReading()) { { fList2.clear(); int R__i, R__n; R__b >> R__n; for (R__i = 0; R__i < R__n; R__i++) { THit* R__t; R__b >> R__t; fList2.push_back(R__t); } } } else { { R__b << int(fList2.size()); vector::iterator R__k; for (R__k = fList2.begin(); R__k != fList2.end(); ++R__k) { R__b << *R__k; } } } } //______________________________________________________________________________ void TSTLhitStar::Streamer(TBuffer &R__b) { // Stream an object of class TSTLhitStar. if (R__b.IsReading()) { TSTLhitStar::Class()->ReadBuffer(R__b, this); } else { TSTLhitStar::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void TSTLhitStar::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TSTLhitStar. TClass *R__cl = TSTLhitStar::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNhits", &fNhits); R__insp.Inspect(R__cl, R__parent, "fList2", (void*)&fList2); R__cl->SetStreamer("fList2",R__TSTLhitStar_fList2); } //______________________________________________________________________________ const char *TSTLhitStar::Class_Name() { // Return the class name for TSTLhitStar. return "TSTLhitStar"; } // Static variable to hold initialization object static TSTLhitStar::R__Init __gR__InitTSTLhitStar(4); //______________________________________________________________________________ void R__TCloneshit_fList3(TBuffer &R__b, void *R__p, int) { TClonesArray** fList3 = (TClonesArray**)R__p; if (R__b.IsReading()) { (*fList3)->Streamer(R__b); } else { (*fList3)->Streamer(R__b); } } //______________________________________________________________________________ void TCloneshit::Streamer(TBuffer &R__b) { // Stream an object of class TCloneshit. if (R__b.IsReading()) { TCloneshit::Class()->ReadBuffer(R__b, this); } else { TCloneshit::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void TCloneshit::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TCloneshit. TClass *R__cl = TCloneshit::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNhits", &fNhits); R__insp.Inspect(R__cl, R__parent, "*fList3", &fList3); R__cl->SetStreamer("*fList3",R__TCloneshit_fList3); } //______________________________________________________________________________ const char *TCloneshit::Class_Name() { // Return the class name for TCloneshit. return "TCloneshit"; } // Static variable to hold initialization object static TCloneshit::R__Init __gR__InitTCloneshit(4); /******************************************************** * TBenchDict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTBenchDict(); extern "C" void G__set_cpp_environmentTBenchDict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TBench.h"); G__cpp_reset_tagtableTBenchDict(); } class G__TBenchDictdOcxx_tag {}; void* operator new(size_t size,G__TBenchDictdOcxx_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__TBenchDictdOcxx_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_TBenchDictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTBenchDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* THit */ static int G__THit_THit_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { THit *p=NULL; if(G__getaryconstruct()) p=new THit[G__getaryconstruct()]; else p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) THit; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_THit); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_THit_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { THit *p=NULL; p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) THit(*(THit*)libp->para[0].ref); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_THit); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_THit_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { THit *p=NULL; p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) THit((int)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_THit); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_Set_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THit*)(G__getstructoffset()))->Set((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_Get_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((THit*)(G__getstructoffset()))->Get((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_Class_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((THit*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_Class_Name_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((THit*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_Class_Version_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((THit*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_Dictionary_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THit*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_IsA_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const THit*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_ShowMembers_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THit*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_Streamer_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THit*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_StreamerNVirtual_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((THit*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_DeclFileName_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((THit*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_DeclFileLine_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((THit*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_ImplFileName_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((THit*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__THit_ImplFileLine_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((THit*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef THit G__TTHit; static int G__THit_wATHit_8_1(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[] (THit *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((THit *)((G__getstructoffset())+sizeof(THit)*i))->~G__TTHit(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((THit *)(G__getstructoffset()))->~G__TTHit(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TObjHit */ static int G__TObjHit_TObjHit_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TObjHit *p=NULL; if(G__getaryconstruct()) p=new TObjHit[G__getaryconstruct()]; else p=new TObjHit; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TObjHit); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_TObjHit_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TObjHit *p=NULL; p = new TObjHit((int)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TObjHit); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_Class_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TObjHit*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_Class_Name_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TObjHit*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_Class_Version_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((TObjHit*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_Dictionary_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TObjHit*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_IsA_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TObjHit*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_ShowMembers_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TObjHit*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_Streamer_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TObjHit*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_StreamerNVirtual_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TObjHit*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_DeclFileName_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TObjHit*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_DeclFileLine_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TObjHit*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_ImplFileName_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TObjHit*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TObjHit_ImplFileLine_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TObjHit*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TObjHit_TObjHit_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TObjHit *p; p=new TObjHit(*(TObjHit*)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TObjHit); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TObjHit G__TTObjHit; static int G__TObjHit_wATObjHit_6_1(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[] (TObjHit *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TObjHit *)((G__getstructoffset())+sizeof(TObjHit)*i); else delete (TObjHit *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TSTLhit */ static int G__TSTLhit_TSTLhit_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TSTLhit *p=NULL; if(G__getaryconstruct()) p=new TSTLhit[G__getaryconstruct()]; else p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) TSTLhit; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_TSTLhit_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TSTLhit *p=NULL; p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) TSTLhit((int)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_Clear_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TSTLhit*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TSTLhit*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_MakeEvent_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhit*)(G__getstructoffset()))->MakeEvent((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_MakeTree_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhit*)(G__getstructoffset()))->MakeTree((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2]),(int)G__int(libp->para[3]) ,*(float*)G__Floatref(&libp->para[4]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_ReadTree_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhit*)(G__getstructoffset()))->ReadTree()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_Class_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TSTLhit*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_Class_Name_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TSTLhit*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_Class_Version_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((TSTLhit*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_Dictionary_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhit*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_IsA_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TSTLhit*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_ShowMembers_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhit*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_Streamer_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhit*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_StreamerNVirtual_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhit*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_DeclFileName_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TSTLhit*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_DeclFileLine_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhit*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_ImplFileName_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TSTLhit*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhit_ImplFileLine_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhit*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TSTLhit_TSTLhit_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TSTLhit *p; p=new TSTLhit(*(TSTLhit*)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TSTLhit G__TTSTLhit; static int G__TSTLhit_wATSTLhit_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (TSTLhit *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((TSTLhit *)((G__getstructoffset())+sizeof(TSTLhit)*i))->~G__TTSTLhit(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((TSTLhit *)(G__getstructoffset()))->~G__TTSTLhit(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TSTLhitStar */ static int G__TSTLhitStar_TSTLhitStar_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TSTLhitStar *p=NULL; if(G__getaryconstruct()) p=new TSTLhitStar[G__getaryconstruct()]; else p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) TSTLhitStar; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_TSTLhitStar_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TSTLhitStar *p=NULL; p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) TSTLhitStar((int)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_Clear_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TSTLhitStar*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TSTLhitStar*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_MakeEvent_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhitStar*)(G__getstructoffset()))->MakeEvent((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_MakeTree_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhitStar*)(G__getstructoffset()))->MakeTree((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2]),(int)G__int(libp->para[3]) ,*(float*)G__Floatref(&libp->para[4]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_ReadTree_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhitStar*)(G__getstructoffset()))->ReadTree()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_Class_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TSTLhitStar*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_Class_Name_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TSTLhitStar*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_Class_Version_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((TSTLhitStar*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_Dictionary_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhitStar*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_IsA_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TSTLhitStar*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_ShowMembers_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhitStar*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_Streamer_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhitStar*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_StreamerNVirtual_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TSTLhitStar*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_DeclFileName_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TSTLhitStar*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_DeclFileLine_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhitStar*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_ImplFileName_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TSTLhitStar*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TSTLhitStar_ImplFileLine_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TSTLhitStar*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TSTLhitStar_TSTLhitStar_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TSTLhitStar *p; p=new TSTLhitStar(*(TSTLhitStar*)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TSTLhitStar G__TTSTLhitStar; static int G__TSTLhitStar_wATSTLhitStar_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (TSTLhitStar *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((TSTLhitStar *)((G__getstructoffset())+sizeof(TSTLhitStar)*i))->~G__TTSTLhitStar(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((TSTLhitStar *)(G__getstructoffset()))->~G__TTSTLhitStar(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TCloneshit */ static int G__TCloneshit_TCloneshit_0_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TCloneshit *p=NULL; if(G__getaryconstruct()) p=new TCloneshit[G__getaryconstruct()]; else p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) TCloneshit; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_TCloneshit_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TCloneshit *p=NULL; p=::new((G__TBenchDictdOcxx_tag*)G__getgvp()) TCloneshit((int)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_Clear_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TCloneshit*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TCloneshit*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_MakeEvent_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCloneshit*)(G__getstructoffset()))->MakeEvent((int)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_MakeTree_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCloneshit*)(G__getstructoffset()))->MakeTree((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2]),(int)G__int(libp->para[3]) ,*(float*)G__Floatref(&libp->para[4]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_ReadTree_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCloneshit*)(G__getstructoffset()))->ReadTree()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_Class_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TCloneshit*)(G__getstructoffset()))->Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_Class_Name_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TCloneshit*)(G__getstructoffset()))->Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_Class_Version_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)((TCloneshit*)(G__getstructoffset()))->Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_Dictionary_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCloneshit*)(G__getstructoffset()))->Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_IsA_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TCloneshit*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_ShowMembers_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCloneshit*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_Streamer_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCloneshit*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_StreamerNVirtual_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCloneshit*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_DeclFileName_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TCloneshit*)(G__getstructoffset()))->DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_DeclFileLine_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCloneshit*)(G__getstructoffset()))->DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_ImplFileName_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((TCloneshit*)(G__getstructoffset()))->ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCloneshit_ImplFileLine_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCloneshit*)(G__getstructoffset()))->ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TCloneshit_TCloneshit_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TCloneshit *p; p=new TCloneshit(*(TCloneshit*)G__int(libp->para[0])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TCloneshit G__TTCloneshit; static int G__TCloneshit_wATCloneshit_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (TCloneshit *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((TCloneshit *)((G__getstructoffset())+sizeof(TCloneshit)*i))->~G__TTCloneshit(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((TCloneshit *)(G__getstructoffset()))->~G__TTCloneshit(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* THit */ /* TObjHit */ /* TSTLhit */ /* TSTLhitStar */ /* TCloneshit */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTBenchDict { public: G__Sizep2memfuncTBenchDict() {p=&G__Sizep2memfuncTBenchDict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTBenchDict::*p)(); }; size_t G__get_sizep2memfuncTBenchDict() { G__Sizep2memfuncTBenchDict 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_inheritanceTBenchDict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TBenchDictLN_TObjHit))) { TObjHit *G__Lderived; G__Lderived=(TObjHit*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TBenchDictLN_TObjHit),G__get_linked_tagnum(&G__TBenchDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } { THit *G__Lpbase=(THit*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TBenchDictLN_TObjHit),G__get_linked_tagnum(&G__TBenchDictLN_THit),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTBenchDict() { /* Setting up typedef entry */ G__search_typename2("Char_t",99,-1,0, -1); G__setnewtype(-1,"Signed Character 1 byte (char)",0); G__search_typename2("UChar_t",98,-1,0, -1); G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0); G__search_typename2("Short_t",115,-1,0, -1); G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0); G__search_typename2("UShort_t",114,-1,0, -1); G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0); G__search_typename2("Int_t",105,-1,0, -1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("UInt_t",104,-1,0, -1); G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0); G__search_typename2("Seek_t",105,-1,0, -1); G__setnewtype(-1,"File pointer (int)",0); G__search_typename2("Long_t",108,-1,0, -1); G__setnewtype(-1,"Signed long integer 4 bytes (long)",0); G__search_typename2("ULong_t",107,-1,0, -1); G__setnewtype(-1,"Unsigned long integer 4 bytes (unsigned long)",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,"Float 8 bytes (double)",0); G__search_typename2("Text_t",99,-1,0, -1); G__setnewtype(-1,"General string (char)",0); G__search_typename2("Bool_t",98,-1,0, -1); G__setnewtype(-1,"Boolean (0=false, 1=true) (unsigned char)",0); G__search_typename2("Byte_t",98,-1,0, -1); G__setnewtype(-1,"Byte (8 bits) (unsigned char)",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,0, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("Ssiz_t",105,-1,0, -1); G__setnewtype(-1,"String size (int)",0); G__search_typename2("Real_t",102,-1,0, -1); G__setnewtype(-1,"TVector and TMatrix element type (float)",0); G__search_typename2("Streamer_t",89,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("VoidFuncPtr_t",89,-1,0, -1); G__setnewtype(-1,"pointer to void function",0); G__search_typename2("FreeHookFun_t",89,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("ReAllocFun_t",81,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("ReAllocCFun_t",81,-1,0, -1); G__setnewtype(-1,NULL,0); G__search_typename2("Axis_t",100,-1,0, -1); G__setnewtype(-1,"Axis values type (double)",0); G__search_typename2("Stat_t",100,-1,0, -1); G__setnewtype(-1,"Statistics type (double)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.18 2001/12/19 07:15:19 brun Exp $",0); G__search_typename2("value_type",117,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("const_iterator",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("pointer",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("const_pointer",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reference",117,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("const_reference",117,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("size_type",104,-1,0, G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("difference_type",108,-1,0, G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("_Ranit",117,G__get_linked_tagnum(&G__TBenchDictLN__RanitlETHitcOlonggR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.18 2001/12/19 07:15:19 brun Exp $",0); G__search_typename2("const_reverse_iterator",117,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgRcLcLreverse_iterator),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.18 2001/12/19 07:15:19 brun Exp $",0); G__search_typename2("value_type",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("const_iterator",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("pointer",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("const_pointer",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reference",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("const_reference",85,G__get_linked_tagnum(&G__TBenchDictLN_THit),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("size_type",104,-1,0, G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("difference_type",108,-1,0, G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("_Ranit",117,G__get_linked_tagnum(&G__TBenchDictLN__RanitlETHitmUcOlonggR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.18 2001/12/19 07:15:19 brun Exp $",0); G__search_typename2("const_reverse_iterator",117,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgRcLcLreverse_iterator),0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* THit */ static void G__setup_memvarTHit(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TBenchDictLN_THit)); { THit *p; p=(THit*)0x1000; if (p) { } G__memvar_setup((void*)NULL,102,0,0,-1,-1,-1,2,"fX=",0,"x position at center"); G__memvar_setup((void*)NULL,102,0,0,-1,-1,-1,2,"fY=",0,"y position at center"); G__memvar_setup((void*)NULL,102,0,0,-1,-1,-1,2,"fZ=",0,"z position at center"); G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,2,"fNpulses=",0,"Number of pulses"); G__memvar_setup((void*)NULL,73,0,0,-1,-1,-1,2,"fPulses=",0,"[fNpulses]"); G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,2,"fTime[10]=",0,"time at the 10 layers"); G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TObjHit */ static void G__setup_memvarTObjHit(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TBenchDictLN_TObjHit)); { TObjHit *p; p=(TObjHit*)0x1000; if (p) { } G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TSTLhit */ static void G__setup_memvarTSTLhit(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit)); { TSTLhit *p; p=(TSTLhit*)0x1000; if (p) { } 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,117,0,0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR),G__defined_typename("vector"),-1,2,"fList1=",0,"||"); G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TSTLhitStar */ static void G__setup_memvarTSTLhitStar(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar)); { TSTLhitStar *p; p=(TSTLhitStar*)0x1000; if (p) { } 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,117,0,0,G__get_linked_tagnum(&G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR),G__defined_typename("vector"),-1,2,"fList2=",0,(char*)NULL); G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* TCloneshit */ static void G__setup_memvarTCloneshit(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit)); { TCloneshit *p; p=(TCloneshit*)0x1000; if (p) { } 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,85,0,0,G__get_linked_tagnum(&G__TBenchDictLN_TClonesArray),-1,-1,2,"fList3=",0,"->"); G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTBenchDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTHit(void) { /* THit */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TBenchDictLN_THit)); G__memfunc_setup("THit",377,G__THit_THit_0_0,105,G__get_linked_tagnum(&G__TBenchDictLN_THit),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("THit",377,G__THit_THit_1_0,105,G__get_linked_tagnum(&G__TBenchDictLN_THit),-1,0,1,1,1,0,"u 'THit' - 11 - -",(char*)NULL,(void*)NULL,0); G__memfunc_setup("THit",377,G__THit_THit_2_0,105,G__get_linked_tagnum(&G__TBenchDictLN_THit),-1,0,1,1,1,0,"i - - 0 - time",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Set",300,G__THit_Set_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - time",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Get",288,G__THit_Get_5_0,105,-1,-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__THit_Class_6_0,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__THit_Class_Name_7_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__THit_Class_Version_8_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__THit_Dictionary_9_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__THit_IsA_0_1,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__THit_ShowMembers_1_1,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__THit_Streamer_2_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__THit_StreamerNVirtual_3_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__THit_DeclFileName_4_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__THit_DeclFileLine_5_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__THit_ImplFileName_6_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__THit_ImplFileLine_7_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~THit",503,G__THit_wATHit_8_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } static void G__setup_memfuncTObjHit(void) { /* TObjHit */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TBenchDictLN_TObjHit)); G__memfunc_setup("TObjHit",660,G__TObjHit_TObjHit_0_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TObjHit),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TObjHit",660,G__TObjHit_TObjHit_1_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TObjHit),-1,0,1,1,1,0,"i - - 0 - time",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TObjHit_Class_3_0,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__TObjHit_Class_Name_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__TObjHit_Class_Version_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__TObjHit_Dictionary_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__TObjHit_IsA_7_0,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TObjHit_ShowMembers_8_0,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__TObjHit_Streamer_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TObjHit_StreamerNVirtual_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TObjHit_DeclFileName_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__TObjHit_DeclFileLine_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__TObjHit_ImplFileName_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__TObjHit_ImplFileLine_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("TObjHit",660,G__TObjHit_TObjHit_5_1,(int)('i'),G__get_linked_tagnum(&G__TBenchDictLN_TObjHit),-1,0,1,1,1,0,"u 'TObjHit' - 1 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TObjHit",786,G__TObjHit_wATObjHit_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } static void G__setup_memfuncTSTLhit(void) { /* TSTLhit */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit)); G__memfunc_setup("TSTLhit",652,G__TSTLhit_TSTLhit_0_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TSTLhit",652,G__TSTLhit_TSTLhit_1_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit),-1,0,1,1,1,0,"i - - 0 - nmax",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TSTLhit_Clear_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MakeEvent",896,G__TSTLhit_MakeEvent_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - ievent",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MakeTree",782,G__TSTLhit_MakeTree_5_0,105,-1,G__defined_typename("Int_t"),0,5,1,1,0, "i - - 0 - mode i - - 0 - nevents " "i - - 0 - compression i - - 0 - split " "f - - 1 - cx",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadTree",780,G__TSTLhit_ReadTree_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TSTLhit_Class_7_0,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__TSTLhit_Class_Name_8_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__TSTLhit_Class_Version_9_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__TSTLhit_Dictionary_0_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__TSTLhit_IsA_1_1,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TSTLhit_ShowMembers_2_1,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__TSTLhit_Streamer_3_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TSTLhit_StreamerNVirtual_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TSTLhit_DeclFileName_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__TSTLhit_DeclFileLine_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__TSTLhit_ImplFileName_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__TSTLhit_ImplFileLine_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("TSTLhit",652,G__TSTLhit_TSTLhit_9_1,(int)('i'),G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit),-1,0,1,1,1,0,"u 'TSTLhit' - 1 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TSTLhit",778,G__TSTLhit_wATSTLhit_0_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } static void G__setup_memfuncTSTLhitStar(void) { /* TSTLhitStar */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar)); G__memfunc_setup("TSTLhitStar",1062,G__TSTLhitStar_TSTLhitStar_0_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TSTLhitStar",1062,G__TSTLhitStar_TSTLhitStar_1_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar),-1,0,1,1,1,0,"i - - 0 - nmax",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TSTLhitStar_Clear_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MakeEvent",896,G__TSTLhitStar_MakeEvent_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - ievent",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MakeTree",782,G__TSTLhitStar_MakeTree_5_0,105,-1,G__defined_typename("Int_t"),0,5,1,1,0, "i - - 0 - mode i - - 0 - nevents " "i - - 0 - compression i - - 0 - split " "f - - 1 - cx",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadTree",780,G__TSTLhitStar_ReadTree_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TSTLhitStar_Class_7_0,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__TSTLhitStar_Class_Name_8_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__TSTLhitStar_Class_Version_9_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__TSTLhitStar_Dictionary_0_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__TSTLhitStar_IsA_1_1,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TSTLhitStar_ShowMembers_2_1,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__TSTLhitStar_Streamer_3_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TSTLhitStar_StreamerNVirtual_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TSTLhitStar_DeclFileName_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__TSTLhitStar_DeclFileLine_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__TSTLhitStar_ImplFileName_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__TSTLhitStar_ImplFileLine_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("TSTLhitStar",1062,G__TSTLhitStar_TSTLhitStar_9_1,(int)('i'),G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar),-1,0,1,1,1,0,"u 'TSTLhitStar' - 1 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TSTLhitStar",1188,G__TSTLhitStar_wATSTLhitStar_0_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } static void G__setup_memfuncTCloneshit(void) { /* TCloneshit */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit)); G__memfunc_setup("TCloneshit",1021,G__TCloneshit_TCloneshit_0_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TCloneshit",1021,G__TCloneshit_TCloneshit_1_0,105,G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit),-1,0,1,1,1,0,"i - - 0 - nmax",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TCloneshit_Clear_2_0,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 0 \"\" option",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MakeEvent",896,G__TCloneshit_MakeEvent_4_0,121,-1,-1,0,1,1,1,0,"i - - 0 - ievent",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MakeTree",782,G__TCloneshit_MakeTree_5_0,105,-1,G__defined_typename("Int_t"),0,5,1,1,0, "i - - 0 - mode i - - 0 - nevents " "i - - 0 - compression i - - 0 - split " "f - - 1 - cx",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadTree",780,G__TCloneshit_ReadTree_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TCloneshit_Class_7_0,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Name",982,G__TCloneshit_Class_Name_8_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class_Version",1339,G__TCloneshit_Class_Version_9_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Dictionary",1046,G__TCloneshit_Dictionary_0_1,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsA",253,G__TCloneshit_IsA_1_1,85,G__get_linked_tagnum(&G__TBenchDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TCloneshit_ShowMembers_2_1,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__TCloneshit_Streamer_3_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TCloneshit_StreamerNVirtual_4_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TCloneshit_DeclFileName_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileLine",1152,G__TCloneshit_DeclFileLine_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileName",1171,G__TCloneshit_ImplFileName_7_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImplFileLine",1178,G__TCloneshit_ImplFileLine_8_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)NULL,0); // automatic copy constructor G__memfunc_setup("TCloneshit",1021,G__TCloneshit_TCloneshit_9_1,(int)('i'),G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit),-1,0,1,1,1,0,"u 'TCloneshit' - 1 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TCloneshit",1147,G__TCloneshit_wATCloneshit_0_2,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTBenchDict() { } /********************************************************* * 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_globalTBenchDict() { 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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTBenchDict() { G__cpp_setup_func0(); G__cpp_setup_func1(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TBenchDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_THit = { "THit" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_TObjHit = { "TObjHit" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_TSTLhit = { "TSTLhit" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgRcLcLreverse_iterator = { "vector >::reverse_iterator" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN__RanitlETHitcOlonggR = { "_Ranit" , 115 , -1 }; G__linked_taginfo G__TBenchDictLN_TSTLhitStar = { "TSTLhitStar" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgRcLcLreverse_iterator = { "vector >::reverse_iterator" , 99 , -1 }; G__linked_taginfo G__TBenchDictLN__RanitlETHitmUcOlonggR = { "_Ranit" , 115 , -1 }; G__linked_taginfo G__TBenchDictLN_TCloneshit = { "TCloneshit" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTBenchDict() { G__TBenchDictLN_TClass.tagnum = -1 ; G__TBenchDictLN_TObject.tagnum = -1 ; G__TBenchDictLN_TClonesArray.tagnum = -1 ; G__TBenchDictLN_THit.tagnum = -1 ; G__TBenchDictLN_TObjHit.tagnum = -1 ; G__TBenchDictLN_TSTLhit.tagnum = -1 ; G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgR.tagnum = -1 ; G__TBenchDictLN_vectorlETHitcOallocatorlETHitgRsPgRcLcLreverse_iterator.tagnum = -1 ; G__TBenchDictLN__RanitlETHitcOlonggR.tagnum = -1 ; G__TBenchDictLN_TSTLhitStar.tagnum = -1 ; G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgR.tagnum = -1 ; G__TBenchDictLN_vectorlETHitmUcOallocatorlETHitmUgRsPgRcLcLreverse_iterator.tagnum = -1 ; G__TBenchDictLN__RanitlETHitmUcOlonggR.tagnum = -1 ; G__TBenchDictLN_TCloneshit.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTBenchDict() { /* Setting up class,struct,union tag entry */ G__tagtable_setup(G__get_linked_tagnum(&G__TBenchDictLN_THit),sizeof(THit),-1,395008,"the hit class",G__setup_memvarTHit,G__setup_memfuncTHit); G__tagtable_setup(G__get_linked_tagnum(&G__TBenchDictLN_TObjHit),sizeof(TObjHit),-1,292096,"the hit class",G__setup_memvarTObjHit,G__setup_memfuncTObjHit); G__tagtable_setup(G__get_linked_tagnum(&G__TBenchDictLN_TSTLhit),sizeof(TSTLhit),-1,263424,"STL vector of THit",G__setup_memvarTSTLhit,G__setup_memfuncTSTLhit); G__tagtable_setup(G__get_linked_tagnum(&G__TBenchDictLN_TSTLhitStar),sizeof(TSTLhitStar),-1,263424,"STL vector of pointers to THit",G__setup_memvarTSTLhitStar,G__setup_memfuncTSTLhitStar); G__tagtable_setup(G__get_linked_tagnum(&G__TBenchDictLN_TCloneshit),sizeof(TCloneshit),-1,263424,"TClonesArray of TObjHit",G__setup_memvarTCloneshit,G__setup_memfuncTCloneshit); } extern "C" void G__cpp_setupTBenchDict(void) { G__check_setup_version(30051515,"G__cpp_setupTBenchDict()"); G__set_cpp_environmentTBenchDict(); G__cpp_setup_tagtableTBenchDict(); G__cpp_setup_inheritanceTBenchDict(); G__cpp_setup_typetableTBenchDict(); G__cpp_setup_memvarTBenchDict(); G__cpp_setup_memfuncTBenchDict(); G__cpp_setup_globalTBenchDict(); G__cpp_setup_funcTBenchDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTBenchDict(); return; } class G__cpp_setup_initTBenchDict { public: G__cpp_setup_initTBenchDict() { G__add_setup_func("TBenchDict",(G__incsetup)(&G__cpp_setupTBenchDict)); G__call_setup_funcs(); } ~G__cpp_setup_initTBenchDict() { G__remove_setup_func("TBenchDict"); } }; G__cpp_setup_initTBenchDict G__cpp_setup_initializerTBenchDict;