// // File generated by rootcint at Sun Jul 2 07:59:41 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 "TCalDataBlock_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 TCalDataBlock_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TCalDataBlock_IsA(const void*); static void *new_TCalDataBlock(void *p = 0); static void *newArray_TCalDataBlock(Long_t size); static void delete_TCalDataBlock(void *p); static void deleteArray_TCalDataBlock(void *p); static void destruct_TCalDataBlock(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TCalDataBlock*) { TCalDataBlock *ptr = 0; static ROOT::TGenericClassInfo instance("TCalDataBlock", TCalDataBlock::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TCalDataBlock.hh", 12, typeid(TCalDataBlock), DefineBehavior(ptr, ptr), &::TCalDataBlock::Dictionary, &TCalDataBlock_IsA, 1, sizeof(TCalDataBlock) ); instance.SetNew(&new_TCalDataBlock); instance.SetNewArray(&newArray_TCalDataBlock); instance.SetDelete(&delete_TCalDataBlock); instance.SetDeleteArray(&deleteArray_TCalDataBlock); instance.SetDestructor(&destruct_TCalDataBlock); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TCalDataBlock*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TCalDataBlock::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TCalDataBlock::Class_Name() { return "TCalDataBlock"; } //______________________________________________________________________________ const char *TCalDataBlock::ImplFileName() { return ROOT::GenerateInitInstance((const TCalDataBlock*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TCalDataBlock::ImplFileLine() { return ROOT::GenerateInitInstance((const TCalDataBlock*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TCalDataBlock::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TCalDataBlock*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TCalDataBlock::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TCalDataBlock*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TCalDataBlock::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TCalDataBlock. TClass *R__cl = TCalDataBlock::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNTowers", &fNTowers); R__insp.Inspect(R__cl, R__parent, "fNTowersOot", &fNTowersOot); R__insp.Inspect(R__cl, R__parent, "fNMPHits[2]", fNMPHits); R__insp.Inspect(R__cl, R__parent, "fHadEnergy", &fHadEnergy); R__insp.Inspect(R__cl, R__parent, "fEmEnergy", &fEmEnergy); R__insp.Inspect(R__cl, R__parent, "fSumEt", &fSumEt); R__insp.Inspect(R__cl, R__parent, "fEmEnergyOot", &fEmEnergyOot); R__insp.Inspect(R__cl, R__parent, "fHadEnergyOot", &fHadEnergyOot); R__insp.Inspect(R__cl, R__parent, "fSumEtMP[2]", fSumEtMP); R__insp.Inspect(R__cl, R__parent, "fMEtXMP", &fMEtXMP); R__insp.Inspect(R__cl, R__parent, "fMEtYMP", &fMEtYMP); R__insp.Inspect(R__cl, R__parent, "fXiP", &fXiP); R__insp.Inspect(R__cl, R__parent, "fXiPbar", &fXiPbar); R__insp.Inspect(R__cl, R__parent, "*fTowerList", &fTowerList); R__insp.Inspect(R__cl, R__parent, "fAdcThreshold", &fAdcThreshold); TStnDataBlock::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TCalDataBlock_IsA(const void *obj) { return ((::TCalDataBlock*)obj)->IsA(); } // Wrappers around operator new static void *new_TCalDataBlock(void *p) { return p ? new(p) ::TCalDataBlock : new ::TCalDataBlock; } static void *newArray_TCalDataBlock(Long_t size) { return new ::TCalDataBlock[size]; } // Wrapper around operator delete static void delete_TCalDataBlock(void *p) { delete ((::TCalDataBlock*)p); } static void deleteArray_TCalDataBlock(void *p) { delete [] ((::TCalDataBlock*)p); } static void destruct_TCalDataBlock(void *p) { typedef ::TCalDataBlock current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TCalDataBlock /******************************************************** * TCalDataBlock_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTCalDataBlock_dict(); extern "C" void G__set_cpp_environmentTCalDataBlock_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TCalDataBlock.hh"); G__cpp_reset_tagtableTCalDataBlock_dict(); } class G__TCalDataBlock_dictdOcxx_tag {}; void* operator new(size_t size,G__TCalDataBlock_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__TCalDataBlock_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_TCalDataBlock_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTCalDataBlock_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TCalDataBlock */ static int G__TCalDataBlock_dict_201_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TCalDataBlock *p=NULL; if(G__getaryconstruct()) p=new TCalDataBlock[G__getaryconstruct()]; else p=new TCalDataBlock; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCalDataBlock*)(G__getstructoffset()))->NTowers()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCalDataBlock*)(G__getstructoffset()))->NTowersOot()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TCalDataBlock*)(G__getstructoffset()))->Tower((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->HadEnergy()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->EmEnergy()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->HadEnergyOot()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->EmEnergyOot()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->EmFraction()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->EmFractionOot()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->SumEt()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->SumEtMP((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->MEtXMP()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->MEtYMP()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->XiP()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->XiPbar()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TCalDataBlock*)(G__getstructoffset()))->Etotal()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCalDataBlock*)(G__getstructoffset()))->AdcThreshold()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCalDataBlock*)(G__getstructoffset()))->NMPHits((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TCalDataBlock*)(G__getstructoffset()))->Tower((Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TCalDataBlock*)(G__getstructoffset()))->GetTowerByKey((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TCalDataBlock*)(G__getstructoffset()))->GetListOfTowers((Float_t)G__double(libp->para[0]),(Float_t)G__double(libp->para[1]) ,(Float_t)G__double(libp->para[2]),(TObjArray*)G__int(libp->para[3]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 3: G__letint(result7,105,(long)((TCalDataBlock*)(G__getstructoffset()))->GetMPMultiplicity((Int_t)G__int(libp->para[0]),(Float_t)G__double(libp->para[1]) ,(Int_t)G__int(libp->para[2]))); break; case 2: G__letint(result7,105,(long)((TCalDataBlock*)(G__getstructoffset()))->GetMPMultiplicity((Int_t)G__int(libp->para[0]),(Float_t)G__double(libp->para[1]))); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->GetMPIetaIphi((int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,*(int*)G__Intref(&libp->para[2]),*(int*)G__Intref(&libp->para[3])); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TCalDataBlock*)(G__getstructoffset()))->NewTower()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->SetAdcThreshold((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->ReadV1(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->ReadV2(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TCalDataBlock*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TCalDataBlock*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TCalDataBlock::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TCalDataBlock::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TCalDataBlock::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TCalDataBlock::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TCalDataBlock*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TCalDataBlock*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TCalDataBlock::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TCalDataBlock::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TCalDataBlock::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TCalDataBlock_dict_201_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TCalDataBlock::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TCalDataBlock_dict_201_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TCalDataBlock *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TCalDataBlock(*(TCalDataBlock*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TCalDataBlock G__TTCalDataBlock; static int G__TCalDataBlock_dict_201_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { if(0==G__getstructoffset()) return(1); if(G__getaryconstruct()) if(G__PVOID==G__getgvp()) delete[] (TCalDataBlock *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TCalDataBlock *)((G__getstructoffset())+sizeof(TCalDataBlock)*i); else delete (TCalDataBlock *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TCalDataBlock_dict_201_5_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TCalDataBlock *dest = (TCalDataBlock*)(G__getstructoffset()); *dest = (*(TCalDataBlock*)libp->para[0].ref); const TCalDataBlock& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TCalDataBlock */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTCalDataBlock_dict { public: G__Sizep2memfuncTCalDataBlock_dict() {p=&G__Sizep2memfuncTCalDataBlock_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTCalDataBlock_dict::*p)(); }; size_t G__get_sizep2memfuncTCalDataBlock_dict() { G__Sizep2memfuncTCalDataBlock_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_inheritanceTCalDataBlock_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock))) { TCalDataBlock *G__Lderived; G__Lderived=(TCalDataBlock*)0x1000; { TStnDataBlock *G__Lpbase=(TStnDataBlock*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock),G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TStnDataBlock),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock),G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTCalDataBlock_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__TCalDataBlock_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__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TCalDataBlock_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__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TCalDataBlock_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__TCalDataBlock_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__TCalDataBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TCalDataBlock_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__TCalDataBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TCalDataBlock_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__TCalDataBlock_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__TCalDataBlock_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__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TCalDataBlock_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__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TCalDataBlock_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 */ /* TCalDataBlock */ static void G__setup_memvarTCalDataBlock(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock)); { TCalDataBlock *p; p=(TCalDataBlock*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fNTowers)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNTowers=",0,"number of hit towers"); G__memvar_setup((void*)((long)(&p->fNTowersOot)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNTowersOot=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNMPHits)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNMPHits[2]=",0,"Number of \"seed towers\" above "); G__memvar_setup((void*)((long)(&p->fHadEnergy)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fHadEnergy=",0,"total had energy"); G__memvar_setup((void*)((long)(&p->fEmEnergy)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fEmEnergy=",0,"total em energy"); G__memvar_setup((void*)((long)(&p->fSumEt)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumEt=",0,"sum(Et) Excludes MP"); G__memvar_setup((void*)((long)(&p->fEmEnergyOot)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fEmEnergyOot=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fHadEnergyOot)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fHadEnergyOot=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fSumEtMP)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fSumEtMP[2]=",0,"sum(Et) MP towers only W,E"); G__memvar_setup((void*)((long)(&p->fMEtXMP)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fMEtXMP=",0,"sum Ex of MP towers "); G__memvar_setup((void*)((long)(&p->fMEtYMP)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fMEtYMP=",0,"sum Ey of MP towers"); G__memvar_setup((void*)((long)(&p->fXiP)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fXiP=",0,"Xi of the proton from cal towers"); G__memvar_setup((void*)((long)(&p->fXiPbar)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fXiPbar=",0,"Xi of the anti-proton from cal towers"); G__memvar_setup((void*)((long)(&p->fTowerList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TClonesArray),-1,-1,1,"fTowerList=",0,"list of towers"); G__memvar_setup((void*)((long)(&p->fAdcThreshold)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fAdcThreshold=",0,"! "); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTCalDataBlock_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTCalDataBlock(void) { /* TCalDataBlock */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock)); G__memfunc_setup("TCalDataBlock",1225,G__TCalDataBlock_dict_201_1_0,105,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NTowers",722,G__TCalDataBlock_dict_201_2_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NTowersOot",1028,G__TCalDataBlock_dict_201_3_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tower",529,G__TCalDataBlock_dict_201_4_0,85,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalTower),-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("HadEnergy",887,G__TCalDataBlock_dict_201_5_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EmEnergy",796,G__TCalDataBlock_dict_201_6_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("HadEnergyOot",1193,G__TCalDataBlock_dict_201_7_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EmEnergyOot",1102,G__TCalDataBlock_dict_201_8_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EmFraction",1000,G__TCalDataBlock_dict_201_9_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EmFractionOot",1306,G__TCalDataBlock_dict_201_0_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SumEt",494,G__TCalDataBlock_dict_201_1_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SumEtMP",651,G__TCalDataBlock_dict_201_2_1,102,-1,G__defined_typename("Float_t"),0,1,1,1,0,"i - 'Int_t' 0 - iside",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MEtXMP",507,G__TCalDataBlock_dict_201_3_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MEtYMP",508,G__TCalDataBlock_dict_201_4_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XiP",273,G__TCalDataBlock_dict_201_5_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XiPbar",582,G__TCalDataBlock_dict_201_6_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Etotal",617,G__TCalDataBlock_dict_201_7_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("AdcThreshold",1205,G__TCalDataBlock_dict_201_8_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NMPHits",643,G__TCalDataBlock_dict_201_9_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"i - 'Int_t' 0 - iside",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tower",529,G__TCalDataBlock_dict_201_0_2,85,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalTower),-1,0,2,1,1,0, "i - 'Int_t' 0 - IEta i - 'Int_t' 0 - IPhi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetTowerByKey",1301,G__TCalDataBlock_dict_201_1_2,85,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalTower),-1,0,1,1,1,0,"i - 'Int_t' 0 - Key",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfTowers",1525,G__TCalDataBlock_dict_201_2_2,105,-1,G__defined_typename("Int_t"),0,4,1,1,0, "f - 'Float_t' 0 - Eta f - 'Float_t' 0 - Phi " "f - 'Float_t' 0 - Cone U 'TObjArray' - 0 - List",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMPMultiplicity",1734,G__TCalDataBlock_dict_201_3_2,105,-1,G__defined_typename("Int_t"),0,3,1,1,0, "i - 'Int_t' 0 - iside f - 'Float_t' 0 - thresh " "i - 'Int_t' 0 0 thresh_type",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMPIetaIphi",1226,G__TCalDataBlock_dict_201_4_2,121,-1,-1,0,4,1,1,0, "i - - 0 - is i - - 0 - it " "i - - 1 - ieta i - - 1 - iphi",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewTower",827,G__TCalDataBlock_dict_201_5_2,85,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalTower),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetAdcThreshold",1505,G__TCalDataBlock_dict_201_6_2,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - thr",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV1",515,G__TCalDataBlock_dict_201_7_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV2",516,G__TCalDataBlock_dict_201_8_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TCalDataBlock_dict_201_9_2,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TCalDataBlock_dict_201_0_3,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Class",502,G__TCalDataBlock_dict_201_1_3,85,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TCalDataBlock::Class),0); G__memfunc_setup("Class_Name",982,G__TCalDataBlock_dict_201_2_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TCalDataBlock::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TCalDataBlock_dict_201_3_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TCalDataBlock::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TCalDataBlock_dict_201_4_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TCalDataBlock::Dictionary),0); G__memfunc_setup("IsA",253,G__TCalDataBlock_dict_201_5_3,85,G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TCalDataBlock_dict_201_6_3,121,-1,-1,0,2,1,1,0, "u 'TMemberInspector' - 1 - insp C - - 0 - parent",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Streamer",835,G__TCalDataBlock_dict_201_7_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TCalDataBlock_dict_201_8_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TCalDataBlock_dict_201_9_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TCalDataBlock::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TCalDataBlock_dict_201_0_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TCalDataBlock::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TCalDataBlock_dict_201_1_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TCalDataBlock::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TCalDataBlock_dict_201_2_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TCalDataBlock::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TCalDataBlock",1225,G__TCalDataBlock_dict_201_3_4,(int)('i'),G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock),-1,0,1,1,1,0,"u 'TCalDataBlock' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TCalDataBlock",1351,G__TCalDataBlock_dict_201_4_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TCalDataBlock_dict_201_5_4,(int)('u'),G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock),-1,1,1,1,1,0,"u 'TCalDataBlock' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTCalDataBlock_dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { } static void G__cpp_setup_global2() { } static void G__cpp_setup_global3() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTCalDataBlock_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { } static void G__cpp_setup_func12() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTCalDataBlock_dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); G__cpp_setup_func12(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TCalDataBlock_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TObjArray = { "TObjArray" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TCalTower = { "TCalTower" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TStnDataBlock = { "TStnDataBlock" , 99 , -1 }; G__linked_taginfo G__TCalDataBlock_dictLN_TCalDataBlock = { "TCalDataBlock" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTCalDataBlock_dict() { G__TCalDataBlock_dictLN_TClass.tagnum = -1 ; G__TCalDataBlock_dictLN_TBuffer.tagnum = -1 ; G__TCalDataBlock_dictLN_TMemberInspector.tagnum = -1 ; G__TCalDataBlock_dictLN_TObject.tagnum = -1 ; G__TCalDataBlock_dictLN_TObjArray.tagnum = -1 ; G__TCalDataBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TCalDataBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TCalDataBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TCalDataBlock_dictLN_TClonesArray.tagnum = -1 ; G__TCalDataBlock_dictLN_TCalTower.tagnum = -1 ; G__TCalDataBlock_dictLN_TStnDataBlock.tagnum = -1 ; G__TCalDataBlock_dictLN_TCalDataBlock.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTCalDataBlock_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TClass); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TBuffer); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TObject); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TObjArray); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TClonesArray); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalTower); G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TStnDataBlock); G__tagtable_setup(G__get_linked_tagnum(&G__TCalDataBlock_dictLN_TCalDataBlock),sizeof(TCalDataBlock),-1,95488,(char*)NULL,G__setup_memvarTCalDataBlock,G__setup_memfuncTCalDataBlock); } extern "C" void G__cpp_setupTCalDataBlock_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTCalDataBlock_dict()"); G__set_cpp_environmentTCalDataBlock_dict(); G__cpp_setup_tagtableTCalDataBlock_dict(); G__cpp_setup_inheritanceTCalDataBlock_dict(); G__cpp_setup_typetableTCalDataBlock_dict(); G__cpp_setup_memvarTCalDataBlock_dict(); G__cpp_setup_memfuncTCalDataBlock_dict(); G__cpp_setup_globalTCalDataBlock_dict(); G__cpp_setup_funcTCalDataBlock_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTCalDataBlock_dict(); return; } class G__cpp_setup_initTCalDataBlock_dict { public: G__cpp_setup_initTCalDataBlock_dict() { G__add_setup_func("TCalDataBlock_dict",(G__incsetup)(&G__cpp_setupTCalDataBlock_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTCalDataBlock_dict() { G__remove_setup_func("TCalDataBlock_dict"); } }; G__cpp_setup_initTCalDataBlock_dict G__cpp_setup_initializerTCalDataBlock_dict;