// // File generated by rootcint at Thu Jun 15 14:42:30 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 "ToFLevel2Dict.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 ToFTrkVar_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *ToFTrkVar_IsA(const void*); static void *new_ToFTrkVar(void *p = 0); static void *newArray_ToFTrkVar(Long_t size); static void delete_ToFTrkVar(void *p); static void deleteArray_ToFTrkVar(void *p); static void destruct_ToFTrkVar(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const ::ToFTrkVar*) { ::ToFTrkVar *ptr = 0; static ::ROOT::TGenericClassInfo instance("ToFTrkVar", ::ToFTrkVar::Class_Version(), "inc/ToFLevel2.h", 9, typeid(::ToFTrkVar), DefineBehavior(ptr, ptr), &::ToFTrkVar::Dictionary, &ToFTrkVar_IsA, 0, sizeof(::ToFTrkVar) ); instance.SetNew(&new_ToFTrkVar); instance.SetNewArray(&newArray_ToFTrkVar); instance.SetDelete(&delete_ToFTrkVar); instance.SetDeleteArray(&deleteArray_ToFTrkVar); instance.SetDestructor(&destruct_ToFTrkVar); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::ToFTrkVar*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } namespace ROOT { void ToFLevel2_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *ToFLevel2_IsA(const void*); static void *new_ToFLevel2(void *p = 0); static void *newArray_ToFLevel2(Long_t size); static void delete_ToFLevel2(void *p); static void deleteArray_ToFLevel2(void *p); static void destruct_ToFLevel2(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const ::ToFLevel2*) { ::ToFLevel2 *ptr = 0; static ::ROOT::TGenericClassInfo instance("ToFLevel2", ::ToFLevel2::Class_Version(), "inc/ToFLevel2.h", 28, typeid(::ToFLevel2), DefineBehavior(ptr, ptr), &::ToFLevel2::Dictionary, &ToFLevel2_IsA, 0, sizeof(::ToFLevel2) ); instance.SetNew(&new_ToFLevel2); instance.SetNewArray(&newArray_ToFLevel2); instance.SetDelete(&delete_ToFLevel2); instance.SetDeleteArray(&deleteArray_ToFLevel2); instance.SetDestructor(&destruct_ToFLevel2); return &instance; } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const ::ToFLevel2*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *ToFTrkVar::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *ToFTrkVar::Class_Name() { return "ToFTrkVar"; } //______________________________________________________________________________ const char *ToFTrkVar::ImplFileName() { return ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int ToFTrkVar::ImplFileLine() { return ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void ToFTrkVar::Dictionary() { fgIsA = ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *ToFTrkVar::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::ToFTrkVar*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ TClass *ToFLevel2::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *ToFLevel2::Class_Name() { return "ToFLevel2"; } //______________________________________________________________________________ const char *ToFLevel2::ImplFileName() { return ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int ToFLevel2::ImplFileLine() { return ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void ToFLevel2::Dictionary() { fgIsA = ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *ToFLevel2::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstance((const ::ToFLevel2*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void ToFTrkVar::Streamer(TBuffer &R__b) { // Stream an object of class ToFTrkVar. 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 >> trkseqno; R__b.ReadStaticArray((float*)beta_a); R__b.ReadStaticArray((float*)adc_c); R__b.CheckByteCount(R__s, R__c, ToFTrkVar::IsA()); } else { R__c = R__b.WriteVersion(ToFTrkVar::IsA(), kTRUE); TObject::Streamer(R__b); R__b << trkseqno; R__b.WriteArray(beta_a, 5); R__b.WriteArray((float*)adc_c, 48); R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void ToFTrkVar::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class ToFTrkVar. TClass *R__cl = ::ToFTrkVar::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "trkseqno", &trkseqno); R__insp.Inspect(R__cl, R__parent, "beta_a[5]", beta_a); R__insp.Inspect(R__cl, R__parent, "adc_c[12][4]", adc_c); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *ToFTrkVar_IsA(const void *obj) { return ((::ToFTrkVar*)obj)->IsA(); } // Wrappers around operator new static void *new_ToFTrkVar(void *p) { return p ? new(p) ::ToFTrkVar : new ::ToFTrkVar; } static void *newArray_ToFTrkVar(Long_t size) { return new ::ToFTrkVar[size]; } // Wrapper around operator delete static void delete_ToFTrkVar(void *p) { delete ((::ToFTrkVar*)p); } static void deleteArray_ToFTrkVar(void *p) { delete [] ((::ToFTrkVar*)p); } static void destruct_ToFTrkVar(void *p) { typedef ::ToFTrkVar current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::ToFTrkVar //______________________________________________________________________________ void ToFLevel2::Streamer(TBuffer &R__b) { // Stream an object of class ToFLevel2. 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.ReadStaticArray((float*)xtofpos); R__b.ReadStaticArray((float*)ytofpos); R__b.ReadStaticArray((int*)tof_i_flag); R__b.ReadStaticArray((int*)tof_j_flag); ToFTrk->Streamer(R__b); R__b.CheckByteCount(R__s, R__c, ToFLevel2::IsA()); } else { R__c = R__b.WriteVersion(ToFLevel2::IsA(), kTRUE); TObject::Streamer(R__b); R__b.WriteArray(xtofpos, 3); R__b.WriteArray(ytofpos, 3); R__b.WriteArray(tof_i_flag, 6); R__b.WriteArray(tof_j_flag, 6); ToFTrk->Streamer(R__b); R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void ToFLevel2::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class ToFLevel2. TClass *R__cl = ::ToFLevel2::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "xtofpos[3]", xtofpos); R__insp.Inspect(R__cl, R__parent, "ytofpos[3]", ytofpos); R__insp.Inspect(R__cl, R__parent, "tof_i_flag[6]", tof_i_flag); R__insp.Inspect(R__cl, R__parent, "tof_j_flag[6]", tof_j_flag); R__insp.Inspect(R__cl, R__parent, "*ToFTrk", &ToFTrk); TObject::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *ToFLevel2_IsA(const void *obj) { return ((::ToFLevel2*)obj)->IsA(); } // Wrappers around operator new static void *new_ToFLevel2(void *p) { return p ? new(p) ::ToFLevel2 : new ::ToFLevel2; } static void *newArray_ToFLevel2(Long_t size) { return new ::ToFLevel2[size]; } // Wrapper around operator delete static void delete_ToFLevel2(void *p) { delete ((::ToFLevel2*)p); } static void deleteArray_ToFLevel2(void *p) { delete [] ((::ToFLevel2*)p); } static void destruct_ToFLevel2(void *p) { typedef ::ToFLevel2 current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::ToFLevel2 /******************************************************** * src/ToFLevel2Dict.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_tagtableToFLevel2Dict(); extern "C" void G__set_cpp_environmentToFLevel2Dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("inc/ToFLevel2.h"); G__cpp_reset_tagtableToFLevel2Dict(); } class G__srcdIToFLevel2DictdOcpp_tag {}; void* operator new(size_t size,G__srcdIToFLevel2DictdOcpp_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__srcdIToFLevel2DictdOcpp_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_srcdIToFLevel2DictdOcpp() { G__operator_delete(0); } extern "C" int G__cpp_dllrevToFLevel2Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* ToFTrkVar */ static int G__ToFLevel2Dict_131_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { ToFTrkVar *p=NULL; if(G__getaryconstruct()) p=new ToFTrkVar[G__getaryconstruct()]; else p=new ToFTrkVar; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { ToFTrkVar *p=NULL; p = new ToFTrkVar(*(ToFTrkVar*)libp->para[0].ref); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((ToFTrkVar*)(G__getstructoffset()))->GetToFTrkVar()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)ToFTrkVar::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)ToFTrkVar::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)ToFTrkVar::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ToFTrkVar::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const ToFTrkVar*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((ToFTrkVar*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((ToFTrkVar*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((ToFTrkVar*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)ToFTrkVar::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)ToFTrkVar::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)ToFTrkVar::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_131_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)ToFTrkVar::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef ToFTrkVar G__TToFTrkVar; static int G__ToFLevel2Dict_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[] (ToFTrkVar *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (ToFTrkVar *)((G__getstructoffset())+sizeof(ToFTrkVar)*i); else delete (ToFTrkVar *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__ToFLevel2Dict_131_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { ToFTrkVar *dest = (ToFTrkVar*)(G__getstructoffset()); *dest = (*(ToFTrkVar*)libp->para[0].ref); const ToFTrkVar& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* ToFLevel2 */ static int G__ToFLevel2Dict_132_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((ToFLevel2*)(G__getstructoffset()))->ntrk()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((ToFLevel2*)(G__getstructoffset()))->GetToFTrkVar((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((ToFLevel2*)(G__getstructoffset()))->GetToFLevel2()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { ToFLevel2 *p=NULL; if(G__getaryconstruct()) p=new ToFLevel2[G__getaryconstruct()]; else p=new ToFLevel2; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)ToFLevel2::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)ToFLevel2::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)ToFLevel2::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ToFLevel2::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const ToFLevel2*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((ToFLevel2*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((ToFLevel2*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((ToFLevel2*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)ToFLevel2::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)ToFLevel2::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)ToFLevel2::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__ToFLevel2Dict_132_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)ToFLevel2::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__ToFLevel2Dict_132_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { ToFLevel2 *p; void *xtmp = (void*)G__int(libp->para[0]); p=new ToFLevel2(*(ToFLevel2*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef ToFLevel2 G__TToFLevel2; static int G__ToFLevel2Dict_132_8_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[] (ToFLevel2 *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (ToFLevel2 *)((G__getstructoffset())+sizeof(ToFLevel2)*i); else delete (ToFLevel2 *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__ToFLevel2Dict_132_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { ToFLevel2 *dest = (ToFLevel2*)(G__getstructoffset()); *dest = (*(ToFLevel2*)libp->para[0].ref); const ToFLevel2& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* ToFTrkVar */ /* ToFLevel2 */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncToFLevel2Dict { public: G__Sizep2memfuncToFLevel2Dict() {p=&G__Sizep2memfuncToFLevel2Dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncToFLevel2Dict::*p)(); }; size_t G__get_sizep2memfuncToFLevel2Dict() { G__Sizep2memfuncToFLevel2Dict 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_inheritanceToFLevel2Dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar))) { ToFTrkVar *G__Lderived; G__Lderived=(ToFTrkVar*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),G__get_linked_tagnum(&G__ToFLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2))) { ToFLevel2 *G__Lderived; G__Lderived=(ToFLevel2*)0x1000; { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),G__get_linked_tagnum(&G__ToFLevel2DictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableToFLevel2Dict() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0, -1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* ToFTrkVar */ static void G__setup_memvarToFTrkVar(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar)); { ToFTrkVar *p; p=(ToFTrkVar*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->trkseqno)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"trkseqno=",0,"tracker entry coming from tracker, 100 if image track is used, -100 if the track is not consistent with MyDetector2 one"); G__memvar_setup((void*)((long)(&p->beta_a)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"beta_a[5]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->adc_c)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"adc_c[12][4]=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } /* ToFLevel2 */ static void G__setup_memvarToFLevel2(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2)); { ToFLevel2 *p; p=(ToFLevel2*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->xtofpos)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"xtofpos[3]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->ytofpos)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"ytofpos[3]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->tof_i_flag)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"tof_i_flag[6]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->tof_j_flag)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"tof_j_flag[6]=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->ToFTrk)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClonesArray),-1,-1,1,"ToFTrk=",0,"track related variable class"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarToFLevel2Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncToFTrkVar(void) { /* ToFTrkVar */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar)); G__memfunc_setup("ToFTrkVar",867,G__ToFLevel2Dict_131_1_0,105,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ToFTrkVar",867,G__ToFLevel2Dict_131_2_0,105,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,1,1,1,0,"u 'ToFTrkVar' - 11 - -",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetToFTrkVar",1155,G__ToFLevel2Dict_131_3_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,0,1,1,0,"","<<< ELENA",(void*)NULL,0); G__memfunc_setup("Class",502,G__ToFLevel2Dict_131_4_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&ToFTrkVar::Class),0); G__memfunc_setup("Class_Name",982,G__ToFLevel2Dict_131_5_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFTrkVar::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__ToFLevel2Dict_131_6_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&ToFTrkVar::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__ToFLevel2Dict_131_7_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&ToFTrkVar::Dictionary),0); G__memfunc_setup("IsA",253,G__ToFLevel2Dict_131_8_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__ToFLevel2Dict_131_9_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__ToFLevel2Dict_131_0_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__ToFLevel2Dict_131_1_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__ToFLevel2Dict_131_2_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFTrkVar::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__ToFLevel2Dict_131_3_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFTrkVar::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__ToFLevel2Dict_131_4_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFTrkVar::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__ToFLevel2Dict_131_5_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFTrkVar::DeclFileLine),0); // automatic destructor G__memfunc_setup("~ToFTrkVar",993,G__ToFLevel2Dict_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__ToFLevel2Dict_131_7_1,(int)('u'),G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,1,1,1,1,0,"u 'ToFTrkVar' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } static void G__setup_memfuncToFLevel2(void) { /* ToFLevel2 */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2)); G__memfunc_setup("ntrk",447,G__ToFLevel2Dict_132_1_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetToFTrkVar",1155,G__ToFLevel2Dict_132_2_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),-1,0,1,1,1,0,"i - 'Int_t' 0 - notrack",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetToFLevel2",1107,G__ToFLevel2Dict_132_3_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ToFLevel2",819,G__ToFLevel2Dict_132_4_0,105,G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__ToFLevel2Dict_132_5_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&ToFLevel2::Class),0); G__memfunc_setup("Class_Name",982,G__ToFLevel2Dict_132_6_0,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFLevel2::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__ToFLevel2Dict_132_7_0,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&ToFLevel2::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__ToFLevel2Dict_132_8_0,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&ToFLevel2::Dictionary),0); G__memfunc_setup("IsA",253,G__ToFLevel2Dict_132_9_0,85,G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__ToFLevel2Dict_132_0_1,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__ToFLevel2Dict_132_1_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__ToFLevel2Dict_132_2_1,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__ToFLevel2Dict_132_3_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFLevel2::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__ToFLevel2Dict_132_4_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFLevel2::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__ToFLevel2Dict_132_5_1,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&ToFLevel2::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__ToFLevel2Dict_132_6_1,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&ToFLevel2::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("ToFLevel2",819,G__ToFLevel2Dict_132_7_1,(int)('i'),G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,0,1,1,1,0,"u 'ToFLevel2' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~ToFLevel2",945,G__ToFLevel2Dict_132_8_1,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__ToFLevel2Dict_132_9_1,(int)('u'),G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),-1,1,1,1,1,0,"u 'ToFLevel2' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncToFLevel2Dict() { } /********************************************************* * 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_globalToFLevel2Dict() { 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_funcToFLevel2Dict() { 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__ToFLevel2DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__ToFLevel2DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__ToFLevel2DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__ToFLevel2DictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__ToFLevel2DictLN_TClonesArray = { "TClonesArray" , 99 , -1 }; G__linked_taginfo G__ToFLevel2DictLN_ToFTrkVar = { "ToFTrkVar" , 99 , -1 }; G__linked_taginfo G__ToFLevel2DictLN_ToFLevel2 = { "ToFLevel2" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableToFLevel2Dict() { G__ToFLevel2DictLN_TClass.tagnum = -1 ; G__ToFLevel2DictLN_TBuffer.tagnum = -1 ; G__ToFLevel2DictLN_TMemberInspector.tagnum = -1 ; G__ToFLevel2DictLN_TObject.tagnum = -1 ; G__ToFLevel2DictLN_TClonesArray.tagnum = -1 ; G__ToFLevel2DictLN_ToFTrkVar.tagnum = -1 ; G__ToFLevel2DictLN_ToFLevel2.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableToFLevel2Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__ToFLevel2DictLN_TClass); G__get_linked_tagnum(&G__ToFLevel2DictLN_TBuffer); G__get_linked_tagnum(&G__ToFLevel2DictLN_TMemberInspector); G__get_linked_tagnum(&G__ToFLevel2DictLN_TObject); G__get_linked_tagnum(&G__ToFLevel2DictLN_TClonesArray); G__tagtable_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFTrkVar),sizeof(ToFTrkVar),-1,29440,(char*)NULL,G__setup_memvarToFTrkVar,G__setup_memfuncToFTrkVar); G__tagtable_setup(G__get_linked_tagnum(&G__ToFLevel2DictLN_ToFLevel2),sizeof(ToFLevel2),-1,28928,(char*)NULL,G__setup_memvarToFLevel2,G__setup_memfuncToFLevel2); } extern "C" void G__cpp_setupToFLevel2Dict(void) { G__check_setup_version(30051515,"G__cpp_setupToFLevel2Dict()"); G__set_cpp_environmentToFLevel2Dict(); G__cpp_setup_tagtableToFLevel2Dict(); G__cpp_setup_inheritanceToFLevel2Dict(); G__cpp_setup_typetableToFLevel2Dict(); G__cpp_setup_memvarToFLevel2Dict(); G__cpp_setup_memfuncToFLevel2Dict(); G__cpp_setup_globalToFLevel2Dict(); G__cpp_setup_funcToFLevel2Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncToFLevel2Dict(); return; } class G__cpp_setup_initToFLevel2Dict { public: G__cpp_setup_initToFLevel2Dict() { G__add_setup_func("ToFLevel2Dict",(G__incsetup)(&G__cpp_setupToFLevel2Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initToFLevel2Dict() { G__remove_setup_func("ToFLevel2Dict"); } }; G__cpp_setup_initToFLevel2Dict G__cpp_setup_initializerToFLevel2Dict;