// // File generated by rootcint at Thu Dec 13 04:26:45 2007. // 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 "TStnBeamPos_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 TStnBeamPos_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnBeamPos_IsA(const void*); static void *new_TStnBeamPos(void *p = 0); static void *newArray_TStnBeamPos(Long_t size); static void delete_TStnBeamPos(void *p); static void deleteArray_TStnBeamPos(void *p); static void destruct_TStnBeamPos(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnBeamPos*) { TStnBeamPos *ptr = 0; static ROOT::TGenericClassInfo instance("TStnBeamPos", TStnBeamPos::Class_Version(), "/home/robson/S614_071213/include/Stntuple/data/TStnBeamPos.hh", 16, typeid(TStnBeamPos), DefineBehavior(ptr, ptr), &::TStnBeamPos::Dictionary, &TStnBeamPos_IsA, 1, sizeof(TStnBeamPos) ); instance.SetNew(&new_TStnBeamPos); instance.SetNewArray(&newArray_TStnBeamPos); instance.SetDelete(&delete_TStnBeamPos); instance.SetDeleteArray(&deleteArray_TStnBeamPos); instance.SetDestructor(&destruct_TStnBeamPos); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnBeamPos*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnBeamPos::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnBeamPos::Class_Name() { return "TStnBeamPos"; } //______________________________________________________________________________ const char *TStnBeamPos::ImplFileName() { return ROOT::GenerateInitInstance((const TStnBeamPos*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnBeamPos::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnBeamPos*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnBeamPos::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnBeamPos*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnBeamPos::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnBeamPos*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnBeamPos::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnBeamPos. TClass *R__cl = TStnBeamPos::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fRunNumber", &fRunNumber); R__insp.Inspect(R__cl, R__parent, "fStatus", &fStatus); R__insp.Inspect(R__cl, R__parent, "fHistory", &fHistory); R__insp.Inspect(R__cl, R__parent, "fX0", &fX0); R__insp.Inspect(R__cl, R__parent, "fY0", &fY0); R__insp.Inspect(R__cl, R__parent, "fZ0", &fZ0); R__insp.Inspect(R__cl, R__parent, "fDxDz", &fDxDz); R__insp.Inspect(R__cl, R__parent, "fDyDz", &fDyDz); R__insp.Inspect(R__cl, R__parent, "fCov00", &fCov00); R__insp.Inspect(R__cl, R__parent, "fCov01", &fCov01); R__insp.Inspect(R__cl, R__parent, "fCov02", &fCov02); R__insp.Inspect(R__cl, R__parent, "fCov03", &fCov03); R__insp.Inspect(R__cl, R__parent, "fCov11", &fCov11); R__insp.Inspect(R__cl, R__parent, "fCov12", &fCov12); R__insp.Inspect(R__cl, R__parent, "fCov13", &fCov13); R__insp.Inspect(R__cl, R__parent, "fCov22", &fCov22); R__insp.Inspect(R__cl, R__parent, "fCov23", &fCov23); R__insp.Inspect(R__cl, R__parent, "fCov33", &fCov33); R__insp.Inspect(R__cl, R__parent, "fEmittXFit", &fEmittXFit); R__insp.Inspect(R__cl, R__parent, "fEmittYFit", &fEmittYFit); R__insp.Inspect(R__cl, R__parent, "fBstarXFit", &fBstarXFit); R__insp.Inspect(R__cl, R__parent, "fBstarYFit", &fBstarYFit); R__insp.Inspect(R__cl, R__parent, "fZzeroXFit", &fZzeroXFit); R__insp.Inspect(R__cl, R__parent, "fZzeroYFit", &fZzeroYFit); R__insp.Inspect(R__cl, R__parent, "fWidthX", &fWidthX); R__insp.Inspect(R__cl, R__parent, "fWidthY", &fWidthY); R__insp.Inspect(R__cl, R__parent, "fWidthXY", &fWidthXY); R__insp.Inspect(R__cl, R__parent, "fD0", &fD0); R__insp.Inspect(R__cl, R__parent, "fPhi0", &fPhi0); R__insp.Inspect(R__cl, R__parent, "fName", &fName); fName.ShowMembers(R__insp, strcat(R__parent,"fName.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fSigmaX", &fSigmaX); R__insp.Inspect(R__cl, R__parent, "fSigmaY", &fSigmaY); R__insp.Inspect(R__cl, R__parent, "fSigmaZ", &fSigmaZ); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnBeamPos_IsA(const void *obj) { return ((::TStnBeamPos*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnBeamPos(void *p) { return p ? new(p) ::TStnBeamPos : new ::TStnBeamPos; } static void *newArray_TStnBeamPos(Long_t size) { return new ::TStnBeamPos[size]; } // Wrapper around operator delete static void delete_TStnBeamPos(void *p) { delete ((::TStnBeamPos*)p); } static void deleteArray_TStnBeamPos(void *p) { delete [] ((::TStnBeamPos*)p); } static void destruct_TStnBeamPos(void *p) { typedef ::TStnBeamPos current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnBeamPos /******************************************************** * TStnBeamPos_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnBeamPos_dict(); extern "C" void G__set_cpp_environmentTStnBeamPos_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnBeamPos.hh"); G__cpp_reset_tagtableTStnBeamPos_dict(); } class G__TStnBeamPos_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnBeamPos_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__TStnBeamPos_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_TStnBeamPos_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnBeamPos_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnBeamPos */ static int G__TStnBeamPos_dict_184_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnBeamPos *p=NULL; switch(libp->paran) { case 1: p = new TStnBeamPos((const char*)G__int(libp->para[0])); break; case 0: if(G__getaryconstruct()) p=new TStnBeamPos[G__getaryconstruct()]; else p=new TStnBeamPos; break; } result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnBeamPos *p=NULL; p = new TStnBeamPos( (const char*)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(Int_t)G__int(libp->para[2]),(Int_t)G__int(libp->para[3]) ,(Double_t)G__double(libp->para[4]),(Double_t)G__double(libp->para[5]) ,(Double_t)G__double(libp->para[6]),(Double_t)G__double(libp->para[7]) ,(Double_t)G__double(libp->para[8]),(Double_t)G__double(libp->para[9]) ,(Double_t)G__double(libp->para[10]),(Double_t)G__double(libp->para[11]) ,(Double_t)G__double(libp->para[12]),(Double_t)G__double(libp->para[13]) ,(Double_t)G__double(libp->para[14]),(Double_t)G__double(libp->para[15]) ,(Double_t)G__double(libp->para[16]),(Double_t)G__double(libp->para[17]) ,(Double_t)G__double(libp->para[18]),(Double_t)G__double(libp->para[19]) ,(Double_t)G__double(libp->para[20]),(Double_t)G__double(libp->para[21]) ,(Double_t)G__double(libp->para[22]),(Double_t)G__double(libp->para[23]) ,(Double_t)G__double(libp->para[24]),(Double_t)G__double(libp->para[25]) ,(Double_t)G__double(libp->para[26]),(Double_t)G__double(libp->para[27])); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnBeamPos*)(G__getstructoffset()))->Init( (Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(Int_t)G__int(libp->para[2]),(Double_t)G__double(libp->para[3]) ,(Double_t)G__double(libp->para[4]),(Double_t)G__double(libp->para[5]) ,(Double_t)G__double(libp->para[6]),(Double_t)G__double(libp->para[7]) ,(Double_t)G__double(libp->para[8]),(Double_t)G__double(libp->para[9]) ,(Double_t)G__double(libp->para[10]),(Double_t)G__double(libp->para[11]) ,(Double_t)G__double(libp->para[12]),(Double_t)G__double(libp->para[13]) ,(Double_t)G__double(libp->para[14]),(Double_t)G__double(libp->para[15]) ,(Double_t)G__double(libp->para[16]),(Double_t)G__double(libp->para[17]) ,(Double_t)G__double(libp->para[18]),(Double_t)G__double(libp->para[19]) ,(Double_t)G__double(libp->para[20]),(Double_t)G__double(libp->para[21]) ,(Double_t)G__double(libp->para[22]),(Double_t)G__double(libp->para[23]) ,(Double_t)G__double(libp->para[24]),(Double_t)G__double(libp->para[25]) ,(Double_t)G__double(libp->para[26]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->CopyC((TStnBeamPos*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnBeamPos*)(G__getstructoffset()))->RunNumber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnBeamPos*)(G__getstructoffset()))->Status()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnBeamPos*)(G__getstructoffset()))->History()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->X0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Y0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Z0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->DxDz()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->DyDz()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov00()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov01()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov02()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov03()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov11()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov12()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov13()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov22()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov23()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Cov33()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->EmittXFit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->EmittYFit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->BstarXFit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->BstarYFit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->ZzeroXFit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->ZzeroYFit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->WidthX()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->WidthY()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->WidthXY()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->D0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->Phi0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->SigmaX()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->SigmaY()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,100,(double)((TStnBeamPos*)(G__getstructoffset()))->SigmaZ()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->SetRunNumber((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((const TStnBeamPos*)(G__getstructoffset()))->GetName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnBeamPos*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnBeamPos*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->ReadV3(*(TBuffer*)libp->para[0].ref,(UInt_t)G__int(libp->para[1]) ,(UInt_t)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->ReadV2(*(TBuffer*)libp->para[0].ref,(UInt_t)G__int(libp->para[1]) ,(UInt_t)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->ReadV1(*(TBuffer*)libp->para[0].ref,(UInt_t)G__int(libp->para[1]) ,(UInt_t)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnBeamPos::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnBeamPos::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnBeamPos::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnBeamPos::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnBeamPos*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnBeamPos*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnBeamPos::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnBeamPos::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnBeamPos::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnBeamPos_dict_184_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnBeamPos::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TStnBeamPos_dict_184_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnBeamPos *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TStnBeamPos(*(TStnBeamPos*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnBeamPos G__TTStnBeamPos; static int G__TStnBeamPos_dict_184_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (TStnBeamPos *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnBeamPos *)((G__getstructoffset())+sizeof(TStnBeamPos)*i); else delete (TStnBeamPos *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnBeamPos_dict_184_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnBeamPos *dest = (TStnBeamPos*)(G__getstructoffset()); *dest = (*(TStnBeamPos*)libp->para[0].ref); const TStnBeamPos& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnBeamPos */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnBeamPos_dict { public: G__Sizep2memfuncTStnBeamPos_dict() {p=&G__Sizep2memfuncTStnBeamPos_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnBeamPos_dict::*p)(); }; size_t G__get_sizep2memfuncTStnBeamPos_dict() { G__Sizep2memfuncTStnBeamPos_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_inheritanceTStnBeamPos_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos))) { TStnBeamPos *G__Lderived; G__Lderived=(TStnBeamPos*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos),G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnBeamPos_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("UInt_t",104,-1,0, -1); G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0); G__search_typename2("Double_t",100,-1,0, -1); G__setnewtype(-1,"Double 8 bytes",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TStnBeamPos_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__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnBeamPos_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__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnBeamPos_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__TStnBeamPos_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__TStnBeamPos_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnBeamPos_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__TStnBeamPos_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnBeamPos_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__TStnBeamPos_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__TStnBeamPos_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__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnBeamPos_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__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnBeamPos_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 */ /* TStnBeamPos */ static void G__setup_memvarTStnBeamPos(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos)); { TStnBeamPos *p; p=(TStnBeamPos*)0x1000; if (p) { } G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRunNumber=",0,"run number"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fStatus=",0,"status of the calibration"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fHistory=",0,"history code of beamline"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX0=",0,"beam axis position in X at Z=0"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fY0=",0,"beam axis position in Y at Z=0"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZ0=",0,"center of the Z-distribution"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDxDz=",0,"beam slope in X ( << 1 )"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fDyDz=",0,"beam slope in Y ( << 1 )"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov00=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov01=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov02=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov03=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov11=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov12=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov13=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov22=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov23=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fCov33=",0,"x,y,x',y' covariance matrix"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEmittXFit=",0,"Emittance X"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fEmittYFit=",0,"Emittance X"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBstarXFit=",0,"B* X"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBstarYFit=",0,"B* X"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZzeroXFit=",0,"z0 X"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fZzeroYFit=",0,"z0 X"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWidthX=",0,"width in X"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWidthY=",0,"width in Y"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWidthXY=",0,"correlation coefficient"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fD0=",0,"!"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fPhi0=",0,"!"); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TString),-1,-1,2,"fName=",0,"name : COT vs SVX"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fSigmaX=",0,"covariance matrix in x at z=0"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fSigmaY=",0,"covariance matrix in y at z=0"); G__memvar_setup((void*)NULL,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fSigmaZ=",0,"covariance matrix in z at z=0"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnBeamPos_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnBeamPos(void) { /* TStnBeamPos */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos)); G__memfunc_setup("TStnBeamPos",1072,G__TStnBeamPos_dict_184_1_0,105,G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos),-1,0,1,1,1,0,"C - - 10 \"TStnBeamPos\" Name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TStnBeamPos",1072,G__TStnBeamPos_dict_184_2_0,105,G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos),-1,0,28,1,1,0, "C - - 10 - Name i - 'Int_t' 0 - RunNumber " "i - 'Int_t' 0 - Status i - 'Int_t' 0 - History " "d - 'Double_t' 0 - X0 d - 'Double_t' 0 - Y0 " "d - 'Double_t' 0 - Z0 d - 'Double_t' 0 - DxDz " "d - 'Double_t' 0 - DyDz d - 'Double_t' 0 - Cov00 " "d - 'Double_t' 0 - Cov01 d - 'Double_t' 0 - Cov02 " "d - 'Double_t' 0 - Cov03 d - 'Double_t' 0 - Cov11 " "d - 'Double_t' 0 - Cov12 d - 'Double_t' 0 - Cov13 " "d - 'Double_t' 0 - Cov22 d - 'Double_t' 0 - Cov23 " "d - 'Double_t' 0 - Cov33 d - 'Double_t' 0 - EmittXFit " "d - 'Double_t' 0 - EmittYFit d - 'Double_t' 0 - BstarXFit " "d - 'Double_t' 0 - BstarYFit d - 'Double_t' 0 - ZzeroXFit " "d - 'Double_t' 0 - ZzeroYFit d - 'Double_t' 0 - WidthX " "d - 'Double_t' 0 - WidthY d - 'Double_t' 0 - WidthXY",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Init",404,G__TStnBeamPos_dict_184_3_0,105,-1,G__defined_typename("Int_t"),0,27,1,1,0, "i - 'Int_t' 0 - RunNumber i - 'Int_t' 0 - Status " "i - 'Int_t' 0 - History d - 'Double_t' 0 - X0 " "d - 'Double_t' 0 - Y0 d - 'Double_t' 0 - Z0 " "d - 'Double_t' 0 - DxDz d - 'Double_t' 0 - DyDz " "d - 'Double_t' 0 - Cov00 d - 'Double_t' 0 - Cov01 " "d - 'Double_t' 0 - Cov02 d - 'Double_t' 0 - Cov03 " "d - 'Double_t' 0 - Cov11 d - 'Double_t' 0 - Cov12 " "d - 'Double_t' 0 - Cov13 d - 'Double_t' 0 - Cov22 " "d - 'Double_t' 0 - Cov23 d - 'Double_t' 0 - Cov33 " "d - 'Double_t' 0 - EmittXFit d - 'Double_t' 0 - EmittYFit " "d - 'Double_t' 0 - BstarXFit d - 'Double_t' 0 - BstarYFit " "d - 'Double_t' 0 - ZzeroXFit d - 'Double_t' 0 - ZzeroYFit " "d - 'Double_t' 0 - WidthX d - 'Double_t' 0 - WidthY " "d - 'Double_t' 0 - WidthXY",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CopyC",478,G__TStnBeamPos_dict_184_4_0,121,-1,-1,0,1,1,1,0,"U 'TStnBeamPos' - 0 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("RunNumber",926,G__TStnBeamPos_dict_184_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Status",644,G__TStnBeamPos_dict_184_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("History",754,G__TStnBeamPos_dict_184_7_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("X0",136,G__TStnBeamPos_dict_184_8_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Y0",137,G__TStnBeamPos_dict_184_9_0,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Z0",138,G__TStnBeamPos_dict_184_0_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DxDz",378,G__TStnBeamPos_dict_184_1_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DyDz",379,G__TStnBeamPos_dict_184_2_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov00",392,G__TStnBeamPos_dict_184_3_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov01",393,G__TStnBeamPos_dict_184_4_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov02",394,G__TStnBeamPos_dict_184_5_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov03",395,G__TStnBeamPos_dict_184_6_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov11",394,G__TStnBeamPos_dict_184_7_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov12",395,G__TStnBeamPos_dict_184_8_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov13",396,G__TStnBeamPos_dict_184_9_1,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov22",396,G__TStnBeamPos_dict_184_0_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov23",397,G__TStnBeamPos_dict_184_1_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Cov33",398,G__TStnBeamPos_dict_184_2_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EmittXFit",894,G__TStnBeamPos_dict_184_3_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EmittYFit",895,G__TStnBeamPos_dict_184_4_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BstarXFit",887,G__TStnBeamPos_dict_184_5_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BstarYFit",888,G__TStnBeamPos_dict_184_6_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ZzeroXFit",917,G__TStnBeamPos_dict_184_7_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ZzeroYFit",918,G__TStnBeamPos_dict_184_8_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("WidthX",600,G__TStnBeamPos_dict_184_9_2,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("WidthY",601,G__TStnBeamPos_dict_184_0_3,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("WidthXY",689,G__TStnBeamPos_dict_184_1_3,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("D0",116,G__TStnBeamPos_dict_184_2_3,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Phi0",337,G__TStnBeamPos_dict_184_3_3,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SigmaX",585,G__TStnBeamPos_dict_184_4_3,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SigmaY",586,G__TStnBeamPos_dict_184_5_3,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SigmaZ",587,G__TStnBeamPos_dict_184_6_3,100,-1,G__defined_typename("Double_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetRunNumber",1226,G__TStnBeamPos_dict_184_7_3,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - RunNumber",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetName",673,G__TStnBeamPos_dict_184_8_3,67,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TStnBeamPos_dict_184_9_3,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ReadV3",517,G__TStnBeamPos_dict_184_0_4,121,-1,-1,0,3,1,1,0, "u 'TBuffer' - 1 - R__b h - 'UInt_t' 0 - R__s " "h - 'UInt_t' 0 - R__c",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV2",516,G__TStnBeamPos_dict_184_1_4,121,-1,-1,0,3,1,1,0, "u 'TBuffer' - 1 - R__b h - 'UInt_t' 0 - R__s " "h - 'UInt_t' 0 - R__c",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV1",515,G__TStnBeamPos_dict_184_2_4,121,-1,-1,0,3,1,1,0, "u 'TBuffer' - 1 - R__b h - 'UInt_t' 0 - R__s " "h - 'UInt_t' 0 - R__c",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TStnBeamPos_dict_184_3_4,85,G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnBeamPos::Class),0); G__memfunc_setup("Class_Name",982,G__TStnBeamPos_dict_184_4_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnBeamPos::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnBeamPos_dict_184_5_4,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnBeamPos::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnBeamPos_dict_184_6_4,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnBeamPos::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnBeamPos_dict_184_7_4,85,G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnBeamPos_dict_184_8_4,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__TStnBeamPos_dict_184_9_4,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnBeamPos_dict_184_0_5,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnBeamPos_dict_184_1_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnBeamPos::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnBeamPos_dict_184_2_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnBeamPos::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnBeamPos_dict_184_3_5,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnBeamPos::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnBeamPos_dict_184_4_5,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnBeamPos::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TStnBeamPos",1072,G__TStnBeamPos_dict_184_5_5,(int)('i'),G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos),-1,0,1,1,1,0,"u 'TStnBeamPos' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TStnBeamPos",1198,G__TStnBeamPos_dict_184_6_5,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnBeamPos_dict_184_7_5,(int)('u'),G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos),-1,1,1,1,1,0,"u 'TStnBeamPos' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnBeamPos_dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTStnBeamPos_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTStnBeamPos_dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TStnBeamPos_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_TString = { "TString" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnBeamPos_dictLN_TStnBeamPos = { "TStnBeamPos" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnBeamPos_dict() { G__TStnBeamPos_dictLN_TClass.tagnum = -1 ; G__TStnBeamPos_dictLN_TBuffer.tagnum = -1 ; G__TStnBeamPos_dictLN_TMemberInspector.tagnum = -1 ; G__TStnBeamPos_dictLN_TObject.tagnum = -1 ; G__TStnBeamPos_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnBeamPos_dictLN_TString.tagnum = -1 ; G__TStnBeamPos_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnBeamPos_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnBeamPos_dictLN_TStnBeamPos.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnBeamPos_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TClass); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TObject); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TString); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnBeamPos_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum(&G__TStnBeamPos_dictLN_TStnBeamPos),sizeof(TStnBeamPos),-1,128256,(char*)NULL,G__setup_memvarTStnBeamPos,G__setup_memfuncTStnBeamPos); } extern "C" void G__cpp_setupTStnBeamPos_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnBeamPos_dict()"); G__set_cpp_environmentTStnBeamPos_dict(); G__cpp_setup_tagtableTStnBeamPos_dict(); G__cpp_setup_inheritanceTStnBeamPos_dict(); G__cpp_setup_typetableTStnBeamPos_dict(); G__cpp_setup_memvarTStnBeamPos_dict(); G__cpp_setup_memfuncTStnBeamPos_dict(); G__cpp_setup_globalTStnBeamPos_dict(); G__cpp_setup_funcTStnBeamPos_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnBeamPos_dict(); return; } class G__cpp_setup_initTStnBeamPos_dict { public: G__cpp_setup_initTStnBeamPos_dict() { G__add_setup_func("TStnBeamPos_dict",(G__incsetup)(&G__cpp_setupTStnBeamPos_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnBeamPos_dict() { G__remove_setup_func("TStnBeamPos_dict"); } }; G__cpp_setup_initTStnBeamPos_dict G__cpp_setup_initializerTStnBeamPos_dict;