// // File generated by /usr/local/bin/root/bin/rootcint at Thu Mar 30 15:51:53 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 // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "dict_HighLevelObjects.h" #include "TClass.h" #include "TBuffer.h" #include "TStreamerInfo.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TCollectionProxy.h" namespace ROOT { namespace Shadow { } // Of namespace ROOT::Shadow } // Of namespace ROOT namespace ROOT { void evt_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *evt_IsA(const void*); static void *new_evt(void *p = 0); static void *newArray_evt(Long_t size); static void delete_evt(void *p); static void deleteArray_evt(void *p); static void destruct_evt(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const ::evt*) { ::evt *ptr = 0; static ::ROOT::TGenericClassInfo instance("evt", ::evt::Class_Version(), "include/HighLevelObjects.hh", 28, typeid(::evt), DefineBehavior(ptr, ptr), &::evt::Dictionary, &evt_IsA, 0, sizeof(::evt) ); instance.SetNew(&new_evt); instance.SetNewArray(&newArray_evt); instance.SetDelete(&delete_evt); instance.SetDeleteArray(&deleteArray_evt); instance.SetDestructor(&destruct_evt); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::evt*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *evt::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *evt::Class_Name() { return "evt"; } //______________________________________________________________________________ const char *evt::ImplFileName() { return ::ROOT::GenerateInitInstance((const ::evt*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int evt::ImplFileLine() { return ::ROOT::GenerateInitInstance((const ::evt*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void evt::Dictionary() { fgIsA = ::ROOT::GenerateInitInstance((const ::evt*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *evt::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::evt*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void evt::Streamer(TBuffer &R__b) { // Stream an object of class evt. 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 >> runNumber; R__b >> eventNumber; R__b >> runSection; R__b >> CosmicOOTLow; R__b >> bunchNum159; R__b >> bunchNum36; R__b >> gliveInstLumi; R__b >> gliveTotalLumi; R__b >> instLumi; R__b >> totalLumi; R__b >> scalerInstLumi; R__b >> scalerTotalLumi; R__b >> bunchInstLumi; R__b >> gliveBunchInstLumi; R__b >> bunchTotalInstLumi; R__b >> creationTime; R__b.CheckByteCount(R__s, R__c, evt::IsA()); } else { R__c = R__b.WriteVersion(evt::IsA(), kTRUE); TObject::Streamer(R__b); R__b << runNumber; R__b << eventNumber; R__b << runSection; R__b << CosmicOOTLow; R__b << bunchNum159; R__b << bunchNum36; R__b << gliveInstLumi; R__b << gliveTotalLumi; R__b << instLumi; R__b << totalLumi; R__b << scalerInstLumi; R__b << scalerTotalLumi; R__b << bunchInstLumi; R__b << gliveBunchInstLumi; R__b << bunchTotalInstLumi; R__b << creationTime; R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void evt::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class evt. TClass *R__cl = ::evt::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "runNumber", &runNumber); R__insp.Inspect(R__cl, R__parent, "eventNumber", &eventNumber); R__insp.Inspect(R__cl, R__parent, "runSection", &runSection); R__insp.Inspect(R__cl, R__parent, "CosmicOOTLow", &CosmicOOTLow); R__insp.Inspect(R__cl, R__parent, "bunchNum159", &bunchNum159); R__insp.Inspect(R__cl, R__parent, "bunchNum36", &bunchNum36); R__insp.Inspect(R__cl, R__parent, "gliveInstLumi", &gliveInstLumi); R__insp.Inspect(R__cl, R__parent, "gliveTotalLumi", &gliveTotalLumi); R__insp.Inspect(R__cl, R__parent, "instLumi", &instLumi); R__insp.Inspect(R__cl, R__parent, "totalLumi", &totalLumi); R__insp.Inspect(R__cl, R__parent, "scalerInstLumi", &scalerInstLumi); R__insp.Inspect(R__cl, R__parent, "scalerTotalLumi", &scalerTotalLumi); R__insp.Inspect(R__cl, R__parent, "bunchInstLumi", &bunchInstLumi); R__insp.Inspect(R__cl, R__parent, "gliveBunchInstLumi", &gliveBunchInstLumi); R__insp.Inspect(R__cl, R__parent, "bunchTotalInstLumi", &bunchTotalInstLumi); R__insp.Inspect(R__cl, R__parent, "creationTime", &creationTime); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *evt_IsA(const void *obj) { return ((::evt*)obj)->IsA(); } // Wrappers around operator new static void *new_evt(void *p) { return p ? new(p) ::evt : new ::evt; } static void *newArray_evt(Long_t size) { return new ::evt[size]; } // Wrapper around operator delete static void delete_evt(void *p) { delete ((::evt*)p); } static void deleteArray_evt(void *p) { delete [] ((::evt*)p); } static void destruct_evt(void *p) { typedef ::evt current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::evt /******************************************************** * objects/dict_HighLevelObjects.C * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtabledict_HighLevelObjects(); extern "C" void G__set_cpp_environmentdict_HighLevelObjects() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("HighLevelObjects.hh"); G__cpp_reset_tagtabledict_HighLevelObjects(); } class G__objectsdIdict_HighLevelObjectsdOC_tag {}; void* operator new(size_t size,G__objectsdIdict_HighLevelObjectsdOC_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__objectsdIdict_HighLevelObjectsdOC_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_objectsdIdict_HighLevelObjectsdOC() { G__operator_delete(0); } extern "C" int G__cpp_dllrevdict_HighLevelObjects() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* evt */ static int G__dict_HighLevelObjects_168_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { evt *p=NULL; if(G__getaryconstruct()) p=new evt[G__getaryconstruct()]; else p=new evt; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)evt::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)evt::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)evt::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); evt::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const evt*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((evt*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((evt*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((evt*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)evt::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)evt::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)evt::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__dict_HighLevelObjects_168_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)evt::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__dict_HighLevelObjects_168_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { evt *p; void *xtmp = (void*)G__int(libp->para[0]); p=new evt(*(evt*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef evt G__Tevt; static int G__dict_HighLevelObjects_168_5_1(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[] (evt *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (evt *)((G__getstructoffset())+sizeof(evt)*i); else delete (evt *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__dict_HighLevelObjects_168_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { evt *dest = (evt*)(G__getstructoffset()); *dest = (*(evt*)libp->para[0].ref); const evt& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* evt */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncdict_HighLevelObjects { public: G__Sizep2memfuncdict_HighLevelObjects() {p=&G__Sizep2memfuncdict_HighLevelObjects::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncdict_HighLevelObjects::*p)(); }; size_t G__get_sizep2memfuncdict_HighLevelObjects() { G__Sizep2memfuncdict_HighLevelObjects 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_inheritancedict_HighLevelObjects() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt))) { evt *G__Lderived; G__Lderived=(evt*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt),G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetabledict_HighLevelObjects() { /* Setting up typedef entry */ G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.41 2004/11/19 07:25:43 brun Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.41 2004/11/19 07:25:43 brun Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: $:$Id: TROOT.h,v 1.41 2004/11/19 07:25:43 brun Exp $",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* evt */ static void G__setup_memvarevt(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt)); { evt *p; p=(evt*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->runNumber)-(long)(p)),105,0,0,-1,-1,-1,1,"runNumber=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->eventNumber)-(long)(p)),105,0,0,-1,-1,-1,1,"eventNumber=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->runSection)-(long)(p)),105,0,0,-1,-1,-1,1,"runSection=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->CosmicOOTLow)-(long)(p)),105,0,0,-1,-1,-1,1,"CosmicOOTLow=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->bunchNum159)-(long)(p)),105,0,0,-1,-1,-1,1,"bunchNum159=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->bunchNum36)-(long)(p)),105,0,0,-1,-1,-1,1,"bunchNum36=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->gliveInstLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"gliveInstLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->gliveTotalLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"gliveTotalLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->instLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"instLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->totalLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"totalLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->scalerInstLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"scalerInstLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->scalerTotalLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"scalerTotalLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->bunchInstLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"bunchInstLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->gliveBunchInstLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"gliveBunchInstLumi=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->bunchTotalInstLumi)-(long)(p)),100,0,0,-1,-1,-1,1,"bunchTotalInstLumi=",0,"should compare to instLumi"); G__memvar_setup((void*)((long)(&p->creationTime)-(long)(p)),108,0,0,-1,G__defined_typename("time_t"),-1,1,"creationTime=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvardict_HighLevelObjects() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncevt(void) { /* evt */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt)); G__memfunc_setup("evt",335,G__dict_HighLevelObjects_168_1_0,105,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__dict_HighLevelObjects_168_2_0,85,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&evt::Class),0); G__memfunc_setup("Class_Name",982,G__dict_HighLevelObjects_168_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&evt::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__dict_HighLevelObjects_168_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&evt::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__dict_HighLevelObjects_168_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&evt::Dictionary),0); G__memfunc_setup("IsA",253,G__dict_HighLevelObjects_168_6_0,85,G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__dict_HighLevelObjects_168_7_0,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__dict_HighLevelObjects_168_8_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__dict_HighLevelObjects_168_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__dict_HighLevelObjects_168_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&evt::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__dict_HighLevelObjects_168_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&evt::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__dict_HighLevelObjects_168_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&evt::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__dict_HighLevelObjects_168_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&evt::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("evt",335,G__dict_HighLevelObjects_168_4_1,(int)('i'),G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt),-1,0,1,1,1,0,"u 'evt' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~evt",461,G__dict_HighLevelObjects_168_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__dict_HighLevelObjects_168_6_1,(int)('u'),G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt),-1,1,1,1,1,0,"u 'evt' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncdict_HighLevelObjects() { } /********************************************************* * 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_globaldict_HighLevelObjects() { 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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcdict_HighLevelObjects() { 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(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__dict_HighLevelObjectsLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__dict_HighLevelObjectsLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__dict_HighLevelObjectsLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__dict_HighLevelObjectsLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__dict_HighLevelObjectsLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__dict_HighLevelObjectsLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__dict_HighLevelObjectsLN_evt = { "evt" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtabledict_HighLevelObjects() { G__dict_HighLevelObjectsLN_TClass.tagnum = -1 ; G__dict_HighLevelObjectsLN_TBuffer.tagnum = -1 ; G__dict_HighLevelObjectsLN_TMemberInspector.tagnum = -1 ; G__dict_HighLevelObjectsLN_TObject.tagnum = -1 ; G__dict_HighLevelObjectsLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__dict_HighLevelObjectsLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__dict_HighLevelObjectsLN_evt.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtabledict_HighLevelObjects() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TClass); G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TBuffer); G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TMemberInspector); G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_TObject); G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum(&G__dict_HighLevelObjectsLN_evt),sizeof(evt),-1,29952,(char*)NULL,G__setup_memvarevt,G__setup_memfuncevt); } extern "C" void G__cpp_setupdict_HighLevelObjects(void) { G__check_setup_version(30051515,"G__cpp_setupdict_HighLevelObjects()"); G__set_cpp_environmentdict_HighLevelObjects(); G__cpp_setup_tagtabledict_HighLevelObjects(); G__cpp_setup_inheritancedict_HighLevelObjects(); G__cpp_setup_typetabledict_HighLevelObjects(); G__cpp_setup_memvardict_HighLevelObjects(); G__cpp_setup_memfuncdict_HighLevelObjects(); G__cpp_setup_globaldict_HighLevelObjects(); G__cpp_setup_funcdict_HighLevelObjects(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncdict_HighLevelObjects(); return; } class G__cpp_setup_initdict_HighLevelObjects { public: G__cpp_setup_initdict_HighLevelObjects() { G__add_setup_func("dict_HighLevelObjects",(G__incsetup)(&G__cpp_setupdict_HighLevelObjects)); G__call_setup_funcs(); } ~G__cpp_setup_initdict_HighLevelObjects() { G__remove_setup_func("dict_HighLevelObjects"); } }; G__cpp_setup_initdict_HighLevelObjects G__cpp_setup_initializerdict_HighLevelObjects;