// // File generated by rootcint at Tue Jul 6 13:51:32 2004. // 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 "LogDict.h" #include "TClass.h" #include "TBuffer.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 pamelacLcLLogRecord_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *pamelacLcLLogRecord_IsA(const void*); static void *new_pamelacLcLLogRecord(void *p = 0); static void *newArray_pamelacLcLLogRecord(Long_t size); static void delete_pamelacLcLLogRecord(void *p); static void deleteArray_pamelacLcLLogRecord(void *p); static void destruct_pamelacLcLLogRecord(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const pamela::LogRecord*) { pamela::LogRecord *ptr = 0; static ROOT::TGenericClassInfo instance("pamela::LogRecord", pamela::LogRecord::Class_Version(), "../../event/log/LogRecord.h", 19, typeid(pamela::LogRecord), DefineBehavior(ptr, ptr), &::pamela::LogRecord::Dictionary, &pamelacLcLLogRecord_IsA, 4, sizeof(pamela::LogRecord) ); instance.SetNew(&new_pamelacLcLLogRecord); instance.SetNewArray(&newArray_pamelacLcLLogRecord); instance.SetDelete(&delete_pamelacLcLLogRecord); instance.SetDeleteArray(&deleteArray_pamelacLcLLogRecord); instance.SetDestructor(&destruct_pamelacLcLLogRecord); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::LogRecord*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } namespace ROOT { void pamelacLcLLogEvent_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *pamelacLcLLogEvent_IsA(const void*); static void *new_pamelacLcLLogEvent(void *p = 0); static void *newArray_pamelacLcLLogEvent(Long_t size); static void delete_pamelacLcLLogEvent(void *p); static void deleteArray_pamelacLcLLogEvent(void *p); static void destruct_pamelacLcLLogEvent(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const pamela::LogEvent*) { pamela::LogEvent *ptr = 0; static ROOT::TGenericClassInfo instance("pamela::LogEvent", pamela::LogEvent::Class_Version(), "LogEvent.h", 22, typeid(pamela::LogEvent), DefineBehavior(ptr, ptr), &::pamela::LogEvent::Dictionary, &pamelacLcLLogEvent_IsA, 4, sizeof(pamela::LogEvent) ); instance.SetNew(&new_pamelacLcLLogEvent); instance.SetNewArray(&newArray_pamelacLcLLogEvent); instance.SetDelete(&delete_pamelacLcLLogEvent); instance.SetDeleteArray(&deleteArray_pamelacLcLLogEvent); instance.SetDestructor(&destruct_pamelacLcLLogEvent); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const pamela::LogEvent*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *pamela::LogRecord::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *pamela::LogRecord::Class_Name() { return "pamela::LogRecord"; } //______________________________________________________________________________ const char *pamela::LogRecord::ImplFileName() { return ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int pamela::LogRecord::ImplFileLine() { return ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void pamela::LogRecord::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *pamela::LogRecord::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::LogRecord*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *pamela::LogEvent::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *pamela::LogEvent::Class_Name() { return "pamela::LogEvent"; } //______________________________________________________________________________ const char *pamela::LogEvent::ImplFileName() { return ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int pamela::LogEvent::ImplFileLine() { return ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void pamela::LogEvent::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *pamela::LogEvent::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const pamela::LogEvent*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void pamela::LogEvent::Streamer(TBuffer &R__b) { // Stream an object of class pamela::LogEvent. if (R__b.IsReading()) { pamela::LogEvent::Class()->ReadBuffer(R__b, this); } else { pamela::LogEvent::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void pamela::LogEvent::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class pamela::LogEvent. TClass *R__cl = pamela::LogEvent::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "Log_crc_ok", &Log_crc_ok); R__insp.Inspect(R__cl, R__parent, "*Records", &Records); //This works around a msvc bug and should be harmless on other platforms typedef pamela::SubPacket baseClass1; baseClass1::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *pamelacLcLLogEvent_IsA(const void *obj) { return ((::pamela::LogEvent*)obj)->IsA(); } // Wrappers around operator new static void *new_pamelacLcLLogEvent(void *p) { return p ? new(p) ::pamela::LogEvent : new ::pamela::LogEvent; } static void *newArray_pamelacLcLLogEvent(Long_t size) { return new ::pamela::LogEvent[size]; } // Wrapper around operator delete static void delete_pamelacLcLLogEvent(void *p) { delete ((::pamela::LogEvent*)p); } static void deleteArray_pamelacLcLLogEvent(void *p) { delete [] ((::pamela::LogEvent*)p); } static void destruct_pamelacLcLLogEvent(void *p) { typedef ::pamela::LogEvent current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::pamela::LogEvent //______________________________________________________________________________ void pamela::LogRecord::Streamer(TBuffer &R__b) { // Stream an object of class pamela::LogRecord. if (R__b.IsReading()) { pamela::LogRecord::Class()->ReadBuffer(R__b, this); } else { pamela::LogRecord::Class()->WriteBuffer(R__b, this); } } //______________________________________________________________________________ void pamela::LogRecord::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class pamela::LogRecord. TClass *R__cl = pamela::LogRecord::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "LG_RECORD_OBT", &LG_RECORD_OBT); R__insp.Inspect(R__cl, R__parent, "LG_LINE", &LG_LINE); R__insp.Inspect(R__cl, R__parent, "LG_INFO", &LG_INFO); R__insp.Inspect(R__cl, R__parent, "LG_FILE_ID", &LG_FILE_ID); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *pamelacLcLLogRecord_IsA(const void *obj) { return ((::pamela::LogRecord*)obj)->IsA(); } // Wrappers around operator new static void *new_pamelacLcLLogRecord(void *p) { return p ? new(p) ::pamela::LogRecord : new ::pamela::LogRecord; } static void *newArray_pamelacLcLLogRecord(Long_t size) { return new ::pamela::LogRecord[size]; } // Wrapper around operator delete static void delete_pamelacLcLLogRecord(void *p) { delete ((::pamela::LogRecord*)p); } static void deleteArray_pamelacLcLLogRecord(void *p) { delete [] ((::pamela::LogRecord*)p); } static void destruct_pamelacLcLLogRecord(void *p) { typedef ::pamela::LogRecord current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::pamela::LogRecord /******************************************************** * LogDict.cpp ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableLogDict(); extern "C" void G__set_cpp_environmentLogDict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("LogEvent.h"); G__add_compiledheader("LogRecord.h"); G__cpp_reset_tagtableLogDict(); } class G__LogDictdOcpp_tag {}; void* operator new(size_t size,G__LogDictdOcpp_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__LogDictdOcpp_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_LogDictdOcpp() { G__operator_delete(0); } extern "C" int G__cpp_dllrevLogDict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* pamela */ /* pamela::LogRecord */ static int G__LogDict_134_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::LogRecord *p=NULL; if(G__getaryconstruct()) p=new pamela::LogRecord[G__getaryconstruct()]; else p=new pamela::LogRecord; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)pamela::LogRecord::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::LogRecord::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)pamela::LogRecord::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); pamela::LogRecord::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const pamela::LogRecord*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::LogRecord*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::LogRecord*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::LogRecord*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::LogRecord::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pamela::LogRecord::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::LogRecord::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_134_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pamela::LogRecord::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__LogDict_134_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::LogRecord *p; void *xtmp = (void*)G__int(libp->para[0]); p=new pamela::LogRecord(*(pamela::LogRecord*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef pamela::LogRecord G__TpamelacLcLLogRecord; static int G__LogDict_134_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::LogRecord *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (pamela::LogRecord *)((G__getstructoffset())+sizeof(pamela::LogRecord)*i); else delete (pamela::LogRecord *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__LogDict_134_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::LogRecord *dest = (pamela::LogRecord*)(G__getstructoffset()); *dest = (*(pamela::LogRecord*)libp->para[0].ref); const pamela::LogRecord& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* pamela::LogEvent */ static int G__LogDict_138_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::LogEvent *p=NULL; if(G__getaryconstruct()) p=new pamela::LogEvent[G__getaryconstruct()]; else p=new pamela::LogEvent; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)pamela::LogEvent::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::LogEvent::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)pamela::LogEvent::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); pamela::LogEvent::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const pamela::LogEvent*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::LogEvent*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::LogEvent*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((pamela::LogEvent*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::LogEvent::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pamela::LogEvent::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)pamela::LogEvent::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__LogDict_138_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)pamela::LogEvent::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__LogDict_138_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { pamela::LogEvent *p; void *xtmp = (void*)G__int(libp->para[0]); p=new pamela::LogEvent(*(pamela::LogEvent*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef pamela::LogEvent G__TpamelacLcLLogEvent; static int G__LogDict_138_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::LogEvent *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (pamela::LogEvent *)((G__getstructoffset())+sizeof(pamela::LogEvent)*i); else delete (pamela::LogEvent *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* pamela */ /* pamela::LogRecord */ /* pamela::LogEvent */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncLogDict { public: G__Sizep2memfuncLogDict() {p=&G__Sizep2memfuncLogDict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncLogDict::*p)(); }; size_t G__get_sizep2memfuncLogDict() { G__Sizep2memfuncLogDict 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_inheritanceLogDict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord))) { pamela::LogRecord *G__Lderived; G__Lderived=(pamela::LogRecord*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),G__get_linked_tagnum(&G__LogDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent))) { pamela::LogEvent *G__Lderived; G__Lderived=(pamela::LogEvent*)0x1000; { pamela::SubPacket *G__Lpbase=(pamela::SubPacket*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLSubPacket),(long)G__Lpbase-(long)G__Lderived,1,1); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),G__get_linked_tagnum(&G__LogDictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableLogDict() { /* 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__LogDictLN_pamela)); { } G__tag_memvar_reset(); } /* pamela::LogRecord */ static void G__setup_memvarpamelacLcLLogRecord(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord)); { pamela::LogRecord *p; p=(pamela::LogRecord*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->LG_RECORD_OBT)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_RECORD_OBT=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->LG_LINE)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_LINE=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->LG_INFO)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_INFO=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->LG_FILE_ID)-(long)(p)),104,0,0,-1,G__defined_typename("UINT"),-1,1,"LG_FILE_ID=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* pamela::LogEvent */ static void G__setup_memvarpamelacLcLLogEvent(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent)); { pamela::LogEvent *p; p=(pamela::LogEvent*)0x1000; if (p) { } G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClonesArray),-1,-2,4,"fgRecords=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Log_crc_ok)-(long)(p)),105,0,0,-1,-1,-1,1,"Log_crc_ok=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->Records)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClonesArray),-1,-1,1,"Records=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarLogDict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncpamela(void) { /* pamela */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__LogDictLN_pamela)); // automatic destructor G__memfunc_setup("~pamela",750,(G__InterfaceMethod)NULL,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } static void G__setup_memfuncpamelacLcLLogRecord(void) { /* pamela::LogRecord */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord)); G__memfunc_setup("LogRecord",897,G__LogDict_134_1_0,105,G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__LogDict_134_2_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::LogRecord::Class),0); G__memfunc_setup("Class_Name",982,G__LogDict_134_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogRecord::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__LogDict_134_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::LogRecord::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__LogDict_134_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::LogRecord::Dictionary),0); G__memfunc_setup("IsA",253,G__LogDict_134_6_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__LogDict_134_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__LogDict_134_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__LogDict_134_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__LogDict_134_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogRecord::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__LogDict_134_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogRecord::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__LogDict_134_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogRecord::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__LogDict_134_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogRecord::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("LogRecord",897,G__LogDict_134_4_1,(int)('i'),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),-1,0,1,1,1,0,"u 'pamela::LogRecord' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~LogRecord",1023,G__LogDict_134_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__LogDict_134_6_1,(int)('u'),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),-1,1,1,1,1,0,"u 'pamela::LogRecord' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } static void G__setup_memfuncpamelacLcLLogEvent(void) { /* pamela::LogEvent */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent)); G__memfunc_setup("LogEvent",804,G__LogDict_138_1_0,105,G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__LogDict_138_2_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&pamela::LogEvent::Class),0); G__memfunc_setup("Class_Name",982,G__LogDict_138_3_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogEvent::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__LogDict_138_4_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&pamela::LogEvent::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__LogDict_138_5_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&pamela::LogEvent::Dictionary),0); G__memfunc_setup("IsA",253,G__LogDict_138_6_0,85,G__get_linked_tagnum(&G__LogDictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__LogDict_138_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__LogDict_138_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__LogDict_138_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__LogDict_138_0_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogEvent::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__LogDict_138_1_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogEvent::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__LogDict_138_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&pamela::LogEvent::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__LogDict_138_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&pamela::LogEvent::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("LogEvent",804,G__LogDict_138_4_1,(int)('i'),G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),-1,0,1,1,1,0,"u 'pamela::LogEvent' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~LogEvent",930,G__LogDict_138_5_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncLogDict() { } /********************************************************* * 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_globalLogDict() { 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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcLogDict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__LogDictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__LogDictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__LogDictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__LogDictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__LogDictLN_pamela = { "pamela" , 110 , -1 }; G__linked_taginfo G__LogDictLN_pamelacLcLSubPacket = { "pamela::SubPacket" , 99 , -1 }; G__linked_taginfo G__LogDictLN_pamelacLcLLogRecord = { "pamela::LogRecord" , 99 , -1 }; G__linked_taginfo G__LogDictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__LogDictLN_pamelacLcLLogEvent = { "pamela::LogEvent" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableLogDict() { G__LogDictLN_TClass.tagnum = -1 ; G__LogDictLN_TBuffer.tagnum = -1 ; G__LogDictLN_TMemberInspector.tagnum = -1 ; G__LogDictLN_TObject.tagnum = -1 ; G__LogDictLN_pamela.tagnum = -1 ; G__LogDictLN_pamelacLcLSubPacket.tagnum = -1 ; G__LogDictLN_pamelacLcLLogRecord.tagnum = -1 ; G__LogDictLN_TClonesArray.tagnum = -1 ; G__LogDictLN_pamelacLcLLogEvent.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableLogDict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__LogDictLN_TClass); G__get_linked_tagnum(&G__LogDictLN_TBuffer); G__get_linked_tagnum(&G__LogDictLN_TMemberInspector); G__get_linked_tagnum(&G__LogDictLN_TObject); G__tagtable_setup(G__get_linked_tagnum(&G__LogDictLN_pamela),0,-1,0,(char*)NULL,G__setup_memvarpamela,G__setup_memfuncpamela); G__get_linked_tagnum(&G__LogDictLN_pamelacLcLSubPacket); G__tagtable_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogRecord),sizeof(pamela::LogRecord),-1,292096,(char*)NULL,G__setup_memvarpamelacLcLLogRecord,G__setup_memfuncpamelacLcLLogRecord); G__get_linked_tagnum(&G__LogDictLN_TClonesArray); G__tagtable_setup(G__get_linked_tagnum(&G__LogDictLN_pamelacLcLLogEvent),sizeof(pamela::LogEvent),-1,324864,(char*)NULL,G__setup_memvarpamelacLcLLogEvent,G__setup_memfuncpamelacLcLLogEvent); } extern "C" void G__cpp_setupLogDict(void) { G__check_setup_version(30051515,"G__cpp_setupLogDict()"); G__set_cpp_environmentLogDict(); G__cpp_setup_tagtableLogDict(); G__cpp_setup_inheritanceLogDict(); G__cpp_setup_typetableLogDict(); G__cpp_setup_memvarLogDict(); G__cpp_setup_memfuncLogDict(); G__cpp_setup_globalLogDict(); G__cpp_setup_funcLogDict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncLogDict(); return; } class G__cpp_setup_initLogDict { public: G__cpp_setup_initLogDict() { G__add_setup_func("LogDict",(G__incsetup)(&G__cpp_setupLogDict)); G__call_setup_funcs(); } ~G__cpp_setup_initLogDict() { G__remove_setup_func("LogDict"); } }; G__cpp_setup_initLogDict G__cpp_setup_initializerLogDict;