// // File generated by rootcint at Sun Jul 2 07:55:27 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 #include "TClcModule_dict.h" #include "TClass.h" #include "TBuffer.h" #include "TStreamerInfo.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 TClcModule_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TClcModule_IsA(const void*); static void *new_TClcModule(void *p = 0); static void *newArray_TClcModule(Long_t size); static void delete_TClcModule(void *p); static void deleteArray_TClcModule(void *p); static void destruct_TClcModule(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TClcModule*) { TClcModule *ptr = 0; static ROOT::TGenericClassInfo instance("TClcModule", TClcModule::Class_Version(), "/data/nglas08/a/stdenis/stn614maxopt2jul06/include/Stntuple/data/TClcModule.hh", 6, typeid(TClcModule), DefineBehavior(ptr, ptr), &::TClcModule::Dictionary, &TClcModule_IsA, 0, sizeof(TClcModule) ); instance.SetNew(&new_TClcModule); instance.SetNewArray(&newArray_TClcModule); instance.SetDelete(&delete_TClcModule); instance.SetDeleteArray(&deleteArray_TClcModule); instance.SetDestructor(&destruct_TClcModule); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TClcModule*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TClcModule::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TClcModule::Class_Name() { return "TClcModule"; } //______________________________________________________________________________ const char *TClcModule::ImplFileName() { return ROOT::GenerateInitInstance((const TClcModule*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TClcModule::ImplFileLine() { return ROOT::GenerateInitInstance((const TClcModule*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TClcModule::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TClcModule*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TClcModule::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TClcModule*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TClcModule::Streamer(TBuffer &R__b) { // Stream an object of class TClcModule. UInt_t R__s, R__c; if (R__b.IsReading()) { Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { } R__b >> fNTdcHits; R__b >> fNHitChannels; R__b >> fNUsedChannels; R__b >> fNUsedChannelsW; R__b >> fMeanTime; R__b >> fMeanTimeW; R__b >> fLayer; R__b.CheckByteCount(R__s, R__c, TClcModule::IsA()); } else { R__c = R__b.WriteVersion(TClcModule::IsA(), kTRUE); R__b << fNTdcHits; R__b << fNHitChannels; R__b << fNUsedChannels; R__b << fNUsedChannelsW; R__b << fMeanTime; R__b << fMeanTimeW; R__b << fLayer; R__b.SetByteCount(R__c, kTRUE); } } //______________________________________________________________________________ void TClcModule::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TClcModule. TClass *R__cl = TClcModule::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fNTdcHits", &fNTdcHits); R__insp.Inspect(R__cl, R__parent, "fNHitChannels", &fNHitChannels); R__insp.Inspect(R__cl, R__parent, "fNUsedChannels", &fNUsedChannels); R__insp.Inspect(R__cl, R__parent, "fNUsedChannelsW", &fNUsedChannelsW); R__insp.Inspect(R__cl, R__parent, "fMeanTime", &fMeanTime); R__insp.Inspect(R__cl, R__parent, "fMeanTimeW", &fMeanTimeW); R__insp.Inspect(R__cl, R__parent, "*fLayer", &fLayer); R__insp.Inspect(R__cl, R__parent, "fRefChannel", &fRefChannel); R__insp.Inspect(R__cl, R__parent, "fT0", &fT0); R__insp.Inspect(R__cl, R__parent, "fT0W", &fT0W); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TClcModule_IsA(const void *obj) { return ((::TClcModule*)obj)->IsA(); } // Wrappers around operator new static void *new_TClcModule(void *p) { return p ? ::new((ROOT::TOperatorNewHelper*)p) ::TClcModule : new ::TClcModule; } static void *newArray_TClcModule(Long_t size) { return new ::TClcModule[size]; } // Wrapper around operator delete static void delete_TClcModule(void *p) { delete ((::TClcModule*)p); } static void deleteArray_TClcModule(void *p) { delete [] ((::TClcModule*)p); } static void destruct_TClcModule(void *p) { typedef ::TClcModule current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TClcModule /******************************************************** * TClcModule_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTClcModule_dict(); extern "C" void G__set_cpp_environmentTClcModule_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TClcModule.hh"); G__cpp_reset_tagtableTClcModule_dict(); } class G__TClcModule_dictdOcxx_tag {}; void* operator new(size_t size,G__TClcModule_dictdOcxx_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__TClcModule_dictdOcxx_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_TClcModule_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTClcModule_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TClcModule */ static int G__TClcModule_dict_188_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TClcModule *p=NULL; if(G__getaryconstruct()) p=new TClcModule[G__getaryconstruct()]; else p=::new((G__TClcModule_dictdOcxx_tag*)G__getgvp()) TClcModule; result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->NTdcHits()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->NHitChannels()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->NUsedChannels()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->NUsedChannelsW()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TClcModule*)(G__getstructoffset()))->MeanTime()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TClcModule*)(G__getstructoffset()))->MeanTimeW()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((TClcModule*)(G__getstructoffset()))->Layer((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TClcModule*)(G__getstructoffset()))->T0()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TClcModule*)(G__getstructoffset()))->T0W()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->RefChannel()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->SetT0((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->SetT0W((Float_t)G__double(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->SetRefChannel((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->SetNTdcHits((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->SetNHitChannels((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->NChannelsAbove((Int_t)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->NHits((Float_t)G__double(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TClcModule*)(G__getstructoffset()))->CalculateMeanTime((Float_t)G__double(libp->para[0]),(Float_t)G__double(libp->para[1]) ,(Float_t)G__double(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->Clear((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->Clear(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->Print((Option_t*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->Print(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TClcModule::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TClcModule::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TClcModule::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TClcModule::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TClcModule*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TClcModule*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TClcModule::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TClcModule::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TClcModule::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TClcModule_dict_188_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TClcModule::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TClcModule_dict_188_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TClcModule *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TClcModule(*(TClcModule*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TClcModule G__TTClcModule; static int G__TClcModule_dict_188_5_3(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[] (TClcModule *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) ((TClcModule *)((G__getstructoffset())+sizeof(TClcModule)*i))->~G__TTClcModule(); else { long G__Xtmp=G__getgvp(); G__setgvp(G__PVOID); ((TClcModule *)(G__getstructoffset()))->~G__TTClcModule(); G__setgvp(G__Xtmp); G__operator_delete((void*)G__getstructoffset()); } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TClcModule_dict_188_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TClcModule *dest = (TClcModule*)(G__getstructoffset()); *dest = (*(TClcModule*)libp->para[0].ref); const TClcModule& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TClcModule */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTClcModule_dict { public: G__Sizep2memfuncTClcModule_dict() {p=&G__Sizep2memfuncTClcModule_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTClcModule_dict::*p)(); }; size_t G__get_sizep2memfuncTClcModule_dict() { G__Sizep2memfuncTClcModule_dict 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_inheritanceTClcModule_dict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTClcModule_dict() { /* 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("Float_t",102,-1,0, -1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Version_t",115,-1,0, -1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("Option_t",99,-1,256, -1); G__setnewtype(-1,"Option string (const char)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR)); G__setnewtype(-1,"// @(#)root/base:$Name: v4-00-08-patches $:$Id: TROOT.h,v 1.40 2004/02/19 00:11:18 rdm Exp $",0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TClcModule */ static void G__setup_memvarTClcModule(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule)); { TClcModule *p; p=(TClcModule*)0x1000; if (p) { } G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModulecLcLdA),-1,-2,1,"kNLayers=3",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNTdcHits)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNTdcHits=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNHitChannels)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNHitChannels=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNUsedChannels)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNUsedChannels=",0,"# channels used for mean time calcn"); G__memvar_setup((void*)((long)(&p->fNUsedChannelsW)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNUsedChannelsW=",0,"# channels used for mean tw calcn"); G__memvar_setup((void*)((long)(&p->fMeanTime)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fMeanTime=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMeanTimeW)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fMeanTimeW=",0,"mean time (using width)"); G__memvar_setup((void*)((long)(&p->fLayer)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TClcModule_dictLN_TClcLayer),-1,-1,1,"fLayer=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fRefChannel)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fRefChannel=",0,"! reference channel (calib const)"); G__memvar_setup((void*)((long)(&p->fT0)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fT0=",0,"! global delay (calib const)"); G__memvar_setup((void*)((long)(&p->fT0W)-(long)(p)),102,0,0,-1,G__defined_typename("Float_t"),-1,1,"fT0W=",0,"! global delay (calib const, width)"); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TClcModule_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTClcModule_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTClcModule(void) { /* TClcModule */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule)); G__memfunc_setup("TClcModule",972,G__TClcModule_dict_188_1_0,105,G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NTdcHits",769,G__TClcModule_dict_188_2_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NHitChannels",1183,G__TClcModule_dict_188_3_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NUsedChannels",1291,G__TClcModule_dict_188_4_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NUsedChannelsW",1378,G__TClcModule_dict_188_5_0,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MeanTime",784,G__TClcModule_dict_188_6_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("MeanTimeW",871,G__TClcModule_dict_188_7_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Layer",509,G__TClcModule_dict_188_8_0,85,G__get_linked_tagnum(&G__TClcModule_dictLN_TClcLayer),-1,0,1,1,1,0,"i - - 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("T0",132,G__TClcModule_dict_188_9_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("T0W",219,G__TClcModule_dict_188_0_1,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("RefChannel",982,G__TClcModule_dict_188_1_1,105,-1,G__defined_typename("Int_t"),0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetT0",432,G__TClcModule_dict_188_2_1,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - t",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetT0W",519,G__TClcModule_dict_188_3_1,121,-1,-1,0,1,1,1,0,"f - 'Float_t' 0 - t",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetRefChannel",1282,G__TClcModule_dict_188_4_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - i",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNTdcHits",1069,G__TClcModule_dict_188_5_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNHitChannels",1483,G__TClcModule_dict_188_6_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NChannelsAbove",1383,G__TClcModule_dict_188_7_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"i - 'Int_t' 0 - adc_threshold",(char*)NULL,(void*)NULL,0); G__memfunc_setup("NHits",486,G__TClcModule_dict_188_8_1,105,-1,G__defined_typename("Int_t"),0,1,1,1,0,"f - 'Float_t' 0 - spp_treshold",(char*)NULL,(void*)NULL,0); G__memfunc_setup("CalculateMeanTime",1694,G__TClcModule_dict_188_9_1,105,-1,-1,0,3,1,1,0, "f - 'Float_t' 0 - tmin f - 'Float_t' 0 - tmax " "f - 'Float_t' 0 - adcThr",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Clear",487,G__TClcModule_dict_188_0_2,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Print",525,G__TClcModule_dict_188_1_2,121,-1,-1,0,1,1,1,0,"C - 'Option_t' 10 \"\" opt",(char*)NULL,(void*)NULL,0); G__memfunc_setup("Class",502,G__TClcModule_dict_188_2_2,85,G__get_linked_tagnum(&G__TClcModule_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TClcModule::Class),0); G__memfunc_setup("Class_Name",982,G__TClcModule_dict_188_3_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TClcModule::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TClcModule_dict_188_4_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TClcModule::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TClcModule_dict_188_5_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TClcModule::Dictionary),0); G__memfunc_setup("IsA",253,G__TClcModule_dict_188_6_2,85,G__get_linked_tagnum(&G__TClcModule_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TClcModule_dict_188_7_2,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__TClcModule_dict_188_8_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,1); G__memfunc_setup("StreamerNVirtual",1656,G__TClcModule_dict_188_9_2,121,-1,-1,0,1,1,1,0,"u 'TBuffer' - 1 - b",(char*)NULL,(void*)NULL,0); G__memfunc_setup("DeclFileName",1145,G__TClcModule_dict_188_0_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TClcModule::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TClcModule_dict_188_1_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TClcModule::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TClcModule_dict_188_2_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TClcModule::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TClcModule_dict_188_3_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TClcModule::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TClcModule",972,G__TClcModule_dict_188_4_3,(int)('i'),G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule),-1,0,1,1,1,0,"u 'TClcModule' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TClcModule",1098,G__TClcModule_dict_188_5_3,(int)('y'),-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); // automatic assignment operator G__memfunc_setup("operator=",937,G__TClcModule_dict_188_6_3,(int)('u'),G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule),-1,1,1,1,1,0,"u 'TClcModule' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTClcModule_dict() { } /********************************************************* * 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_globalTClcModule_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTClcModule_dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TClcModule_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_TClcLayer = { "TClcLayer" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_TClcModule = { "TClcModule" , 99 , -1 }; G__linked_taginfo G__TClcModule_dictLN_TClcModulecLcLdA = { "TClcModule::$" , 101 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTClcModule_dict() { G__TClcModule_dictLN_TClass.tagnum = -1 ; G__TClcModule_dictLN_TBuffer.tagnum = -1 ; G__TClcModule_dictLN_TMemberInspector.tagnum = -1 ; G__TClcModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TClcModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TClcModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TClcModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TClcModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TClcModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TClcModule_dictLN_TClcLayer.tagnum = -1 ; G__TClcModule_dictLN_TClcModule.tagnum = -1 ; G__TClcModule_dictLN_TClcModulecLcLdA.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTClcModule_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TClcModule_dictLN_TClass); G__get_linked_tagnum(&G__TClcModule_dictLN_TBuffer); G__get_linked_tagnum(&G__TClcModule_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TClcModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TClcModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TClcModule_dictLN_TClcLayer); G__tagtable_setup(G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModule),sizeof(TClcModule),-1,1280,(char*)NULL,G__setup_memvarTClcModule,G__setup_memfuncTClcModule); G__get_linked_tagnum(&G__TClcModule_dictLN_TClcModulecLcLdA); } extern "C" void G__cpp_setupTClcModule_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTClcModule_dict()"); G__set_cpp_environmentTClcModule_dict(); G__cpp_setup_tagtableTClcModule_dict(); G__cpp_setup_inheritanceTClcModule_dict(); G__cpp_setup_typetableTClcModule_dict(); G__cpp_setup_memvarTClcModule_dict(); G__cpp_setup_memfuncTClcModule_dict(); G__cpp_setup_globalTClcModule_dict(); G__cpp_setup_funcTClcModule_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTClcModule_dict(); return; } class G__cpp_setup_initTClcModule_dict { public: G__cpp_setup_initTClcModule_dict() { G__add_setup_func("TClcModule_dict",(G__incsetup)(&G__cpp_setupTClcModule_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTClcModule_dict() { G__remove_setup_func("TClcModule_dict"); } }; G__cpp_setup_initTClcModule_dict G__cpp_setup_initializerTClcModule_dict;