// // File generated by rootcint at Sun Jul 2 08:02:19 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 "TStnVertex_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 TStnVertex_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnVertex_IsA(const void*); static void *new_TStnVertex(void *p = 0); static void *newArray_TStnVertex(Long_t size); static void delete_TStnVertex(void *p); static void deleteArray_TStnVertex(void *p); static void destruct_TStnVertex(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnVertex*) { TStnVertex *ptr = 0; static ROOT::TGenericClassInfo instance("TStnVertex", TStnVertex::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TStnVertex.hh", 18, typeid(TStnVertex), DefineBehavior(ptr, ptr), &::TStnVertex::Dictionary, &TStnVertex_IsA, 1, sizeof(TStnVertex) ); instance.SetNew(&new_TStnVertex); instance.SetNewArray(&newArray_TStnVertex); instance.SetDelete(&delete_TStnVertex); instance.SetDeleteArray(&deleteArray_TStnVertex); instance.SetDestructor(&destruct_TStnVertex); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnVertex*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnVertex::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnVertex::Class_Name() { return "TStnVertex"; } //______________________________________________________________________________ const char *TStnVertex::ImplFileName() { return ROOT::GenerateInitInstance((const TStnVertex*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnVertex::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnVertex*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnVertex::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnVertex*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnVertex::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnVertex*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnVertex::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnVertex. TClass *R__cl = TStnVertex::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNumber", &fNumber); R__insp.Inspect(R__cl, R__parent, "fNTracks", &fNTracks); R__insp.Inspect(R__cl, R__parent, "fVClass", &fVClass); R__insp.Inspect(R__cl, R__parent, "fQ", &fQ); R__insp.Inspect(R__cl, R__parent, "fMassError", &fMassError); R__insp.Inspect(R__cl, R__parent, "fChi2", &fChi2); R__insp.Inspect(R__cl, R__parent, "fNdof", &fNdof); R__insp.Inspect(R__cl, R__parent, "fSumPt", &fSumPt); R__insp.Inspect(R__cl, R__parent, "fT0", &fT0); R__insp.Inspect(R__cl, R__parent, "fT0Error", &fT0Error); R__insp.Inspect(R__cl, R__parent, "fFloat[5]", fFloat); R__insp.Inspect(R__cl, R__parent, "fVertex", &fVertex); fVertex.ShowMembers(R__insp, strcat(R__parent,"fVertex.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fMomentum", &fMomentum); fMomentum.ShowMembers(R__insp, strcat(R__parent,"fMomentum.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fVtxCov", &fVtxCov); fVtxCov.ShowMembers(R__insp, strcat(R__parent,"fVtxCov.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fMomCov", &fMomCov); fMomCov.ShowMembers(R__insp, strcat(R__parent,"fMomCov.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fSumW", &fSumW); R__insp.Inspect(R__cl, R__parent, "fSumW2", &fSumW2); R__insp.Inspect(R__cl, R__parent, "fSumX", &fSumX); R__insp.Inspect(R__cl, R__parent, "fSumX2", &fSumX2); R__insp.Inspect(R__cl, R__parent, "fSumY", &fSumY); R__insp.Inspect(R__cl, R__parent, "fSumY2", &fSumY2); R__insp.Inspect(R__cl, R__parent, "fSumZ", &fSumZ); R__insp.Inspect(R__cl, R__parent, "fSumZ2", &fSumZ2); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnVertex_IsA(const void *obj) { return ((::TStnVertex*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnVertex(void *p) { return p ? new(p) ::TStnVertex : new ::TStnVertex; } static void *newArray_TStnVertex(Long_t size) { return new ::TStnVertex[size]; } // Wrapper around operator delete static void delete_TStnVertex(void *p) { delete ((::TStnVertex*)p); } static void deleteArray_TStnVertex(void *p) { delete [] ((::TStnVertex*)p); } static void destruct_TStnVertex(void *p) { typedef ::TStnVertex current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnVertex /******************************************************** * TStnVertex_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnVertex_dict(); extern "C" void G__set_cpp_environmentTStnVertex_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnVertex.hh"); G__cpp_reset_tagtableTStnVertex_dict(); } class G__TStnVertex_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnVertex_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__TStnVertex_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_TStnVertex_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnVertex_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnVertex */ static int G__TStnVertex_dict_274_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnVertex *p=NULL; switch(libp->paran) { case 1: p = new TStnVertex((Int_t)G__int(libp->para[0])); break; case 0: if(G__getaryconstruct()) p=new TStnVertex[G__getaryconstruct()]; else p=new TStnVertex; break; } result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnVertex*)(G__getstructoffset()))->Init((TStnTrack*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnVertex*)(G__getstructoffset()))->VClass()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->X()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->Y()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->Z()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->T0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->T0Error()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->SigmaX()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->SigmaY()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->SigmaZ()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnVertex*)(G__getstructoffset()))->Vertex()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnVertex*)(G__getstructoffset()))->Momentum()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->Mass()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->MassError()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnVertex*)(G__getstructoffset()))->VtxCov()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnVertex*)(G__getstructoffset()))->MomCov()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->Q()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->Chi2()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->Ndof()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnVertex*)(G__getstructoffset()))->NTracks()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnVertex*)(G__getstructoffset()))->Number()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnVertex*)(G__getstructoffset()))->SumPt()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnVertex*)(G__getstructoffset()))->SetNumber((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnVertex*)(G__getstructoffset()))->SetXYZ((Double_t)G__double(libp->para[0]),(Double_t)G__double(libp->para[1]) ,(Double_t)G__double(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnVertex*)(G__getstructoffset()))->Add((TStnTrack*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,103,(long)((const TStnVertex*)(G__getstructoffset()))->IsSortable()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((const TStnVertex*)(G__getstructoffset()))->Compare((const TObject*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnVertex*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnVertex*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnVertex*)(G__getstructoffset()))->ReadV1(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnVertex*)(G__getstructoffset()))->ReadV2(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnVertex::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnVertex::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnVertex::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnVertex::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnVertex*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnVertex*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnVertex*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnVertex*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnVertex::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnVertex::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnVertex::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnVertex_dict_274_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnVertex::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TStnVertex_dict_274_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnVertex *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TStnVertex(*(TStnVertex*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnVertex G__TTStnVertex; static int G__TStnVertex_dict_274_5_4(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[] (TStnVertex *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnVertex *)((G__getstructoffset())+sizeof(TStnVertex)*i); else delete (TStnVertex *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnVertex_dict_274_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnVertex *dest = (TStnVertex*)(G__getstructoffset()); *dest = (*(TStnVertex*)libp->para[0].ref); const TStnVertex& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnVertex */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnVertex_dict { public: G__Sizep2memfuncTStnVertex_dict() {p=&G__Sizep2memfuncTStnVertex_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnVertex_dict::*p)(); }; size_t G__get_sizep2memfuncTStnVertex_dict() { G__Sizep2memfuncTStnVertex_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_inheritanceTStnVertex_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex))) { TStnVertex *G__Lderived; G__Lderived=(TStnVertex*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex),G__get_linked_tagnum(&G__TStnVertex_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnVertex_dict() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0, -1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Float_t",102,-1,0, -1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Double_t",100,-1,0, -1); G__setnewtype(-1,"Double 8 bytes",0); G__search_typename2("Bool_t",103,-1,0, -1); G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",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__TStnVertex_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__TStnVertex_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnVertex_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__TStnVertex_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnVertex_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__TStnVertex_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__TStnVertex_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnVertex_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__TStnVertex_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnVertex_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__TStnVertex_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__TStnVertex_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__TStnVertex_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnVertex_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__TStnVertex_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnVertex_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 */ /* TStnVertex */ static void G__setup_memvarTStnVertex(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex)); { TStnVertex *p; p=(TStnVertex*)0x1000; if (p) { } G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertexcLcLdA),-1,-2,1,"kUNCLASSIFIED=-1",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertexcLcLdA),-1,-2,1,"kEMPTY=0",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertexcLcLdA),-1,-2,1,"kBEAMGAS=1",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertexcLcLdA),-1,-2,1,"kPRIMARY=12",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNumber)-(long)(p)),115,0,0,-1,G__defined_typename("Short_t"),-1,1,"fNumber=",0,"sequential number of this vertex"); G__memvar_setup((void*)((long)(&p->fNTracks)-(long)(p)),115,0,0,-1,G__defined_typename("Short_t"),-1,1,"fNTracks=",0,"N(tracks) assoc. with the vertex"); G__memvar_setup((void*)((long)(&p->fVClass)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fVClass=",0,"vertex class"); G__memvar_setup((void*)((long)(&p->fQ)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fQ=",0,"total track charge in the vertex"); G__memvar_setup((void*)((long)(&p->fMassError)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fMassError=",0,"mass error"); G__memvar_setup((void*)((long)(&p->fChi2)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fChi2=",0,"chi2 of fit"); G__memvar_setup((void*)((long)(&p->fNdof)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fNdof=",0,"number of degrees of freedom of fit"); G__memvar_setup((void*)((long)(&p->fSumPt)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumPt=",0,"scalar total pt of tracks in vertex"); G__memvar_setup((void*)((long)(&p->fT0)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fT0=",0,"T0 of the vertex , new in V3"); G__memvar_setup((void*)((long)(&p->fT0Error)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fT0Error=",0,"uncertainty on T0, new in V3"); G__memvar_setup((void*)((long)(&p->fFloat)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fFloat[5]=",0,"reserve , new in V3"); G__memvar_setup((void*)((long)(&p->fVertex)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnVertex_dictLN_TVector3),-1,-1,1,"fVertex=",0,"position of the vertex"); G__memvar_setup((void*)((long)(&p->fMomentum)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnVertex_dictLN_TLorentzVector),-1,-1,1,"fMomentum=",0,"reconstructed momentum"); G__memvar_setup((void*)((long)(&p->fVtxCov)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnVertex_dictLN_TMatrix33),-1,-1,1,"fVtxCov=",0,"|| vertex covariance "); G__memvar_setup((void*)((long)(&p->fMomCov)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnVertex_dictLN_TMatrix33),-1,-1,1,"fMomCov=",0,"|| 3-momentum covariance"); G__memvar_setup((void*)((long)(&p->fSumW)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumW=",0,"!"); G__memvar_setup((void*)((long)(&p->fSumW2)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumW2=",0,"!"); G__memvar_setup((void*)((long)(&p->fSumX)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumX=",0,"!"); G__memvar_setup((void*)((long)(&p->fSumX2)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumX2=",0,"!"); G__memvar_setup((void*)((long)(&p->fSumY)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumY=",0,"!"); G__memvar_setup((void*)((long)(&p->fSumY2)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumY2=",0,"!"); G__memvar_setup((void*)((long)(&p->fSumZ)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumZ=",0,"!"); G__memvar_setup((void*)((long)(&p->fSumZ2)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumZ2=",0,"!"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnVertex_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnVertex_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnVertex(void) { /* TStnVertex */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex)); G__memfunc_setup("TStnVertex",1031,G__TStnVertex_dict_274_1_0,105,G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex),-1,0,1,1,1,0,"i - 'Int_t' 0 -1 Number",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Init",404,G__TStnVertex_dict_274_2_0,105,-1,-1,0,1,1,1,0,"U 'TStnTrack' - 0 - track",(char*)NULL,(void*)NULL,0); G__memfunc_setup("VClass",588,G__TStnVertex_dict_274_3_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("X",88,G__TStnVertex_dict_274_4_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Y",89,G__TStnVertex_dict_274_5_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Z",90,G__TStnVertex_dict_274_6_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("T0",132,G__TStnVertex_dict_274_7_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("T0Error",654,G__TStnVertex_dict_274_8_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SigmaX",585,G__TStnVertex_dict_274_9_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SigmaY",586,G__TStnVertex_dict_274_0_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SigmaZ",587,G__TStnVertex_dict_274_1_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Vertex",638,G__TStnVertex_dict_274_2_1,85,G__get_linked_tagnum(&G__TStnVertex_dictLN_TVector3),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Momentum",850,G__TStnVertex_dict_274_3_1,85,G__get_linked_tagnum(&G__TStnVertex_dictLN_TLorentzVector),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Mass",404,G__TStnVertex_dict_274_4_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MassError",926,G__TStnVertex_dict_274_5_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("VtxCov",618,G__TStnVertex_dict_274_6_1,85,G__get_linked_tagnum(&G__TStnVertex_dictLN_TMatrix33),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MomCov",593,G__TStnVertex_dict_274_7_1,85,G__get_linked_tagnum(&G__TStnVertex_dictLN_TMatrix33),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Q",81,G__TStnVertex_dict_274_8_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Chi2",326,G__TStnVertex_dict_274_9_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Ndof",391,G__TStnVertex_dict_274_0_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NTracks",694,G__TStnVertex_dict_274_1_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Number",617,G__TStnVertex_dict_274_2_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SumPt",505,G__TStnVertex_dict_274_3_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNumber",917,G__TStnVertex_dict_274_4_2,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetXYZ",567,G__TStnVertex_dict_274_5_2,121,-1,-1,0,3,1,1,0, "d - 'Double_t' 0 - X0 d - 'Double_t' 0 - Y0 " "d - 'Double_t' 0 - Z0",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Add",265,G__TStnVertex_dict_274_6_2,105,-1,-1,0,1,1,1,0,"U 'TStnTrack' - 0 - track",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsSortable",1016,G__TStnVertex_dict_274_7_2,103,-1,G__defined_typename("Bool_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Compare",711,G__TStnVertex_dict_274_8_2,105,-1,G__defined_typename("Int_t"),0,1,1,1,8,"U 'TObject' - 10 - vertex",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TStnVertex_dict_274_9_2,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ReadV1",515,G__TStnVertex_dict_274_0_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV2",516,G__TStnVertex_dict_274_1_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TStnVertex_dict_274_2_3,85,G__get_linked_tagnum(&G__TStnVertex_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnVertex::Class),0); G__memfunc_setup("Class_Name",982,G__TStnVertex_dict_274_3_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnVertex::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnVertex_dict_274_4_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnVertex::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnVertex_dict_274_5_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnVertex::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnVertex_dict_274_6_3,85,G__get_linked_tagnum(&G__TStnVertex_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnVertex_dict_274_7_3,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__TStnVertex_dict_274_8_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnVertex_dict_274_9_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnVertex_dict_274_0_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnVertex::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnVertex_dict_274_1_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnVertex::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnVertex_dict_274_2_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnVertex::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnVertex_dict_274_3_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnVertex::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TStnVertex",1031,G__TStnVertex_dict_274_4_4,(int)('i'),G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex),-1,0,1,1,1,0,"u 'TStnVertex' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TStnVertex",1157,G__TStnVertex_dict_274_5_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnVertex_dict_274_6_4,(int)('u'),G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex),-1,1,1,1,1,0,"u 'TStnVertex' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnVertex_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_globalTStnVertex_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_funcTStnVertex_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__TStnVertex_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TVector3 = { "TVector3" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TLorentzVector = { "TLorentzVector" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TMatrix33 = { "TMatrix33" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TStnTrack = { "TStnTrack" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TStnVertex = { "TStnVertex" , 99 , -1 }; G__linked_taginfo G__TStnVertex_dictLN_TStnVertexcLcLdA = { "TStnVertex::$" , 101 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnVertex_dict() { G__TStnVertex_dictLN_TClass.tagnum = -1 ; G__TStnVertex_dictLN_TBuffer.tagnum = -1 ; G__TStnVertex_dictLN_TMemberInspector.tagnum = -1 ; G__TStnVertex_dictLN_TObject.tagnum = -1 ; G__TStnVertex_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnVertex_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnVertex_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnVertex_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnVertex_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnVertex_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnVertex_dictLN_TVector3.tagnum = -1 ; G__TStnVertex_dictLN_TLorentzVector.tagnum = -1 ; G__TStnVertex_dictLN_TMatrix33.tagnum = -1 ; G__TStnVertex_dictLN_TStnTrack.tagnum = -1 ; G__TStnVertex_dictLN_TStnVertex.tagnum = -1 ; G__TStnVertex_dictLN_TStnVertexcLcLdA.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnVertex_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnVertex_dictLN_TClass); G__get_linked_tagnum(&G__TStnVertex_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnVertex_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnVertex_dictLN_TObject); G__get_linked_tagnum(&G__TStnVertex_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnVertex_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnVertex_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnVertex_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnVertex_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnVertex_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnVertex_dictLN_TVector3); G__get_linked_tagnum(&G__TStnVertex_dictLN_TLorentzVector); G__get_linked_tagnum(&G__TStnVertex_dictLN_TMatrix33); G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnTrack); G__tagtable_setup(G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertex),sizeof(TStnVertex),-1,95488,(char*)NULL,G__setup_memvarTStnVertex,G__setup_memfuncTStnVertex); G__get_linked_tagnum(&G__TStnVertex_dictLN_TStnVertexcLcLdA); } extern "C" void G__cpp_setupTStnVertex_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnVertex_dict()"); G__set_cpp_environmentTStnVertex_dict(); G__cpp_setup_tagtableTStnVertex_dict(); G__cpp_setup_inheritanceTStnVertex_dict(); G__cpp_setup_typetableTStnVertex_dict(); G__cpp_setup_memvarTStnVertex_dict(); G__cpp_setup_memfuncTStnVertex_dict(); G__cpp_setup_globalTStnVertex_dict(); G__cpp_setup_funcTStnVertex_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnVertex_dict(); return; } class G__cpp_setup_initTStnVertex_dict { public: G__cpp_setup_initTStnVertex_dict() { G__add_setup_func("TStnVertex_dict",(G__incsetup)(&G__cpp_setupTStnVertex_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnVertex_dict() { G__remove_setup_func("TStnVertex_dict"); } }; G__cpp_setup_initTStnVertex_dict G__cpp_setup_initializerTStnVertex_dict;