// // File generated by /opt/root/bin/rootcint at Thu Apr 27 14:21:33 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 "S4Level2Dict.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" #include "TIsAProxy.h" namespace ROOT { namespace Shadow { } // Of namespace ROOT::Shadow } // Of namespace ROOT namespace pamela { namespace ROOT { inline ::ROOT::TGenericClassInfo *GenerateInitInstance(); static void pamela_Dictionary(); // Function generating the singleton type initializer inline ::ROOT::TGenericClassInfo *GenerateInitInstance() { static ::ROOT::TGenericClassInfo instance("pamela", 0 /*version*/, "S4Level2.h", 3, ::ROOT::DefineBehavior((void*)0,(void*)0), &pamela_Dictionary, 0); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_(Init)); // Dictionary for non-ClassDef classes static void pamela_Dictionary() { GenerateInitInstance()->GetClass(); } } } namespace ROOT { void pamelacLcLS4Level2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static void *new_pamelacLcLS4Level2(void *p = 0); static void *newArray_pamelacLcLS4Level2(Long_t size); static void delete_pamelacLcLS4Level2(void *p); static void deleteArray_pamelacLcLS4Level2(void *p); static void destruct_pamelacLcLS4Level2(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const ::pamela::S4Level2*) { ::pamela::S4Level2 *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::pamela::S4Level2 >(0); static ::ROOT::TGenericClassInfo instance("pamela::S4Level2", ::pamela::S4Level2::Class_Version(), "S4Level2.h", 4, typeid(::pamela::S4Level2), DefineBehavior(ptr, ptr), &::pamela::S4Level2::Dictionary, isa_proxy, 4, sizeof(::pamela::S4Level2) ); instance.SetNew(&new_pamelacLcLS4Level2); instance.SetNewArray(&newArray_pamelacLcLS4Level2); instance.SetDelete(&delete_pamelacLcLS4Level2); instance.SetDeleteArray(&deleteArray_pamelacLcLS4Level2); instance.SetDestructor(&destruct_pamelacLcLS4Level2); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::pamela::S4Level2*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *pamela::S4Level2::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *pamela::S4Level2::Class_Name() { return "pamela::S4Level2"; } //______________________________________________________________________________ const char *pamela::S4Level2::ImplFileName() { return ::ROOT::GenerateInitInstance((const ::pamela::S4Level2*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int pamela::S4Level2::ImplFileLine() { return ::ROOT::GenerateInitInstance((const ::pamela::S4Level2*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void pamela::S4Level2::Dictionary() { fgIsA = ::ROOT::GenerateInitInstance((const ::pamela::S4Level2*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *pamela::S4Level2::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::pamela::S4Level2*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void pamela::S4Level2::Streamer(TBuffer &R__b) { // Stream an object of class pamela::S4Level2. if (R__b.IsReading()) { pamela::S4Level2::Class()->ReadBuffer(R__b, this); } else { pamela::S4Level2::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void pamela::S4Level2::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class pamela::S4Level2. TClass *R__cl = ::pamela::S4Level2::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "S4calibrated", &S4calibrated); R__insp.Inspect(R__cl, R__parent, "S4adc", &S4adc); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Wrappers around operator new static void *new_pamelacLcLS4Level2(void *p) { return p ? new(p) ::pamela::S4Level2 : new ::pamela::S4Level2; } static void *newArray_pamelacLcLS4Level2(Long_t size) { return new ::pamela::S4Level2[size]; } // Wrapper around operator delete static void delete_pamelacLcLS4Level2(void *p) { delete ((::pamela::S4Level2*)p); } static void deleteArray_pamelacLcLS4Level2(void *p) { delete [] ((::pamela::S4Level2*)p); } static void destruct_pamelacLcLS4Level2(void *p) { typedef ::pamela::S4Level2 current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::pamela::S4Level2 /******************************************************** * S4Level2Dict.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_tagtableS4Level2Dict(); extern "C" void G__set_cpp_environmentS4Level2Dict() { G__add_macro("G__CINTVERSION=50160002"); G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("S4Level2.h"); G__cpp_reset_tagtableS4Level2Dict(); } class G__S4Level2DictdOcpp_tag {}; void* operator new(size_t size,G__S4Level2DictdOcpp_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__S4Level2DictdOcpp_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_S4Level2DictdOcpp() { G__operator_delete(0); } extern "C" int G__cpp_dllrevS4Level2Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* pamela */ /* pamela::S4Level2 */ static int G__S4Level2Dict_133_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::S4Level2 *p=NULL; if(G__getaryconstruct()) p=new pamela::S4Level2[G__getaryconstruct()]; else p=new pamela::S4Level2; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)pamela::S4Level2::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::S4Level2::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)pamela::S4Level2::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); pamela::S4Level2::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const pamela::S4Level2*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::S4Level2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::S4Level2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::S4Level2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::S4Level2::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pamela::S4Level2::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::S4Level2::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__S4Level2Dict_133_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pamela::S4Level2::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__S4Level2Dict_133_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::S4Level2 *p; void *xtmp = (void*)G__int(libp->para[0]); p=new pamela::S4Level2(*(pamela::S4Level2*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef pamela::S4Level2 G__TpamelacLcLS4Level2; static int G__S4Level2Dict_133_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[] (pamela::S4Level2 *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (pamela::S4Level2 *)((G__getstructoffset())+sizeof(pamela::S4Level2)*i); else delete (pamela::S4Level2 *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__S4Level2Dict_133_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::S4Level2 *dest = (pamela::S4Level2*)(G__getstructoffset()); *dest = (*(pamela::S4Level2*)libp->para[0].ref); const pamela::S4Level2& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* pamela */ /* pamela::S4Level2 */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncS4Level2Dict { public: G__Sizep2memfuncS4Level2Dict() {p=&G__Sizep2memfuncS4Level2Dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncS4Level2Dict::*p)(); }; size_t G__get_sizep2memfuncS4Level2Dict() { G__Sizep2memfuncS4Level2Dict 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_inheritanceS4Level2Dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2))) { pamela::S4Level2 *G__Lderived; G__Lderived=(pamela::S4Level2*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2),G__get_linked_tagnum(&G__S4Level2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableS4Level2Dict() { /* 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 */ /* pamela */ static void G__setup_memvarpamela(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__S4Level2DictLN_pamela)); { } G__tag_memvar_reset(); } /* pamela::S4Level2 */ static void G__setup_memvarpamelacLcLS4Level2(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2)); { pamela::S4Level2 *p; p=(pamela::S4Level2*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->S4calibrated)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"S4calibrated=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->S4adc)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"S4adc=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__S4Level2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarS4Level2Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncpamela(void) { /* pamela */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__S4Level2DictLN_pamela)); G__tag_memfunc_reset(); } static void G__setup_memfuncpamelacLcLS4Level2(void) { /* pamela::S4Level2 */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2)); G__memfunc_setup("S4Level2",689,G__S4Level2Dict_133_1_0,105,G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__S4Level2Dict_133_2_0,85,G__get_linked_tagnum(&G__S4Level2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::S4Level2::Class),0); G__memfunc_setup("Class_Name",982,G__S4Level2Dict_133_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::S4Level2::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__S4Level2Dict_133_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::S4Level2::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__S4Level2Dict_133_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::S4Level2::Dictionary),0); G__memfunc_setup("IsA",253,G__S4Level2Dict_133_6_0,85,G__get_linked_tagnum(&G__S4Level2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__S4Level2Dict_133_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__S4Level2Dict_133_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__S4Level2Dict_133_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__S4Level2Dict_133_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::S4Level2::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__S4Level2Dict_133_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::S4Level2::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__S4Level2Dict_133_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::S4Level2::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__S4Level2Dict_133_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::S4Level2::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("S4Level2",689,G__S4Level2Dict_133_4_1,(int)('i'),G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2),-1,0,1,1,1,0,"u 'pamela::S4Level2' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~S4Level2",815,G__S4Level2Dict_133_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__S4Level2Dict_133_6_1,(int)('u'),G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2),-1,1,1,1,1,0,"u 'pamela::S4Level2' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncS4Level2Dict() { } /********************************************************* * 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_globalS4Level2Dict() { 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_funcS4Level2Dict() { 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__S4Level2DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__S4Level2DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__S4Level2DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__S4Level2DictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__S4Level2DictLN_pamela = { "pamela" , 110 , -1 }; G__linked_taginfo G__S4Level2DictLN_pamelacLcLS4Level2 = { "pamela::S4Level2" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableS4Level2Dict() { G__S4Level2DictLN_TClass.tagnum = -1 ; G__S4Level2DictLN_TBuffer.tagnum = -1 ; G__S4Level2DictLN_TMemberInspector.tagnum = -1 ; G__S4Level2DictLN_TObject.tagnum = -1 ; G__S4Level2DictLN_pamela.tagnum = -1 ; G__S4Level2DictLN_pamelacLcLS4Level2.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableS4Level2Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__S4Level2DictLN_TClass); G__get_linked_tagnum(&G__S4Level2DictLN_TBuffer); G__get_linked_tagnum(&G__S4Level2DictLN_TMemberInspector); G__get_linked_tagnum(&G__S4Level2DictLN_TObject); G__tagtable_setup(G__get_linked_tagnum(&G__S4Level2DictLN_pamela),0,-1,0,(char*)NULL,G__setup_memvarpamela,G__setup_memfuncpamela); G__tagtable_setup(G__get_linked_tagnum(&G__S4Level2DictLN_pamelacLcLS4Level2),sizeof(pamela::S4Level2),-1,291072,(char*)NULL,G__setup_memvarpamelacLcLS4Level2,G__setup_memfuncpamelacLcLS4Level2); } extern "C" void G__cpp_setupS4Level2Dict(void) { G__check_setup_version(30051515,"G__cpp_setupS4Level2Dict()"); G__set_cpp_environmentS4Level2Dict(); G__cpp_setup_tagtableS4Level2Dict(); G__cpp_setup_inheritanceS4Level2Dict(); G__cpp_setup_typetableS4Level2Dict(); G__cpp_setup_memvarS4Level2Dict(); G__cpp_setup_memfuncS4Level2Dict(); G__cpp_setup_globalS4Level2Dict(); G__cpp_setup_funcS4Level2Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncS4Level2Dict(); return; } class G__cpp_setup_initS4Level2Dict { public: G__cpp_setup_initS4Level2Dict() { G__add_setup_func("S4Level2Dict",(G__incsetup)(&G__cpp_setupS4Level2Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initS4Level2Dict() { G__remove_setup_func("S4Level2Dict"); } }; G__cpp_setup_initS4Level2Dict G__cpp_setup_initializerS4Level2Dict;