/data3/calcul/jacquem/working_dir/Micromegas/micromegasFrameWork/tmp/root/gui/GuiClass.C

Go to the documentation of this file.
00001 //
00002 // File generated by /grid_sw/soft-dev-lapp/LAPPSL5/64bits/Root/root_v5.30.02/bin/rootcint at Tue Dec 11 10:16:18 2012
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME tmpdIrootdIguidIGuiClass
00008 #include "RConfig.h" //rootcint 4834
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010 //Break the privacy of classes -- Disabled for the moment
00011 #define private public
00012 #define protected public
00013 #endif
00014 
00015 // Since CINT ignores the std namespace, we need to do so in this file.
00016 namespace std {} using namespace std;
00017 #include "GuiClass.h"
00018 
00019 #include "TCollectionProxyInfo.h"
00020 #include "TClass.h"
00021 #include "TBuffer.h"
00022 #include "TMemberInspector.h"
00023 #include "TError.h"
00024 
00025 #ifndef G__ROOT
00026 #define G__ROOT
00027 #endif
00028 
00029 #include "RtypesImp.h"
00030 #include "TIsAProxy.h"
00031 #include "TFileMergeInfo.h"
00032 
00033 // START OF SHADOWS
00034 
00035 namespace ROOT {
00036    namespace Shadow {
00037    } // of namespace Shadow
00038 } // of namespace ROOT
00039 // END OF SHADOWS
00040 
00041 namespace ROOT {
00042    void EventDisplay_ShowMembers(void *obj, TMemberInspector &R__insp);
00043    static void delete_EventDisplay(void *p);
00044    static void deleteArray_EventDisplay(void *p);
00045    static void destruct_EventDisplay(void *p);
00046 
00047    // Function generating the singleton type initializer
00048    static TGenericClassInfo *GenerateInitInstanceLocal(const ::EventDisplay*)
00049    {
00050       ::EventDisplay *ptr = 0;
00051       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::EventDisplay >(0);
00052       static ::ROOT::TGenericClassInfo 
00053          instance("EventDisplay", ::EventDisplay::Class_Version(), "./include/root/gui/EventDisplay.hh", 58,
00054                   typeid(::EventDisplay), DefineBehavior(ptr, ptr),
00055                   &::EventDisplay::Dictionary, isa_proxy, 4,
00056                   sizeof(::EventDisplay) );
00057       instance.SetDelete(&delete_EventDisplay);
00058       instance.SetDeleteArray(&deleteArray_EventDisplay);
00059       instance.SetDestructor(&destruct_EventDisplay);
00060       return &instance;
00061    }
00062    TGenericClassInfo *GenerateInitInstance(const ::EventDisplay*)
00063    {
00064       return GenerateInitInstanceLocal((::EventDisplay*)0);
00065    }
00066    // Static variable to force the class initialization
00067    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::EventDisplay*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00068 } // end of namespace ROOT
00069 
00070 //______________________________________________________________________________
00071 TClass *EventDisplay::fgIsA = 0;  // static to hold class pointer
00072 
00073 //______________________________________________________________________________
00074 const char *EventDisplay::Class_Name()
00075 {
00076    return "EventDisplay";
00077 }
00078 
00079 //______________________________________________________________________________
00080 const char *EventDisplay::ImplFileName()
00081 {
00082    return ::ROOT::GenerateInitInstanceLocal((const ::EventDisplay*)0x0)->GetImplFileName();
00083 }
00084 
00085 //______________________________________________________________________________
00086 int EventDisplay::ImplFileLine()
00087 {
00088    return ::ROOT::GenerateInitInstanceLocal((const ::EventDisplay*)0x0)->GetImplFileLine();
00089 }
00090 
00091 //______________________________________________________________________________
00092 void EventDisplay::Dictionary()
00093 {
00094    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventDisplay*)0x0)->GetClass();
00095 }
00096 
00097 //______________________________________________________________________________
00098 TClass *EventDisplay::Class()
00099 {
00100    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::EventDisplay*)0x0)->GetClass();
00101    return fgIsA;
00102 }
00103 
00104 //______________________________________________________________________________
00105 void EventDisplay::Streamer(TBuffer &R__b)
00106 {
00107    // Stream an object of class EventDisplay.
00108 
00109    if (R__b.IsReading()) {
00110       R__b.ReadClassBuffer(EventDisplay::Class(),this);
00111    } else {
00112       R__b.WriteClassBuffer(EventDisplay::Class(),this);
00113    }
00114 }
00115 
00116 //______________________________________________________________________________
00117 void EventDisplay::ShowMembers(TMemberInspector &R__insp)
00118 {
00119       // Inspect the data members of an object of class EventDisplay.
00120       TClass *R__cl = ::EventDisplay::IsA();
00121       if (R__cl || R__insp.IsA()) { }
00122       R__insp.Inspect(R__cl, R__insp.GetParent(), "fQObject", &fQObject);
00123       R__insp.InspectMember(fQObject, "fQObject.");
00124       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
00125       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFile", &fMenuFile);
00126       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHelp", &fMenuHelp);
00127       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLbRootFile", &fLbRootFile);
00128       R__insp.Inspect(R__cl, R__insp.GetParent(), "*LbEventNum", &LbEventNum);
00129       R__insp.Inspect(R__cl, R__insp.GetParent(), "*prevButton", &prevButton);
00130       R__insp.Inspect(R__cl, R__insp.GetParent(), "*exitButton", &exitButton);
00131       R__insp.Inspect(R__cl, R__insp.GetParent(), "*nextButton", &nextButton);
00132       R__insp.Inspect(R__cl, R__insp.GetParent(), "*zoomup", &zoomup);
00133       R__insp.Inspect(R__cl, R__insp.GetParent(), "*zoomdown", &zoomdown);
00134       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChkBut", &fChkBut);
00135       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShowOnlyMicromegas", &fShowOnlyMicromegas);
00136       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLayout", &fLayout);
00137       R__insp.Inspect(R__cl, R__insp.GetParent(), "*slider", &slider);
00138       R__insp.Inspect(R__cl, R__insp.GetParent(), "*mainFrame", &mainFrame);
00139       R__insp.Inspect(R__cl, R__insp.GetParent(), "eventNum", &eventNum);
00140       R__insp.Inspect(R__cl, R__insp.GetParent(), "*file", &file);
00141       R__insp.Inspect(R__cl, R__insp.GetParent(), "steername", (void*)&steername);
00142       R__insp.InspectMember("string", (void*)&steername, "steername.", false);
00143       R__insp.Inspect(R__cl, R__insp.GetParent(), "eventType", &eventType);
00144       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
00145       R__insp.Inspect(R__cl, R__insp.GetParent(), "*c1", &c1);
00146       R__insp.Inspect(R__cl, R__insp.GetParent(), "*gCanvas", &gCanvas);
00147       R__insp.Inspect(R__cl, R__insp.GetParent(), "*dtHist", &dtHist);
00148       R__insp.Inspect(R__cl, R__insp.GetParent(), "*mat", &mat);
00149       R__insp.Inspect(R__cl, R__insp.GetParent(), "*med", &med);
00150       R__insp.Inspect(R__cl, R__insp.GetParent(), "*world", &world);
00151       R__insp.Inspect(R__cl, R__insp.GetParent(), "*frame", &frame);
00152       R__insp.Inspect(R__cl, R__insp.GetParent(), "nodes", (void*)&nodes);
00153       R__insp.InspectMember("map<string,TGeoVolume*>", (void*)&nodes, "nodes.", false);
00154       R__insp.Inspect(R__cl, R__insp.GetParent(), "trans", (void*)&trans);
00155       R__insp.InspectMember("map<string,TGeoTranslation*>", (void*)&trans, "trans.", false);
00156       R__insp.Inspect(R__cl, R__insp.GetParent(), "treeInfos", (void*)&treeInfos);
00157       R__insp.InspectMember("vector<TreeInfo_t*>", (void*)&treeInfos, "treeInfos.", false);
00158       R__insp.Inspect(R__cl, R__insp.GetParent(), "*detector", &detector);
00159       R__insp.Inspect(R__cl, R__insp.GetParent(), "onlyMicromegas", &onlyMicromegas);
00160       R__insp.Inspect(R__cl, R__insp.GetParent(), "hitMicromegas", &hitMicromegas);
00161       R__insp.Inspect(R__cl, R__insp.GetParent(), "drawChamber", &drawChamber);
00162       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBar", &fToolBar);
00163       R__insp.Inspect(R__cl, R__insp.GetParent(), "*dtCan", &dtCan);
00164       R__insp.Inspect(R__cl, R__insp.GetParent(), "*deltaTMin", &deltaTMin);
00165       R__insp.Inspect(R__cl, R__insp.GetParent(), "*deltaTMax", &deltaTMax);
00166       TGMainFrame::ShowMembers(R__insp);
00167 }
00168 
00169 namespace ROOT {
00170    // Wrapper around operator delete
00171    static void delete_EventDisplay(void *p) {
00172       delete ((::EventDisplay*)p);
00173    }
00174    static void deleteArray_EventDisplay(void *p) {
00175       delete [] ((::EventDisplay*)p);
00176    }
00177    static void destruct_EventDisplay(void *p) {
00178       typedef ::EventDisplay current_t;
00179       ((current_t*)p)->~current_t();
00180    }
00181 } // end of namespace ROOT for class ::EventDisplay
00182 
00183 namespace ROOT {
00184    void maplEstringcOTGeoTranslationmUgR_ShowMembers(void *obj, TMemberInspector &R__insp);
00185    static void maplEstringcOTGeoTranslationmUgR_Dictionary();
00186    static void *new_maplEstringcOTGeoTranslationmUgR(void *p = 0);
00187    static void *newArray_maplEstringcOTGeoTranslationmUgR(Long_t size, void *p);
00188    static void delete_maplEstringcOTGeoTranslationmUgR(void *p);
00189    static void deleteArray_maplEstringcOTGeoTranslationmUgR(void *p);
00190    static void destruct_maplEstringcOTGeoTranslationmUgR(void *p);
00191 
00192    // Function generating the singleton type initializer
00193    static TGenericClassInfo *GenerateInitInstanceLocal(const map<string,TGeoTranslation*>*)
00194    {
00195       map<string,TGeoTranslation*> *ptr = 0;
00196       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(map<string,TGeoTranslation*>),0);
00197       static ::ROOT::TGenericClassInfo 
00198          instance("map<string,TGeoTranslation*>", -2, "prec_stl/map", 63,
00199                   typeid(map<string,TGeoTranslation*>), DefineBehavior(ptr, ptr),
00200                   0, &maplEstringcOTGeoTranslationmUgR_Dictionary, isa_proxy, 0,
00201                   sizeof(map<string,TGeoTranslation*>) );
00202       instance.SetNew(&new_maplEstringcOTGeoTranslationmUgR);
00203       instance.SetNewArray(&newArray_maplEstringcOTGeoTranslationmUgR);
00204       instance.SetDelete(&delete_maplEstringcOTGeoTranslationmUgR);
00205       instance.SetDeleteArray(&deleteArray_maplEstringcOTGeoTranslationmUgR);
00206       instance.SetDestructor(&destruct_maplEstringcOTGeoTranslationmUgR);
00207       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::MapInsert< map<string,TGeoTranslation*> >()));
00208       return &instance;
00209    }
00210    // Static variable to force the class initialization
00211    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const map<string,TGeoTranslation*>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00212 
00213    // Dictionary for non-ClassDef classes
00214    static void maplEstringcOTGeoTranslationmUgR_Dictionary() {
00215       ::ROOT::GenerateInitInstanceLocal((const map<string,TGeoTranslation*>*)0x0)->GetClass();
00216    }
00217 
00218 } // end of namespace ROOT
00219 
00220 namespace ROOT {
00221    // Wrappers around operator new
00222    static void *new_maplEstringcOTGeoTranslationmUgR(void *p) {
00223       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) map<string,TGeoTranslation*> : new map<string,TGeoTranslation*>;
00224    }
00225    static void *newArray_maplEstringcOTGeoTranslationmUgR(Long_t nElements, void *p) {
00226       return p ? ::new((::ROOT::TOperatorNewHelper*)p) map<string,TGeoTranslation*>[nElements] : new map<string,TGeoTranslation*>[nElements];
00227    }
00228    // Wrapper around operator delete
00229    static void delete_maplEstringcOTGeoTranslationmUgR(void *p) {
00230       delete ((map<string,TGeoTranslation*>*)p);
00231    }
00232    static void deleteArray_maplEstringcOTGeoTranslationmUgR(void *p) {
00233       delete [] ((map<string,TGeoTranslation*>*)p);
00234    }
00235    static void destruct_maplEstringcOTGeoTranslationmUgR(void *p) {
00236       typedef map<string,TGeoTranslation*> current_t;
00237       ((current_t*)p)->~current_t();
00238    }
00239 } // end of namespace ROOT for class map<string,TGeoTranslation*>
00240 
00241 namespace ROOT {
00242    void maplEstringcOTGeoVolumemUgR_ShowMembers(void *obj, TMemberInspector &R__insp);
00243    static void maplEstringcOTGeoVolumemUgR_Dictionary();
00244    static void *new_maplEstringcOTGeoVolumemUgR(void *p = 0);
00245    static void *newArray_maplEstringcOTGeoVolumemUgR(Long_t size, void *p);
00246    static void delete_maplEstringcOTGeoVolumemUgR(void *p);
00247    static void deleteArray_maplEstringcOTGeoVolumemUgR(void *p);
00248    static void destruct_maplEstringcOTGeoVolumemUgR(void *p);
00249 
00250    // Function generating the singleton type initializer
00251    static TGenericClassInfo *GenerateInitInstanceLocal(const map<string,TGeoVolume*>*)
00252    {
00253       map<string,TGeoVolume*> *ptr = 0;
00254       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(map<string,TGeoVolume*>),0);
00255       static ::ROOT::TGenericClassInfo 
00256          instance("map<string,TGeoVolume*>", -2, "prec_stl/map", 63,
00257                   typeid(map<string,TGeoVolume*>), DefineBehavior(ptr, ptr),
00258                   0, &maplEstringcOTGeoVolumemUgR_Dictionary, isa_proxy, 0,
00259                   sizeof(map<string,TGeoVolume*>) );
00260       instance.SetNew(&new_maplEstringcOTGeoVolumemUgR);
00261       instance.SetNewArray(&newArray_maplEstringcOTGeoVolumemUgR);
00262       instance.SetDelete(&delete_maplEstringcOTGeoVolumemUgR);
00263       instance.SetDeleteArray(&deleteArray_maplEstringcOTGeoVolumemUgR);
00264       instance.SetDestructor(&destruct_maplEstringcOTGeoVolumemUgR);
00265       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::MapInsert< map<string,TGeoVolume*> >()));
00266       return &instance;
00267    }
00268    // Static variable to force the class initialization
00269    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const map<string,TGeoVolume*>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00270 
00271    // Dictionary for non-ClassDef classes
00272    static void maplEstringcOTGeoVolumemUgR_Dictionary() {
00273       ::ROOT::GenerateInitInstanceLocal((const map<string,TGeoVolume*>*)0x0)->GetClass();
00274    }
00275 
00276 } // end of namespace ROOT
00277 
00278 namespace ROOT {
00279    // Wrappers around operator new
00280    static void *new_maplEstringcOTGeoVolumemUgR(void *p) {
00281       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) map<string,TGeoVolume*> : new map<string,TGeoVolume*>;
00282    }
00283    static void *newArray_maplEstringcOTGeoVolumemUgR(Long_t nElements, void *p) {
00284       return p ? ::new((::ROOT::TOperatorNewHelper*)p) map<string,TGeoVolume*>[nElements] : new map<string,TGeoVolume*>[nElements];
00285    }
00286    // Wrapper around operator delete
00287    static void delete_maplEstringcOTGeoVolumemUgR(void *p) {
00288       delete ((map<string,TGeoVolume*>*)p);
00289    }
00290    static void deleteArray_maplEstringcOTGeoVolumemUgR(void *p) {
00291       delete [] ((map<string,TGeoVolume*>*)p);
00292    }
00293    static void destruct_maplEstringcOTGeoVolumemUgR(void *p) {
00294       typedef map<string,TGeoVolume*> current_t;
00295       ((current_t*)p)->~current_t();
00296    }
00297 } // end of namespace ROOT for class map<string,TGeoVolume*>
00298 
00299 namespace ROOT {
00300    void vectorlETreeInfo_tmUgR_ShowMembers(void *obj, TMemberInspector &R__insp);
00301    static void vectorlETreeInfo_tmUgR_Dictionary();
00302    static void *new_vectorlETreeInfo_tmUgR(void *p = 0);
00303    static void *newArray_vectorlETreeInfo_tmUgR(Long_t size, void *p);
00304    static void delete_vectorlETreeInfo_tmUgR(void *p);
00305    static void deleteArray_vectorlETreeInfo_tmUgR(void *p);
00306    static void destruct_vectorlETreeInfo_tmUgR(void *p);
00307 
00308    // Function generating the singleton type initializer
00309    static TGenericClassInfo *GenerateInitInstanceLocal(const vector<TreeInfo_t*>*)
00310    {
00311       vector<TreeInfo_t*> *ptr = 0;
00312       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<TreeInfo_t*>),0);
00313       static ::ROOT::TGenericClassInfo 
00314          instance("vector<TreeInfo_t*>", -2, "prec_stl/vector", 49,
00315                   typeid(vector<TreeInfo_t*>), DefineBehavior(ptr, ptr),
00316                   0, &vectorlETreeInfo_tmUgR_Dictionary, isa_proxy, 0,
00317                   sizeof(vector<TreeInfo_t*>) );
00318       instance.SetNew(&new_vectorlETreeInfo_tmUgR);
00319       instance.SetNewArray(&newArray_vectorlETreeInfo_tmUgR);
00320       instance.SetDelete(&delete_vectorlETreeInfo_tmUgR);
00321       instance.SetDeleteArray(&deleteArray_vectorlETreeInfo_tmUgR);
00322       instance.SetDestructor(&destruct_vectorlETreeInfo_tmUgR);
00323       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<TreeInfo_t*> >()));
00324       return &instance;
00325    }
00326    // Static variable to force the class initialization
00327    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<TreeInfo_t*>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00328 
00329    // Dictionary for non-ClassDef classes
00330    static void vectorlETreeInfo_tmUgR_Dictionary() {
00331       ::ROOT::GenerateInitInstanceLocal((const vector<TreeInfo_t*>*)0x0)->GetClass();
00332    }
00333 
00334 } // end of namespace ROOT
00335 
00336 namespace ROOT {
00337    // Wrappers around operator new
00338    static void *new_vectorlETreeInfo_tmUgR(void *p) {
00339       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<TreeInfo_t*> : new vector<TreeInfo_t*>;
00340    }
00341    static void *newArray_vectorlETreeInfo_tmUgR(Long_t nElements, void *p) {
00342       return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<TreeInfo_t*>[nElements] : new vector<TreeInfo_t*>[nElements];
00343    }
00344    // Wrapper around operator delete
00345    static void delete_vectorlETreeInfo_tmUgR(void *p) {
00346       delete ((vector<TreeInfo_t*>*)p);
00347    }
00348    static void deleteArray_vectorlETreeInfo_tmUgR(void *p) {
00349       delete [] ((vector<TreeInfo_t*>*)p);
00350    }
00351    static void destruct_vectorlETreeInfo_tmUgR(void *p) {
00352       typedef vector<TreeInfo_t*> current_t;
00353       ((current_t*)p)->~current_t();
00354    }
00355 } // end of namespace ROOT for class vector<TreeInfo_t*>
00356 
00357 /********************************************************
00358 * tmp/root/gui/GuiClass.C
00359 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00360 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00361 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00362 ********************************************************/
00363 
00364 #ifdef G__MEMTEST
00365 #undef malloc
00366 #undef free
00367 #endif
00368 
00369 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00370 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00371 #endif
00372 
00373 extern "C" void G__cpp_reset_tagtableGuiClass();
00374 
00375 extern "C" void G__set_cpp_environmentGuiClass() {
00376   G__add_compiledheader("TObject.h");
00377   G__add_compiledheader("TMemberInspector.h");
00378   G__add_compiledheader("include/root/gui/EventDisplay.hh");
00379   G__cpp_reset_tagtableGuiClass();
00380 }
00381 #include <new>
00382 extern "C" int G__cpp_dllrevGuiClass() { return(30051515); }
00383 
00384 /*********************************************************
00385 * Member function Interface Method
00386 *********************************************************/
00387 
00388 /* EventDisplay */
00389 static int G__GuiClass_857_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00390 {
00391       G__letint(result7, 85, (long) ((const EventDisplay*) G__getstructoffset())->GetListOfSignals());
00392    return(1 || funcname || hash || result7 || libp) ;
00393 }
00394 
00395 static int G__GuiClass_857_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00396 {
00397       G__letint(result7, 103, (long) ((EventDisplay*) G__getstructoffset())->Connect((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
00398 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])));
00399    return(1 || funcname || hash || result7 || libp) ;
00400 }
00401 
00402 static int G__GuiClass_857_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00403 {
00404    switch (libp->paran) {
00405    case 3:
00406       G__letint(result7, 103, (long) ((EventDisplay*) G__getstructoffset())->Disconnect((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
00407 , (const char*) G__int(libp->para[2])));
00408       break;
00409    case 2:
00410       G__letint(result7, 103, (long) ((EventDisplay*) G__getstructoffset())->Disconnect((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
00411       break;
00412    case 1:
00413       G__letint(result7, 103, (long) ((EventDisplay*) G__getstructoffset())->Disconnect((const char*) G__int(libp->para[0])));
00414       break;
00415    case 0:
00416       G__letint(result7, 103, (long) ((EventDisplay*) G__getstructoffset())->Disconnect());
00417       break;
00418    }
00419    return(1 || funcname || hash || result7 || libp) ;
00420 }
00421 
00422 static int G__GuiClass_857_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00423 {
00424    const int imax = 6, dmax = 8, umax = 50;
00425    int objsize, type, i, icnt = 0, dcnt = 0, ucnt = 0;
00426    G__value *pval;
00427    G__int64 lval[imax];
00428    double dval[dmax];
00429    union { G__int64 lval; double dval; } u[umax];
00430    lval[icnt] = G__getstructoffset(); icnt++; // this pointer
00431    for (i = 0; i < libp->paran; i++) {
00432       type = G__value_get_type(&libp->para[i]);
00433       pval = &libp->para[i];
00434       if (isupper(type))
00435          objsize = G__LONGALLOC;
00436       else
00437          objsize = G__sizeof(pval);
00438       switch (type) {
00439          case 'c': case 'b': case 's': case 'r': objsize = sizeof(int); break;
00440          case 'f': objsize = sizeof(double); break;
00441       }
00442 #ifdef G__VAARG_PASS_BY_REFERENCE
00443       if (objsize > G__VAARG_PASS_BY_REFERENCE) {
00444          if (pval->ref > 0x1000) {
00445             if (icnt < imax) {
00446                lval[icnt] = pval->ref; icnt++;
00447             } else {
00448                u[ucnt].lval = pval->ref; ucnt++;
00449             }
00450          } else {
00451             if (icnt < imax) {
00452                lval[icnt] = G__int(*pval); icnt++;
00453             } else {
00454                u[ucnt].lval = G__int(*pval); ucnt++;
00455             }
00456          }
00457          type = 'z';
00458       }
00459 #endif
00460       switch (type) {
00461          case 'n': case 'm':
00462             if (icnt < imax) {
00463                lval[icnt] = (G__int64)G__Longlong(*pval); icnt++;
00464             } else {
00465                u[ucnt].lval = (G__int64)G__Longlong(*pval); ucnt++;
00466             } break;
00467          case 'f': case 'd':
00468             if (dcnt < dmax) {
00469                dval[dcnt] = G__double(*pval); dcnt++;
00470             } else {
00471                u[ucnt].dval = G__double(*pval); ucnt++;
00472             } break;
00473          case 'z': break;
00474          case 'u':
00475             if (objsize >= 16) {
00476                memcpy(&u[ucnt].lval, (void*)pval->obj.i, objsize);
00477                ucnt += objsize/8;
00478                break;
00479             }
00480             // objsize < 16 -> fall through
00481          case 'g': case 'c': case 'b': case 'r': case 's': case 'h': case 'i':
00482          case 'k': case 'l':
00483          default:
00484             if (icnt < imax) {
00485                lval[icnt] = G__int(*pval); icnt++;
00486             } else {
00487                u[ucnt].lval = G__int(*pval); ucnt++;
00488             } break;
00489       }
00490       if (ucnt >= 50) printf("EmitVA: more than 56 var args\n");
00491    }
00492       ((EventDisplay*) G__getstructoffset())->EmitVA((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]), dval[0], dval[1], dval[2], dval[3], dval[4], dval[5], dval[6], dval[7], lval[3], lval[4], lval[5], u[0].lval, u[1].lval, u[2].lval, u[3].lval, u[4].lval, u[5].lval, u[6].lval, u[7].lval, u[8].lval, u[9].lval, u[10].lval, u[11].lval, u[12].lval, u[13].lval, u[14].lval, u[15].lval, u[16].lval, u[17].lval, u[18].lval, u[19].lval, u[20].lval, u[21].lval, u[22].lval, u[23].lval, u[24].lval, u[25].lval, u[26].lval, u[27].lval, u[28].lval, u[29].lval, u[30].lval, u[31].lval, u[32].lval, u[33].lval, u[34].lval, u[35].lval, u[36].lval, u[37].lval, u[38].lval, u[39].lval, u[40].lval, u[41].lval, u[42].lval, u[43].lval, u[44].lval, u[45].lval, u[46].lval, u[47].lval, u[48].lval, u[49].lval);
00493       G__setnull(result7);
00494    return(1 || funcname || hash || result7 || libp) ;
00495 }
00496 
00497 static int G__GuiClass_857_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00498 {
00499       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]));
00500       G__setnull(result7);
00501    return(1 || funcname || hash || result7 || libp) ;
00502 }
00503 
00504 static int G__GuiClass_857_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00505 {
00506       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00507       G__setnull(result7);
00508    return(1 || funcname || hash || result7 || libp) ;
00509 }
00510 
00511 static int G__GuiClass_857_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00512 {
00513       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Long_t*) G__int(libp->para[1]));
00514       G__setnull(result7);
00515    return(1 || funcname || hash || result7 || libp) ;
00516 }
00517 
00518 static int G__GuiClass_857_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00519 {
00520       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
00521       G__setnull(result7);
00522    return(1 || funcname || hash || result7 || libp) ;
00523 }
00524 
00525 static int G__GuiClass_857_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00526 {
00527       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1]));
00528       G__setnull(result7);
00529    return(1 || funcname || hash || result7 || libp) ;
00530 }
00531 
00532 static int G__GuiClass_857_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00533 {
00534       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
00535       G__setnull(result7);
00536    return(1 || funcname || hash || result7 || libp) ;
00537 }
00538 
00539 static int G__GuiClass_857_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00540 {
00541       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (ULong64_t) G__ULonglong(libp->para[1]));
00542       G__setnull(result7);
00543    return(1 || funcname || hash || result7 || libp) ;
00544 }
00545 
00546 static int G__GuiClass_857_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00547 {
00548       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
00549       G__setnull(result7);
00550    return(1 || funcname || hash || result7 || libp) ;
00551 }
00552 
00553 static int G__GuiClass_857_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00554 {
00555       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Char_t) G__int(libp->para[1]));
00556       G__setnull(result7);
00557    return(1 || funcname || hash || result7 || libp) ;
00558 }
00559 
00560 static int G__GuiClass_857_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00561 {
00562       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (UChar_t) G__int(libp->para[1]));
00563       G__setnull(result7);
00564    return(1 || funcname || hash || result7 || libp) ;
00565 }
00566 
00567 static int G__GuiClass_857_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00568 {
00569       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Short_t) G__int(libp->para[1]));
00570       G__setnull(result7);
00571    return(1 || funcname || hash || result7 || libp) ;
00572 }
00573 
00574 static int G__GuiClass_857_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00575 {
00576       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (UShort_t) G__int(libp->para[1]));
00577       G__setnull(result7);
00578    return(1 || funcname || hash || result7 || libp) ;
00579 }
00580 
00581 static int G__GuiClass_857_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00582 {
00583       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
00584       G__setnull(result7);
00585    return(1 || funcname || hash || result7 || libp) ;
00586 }
00587 
00588 static int G__GuiClass_857_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00589 {
00590       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
00591       G__setnull(result7);
00592    return(1 || funcname || hash || result7 || libp) ;
00593 }
00594 
00595 static int G__GuiClass_857_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00596 {
00597       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1]));
00598       G__setnull(result7);
00599    return(1 || funcname || hash || result7 || libp) ;
00600 }
00601 
00602 static int G__GuiClass_857_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00603 {
00604       ((EventDisplay*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1]));
00605       G__setnull(result7);
00606    return(1 || funcname || hash || result7 || libp) ;
00607 }
00608 
00609 static int G__GuiClass_857_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00610 {
00611    EventDisplay* p = NULL;
00612    char* gvp = (char*) G__getgvp();
00613    //m: 3
00614    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00615      p = new EventDisplay(
00616 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
00617 , (UInt_t) G__int(libp->para[2]));
00618    } else {
00619      p = new((void*) gvp) EventDisplay(
00620 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
00621 , (UInt_t) G__int(libp->para[2]));
00622    }
00623    result7->obj.i = (long) p;
00624    result7->ref = (long) p;
00625    G__set_tagnum(result7,G__get_linked_tagnum(&G__GuiClassLN_EventDisplay));
00626    return(1 || funcname || hash || result7 || libp) ;
00627 }
00628 
00629 static int G__GuiClass_857_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00630 {
00631    EventDisplay* p = NULL;
00632    char* gvp = (char*) G__getgvp();
00633    //m: 4
00634    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00635      p = new EventDisplay(
00636 *(string*) libp->para[0].ref, (TGWindow*) G__int(libp->para[1])
00637 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
00638    } else {
00639      p = new((void*) gvp) EventDisplay(
00640 *(string*) libp->para[0].ref, (TGWindow*) G__int(libp->para[1])
00641 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
00642    }
00643    result7->obj.i = (long) p;
00644    result7->ref = (long) p;
00645    G__set_tagnum(result7,G__get_linked_tagnum(&G__GuiClassLN_EventDisplay));
00646    return(1 || funcname || hash || result7 || libp) ;
00647 }
00648 
00649 static int G__GuiClass_857_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00650 {
00651    EventDisplay* p = NULL;
00652    char* gvp = (char*) G__getgvp();
00653    //m: 5
00654    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00655      p = new EventDisplay(
00656 *(string*) libp->para[0].ref, *(string*) libp->para[1].ref
00657 , (TGWindow*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
00658 , (UInt_t) G__int(libp->para[4]));
00659    } else {
00660      p = new((void*) gvp) EventDisplay(
00661 *(string*) libp->para[0].ref, *(string*) libp->para[1].ref
00662 , (TGWindow*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
00663 , (UInt_t) G__int(libp->para[4]));
00664    }
00665    result7->obj.i = (long) p;
00666    result7->ref = (long) p;
00667    G__set_tagnum(result7,G__get_linked_tagnum(&G__GuiClassLN_EventDisplay));
00668    return(1 || funcname || hash || result7 || libp) ;
00669 }
00670 
00671 static int G__GuiClass_857_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00672 {
00673       ((EventDisplay*) G__getstructoffset())->PrevEvent();
00674       G__setnull(result7);
00675    return(1 || funcname || hash || result7 || libp) ;
00676 }
00677 
00678 static int G__GuiClass_857_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00679 {
00680       ((EventDisplay*) G__getstructoffset())->NextEvent();
00681       G__setnull(result7);
00682    return(1 || funcname || hash || result7 || libp) ;
00683 }
00684 
00685 static int G__GuiClass_857_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00686 {
00687       ((EventDisplay*) G__getstructoffset())->SetEventNum();
00688       G__setnull(result7);
00689    return(1 || funcname || hash || result7 || libp) ;
00690 }
00691 
00692 static int G__GuiClass_857_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00693 {
00694       ((EventDisplay*) G__getstructoffset())->HandleMenu((int) G__int(libp->para[0]));
00695       G__setnull(result7);
00696    return(1 || funcname || hash || result7 || libp) ;
00697 }
00698 
00699 static int G__GuiClass_857_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00700 {
00701       ((EventDisplay*) G__getstructoffset())->Zoom();
00702       G__setnull(result7);
00703    return(1 || funcname || hash || result7 || libp) ;
00704 }
00705 
00706 static int G__GuiClass_857_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00707 {
00708       ((EventDisplay*) G__getstructoffset())->UnZoom();
00709       G__setnull(result7);
00710    return(1 || funcname || hash || result7 || libp) ;
00711 }
00712 
00713 static int G__GuiClass_857_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00714 {
00715       ((EventDisplay*) G__getstructoffset())->DoSlider();
00716       G__setnull(result7);
00717    return(1 || funcname || hash || result7 || libp) ;
00718 }
00719 
00720 static int G__GuiClass_857_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00721 {
00722       ((EventDisplay*) G__getstructoffset())->SetSliderRange();
00723       G__setnull(result7);
00724    return(1 || funcname || hash || result7 || libp) ;
00725 }
00726 
00727 static int G__GuiClass_857_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00728 {
00729       ((EventDisplay*) G__getstructoffset())->SliderReleased();
00730       G__setnull(result7);
00731    return(1 || funcname || hash || result7 || libp) ;
00732 }
00733 
00734 static int G__GuiClass_857_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00735 {
00736       ((EventDisplay*) G__getstructoffset())->ShowChamberClick();
00737       G__setnull(result7);
00738    return(1 || funcname || hash || result7 || libp) ;
00739 }
00740 
00741 static int G__GuiClass_857_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00742 {
00743       ((EventDisplay*) G__getstructoffset())->processZoom();
00744       G__setnull(result7);
00745    return(1 || funcname || hash || result7 || libp) ;
00746 }
00747 
00748 static int G__GuiClass_857_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00749 {
00750       EventDisplay::zoomC1();
00751       G__setnull(result7);
00752    return(1 || funcname || hash || result7 || libp) ;
00753 }
00754 
00755 static int G__GuiClass_857_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00756 {
00757       G__letint(result7, 85, (long) EventDisplay::Class());
00758    return(1 || funcname || hash || result7 || libp) ;
00759 }
00760 
00761 static int G__GuiClass_857_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00762 {
00763       G__letint(result7, 67, (long) EventDisplay::Class_Name());
00764    return(1 || funcname || hash || result7 || libp) ;
00765 }
00766 
00767 static int G__GuiClass_857_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00768 {
00769       G__letint(result7, 115, (long) EventDisplay::Class_Version());
00770    return(1 || funcname || hash || result7 || libp) ;
00771 }
00772 
00773 static int G__GuiClass_857_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00774 {
00775       EventDisplay::Dictionary();
00776       G__setnull(result7);
00777    return(1 || funcname || hash || result7 || libp) ;
00778 }
00779 
00780 static int G__GuiClass_857_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00781 {
00782       ((EventDisplay*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00783       G__setnull(result7);
00784    return(1 || funcname || hash || result7 || libp) ;
00785 }
00786 
00787 static int G__GuiClass_857_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00788 {
00789       G__letint(result7, 67, (long) EventDisplay::DeclFileName());
00790    return(1 || funcname || hash || result7 || libp) ;
00791 }
00792 
00793 static int G__GuiClass_857_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00794 {
00795       G__letint(result7, 105, (long) EventDisplay::ImplFileLine());
00796    return(1 || funcname || hash || result7 || libp) ;
00797 }
00798 
00799 static int G__GuiClass_857_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00800 {
00801       G__letint(result7, 67, (long) EventDisplay::ImplFileName());
00802    return(1 || funcname || hash || result7 || libp) ;
00803 }
00804 
00805 static int G__GuiClass_857_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00806 {
00807       G__letint(result7, 105, (long) EventDisplay::DeclFileLine());
00808    return(1 || funcname || hash || result7 || libp) ;
00809 }
00810 
00811 // automatic destructor
00812 typedef EventDisplay G__TEventDisplay;
00813 static int G__GuiClass_857_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00814 {
00815    char* gvp = (char*) G__getgvp();
00816    long soff = G__getstructoffset();
00817    int n = G__getaryconstruct();
00818    //
00819    //has_a_delete: 1
00820    //has_own_delete1arg: 0
00821    //has_own_delete2arg: 0
00822    //
00823    if (!soff) {
00824      return(1);
00825    }
00826    if (n) {
00827      if (gvp == (char*)G__PVOID) {
00828        delete[] (EventDisplay*) soff;
00829      } else {
00830        G__setgvp((long) G__PVOID);
00831        for (int i = n - 1; i >= 0; --i) {
00832          ((EventDisplay*) (soff+(sizeof(EventDisplay)*i)))->~G__TEventDisplay();
00833        }
00834        G__setgvp((long)gvp);
00835      }
00836    } else {
00837      if (gvp == (char*)G__PVOID) {
00838        delete (EventDisplay*) soff;
00839      } else {
00840        G__setgvp((long) G__PVOID);
00841        ((EventDisplay*) (soff))->~G__TEventDisplay();
00842        G__setgvp((long)gvp);
00843      }
00844    }
00845    G__setnull(result7);
00846    return(1 || funcname || hash || result7 || libp) ;
00847 }
00848 
00849 
00850 /* Setting up global function */
00851 
00852 /*********************************************************
00853 * Member function Stub
00854 *********************************************************/
00855 
00856 /* EventDisplay */
00857 
00858 /*********************************************************
00859 * Global function Stub
00860 *********************************************************/
00861 
00862 /*********************************************************
00863 * Get size of pointer to member function
00864 *********************************************************/
00865 class G__Sizep2memfuncGuiClass {
00866  public:
00867   G__Sizep2memfuncGuiClass(): p(&G__Sizep2memfuncGuiClass::sizep2memfunc) {}
00868     size_t sizep2memfunc() { return(sizeof(p)); }
00869   private:
00870     size_t (G__Sizep2memfuncGuiClass::*p)();
00871 };
00872 
00873 size_t G__get_sizep2memfuncGuiClass()
00874 {
00875   G__Sizep2memfuncGuiClass a;
00876   G__setsizep2memfunc((int)a.sizep2memfunc());
00877   return((size_t)a.sizep2memfunc());
00878 }
00879 
00880 
00881 /*********************************************************
00882 * virtual base class offset calculation interface
00883 *********************************************************/
00884 
00885    /* Setting up class inheritance */
00886 
00887 /*********************************************************
00888 * Inheritance information setup/
00889 *********************************************************/
00890 extern "C" void G__cpp_setup_inheritanceGuiClass() {
00891 
00892    /* Setting up class inheritance */
00893    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay))) {
00894      EventDisplay *G__Lderived;
00895      G__Lderived=(EventDisplay*)0x1000;
00896      {
00897        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
00898        G__inheritance_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay),G__get_linked_tagnum(&G__GuiClassLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
00899      }
00900      {
00901        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
00902        G__inheritance_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay),G__get_linked_tagnum(&G__GuiClassLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
00903      }
00904      {
00905        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
00906        G__inheritance_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay),G__get_linked_tagnum(&G__GuiClassLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
00907      }
00908      {
00909        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
00910        G__inheritance_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay),G__get_linked_tagnum(&G__GuiClassLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
00911      }
00912      {
00913        TGObject *G__Lpbase=(TGObject*)G__Lderived;
00914        G__inheritance_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay),G__get_linked_tagnum(&G__GuiClassLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
00915      }
00916      {
00917        TObject *G__Lpbase=(TObject*)G__Lderived;
00918        G__inheritance_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay),G__get_linked_tagnum(&G__GuiClassLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
00919      }
00920      {
00921        TQObject *G__Lpbase=(TQObject*)G__Lderived;
00922        G__inheritance_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay),G__get_linked_tagnum(&G__GuiClassLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
00923      }
00924    }
00925 }
00926 
00927 /*********************************************************
00928 * typedef information setup/
00929 *********************************************************/
00930 extern "C" void G__cpp_setup_typetableGuiClass() {
00931 
00932    /* Setting up typedef entry */
00933    G__search_typename2("Char_t",99,-1,0,-1);
00934    G__setnewtype(-1,"Signed Character 1 byte (char)",0);
00935    G__search_typename2("UChar_t",98,-1,0,-1);
00936    G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0);
00937    G__search_typename2("Short_t",115,-1,0,-1);
00938    G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0);
00939    G__search_typename2("UShort_t",114,-1,0,-1);
00940    G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0);
00941    G__search_typename2("Int_t",105,-1,0,-1);
00942    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
00943    G__search_typename2("UInt_t",104,-1,0,-1);
00944    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
00945    G__search_typename2("Long_t",108,-1,0,-1);
00946    G__setnewtype(-1,"Signed long integer 8 bytes (long)",0);
00947    G__search_typename2("ULong_t",107,-1,0,-1);
00948    G__setnewtype(-1,"Unsigned long integer 8 bytes (unsigned long)",0);
00949    G__search_typename2("Float_t",102,-1,0,-1);
00950    G__setnewtype(-1,"Float 4 bytes (float)",0);
00951    G__search_typename2("Double_t",100,-1,0,-1);
00952    G__setnewtype(-1,"Double 8 bytes",0);
00953    G__search_typename2("Bool_t",103,-1,0,-1);
00954    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
00955    G__search_typename2("Version_t",115,-1,0,-1);
00956    G__setnewtype(-1,"Class version identifier (short)",0);
00957    G__search_typename2("Long64_t",110,-1,0,-1);
00958    G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
00959    G__search_typename2("ULong64_t",109,-1,0,-1);
00960    G__setnewtype(-1,"Portable unsigned long integer 8 bytes",0);
00961    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__GuiClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00962    G__setnewtype(-1,NULL,0);
00963    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00964    G__setnewtype(-1,NULL,0);
00965    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00966    G__setnewtype(-1,NULL,0);
00967    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__GuiClassLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
00968    G__setnewtype(-1,NULL,0);
00969    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00970    G__setnewtype(-1,NULL,0);
00971    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00972    G__setnewtype(-1,NULL,0);
00973    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__GuiClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00974    G__setnewtype(-1,NULL,0);
00975    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__GuiClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00976    G__setnewtype(-1,NULL,0);
00977    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__GuiClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00978    G__setnewtype(-1,NULL,0);
00979    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__GuiClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
00980    G__setnewtype(-1,NULL,0);
00981    G__search_typename2("map<std::string,TObjArray*>",117,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
00982    G__setnewtype(-1,NULL,0);
00983    G__search_typename2("map<string,TObjArray*>",117,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
00984    G__setnewtype(-1,NULL,0);
00985    G__search_typename2("map<string,TObjArray*,less<string> >",117,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
00986    G__setnewtype(-1,NULL,0);
00987    G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__GuiClassLN_TVectorTlEfloatgR),0,-1);
00988    G__setnewtype(-1,NULL,0);
00989    G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__GuiClassLN_TVectorTlEdoublegR),0,-1);
00990    G__setnewtype(-1,NULL,0);
00991    G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__GuiClassLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
00992    G__setnewtype(-1,NULL,0);
00993    G__search_typename2("vector<TString>",117,G__get_linked_tagnum(&G__GuiClassLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1);
00994    G__setnewtype(-1,NULL,0);
00995    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlETStringcOallocatorlETStringgRsPgR));
00996    G__setnewtype(-1,NULL,0);
00997    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlETStringcOallocatorlETStringgRsPgR));
00998    G__setnewtype(-1,NULL,0);
00999    G__search_typename2("map<Int_t,TGeoElementRN*>",117,G__get_linked_tagnum(&G__GuiClassLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
01000    G__setnewtype(-1,NULL,0);
01001    G__search_typename2("map<int,TGeoElementRN*>",117,G__get_linked_tagnum(&G__GuiClassLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
01002    G__setnewtype(-1,NULL,0);
01003    G__search_typename2("map<int,TGeoElementRN*,less<int> >",117,G__get_linked_tagnum(&G__GuiClassLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR),0,-1);
01004    G__setnewtype(-1,NULL,0);
01005    G__search_typename2("map<string,TGeoVolume*>",117,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
01006    G__setnewtype(-1,NULL,0);
01007    G__search_typename2("map<string,TGeoVolume*,less<string> >",117,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),0,-1);
01008    G__setnewtype(-1,NULL,0);
01009    G__search_typename2("map<string,TGeoTranslation*>",117,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
01010    G__setnewtype(-1,NULL,0);
01011    G__search_typename2("map<string,TGeoTranslation*,less<string> >",117,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),0,-1);
01012    G__setnewtype(-1,NULL,0);
01013    G__search_typename2("vector<TreeInfo_t*>",117,G__get_linked_tagnum(&G__GuiClassLN_vectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgR),0,-1);
01014    G__setnewtype(-1,NULL,0);
01015    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgR));
01016    G__setnewtype(-1,NULL,0);
01017    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgR));
01018    G__setnewtype(-1,NULL,0);
01019    G__search_typename2("vector<EventDisplay*>",117,G__get_linked_tagnum(&G__GuiClassLN_vectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgR),0,-1);
01020    G__setnewtype(-1,NULL,0);
01021    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgR));
01022    G__setnewtype(-1,NULL,0);
01023    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__GuiClassLN_reverse_iteratorlEvectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__GuiClassLN_vectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgR));
01024    G__setnewtype(-1,NULL,0);
01025 }
01026 
01027 /*********************************************************
01028 * Data Member information setup/
01029 *********************************************************/
01030 
01031    /* Setting up class,struct,union tag member variable */
01032 
01033    /* EventDisplay */
01034 static void G__setup_memvarEventDisplay(void) {
01035    G__tag_memvar_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay));
01036    { EventDisplay *p; p=(EventDisplay*)0x1000; if (p) { }
01037    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__GuiClassLN_TQObjSender),-1,-1,4,"fQObject=",0,(char*)NULL);
01038    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGMenuBar),-1,-1,4,"fMenuBar=",0,"main menu bar");
01039    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGPopupMenu),-1,-1,4,"fMenuFile=",0,"\"File\" popup menu entry");
01040    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGPopupMenu),-1,-1,4,"fMenuHelp=",0,"\"Help\" popup menu entry");
01041    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGLabel),-1,-1,4,"fLbRootFile=",0,"containing root file name is already opening");
01042    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGNumberEntryField),-1,-1,4,"LbEventNum=",0,"containing current event number");
01043    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGTextButton),-1,-1,4,"prevButton=",0,(char*)NULL);
01044    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGTextButton),-1,-1,4,"exitButton=",0,(char*)NULL);
01045    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGTextButton),-1,-1,4,"nextButton=",0,(char*)NULL);
01046    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGTextButton),-1,-1,4,"zoomup=",0,(char*)NULL);
01047    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGTextButton),-1,-1,4,"zoomdown=",0,(char*)NULL);
01048    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGCheckButton),-1,-1,4,"fChkBut=",0,(char*)NULL);
01049    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGCheckButton),-1,-1,4,"fShowOnlyMicromegas=",0,(char*)NULL);
01050    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGLayoutHints),-1,-1,4,"fLayout=",0,(char*)NULL);
01051    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGDoubleHSlider),-1,-1,4,"slider=",0,(char*)NULL);
01052    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGVerticalFrame),-1,-1,4,"mainFrame=",0,(char*)NULL);
01053    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"eventNum=",0,(char*)NULL);
01054    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TFile),-1,-1,4,"file=",0,(char*)NULL);
01055    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__GuiClassLN_string),-1,-1,4,"steername=",0,(char*)NULL);
01056    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"eventType=",0,(char*)NULL);
01057    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGStatusBar),-1,-1,4,"fStatusBar=",0,(char*)NULL);
01058    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TCanvas),-1,-1,4,"c1=",0,(char*)NULL);
01059    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGCanvas),-1,-1,4,"gCanvas=",0,(char*)NULL);
01060    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TH1I),-1,-1,4,"dtHist=",0,(char*)NULL);
01061    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGeoMaterial),-1,-1,4,"mat=",0,(char*)NULL);
01062    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGeoMedium),-1,-1,4,"med=",0,(char*)NULL);
01063    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGeoVolume),-1,-1,4,"world=",0,(char*)NULL);
01064    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGeoManager),-1,-1,4,"frame=",0,(char*)NULL);
01065    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR),G__defined_typename("map<string,TGeoVolume*>"),-1,4,"nodes=",0,(char*)NULL);
01066    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__GuiClassLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR),G__defined_typename("map<string,TGeoTranslation*>"),-1,4,"trans=",0,(char*)NULL);
01067    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__GuiClassLN_vectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgR),G__defined_typename("vector<TreeInfo_t*>"),-1,4,"treeInfos=",0,(char*)NULL);
01068    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_Detector),-1,-1,4,"detector=",0,(char*)NULL);
01069    G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"onlyMicromegas=",0,(char*)NULL);
01070    G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"hitMicromegas=",0,(char*)NULL);
01071    G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"drawChamber=",0,(char*)NULL);
01072    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGToolBar),-1,-1,4,"fToolBar=",0,(char*)NULL);
01073    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TCanvas),-1,-1,4,"dtCan=",0,(char*)NULL);
01074    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGNumberEntryField),-1,-1,4,"deltaTMin=",0,"containing current event number");
01075    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TGNumberEntryField),-1,-1,4,"deltaTMax=",0,"containing current event number");
01076    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__GuiClassLN_vectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgR),G__defined_typename("vector<EventDisplay*>"),-2,4,"frames=",0,(char*)NULL);
01077    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__GuiClassLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01078    }
01079    G__tag_memvar_reset();
01080 }
01081 
01082 extern "C" void G__cpp_setup_memvarGuiClass() {
01083 }
01084 /***********************************************************
01085 ************************************************************
01086 ************************************************************
01087 ************************************************************
01088 ************************************************************
01089 ************************************************************
01090 ************************************************************
01091 ***********************************************************/
01092 
01093 /*********************************************************
01094 * Member function information setup for each class
01095 *********************************************************/
01096 static void G__setup_memfuncEventDisplay(void) {
01097    /* EventDisplay */
01098    G__tag_memfunc_setup(G__get_linked_tagnum(&G__GuiClassLN_EventDisplay));
01099    G__memfunc_setup("GetListOfSignals",1602,G__GuiClass_857_0_1, 85, G__get_linked_tagnum(&G__GuiClassLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01100    G__memfunc_setup("Connect",714,G__GuiClass_857_0_2, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
01101 "C - - 10 - sig C - - 10 - cl "
01102 "Y - - 0 - rcvr C - - 10 - slt", (char*)NULL, (void*) NULL, 0);
01103    G__memfunc_setup("Disconnect",1034,G__GuiClass_857_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
01104 "C - - 10 '0' sig Y - - 0 '0' rcvr "
01105 "C - - 10 '0' slt", (char*)NULL, (void*) NULL, 0);
01106    G__memfunc_setup("HighPriority",1250,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01107 "C - - 10 - signal_name C - - 10 '0' slot_name", (char*)NULL, (void*) NULL, 1);
01108    G__memfunc_setup("LowPriority",1172,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01109 "C - - 10 - signal_name C - - 10 '0' slot_name", (char*)NULL, (void*) NULL, 1);
01110    G__memfunc_setup("EmitVA",550,G__GuiClass_857_0_6, 121, -1, -1, 0, 2, 8, 1, 0, 
01111 "C - - 10 - signal i - 'Int_t' 0 - nargs", (char*)NULL, (void*) NULL, 0);
01112    G__memfunc_setup("Emit",399,G__GuiClass_857_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - signal", (char*)NULL, (void*) NULL, 0);
01113    G__memfunc_setup("Emit",399,G__GuiClass_857_0_8, 121, -1, -1, 0, 2, 1, 1, 0, 
01114 "C - - 10 - signal C - - 10 - params", (char*)NULL, (void*) NULL, 0);
01115    G__memfunc_setup("Emit",399,G__GuiClass_857_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
01116 "C - - 10 - signal L - 'Long_t' 0 - paramArr", (char*)NULL, (void*) NULL, 0);
01117    G__memfunc_setup("Emit",399,G__GuiClass_857_0_10, 121, -1, -1, 0, 2, 1, 1, 0, 
01118 "C - - 10 - signal d - 'Double_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01119    G__memfunc_setup("Emit",399,G__GuiClass_857_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
01120 "C - - 10 - signal l - 'Long_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01121    G__memfunc_setup("Emit",399,G__GuiClass_857_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
01122 "C - - 10 - signal n - 'Long64_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01123    G__memfunc_setup("Emit",399,G__GuiClass_857_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
01124 "C - - 10 - signal m - 'ULong64_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01125    G__memfunc_setup("Emit",399,G__GuiClass_857_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
01126 "C - - 10 - signal g - 'Bool_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01127    G__memfunc_setup("Emit",399,G__GuiClass_857_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
01128 "C - - 10 - signal c - 'Char_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01129    G__memfunc_setup("Emit",399,G__GuiClass_857_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
01130 "C - - 10 - signal b - 'UChar_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01131    G__memfunc_setup("Emit",399,G__GuiClass_857_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
01132 "C - - 10 - signal s - 'Short_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01133    G__memfunc_setup("Emit",399,G__GuiClass_857_0_18, 121, -1, -1, 0, 2, 1, 1, 0, 
01134 "C - - 10 - signal r - 'UShort_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01135    G__memfunc_setup("Emit",399,G__GuiClass_857_0_19, 121, -1, -1, 0, 2, 1, 1, 0, 
01136 "C - - 10 - signal i - 'Int_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01137    G__memfunc_setup("Emit",399,G__GuiClass_857_0_20, 121, -1, -1, 0, 2, 1, 1, 0, 
01138 "C - - 10 - signal h - 'UInt_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01139    G__memfunc_setup("Emit",399,G__GuiClass_857_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
01140 "C - - 10 - signal k - 'ULong_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01141    G__memfunc_setup("Emit",399,G__GuiClass_857_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
01142 "C - - 10 - signal f - 'Float_t' 0 - param", (char*)NULL, (void*) NULL, 0);
01143    G__memfunc_setup("Destroyed",947,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01144    G__memfunc_setup("ChangedBy",869,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - method", (char*)NULL, (void*) NULL, 1);
01145    G__memfunc_setup("Message",709,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 1);
01146    G__memfunc_setup("Display",726,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - - 0 - updateDT", (char*)NULL, (void*) NULL, 0);
01147    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
01148 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
01149    G__memfunc_setup("DisplayMTEvent",1401,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - - 0 - updateDT", (char*)NULL, (void*) NULL, 0);
01150    G__memfunc_setup("DisplayCaloEvent",1623,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - - 0 - updateDT", (char*)NULL, (void*) NULL, 0);
01151    G__memfunc_setup("adjustSlider",1262,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01152    G__memfunc_setup("fillTreeInfo",1219,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TFile' - 11 - file", (char*)NULL, (void*) NULL, 0);
01153    G__memfunc_setup("getTreeInfo",1116,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__GuiClassLN_TreeInfo_t), G__defined_typename("TreeInfo_t"), 0, 1, 1, 4, 0, "h - 'UInt_t' 0 - eventNum", (char*)NULL, (void*) NULL, 0);
01154    G__memfunc_setup("IsMicromegas",1219,(G__InterfaceMethod) NULL, 103, -1, -1, 0, 1, 1, 4, 0, "h - 'UInt_t' 0 - chamberId", (char*)NULL, (void*) NULL, 0);
01155    G__memfunc_setup("buildDetector",1354,(G__InterfaceMethod) NULL, 103, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01156    G__memfunc_setup("OpenFile",786,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01157    G__memfunc_setup("OpenXMLFile",1027,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01158    G__memfunc_setup("EventDisplay",1240,G__GuiClass_857_0_37, 105, G__get_linked_tagnum(&G__GuiClassLN_EventDisplay), -1, 0, 3, 1, 1, 0, 
01159 "U 'TGWindow' - 10 - p h - 'UInt_t' 0 - w "
01160 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 0);
01161    G__memfunc_setup("EventDisplay",1240,G__GuiClass_857_0_38, 105, G__get_linked_tagnum(&G__GuiClassLN_EventDisplay), -1, 0, 4, 1, 1, 0, 
01162 "u 'string' - 1 - rootfileName U 'TGWindow' - 10 - p "
01163 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 0);
01164    G__memfunc_setup("EventDisplay",1240,G__GuiClass_857_0_39, 105, G__get_linked_tagnum(&G__GuiClassLN_EventDisplay), -1, 0, 5, 1, 1, 0, 
01165 "u 'string' - 1 - rootfileName u 'string' - 1 - xmlfileName "
01166 "U 'TGWindow' - 10 - p h - 'UInt_t' 0 - w "
01167 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 0);
01168    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
01169 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
01170 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
01171    G__memfunc_setup("PrevEvent",927,G__GuiClass_857_0_41, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01172    G__memfunc_setup("NextEvent",929,G__GuiClass_857_0_42, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01173    G__memfunc_setup("SetEventNum",1118,G__GuiClass_857_0_43, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01174    G__memfunc_setup("HandleMenu",993,G__GuiClass_857_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
01175    G__memfunc_setup("Zoom",421,G__GuiClass_857_0_45, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01176    G__memfunc_setup("UnZoom",616,G__GuiClass_857_0_46, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01177    G__memfunc_setup("DoSlider",790,G__GuiClass_857_0_47, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01178    G__memfunc_setup("SetSliderRange",1404,G__GuiClass_857_0_48, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01179    G__memfunc_setup("SliderReleased",1416,G__GuiClass_857_0_49, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01180    G__memfunc_setup("ShowChamberClick",1593,G__GuiClass_857_0_50, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01181    G__memfunc_setup("HandleConfigureNotify",2151,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
01182    G__memfunc_setup("processZoom",1188,G__GuiClass_857_0_52, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01183    G__memfunc_setup("zoomC1",569,G__GuiClass_857_0_53, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&EventDisplay::zoomC1) ), 0);
01184    G__memfunc_setup("Class",502,G__GuiClass_857_0_54, 85, G__get_linked_tagnum(&G__GuiClassLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&EventDisplay::Class) ), 0);
01185    G__memfunc_setup("Class_Name",982,G__GuiClass_857_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventDisplay::Class_Name) ), 0);
01186    G__memfunc_setup("Class_Version",1339,G__GuiClass_857_0_56, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&EventDisplay::Class_Version) ), 0);
01187    G__memfunc_setup("Dictionary",1046,G__GuiClass_857_0_57, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&EventDisplay::Dictionary) ), 0);
01188    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__GuiClassLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01189    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
01190    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01191    G__memfunc_setup("StreamerNVirtual",1656,G__GuiClass_857_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01192    G__memfunc_setup("DeclFileName",1145,G__GuiClass_857_0_62, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventDisplay::DeclFileName) ), 0);
01193    G__memfunc_setup("ImplFileLine",1178,G__GuiClass_857_0_63, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&EventDisplay::ImplFileLine) ), 0);
01194    G__memfunc_setup("ImplFileName",1171,G__GuiClass_857_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&EventDisplay::ImplFileName) ), 0);
01195    G__memfunc_setup("DeclFileLine",1152,G__GuiClass_857_0_65, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&EventDisplay::DeclFileLine) ), 0);
01196    // automatic destructor
01197    G__memfunc_setup("~EventDisplay", 1366, G__GuiClass_857_0_66, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01198    G__tag_memfunc_reset();
01199 }
01200 
01201 
01202 /*********************************************************
01203 * Member function information setup
01204 *********************************************************/
01205 extern "C" void G__cpp_setup_memfuncGuiClass() {
01206 }
01207 
01208 /*********************************************************
01209 * Global variable information setup for each class
01210 *********************************************************/
01211 static void G__cpp_setup_global0() {
01212 
01213    /* Setting up global variables */
01214    G__resetplocal();
01215 
01216 }
01217 
01218 static void G__cpp_setup_global1() {
01219 }
01220 
01221 static void G__cpp_setup_global2() {
01222 }
01223 
01224 static void G__cpp_setup_global3() {
01225 }
01226 
01227 static void G__cpp_setup_global4() {
01228 }
01229 
01230 static void G__cpp_setup_global5() {
01231 }
01232 
01233 static void G__cpp_setup_global6() {
01234 }
01235 
01236 static void G__cpp_setup_global7() {
01237 }
01238 
01239 static void G__cpp_setup_global8() {
01240 }
01241 
01242 static void G__cpp_setup_global9() {
01243 
01244    G__resetglobalenv();
01245 }
01246 extern "C" void G__cpp_setup_globalGuiClass() {
01247   G__cpp_setup_global0();
01248   G__cpp_setup_global1();
01249   G__cpp_setup_global2();
01250   G__cpp_setup_global3();
01251   G__cpp_setup_global4();
01252   G__cpp_setup_global5();
01253   G__cpp_setup_global6();
01254   G__cpp_setup_global7();
01255   G__cpp_setup_global8();
01256   G__cpp_setup_global9();
01257 }
01258 
01259 /*********************************************************
01260 * Global function information setup for each class
01261 *********************************************************/
01262 static void G__cpp_setup_func0() {
01263    G__lastifuncposition();
01264 
01265 }
01266 
01267 static void G__cpp_setup_func1() {
01268 }
01269 
01270 static void G__cpp_setup_func2() {
01271 }
01272 
01273 static void G__cpp_setup_func3() {
01274 }
01275 
01276 static void G__cpp_setup_func4() {
01277 }
01278 
01279 static void G__cpp_setup_func5() {
01280 }
01281 
01282 static void G__cpp_setup_func6() {
01283 }
01284 
01285 static void G__cpp_setup_func7() {
01286 }
01287 
01288 static void G__cpp_setup_func8() {
01289 }
01290 
01291 static void G__cpp_setup_func9() {
01292 }
01293 
01294 static void G__cpp_setup_func10() {
01295 }
01296 
01297 static void G__cpp_setup_func11() {
01298 }
01299 
01300 static void G__cpp_setup_func12() {
01301 }
01302 
01303 static void G__cpp_setup_func13() {
01304 }
01305 
01306 static void G__cpp_setup_func14() {
01307 }
01308 
01309 static void G__cpp_setup_func15() {
01310 }
01311 
01312 static void G__cpp_setup_func16() {
01313 }
01314 
01315 static void G__cpp_setup_func17() {
01316 }
01317 
01318 static void G__cpp_setup_func18() {
01319 }
01320 
01321 static void G__cpp_setup_func19() {
01322 }
01323 
01324 static void G__cpp_setup_func20() {
01325 
01326    G__resetifuncposition();
01327 }
01328 
01329 extern "C" void G__cpp_setup_funcGuiClass() {
01330   G__cpp_setup_func0();
01331   G__cpp_setup_func1();
01332   G__cpp_setup_func2();
01333   G__cpp_setup_func3();
01334   G__cpp_setup_func4();
01335   G__cpp_setup_func5();
01336   G__cpp_setup_func6();
01337   G__cpp_setup_func7();
01338   G__cpp_setup_func8();
01339   G__cpp_setup_func9();
01340   G__cpp_setup_func10();
01341   G__cpp_setup_func11();
01342   G__cpp_setup_func12();
01343   G__cpp_setup_func13();
01344   G__cpp_setup_func14();
01345   G__cpp_setup_func15();
01346   G__cpp_setup_func16();
01347   G__cpp_setup_func17();
01348   G__cpp_setup_func18();
01349   G__cpp_setup_func19();
01350   G__cpp_setup_func20();
01351 }
01352 
01353 /*********************************************************
01354 * Class,struct,union,enum tag information setup
01355 *********************************************************/
01356 /* Setup class/struct taginfo */
01357 G__linked_taginfo G__GuiClassLN_TClass = { "TClass" , 99 , -1 };
01358 G__linked_taginfo G__GuiClassLN_TBuffer = { "TBuffer" , 99 , -1 };
01359 G__linked_taginfo G__GuiClassLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01360 G__linked_taginfo G__GuiClassLN_TObject = { "TObject" , 99 , -1 };
01361 G__linked_taginfo G__GuiClassLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
01362 G__linked_taginfo G__GuiClassLN_string = { "string" , 99 , -1 };
01363 G__linked_taginfo G__GuiClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
01364 G__linked_taginfo G__GuiClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
01365 G__linked_taginfo G__GuiClassLN_TList = { "TList" , 99 , -1 };
01366 G__linked_taginfo G__GuiClassLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
01367 G__linked_taginfo G__GuiClassLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
01368 G__linked_taginfo G__GuiClassLN_TQObject = { "TQObject" , 99 , -1 };
01369 G__linked_taginfo G__GuiClassLN_TQObjSender = { "TQObjSender" , 99 , -1 };
01370 G__linked_taginfo G__GuiClassLN_Event_t = { "Event_t" , 115 , -1 };
01371 G__linked_taginfo G__GuiClassLN_TGObject = { "TGObject" , 99 , -1 };
01372 G__linked_taginfo G__GuiClassLN_TGWindow = { "TGWindow" , 99 , -1 };
01373 G__linked_taginfo G__GuiClassLN_TGFrame = { "TGFrame" , 99 , -1 };
01374 G__linked_taginfo G__GuiClassLN_TGCompositeFrame = { "TGCompositeFrame" , 99 , -1 };
01375 G__linked_taginfo G__GuiClassLN_TGLayoutHints = { "TGLayoutHints" , 99 , -1 };
01376 G__linked_taginfo G__GuiClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
01377 G__linked_taginfo G__GuiClassLN_TGTextButton = { "TGTextButton" , 99 , -1 };
01378 G__linked_taginfo G__GuiClassLN_TGVerticalFrame = { "TGVerticalFrame" , 99 , -1 };
01379 G__linked_taginfo G__GuiClassLN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
01380 G__linked_taginfo G__GuiClassLN_TGCheckButton = { "TGCheckButton" , 99 , -1 };
01381 G__linked_taginfo G__GuiClassLN_TCanvas = { "TCanvas" , 99 , -1 };
01382 G__linked_taginfo G__GuiClassLN_TGCanvas = { "TGCanvas" , 99 , -1 };
01383 G__linked_taginfo G__GuiClassLN_TGMenuBar = { "TGMenuBar" , 99 , -1 };
01384 G__linked_taginfo G__GuiClassLN_TGPopupMenu = { "TGPopupMenu" , 99 , -1 };
01385 G__linked_taginfo G__GuiClassLN_TGStatusBar = { "TGStatusBar" , 99 , -1 };
01386 G__linked_taginfo G__GuiClassLN_TGToolBar = { "TGToolBar" , 99 , -1 };
01387 G__linked_taginfo G__GuiClassLN_TGLabel = { "TGLabel" , 99 , -1 };
01388 G__linked_taginfo G__GuiClassLN_TGNumberEntryField = { "TGNumberEntryField" , 99 , -1 };
01389 G__linked_taginfo G__GuiClassLN_TFile = { "TFile" , 99 , -1 };
01390 G__linked_taginfo G__GuiClassLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR = { "map<string,TObjArray*,less<string>,allocator<pair<const string,TObjArray*> > >" , 99 , -1 };
01391 G__linked_taginfo G__GuiClassLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
01392 G__linked_taginfo G__GuiClassLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
01393 G__linked_taginfo G__GuiClassLN_TH1I = { "TH1I" , 99 , -1 };
01394 G__linked_taginfo G__GuiClassLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector<TString,allocator<TString> >" , 99 , -1 };
01395 G__linked_taginfo G__GuiClassLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TString,allocator<TString> >::iterator>" , 99 , -1 };
01396 G__linked_taginfo G__GuiClassLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR = { "map<int,TGeoElementRN*,less<int>,allocator<pair<const int,TGeoElementRN*> > >" , 99 , -1 };
01397 G__linked_taginfo G__GuiClassLN_TGeoMaterial = { "TGeoMaterial" , 99 , -1 };
01398 G__linked_taginfo G__GuiClassLN_TGeoMedium = { "TGeoMedium" , 99 , -1 };
01399 G__linked_taginfo G__GuiClassLN_TGeoVolume = { "TGeoVolume" , 99 , -1 };
01400 G__linked_taginfo G__GuiClassLN_TGeoManager = { "TGeoManager" , 99 , -1 };
01401 G__linked_taginfo G__GuiClassLN_TGDoubleHSlider = { "TGDoubleHSlider" , 99 , -1 };
01402 G__linked_taginfo G__GuiClassLN_TreeInfo_t = { "TreeInfo_t" , 115 , -1 };
01403 G__linked_taginfo G__GuiClassLN_Detector = { "Detector" , 99 , -1 };
01404 G__linked_taginfo G__GuiClassLN_EventDisplay = { "EventDisplay" , 99 , -1 };
01405 G__linked_taginfo G__GuiClassLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR = { "map<string,TGeoVolume*,less<string>,allocator<pair<const string,TGeoVolume*> > >" , 99 , -1 };
01406 G__linked_taginfo G__GuiClassLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR = { "map<string,TGeoTranslation*,less<string>,allocator<pair<const string,TGeoTranslation*> > >" , 99 , -1 };
01407 G__linked_taginfo G__GuiClassLN_vectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgR = { "vector<TreeInfo_t*,allocator<TreeInfo_t*> >" , 99 , -1 };
01408 G__linked_taginfo G__GuiClassLN_reverse_iteratorlEvectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TreeInfo_t*,allocator<TreeInfo_t*> >::iterator>" , 99 , -1 };
01409 G__linked_taginfo G__GuiClassLN_vectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgR = { "vector<EventDisplay*,allocator<EventDisplay*> >" , 99 , -1 };
01410 G__linked_taginfo G__GuiClassLN_reverse_iteratorlEvectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<EventDisplay*,allocator<EventDisplay*> >::iterator>" , 99 , -1 };
01411 
01412 /* Reset class/struct taginfo */
01413 extern "C" void G__cpp_reset_tagtableGuiClass() {
01414   G__GuiClassLN_TClass.tagnum = -1 ;
01415   G__GuiClassLN_TBuffer.tagnum = -1 ;
01416   G__GuiClassLN_TMemberInspector.tagnum = -1 ;
01417   G__GuiClassLN_TObject.tagnum = -1 ;
01418   G__GuiClassLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
01419   G__GuiClassLN_string.tagnum = -1 ;
01420   G__GuiClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
01421   G__GuiClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
01422   G__GuiClassLN_TList.tagnum = -1 ;
01423   G__GuiClassLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
01424   G__GuiClassLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01425   G__GuiClassLN_TQObject.tagnum = -1 ;
01426   G__GuiClassLN_TQObjSender.tagnum = -1 ;
01427   G__GuiClassLN_Event_t.tagnum = -1 ;
01428   G__GuiClassLN_TGObject.tagnum = -1 ;
01429   G__GuiClassLN_TGWindow.tagnum = -1 ;
01430   G__GuiClassLN_TGFrame.tagnum = -1 ;
01431   G__GuiClassLN_TGCompositeFrame.tagnum = -1 ;
01432   G__GuiClassLN_TGLayoutHints.tagnum = -1 ;
01433   G__GuiClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
01434   G__GuiClassLN_TGTextButton.tagnum = -1 ;
01435   G__GuiClassLN_TGVerticalFrame.tagnum = -1 ;
01436   G__GuiClassLN_TGMainFrame.tagnum = -1 ;
01437   G__GuiClassLN_TGCheckButton.tagnum = -1 ;
01438   G__GuiClassLN_TCanvas.tagnum = -1 ;
01439   G__GuiClassLN_TGCanvas.tagnum = -1 ;
01440   G__GuiClassLN_TGMenuBar.tagnum = -1 ;
01441   G__GuiClassLN_TGPopupMenu.tagnum = -1 ;
01442   G__GuiClassLN_TGStatusBar.tagnum = -1 ;
01443   G__GuiClassLN_TGToolBar.tagnum = -1 ;
01444   G__GuiClassLN_TGLabel.tagnum = -1 ;
01445   G__GuiClassLN_TGNumberEntryField.tagnum = -1 ;
01446   G__GuiClassLN_TFile.tagnum = -1 ;
01447   G__GuiClassLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR.tagnum = -1 ;
01448   G__GuiClassLN_TVectorTlEfloatgR.tagnum = -1 ;
01449   G__GuiClassLN_TVectorTlEdoublegR.tagnum = -1 ;
01450   G__GuiClassLN_TH1I.tagnum = -1 ;
01451   G__GuiClassLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ;
01452   G__GuiClassLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ;
01453   G__GuiClassLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR.tagnum = -1 ;
01454   G__GuiClassLN_TGeoMaterial.tagnum = -1 ;
01455   G__GuiClassLN_TGeoMedium.tagnum = -1 ;
01456   G__GuiClassLN_TGeoVolume.tagnum = -1 ;
01457   G__GuiClassLN_TGeoManager.tagnum = -1 ;
01458   G__GuiClassLN_TGDoubleHSlider.tagnum = -1 ;
01459   G__GuiClassLN_TreeInfo_t.tagnum = -1 ;
01460   G__GuiClassLN_Detector.tagnum = -1 ;
01461   G__GuiClassLN_EventDisplay.tagnum = -1 ;
01462   G__GuiClassLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR.tagnum = -1 ;
01463   G__GuiClassLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR.tagnum = -1 ;
01464   G__GuiClassLN_vectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgR.tagnum = -1 ;
01465   G__GuiClassLN_reverse_iteratorlEvectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01466   G__GuiClassLN_vectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgR.tagnum = -1 ;
01467   G__GuiClassLN_reverse_iteratorlEvectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01468 }
01469 
01470 
01471 extern "C" void G__cpp_setup_tagtableGuiClass() {
01472 
01473    /* Setting up class,struct,union tag entry */
01474    G__get_linked_tagnum_fwd(&G__GuiClassLN_TClass);
01475    G__get_linked_tagnum_fwd(&G__GuiClassLN_TBuffer);
01476    G__get_linked_tagnum_fwd(&G__GuiClassLN_TMemberInspector);
01477    G__get_linked_tagnum_fwd(&G__GuiClassLN_TObject);
01478    G__get_linked_tagnum_fwd(&G__GuiClassLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
01479    G__get_linked_tagnum_fwd(&G__GuiClassLN_string);
01480    G__get_linked_tagnum_fwd(&G__GuiClassLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
01481    G__get_linked_tagnum_fwd(&G__GuiClassLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
01482    G__get_linked_tagnum_fwd(&G__GuiClassLN_TList);
01483    G__get_linked_tagnum_fwd(&G__GuiClassLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
01484    G__get_linked_tagnum_fwd(&G__GuiClassLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
01485    G__get_linked_tagnum_fwd(&G__GuiClassLN_TQObject);
01486    G__get_linked_tagnum_fwd(&G__GuiClassLN_TQObjSender);
01487    G__get_linked_tagnum_fwd(&G__GuiClassLN_Event_t);
01488    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGObject);
01489    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGWindow);
01490    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGFrame);
01491    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGCompositeFrame);
01492    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGLayoutHints);
01493    G__get_linked_tagnum_fwd(&G__GuiClassLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
01494    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGTextButton);
01495    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGVerticalFrame);
01496    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGMainFrame);
01497    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGCheckButton);
01498    G__get_linked_tagnum_fwd(&G__GuiClassLN_TCanvas);
01499    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGCanvas);
01500    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGMenuBar);
01501    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGPopupMenu);
01502    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGStatusBar);
01503    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGToolBar);
01504    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGLabel);
01505    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGNumberEntryField);
01506    G__get_linked_tagnum_fwd(&G__GuiClassLN_TFile);
01507    G__get_linked_tagnum_fwd(&G__GuiClassLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR);
01508    G__get_linked_tagnum_fwd(&G__GuiClassLN_TVectorTlEfloatgR);
01509    G__get_linked_tagnum_fwd(&G__GuiClassLN_TVectorTlEdoublegR);
01510    G__get_linked_tagnum_fwd(&G__GuiClassLN_TH1I);
01511    G__get_linked_tagnum_fwd(&G__GuiClassLN_vectorlETStringcOallocatorlETStringgRsPgR);
01512    G__get_linked_tagnum_fwd(&G__GuiClassLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR);
01513    G__get_linked_tagnum_fwd(&G__GuiClassLN_maplEintcOTGeoElementRNmUcOlesslEintgRcOallocatorlEpairlEconstsPintcOTGeoElementRNmUgRsPgRsPgR);
01514    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGeoMaterial);
01515    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGeoMedium);
01516    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGeoVolume);
01517    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGeoManager);
01518    G__get_linked_tagnum_fwd(&G__GuiClassLN_TGDoubleHSlider);
01519    G__get_linked_tagnum_fwd(&G__GuiClassLN_TreeInfo_t);
01520    G__get_linked_tagnum_fwd(&G__GuiClassLN_Detector);
01521    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__GuiClassLN_EventDisplay),sizeof(EventDisplay),-1,324608,"MTEvent structure",G__setup_memvarEventDisplay,G__setup_memfuncEventDisplay);
01522    G__get_linked_tagnum_fwd(&G__GuiClassLN_maplEstringcOTGeoVolumemUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoVolumemUgRsPgRsPgR);
01523    G__get_linked_tagnum_fwd(&G__GuiClassLN_maplEstringcOTGeoTranslationmUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTGeoTranslationmUgRsPgRsPgR);
01524    G__get_linked_tagnum_fwd(&G__GuiClassLN_vectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgR);
01525    G__get_linked_tagnum_fwd(&G__GuiClassLN_reverse_iteratorlEvectorlETreeInfo_tmUcOallocatorlETreeInfo_tmUgRsPgRcLcLiteratorgR);
01526    G__get_linked_tagnum_fwd(&G__GuiClassLN_vectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgR);
01527    G__get_linked_tagnum_fwd(&G__GuiClassLN_reverse_iteratorlEvectorlEEventDisplaymUcOallocatorlEEventDisplaymUgRsPgRcLcLiteratorgR);
01528 }
01529 extern "C" void G__cpp_setupGuiClass(void) {
01530   G__check_setup_version(30051515,"G__cpp_setupGuiClass()");
01531   G__set_cpp_environmentGuiClass();
01532   G__cpp_setup_tagtableGuiClass();
01533 
01534   G__cpp_setup_inheritanceGuiClass();
01535 
01536   G__cpp_setup_typetableGuiClass();
01537 
01538   G__cpp_setup_memvarGuiClass();
01539 
01540   G__cpp_setup_memfuncGuiClass();
01541   G__cpp_setup_globalGuiClass();
01542   G__cpp_setup_funcGuiClass();
01543 
01544    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncGuiClass();
01545   return;
01546 }
01547 class G__cpp_setup_initGuiClass {
01548   public:
01549     G__cpp_setup_initGuiClass() { G__add_setup_func("GuiClass",(G__incsetup)(&G__cpp_setupGuiClass)); G__call_setup_funcs(); }
01550    ~G__cpp_setup_initGuiClass() { G__remove_setup_func("GuiClass"); }
01551 };
01552 G__cpp_setup_initGuiClass G__cpp_setup_initializerGuiClass;
01553 

Generated on Mon Jan 7 13:15:22 2013 for MicromegasFramework by  doxygen 1.4.7