// // File generated by rootcint at Sun Jul 2 07:42:30 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 "TStnPhotonID_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 TStnPhotonID_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnPhotonID_IsA(const void*); static void *new_TStnPhotonID(void *p = 0); static void *newArray_TStnPhotonID(Long_t size); static void delete_TStnPhotonID(void *p); static void deleteArray_TStnPhotonID(void *p); static void destruct_TStnPhotonID(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnPhotonID*) { TStnPhotonID *ptr = 0; static ROOT::TGenericClassInfo instance("TStnPhotonID", TStnPhotonID::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/alg/TStnPhotonID.hh", 14, typeid(TStnPhotonID), DefineBehavior(ptr, ptr), &::TStnPhotonID::Dictionary, &TStnPhotonID_IsA, 1, sizeof(TStnPhotonID) ); instance.SetNew(&new_TStnPhotonID); instance.SetNewArray(&newArray_TStnPhotonID); instance.SetDelete(&delete_TStnPhotonID); instance.SetDeleteArray(&deleteArray_TStnPhotonID); instance.SetDestructor(&destruct_TStnPhotonID); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnPhotonID*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnPhotonID::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnPhotonID::Class_Name() { return "TStnPhotonID"; } //______________________________________________________________________________ const char *TStnPhotonID::ImplFileName() { return ROOT::GenerateInitInstance((const TStnPhotonID*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnPhotonID::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnPhotonID*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnPhotonID::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnPhotonID*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnPhotonID::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnPhotonID*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnPhotonID::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnPhotonID. TClass *R__cl = TStnPhotonID::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fMinEt", &fMinEt); R__insp.Inspect(R__cl, R__parent, "fMaxDetEta", &fMaxDetEta); R__insp.Inspect(R__cl, R__parent, "fMaxEta", &fMaxEta); R__insp.Inspect(R__cl, R__parent, "fMaxHadEm", &fMaxHadEm); R__insp.Inspect(R__cl, R__parent, "fHadEmSlope", &fHadEmSlope); R__insp.Inspect(R__cl, R__parent, "fMaxCesAvgChi2", &fMaxCesAvgChi2); R__insp.Inspect(R__cl, R__parent, "fMaxCesAvgChi2Break", &fMaxCesAvgChi2Break); R__insp.Inspect(R__cl, R__parent, "fMaxCesAvgChi2High", &fMaxCesAvgChi2High); R__insp.Inspect(R__cl, R__parent, "fMaxXCes", &fMaxXCes); R__insp.Inspect(R__cl, R__parent, "fMinZCes", &fMinZCes); R__insp.Inspect(R__cl, R__parent, "fMaxZCes", &fMaxZCes); R__insp.Inspect(R__cl, R__parent, "fMaxLshr", &fMaxLshr); R__insp.Inspect(R__cl, R__parent, "fMaxIso4", &fMaxIso4); R__insp.Inspect(R__cl, R__parent, "fMaxIso4Slide", &fMaxIso4Slide); R__insp.Inspect(R__cl, R__parent, "fMaxIso4Break", &fMaxIso4Break); R__insp.Inspect(R__cl, R__parent, "fMaxIso4Low", &fMaxIso4Low); R__insp.Inspect(R__cl, R__parent, "fMaxIso4SlideLow", &fMaxIso4SlideLow); R__insp.Inspect(R__cl, R__parent, "fMaxN3D", &fMaxN3D); R__insp.Inspect(R__cl, R__parent, "fMaxPt", &fMaxPt); R__insp.Inspect(R__cl, R__parent, "fMaxPtSlide", &fMaxPtSlide); R__insp.Inspect(R__cl, R__parent, "fMaxSumPt4", &fMaxSumPt4); R__insp.Inspect(R__cl, R__parent, "fMaxSumPt4Slide", &fMaxSumPt4Slide); R__insp.Inspect(R__cl, R__parent, "fMinPesE", &fMinPesE); R__insp.Inspect(R__cl, R__parent, "fMinPesFid", &fMinPesFid); R__insp.Inspect(R__cl, R__parent, "fMaxPesFid", &fMaxPesFid); R__insp.Inspect(R__cl, R__parent, "fMaxPemChi2", &fMaxPemChi2); R__insp.Inspect(R__cl, R__parent, "fMinPes5By9", &fMinPes5By9); R__insp.Inspect(R__cl, R__parent, "fUseMask", &fUseMask); R__insp.Inspect(R__cl, R__parent, "fPrintLevel", &fPrintLevel); TNamed::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnPhotonID_IsA(const void *obj) { return ((::TStnPhotonID*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnPhotonID(void *p) { return p ? new(p) ::TStnPhotonID : new ::TStnPhotonID; } static void *newArray_TStnPhotonID(Long_t size) { return new ::TStnPhotonID[size]; } // Wrapper around operator delete static void delete_TStnPhotonID(void *p) { delete ((::TStnPhotonID*)p); } static void deleteArray_TStnPhotonID(void *p) { delete [] ((::TStnPhotonID*)p); } static void destruct_TStnPhotonID(void *p) { typedef ::TStnPhotonID current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnPhotonID /******************************************************** * TStnPhotonID_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnPhotonID_dict(); extern "C" void G__set_cpp_environmentTStnPhotonID_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnPhotonID.hh"); G__cpp_reset_tagtableTStnPhotonID_dict(); } class G__TStnPhotonID_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnPhotonID_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__TStnPhotonID_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_TStnPhotonID_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnPhotonID_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnPhotonID */ static int G__TStnPhotonID_dict_184_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnPhotonID *p=NULL; switch(libp->paran) { case 2: p = new TStnPhotonID((const char*)G__int(libp->para[0]),(const char*)G__int(libp->para[1])); break; case 1: p = new TStnPhotonID((const char*)G__int(libp->para[0])); break; case 0: if(G__getaryconstruct()) p=new TStnPhotonID[G__getaryconstruct()]; else p=new TStnPhotonID; break; } result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MinEt()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxDetEta()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxEta()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxHadEm()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->HadEmSlope()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxCesAvgChi2()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxCesAvgChi2Break()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxCesAvgChi2High()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxXCes()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MinZCes()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxZCes()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxLshr()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxIso4()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxIso4Slide()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxIso4Break()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxIso4Low()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxIso4SlideLow()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->MaxN3D()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxPt()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxPtSlide()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxSumPt4()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxSumPt4Slide()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MinPesE()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MinPesFid()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxPesFid()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxPemChi2()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->MaxPes5By9()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->UseMask()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMinEt((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxDetEta((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxEta((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxHadEm((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetHadEmSlope((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxCesAvgChi2((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxCesAvgChi2Break((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxCesAvgChi2High((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxXCes((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMinZCes((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxZCes((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxLshr((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxIso4((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxIso4Slide((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxIso4Break((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxIso4Low((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxIso4SlideLow((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxN3D((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxPt((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxPtSlide((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxSumPt4((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxSumPt4Slide((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMinPesE((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMinPesFid((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxPesFid((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMaxPemChi2((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetMinPes5By9((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetUseMask((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->ClearBits((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_5(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->SetPrintLevel((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->GetPrintLevel()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->IDWord((TStnPhoton*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->StdCentralIDWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->StdCentralLooseIDWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->CentralIDWordVersion()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->StdPlugIDWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnPhotonID*)(G__getstructoffset()))->StdPlugLooseIDWord()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TStnPhotonID*)(G__getstructoffset()))->PlugIDWordVersion()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->Reset(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_6(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnPhotonID*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnPhotonID*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnPhotonID::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnPhotonID::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_2_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnPhotonID::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_3_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnPhotonID::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_4_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnPhotonID*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_5_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_6_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_7_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnPhotonID*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_8_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnPhotonID::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_9_7(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnPhotonID::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_0_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnPhotonID::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnPhotonID_dict_184_1_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnPhotonID::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TStnPhotonID_dict_184_2_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnPhotonID *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TStnPhotonID(*(TStnPhotonID*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnPhotonID G__TTStnPhotonID; static int G__TStnPhotonID_dict_184_3_8(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[] (TStnPhotonID *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnPhotonID *)((G__getstructoffset())+sizeof(TStnPhotonID)*i); else delete (TStnPhotonID *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnPhotonID_dict_184_4_8(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnPhotonID *dest = (TStnPhotonID*)(G__getstructoffset()); *dest = (*(TStnPhotonID*)libp->para[0].ref); const TStnPhotonID& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnPhotonID */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnPhotonID_dict { public: G__Sizep2memfuncTStnPhotonID_dict() {p=&G__Sizep2memfuncTStnPhotonID_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnPhotonID_dict::*p)(); }; size_t G__get_sizep2memfuncTStnPhotonID_dict() { G__Sizep2memfuncTStnPhotonID_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_inheritanceTStnPhotonID_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID))) { TStnPhotonID *G__Lderived; G__Lderived=(TStnPhotonID*)0x1000; { TNamed *G__Lpbase=(TNamed*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID),G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID),G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnPhotonID_dict() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0, -1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Float_t",102,-1,0, -1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TStnPhotonID_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__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnPhotonID_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__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnPhotonID_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__TStnPhotonID_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__TStnPhotonID_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnPhotonID_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__TStnPhotonID_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnPhotonID_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__TStnPhotonID_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__TStnPhotonID_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__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnPhotonID_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__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnPhotonID_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 */ /* TStnPhotonID */ static void G__setup_memvarTStnPhotonID(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID)); { TStnPhotonID *p; p=(TStnPhotonID*)0x1000; if (p) { } G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fCentralBit=1",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fPlugBit=2",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fEtBit=4",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fDetEtaBit=8",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fEtaBit=16",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fHadEmBit=32",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fCesAvgChi2Bit=64",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fXCesBit=128",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fZCesBit=256",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fLshrBit=512",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fIsoBit=1024",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fN3DBit=2048",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fPtBit=4096",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fTIsoBit=8192",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fCes2Bit=16384",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fPesEBit=32768",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fPesFidBit=65536",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fPemChi2Bit=131072",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fPes5By9Bit=262144",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA),-1,-2,1,"fPemHadEmBit=524288",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMinEt=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxDetEta=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxEta=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxHadEm=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fHadEmSlope=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxCesAvgChi2=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxCesAvgChi2Break=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxCesAvgChi2High=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxXCes=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMinZCes=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxZCes=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxLshr=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxIso4=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxIso4Slide=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxIso4Break=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxIso4Low=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxIso4SlideLow=",0,(char*)NULL); G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxN3D=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxPt=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxPtSlide=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxSumPt4=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxSumPt4Slide=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMinPesE=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMinPesFid=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxPesFid=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaxPemChi2=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMinPes5By9=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fUseMask)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fUseMask=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fPrintLevel)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fPrintLevel=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnPhotonID_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnPhotonID(void) { /* TStnPhotonID */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID)); G__memfunc_setup("TStnPhotonID",1166,G__TStnPhotonID_dict_184_1_0,105,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID),-1,0,2,1,1,0, "C - - 10 \"PhotonID\" Name C - - 10 \"PhotonID\" Title",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MinEt",477,G__TStnPhotonID_dict_184_2_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxDetEta",861,G__TStnPhotonID_dict_184_3_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxEta",576,G__TStnPhotonID_dict_184_4_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxHadEm",741,G__TStnPhotonID_dict_184_5_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("HadEmSlope",962,G__TStnPhotonID_dict_184_6_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxCesAvgChi2",1189,G__TStnPhotonID_dict_184_7_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxCesAvgChi2Break",1674,G__TStnPhotonID_dict_184_8_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxCesAvgChi2High",1573,G__TStnPhotonID_dict_184_9_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxXCes",665,G__TStnPhotonID_dict_184_0_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MinZCes",665,G__TStnPhotonID_dict_184_1_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxZCes",667,G__TStnPhotonID_dict_184_2_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxLshr",703,G__TStnPhotonID_dict_184_3_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxIso4",645,G__TStnPhotonID_dict_184_4_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxIso4Slide",1142,G__TStnPhotonID_dict_184_5_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxIso4Break",1130,G__TStnPhotonID_dict_184_6_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxIso4Low",951,G__TStnPhotonID_dict_184_7_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxIso4SlideLow",1448,G__TStnPhotonID_dict_184_8_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxN3D",491,G__TStnPhotonID_dict_184_9_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxPt",490,G__TStnPhotonID_dict_184_0_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxPtSlide",987,G__TStnPhotonID_dict_184_1_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxSumPt4",851,G__TStnPhotonID_dict_184_2_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxSumPt4Slide",1348,G__TStnPhotonID_dict_184_3_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MinPesE",657,G__TStnPhotonID_dict_184_4_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MinPesFid",863,G__TStnPhotonID_dict_184_5_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxPesFid",865,G__TStnPhotonID_dict_184_6_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxPemChi2",910,G__TStnPhotonID_dict_184_7_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MaxPes5By9",887,G__TStnPhotonID_dict_184_8_2,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("UseMask",697,G__TStnPhotonID_dict_184_9_2,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMinEt",777,G__TStnPhotonID_dict_184_0_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxDetEta",1161,G__TStnPhotonID_dict_184_1_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxEta",876,G__TStnPhotonID_dict_184_2_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxHadEm",1041,G__TStnPhotonID_dict_184_3_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetHadEmSlope",1262,G__TStnPhotonID_dict_184_4_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxCesAvgChi2",1489,G__TStnPhotonID_dict_184_5_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxCesAvgChi2Break",1974,G__TStnPhotonID_dict_184_6_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxCesAvgChi2High",1873,G__TStnPhotonID_dict_184_7_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxXCes",965,G__TStnPhotonID_dict_184_8_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMinZCes",965,G__TStnPhotonID_dict_184_9_3,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxZCes",967,G__TStnPhotonID_dict_184_0_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxLshr",1003,G__TStnPhotonID_dict_184_1_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxIso4",945,G__TStnPhotonID_dict_184_2_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxIso4Slide",1442,G__TStnPhotonID_dict_184_3_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxIso4Break",1430,G__TStnPhotonID_dict_184_4_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxIso4Low",1251,G__TStnPhotonID_dict_184_5_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxIso4SlideLow",1748,G__TStnPhotonID_dict_184_6_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxN3D",791,G__TStnPhotonID_dict_184_7_4,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxPt",790,G__TStnPhotonID_dict_184_8_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxPtSlide",1287,G__TStnPhotonID_dict_184_9_4,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxSumPt4",1151,G__TStnPhotonID_dict_184_0_5,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxSumPt4Slide",1648,G__TStnPhotonID_dict_184_1_5,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMinPesE",957,G__TStnPhotonID_dict_184_2_5,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMinPesFid",1163,G__TStnPhotonID_dict_184_3_5,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxPesFid",1165,G__TStnPhotonID_dict_184_4_5,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMaxPemChi2",1210,G__TStnPhotonID_dict_184_5_5,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetMinPes5By9",1185,G__TStnPhotonID_dict_184_6_5,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - x",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetUseMask",997,G__TStnPhotonID_dict_184_7_5,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - mask",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ClearBits",889,G__TStnPhotonID_dict_184_8_5,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - bits",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPrintLevel",1329,G__TStnPhotonID_dict_184_9_5,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetPrintLevel",1317,G__TStnPhotonID_dict_184_0_6,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("IDWord",553,G__TStnPhotonID_dict_184_1_6,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"U 'TStnPhoton' - 0 - Photon",(char*)NULL,(void*)NULL,0); G__memfunc_setup("StdCentralIDWord",1565,G__TStnPhotonID_dict_184_2_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("StdCentralLooseIDWord",2079,G__TStnPhotonID_dict_184_3_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CentralIDWordVersion",2008,G__TStnPhotonID_dict_184_4_6,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("StdPlugIDWord",1260,G__TStnPhotonID_dict_184_5_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("StdPlugLooseIDWord",1774,G__TStnPhotonID_dict_184_6_6,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PlugIDWordVersion",1703,G__TStnPhotonID_dict_184_7_6,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Reset",515,G__TStnPhotonID_dict_184_8_6,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Print",525,G__TStnPhotonID_dict_184_9_6,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" Option",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Class",502,G__TStnPhotonID_dict_184_0_7,85,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnPhotonID::Class),0); G__memfunc_setup("Class_Name",982,G__TStnPhotonID_dict_184_1_7,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnPhotonID::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnPhotonID_dict_184_2_7,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnPhotonID::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnPhotonID_dict_184_3_7,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnPhotonID::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnPhotonID_dict_184_4_7,85,G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnPhotonID_dict_184_5_7,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__TStnPhotonID_dict_184_6_7,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnPhotonID_dict_184_7_7,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnPhotonID_dict_184_8_7,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnPhotonID::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnPhotonID_dict_184_9_7,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnPhotonID::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnPhotonID_dict_184_0_8,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnPhotonID::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnPhotonID_dict_184_1_8,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnPhotonID::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TStnPhotonID",1166,G__TStnPhotonID_dict_184_2_8,(int)('i'),G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID),-1,0,1,1,1,0,"u 'TStnPhotonID' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TStnPhotonID",1292,G__TStnPhotonID_dict_184_3_8,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnPhotonID_dict_184_4_8,(int)('u'),G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID),-1,1,1,1,1,0,"u 'TStnPhotonID' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnPhotonID_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_globalTStnPhotonID_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_funcTStnPhotonID_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__TStnPhotonID_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_TNamed = { "TNamed" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_TStnPhoton = { "TStnPhoton" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_TStnPhotonID = { "TStnPhotonID" , 99 , -1 }; G__linked_taginfo G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA = { "TStnPhotonID::$" , 101 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnPhotonID_dict() { G__TStnPhotonID_dictLN_TClass.tagnum = -1 ; G__TStnPhotonID_dictLN_TBuffer.tagnum = -1 ; G__TStnPhotonID_dictLN_TMemberInspector.tagnum = -1 ; G__TStnPhotonID_dictLN_TObject.tagnum = -1 ; G__TStnPhotonID_dictLN_TNamed.tagnum = -1 ; G__TStnPhotonID_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnPhotonID_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnPhotonID_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnPhotonID_dictLN_TStnPhoton.tagnum = -1 ; G__TStnPhotonID_dictLN_TStnPhotonID.tagnum = -1 ; G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnPhotonID_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TClass); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TObject); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TNamed); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhoton); G__tagtable_setup(G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonID),sizeof(TStnPhotonID),-1,128256,(char*)NULL,G__setup_memvarTStnPhotonID,G__setup_memfuncTStnPhotonID); G__get_linked_tagnum(&G__TStnPhotonID_dictLN_TStnPhotonIDcLcLdA); } extern "C" void G__cpp_setupTStnPhotonID_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnPhotonID_dict()"); G__set_cpp_environmentTStnPhotonID_dict(); G__cpp_setup_tagtableTStnPhotonID_dict(); G__cpp_setup_inheritanceTStnPhotonID_dict(); G__cpp_setup_typetableTStnPhotonID_dict(); G__cpp_setup_memvarTStnPhotonID_dict(); G__cpp_setup_memfuncTStnPhotonID_dict(); G__cpp_setup_globalTStnPhotonID_dict(); G__cpp_setup_funcTStnPhotonID_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnPhotonID_dict(); return; } class G__cpp_setup_initTStnPhotonID_dict { public: G__cpp_setup_initTStnPhotonID_dict() { G__add_setup_func("TStnPhotonID_dict",(G__incsetup)(&G__cpp_setupTStnPhotonID_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnPhotonID_dict() { G__remove_setup_func("TStnPhotonID_dict"); } }; G__cpp_setup_initTStnPhotonID_dict G__cpp_setup_initializerTStnPhotonID_dict;