// // File generated by rootcint at Sun Jul 2 07:27:31 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 "TStnSiGeantIsect_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 TStnSiGeantIsect_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnSiGeantIsect_IsA(const void*); static void *new_TStnSiGeantIsect(void *p = 0); static void *newArray_TStnSiGeantIsect(Long_t size); static void delete_TStnSiGeantIsect(void *p); static void deleteArray_TStnSiGeantIsect(void *p); static void destruct_TStnSiGeantIsect(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnSiGeantIsect*) { TStnSiGeantIsect *ptr = 0; static ROOT::TGenericClassInfo instance("TStnSiGeantIsect", TStnSiGeantIsect::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TStnSiGeantIsect.hh", 28, typeid(TStnSiGeantIsect), DefineBehavior(ptr, ptr), &::TStnSiGeantIsect::Dictionary, &TStnSiGeantIsect_IsA, 1, sizeof(TStnSiGeantIsect) ); instance.SetNew(&new_TStnSiGeantIsect); instance.SetNewArray(&newArray_TStnSiGeantIsect); instance.SetDelete(&delete_TStnSiGeantIsect); instance.SetDeleteArray(&deleteArray_TStnSiGeantIsect); instance.SetDestructor(&destruct_TStnSiGeantIsect); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnSiGeantIsect*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnSiGeantIsect::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnSiGeantIsect::Class_Name() { return "TStnSiGeantIsect"; } //______________________________________________________________________________ const char *TStnSiGeantIsect::ImplFileName() { return ROOT::GenerateInitInstance((const TStnSiGeantIsect*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnSiGeantIsect::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnSiGeantIsect*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnSiGeantIsect::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnSiGeantIsect*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnSiGeantIsect::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnSiGeantIsect*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnSiGeantIsect::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnSiGeantIsect. TClass *R__cl = TStnSiGeantIsect::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fDigiCode", &fDigiCode); fDigiCode.ShowMembers(R__insp, strcat(R__parent,"fDigiCode.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fEntryMomentum", &fEntryMomentum); fEntryMomentum.ShowMembers(R__insp, strcat(R__parent,"fEntryMomentum.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fExitMomentum", &fExitMomentum); fExitMomentum.ShowMembers(R__insp, strcat(R__parent,"fExitMomentum.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fEntry", &fEntry); fEntry.ShowMembers(R__insp, strcat(R__parent,"fEntry.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fExit", &fExit); fExit.ShowMembers(R__insp, strcat(R__parent,"fExit.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fActiveRegion", &fActiveRegion); fActiveRegion.ShowMembers(R__insp, strcat(R__parent,"fActiveRegion.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fDE", &fDE); R__insp.Inspect(R__cl, R__parent, "fRadLen", &fRadLen); R__insp.Inspect(R__cl, R__parent, "fPhiStrip", &fPhiStrip); R__insp.Inspect(R__cl, R__parent, "fZStrip", &fZStrip); R__insp.Inspect(R__cl, R__parent, "fInitPhi", &fInitPhi); R__insp.Inspect(R__cl, R__parent, "fFinalPhi", &fFinalPhi); R__insp.Inspect(R__cl, R__parent, "fInitZ", &fInitZ); R__insp.Inspect(R__cl, R__parent, "fFinalZ", &fFinalZ); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnSiGeantIsect_IsA(const void *obj) { return ((::TStnSiGeantIsect*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnSiGeantIsect(void *p) { return p ? new(p) ::TStnSiGeantIsect : new ::TStnSiGeantIsect; } static void *newArray_TStnSiGeantIsect(Long_t size) { return new ::TStnSiGeantIsect[size]; } // Wrapper around operator delete static void delete_TStnSiGeantIsect(void *p) { delete ((::TStnSiGeantIsect*)p); } static void deleteArray_TStnSiGeantIsect(void *p) { delete [] ((::TStnSiGeantIsect*)p); } static void destruct_TStnSiGeantIsect(void *p) { typedef ::TStnSiGeantIsect current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnSiGeantIsect /******************************************************** * TStnSiGeantIsect_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnSiGeantIsect_dict(); extern "C" void G__set_cpp_environmentTStnSiGeantIsect_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnSiGeantIsect.hh"); G__cpp_reset_tagtableTStnSiGeantIsect_dict(); } class G__TStnSiGeantIsect_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnSiGeantIsect_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__TStnSiGeantIsect_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_TStnSiGeantIsect_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnSiGeantIsect_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnSiGeantIsect */ static int G__TStnSiGeantIsect_dict_273_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnSiGeantIsect *p=NULL; if(G__getaryconstruct()) p=new TStnSiGeantIsect[G__getaryconstruct()]; else p=new TStnSiGeantIsect; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->DigiCode()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->EntryMomentum()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->ExitMomentum()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->Entry()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->Exit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnSiGeantIsect*)(G__getstructoffset()))->DE()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnSiGeantIsect*)(G__getstructoffset()))->RadLen()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->ActiveRegion()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnSiGeantIsect*)(G__getstructoffset()))->PhiStrip()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnSiGeantIsect*)(G__getstructoffset()))->ZStrip()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->InitPhi()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->FinalPhi()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->InitZ()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnSiGeantIsect*)(G__getstructoffset()))->FinalZ()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnSiGeantIsect*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnSiGeantIsect*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnSiGeantIsect::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnSiGeantIsect::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnSiGeantIsect::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnSiGeantIsect::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnSiGeantIsect*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnSiGeantIsect*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnSiGeantIsect*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnSiGeantIsect*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnSiGeantIsect::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnSiGeantIsect::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnSiGeantIsect::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnSiGeantIsect_dict_273_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnSiGeantIsect::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TStnSiGeantIsect_dict_273_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnSiGeantIsect *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TStnSiGeantIsect(*(TStnSiGeantIsect*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnSiGeantIsect G__TTStnSiGeantIsect; static int G__TStnSiGeantIsect_dict_273_0_3(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[] (TStnSiGeantIsect *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnSiGeantIsect *)((G__getstructoffset())+sizeof(TStnSiGeantIsect)*i); else delete (TStnSiGeantIsect *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnSiGeantIsect_dict_273_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnSiGeantIsect *dest = (TStnSiGeantIsect*)(G__getstructoffset()); *dest = (*(TStnSiGeantIsect*)libp->para[0].ref); const TStnSiGeantIsect& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnSiGeantIsect */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnSiGeantIsect_dict { public: G__Sizep2memfuncTStnSiGeantIsect_dict() {p=&G__Sizep2memfuncTStnSiGeantIsect_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnSiGeantIsect_dict::*p)(); }; size_t G__get_sizep2memfuncTStnSiGeantIsect_dict() { G__Sizep2memfuncTStnSiGeantIsect_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_inheritanceTStnSiGeantIsect_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect))) { TStnSiGeantIsect *G__Lderived; G__Lderived=(TStnSiGeantIsect*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect),G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnSiGeantIsect_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("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__TStnSiGeantIsect_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__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnSiGeantIsect_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__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnSiGeantIsect_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__TStnSiGeantIsect_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__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnSiGeantIsect_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__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnSiGeantIsect_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__TStnSiGeantIsect_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__TStnSiGeantIsect_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__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnSiGeantIsect_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__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnSiGeantIsect_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 */ /* TStnSiGeantIsect */ static void G__setup_memvarTStnSiGeantIsect(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect)); { TStnSiGeantIsect *p; p=(TStnSiGeantIsect*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fDigiCode)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiDigiCode),-1,-1,1,"fDigiCode=",0,"The (repacked) SiDigiCode of the detector element"); G__memvar_setup((void*)((long)(&p->fEntryMomentum)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TLorentzVector),-1,-1,1,"fEntryMomentum=",0,"The momentum of the particle at the"); G__memvar_setup((void*)((long)(&p->fExitMomentum)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TLorentzVector),-1,-1,1,"fExitMomentum=",0,"The momentum of the particle at the"); G__memvar_setup((void*)((long)(&p->fEntry)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TVector3),-1,-1,1,"fEntry=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fExit)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TVector3),-1,-1,1,"fExit=",0,"The entry and exit point in global CDF coords."); G__memvar_setup((void*)((long)(&p->fActiveRegion)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TBitset),-1,-1,1,"fActiveRegion=",0,"Did the particle pass thru the active"); G__memvar_setup((void*)((long)(&p->fDE)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fDE=",0,"The total energy loss in GeV in this"); G__memvar_setup((void*)((long)(&p->fRadLen)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fRadLen=",0,"Fraction of radiation length traversed"); G__memvar_setup((void*)((long)(&p->fPhiStrip)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fPhiStrip=",0,"Axial strip num of (exit-entrance)/2"); G__memvar_setup((void*)((long)(&p->fZStrip)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fZStrip=",0,"Same for stereo side (=0, if no"); G__memvar_setup((void*)((long)(&p->fInitPhi)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fInitPhi=",0,"Initial hit phi strip"); G__memvar_setup((void*)((long)(&p->fFinalPhi)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fFinalPhi=",0,"Final hit phi strip"); G__memvar_setup((void*)((long)(&p->fInitZ)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fInitZ=",0,"Initial hit stereo strip (=0 if no stereo)"); G__memvar_setup((void*)((long)(&p->fFinalZ)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fFinalZ=",0,"Final hit stereo strip"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnSiGeantIsect_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnSiGeantIsect(void) { /* TStnSiGeantIsect */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect)); G__memfunc_setup("TStnSiGeantIsect",1580,G__TStnSiGeantIsect_dict_273_1_0,105,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DigiCode",760,G__TStnSiGeantIsect_dict_273_2_0,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiDigiCode),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EntryMomentum",1380,G__TStnSiGeantIsect_dict_273_3_0,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TLorentzVector),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ExitMomentum",1260,G__TStnSiGeantIsect_dict_273_4_0,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TLorentzVector),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Entry",530,G__TStnSiGeantIsect_dict_273_5_0,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TVector3),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Exit",410,G__TStnSiGeantIsect_dict_273_6_0,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TVector3),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DE",137,G__TStnSiGeantIsect_dict_273_7_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("RadLen",566,G__TStnSiGeantIsect_dict_273_8_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ActiveRegion",1216,G__TStnSiGeantIsect_dict_273_9_0,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TBitset),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PhiStrip",819,G__TStnSiGeantIsect_dict_273_0_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ZStrip",620,G__TStnSiGeantIsect_dict_273_1_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("InitPhi",693,G__TStnSiGeantIsect_dict_273_2_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("FinalPhi",779,G__TStnSiGeantIsect_dict_273_3_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("InitZ",494,G__TStnSiGeantIsect_dict_273_4_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("FinalZ",580,G__TStnSiGeantIsect_dict_273_5_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Print",525,G__TStnSiGeantIsect_dict_273_6_1,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" option",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Class",502,G__TStnSiGeantIsect_dict_273_7_1,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnSiGeantIsect::Class),0); G__memfunc_setup("Class_Name",982,G__TStnSiGeantIsect_dict_273_8_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnSiGeantIsect::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnSiGeantIsect_dict_273_9_1,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnSiGeantIsect::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnSiGeantIsect_dict_273_0_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnSiGeantIsect::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnSiGeantIsect_dict_273_1_2,85,G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnSiGeantIsect_dict_273_2_2,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__TStnSiGeantIsect_dict_273_3_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnSiGeantIsect_dict_273_4_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnSiGeantIsect_dict_273_5_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnSiGeantIsect::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnSiGeantIsect_dict_273_6_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnSiGeantIsect::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnSiGeantIsect_dict_273_7_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnSiGeantIsect::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnSiGeantIsect_dict_273_8_2,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnSiGeantIsect::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TStnSiGeantIsect",1580,G__TStnSiGeantIsect_dict_273_9_2,(int)('i'),G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect),-1,0,1,1,1,0,"u 'TStnSiGeantIsect' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TStnSiGeantIsect",1706,G__TStnSiGeantIsect_dict_273_0_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnSiGeantIsect_dict_273_1_3,(int)('u'),G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect),-1,1,1,1,1,0,"u 'TStnSiGeantIsect' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnSiGeantIsect_dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { } static void G__cpp_setup_global2() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTStnSiGeantIsect_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { } static void G__cpp_setup_func12() { } static void G__cpp_setup_func13() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTStnSiGeantIsect_dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); G__cpp_setup_func12(); G__cpp_setup_func13(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TStnSiGeantIsect_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TVector3 = { "TVector3" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TLorentzVector = { "TLorentzVector" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TStnSiDigiCode = { "TStnSiDigiCode" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TBitset = { "TBitset" , 99 , -1 }; G__linked_taginfo G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect = { "TStnSiGeantIsect" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnSiGeantIsect_dict() { G__TStnSiGeantIsect_dictLN_TClass.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TBuffer.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TMemberInspector.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TObject.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TVector3.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TLorentzVector.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TStnSiDigiCode.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TBitset.tagnum = -1 ; G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnSiGeantIsect_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TClass); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TObject); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TVector3); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TLorentzVector); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiDigiCode); G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TBitset); G__tagtable_setup(G__get_linked_tagnum(&G__TStnSiGeantIsect_dictLN_TStnSiGeantIsect),sizeof(TStnSiGeantIsect),-1,95488,(char*)NULL,G__setup_memvarTStnSiGeantIsect,G__setup_memfuncTStnSiGeantIsect); } extern "C" void G__cpp_setupTStnSiGeantIsect_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnSiGeantIsect_dict()"); G__set_cpp_environmentTStnSiGeantIsect_dict(); G__cpp_setup_tagtableTStnSiGeantIsect_dict(); G__cpp_setup_inheritanceTStnSiGeantIsect_dict(); G__cpp_setup_typetableTStnSiGeantIsect_dict(); G__cpp_setup_memvarTStnSiGeantIsect_dict(); G__cpp_setup_memfuncTStnSiGeantIsect_dict(); G__cpp_setup_globalTStnSiGeantIsect_dict(); G__cpp_setup_funcTStnSiGeantIsect_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnSiGeantIsect_dict(); return; } class G__cpp_setup_initTStnSiGeantIsect_dict { public: G__cpp_setup_initTStnSiGeantIsect_dict() { G__add_setup_func("TStnSiGeantIsect_dict",(G__incsetup)(&G__cpp_setupTStnSiGeantIsect_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnSiGeantIsect_dict() { G__remove_setup_func("TStnSiGeantIsect_dict"); } }; G__cpp_setup_initTStnSiGeantIsect_dict G__cpp_setup_initializerTStnSiGeantIsect_dict;