// // File generated by rootcint at Sun Jul 2 08:02: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 "TXftBlock_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 TXftBlock_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TXftBlock_IsA(const void*); static void *new_TXftBlock(void *p = 0); static void *newArray_TXftBlock(Long_t size); static void delete_TXftBlock(void *p); static void deleteArray_TXftBlock(void *p); static void destruct_TXftBlock(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TXftBlock*) { TXftBlock *ptr = 0; static ROOT::TGenericClassInfo instance("TXftBlock", TXftBlock::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TXftBlock.hh", 16, typeid(TXftBlock), DefineBehavior(ptr, ptr), &::TXftBlock::Dictionary, &TXftBlock_IsA, 1, sizeof(TXftBlock) ); instance.SetNew(&new_TXftBlock); instance.SetNewArray(&newArray_TXftBlock); instance.SetDelete(&delete_TXftBlock); instance.SetDeleteArray(&deleteArray_TXftBlock); instance.SetDestructor(&destruct_TXftBlock); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TXftBlock*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TXftBlock::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TXftBlock::Class_Name() { return "TXftBlock"; } //______________________________________________________________________________ const char *TXftBlock::ImplFileName() { return ROOT::GenerateInitInstance((const TXftBlock*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TXftBlock::ImplFileLine() { return ROOT::GenerateInitInstance((const TXftBlock*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TXftBlock::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TXftBlock*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TXftBlock::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TXftBlock*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TXftBlock::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TXftBlock. TClass *R__cl = TXftBlock::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNxftHits", &fNxftHits); R__insp.Inspect(R__cl, R__parent, "*fXftHitList", &fXftHitList); R__insp.Inspect(R__cl, R__parent, "fNxftPixels", &fNxftPixels); R__insp.Inspect(R__cl, R__parent, "*fXftPixelList", &fXftPixelList); R__insp.Inspect(R__cl, R__parent, "fNxftTracks", &fNxftTracks); R__insp.Inspect(R__cl, R__parent, "*fXftTrackList", &fXftTrackList); R__insp.Inspect(R__cl, R__parent, "fStorePixels", &fStorePixels); R__insp.Inspect(R__cl, R__parent, "fStoreHits", &fStoreHits); R__insp.Inspect(R__cl, R__parent, "fStoreTracks", &fStoreTracks); TStnDataBlock::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TXftBlock_IsA(const void *obj) { return ((::TXftBlock*)obj)->IsA(); } // Wrappers around operator new static void *new_TXftBlock(void *p) { return p ? new(p) ::TXftBlock : new ::TXftBlock; } static void *newArray_TXftBlock(Long_t size) { return new ::TXftBlock[size]; } // Wrapper around operator delete static void delete_TXftBlock(void *p) { delete ((::TXftBlock*)p); } static void deleteArray_TXftBlock(void *p) { delete [] ((::TXftBlock*)p); } static void destruct_TXftBlock(void *p) { typedef ::TXftBlock current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TXftBlock /******************************************************** * TXftBlock_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTXftBlock_dict(); extern "C" void G__set_cpp_environmentTXftBlock_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TXftBlock.hh"); G__cpp_reset_tagtableTXftBlock_dict(); } class G__TXftBlock_dictdOcxx_tag {}; void* operator new(size_t size,G__TXftBlock_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__TXftBlock_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_TXftBlock_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTXftBlock_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TXftBlock */ static int G__TXftBlock_dict_194_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TXftBlock *p=NULL; if(G__getaryconstruct()) p=new TXftBlock[G__getaryconstruct()]; else p=new TXftBlock; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TXftBlock*)(G__getstructoffset()))->storeHits()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TXftBlock*)(G__getstructoffset()))->storePixels()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TXftBlock*)(G__getstructoffset()))->storeTracks()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->SetStorePixels((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->SetStoreHits((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->SetStoreTracks((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TXftBlock*)(G__getstructoffset()))->NxftHits()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->XftHitList()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->XftHit((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->NewXftHit( (int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2]),(int)G__int(libp->para[3]) ,(int)G__int(libp->para[4]),(int)G__int(libp->para[5]) ,(int)G__int(libp->para[6]),(int)G__int(libp->para[7]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TXftBlock*)(G__getstructoffset()))->NxftPixels()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->XftPixelList()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->XftPixel((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->NewXftPixel( (int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2]),(int)G__int(libp->para[3]) ,(int)G__int(libp->para[4]),(int)G__int(libp->para[5]) ,(int)G__int(libp->para[6]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TXftBlock*)(G__getstructoffset()))->NxftTracks()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->XftTrackList()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->XftTrack((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TXftBlock*)(G__getstructoffset()))->NewXftTrack( (int)G__int(libp->para[0]),(int)G__int(libp->para[1]) ,(int)G__int(libp->para[2]),(int)G__int(libp->para[3]) ,(int)G__int(libp->para[4]),(int)G__int(libp->para[5]) ,(int)G__int(libp->para[6]),(float)G__double(libp->para[7]) ,(float)G__double(libp->para[8]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TXftBlock*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TXftBlock*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TXftBlock::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TXftBlock::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TXftBlock::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TXftBlock::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TXftBlock*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TXftBlock*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TXftBlock::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TXftBlock::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TXftBlock::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TXftBlock_dict_194_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TXftBlock::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TXftBlock_dict_194_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TXftBlock *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TXftBlock(*(TXftBlock*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TXftBlock G__TTXftBlock; static int G__TXftBlock_dict_194_5_3(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[] (TXftBlock *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TXftBlock *)((G__getstructoffset())+sizeof(TXftBlock)*i); else delete (TXftBlock *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TXftBlock_dict_194_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TXftBlock *dest = (TXftBlock*)(G__getstructoffset()); *dest = (*(TXftBlock*)libp->para[0].ref); const TXftBlock& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TXftBlock */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTXftBlock_dict { public: G__Sizep2memfuncTXftBlock_dict() {p=&G__Sizep2memfuncTXftBlock_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTXftBlock_dict::*p)(); }; size_t G__get_sizep2memfuncTXftBlock_dict() { G__Sizep2memfuncTXftBlock_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_inheritanceTXftBlock_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock))) { TXftBlock *G__Lderived; G__Lderived=(TXftBlock*)0x1000; { TStnDataBlock *G__Lpbase=(TStnDataBlock*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock),G__get_linked_tagnum(&G__TXftBlock_dictLN_TStnDataBlock),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock),G__get_linked_tagnum(&G__TXftBlock_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTXftBlock_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("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__TXftBlock_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__TXftBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TXftBlock_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__TXftBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TXftBlock_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__TXftBlock_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__TXftBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TXftBlock_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__TXftBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TXftBlock_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__TXftBlock_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__TXftBlock_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__TXftBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TXftBlock_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__TXftBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TXftBlock_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 */ /* TXftBlock */ static void G__setup_memvarTXftBlock(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock)); { TXftBlock *p; p=(TXftBlock*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fNxftHits)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNxftHits=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fXftHitList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClonesArray),-1,-1,1,"fXftHitList=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNxftPixels)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNxftPixels=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fXftPixelList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClonesArray),-1,-1,1,"fXftPixelList=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNxftTracks)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNxftTracks=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fXftTrackList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClonesArray),-1,-1,1,"fXftTrackList=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fStorePixels)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fStorePixels=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fStoreHits)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fStoreHits=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fStoreTracks)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fStoreTracks=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTXftBlock_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTXftBlock(void) { /* TXftBlock */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock)); G__memfunc_setup("TXftBlock",881,G__TXftBlock_dict_194_1_0,105,G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("storeHits",965,G__TXftBlock_dict_194_2_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("storePixels",1186,G__TXftBlock_dict_194_3_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("storeTracks",1173,G__TXftBlock_dict_194_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetStorePixels",1454,G__TXftBlock_dict_194_5_0,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - use",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetStoreHits",1233,G__TXftBlock_dict_194_6_0,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - use",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetStoreTracks",1441,G__TXftBlock_dict_194_7_0,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - use",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NxftHits",824,G__TXftBlock_dict_194_8_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XftHitList",1011,G__TXftBlock_dict_194_9_0,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClonesArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XftHit",599,G__TXftBlock_dict_194_0_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftHit),-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewXftHit",897,G__TXftBlock_dict_194_1_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftHit),-1,0,8,1,1,0, "i - - 0 - prompt i - - 0 - delayed " "i - - 0 - sl i - - 0 - abscell " "i - - 0 - localcell i - - 0 - crate " "i - - 0 - board i - - 0 - chip",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NxftPixels",1045,G__TXftBlock_dict_194_2_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XftPixelList",1232,G__TXftBlock_dict_194_3_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClonesArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XftPixel",820,G__TXftBlock_dict_194_4_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftPixel),-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewXftPixel",1118,G__TXftBlock_dict_194_5_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftPixel),-1,0,7,1,1,0, "i - - 0 - sl i - - 0 - abspix " "i - - 0 - crate i - - 0 - board " "i - - 0 - chip i - - 0 - localpix " "i - - 0 - localcell",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NxftTracks",1032,G__TXftBlock_dict_194_6_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XftTrackList",1219,G__TXftBlock_dict_194_7_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClonesArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("XftTrack",807,G__TXftBlock_dict_194_8_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftTrack),-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NewXftTrack",1105,G__TXftBlock_dict_194_9_1,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftTrack),-1,0,9,1,1,0, "i - - 0 - ptbin i - - 0 - miniphi " "i - - 0 - shortbit i - - 0 - isolationbit " "i - - 0 - linkerchip i - - 0 - linkerboard " "i - - 0 - linkercrate f - - 0 - absphi " "f - - 0 - ptval",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TXftBlock_dict_194_0_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__TXftBlock_dict_194_1_2,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Class",502,G__TXftBlock_dict_194_2_2,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TXftBlock::Class),0); G__memfunc_setup("Class_Name",982,G__TXftBlock_dict_194_3_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TXftBlock::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TXftBlock_dict_194_4_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TXftBlock::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TXftBlock_dict_194_5_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TXftBlock::Dictionary),0); G__memfunc_setup("IsA",253,G__TXftBlock_dict_194_6_2,85,G__get_linked_tagnum(&G__TXftBlock_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TXftBlock_dict_194_7_2,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__TXftBlock_dict_194_8_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TXftBlock_dict_194_9_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TXftBlock_dict_194_0_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TXftBlock::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TXftBlock_dict_194_1_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TXftBlock::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TXftBlock_dict_194_2_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TXftBlock::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TXftBlock_dict_194_3_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TXftBlock::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TXftBlock",881,G__TXftBlock_dict_194_4_3,(int)('i'),G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock),-1,0,1,1,1,0,"u 'TXftBlock' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TXftBlock",1007,G__TXftBlock_dict_194_5_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TXftBlock_dict_194_6_3,(int)('u'),G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock),-1,1,1,1,1,0,"u 'TXftBlock' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTXftBlock_dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { } static void G__cpp_setup_global2() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTXftBlock_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTXftBlock_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__TXftBlock_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TStnDataBlock = { "TStnDataBlock" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TXftHit = { "TXftHit" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TXftPixel = { "TXftPixel" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TXftTrack = { "TXftTrack" , 99 , -1 }; G__linked_taginfo G__TXftBlock_dictLN_TXftBlock = { "TXftBlock" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTXftBlock_dict() { G__TXftBlock_dictLN_TClass.tagnum = -1 ; G__TXftBlock_dictLN_TBuffer.tagnum = -1 ; G__TXftBlock_dictLN_TMemberInspector.tagnum = -1 ; G__TXftBlock_dictLN_TObject.tagnum = -1 ; G__TXftBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TXftBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TXftBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TXftBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TXftBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TXftBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TXftBlock_dictLN_TClonesArray.tagnum = -1 ; G__TXftBlock_dictLN_TStnDataBlock.tagnum = -1 ; G__TXftBlock_dictLN_TXftHit.tagnum = -1 ; G__TXftBlock_dictLN_TXftPixel.tagnum = -1 ; G__TXftBlock_dictLN_TXftTrack.tagnum = -1 ; G__TXftBlock_dictLN_TXftBlock.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTXftBlock_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TXftBlock_dictLN_TClass); G__get_linked_tagnum(&G__TXftBlock_dictLN_TBuffer); G__get_linked_tagnum(&G__TXftBlock_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TXftBlock_dictLN_TObject); G__get_linked_tagnum(&G__TXftBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TXftBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TXftBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TXftBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TXftBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TXftBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TXftBlock_dictLN_TClonesArray); G__get_linked_tagnum(&G__TXftBlock_dictLN_TStnDataBlock); G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftHit); G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftPixel); G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftTrack); G__tagtable_setup(G__get_linked_tagnum(&G__TXftBlock_dictLN_TXftBlock),sizeof(TXftBlock),-1,95488,(char*)NULL,G__setup_memvarTXftBlock,G__setup_memfuncTXftBlock); } extern "C" void G__cpp_setupTXftBlock_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTXftBlock_dict()"); G__set_cpp_environmentTXftBlock_dict(); G__cpp_setup_tagtableTXftBlock_dict(); G__cpp_setup_inheritanceTXftBlock_dict(); G__cpp_setup_typetableTXftBlock_dict(); G__cpp_setup_memvarTXftBlock_dict(); G__cpp_setup_memfuncTXftBlock_dict(); G__cpp_setup_globalTXftBlock_dict(); G__cpp_setup_funcTXftBlock_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTXftBlock_dict(); return; } class G__cpp_setup_initTXftBlock_dict { public: G__cpp_setup_initTXftBlock_dict() { G__add_setup_func("TXftBlock_dict",(G__incsetup)(&G__cpp_setupTXftBlock_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTXftBlock_dict() { G__remove_setup_func("TXftBlock_dict"); } }; G__cpp_setup_initTXftBlock_dict G__cpp_setup_initializerTXftBlock_dict;