// // File generated by rootcint at Thu Jun 15 14:42:24 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 "TrigLevel2Dict.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 TrigLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TrigLevel2_IsA(const void*); static void *new_TrigLevel2(void *p = 0); static void *newArray_TrigLevel2(Long_t size); static void delete_TrigLevel2(void *p); static void deleteArray_TrigLevel2(void *p); static void destruct_TrigLevel2(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const ::TrigLevel2*) { ::TrigLevel2 *ptr = 0; static ::ROOT::TGenericClassInfo instance("TrigLevel2", ::TrigLevel2::Class_Version(), "inc/TrigLevel2.h", 7, typeid(::TrigLevel2), DefineBehavior(ptr, ptr), &::TrigLevel2::Dictionary, &TrigLevel2_IsA, 0, sizeof(::TrigLevel2) ); instance.SetNew(&new_TrigLevel2); instance.SetNewArray(&newArray_TrigLevel2); instance.SetDelete(&delete_TrigLevel2); instance.SetDeleteArray(&deleteArray_TrigLevel2); instance.SetDestructor(&destruct_TrigLevel2); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::TrigLevel2*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TrigLevel2::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TrigLevel2::Class_Name() { return "TrigLevel2"; } //______________________________________________________________________________ const char *TrigLevel2::ImplFileName() { return ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TrigLevel2::ImplFileLine() { return ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TrigLevel2::Dictionary() { fgIsA = ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TrigLevel2::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::TrigLevel2*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TrigLevel2::Streamer(TBuffer &R__b) { // Stream an object of class TrigLevel2. 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 >> evcount; R__b.ReadStaticArray((int*)pmtpl); R__b.ReadStaticArray((int*)trigrate); R__b.ReadStaticArray((int*)dltime); R__b.ReadStaticArray((int*)s4calcount); R__b.ReadStaticArray((int*)pmtcount1); R__b.ReadStaticArray((int*)pmtcount2); R__b.ReadStaticArray((int*)patternbusy); R__b.ReadStaticArray((int*)patterntrig); R__b >> trigconf; R__b.CheckByteCount(R__s, R__c, TrigLevel2::IsA()); } else { R__c = R__b.WriteVersion(TrigLevel2::IsA(), kTRUE); TObject::Streamer(R__b); R__b << evcount; R__b.WriteArray(pmtpl, 3); R__b.WriteArray(trigrate, 6); R__b.WriteArray(dltime, 2); R__b.WriteArray(s4calcount, 2); R__b.WriteArray(pmtcount1, 24); R__b.WriteArray(pmtcount2, 24); R__b.WriteArray(patternbusy, 3); R__b.WriteArray(patterntrig, 6); R__b << trigconf; R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void TrigLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TrigLevel2. TClass *R__cl = ::TrigLevel2::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "evcount", &evcount); R__insp.Inspect(R__cl, R__parent, "pmtpl[3]", pmtpl); R__insp.Inspect(R__cl, R__parent, "trigrate[6]", trigrate); R__insp.Inspect(R__cl, R__parent, "dltime[2]", dltime); R__insp.Inspect(R__cl, R__parent, "s4calcount[2]", s4calcount); R__insp.Inspect(R__cl, R__parent, "pmtcount1[24]", pmtcount1); R__insp.Inspect(R__cl, R__parent, "pmtcount2[24]", pmtcount2); R__insp.Inspect(R__cl, R__parent, "patternbusy[3]", patternbusy); R__insp.Inspect(R__cl, R__parent, "patterntrig[6]", patterntrig); R__insp.Inspect(R__cl, R__parent, "trigconf", &trigconf); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TrigLevel2_IsA(const void *obj) { return ((::TrigLevel2*)obj)->IsA(); } // Wrappers around operator new static void *new_TrigLevel2(void *p) { return p ? new(p) ::TrigLevel2 : new ::TrigLevel2; } static void *newArray_TrigLevel2(Long_t size) { return new ::TrigLevel2[size]; } // Wrapper around operator delete static void delete_TrigLevel2(void *p) { delete ((::TrigLevel2*)p); } static void deleteArray_TrigLevel2(void *p) { delete [] ((::TrigLevel2*)p); } static void destruct_TrigLevel2(void *p) { typedef ::TrigLevel2 current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TrigLevel2 /******************************************************** * src/TrigLevel2Dict.cpp * 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_tagtableTrigLevel2Dict(); extern "C" void G__set_cpp_environmentTrigLevel2Dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("inc/TrigLevel2.h"); G__cpp_reset_tagtableTrigLevel2Dict(); } class G__srcdITrigLevel2DictdOcpp_tag {}; void* operator new(size_t size,G__srcdITrigLevel2DictdOcpp_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__srcdITrigLevel2DictdOcpp_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_srcdITrigLevel2DictdOcpp() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTrigLevel2Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TrigLevel2 */ static int G__TrigLevel2Dict_131_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TrigLevel2*)(G__getstructoffset()))->GetTrigLevel2()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TrigLevel2 *p=NULL; if(G__getaryconstruct()) p=new TrigLevel2[G__getaryconstruct()]; else p=new TrigLevel2; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TrigLevel2::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TrigLevel2::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TrigLevel2::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TrigLevel2::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TrigLevel2*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TrigLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TrigLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TrigLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TrigLevel2::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TrigLevel2::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TrigLevel2::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TrigLevel2Dict_131_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TrigLevel2::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TrigLevel2Dict_131_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TrigLevel2 *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TrigLevel2(*(TrigLevel2*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TrigLevel2 G__TTrigLevel2; static int G__TrigLevel2Dict_131_6_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[] (TrigLevel2 *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TrigLevel2 *)((G__getstructoffset())+sizeof(TrigLevel2)*i); else delete (TrigLevel2 *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TrigLevel2Dict_131_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TrigLevel2 *dest = (TrigLevel2*)(G__getstructoffset()); *dest = (*(TrigLevel2*)libp->para[0].ref); const TrigLevel2& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TrigLevel2 */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTrigLevel2Dict { public: G__Sizep2memfuncTrigLevel2Dict() {p=&G__Sizep2memfuncTrigLevel2Dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTrigLevel2Dict::*p)(); }; size_t G__get_sizep2memfuncTrigLevel2Dict() { G__Sizep2memfuncTrigLevel2Dict 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_inheritanceTrigLevel2Dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2))) { TrigLevel2 *G__Lderived; G__Lderived=(TrigLevel2*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),G__get_linked_tagnum(&G__TrigLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTrigLevel2Dict() { /* Setting up typedef entry */ G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TrigLevel2 */ static void G__setup_memvarTrigLevel2(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2)); { TrigLevel2 *p; p=(TrigLevel2*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->evcount)-(long)(p)),105,0,0,-1,-1,-1,1,"evcount=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->pmtpl)-(long)(p)),105,0,0,-1,-1,-1,1,"pmtpl[3]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->trigrate)-(long)(p)),105,0,0,-1,-1,-1,1,"trigrate[6]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->dltime)-(long)(p)),105,0,0,-1,-1,-1,1,"dltime[2]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->s4calcount)-(long)(p)),105,0,0,-1,-1,-1,1,"s4calcount[2]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->pmtcount1)-(long)(p)),105,0,0,-1,-1,-1,1,"pmtcount1[24]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->pmtcount2)-(long)(p)),105,0,0,-1,-1,-1,1,"pmtcount2[24]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->patternbusy)-(long)(p)),105,0,0,-1,-1,-1,1,"patternbusy[3]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->patterntrig)-(long)(p)),105,0,0,-1,-1,-1,1,"patterntrig[6]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->trigconf)-(long)(p)),105,0,0,-1,-1,-1,1,"trigconf=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTrigLevel2Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTrigLevel2(void) { /* TrigLevel2 */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2)); G__memfunc_setup("GetTrigLevel2",1248,G__TrigLevel2Dict_131_1_0,85,G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("TrigLevel2",960,G__TrigLevel2Dict_131_2_0,105,G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TrigLevel2Dict_131_3_0,85,G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TrigLevel2::Class),0); G__memfunc_setup("Class_Name",982,G__TrigLevel2Dict_131_4_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TrigLevel2::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TrigLevel2Dict_131_5_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TrigLevel2::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TrigLevel2Dict_131_6_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TrigLevel2::Dictionary),0); G__memfunc_setup("IsA",253,G__TrigLevel2Dict_131_7_0,85,G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TrigLevel2Dict_131_8_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__TrigLevel2Dict_131_9_0,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TrigLevel2Dict_131_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TrigLevel2Dict_131_1_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TrigLevel2::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TrigLevel2Dict_131_2_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TrigLevel2::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TrigLevel2Dict_131_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TrigLevel2::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TrigLevel2Dict_131_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TrigLevel2::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TrigLevel2",960,G__TrigLevel2Dict_131_5_1,(int)('i'),G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,0,1,1,1,0,"u 'TrigLevel2' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TrigLevel2",1086,G__TrigLevel2Dict_131_6_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__TrigLevel2Dict_131_7_1,(int)('u'),G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),-1,1,1,1,1,0,"u 'TrigLevel2' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTrigLevel2Dict() { } /********************************************************* * 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_globalTrigLevel2Dict() { 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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTrigLevel2Dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TrigLevel2DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TrigLevel2DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TrigLevel2DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TrigLevel2DictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TrigLevel2DictLN_TrigLevel2 = { "TrigLevel2" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTrigLevel2Dict() { G__TrigLevel2DictLN_TClass.tagnum = -1 ; G__TrigLevel2DictLN_TBuffer.tagnum = -1 ; G__TrigLevel2DictLN_TMemberInspector.tagnum = -1 ; G__TrigLevel2DictLN_TObject.tagnum = -1 ; G__TrigLevel2DictLN_TrigLevel2.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTrigLevel2Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TrigLevel2DictLN_TClass); G__get_linked_tagnum(&G__TrigLevel2DictLN_TBuffer); G__get_linked_tagnum(&G__TrigLevel2DictLN_TMemberInspector); G__get_linked_tagnum(&G__TrigLevel2DictLN_TObject); G__tagtable_setup(G__get_linked_tagnum(&G__TrigLevel2DictLN_TrigLevel2),sizeof(TrigLevel2),-1,28928,(char*)NULL,G__setup_memvarTrigLevel2,G__setup_memfuncTrigLevel2); } extern "C" void G__cpp_setupTrigLevel2Dict(void) { G__check_setup_version(30051515,"G__cpp_setupTrigLevel2Dict()"); G__set_cpp_environmentTrigLevel2Dict(); G__cpp_setup_tagtableTrigLevel2Dict(); G__cpp_setup_inheritanceTrigLevel2Dict(); G__cpp_setup_typetableTrigLevel2Dict(); G__cpp_setup_memvarTrigLevel2Dict(); G__cpp_setup_memfuncTrigLevel2Dict(); G__cpp_setup_globalTrigLevel2Dict(); G__cpp_setup_funcTrigLevel2Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTrigLevel2Dict(); return; } class G__cpp_setup_initTrigLevel2Dict { public: G__cpp_setup_initTrigLevel2Dict() { G__add_setup_func("TrigLevel2Dict",(G__incsetup)(&G__cpp_setupTrigLevel2Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTrigLevel2Dict() { G__remove_setup_func("TrigLevel2Dict"); } }; G__cpp_setup_initTrigLevel2Dict G__cpp_setup_initializerTrigLevel2Dict;