// // File generated by rootcint at Sun Jul 2 08:01:38 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 "TStnRunSummary_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 TStnRunSummary_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnRunSummary_IsA(const void*); static void *new_TStnRunSummary(void *p = 0); static void *newArray_TStnRunSummary(Long_t size); static void delete_TStnRunSummary(void *p); static void deleteArray_TStnRunSummary(void *p); static void destruct_TStnRunSummary(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnRunSummary*) { TStnRunSummary *ptr = 0; static ROOT::TGenericClassInfo instance("TStnRunSummary", TStnRunSummary::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TStnRunSummary.hh", 14, typeid(TStnRunSummary), DefineBehavior(ptr, ptr), &::TStnRunSummary::Dictionary, &TStnRunSummary_IsA, 1, sizeof(TStnRunSummary) ); instance.SetNew(&new_TStnRunSummary); instance.SetNewArray(&newArray_TStnRunSummary); instance.SetDelete(&delete_TStnRunSummary); instance.SetDeleteArray(&deleteArray_TStnRunSummary); instance.SetDestructor(&destruct_TStnRunSummary); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnRunSummary*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnRunSummary::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnRunSummary::Class_Name() { return "TStnRunSummary"; } //______________________________________________________________________________ const char *TStnRunSummary::ImplFileName() { return ROOT::GenerateInitInstance((const TStnRunSummary*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnRunSummary::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnRunSummary*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnRunSummary::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnRunSummary*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnRunSummary::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnRunSummary*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnRunSummary::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnRunSummary. TClass *R__cl = TStnRunSummary::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fObjName", &fObjName); fObjName.ShowMembers(R__insp, strcat(R__parent,"fObjName.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fRunNumber", &fRunNumber); R__insp.Inspect(R__cl, R__parent, "fMyronMode", &fMyronMode); R__insp.Inspect(R__cl, R__parent, "fL1Early", &fL1Early); R__insp.Inspect(R__cl, R__parent, "fLumiTev", &fLumiTev); R__insp.Inspect(R__cl, R__parent, "fLumiTape", &fLumiTape); R__insp.Inspect(R__cl, R__parent, "fOnlineLumiRS", &fOnlineLumiRS); R__insp.Inspect(R__cl, R__parent, "fOfflineLumiRS", &fOfflineLumiRS); R__insp.Inspect(R__cl, R__parent, "fLivetime", &fLivetime); R__insp.Inspect(R__cl, R__parent, "fDate", &fDate); fDate.ShowMembers(R__insp, strcat(R__parent,"fDate.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fTime", &fTime); fTime.ShowMembers(R__insp, strcat(R__parent,"fTime.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fTriggerTableName", &fTriggerTableName); fTriggerTableName.ShowMembers(R__insp, strcat(R__parent,"fTriggerTableName.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fTriggerTableTag", &fTriggerTableTag); R__insp.Inspect(R__cl, R__parent, "fL1Accepts", &fL1Accepts); R__insp.Inspect(R__cl, R__parent, "fL2Accepts", &fL2Accepts); R__insp.Inspect(R__cl, R__parent, "fL3Accepts", &fL3Accepts); R__insp.Inspect(R__cl, R__parent, "fBeamStatus", &fBeamStatus); R__insp.Inspect(R__cl, R__parent, "fGoodRunStatus", &fGoodRunStatus); R__insp.Inspect(R__cl, R__parent, "fOfflineStatus", &fOfflineStatus); R__insp.Inspect(R__cl, R__parent, "fStatusWord", &fStatusWord); R__insp.Inspect(R__cl, R__parent, "fB0InitLumi", &fB0InitLumi); R__insp.Inspect(R__cl, R__parent, "fB0TermLumi", &fB0TermLumi); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnRunSummary_IsA(const void *obj) { return ((::TStnRunSummary*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnRunSummary(void *p) { return p ? new(p) ::TStnRunSummary : new ::TStnRunSummary; } static void *newArray_TStnRunSummary(Long_t size) { return new ::TStnRunSummary[size]; } // Wrapper around operator delete static void delete_TStnRunSummary(void *p) { delete ((::TStnRunSummary*)p); } static void deleteArray_TStnRunSummary(void *p) { delete [] ((::TStnRunSummary*)p); } static void destruct_TStnRunSummary(void *p) { typedef ::TStnRunSummary current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnRunSummary /******************************************************** * TStnRunSummary_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnRunSummary_dict(); extern "C" void G__set_cpp_environmentTStnRunSummary_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnRunSummary.hh"); G__cpp_reset_tagtableTStnRunSummary_dict(); } class G__TStnRunSummary_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnRunSummary_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__TStnRunSummary_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_TStnRunSummary_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnRunSummary_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnRunSummary */ static int G__TStnRunSummary_dict_183_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnRunSummary *p=NULL; if(G__getaryconstruct()) p=new TStnRunSummary[G__getaryconstruct()]; else p=new TStnRunSummary; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnRunSummary *p=NULL; p = new TStnRunSummary(*(TStnRunSummary*)libp->para[0].ref); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->RunNumber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->MyronMode()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L1Early()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->LumiTev()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->LumiTape()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L1Accepts()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L2Accepts()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L3Accepts()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->Livetime()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->BeamStatusWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->GoodRunStatus()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->OfflineStatusWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->OnlineLumiRS()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->OfflineLumiRS()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->B0InitLumi()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->B0TermLumi()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const TString& obj=((TStnRunSummary*)(G__getstructoffset()))->TriggerTableName(); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->TriggerTableTag()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const TString& obj=((TStnRunSummary*)(G__getstructoffset()))->Date(); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { const TString& obj=((TStnRunSummary*)(G__getstructoffset()))->Time(); result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->StatusWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->IsGood()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->IsChecked()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->BeamStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->OfflineStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->ClcStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CalStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->SmxStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CotStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->SvxStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->IslStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L00StatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CmuStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CmpStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CmxStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->ImuStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->TofStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L1tStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L2tStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L3tStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->SvtStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->MplStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->BscStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CesStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->PesStatusBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->ClcOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CalOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->SmxOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CotOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->SvxOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->IslOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L00OfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CmuOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CmpOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CmxOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->ImuOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->TofOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L1tOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L2tOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->L3tOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->SvtOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->MplOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->BscOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->CesOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnRunSummary*)(G__getstructoffset()))->PesOfflineBit()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnRunSummary*)(G__getstructoffset()))->AverageInstLumi()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetRunNumber((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetMyronMode((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetL1Early((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetLumiTev((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetLumiTape((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetB0InitLumi((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetB0TermLumi((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetLivetime((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetDate((const char*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetTime((const char*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetL1Accepts((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetL2Accepts((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetL3Accepts((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetBeamStatus((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetGoodRunStatus((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetOnlineLumiRS((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetOfflineLumiRS((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetStatusWord((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetOfflineStatusWord((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetTriggerTableName((const char*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->SetTriggerTableTag((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)((const TStnRunSummary*)(G__getstructoffset()))->GetName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnRunSummary*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnRunSummary*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(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__TStnRunSummary_dict_183_4_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(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__TStnRunSummary_dict_183_5_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(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__TStnRunSummary_dict_183_6_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->ReadV4(*(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__TStnRunSummary_dict_183_7_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnRunSummary::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnRunSummary::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_9_9(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnRunSummary::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_0_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnRunSummary::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_1_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnRunSummary*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_2_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_3_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_4_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnRunSummary*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_5_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnRunSummary::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_6_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnRunSummary::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_7_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnRunSummary::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnRunSummary_dict_183_8_10(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnRunSummary::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnRunSummary G__TTStnRunSummary; static int G__TStnRunSummary_dict_183_9_10(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[] (TStnRunSummary *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnRunSummary *)((G__getstructoffset())+sizeof(TStnRunSummary)*i); else delete (TStnRunSummary *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnRunSummary_dict_183_0_11(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnRunSummary *dest = (TStnRunSummary*)(G__getstructoffset()); *dest = (*(TStnRunSummary*)libp->para[0].ref); const TStnRunSummary& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnRunSummary */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnRunSummary_dict { public: G__Sizep2memfuncTStnRunSummary_dict() {p=&G__Sizep2memfuncTStnRunSummary_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnRunSummary_dict::*p)(); }; size_t G__get_sizep2memfuncTStnRunSummary_dict() { G__Sizep2memfuncTStnRunSummary_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_inheritanceTStnRunSummary_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary))) { TStnRunSummary *G__Lderived; G__Lderived=(TStnRunSummary*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary),G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnRunSummary_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("Float_t",102,-1,0, -1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TStnRunSummary_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__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnRunSummary_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__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnRunSummary_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__TStnRunSummary_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__TStnRunSummary_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnRunSummary_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__TStnRunSummary_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnRunSummary_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__TStnRunSummary_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__TStnRunSummary_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__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnRunSummary_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__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnRunSummary_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 */ /* TStnRunSummary */ static void G__setup_memvarTStnRunSummary(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary)); { TStnRunSummary *p; p=(TStnRunSummary*)0x1000; if (p) { } G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString),-1,-1,2,"fObjName=",0,"name of this for list searching"); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRunNumber=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMyronMode=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fL1Early=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLumiTev=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLumiTape=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fOnlineLumiRS=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fOfflineLumiRS=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLivetime=",0,(char*)NULL); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString),-1,-1,2,"fDate=",0,(char*)NULL); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString),-1,-1,2,"fTime=",0,(char*)NULL); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString),-1,-1,2,"fTriggerTableName=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTriggerTableTag=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fL1Accepts=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fL2Accepts=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fL3Accepts=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBeamStatus=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGoodRunStatus=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOfflineStatus=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fStatusWord=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fB0InitLumi=",0,"initial inst lumi (in 1e30)"); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fB0TermLumi=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnRunSummary_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnRunSummary(void) { /* TStnRunSummary */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary)); G__memfunc_setup("TStnRunSummary",1452,G__TStnRunSummary_dict_183_1_0,105,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TStnRunSummary",1452,G__TStnRunSummary_dict_183_2_0,105,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary),-1,0,1,1,1,0,"u 'TStnRunSummary' - 11 - Rs",(char*)NULL,(void*)NULL,0); G__memfunc_setup("RunNumber",926,G__TStnRunSummary_dict_183_3_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MyronMode",922,G__TStnRunSummary_dict_183_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L1Early",634,G__TStnRunSummary_dict_183_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("LumiTev",710,G__TStnRunSummary_dict_183_6_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("LumiTape",801,G__TStnRunSummary_dict_183_7_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L1Accepts",832,G__TStnRunSummary_dict_183_8_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L2Accepts",833,G__TStnRunSummary_dict_183_9_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L3Accepts",834,G__TStnRunSummary_dict_183_0_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Livetime",831,G__TStnRunSummary_dict_183_1_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeamStatusWord",1429,G__TStnRunSummary_dict_183_2_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GoodRunStatus",1346,G__TStnRunSummary_dict_183_3_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("OfflineStatusWord",1763,G__TStnRunSummary_dict_183_4_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("OnlineLumiRS",1185,G__TStnRunSummary_dict_183_5_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("OfflineLumiRS",1279,G__TStnRunSummary_dict_183_6_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("B0InitLumi",925,G__TStnRunSummary_dict_183_7_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("B0TermLumi",929,G__TStnRunSummary_dict_183_8_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TriggerTableName",1597,G__TStnRunSummary_dict_183_9_1,117,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TriggerTableTag",1496,G__TStnRunSummary_dict_183_0_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Date",382,G__TStnRunSummary_dict_183_1_2,117,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Time",399,G__TStnRunSummary_dict_183_2_2,117,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString),-1,1,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("StatusWord",1056,G__TStnRunSummary_dict_183_3_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsGood",581,G__TStnRunSummary_dict_183_4_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IsChecked",867,G__TStnRunSummary_dict_183_5_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeamStatusBit",1304,G__TStnRunSummary_dict_183_6_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("OfflineStatusBit",1638,G__TStnRunSummary_dict_183_7_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ClcStatusBit",1205,G__TStnRunSummary_dict_183_8_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CalStatusBit",1203,G__TStnRunSummary_dict_183_9_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SmxStatusBit",1243,G__TStnRunSummary_dict_183_0_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CotStatusBit",1225,G__TStnRunSummary_dict_183_1_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SvxStatusBit",1252,G__TStnRunSummary_dict_183_2_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IslStatusBit",1227,G__TStnRunSummary_dict_183_3_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L00StatusBit",1103,G__TStnRunSummary_dict_183_4_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmuStatusBit",1224,G__TStnRunSummary_dict_183_5_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmpStatusBit",1219,G__TStnRunSummary_dict_183_6_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmxStatusBit",1227,G__TStnRunSummary_dict_183_7_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImuStatusBit",1230,G__TStnRunSummary_dict_183_8_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TofStatusBit",1228,G__TStnRunSummary_dict_183_9_3,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L1tStatusBit",1172,G__TStnRunSummary_dict_183_0_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L2tStatusBit",1173,G__TStnRunSummary_dict_183_1_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L3tStatusBit",1174,G__TStnRunSummary_dict_183_2_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SvtStatusBit",1248,G__TStnRunSummary_dict_183_3_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MplStatusBit",1228,G__TStnRunSummary_dict_183_4_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BscStatusBit",1211,G__TStnRunSummary_dict_183_5_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CesStatusBit",1214,G__TStnRunSummary_dict_183_6_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PesStatusBit",1227,G__TStnRunSummary_dict_183_7_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ClcOfflineBit",1268,G__TStnRunSummary_dict_183_8_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CalOfflineBit",1266,G__TStnRunSummary_dict_183_9_4,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SmxOfflineBit",1306,G__TStnRunSummary_dict_183_0_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CotOfflineBit",1288,G__TStnRunSummary_dict_183_1_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SvxOfflineBit",1315,G__TStnRunSummary_dict_183_2_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IslOfflineBit",1290,G__TStnRunSummary_dict_183_3_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L00OfflineBit",1166,G__TStnRunSummary_dict_183_4_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmuOfflineBit",1287,G__TStnRunSummary_dict_183_5_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmpOfflineBit",1282,G__TStnRunSummary_dict_183_6_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CmxOfflineBit",1290,G__TStnRunSummary_dict_183_7_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ImuOfflineBit",1293,G__TStnRunSummary_dict_183_8_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TofOfflineBit",1291,G__TStnRunSummary_dict_183_9_5,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L1tOfflineBit",1235,G__TStnRunSummary_dict_183_0_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L2tOfflineBit",1236,G__TStnRunSummary_dict_183_1_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L3tOfflineBit",1237,G__TStnRunSummary_dict_183_2_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SvtOfflineBit",1311,G__TStnRunSummary_dict_183_3_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MplOfflineBit",1291,G__TStnRunSummary_dict_183_4_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BscOfflineBit",1274,G__TStnRunSummary_dict_183_5_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CesOfflineBit",1277,G__TStnRunSummary_dict_183_6_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PesOfflineBit",1290,G__TStnRunSummary_dict_183_7_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("AverageInstLumi",1520,G__TStnRunSummary_dict_183_8_6,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetRunNumber",1226,G__TStnRunSummary_dict_183_9_6,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Run",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMyronMode",1222,G__TStnRunSummary_dict_183_0_7,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Mode",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetL1Early",934,G__TStnRunSummary_dict_183_1_7,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - L1",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetLumiTev",1010,G__TStnRunSummary_dict_183_2_7,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - Lumi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetLumiTape",1101,G__TStnRunSummary_dict_183_3_7,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - Lumi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetB0InitLumi",1225,G__TStnRunSummary_dict_183_4_7,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - Lumi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetB0TermLumi",1229,G__TStnRunSummary_dict_183_5_7,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - Lumi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetLivetime",1131,G__TStnRunSummary_dict_183_6_7,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - Time",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetDate",682,G__TStnRunSummary_dict_183_7_7,121,-1,-1,0,1,1,1,0,"C - - 10 - Date",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetTime",699,G__TStnRunSummary_dict_183_8_7,121,-1,-1,0,1,1,1,0,"C - - 10 - Time",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetL1Accepts",1132,G__TStnRunSummary_dict_183_9_7,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - N",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetL2Accepts",1133,G__TStnRunSummary_dict_183_0_8,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - N",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetL3Accepts",1134,G__TStnRunSummary_dict_183_1_8,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - N",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetBeamStatus",1317,G__TStnRunSummary_dict_183_2_8,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Word",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetGoodRunStatus",1646,G__TStnRunSummary_dict_183_3_8,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Word",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetOnlineLumiRS",1485,G__TStnRunSummary_dict_183_4_8,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - Lumi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetOfflineLumiRS",1579,G__TStnRunSummary_dict_183_5_8,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - Lumi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetStatusWord",1356,G__TStnRunSummary_dict_183_6_8,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Word",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetOfflineStatusWord",2063,G__TStnRunSummary_dict_183_7_8,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Word",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetTriggerTableName",1897,G__TStnRunSummary_dict_183_8_8,121,-1,-1,0,1,1,1,0,"C - - 10 - Name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetTriggerTableTag",1796,G__TStnRunSummary_dict_183_9_8,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Tag",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetName",673,G__TStnRunSummary_dict_183_0_9,67,-1,-1,0,0,1,1,9,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Clear",487,G__TStnRunSummary_dict_183_1_9,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" option",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TStnRunSummary_dict_183_2_9,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" option","*MENU* ",(void*)NULL,1); G__memfunc_setup("ReadV1",515,G__TStnRunSummary_dict_183_3_9,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__TStnRunSummary_dict_183_4_9,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("ReadV3",517,G__TStnRunSummary_dict_183_5_9,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("ReadV4",518,G__TStnRunSummary_dict_183_6_9,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__TStnRunSummary_dict_183_7_9,85,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnRunSummary::Class),0); G__memfunc_setup("Class_Name",982,G__TStnRunSummary_dict_183_8_9,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnRunSummary::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnRunSummary_dict_183_9_9,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnRunSummary::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnRunSummary_dict_183_0_10,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnRunSummary::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnRunSummary_dict_183_1_10,85,G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnRunSummary_dict_183_2_10,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__TStnRunSummary_dict_183_3_10,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnRunSummary_dict_183_4_10,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnRunSummary_dict_183_5_10,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnRunSummary::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnRunSummary_dict_183_6_10,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnRunSummary::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnRunSummary_dict_183_7_10,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnRunSummary::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnRunSummary_dict_183_8_10,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnRunSummary::DeclFileLine),0); // automatic destructor G__memfunc_setup("~TStnRunSummary",1578,G__TStnRunSummary_dict_183_9_10,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnRunSummary_dict_183_0_11,(int)('u'),G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary),-1,1,1,1,1,0,"u 'TStnRunSummary' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnRunSummary_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_globalTStnRunSummary_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_funcTStnRunSummary_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__TStnRunSummary_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_TString = { "TString" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnRunSummary_dictLN_TStnRunSummary = { "TStnRunSummary" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnRunSummary_dict() { G__TStnRunSummary_dictLN_TClass.tagnum = -1 ; G__TStnRunSummary_dictLN_TBuffer.tagnum = -1 ; G__TStnRunSummary_dictLN_TMemberInspector.tagnum = -1 ; G__TStnRunSummary_dictLN_TObject.tagnum = -1 ; G__TStnRunSummary_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnRunSummary_dictLN_TString.tagnum = -1 ; G__TStnRunSummary_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnRunSummary_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnRunSummary_dictLN_TStnRunSummary.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnRunSummary_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TClass); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TObject); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TString); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnRunSummary_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum(&G__TStnRunSummary_dictLN_TStnRunSummary),sizeof(TStnRunSummary),-1,96000,(char*)NULL,G__setup_memvarTStnRunSummary,G__setup_memfuncTStnRunSummary); } extern "C" void G__cpp_setupTStnRunSummary_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnRunSummary_dict()"); G__set_cpp_environmentTStnRunSummary_dict(); G__cpp_setup_tagtableTStnRunSummary_dict(); G__cpp_setup_inheritanceTStnRunSummary_dict(); G__cpp_setup_typetableTStnRunSummary_dict(); G__cpp_setup_memvarTStnRunSummary_dict(); G__cpp_setup_memfuncTStnRunSummary_dict(); G__cpp_setup_globalTStnRunSummary_dict(); G__cpp_setup_funcTStnRunSummary_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnRunSummary_dict(); return; } class G__cpp_setup_initTStnRunSummary_dict { public: G__cpp_setup_initTStnRunSummary_dict() { G__add_setup_func("TStnRunSummary_dict",(G__incsetup)(&G__cpp_setupTStnRunSummary_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnRunSummary_dict() { G__remove_setup_func("TStnRunSummary_dict"); } }; G__cpp_setup_initTStnRunSummary_dict G__cpp_setup_initializerTStnRunSummary_dict;