// // File generated by rootcint at Sun Jul 2 08:01:02 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 "TStnEvent_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 TStnEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TStnEvent_IsA(const void*); static void *new_TStnEvent(void *p = 0); static void *newArray_TStnEvent(Long_t size); static void delete_TStnEvent(void *p); static void deleteArray_TStnEvent(void *p); static void destruct_TStnEvent(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TStnEvent*) { TStnEvent *ptr = 0; static ROOT::TGenericClassInfo instance("TStnEvent", TStnEvent::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/obj/TStnEvent.hh", 12, typeid(TStnEvent), DefineBehavior(ptr, ptr), &::TStnEvent::Dictionary, &TStnEvent_IsA, 0, sizeof(TStnEvent) ); instance.SetNew(&new_TStnEvent); instance.SetNewArray(&newArray_TStnEvent); instance.SetDelete(&delete_TStnEvent); instance.SetDeleteArray(&deleteArray_TStnEvent); instance.SetDestructor(&destruct_TStnEvent); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TStnEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TStnEvent::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TStnEvent::Class_Name() { return "TStnEvent"; } //______________________________________________________________________________ const char *TStnEvent::ImplFileName() { return ROOT::GenerateInitInstance((const TStnEvent*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TStnEvent::ImplFileLine() { return ROOT::GenerateInitInstance((const TStnEvent*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TStnEvent::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TStnEvent*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TStnEvent::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TStnEvent*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TStnEvent::Streamer(TBuffer &R__b) { // Stream an object of class TStnEvent. UInt_t R__s, R__c; if (R__b.IsReading()) { Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { } TObject::Streamer(R__b); R__b >> fListOfInputNodes; R__b >> fListOfOutputNodes; R__b >> fListOfNodes; R__b >> fLastNumber; R__b >> fLastRunNumber; R__b >> fListOfObjects; R__b.CheckByteCount(R__s, R__c, TStnEvent::IsA()); } else { R__c = R__b.WriteVersion(TStnEvent::IsA(), kTRUE); TObject::Streamer(R__b); R__b << fListOfInputNodes; R__b << fListOfOutputNodes; R__b << fListOfNodes; R__b << fLastNumber; R__b << fLastRunNumber; R__b << fListOfObjects; R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void TStnEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TStnEvent. TClass *R__cl = TStnEvent::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "*fListOfInputNodes", &fListOfInputNodes); R__insp.Inspect(R__cl, R__parent, "*fListOfOutputNodes", &fListOfOutputNodes); R__insp.Inspect(R__cl, R__parent, "*fListOfNodes", &fListOfNodes); R__insp.Inspect(R__cl, R__parent, "fLastNumber", &fLastNumber); R__insp.Inspect(R__cl, R__parent, "fLastRunNumber", &fLastRunNumber); R__insp.Inspect(R__cl, R__parent, "*fListOfObjects", &fListOfObjects); R__insp.Inspect(R__cl, R__parent, "*fDropList", &fDropList); R__insp.Inspect(R__cl, R__parent, "*fErrorLogger", &fErrorLogger); R__insp.Inspect(R__cl, R__parent, "*fListOfHptl", &fListOfHptl); R__insp.Inspect(R__cl, R__parent, "fCurrentEntry", &fCurrentEntry); R__insp.Inspect(R__cl, R__parent, "fCurrentTreeEntry", &fCurrentTreeEntry); R__insp.Inspect(R__cl, R__parent, "*fListOfUnusedNodes", &fListOfUnusedNodes); R__insp.Inspect(R__cl, R__parent, "fEventNumber", &fEventNumber); R__insp.Inspect(R__cl, R__parent, "fRunNumber", &fRunNumber); R__insp.Inspect(R__cl, R__parent, "fSectionNumber", &fSectionNumber); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TStnEvent_IsA(const void *obj) { return ((::TStnEvent*)obj)->IsA(); } // Wrappers around operator new static void *new_TStnEvent(void *p) { return p ? new(p) ::TStnEvent : new ::TStnEvent; } static void *newArray_TStnEvent(Long_t size) { return new ::TStnEvent[size]; } // Wrapper around operator delete static void delete_TStnEvent(void *p) { delete ((::TStnEvent*)p); } static void deleteArray_TStnEvent(void *p) { delete [] ((::TStnEvent*)p); } static void destruct_TStnEvent(void *p) { typedef ::TStnEvent current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TStnEvent /******************************************************** * TStnEvent_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTStnEvent_dict(); extern "C" void G__set_cpp_environmentTStnEvent_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TStnEvent.hh"); G__cpp_reset_tagtableTStnEvent_dict(); } class G__TStnEvent_dictdOcxx_tag {}; void* operator new(size_t size,G__TStnEvent_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__TStnEvent_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_TStnEvent_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTStnEvent_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TStnEvent */ static int G__TStnEvent_dict_189_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnEvent *p=NULL; if(G__getaryconstruct()) p=new TStnEvent[G__getaryconstruct()]; else p=new TStnEvent; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->Init((AbsEvent*)G__int(libp->para[0]),(int)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->InitFromGenp()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->EventNumber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->RunNumber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->SectionNumber()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetListOfNodes()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetListOfInputNodes()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetListOfOutputNodes()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetDropList()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->GetCurrentEntry()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->GetCurrentTreeEntry()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetListOfObjects()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetListOfHptl()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetListOfUnusedNodes()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->ReadTreeEntry((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetDataBlock((const char*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetDataBlockAddress((const char*)G__int(libp->para[0]))); result7->obj.reftype.reftype=2; return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->FindNode((const char*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnEvent*)(G__getstructoffset()))->FindObject((const char*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnEvent*)(G__getstructoffset()))->FindObject((const TObject*)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TStnEvent*)(G__getstructoffset()))->GetErrorLogger()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->SetEventNumber((Int_t)G__int(libp->para[0]),(Int_t)G__int(libp->para[1]) ,(Int_t)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->SetErrorLogger((TStnErrorLogger*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->SetCurrentEntry((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->SetCurrentTreeEntry((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->AddDataBlock((const char*)G__int(libp->para[0]),(const char*)G__int(libp->para[1]) ,libp->para[2].ref?*(TStnNode**)libp->para[2].ref:*(TStnNode**)(&G__Mlong(libp->para[2])))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TStnEvent*)(G__getstructoffset()))->AddOutputBlock((const char*)G__int(libp->para[0]),(TStnDataBlock*)G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->AddObject((TObject*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((const TStnEvent*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((const TStnEvent*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TStnEvent::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnEvent::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TStnEvent::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_5_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TStnEvent::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TStnEvent*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_7_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_8_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_9_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TStnEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_0_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnEvent::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_1_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnEvent::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_2_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TStnEvent::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TStnEvent_dict_189_3_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TStnEvent::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TStnEvent_dict_189_4_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnEvent *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TStnEvent(*(TStnEvent*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TStnEvent G__TTStnEvent; static int G__TStnEvent_dict_189_5_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[] (TStnEvent *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TStnEvent *)((G__getstructoffset())+sizeof(TStnEvent)*i); else delete (TStnEvent *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TStnEvent_dict_189_6_4(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TStnEvent *dest = (TStnEvent*)(G__getstructoffset()); *dest = (*(TStnEvent*)libp->para[0].ref); const TStnEvent& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TStnEvent */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTStnEvent_dict { public: G__Sizep2memfuncTStnEvent_dict() {p=&G__Sizep2memfuncTStnEvent_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTStnEvent_dict::*p)(); }; size_t G__get_sizep2memfuncTStnEvent_dict() { G__Sizep2memfuncTStnEvent_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_inheritanceTStnEvent_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent))) { TStnEvent *G__Lderived; G__Lderived=(TStnEvent*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent),G__get_linked_tagnum(&G__TStnEvent_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTStnEvent_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__TStnEvent_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__TStnEvent_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnEvent_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__TStnEvent_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnEvent_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__TStnEvent_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__TStnEvent_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnEvent_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__TStnEvent_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnEvent_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__TStnEvent_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__TStnEvent_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__TStnEvent_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnEvent_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__TStnEvent_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TStnEvent_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("AbsEvent",117,G__get_linked_tagnum(&G__TStnEvent_dictLN_EventRecord),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TStnEvent */ static void G__setup_memvarTStnEvent(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent)); { TStnEvent *p; p=(TStnEvent*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fListOfInputNodes)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,-1,1,"fListOfInputNodes=",0,"list of input nodes"); G__memvar_setup((void*)((long)(&p->fListOfOutputNodes)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,-1,1,"fListOfOutputNodes=",0,"list of output nodes"); G__memvar_setup((void*)((long)(&p->fListOfNodes)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,-1,1,"fListOfNodes=",0,"list of registered branches"); G__memvar_setup((void*)((long)(&p->fLastNumber)-(long)(p)),105,0,0,-1,-1,-1,1,"fLastNumber=",0,"# of the last printed event"); G__memvar_setup((void*)((long)(&p->fLastRunNumber)-(long)(p)),105,0,0,-1,-1,-1,1,"fLastRunNumber=",0,"run # of the last printed event"); G__memvar_setup((void*)((long)(&p->fListOfObjects)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,-1,1,"fListOfObjects=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fDropList)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,-1,1,"fDropList=",0,"!"); G__memvar_setup((void*)((long)(&p->fErrorLogger)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnErrorLogger),-1,-1,1,"fErrorLogger=",0,"!"); G__memvar_setup((void*)((long)(&p->fListOfHptl)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,-1,1,"fListOfHptl=",0,"! list of high-Pt leptons"); G__memvar_setup((void*)((long)(&p->fCurrentEntry)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fCurrentEntry=",0,"! current entry in the chain"); G__memvar_setup((void*)((long)(&p->fCurrentTreeEntry)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fCurrentTreeEntry=",0,"! current entry in the file"); G__memvar_setup((void*)((long)(&p->fListOfUnusedNodes)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,-1,1,"fListOfUnusedNodes=",0,"! list of unused nodes"); G__memvar_setup((void*)((long)(&p->fEventNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fEventNumber=",0,"!"); G__memvar_setup((void*)((long)(&p->fRunNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fRunNumber=",0,"!"); G__memvar_setup((void*)((long)(&p->fSectionNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fSectionNumber=",0,"!"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TStnEvent_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTStnEvent_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTStnEvent(void) { /* TStnEvent */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent)); G__memfunc_setup("TStnEvent",907,G__TStnEvent_dict_189_1_0,105,G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Init",404,G__TStnEvent_dict_189_2_0,105,-1,-1,0,2,1,1,0, "U 'EventRecord' 'AbsEvent' 0 - event i - - 0 - mode",(char*)NULL,(void*)NULL,0); G__memfunc_setup("InitFromGenp",1202,G__TStnEvent_dict_189_3_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("EventNumber",1131,G__TStnEvent_dict_189_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("RunNumber",926,G__TStnEvent_dict_189_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SectionNumber",1342,G__TStnEvent_dict_189_6_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfNodes",1386,G__TStnEvent_dict_189_7_0,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfInputNodes",1914,G__TStnEvent_dict_189_8_0,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfOutputNodes",2043,G__TStnEvent_dict_189_9_0,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetDropList",1105,G__TStnEvent_dict_189_0_1,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetCurrentEntry",1557,G__TStnEvent_dict_189_1_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetCurrentTreeEntry",1957,G__TStnEvent_dict_189_2_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfObjects",1595,G__TStnEvent_dict_189_3_1,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfHptl",1289,G__TStnEvent_dict_189_4_1,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetListOfUnusedNodes",2014,G__TStnEvent_dict_189_5_1,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReadTreeEntry",1310,G__TStnEvent_dict_189_6_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"i - 'Int_t' 0 - Entry",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetDataBlock",1157,G__TStnEvent_dict_189_7_1,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnDataBlock),-1,0,1,1,1,0,"C - - 10 - branch_name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetDataBlockAddress",1867,G__TStnEvent_dict_189_8_1,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnDataBlock),-1,2,1,1,1,0,"C - - 10 - branch_name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("FindNode",775,G__TStnEvent_dict_189_9_1,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnNode),-1,0,1,1,1,0,"C - - 10 - name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("FindObject",984,G__TStnEvent_dict_189_0_2,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObject),-1,0,1,1,1,8,"C - - 10 - name",(char*)NULL,(void*)NULL,1); G__memfunc_setup("FindObject",984,G__TStnEvent_dict_189_1_2,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TObject),-1,0,1,1,1,8,"U 'TObject' - 10 - obj",(char*)NULL,(void*)NULL,1); G__memfunc_setup("GetErrorLogger",1418,G__TStnEvent_dict_189_2_2,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnErrorLogger),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetEventNumber",1431,G__TStnEvent_dict_189_3_2,121,-1,-1,0,3,1,1,0, "i - 'Int_t' 0 - RunNumber i - 'Int_t' 0 - EventNumber " "i - 'Int_t' 0 - SectionNumber",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetErrorLogger",1430,G__TStnEvent_dict_189_4_2,121,-1,-1,0,1,1,1,0,"U 'TStnErrorLogger' - 0 - Logger",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetCurrentEntry",1569,G__TStnEvent_dict_189_5_2,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Entry",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetCurrentTreeEntry",1969,G__TStnEvent_dict_189_6_2,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Entry",(char*)NULL,(void*)NULL,0); G__memfunc_setup("AddDataBlock",1134,G__TStnEvent_dict_189_7_2,105,-1,G__defined_typename("Int_t"),0,3,1,1,0, "C - - 10 - branch_name C - - 10 - class_name " "U 'TStnNode' - 1 - node",(char*)NULL,(void*)NULL,0); G__memfunc_setup("AddOutputBlock",1413,G__TStnEvent_dict_189_8_2,105,-1,G__defined_typename("Int_t"),0,2,1,1,0, "C - - 10 - BranchName U 'TStnDataBlock' - 0 - Block",(char*)NULL,(void*)NULL,0); G__memfunc_setup("AddObject",864,G__TStnEvent_dict_189_9_2,121,-1,-1,0,1,1,1,0,"U 'TObject' - 0 - obj",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TStnEvent_dict_189_0_3,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Print",525,G__TStnEvent_dict_189_1_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__TStnEvent_dict_189_2_3,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TStnEvent::Class),0); G__memfunc_setup("Class_Name",982,G__TStnEvent_dict_189_3_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnEvent::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TStnEvent_dict_189_4_3,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TStnEvent::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TStnEvent_dict_189_5_3,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TStnEvent::Dictionary),0); G__memfunc_setup("IsA",253,G__TStnEvent_dict_189_6_3,85,G__get_linked_tagnum(&G__TStnEvent_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TStnEvent_dict_189_7_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__TStnEvent_dict_189_8_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TStnEvent_dict_189_9_3,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TStnEvent_dict_189_0_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnEvent::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TStnEvent_dict_189_1_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnEvent::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TStnEvent_dict_189_2_4,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TStnEvent::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TStnEvent_dict_189_3_4,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TStnEvent::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TStnEvent",907,G__TStnEvent_dict_189_4_4,(int)('i'),G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent),-1,0,1,1,1,0,"u 'TStnEvent' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TStnEvent",1033,G__TStnEvent_dict_189_5_4,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); // automatic assignment operator G__memfunc_setup("operator=",937,G__TStnEvent_dict_189_6_4,(int)('u'),G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent),-1,1,1,1,1,0,"u 'TStnEvent' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTStnEvent_dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTStnEvent_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTStnEvent_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__TStnEvent_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TObjArray = { "TObjArray" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_EventRecord = { "EventRecord" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TStnNode = { "TStnNode" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TStnDataBlock = { "TStnDataBlock" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TStnErrorLogger = { "TStnErrorLogger" , 99 , -1 }; G__linked_taginfo G__TStnEvent_dictLN_TStnEvent = { "TStnEvent" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTStnEvent_dict() { G__TStnEvent_dictLN_TClass.tagnum = -1 ; G__TStnEvent_dictLN_TBuffer.tagnum = -1 ; G__TStnEvent_dictLN_TMemberInspector.tagnum = -1 ; G__TStnEvent_dictLN_TObject.tagnum = -1 ; G__TStnEvent_dictLN_TObjArray.tagnum = -1 ; G__TStnEvent_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TStnEvent_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnEvent_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TStnEvent_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnEvent_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TStnEvent_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TStnEvent_dictLN_EventRecord.tagnum = -1 ; G__TStnEvent_dictLN_TStnNode.tagnum = -1 ; G__TStnEvent_dictLN_TStnDataBlock.tagnum = -1 ; G__TStnEvent_dictLN_TStnErrorLogger.tagnum = -1 ; G__TStnEvent_dictLN_TStnEvent.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTStnEvent_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TStnEvent_dictLN_TClass); G__get_linked_tagnum(&G__TStnEvent_dictLN_TBuffer); G__get_linked_tagnum(&G__TStnEvent_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TStnEvent_dictLN_TObject); G__get_linked_tagnum(&G__TStnEvent_dictLN_TObjArray); G__get_linked_tagnum(&G__TStnEvent_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TStnEvent_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnEvent_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TStnEvent_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnEvent_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TStnEvent_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TStnEvent_dictLN_EventRecord); G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnNode); G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnDataBlock); G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnErrorLogger); G__tagtable_setup(G__get_linked_tagnum(&G__TStnEvent_dictLN_TStnEvent),sizeof(TStnEvent),-1,29952,(char*)NULL,G__setup_memvarTStnEvent,G__setup_memfuncTStnEvent); } extern "C" void G__cpp_setupTStnEvent_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTStnEvent_dict()"); G__set_cpp_environmentTStnEvent_dict(); G__cpp_setup_tagtableTStnEvent_dict(); G__cpp_setup_inheritanceTStnEvent_dict(); G__cpp_setup_typetableTStnEvent_dict(); G__cpp_setup_memvarTStnEvent_dict(); G__cpp_setup_memfuncTStnEvent_dict(); G__cpp_setup_globalTStnEvent_dict(); G__cpp_setup_funcTStnEvent_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTStnEvent_dict(); return; } class G__cpp_setup_initTStnEvent_dict { public: G__cpp_setup_initTStnEvent_dict() { G__add_setup_func("TStnEvent_dict",(G__incsetup)(&G__cpp_setupTStnEvent_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTStnEvent_dict() { G__remove_setup_func("TStnEvent_dict"); } }; G__cpp_setup_initTStnEvent_dict G__cpp_setup_initializerTStnEvent_dict;