Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

ex2aDict.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by rootcint at Fri May 18 19:10:46 2007
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #include "RConfig.h"
00008 #if !defined(R__ACCESS_IN_SYMBOL)
00009 //Break the privacy of classes -- Disabled for the moment
00010 #define private public
00011 #define protected public
00012 #endif
00013 
00014 // Since CINT ignores the std namespace, we need to do so in this file.
00015 namespace std {} using namespace std;
00016 #include "ex2aDict.h"
00017 
00018 #include "TClass.h"
00019 #include "TBuffer.h"
00020 #include "TStreamerInfo.h"
00021 #include "TMemberInspector.h"
00022 #include "TError.h"
00023 
00024 #ifndef G__ROOT
00025 #define G__ROOT
00026 #endif
00027 
00028 #include "RtypesImp.h"
00029 #include "TCollectionProxy.h"
00030 #include "TIsAProxy.h"
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035    } // of namespace Shadow
00036 } // of namespace ROOT
00037 // END OF SHADOWS
00038 
00039 namespace ROOT {
00040    void MyMainFrame_ShowMembers(void *obj, TMemberInspector &R__insp, char *R__parent);
00041    static void MyMainFrame_Dictionary();
00042    static void delete_MyMainFrame(void *p);
00043    static void deleteArray_MyMainFrame(void *p);
00044    static void destruct_MyMainFrame(void *p);
00045 
00046    // Function generating the singleton type initializer
00047    static TGenericClassInfo *GenerateInitInstanceLocal(const ::MyMainFrame*)
00048    {
00049       ::MyMainFrame *ptr = 0;
00050       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::MyMainFrame),0);
00051       static ::ROOT::TGenericClassInfo 
00052          instance("MyMainFrame", "example2a.h", 25,
00053                   typeid(::MyMainFrame), DefineBehavior(ptr, ptr),
00054                   0, &MyMainFrame_Dictionary, isa_proxy, 0,
00055                   sizeof(::MyMainFrame) );
00056       instance.SetDelete(&delete_MyMainFrame);
00057       instance.SetDeleteArray(&deleteArray_MyMainFrame);
00058       instance.SetDestructor(&destruct_MyMainFrame);
00059       return &instance;
00060    }
00061    TGenericClassInfo *GenerateInitInstance(const ::MyMainFrame*)
00062    {
00063       return GenerateInitInstanceLocal((::MyMainFrame*)0);
00064    }
00065    // Static variable to force the class initialization
00066    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::MyMainFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00067 
00068    // Dictionary for non-ClassDef classes
00069    static void MyMainFrame_Dictionary() {
00070       ::ROOT::GenerateInitInstanceLocal((const ::MyMainFrame*)0x0)->GetClass();
00071    }
00072 
00073 } // end of namespace ROOT
00074 
00075 namespace ROOT {
00076    // Wrapper around operator delete
00077    static void delete_MyMainFrame(void *p) {
00078       delete ((::MyMainFrame*)p);
00079    }
00080    static void deleteArray_MyMainFrame(void *p) {
00081       delete [] ((::MyMainFrame*)p);
00082    }
00083    static void destruct_MyMainFrame(void *p) {
00084       typedef ::MyMainFrame current_t;
00085       ((current_t*)p)->~current_t();
00086    }
00087 } // end of namespace ROOT for class ::MyMainFrame
00088 
00089 /********************************************************
00090 * ex2aDict.cxx
00091 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00092 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00093 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00094 ********************************************************/
00095 
00096 #ifdef G__MEMTEST
00097 #undef malloc
00098 #undef free
00099 #endif
00100 
00101 extern "C" void G__cpp_reset_tagtableex2aDict();
00102 
00103 extern "C" void G__set_cpp_environmentex2aDict() {
00104   G__add_compiledheader("TROOT.h");
00105   G__add_compiledheader("TMemberInspector.h");
00106   G__add_compiledheader("example2a.h");
00107   G__cpp_reset_tagtableex2aDict();
00108 }
00109 #include <new>
00110 extern "C" int G__cpp_dllrevex2aDict() { return(30051515); }
00111 
00112 /*********************************************************
00113 * Member function Interface Method
00114 *********************************************************/
00115 
00116 /* MyMainFrame */
00117 static int G__ex2aDict_671_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00118 {
00119       G__letint(result7, 85, (long) ((const MyMainFrame*) G__getstructoffset())->GetListOfSignals());
00120    return(1 || funcname || hash || result7 || libp) ;
00121 }
00122 
00123 static int G__ex2aDict_671_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00124 {
00125       G__letint(result7, 103, (long) ((MyMainFrame*) G__getstructoffset())->Connect((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
00126 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])));
00127    return(1 || funcname || hash || result7 || libp) ;
00128 }
00129 
00130 static int G__ex2aDict_671_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00131 {
00132    switch (libp->paran) {
00133    case 3:
00134       G__letint(result7, 103, (long) ((MyMainFrame*) G__getstructoffset())->Disconnect((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
00135 , (const char*) G__int(libp->para[2])));
00136       break;
00137    case 2:
00138       G__letint(result7, 103, (long) ((MyMainFrame*) G__getstructoffset())->Disconnect((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
00139       break;
00140    case 1:
00141       G__letint(result7, 103, (long) ((MyMainFrame*) G__getstructoffset())->Disconnect((const char*) G__int(libp->para[0])));
00142       break;
00143    case 0:
00144       G__letint(result7, 103, (long) ((MyMainFrame*) G__getstructoffset())->Disconnect());
00145       break;
00146    }
00147    return(1 || funcname || hash || result7 || libp) ;
00148 }
00149 
00150 static int G__ex2aDict_671_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00151 {
00152    switch (libp->paran) {
00153    case 2:
00154       ((MyMainFrame*) G__getstructoffset())->HighPriority((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00155       G__setnull(result7);
00156       break;
00157    case 1:
00158       ((MyMainFrame*) G__getstructoffset())->HighPriority((const char*) G__int(libp->para[0]));
00159       G__setnull(result7);
00160       break;
00161    }
00162    return(1 || funcname || hash || result7 || libp) ;
00163 }
00164 
00165 static int G__ex2aDict_671_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00166 {
00167    switch (libp->paran) {
00168    case 2:
00169       ((MyMainFrame*) G__getstructoffset())->LowPriority((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00170       G__setnull(result7);
00171       break;
00172    case 1:
00173       ((MyMainFrame*) G__getstructoffset())->LowPriority((const char*) G__int(libp->para[0]));
00174       G__setnull(result7);
00175       break;
00176    }
00177    return(1 || funcname || hash || result7 || libp) ;
00178 }
00179 
00180 static int G__ex2aDict_671_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00181 {
00182    G__va_arg_buf G__va_arg_bufobj;
00183    G__va_arg_put(&G__va_arg_bufobj, libp, 2);
00184       ((MyMainFrame*) G__getstructoffset())->EmitVA((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]), G__va_arg_bufobj);
00185       G__setnull(result7);
00186    return(1 || funcname || hash || result7 || libp) ;
00187 }
00188 
00189 static int G__ex2aDict_671_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00190 {
00191       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]));
00192       G__setnull(result7);
00193    return(1 || funcname || hash || result7 || libp) ;
00194 }
00195 
00196 static int G__ex2aDict_671_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00197 {
00198       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00199       G__setnull(result7);
00200    return(1 || funcname || hash || result7 || libp) ;
00201 }
00202 
00203 static int G__ex2aDict_671_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00204 {
00205       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Long_t*) G__int(libp->para[1]));
00206       G__setnull(result7);
00207    return(1 || funcname || hash || result7 || libp) ;
00208 }
00209 
00210 static int G__ex2aDict_671_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00211 {
00212       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
00213       G__setnull(result7);
00214    return(1 || funcname || hash || result7 || libp) ;
00215 }
00216 
00217 static int G__ex2aDict_671_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00218 {
00219       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1]));
00220       G__setnull(result7);
00221    return(1 || funcname || hash || result7 || libp) ;
00222 }
00223 
00224 static int G__ex2aDict_671_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00225 {
00226       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
00227       G__setnull(result7);
00228    return(1 || funcname || hash || result7 || libp) ;
00229 }
00230 
00231 static int G__ex2aDict_671_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00232 {
00233       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (ULong64_t) G__ULonglong(libp->para[1]));
00234       G__setnull(result7);
00235    return(1 || funcname || hash || result7 || libp) ;
00236 }
00237 
00238 static int G__ex2aDict_671_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00239 {
00240       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
00241       G__setnull(result7);
00242    return(1 || funcname || hash || result7 || libp) ;
00243 }
00244 
00245 static int G__ex2aDict_671_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00246 {
00247       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Char_t) G__int(libp->para[1]));
00248       G__setnull(result7);
00249    return(1 || funcname || hash || result7 || libp) ;
00250 }
00251 
00252 static int G__ex2aDict_671_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00253 {
00254       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (UChar_t) G__int(libp->para[1]));
00255       G__setnull(result7);
00256    return(1 || funcname || hash || result7 || libp) ;
00257 }
00258 
00259 static int G__ex2aDict_671_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00260 {
00261       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Short_t) G__int(libp->para[1]));
00262       G__setnull(result7);
00263    return(1 || funcname || hash || result7 || libp) ;
00264 }
00265 
00266 static int G__ex2aDict_671_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00267 {
00268       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (UShort_t) G__int(libp->para[1]));
00269       G__setnull(result7);
00270    return(1 || funcname || hash || result7 || libp) ;
00271 }
00272 
00273 static int G__ex2aDict_671_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00274 {
00275       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
00276       G__setnull(result7);
00277    return(1 || funcname || hash || result7 || libp) ;
00278 }
00279 
00280 static int G__ex2aDict_671_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00281 {
00282       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
00283       G__setnull(result7);
00284    return(1 || funcname || hash || result7 || libp) ;
00285 }
00286 
00287 static int G__ex2aDict_671_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00288 {
00289       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1]));
00290       G__setnull(result7);
00291    return(1 || funcname || hash || result7 || libp) ;
00292 }
00293 
00294 static int G__ex2aDict_671_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00295 {
00296       ((MyMainFrame*) G__getstructoffset())->Emit((const char*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1]));
00297       G__setnull(result7);
00298    return(1 || funcname || hash || result7 || libp) ;
00299 }
00300 
00301 static int G__ex2aDict_671_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00302 {
00303       ((MyMainFrame*) G__getstructoffset())->Destroyed();
00304       G__setnull(result7);
00305    return(1 || funcname || hash || result7 || libp) ;
00306 }
00307 
00308 static int G__ex2aDict_671_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00309 {
00310       ((MyMainFrame*) G__getstructoffset())->ChangedBy((const char*) G__int(libp->para[0]));
00311       G__setnull(result7);
00312    return(1 || funcname || hash || result7 || libp) ;
00313 }
00314 
00315 static int G__ex2aDict_671_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00316 {
00317       ((MyMainFrame*) G__getstructoffset())->Message((const char*) G__int(libp->para[0]));
00318       G__setnull(result7);
00319    return(1 || funcname || hash || result7 || libp) ;
00320 }
00321 
00322 static int G__ex2aDict_671_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00323 {
00324    MyMainFrame* p = NULL;
00325    long gvp = G__getgvp();
00326    //m: 3
00327    if ((gvp == G__PVOID) || (gvp == 0)) {
00328      p = new MyMainFrame(
00329 (const TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
00330 , (UInt_t) G__int(libp->para[2]));
00331    } else {
00332      p = new((void*) gvp) MyMainFrame(
00333 (const TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
00334 , (UInt_t) G__int(libp->para[2]));
00335    }
00336    result7->obj.i = (long) p;
00337    result7->ref = (long) p;
00338    result7->type = 'u';
00339    result7->tagnum = G__get_linked_tagnum(&G__ex2aDictLN_MyMainFrame);
00340    return(1 || funcname || hash || result7 || libp) ;
00341 }
00342 
00343 static int G__ex2aDict_671_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00344 {
00345       ((MyMainFrame*) G__getstructoffset())->DoDraw();
00346       G__setnull(result7);
00347    return(1 || funcname || hash || result7 || libp) ;
00348 }
00349 
00350 static int G__ex2aDict_671_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00351 {
00352       ((MyMainFrame*) G__getstructoffset())->DoResume();
00353       G__setnull(result7);
00354    return(1 || funcname || hash || result7 || libp) ;
00355 }
00356 
00357 static int G__ex2aDict_671_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00358 {
00359       ((MyMainFrame*) G__getstructoffset())->DoSuspend();
00360       G__setnull(result7);
00361    return(1 || funcname || hash || result7 || libp) ;
00362 }
00363 
00364 static int G__ex2aDict_671_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00365 {
00366       ((MyMainFrame*) G__getstructoffset())->DoTerminate();
00367       G__setnull(result7);
00368    return(1 || funcname || hash || result7 || libp) ;
00369 }
00370 
00371 static int G__ex2aDict_671_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00372 {
00373       ((MyMainFrame*) G__getstructoffset())->DoSwich();
00374       G__setnull(result7);
00375    return(1 || funcname || hash || result7 || libp) ;
00376 }
00377 
00378 static int G__ex2aDict_671_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00379 {
00380       ((MyMainFrame*) G__getstructoffset())->DoSave();
00381       G__setnull(result7);
00382    return(1 || funcname || hash || result7 || libp) ;
00383 }
00384 
00385 static int G__ex2aDict_671_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00386 {
00387       ((MyMainFrame*) G__getstructoffset())->DrawHist();
00388       G__setnull(result7);
00389    return(1 || funcname || hash || result7 || libp) ;
00390 }
00391 
00392 static int G__ex2aDict_671_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00393 {
00394       ((MyMainFrame*) G__getstructoffset())->Loop();
00395       G__setnull(result7);
00396    return(1 || funcname || hash || result7 || libp) ;
00397 }
00398 
00399 static int G__ex2aDict_671_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00400 {
00401       G__letint(result7, 105, (long) ((MyMainFrame*) G__getstructoffset())->ShMemory());
00402    return(1 || funcname || hash || result7 || libp) ;
00403 }
00404 
00405 static int G__ex2aDict_671_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00406 {
00407       ((MyMainFrame*) G__getstructoffset())->SetLastEventTime();
00408       G__setnull(result7);
00409    return(1 || funcname || hash || result7 || libp) ;
00410 }
00411 
00412 // automatic destructor
00413 typedef MyMainFrame G__TMyMainFrame;
00414 static int G__ex2aDict_671_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00415 {
00416    long gvp = G__getgvp();
00417    long soff = G__getstructoffset();
00418    int n = G__getaryconstruct();
00419    //
00420    //has_a_delete: 0
00421    //has_own_delete1arg: 0
00422    //has_own_delete2arg: 0
00423    //
00424    if (!soff) {
00425      return(1);
00426    }
00427    if (n) {
00428      if (gvp == G__PVOID) {
00429        delete[] (MyMainFrame*) soff;
00430      } else {
00431        G__setgvp(G__PVOID);
00432        for (int i = n - 1; i >= 0; --i) {
00433          ((MyMainFrame*) (soff+(sizeof(MyMainFrame)*i)))->~G__TMyMainFrame();
00434        }
00435        G__setgvp(gvp);
00436      }
00437    } else {
00438      if (gvp == G__PVOID) {
00439        delete (MyMainFrame*) soff;
00440      } else {
00441        G__setgvp(G__PVOID);
00442        ((MyMainFrame*) (soff))->~G__TMyMainFrame();
00443        G__setgvp(gvp);
00444      }
00445    }
00446    G__setnull(result7);
00447    return(1 || funcname || hash || result7 || libp) ;
00448 }
00449 
00450 
00451 /* Setting up global function */
00452 
00453 /*********************************************************
00454 * Member function Stub
00455 *********************************************************/
00456 
00457 /* MyMainFrame */
00458 
00459 /*********************************************************
00460 * Global function Stub
00461 *********************************************************/
00462 
00463 /*********************************************************
00464 * Get size of pointer to member function
00465 *********************************************************/
00466 class G__Sizep2memfuncex2aDict {
00467  public:
00468   G__Sizep2memfuncex2aDict() {p=&G__Sizep2memfuncex2aDict::sizep2memfunc;}
00469     size_t sizep2memfunc() { return(sizeof(p)); }
00470   private:
00471     size_t (G__Sizep2memfuncex2aDict::*p)();
00472 };
00473 
00474 size_t G__get_sizep2memfuncex2aDict()
00475 {
00476   G__Sizep2memfuncex2aDict a;
00477   G__setsizep2memfunc((int)a.sizep2memfunc());
00478   return((size_t)a.sizep2memfunc());
00479 }
00480 
00481 
00482 /*********************************************************
00483 * virtual base class offset calculation interface
00484 *********************************************************/
00485 
00486    /* Setting up class inheritance */
00487 
00488 /*********************************************************
00489 * Inheritance information setup/
00490 *********************************************************/
00491 extern "C" void G__cpp_setup_inheritanceex2aDict() {
00492 
00493    /* Setting up class inheritance */
00494 }
00495 
00496 /*********************************************************
00497 * typedef information setup/
00498 *********************************************************/
00499 extern "C" void G__cpp_setup_typetableex2aDict() {
00500 
00501    /* Setting up typedef entry */
00502    G__search_typename2("Char_t",99,-1,0,-1);
00503    G__setnewtype(-1,"Signed Character 1 byte (char)",0);
00504    G__search_typename2("UChar_t",98,-1,0,-1);
00505    G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0);
00506    G__search_typename2("Short_t",115,-1,0,-1);
00507    G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0);
00508    G__search_typename2("UShort_t",114,-1,0,-1);
00509    G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0);
00510    G__search_typename2("Int_t",105,-1,0,-1);
00511    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
00512    G__search_typename2("UInt_t",104,-1,0,-1);
00513    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
00514    G__search_typename2("Long_t",108,-1,0,-1);
00515    G__setnewtype(-1,"Signed long integer 4 bytes (long)",0);
00516    G__search_typename2("ULong_t",107,-1,0,-1);
00517    G__setnewtype(-1,"Unsigned long integer 4 bytes (unsigned long)",0);
00518    G__search_typename2("Float_t",102,-1,0,-1);
00519    G__setnewtype(-1,"Float 4 bytes (float)",0);
00520    G__search_typename2("Double_t",100,-1,0,-1);
00521    G__setnewtype(-1,"Double 8 bytes",0);
00522    G__search_typename2("Bool_t",103,-1,0,-1);
00523    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
00524    G__search_typename2("Long64_t",110,-1,0,-1);
00525    G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
00526    G__search_typename2("ULong64_t",109,-1,0,-1);
00527    G__setnewtype(-1,"Portable unsigned long integer 8 bytes",0);
00528    G__search_typename2("vector<TStreamerInfo*>",117,G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1);
00529    G__setnewtype(-1,NULL,0);
00530    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__ex2aDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR));
00531    G__setnewtype(-1,NULL,0);
00532    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__ex2aDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR));
00533    G__setnewtype(-1,NULL,0);
00534    G__search_typename2("multimap<void*,Version_t>",117,G__get_linked_tagnum(&G__ex2aDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR),0,-1);
00535    G__setnewtype(-1,NULL,0);
00536    G__search_typename2("multimap<void*,short>",117,G__get_linked_tagnum(&G__ex2aDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR),0,-1);
00537    G__setnewtype(-1,NULL,0);
00538    G__search_typename2("multimap<void*,short,less<void*>>",117,G__get_linked_tagnum(&G__ex2aDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR),0,-1);
00539    G__setnewtype(-1,NULL,0);
00540    G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__ex2aDictLN_TVectorTlEfloatgR),0,-1);
00541    G__setnewtype(-1,NULL,0);
00542    G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__ex2aDictLN_TVectorTlEdoublegR),0,-1);
00543    G__setnewtype(-1,NULL,0);
00544    G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__ex2aDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
00545    G__setnewtype(-1,NULL,0);
00546    G__search_typename2("vector<TString>",117,G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1);
00547    G__setnewtype(-1,NULL,0);
00548    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__ex2aDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStringcOallocatorlETStringgRsPgR));
00549    G__setnewtype(-1,NULL,0);
00550    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__ex2aDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStringcOallocatorlETStringgRsPgR));
00551    G__setnewtype(-1,NULL,0);
00552 }
00553 
00554 /*********************************************************
00555 * Data Member information setup/
00556 *********************************************************/
00557 
00558    /* Setting up class,struct,union tag member variable */
00559 
00560    /* MyMainFrame */
00561 static void G__setup_memvarMyMainFrame(void) {
00562    G__tag_memvar_setup(G__get_linked_tagnum(&G__ex2aDictLN_MyMainFrame));
00563    { MyMainFrame *p; p=(MyMainFrame*)0x1000; if (p) { }
00564    G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TQObjSender),-1,-1,4,"fQObject=",0,(char*)NULL);
00565    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TGMainFrame),-1,-1,4,"fMain=",0,(char*)NULL);
00566    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TRootEmbeddedCanvas),-1,-1,4,"fEcanvas=",0,(char*)NULL);
00567    G__memvar_setup((void*)NULL,117,0,0,G__get_linked_tagnum(&G__ex2aDictLN_SharedMemory),-1,-1,4,"sm=",0,(char*)NULL);
00568    G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"EventNumber_old=",0,(char*)NULL);
00569    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TH1D),-1,-1,4,"hi=",0,(char*)NULL);
00570    G__memvar_setup((void*)NULL,103,0,0,-1,-1,-1,4,"logSW=",0,(char*)NULL);
00571    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TGTextBuffer),-1,-1,4,"tbuf=",0,(char*)NULL);
00572    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TGTextBuffer),-1,-1,4,"comment_buf=",0,(char*)NULL);
00573    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TGTextEntry),-1,-1,4,"comment=",0,(char*)NULL);
00574    G__memvar_setup((void*)NULL,105,0,0,-1,-1,-1,4,"shd_param_id=",0,(char*)NULL);
00575    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_SHM_PARAM),-1,-1,4,"param_ptr=",0,(char*)NULL);
00576    G__memvar_setup((void*)NULL,68,0,0,-1,-1,-1,4,"data_ptr=",0,"
00577    G__memvar_setup((void*)NULL,105,0,0,-1,G__defined_typename("key_t"),-1,4,"key=",0,(char*)NULL);
00578    G__memvar_setup((void*)NULL,99,0,0,-1,-1,-1,4,"LastEvent[50]=",0,(char*)NULL);
00579    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TGTextButton),-1,-1,4,"resume=",0,(char*)NULL);
00580    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TGTextButton),-1,-1,4,"suspend=",0,(char*)NULL);
00581    G__memvar_setup((void*)NULL,85,0,0,G__get_linked_tagnum(&G__ex2aDictLN_TGTextButton),-1,-1,4,"terminate=",0,(char*)NULL);
00582    G__memvar_setup((void*)NULL,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
00583    G__memvar_setup((void*)((long)(&p->gifOutputDir)-(long)(p)),99,0,0,-1,-1,-1,1,"gifOutputDir[1024]=",0,"file name for GIF output");
00584    }
00585    G__tag_memvar_reset();
00586 }
00587 
00588 extern "C" void G__cpp_setup_memvarex2aDict() {
00589 }
00590 /***********************************************************
00591 ************************************************************
00592 ************************************************************
00593 ************************************************************
00594 ************************************************************
00595 ************************************************************
00596 ************************************************************
00597 ***********************************************************/
00598 
00599 /*********************************************************
00600 * Member function information setup for each class
00601 *********************************************************/
00602 static void G__setup_memfuncMyMainFrame(void) {
00603    /* MyMainFrame */
00604    G__tag_memfunc_setup(G__get_linked_tagnum(&G__ex2aDictLN_MyMainFrame));
00605    G__memfunc_setup("GetListOfSignals",1602,G__ex2aDict_671_0_1, 85, G__get_linked_tagnum(&G__ex2aDictLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
00606    G__memfunc_setup("Connect",714,G__ex2aDict_671_0_2, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
00607 "C - - 10 - sig C - - 10 - cl "
00608 "Y - - 0 - rcvr C - - 10 - slt", (char*)NULL, (void*) NULL, 0);
00609    G__memfunc_setup("Disconnect",1034,G__ex2aDict_671_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
00610 "C - - 10 0 sig Y - - 0 0 rcvr "
00611 "C - - 10 0 slt", (char*)NULL, (void*) NULL, 0);
00612    G__memfunc_setup("HighPriority",1250,G__ex2aDict_671_0_4, 121, -1, -1, 0, 2, 1, 1, 0, 
00613 "C - - 10 - signal_name C - - 10 0 slot_name", (char*)NULL, (void*) NULL, 0);
00614    G__memfunc_setup("LowPriority",1172,G__ex2aDict_671_0_5, 121, -1, -1, 0, 2, 1, 1, 0, 
00615 "C - - 10 - signal_name C - - 10 0 slot_name", (char*)NULL, (void*) NULL, 0);
00616    G__memfunc_setup("EmitVA",550,G__ex2aDict_671_0_6, 121, -1, -1, 0, 2, 8, 1, 0, 
00617 "C - - 10 - signal i - 'Int_t' 0 - nargs", (char*)NULL, (void*) NULL, 0);
00618    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - signal", (char*)NULL, (void*) NULL, 0);
00619    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_8, 121, -1, -1, 0, 2, 1, 1, 0, 
00620 "C - - 10 - signal C - - 10 - params", (char*)NULL, (void*) NULL, 0);
00621    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
00622 "C - - 10 - signal L - 'Long_t' 0 - paramArr", (char*)NULL, (void*) NULL, 0);
00623    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_10, 121, -1, -1, 0, 2, 1, 1, 0, 
00624 "C - - 10 - signal d - 'Double_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00625    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
00626 "C - - 10 - signal l - 'Long_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00627    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
00628 "C - - 10 - signal n - 'Long64_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00629    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
00630 "C - - 10 - signal m - 'ULong64_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00631    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
00632 "C - - 10 - signal g - 'Bool_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00633    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
00634 "C - - 10 - signal c - 'Char_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00635    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
00636 "C - - 10 - signal b - 'UChar_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00637    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
00638 "C - - 10 - signal s - 'Short_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00639    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_18, 121, -1, -1, 0, 2, 1, 1, 0, 
00640 "C - - 10 - signal r - 'UShort_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00641    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_19, 121, -1, -1, 0, 2, 1, 1, 0, 
00642 "C - - 10 - signal i - 'Int_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00643    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_20, 121, -1, -1, 0, 2, 1, 1, 0, 
00644 "C - - 10 - signal h - 'UInt_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00645    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
00646 "C - - 10 - signal k - 'ULong_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00647    G__memfunc_setup("Emit",399,G__ex2aDict_671_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
00648 "C - - 10 - signal f - 'Float_t' 0 - param", (char*)NULL, (void*) NULL, 0);
00649    G__memfunc_setup("Destroyed",947,G__ex2aDict_671_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00650    G__memfunc_setup("ChangedBy",869,G__ex2aDict_671_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - method", (char*)NULL, (void*) NULL, 0);
00651    G__memfunc_setup("Message",709,G__ex2aDict_671_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - msg", (char*)NULL, (void*) NULL, 0);
00652    G__memfunc_setup("MyMainFrame",1078,G__ex2aDict_671_0_26, 105, G__get_linked_tagnum(&G__ex2aDictLN_MyMainFrame), -1, 0, 3, 1, 1, 0, 
00653 "U 'TGWindow' - 10 - p h - 'UInt_t' 0 - w "
00654 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 0);
00655    G__memfunc_setup("DoDraw",577,G__ex2aDict_671_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00656    G__memfunc_setup("DoResume",804,G__ex2aDict_671_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00657    G__memfunc_setup("DoSuspend",917,G__ex2aDict_671_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00658    G__memfunc_setup("DoTerminate",1116,G__ex2aDict_671_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00659    G__memfunc_setup("DoSwich",689,G__ex2aDict_671_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00660    G__memfunc_setup("DoSave",578,G__ex2aDict_671_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00661    G__memfunc_setup("DrawHist",806,G__ex2aDict_671_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00662    G__memfunc_setup("Loop",410,G__ex2aDict_671_0_34, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00663    G__memfunc_setup("ShMemory",820,G__ex2aDict_671_0_35, 105, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00664    G__memfunc_setup("SetLastEventTime",1617,G__ex2aDict_671_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00665    // automatic destructor
00666    G__memfunc_setup("~MyMainFrame", 1204, G__ex2aDict_671_0_37, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
00667    G__tag_memfunc_reset();
00668 }
00669 
00670 
00671 /*********************************************************
00672 * Member function information setup
00673 *********************************************************/
00674 extern "C" void G__cpp_setup_memfuncex2aDict() {
00675 }
00676 
00677 /*********************************************************
00678 * Global variable information setup for each class
00679 *********************************************************/
00680 static void G__cpp_setup_global0() {
00681 
00682    /* Setting up global variables */
00683    G__resetplocal();
00684 
00685 }
00686 
00687 static void G__cpp_setup_global1() {
00688 }
00689 
00690 static void G__cpp_setup_global2() {
00691 }
00692 
00693 static void G__cpp_setup_global3() {
00694 }
00695 
00696 static void G__cpp_setup_global4() {
00697 }
00698 
00699 static void G__cpp_setup_global5() {
00700 }
00701 
00702 static void G__cpp_setup_global6() {
00703 }
00704 
00705 static void G__cpp_setup_global7() {
00706 }
00707 
00708 static void G__cpp_setup_global8() {
00709 
00710    G__resetglobalenv();
00711 }
00712 extern "C" void G__cpp_setup_globalex2aDict() {
00713   G__cpp_setup_global0();
00714   G__cpp_setup_global1();
00715   G__cpp_setup_global2();
00716   G__cpp_setup_global3();
00717   G__cpp_setup_global4();
00718   G__cpp_setup_global5();
00719   G__cpp_setup_global6();
00720   G__cpp_setup_global7();
00721   G__cpp_setup_global8();
00722 }
00723 
00724 /*********************************************************
00725 * Global function information setup for each class
00726 *********************************************************/
00727 static void G__cpp_setup_func0() {
00728    G__lastifuncposition();
00729 
00730 }
00731 
00732 static void G__cpp_setup_func1() {
00733 }
00734 
00735 static void G__cpp_setup_func2() {
00736 }
00737 
00738 static void G__cpp_setup_func3() {
00739 }
00740 
00741 static void G__cpp_setup_func4() {
00742 }
00743 
00744 static void G__cpp_setup_func5() {
00745 }
00746 
00747 static void G__cpp_setup_func6() {
00748 }
00749 
00750 static void G__cpp_setup_func7() {
00751 }
00752 
00753 static void G__cpp_setup_func8() {
00754 }
00755 
00756 static void G__cpp_setup_func9() {
00757 }
00758 
00759 static void G__cpp_setup_func10() {
00760 }
00761 
00762 static void G__cpp_setup_func11() {
00763 }
00764 
00765 static void G__cpp_setup_func12() {
00766 }
00767 
00768 static void G__cpp_setup_func13() {
00769 }
00770 
00771 static void G__cpp_setup_func14() {
00772 }
00773 
00774 static void G__cpp_setup_func15() {
00775 }
00776 
00777 static void G__cpp_setup_func16() {
00778 }
00779 
00780 static void G__cpp_setup_func17() {
00781 }
00782 
00783 static void G__cpp_setup_func18() {
00784 }
00785 
00786 static void G__cpp_setup_func19() {
00787 }
00788 
00789 static void G__cpp_setup_func20() {
00790 }
00791 
00792 static void G__cpp_setup_func21() {
00793 }
00794 
00795 static void G__cpp_setup_func22() {
00796 }
00797 
00798 static void G__cpp_setup_func23() {
00799 }
00800 
00801 static void G__cpp_setup_func24() {
00802 }
00803 
00804 static void G__cpp_setup_func25() {
00805 }
00806 
00807 static void G__cpp_setup_func26() {
00808 
00809    G__resetifuncposition();
00810 }
00811 
00812 extern "C" void G__cpp_setup_funcex2aDict() {
00813   G__cpp_setup_func0();
00814   G__cpp_setup_func1();
00815   G__cpp_setup_func2();
00816   G__cpp_setup_func3();
00817   G__cpp_setup_func4();
00818   G__cpp_setup_func5();
00819   G__cpp_setup_func6();
00820   G__cpp_setup_func7();
00821   G__cpp_setup_func8();
00822   G__cpp_setup_func9();
00823   G__cpp_setup_func10();
00824   G__cpp_setup_func11();
00825   G__cpp_setup_func12();
00826   G__cpp_setup_func13();
00827   G__cpp_setup_func14();
00828   G__cpp_setup_func15();
00829   G__cpp_setup_func16();
00830   G__cpp_setup_func17();
00831   G__cpp_setup_func18();
00832   G__cpp_setup_func19();
00833   G__cpp_setup_func20();
00834   G__cpp_setup_func21();
00835   G__cpp_setup_func22();
00836   G__cpp_setup_func23();
00837   G__cpp_setup_func24();
00838   G__cpp_setup_func25();
00839   G__cpp_setup_func26();
00840 }
00841 
00842 /*********************************************************
00843 * Class,struct,union,enum tag information setup
00844 *********************************************************/
00845 /* Setup class/struct taginfo */
00846 G__linked_taginfo G__ex2aDictLN_TList = { "TList" , 99 , -1 };
00847 G__linked_taginfo G__ex2aDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
00848 G__linked_taginfo G__ex2aDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector<TStreamerInfo*,allocator<TStreamerInfo*> >" , 99 , -1 };
00849 G__linked_taginfo G__ex2aDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TStreamerInfo*,allocator<TStreamerInfo*> >::iterator>" , 99 , -1 };
00850 G__linked_taginfo G__ex2aDictLN_TQObjSender = { "TQObjSender" , 99 , -1 };
00851 G__linked_taginfo G__ex2aDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR = { "multimap<void*,short,less<void*>,allocator<pair<void* const,short> > >" , 99 , -1 };
00852 G__linked_taginfo G__ex2aDictLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
00853 G__linked_taginfo G__ex2aDictLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
00854 G__linked_taginfo G__ex2aDictLN_TH1D = { "TH1D" , 99 , -1 };
00855 G__linked_taginfo G__ex2aDictLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector<TString,allocator<TString> >" , 99 , -1 };
00856 G__linked_taginfo G__ex2aDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TString,allocator<TString> >::iterator>" , 99 , -1 };
00857 G__linked_taginfo G__ex2aDictLN_TGWindow = { "TGWindow" , 99 , -1 };
00858 G__linked_taginfo G__ex2aDictLN_TGTextButton = { "TGTextButton" , 99 , -1 };
00859 G__linked_taginfo G__ex2aDictLN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
00860 G__linked_taginfo G__ex2aDictLN_TGTextBuffer = { "TGTextBuffer" , 99 , -1 };
00861 G__linked_taginfo G__ex2aDictLN_TGTextEntry = { "TGTextEntry" , 99 , -1 };
00862 G__linked_taginfo G__ex2aDictLN_TRootEmbeddedCanvas = { "TRootEmbeddedCanvas" , 99 , -1 };
00863 G__linked_taginfo G__ex2aDictLN_SHM_PARAM = { "SHM_PARAM" , 115 , -1 };
00864 G__linked_taginfo G__ex2aDictLN_SharedMemory = { "SharedMemory" , 99 , -1 };
00865 G__linked_taginfo G__ex2aDictLN_MyMainFrame = { "MyMainFrame" , 99 , -1 };
00866 
00867 /* Reset class/struct taginfo */
00868 extern "C" void G__cpp_reset_tagtableex2aDict() {
00869   G__ex2aDictLN_TList.tagnum = -1 ;
00870   G__ex2aDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
00871   G__ex2aDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ;
00872   G__ex2aDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ;
00873   G__ex2aDictLN_TQObjSender.tagnum = -1 ;
00874   G__ex2aDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR.tagnum = -1 ;
00875   G__ex2aDictLN_TVectorTlEfloatgR.tagnum = -1 ;
00876   G__ex2aDictLN_TVectorTlEdoublegR.tagnum = -1 ;
00877   G__ex2aDictLN_TH1D.tagnum = -1 ;
00878   G__ex2aDictLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ;
00879   G__ex2aDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ;
00880   G__ex2aDictLN_TGWindow.tagnum = -1 ;
00881   G__ex2aDictLN_TGTextButton.tagnum = -1 ;
00882   G__ex2aDictLN_TGMainFrame.tagnum = -1 ;
00883   G__ex2aDictLN_TGTextBuffer.tagnum = -1 ;
00884   G__ex2aDictLN_TGTextEntry.tagnum = -1 ;
00885   G__ex2aDictLN_TRootEmbeddedCanvas.tagnum = -1 ;
00886   G__ex2aDictLN_SHM_PARAM.tagnum = -1 ;
00887   G__ex2aDictLN_SharedMemory.tagnum = -1 ;
00888   G__ex2aDictLN_MyMainFrame.tagnum = -1 ;
00889 }
00890 
00891 
00892 extern "C" void G__cpp_setup_tagtableex2aDict() {
00893 
00894    /* Setting up class,struct,union tag entry */
00895    G__get_linked_tagnum(&G__ex2aDictLN_TList);
00896    G__get_linked_tagnum(&G__ex2aDictLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
00897    G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR);
00898    G__get_linked_tagnum(&G__ex2aDictLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR);
00899    G__get_linked_tagnum(&G__ex2aDictLN_TQObjSender);
00900    G__get_linked_tagnum(&G__ex2aDictLN_multimaplEvoidmUcOshortcOlesslEvoidmUgRcOallocatorlEpairlEvoidmUsPconstcOshortgRsPgRsPgR);
00901    G__get_linked_tagnum(&G__ex2aDictLN_TVectorTlEfloatgR);
00902    G__get_linked_tagnum(&G__ex2aDictLN_TVectorTlEdoublegR);
00903    G__get_linked_tagnum(&G__ex2aDictLN_TH1D);
00904    G__get_linked_tagnum(&G__ex2aDictLN_vectorlETStringcOallocatorlETStringgRsPgR);
00905    G__get_linked_tagnum(&G__ex2aDictLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR);
00906    G__get_linked_tagnum(&G__ex2aDictLN_TGWindow);
00907    G__get_linked_tagnum(&G__ex2aDictLN_TGTextButton);
00908    G__get_linked_tagnum(&G__ex2aDictLN_TGMainFrame);
00909    G__get_linked_tagnum(&G__ex2aDictLN_TGTextBuffer);
00910    G__get_linked_tagnum(&G__ex2aDictLN_TGTextEntry);
00911    G__get_linked_tagnum(&G__ex2aDictLN_TRootEmbeddedCanvas);
00912    G__get_linked_tagnum(&G__ex2aDictLN_SHM_PARAM);
00913    G__get_linked_tagnum(&G__ex2aDictLN_SharedMemory);
00914    G__tagtable_setup(G__get_linked_tagnum(&G__ex2aDictLN_MyMainFrame),sizeof(MyMainFrame),-1,33792,(char*)NULL,G__setup_memvarMyMainFrame,G__setup_memfuncMyMainFrame);
00915 }
00916 extern "C" void G__cpp_setupex2aDict(void) {
00917   G__check_setup_version(30051515,"G__cpp_setupex2aDict()");
00918   G__set_cpp_environmentex2aDict();
00919   G__cpp_setup_tagtableex2aDict();
00920 
00921   G__cpp_setup_inheritanceex2aDict();
00922 
00923   G__cpp_setup_typetableex2aDict();
00924 
00925   G__cpp_setup_memvarex2aDict();
00926 
00927   G__cpp_setup_memfuncex2aDict();
00928   G__cpp_setup_globalex2aDict();
00929   G__cpp_setup_funcex2aDict();
00930 
00931    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncex2aDict();
00932   return;
00933 }
00934 class G__cpp_setup_initex2aDict {
00935   public:
00936     G__cpp_setup_initex2aDict() { G__add_setup_func("ex2aDict",(G__incsetup)(&G__cpp_setupex2aDict)); G__call_setup_funcs(); }
00937    ~G__cpp_setup_initex2aDict() { G__remove_setup_func("ex2aDict"); }
00938 };
00939 G__cpp_setup_initex2aDict G__cpp_setup_initializerex2aDict;
00940 

Generated on Sun Dec 14 23:32:46 2008 by doxygen 1.3.5