// // File generated by rootcint at Sun Jul 2 08:02:09 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 "TStnTriggerBlock_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 TStnTriggerBlock_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnTriggerBlock_IsA(const void*); static void *new_TStnTriggerBlock(void *p = 0); static void *newArray_TStnTriggerBlock(Long_t size); static void delete_TStnTriggerBlock(void *p); static void deleteArray_TStnTriggerBlock(void *p); static void destruct_TStnTriggerBlock(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnTriggerBlock*) { TStnTriggerBlock *ptr = 0; static ROOT::TGenericClassInfo instance("TStnTriggerBlock", TStnTriggerBlock::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TStnTriggerBlock.hh", 30, typeid(TStnTriggerBlock), DefineBehavior(ptr, ptr), &::TStnTriggerBlock::Dictionary, &TStnTriggerBlock_IsA, 1, sizeof(TStnTriggerBlock) ); instance.SetNew(&new_TStnTriggerBlock); instance.SetNewArray(&newArray_TStnTriggerBlock); instance.SetDelete(&delete_TStnTriggerBlock); instance.SetDeleteArray(&deleteArray_TStnTriggerBlock); instance.SetDestructor(&destruct_TStnTriggerBlock); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnTriggerBlock*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnTriggerBlock::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnTriggerBlock::Class_Name() { return "TStnTriggerBlock"; } //______________________________________________________________________________ const char *TStnTriggerBlock::ImplFileName() { return ROOT::GenerateInitInstance((const TStnTriggerBlock*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnTriggerBlock::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnTriggerBlock*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnTriggerBlock::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnTriggerBlock*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnTriggerBlock::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnTriggerBlock*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnTriggerBlock::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnTriggerBlock. TClass *R__cl = TStnTriggerBlock::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fTsid", (void*)&fTsid); ROOT::GenericShowMembers("TTsid", (void*)&fTsid, R__insp, strcat(R__parent,"fTsid."),true); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fTfrd", (void*)&fTfrd); ROOT::GenericShowMembers("TTfrd", (void*)&fTfrd, R__insp, strcat(R__parent,"fTfrd."),true); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fTl1d", (void*)&fTl1d); ROOT::GenericShowMembers("TTl1d", (void*)&fTl1d, R__insp, strcat(R__parent,"fTl1d."),true); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fL1Info", (void*)&fL1Info); ROOT::GenericShowMembers("TStnL1Info", (void*)&fL1Info, R__insp, strcat(R__parent,"fL1Info."),true); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fL2Info", (void*)&fL2Info); ROOT::GenericShowMembers("TStnL2Info", (void*)&fL2Info, R__insp, strcat(R__parent,"fL2Info."),true); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fL3Info", (void*)&fL3Info); ROOT::GenericShowMembers("TStnL3Info", (void*)&fL3Info, R__insp, strcat(R__parent,"fL3Info."),true); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "Beam[4]", Beam); R__insp.Inspect(R__cl, R__parent, "fTl2d", &fTl2d); fTl2d.ShowMembers(R__insp, strcat(R__parent,"fTl2d.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fTl3d", &fTl3d); fTl3d.ShowMembers(R__insp, strcat(R__parent,"fTl3d.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fTcmd", &fTcmd); fTcmd.ShowMembers(R__insp, strcat(R__parent,"fTcmd.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fL3Source", &fL3Source); TStnDataBlock::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnTriggerBlock_IsA(const void *obj) { return ((::TStnTriggerBlock*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnTriggerBlock(void *p) { return p ? new(p) ::TStnTriggerBlock : new ::TStnTriggerBlock; } static void *newArray_TStnTriggerBlock(Long_t size) { return new ::TStnTriggerBlock[size]; } // Wrapper around operator delete static void delete_TStnTriggerBlock(void *p) { delete ((::TStnTriggerBlock*)p); } static void deleteArray_TStnTriggerBlock(void *p) { delete [] ((::TStnTriggerBlock*)p); } static void destruct_TStnTriggerBlock(void *p) { typedef ::TStnTriggerBlock current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnTriggerBlock /******************************************************** * TStnTriggerBlock_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnTriggerBlock_dict(); extern "C" void G__set_cpp_environmentTStnTriggerBlock_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnTriggerBlock.hh"); G__cpp_reset_tagtableTStnTriggerBlock_dict(); } class G__TStnTriggerBlock_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnTriggerBlock_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__TStnTriggerBlock_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_TStnTriggerBlock_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnTriggerBlock_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnTriggerBlock */ static int G__TStnTriggerBlock_dict_227_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnTriggerBlock *p=NULL; if(G__getaryconstruct()) p=new TStnTriggerBlock[G__getaryconstruct()]; else p=new TStnTriggerBlock; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->Tsid()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->Tfrd()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->Tl1d()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->Tl2d()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->Tl3d()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->Tcmd()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->L1Info()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->L2Info()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnTriggerBlock*)(G__getstructoffset()))->L3Info()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnTriggerBlock*)(G__getstructoffset()))->L3Source()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnTriggerBlock*)(G__getstructoffset()))->GetListOfPassedTriggers((const TStnTriggerTable*)G__int(libp->para[0]),(const char*)G__int(libp->para[1]) ,(Int_t)G__int(libp->para[2]),(TObjArray*)G__int(libp->para[3]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TStnTriggerBlock*)(G__getstructoffset()))->BeamX()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TStnTriggerBlock*)(G__getstructoffset()))->BeamY()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TStnTriggerBlock*)(G__getstructoffset()))->BeamDX()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((const TStnTriggerBlock*)(G__getstructoffset()))->BeamDY()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->SetL3Source((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->SetBeamSpot((Float_t*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnTriggerBlock*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnTriggerBlock*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->ReadV1(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->ReadV2(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->ReadV3(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->ReadV4(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->ReadV5(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->ReadV6(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnTriggerBlock::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnTriggerBlock::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnTriggerBlock::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnTriggerBlock::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnTriggerBlock*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnTriggerBlock*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnTriggerBlock::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnTriggerBlock::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnTriggerBlock::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnTriggerBlock_dict_227_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnTriggerBlock::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TStnTriggerBlock_dict_227_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnTriggerBlock *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TStnTriggerBlock(*(TStnTriggerBlock*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnTriggerBlock G__TTStnTriggerBlock; static int G__TStnTriggerBlock_dict_227_0_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[] (TStnTriggerBlock *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnTriggerBlock *)((G__getstructoffset())+sizeof(TStnTriggerBlock)*i); else delete (TStnTriggerBlock *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnTriggerBlock_dict_227_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnTriggerBlock *dest = (TStnTriggerBlock*)(G__getstructoffset()); *dest = (*(TStnTriggerBlock*)libp->para[0].ref); const TStnTriggerBlock& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnTriggerBlock */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnTriggerBlock_dict { public: G__Sizep2memfuncTStnTriggerBlock_dict() {p=&G__Sizep2memfuncTStnTriggerBlock_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnTriggerBlock_dict::*p)(); }; size_t G__get_sizep2memfuncTStnTriggerBlock_dict() { G__Sizep2memfuncTStnTriggerBlock_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_inheritanceTStnTriggerBlock_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock))) { TStnTriggerBlock *G__Lderived; G__Lderived=(TStnTriggerBlock*)0x1000; { TStnDataBlock *G__Lpbase=(TStnDataBlock*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock),G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnDataBlock),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock),G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnTriggerBlock_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__TStnTriggerBlock_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__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnTriggerBlock_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__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnTriggerBlock_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__TStnTriggerBlock_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__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnTriggerBlock_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__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnTriggerBlock_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__TStnTriggerBlock_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__TStnTriggerBlock_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__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnTriggerBlock_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__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnTriggerBlock_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 */ /* TStnTriggerBlock */ static void G__setup_memvarTStnTriggerBlock(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock)); { TStnTriggerBlock *p; p=(TStnTriggerBlock*)0x1000; if (p) { } G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlockcLcLdA),-1,-2,1,"kNwordsV1=31",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlockcLcLdA),-1,-2,1,"kNwordsV2=31",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlockcLcLdA),-1,-2,1,"kNwordsV3=49",0,(char*)NULL); G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlockcLcLdA),-1,-2,1,"kNwordsV6=57",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fTsid)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTsid),-1,-1,1,"fTsid=",0,"! 4 TSID words + pvfunc"); G__memvar_setup((void*)((long)(&p->fTfrd)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTfrd),-1,-1,1,"fTfrd=",0,"! 11 TFRD words + pvfunc"); G__memvar_setup((void*)((long)(&p->fTl1d)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl1d),-1,-1,1,"fTl1d=",0,"! 16 TL1D words + N*pnfunc..."); G__memvar_setup((void*)((long)(&p->fL1Info)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL1Info),-1,-1,1,"fL1Info=",0,"! 6 words"); G__memvar_setup((void*)((long)(&p->fL2Info)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL2Info),-1,-1,1,"fL2Info=",0,"! 6 words"); G__memvar_setup((void*)((long)(&p->fL3Info)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL3Info),-1,-1,1,"fL3Info=",0,"! 6 words"); G__memvar_setup((void*)((long)(&p->Beam)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"Beam[4]=",0,"SVT beamline"); G__memvar_setup((void*)((long)(&p->fTl2d)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl2d),-1,-1,1,"fTl2d=",0,"TL2D bank (var. length)"); G__memvar_setup((void*)((long)(&p->fTl3d)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl3d),-1,-1,1,"fTl3d=",0,"TL3D bank - L3 summary (var. length)"); G__memvar_setup((void*)((long)(&p->fTcmd)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTcmd),-1,-1,1,"fTcmd=",0,"TCMD bank - L1 muon matchbox+"); G__memvar_setup((void*)((long)(&p->fL3Source)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fL3Source=",0,"! 1: get trig bits from L3ModuleResults"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnTriggerBlock_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnTriggerBlock(void) { /* TStnTriggerBlock */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock)); G__memfunc_setup("TStnTriggerBlock",1608,G__TStnTriggerBlock_dict_227_1_0,105,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tsid",404,G__TStnTriggerBlock_dict_227_2_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTsid),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tfrd",400,G__TStnTriggerBlock_dict_227_3_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTfrd),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tl1d",341,G__TStnTriggerBlock_dict_227_4_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl1d),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tl2d",342,G__TStnTriggerBlock_dict_227_5_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl2d),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tl3d",343,G__TStnTriggerBlock_dict_227_6_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl3d),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Tcmd",392,G__TStnTriggerBlock_dict_227_7_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTcmd),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L1Info",521,G__TStnTriggerBlock_dict_227_8_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL1Info),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L2Info",522,G__TStnTriggerBlock_dict_227_9_0,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL2Info),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L3Info",523,G__TStnTriggerBlock_dict_227_0_1,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL3Info),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("L3Source",752,G__TStnTriggerBlock_dict_227_1_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfPassedTriggers",2328,G__TStnTriggerBlock_dict_227_2_1,105,-1,G__defined_typename("Int_t"),0,4,1,1,0, "U 'TStnTriggerTable' - 10 - Table C - - 10 - Name " "i - 'Int_t' 0 - Level U 'TObjArray' - 0 - List",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeamX",461,G__TStnTriggerBlock_dict_227_3_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeamY",462,G__TStnTriggerBlock_dict_227_4_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeamDX",529,G__TStnTriggerBlock_dict_227_5_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeamDY",530,G__TStnTriggerBlock_dict_227_6_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,8,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetL3Source",1052,G__TStnTriggerBlock_dict_227_7_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Src",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetBeamSpot",1095,G__TStnTriggerBlock_dict_227_8_1,121,-1,-1,0,1,1,1,0,"F - 'Float_t' 0 - val",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TStnTriggerBlock_dict_227_9_1,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TStnTriggerBlock_dict_227_0_2,121,-1,-1,0,1,1,1,8,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ReadV1",515,G__TStnTriggerBlock_dict_227_1_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__TStnTriggerBlock_dict_227_2_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV3",517,G__TStnTriggerBlock_dict_227_3_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV4",518,G__TStnTriggerBlock_dict_227_4_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV5",519,G__TStnTriggerBlock_dict_227_5_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadV6",520,G__TStnTriggerBlock_dict_227_6_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - R__b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TStnTriggerBlock_dict_227_7_2,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnTriggerBlock::Class),0); G__memfunc_setup("Class_Name",982,G__TStnTriggerBlock_dict_227_8_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnTriggerBlock::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnTriggerBlock_dict_227_9_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnTriggerBlock::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnTriggerBlock_dict_227_0_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnTriggerBlock::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnTriggerBlock_dict_227_1_3,85,G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnTriggerBlock_dict_227_2_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__TStnTriggerBlock_dict_227_3_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnTriggerBlock_dict_227_4_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnTriggerBlock_dict_227_5_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnTriggerBlock::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnTriggerBlock_dict_227_6_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnTriggerBlock::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnTriggerBlock_dict_227_7_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnTriggerBlock::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnTriggerBlock_dict_227_8_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnTriggerBlock::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TStnTriggerBlock",1608,G__TStnTriggerBlock_dict_227_9_3,(int)('i'),G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock),-1,0,1,1,1,0,"u 'TStnTriggerBlock' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TStnTriggerBlock",1734,G__TStnTriggerBlock_dict_227_0_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnTriggerBlock_dict_227_1_4,(int)('u'),G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock),-1,1,1,1,1,0,"u 'TStnTriggerBlock' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnTriggerBlock_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_globalTStnTriggerBlock_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_funcTStnTriggerBlock_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__TStnTriggerBlock_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TObjArray = { "TObjArray" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TStnDataBlock = { "TStnDataBlock" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TStnL1Info = { "TStnL1Info" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TStnL2Info = { "TStnL2Info" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TStnL3Info = { "TStnL3Info" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TTsid = { "TTsid" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TTfrd = { "TTfrd" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TTl1d = { "TTl1d" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TTl2d = { "TTl2d" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TTl3d = { "TTl3d" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TTcmd = { "TTcmd" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TStnTriggerTable = { "TStnTriggerTable" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TStnTriggerBlock = { "TStnTriggerBlock" , 99 , -1 }; G__linked_taginfo G__TStnTriggerBlock_dictLN_TStnTriggerBlockcLcLdA = { "TStnTriggerBlock::$" , 101 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnTriggerBlock_dict() { G__TStnTriggerBlock_dictLN_TClass.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TBuffer.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TMemberInspector.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TObject.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TObjArray.tagnum = -1 ; G__TStnTriggerBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnTriggerBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnTriggerBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TStnDataBlock.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TStnL1Info.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TStnL2Info.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TStnL3Info.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TTsid.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TTfrd.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TTl1d.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TTl2d.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TTl3d.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TTcmd.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TStnTriggerTable.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TStnTriggerBlock.tagnum = -1 ; G__TStnTriggerBlock_dictLN_TStnTriggerBlockcLcLdA.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnTriggerBlock_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TClass); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TObject); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TObjArray); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnDataBlock); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL1Info); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL2Info); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnL3Info); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTsid); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTfrd); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl1d); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl2d); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTl3d); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TTcmd); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerTable); G__tagtable_setup(G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlock),sizeof(TStnTriggerBlock),-1,95488,(char*)NULL,G__setup_memvarTStnTriggerBlock,G__setup_memfuncTStnTriggerBlock); G__get_linked_tagnum(&G__TStnTriggerBlock_dictLN_TStnTriggerBlockcLcLdA); } extern "C" void G__cpp_setupTStnTriggerBlock_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnTriggerBlock_dict()"); G__set_cpp_environmentTStnTriggerBlock_dict(); G__cpp_setup_tagtableTStnTriggerBlock_dict(); G__cpp_setup_inheritanceTStnTriggerBlock_dict(); G__cpp_setup_typetableTStnTriggerBlock_dict(); G__cpp_setup_memvarTStnTriggerBlock_dict(); G__cpp_setup_memfuncTStnTriggerBlock_dict(); G__cpp_setup_globalTStnTriggerBlock_dict(); G__cpp_setup_funcTStnTriggerBlock_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnTriggerBlock_dict(); return; } class G__cpp_setup_initTStnTriggerBlock_dict { public: G__cpp_setup_initTStnTriggerBlock_dict() { G__add_setup_func("TStnTriggerBlock_dict",(G__incsetup)(&G__cpp_setupTStnTriggerBlock_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnTriggerBlock_dict() { G__remove_setup_func("TStnTriggerBlock_dict"); } }; G__cpp_setup_initTStnTriggerBlock_dict G__cpp_setup_initializerTStnTriggerBlock_dict;