// // File generated by rootcint at Thu Dec 13 04:33:30 2007. // 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 "TDFCModule_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 TDFCModule_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent); static TClass *TDFCModule_IsA(const void*); static void *new_TDFCModule(void *p = 0); static void *newArray_TDFCModule(Long_t size); static void delete_TDFCModule(void *p); static void deleteArray_TDFCModule(void *p); static void destruct_TDFCModule(void *p); // Function generating the singleton type initializer TGenericClassInfo *GenerateInitInstance(const TDFCModule*) { TDFCModule *ptr = 0; static ROOT::TGenericClassInfo instance("TDFCModule", TDFCModule::Class_Version(), "/home/robson/S614_071213/include/Stntuple/loop/TDFCModule.hh", 10, typeid(TDFCModule), DefineBehavior(ptr, ptr), &::TDFCModule::Dictionary, &TDFCModule_IsA, 0, sizeof(TDFCModule) ); instance.SetNew(&new_TDFCModule); instance.SetNewArray(&newArray_TDFCModule); instance.SetDelete(&delete_TDFCModule); instance.SetDeleteArray(&deleteArray_TDFCModule); instance.SetDestructor(&destruct_TDFCModule); return &instance; } // Static variable to force the class initialization static ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance((const TDFCModule*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } //______________________________________________________________________________ TClass *TDFCModule::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *TDFCModule::Class_Name() { return "TDFCModule"; } //______________________________________________________________________________ const char *TDFCModule::ImplFileName() { return ROOT::GenerateInitInstance((const TDFCModule*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TDFCModule::ImplFileLine() { return ROOT::GenerateInitInstance((const TDFCModule*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TDFCModule::Dictionary() { fgIsA = ROOT::GenerateInitInstance((const TDFCModule*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TDFCModule::Class() { if (!fgIsA) fgIsA = ROOT::GenerateInitInstance((const TDFCModule*)0x0)->GetClass(); return fgIsA; } //______________________________________________________________________________ void TDFCModule::Streamer(TBuffer &R__b) { // Stream an object of class TDFCModule. TStnModule::Streamer(R__b); } //______________________________________________________________________________ void TDFCModule::ShowMembers(TMemberInspector &R__insp, char *R__parent) { // Inspect the data members of an object of class TDFCModule. TClass *R__cl = TDFCModule::IsA(); Int_t R__ncp = strlen(R__parent); if (R__ncp || R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__parent, "fMinRunNumber", &fMinRunNumber); R__insp.Inspect(R__cl, R__parent, "fMinSectionNumber", &fMinSectionNumber); R__insp.Inspect(R__cl, R__parent, "fMinEventNumber", &fMinEventNumber); R__insp.Inspect(R__cl, R__parent, "fMaxRunNumber", &fMaxRunNumber); R__insp.Inspect(R__cl, R__parent, "fMaxEventNumber", &fMaxEventNumber); R__insp.Inspect(R__cl, R__parent, "fNEvents", &fNEvents); R__insp.Inspect(R__cl, R__parent, "fDatasetID", &fDatasetID); fDatasetID.ShowMembers(R__insp, strcat(R__parent,"fDatasetID.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fBook", &fBook); fBook.ShowMembers(R__insp, strcat(R__parent,"fBook.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fDbID", &fDbID); fDbID.ShowMembers(R__insp, strcat(R__parent,"fDbID.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fPrintOpt", &fPrintOpt); fPrintOpt.ShowMembers(R__insp, strcat(R__parent,"fPrintOpt.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fNFileset", &fNFileset); R__insp.Inspect(R__cl, R__parent, "fExecCommands", &fExecCommands); R__insp.Inspect(R__cl, R__parent, "*fOutputDir", &fOutputDir); R__insp.Inspect(R__cl, R__parent, "*fCurrentRunRecord", &fCurrentRunRecord); R__insp.Inspect(R__cl, R__parent, "fRunRecord", (void*)&fRunRecord); ROOT::GenericShowMembers("vector", (void*)&fRunRecord, R__insp, strcat(R__parent,"fRunRecord."),false); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fReturnCode", &fReturnCode); R__insp.Inspect(R__cl, R__parent, "*fFile", &fFile); R__insp.Inspect(R__cl, R__parent, "fFileName", &fFileName); fFileName.ShowMembers(R__insp, strcat(R__parent,"fFileName.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fFileDate", &fFileDate); fFileDate.ShowMembers(R__insp, strcat(R__parent,"fFileDate.")); R__parent[R__ncp] = 0; R__insp.Inspect(R__cl, R__parent, "fFileSize", &fFileSize); R__insp.Inspect(R__cl, R__parent, "*fNewFile", &fNewFile); R__insp.Inspect(R__cl, R__parent, "fNewFileName", &fNewFileName); fNewFileName.ShowMembers(R__insp, strcat(R__parent,"fNewFileName.")); R__parent[R__ncp] = 0; TStnModule::ShowMembers(R__insp, R__parent); } namespace ROOT { // Return the actual TClass for the object argument static TClass *TDFCModule_IsA(const void *obj) { return ((::TDFCModule*)obj)->IsA(); } // Wrappers around operator new static void *new_TDFCModule(void *p) { return p ? new(p) ::TDFCModule : new ::TDFCModule; } static void *newArray_TDFCModule(Long_t size) { return new ::TDFCModule[size]; } // Wrapper around operator delete static void delete_TDFCModule(void *p) { delete ((::TDFCModule*)p); } static void deleteArray_TDFCModule(void *p) { delete [] ((::TDFCModule*)p); } static void destruct_TDFCModule(void *p) { typedef ::TDFCModule current_t; ((current_t*)p)->~current_t(); } } // end of namespace ROOT for class ::TDFCModule /******************************************************** * TDFCModule_dict.cxx ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif extern "C" void G__cpp_reset_tagtableTDFCModule_dict(); extern "C" void G__set_cpp_environmentTDFCModule_dict() { G__add_compiledheader("TROOT.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TDFCModule.hh"); G__cpp_reset_tagtableTDFCModule_dict(); } class G__TDFCModule_dictdOcxx_tag {}; void* operator new(size_t size,G__TDFCModule_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__TDFCModule_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_TDFCModule_dictdOcxx() { G__operator_delete(0); } extern "C" int G__cpp_dllrevTDFCModule_dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TDFCModule */ static int G__TDFCModule_dict_245_1_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TDFCModule *p=NULL; switch(libp->paran) { case 2: p = new TDFCModule((const char*)G__int(libp->para[0]),(const char*)G__int(libp->para[1])); break; case 1: p = new TDFCModule((const char*)G__int(libp->para[0])); break; case 0: if(G__getaryconstruct()) p=new TDFCModule[G__getaryconstruct()]; else p=new TDFCModule; break; } result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_2_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->GetNewFileName(*(TString*)libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_3_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->GetMvCommand(*(TString*)libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_4_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->GetDfcCommand(*(TString*)libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_5_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->ReturnCode()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_6_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { TString *pobj,xobj=((TDFCModule*)(G__getstructoffset()))->GetFileDate(); pobj=new TString(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_7_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { TString *pobj,xobj=((TDFCModule*)(G__getstructoffset()))->GetNewFileName(); pobj=new TString(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_8_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { { TString *pobj,xobj=((TDFCModule*)(G__getstructoffset()))->GetOldFileName(); pobj=new TString(xobj); result7->obj.i=(long)((void*)pobj); result7->ref=result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_9_0(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letdouble(result7,102,(double)((TDFCModule*)(G__getstructoffset()))->GetFileSize()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_0_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->SetExecCommands((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_1_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->SetDataSet((const char*)G__int(libp->para[0]),(const char*)G__int(libp->para[1]) ,(const char*)G__int(libp->para[2])); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_2_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->SetOutputDir((const char*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_3_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->SetPrintOpt((const char*)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_4_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->SetNFileset((Int_t)G__int(libp->para[0])); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_5_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->PrintFilename(); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_6_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { switch(libp->paran) { case 1: G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->PrintCatalog((const char*)G__int(libp->para[0])); break; case 0: G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->PrintCatalog(); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_7_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->ExecCommands(); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_8_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->BeginJob()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_9_1(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->BeginRun()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_0_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->Event((int)G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_1_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)((TDFCModule*)(G__getstructoffset()))->EndJob()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_2_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)TDFCModule::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_3_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TDFCModule::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_4_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,115,(long)TDFCModule::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_5_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); TDFCModule::Dictionary(); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_6_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,85,(long)((const TDFCModule*)(G__getstructoffset()))->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_7_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->ShowMembers(*(TMemberInspector*)libp->para[0].ref,(char*)G__int(libp->para[1])); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_8_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->Streamer(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_9_2(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__setnull(result7); ((TDFCModule*)(G__getstructoffset()))->StreamerNVirtual(*(TBuffer*)libp->para[0].ref); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_0_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TDFCModule::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_1_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TDFCModule::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_2_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,67,(long)TDFCModule::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__TDFCModule_dict_245_3_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { G__letint(result7,105,(long)TDFCModule::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__TDFCModule_dict_245_4_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TDFCModule *p; void *xtmp = (void*)G__int(libp->para[0]); p=new TDFCModule(*(TDFCModule*)xtmp); result7->obj.i = (long)p; result7->ref = (long)p; result7->type = 'u'; result7->tagnum = G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TDFCModule G__TTDFCModule; static int G__TDFCModule_dict_245_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[] (TDFCModule *)(G__getstructoffset()); else for(int i=G__getaryconstruct()-1;i>=0;i--) delete (TDFCModule *)((G__getstructoffset())+sizeof(TDFCModule)*i); else delete (TDFCModule *)(G__getstructoffset()); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__TDFCModule_dict_245_6_3(G__value *result7,G__CONST char *funcname,struct G__param *libp,int hash) { TDFCModule *dest = (TDFCModule*)(G__getstructoffset()); *dest = (*(TDFCModule*)libp->para[0].ref); const TDFCModule& obj = *dest; result7->ref=(long)(&obj); result7->obj.i=(long)(&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TDFCModule */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncTDFCModule_dict { public: G__Sizep2memfuncTDFCModule_dict() {p=&G__Sizep2memfuncTDFCModule_dict::sizep2memfunc;} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncTDFCModule_dict::*p)(); }; size_t G__get_sizep2memfuncTDFCModule_dict() { G__Sizep2memfuncTDFCModule_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_inheritanceTDFCModule_dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule))) { TDFCModule *G__Lderived; G__Lderived=(TDFCModule*)0x1000; { TStnModule *G__Lpbase=(TStnModule*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule),G__get_linked_tagnum(&G__TDFCModule_dictLN_TStnModule),(long)G__Lpbase-(long)G__Lderived,1,1); } { TNamed *G__Lpbase=(TNamed*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule),G__get_linked_tagnum(&G__TDFCModule_dictLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule),G__get_linked_tagnum(&G__TDFCModule_dictLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableTDFCModule_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("vector",117,G__get_linked_tagnum(&G__TDFCModule_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__TDFCModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_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__TDFCModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_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__TDFCModule_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__TDFCModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_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__TDFCModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_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__TDFCModule_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__TDFCModule_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__TDFCModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_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__TDFCModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_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("vector",117,G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR),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__TDFCModule_dictLN_reverse_iteratorlEvectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR)); 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__TDFCModule_dictLN_reverse_iteratorlEvectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR)); 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__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR),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); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TDFCModule */ static void G__setup_memvarTDFCModule(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule)); { TDFCModule *p; p=(TDFCModule*)0x1000; if (p) { } G__memvar_setup((void*)((long)(&p->fMinRunNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMinRunNumber=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMinSectionNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMinSectionNumber=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMinEventNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMinEventNumber=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMaxRunNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxRunNumber=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fMaxEventNumber)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxEventNumber=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNEvents)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNEvents=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fDatasetID)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,-1,1,"fDatasetID=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fBook)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,-1,1,"fBook=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fDbID)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,-1,1,"fDbID=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fPrintOpt)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,-1,1,"fPrintOpt=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fNFileset)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNFileset=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fExecCommands)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fExecCommands=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fOutputDir)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TUrl),-1,-1,1,"fOutputDir=",0,"! if move to other directory(ftp, if remote)"); G__memvar_setup((void*)((long)(&p->fCurrentRunRecord)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModulecLcLRunRecord_t),-1,-1,1,"fCurrentRunRecord=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fRunRecord)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR),G__defined_typename("vector"),-1,1,"fRunRecord=",0,(char*)NULL); G__memvar_setup((void*)((long)(&p->fReturnCode)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fReturnCode=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TFile),-1,-1,4,"fFile=",0,(char*)NULL); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,-1,4,"fFileName=",0,(char*)NULL); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,-1,4,"fFileDate=",0,(char*)NULL); G__memvar_setup((void*)NULL,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fFileSize=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TFile),-1,-1,4,"fNewFile=",0,(char*)NULL); G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,-1,4,"fNewFileName=",0,(char*)NULL); G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__TDFCModule_dictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarTDFCModule_dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTDFCModule(void) { /* TDFCModule */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule)); G__memfunc_setup("TDFCModule",903,G__TDFCModule_dict_245_1_0,105,G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule),-1,0,2,1,1,0, "C - - 10 \"DFC\" name C - - 10 \"DFC Module\" title",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetNewFileName",1355,G__TDFCModule_dict_245_2_0,105,-1,-1,0,1,1,1,0,"u 'TString' - 1 - Name",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetMvCommand",1186,G__TDFCModule_dict_245_3_0,105,-1,-1,0,1,1,1,0,"u 'TString' - 1 - Command",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetDfcCommand",1260,G__TDFCModule_dict_245_4_0,105,-1,-1,0,1,1,1,0,"u 'TString' - 1 - Command",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ReturnCode",1019,G__TDFCModule_dict_245_5_0,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetFileDate",1054,G__TDFCModule_dict_245_6_0,117,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetNewFileName",1355,G__TDFCModule_dict_245_7_0,117,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetOldFileName",1344,G__TDFCModule_dict_245_8_0,117,G__get_linked_tagnum(&G__TDFCModule_dictLN_TString),-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("GetFileSize",1083,G__TDFCModule_dict_245_9_0,102,-1,G__defined_typename("Float_t"),0,0,1,1,0,"","MB",(void*)NULL,0); G__memfunc_setup("SetExecCommands",1507,G__TDFCModule_dict_245_0_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - Flag",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetDataSet",978,G__TDFCModule_dict_245_1_1,121,-1,-1,0,3,1,1,0, "C - - 10 - DsID C - - 10 - Book " "C - - 10 - Db",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetOutputDir",1244,G__TDFCModule_dict_245_2_1,121,-1,-1,0,1,1,1,0,"C - - 10 - Dir",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetPrintOpt",1132,G__TDFCModule_dict_245_3_1,121,-1,-1,0,1,1,1,0,"C - - 10 - Opt",(char*)NULL,(void*)NULL,0); G__memfunc_setup("SetNFileset",1094,G__TDFCModule_dict_245_4_1,121,-1,-1,0,1,1,1,0,"i - 'Int_t' 0 - n",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PrintFilename",1326,G__TDFCModule_dict_245_5_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("PrintCatalog",1224,G__TDFCModule_dict_245_6_1,121,-1,-1,0,1,1,1,0,"C - - 10 \"\" Opt",(char*)NULL,(void*)NULL,0); G__memfunc_setup("ExecCommands",1207,G__TDFCModule_dict_245_7_1,121,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,0); G__memfunc_setup("BeginJob",768,G__TDFCModule_dict_245_8_1,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("BeginRun",794,G__TDFCModule_dict_245_9_1,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Event",514,G__TDFCModule_dict_245_0_2,105,-1,-1,0,1,1,1,0,"i - - 0 - ientry",(char*)NULL,(void*)NULL,1); G__memfunc_setup("EndJob",562,G__TDFCModule_dict_245_1_2,105,-1,-1,0,0,1,1,0,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("Class",502,G__TDFCModule_dict_245_2_2,85,G__get_linked_tagnum(&G__TDFCModule_dictLN_TClass),-1,0,0,3,1,0,"",(char*)NULL,(void*)(TClass* (*)())(&TDFCModule::Class),0); G__memfunc_setup("Class_Name",982,G__TDFCModule_dict_245_3_2,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TDFCModule::Class_Name),0); G__memfunc_setup("Class_Version",1339,G__TDFCModule_dict_245_4_2,115,-1,G__defined_typename("Version_t"),0,0,3,1,0,"",(char*)NULL,(void*)(Version_t (*)())(&TDFCModule::Class_Version),0); G__memfunc_setup("Dictionary",1046,G__TDFCModule_dict_245_5_2,121,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(void (*)())(&TDFCModule::Dictionary),0); G__memfunc_setup("IsA",253,G__TDFCModule_dict_245_6_2,85,G__get_linked_tagnum(&G__TDFCModule_dictLN_TClass),-1,0,0,1,1,8,"",(char*)NULL,(void*)NULL,1); G__memfunc_setup("ShowMembers",1132,G__TDFCModule_dict_245_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__TDFCModule_dict_245_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__TDFCModule_dict_245_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__TDFCModule_dict_245_0_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TDFCModule::DeclFileName),0); G__memfunc_setup("ImplFileLine",1178,G__TDFCModule_dict_245_1_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TDFCModule::ImplFileLine),0); G__memfunc_setup("ImplFileName",1171,G__TDFCModule_dict_245_2_3,67,-1,-1,0,0,3,1,1,"",(char*)NULL,(void*)(const char* (*)())(&TDFCModule::ImplFileName),0); G__memfunc_setup("DeclFileLine",1152,G__TDFCModule_dict_245_3_3,105,-1,-1,0,0,3,1,0,"",(char*)NULL,(void*)(int (*)())(&TDFCModule::DeclFileLine),0); // automatic copy constructor G__memfunc_setup("TDFCModule",903,G__TDFCModule_dict_245_4_3,(int)('i'),G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule),-1,0,1,1,1,0,"u 'TDFCModule' - 11 - -",(char*)NULL,(void*)NULL,0); // automatic destructor G__memfunc_setup("~TDFCModule",1029,G__TDFCModule_dict_245_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__TDFCModule_dict_245_6_3,(int)('u'),G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule),-1,1,1,1,1,0,"u 'TDFCModule' - 11 - -",(char*)NULL,(void*)NULL,0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncTDFCModule_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() { } static void G__cpp_setup_global2() { } static void G__cpp_setup_global3() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalTDFCModule_dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); } /********************************************************* * 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() { } static void G__cpp_setup_func12() { } static void G__cpp_setup_func13() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcTDFCModule_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(); G__cpp_setup_func12(); G__cpp_setup_func13(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__TDFCModule_dictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TNamed = { "TNamed" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TString = { "TString" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TFile = { "TFile" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TUrl = { "TUrl" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TStnModule = { "TStnModule" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TDFCModule = { "TDFCModule" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_TDFCModulecLcLRunRecord_t = { "TDFCModule::RunRecord_t" , 115 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__TDFCModule_dictLN_reverse_iteratorlEvectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableTDFCModule_dict() { G__TDFCModule_dictLN_TClass.tagnum = -1 ; G__TDFCModule_dictLN_TBuffer.tagnum = -1 ; G__TDFCModule_dictLN_TMemberInspector.tagnum = -1 ; G__TDFCModule_dictLN_TObject.tagnum = -1 ; G__TDFCModule_dictLN_TNamed.tagnum = -1 ; G__TDFCModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ; G__TDFCModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TDFCModule_dictLN_TString.tagnum = -1 ; G__TDFCModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ; G__TDFCModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TDFCModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ; G__TDFCModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ; G__TDFCModule_dictLN_TFile.tagnum = -1 ; G__TDFCModule_dictLN_TUrl.tagnum = -1 ; G__TDFCModule_dictLN_TStnModule.tagnum = -1 ; G__TDFCModule_dictLN_TDFCModule.tagnum = -1 ; G__TDFCModule_dictLN_TDFCModulecLcLRunRecord_t.tagnum = -1 ; G__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR.tagnum = -1 ; G__TDFCModule_dictLN_reverse_iteratorlEvectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgRcLcLiteratorgR.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableTDFCModule_dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum(&G__TDFCModule_dictLN_TClass); G__get_linked_tagnum(&G__TDFCModule_dictLN_TBuffer); G__get_linked_tagnum(&G__TDFCModule_dictLN_TMemberInspector); G__get_linked_tagnum(&G__TDFCModule_dictLN_TObject); G__get_linked_tagnum(&G__TDFCModule_dictLN_TNamed); G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR); G__get_linked_tagnum(&G__TDFCModule_dictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TDFCModule_dictLN_TString); G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR); G__get_linked_tagnum(&G__TDFCModule_dictLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlETStringcOallocatorlETStringgRsPgR); G__get_linked_tagnum(&G__TDFCModule_dictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR); G__get_linked_tagnum(&G__TDFCModule_dictLN_TFile); G__get_linked_tagnum(&G__TDFCModule_dictLN_TUrl); G__get_linked_tagnum(&G__TDFCModule_dictLN_TStnModule); G__tagtable_setup(G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModule),sizeof(TDFCModule),-1,62720,(char*)NULL,G__setup_memvarTDFCModule,G__setup_memfuncTDFCModule); G__get_linked_tagnum(&G__TDFCModule_dictLN_TDFCModulecLcLRunRecord_t); G__get_linked_tagnum(&G__TDFCModule_dictLN_vectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgR); G__get_linked_tagnum(&G__TDFCModule_dictLN_reverse_iteratorlEvectorlETDFCModulecLcLRunRecord_tmUcOallocatorlETDFCModulecLcLRunRecord_tmUgRsPgRcLcLiteratorgR); } extern "C" void G__cpp_setupTDFCModule_dict(void) { G__check_setup_version(30051515,"G__cpp_setupTDFCModule_dict()"); G__set_cpp_environmentTDFCModule_dict(); G__cpp_setup_tagtableTDFCModule_dict(); G__cpp_setup_inheritanceTDFCModule_dict(); G__cpp_setup_typetableTDFCModule_dict(); G__cpp_setup_memvarTDFCModule_dict(); G__cpp_setup_memfuncTDFCModule_dict(); G__cpp_setup_globalTDFCModule_dict(); G__cpp_setup_funcTDFCModule_dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncTDFCModule_dict(); return; } class G__cpp_setup_initTDFCModule_dict { public: G__cpp_setup_initTDFCModule_dict() { G__add_setup_func("TDFCModule_dict",(G__incsetup)(&G__cpp_setupTDFCModule_dict)); G__call_setup_funcs(); } ~G__cpp_setup_initTDFCModule_dict() { G__remove_setup_func("TDFCModule_dict"); } }; G__cpp_setup_initTDFCModule_dict G__cpp_setup_initializerTDFCModule_dict;