G__Base1.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:26:15 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME coredIbasedIsrcdIG__Base1
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 "G__Base1.h"
00018 
00019 #include "TClass.h"
00020 #include "TBuffer.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 "TIsAProxy.h"
00030 
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035       #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00036       typedef ::TRootIOCtor TRootIOCtor;
00037       #else
00038       class TRootIOCtor  {
00039          public:
00040          //friend XX;
00041       };
00042       #endif
00043 
00044    } // of namespace Shadow
00045 } // of namespace ROOT
00046 // END OF SHADOWS
00047 
00048 namespace ROOT {
00049    void TBuffer_ShowMembers(void *obj, TMemberInspector &R__insp);
00050    static void delete_TBuffer(void *p);
00051    static void deleteArray_TBuffer(void *p);
00052    static void destruct_TBuffer(void *p);
00053    static void streamer_TBuffer(TBuffer &buf, void *obj);
00054 
00055    // Function generating the singleton type initializer
00056    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBuffer*)
00057    {
00058       ::TBuffer *ptr = 0;
00059       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBuffer >(0);
00060       static ::ROOT::TGenericClassInfo 
00061          instance("TBuffer", ::TBuffer::Class_Version(), "include/TBuffer.h", 40,
00062                   typeid(::TBuffer), DefineBehavior(ptr, ptr),
00063                   &::TBuffer::Dictionary, isa_proxy, 0,
00064                   sizeof(::TBuffer) );
00065       instance.SetDelete(&delete_TBuffer);
00066       instance.SetDeleteArray(&deleteArray_TBuffer);
00067       instance.SetDestructor(&destruct_TBuffer);
00068       instance.SetStreamerFunc(&streamer_TBuffer);
00069       return &instance;
00070    }
00071    TGenericClassInfo *GenerateInitInstance(const ::TBuffer*)
00072    {
00073       return GenerateInitInstanceLocal((::TBuffer*)0);
00074    }
00075    // Static variable to force the class initialization
00076    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBuffer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00077 } // end of namespace ROOT
00078 
00079 namespace ROOT {
00080    void TDirectory_ShowMembers(void *obj, TMemberInspector &R__insp);
00081    static void *new_TDirectory(void *p = 0);
00082    static void *newArray_TDirectory(Long_t size, void *p);
00083    static void delete_TDirectory(void *p);
00084    static void deleteArray_TDirectory(void *p);
00085    static void destruct_TDirectory(void *p);
00086    static void streamer_TDirectory(TBuffer &buf, void *obj);
00087 
00088    // Function generating the singleton type initializer
00089    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TDirectory*)
00090    {
00091       ::TDirectory *ptr = 0;
00092       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TDirectory >(0);
00093       static ::ROOT::TGenericClassInfo 
00094          instance("TDirectory", ::TDirectory::Class_Version(), "include/TDirectory.h", 43,
00095                   typeid(::TDirectory), DefineBehavior(ptr, ptr),
00096                   &::TDirectory::Dictionary, isa_proxy, 0,
00097                   sizeof(::TDirectory) );
00098       instance.SetNew(&new_TDirectory);
00099       instance.SetNewArray(&newArray_TDirectory);
00100       instance.SetDelete(&delete_TDirectory);
00101       instance.SetDeleteArray(&deleteArray_TDirectory);
00102       instance.SetDestructor(&destruct_TDirectory);
00103       instance.SetStreamerFunc(&streamer_TDirectory);
00104       return &instance;
00105    }
00106    TGenericClassInfo *GenerateInitInstance(const ::TDirectory*)
00107    {
00108       return GenerateInitInstanceLocal((::TDirectory*)0);
00109    }
00110    // Static variable to force the class initialization
00111    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TDirectory*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00112 } // end of namespace ROOT
00113 
00114 namespace ROOT {
00115    void TRootIOCtor_ShowMembers(void *obj, TMemberInspector &R__insp);
00116    static void TRootIOCtor_Dictionary();
00117    static void *new_TRootIOCtor(void *p = 0);
00118    static void *newArray_TRootIOCtor(Long_t size, void *p);
00119    static void delete_TRootIOCtor(void *p);
00120    static void deleteArray_TRootIOCtor(void *p);
00121    static void destruct_TRootIOCtor(void *p);
00122 
00123    // Function generating the singleton type initializer
00124    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootIOCtor*)
00125    {
00126       // Make sure the shadow class has the right sizeof
00127       R__ASSERT(sizeof(::TRootIOCtor) == sizeof(::ROOT::Shadow::TRootIOCtor));
00128       ::TRootIOCtor *ptr = 0;
00129       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TRootIOCtor),0);
00130       static ::ROOT::TGenericClassInfo 
00131          instance("TRootIOCtor", "include/TRootIOCtor.h", 33,
00132                   typeid(::TRootIOCtor), DefineBehavior(ptr, ptr),
00133                   &TRootIOCtor_ShowMembers, &TRootIOCtor_Dictionary, isa_proxy, 4,
00134                   sizeof(::TRootIOCtor) );
00135       instance.SetNew(&new_TRootIOCtor);
00136       instance.SetNewArray(&newArray_TRootIOCtor);
00137       instance.SetDelete(&delete_TRootIOCtor);
00138       instance.SetDeleteArray(&deleteArray_TRootIOCtor);
00139       instance.SetDestructor(&destruct_TRootIOCtor);
00140       return &instance;
00141    }
00142    TGenericClassInfo *GenerateInitInstance(const ::TRootIOCtor*)
00143    {
00144       return GenerateInitInstanceLocal((::TRootIOCtor*)0);
00145    }
00146    // Static variable to force the class initialization
00147    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootIOCtor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00148 
00149    // Dictionary for non-ClassDef classes
00150    static void TRootIOCtor_Dictionary() {
00151       ::ROOT::GenerateInitInstanceLocal((const ::TRootIOCtor*)0x0)->GetClass();
00152    }
00153 
00154 } // end of namespace ROOT
00155 
00156    namespace ROOT {
00157       inline ::ROOT::TGenericClassInfo *GenerateInitInstance();
00158       static void ROOT_Dictionary();
00159 
00160       // Function generating the singleton type initializer
00161       inline ::ROOT::TGenericClassInfo *GenerateInitInstance()
00162       {
00163          static ::ROOT::TGenericClassInfo 
00164             instance("ROOT", 0 /*version*/, "include/TROOT.h", 279,
00165                      ::ROOT::DefineBehavior((void*)0,(void*)0),
00166                      &ROOT_Dictionary, 0);
00167          return &instance;
00168       }
00169       // Insure that the inline function is _not_ optimized away by the compiler
00170       ::ROOT::TGenericClassInfo *(*_R__UNIQUE_(InitFunctionKeeper))() = &GenerateInitInstance;  
00171       // Static variable to force the class initialization
00172       static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_(Init));
00173 
00174       // Dictionary for non-ClassDef classes
00175       static void ROOT_Dictionary() {
00176          GenerateInitInstance()->GetClass();
00177       }
00178 
00179    }
00180 
00181 namespace ROOT {
00182    void TBrowser_ShowMembers(void *obj, TMemberInspector &R__insp);
00183    static void *new_TBrowser(void *p = 0);
00184    static void *newArray_TBrowser(Long_t size, void *p);
00185    static void delete_TBrowser(void *p);
00186    static void deleteArray_TBrowser(void *p);
00187    static void destruct_TBrowser(void *p);
00188 
00189    // Function generating the singleton type initializer
00190    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBrowser*)
00191    {
00192       ::TBrowser *ptr = 0;
00193       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBrowser >(0);
00194       static ::ROOT::TGenericClassInfo 
00195          instance("TBrowser", ::TBrowser::Class_Version(), "include/TBrowser.h", 41,
00196                   typeid(::TBrowser), DefineBehavior(ptr, ptr),
00197                   &::TBrowser::Dictionary, isa_proxy, 4,
00198                   sizeof(::TBrowser) );
00199       instance.SetNew(&new_TBrowser);
00200       instance.SetNewArray(&newArray_TBrowser);
00201       instance.SetDelete(&delete_TBrowser);
00202       instance.SetDeleteArray(&deleteArray_TBrowser);
00203       instance.SetDestructor(&destruct_TBrowser);
00204       return &instance;
00205    }
00206    TGenericClassInfo *GenerateInitInstance(const ::TBrowser*)
00207    {
00208       return GenerateInitInstanceLocal((::TBrowser*)0);
00209    }
00210    // Static variable to force the class initialization
00211    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBrowser*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00212 } // end of namespace ROOT
00213 
00214 namespace ROOT {
00215    void TApplicationImp_ShowMembers(void *obj, TMemberInspector &R__insp);
00216    static void *new_TApplicationImp(void *p = 0);
00217    static void *newArray_TApplicationImp(Long_t size, void *p);
00218    static void delete_TApplicationImp(void *p);
00219    static void deleteArray_TApplicationImp(void *p);
00220    static void destruct_TApplicationImp(void *p);
00221    static void streamer_TApplicationImp(TBuffer &buf, void *obj);
00222 
00223    // Function generating the singleton type initializer
00224    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TApplicationImp*)
00225    {
00226       ::TApplicationImp *ptr = 0;
00227       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TApplicationImp >(0);
00228       static ::ROOT::TGenericClassInfo 
00229          instance("TApplicationImp", ::TApplicationImp::Class_Version(), "include/TApplicationImp.h", 31,
00230                   typeid(::TApplicationImp), DefineBehavior(ptr, ptr),
00231                   &::TApplicationImp::Dictionary, isa_proxy, 0,
00232                   sizeof(::TApplicationImp) );
00233       instance.SetNew(&new_TApplicationImp);
00234       instance.SetNewArray(&newArray_TApplicationImp);
00235       instance.SetDelete(&delete_TApplicationImp);
00236       instance.SetDeleteArray(&deleteArray_TApplicationImp);
00237       instance.SetDestructor(&destruct_TApplicationImp);
00238       instance.SetStreamerFunc(&streamer_TApplicationImp);
00239       return &instance;
00240    }
00241    TGenericClassInfo *GenerateInitInstance(const ::TApplicationImp*)
00242    {
00243       return GenerateInitInstanceLocal((::TApplicationImp*)0);
00244    }
00245    // Static variable to force the class initialization
00246    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TApplicationImp*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00247 } // end of namespace ROOT
00248 
00249 namespace ROOT {
00250    void TApplication_ShowMembers(void *obj, TMemberInspector &R__insp);
00251    static void delete_TApplication(void *p);
00252    static void deleteArray_TApplication(void *p);
00253    static void destruct_TApplication(void *p);
00254    static void streamer_TApplication(TBuffer &buf, void *obj);
00255 
00256    // Function generating the singleton type initializer
00257    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TApplication*)
00258    {
00259       ::TApplication *ptr = 0;
00260       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TApplication >(0);
00261       static ::ROOT::TGenericClassInfo 
00262          instance("TApplication", ::TApplication::Class_Version(), "include/TApplication.h", 45,
00263                   typeid(::TApplication), DefineBehavior(ptr, ptr),
00264                   &::TApplication::Dictionary, isa_proxy, 0,
00265                   sizeof(::TApplication) );
00266       instance.SetDelete(&delete_TApplication);
00267       instance.SetDeleteArray(&deleteArray_TApplication);
00268       instance.SetDestructor(&destruct_TApplication);
00269       instance.SetStreamerFunc(&streamer_TApplication);
00270       return &instance;
00271    }
00272    TGenericClassInfo *GenerateInitInstance(const ::TApplication*)
00273    {
00274       return GenerateInitInstanceLocal((::TApplication*)0);
00275    }
00276    // Static variable to force the class initialization
00277    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TApplication*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00278 } // end of namespace ROOT
00279 
00280 namespace ROOT {
00281    void TAtt3D_ShowMembers(void *obj, TMemberInspector &R__insp);
00282    static void *new_TAtt3D(void *p = 0);
00283    static void *newArray_TAtt3D(Long_t size, void *p);
00284    static void delete_TAtt3D(void *p);
00285    static void deleteArray_TAtt3D(void *p);
00286    static void destruct_TAtt3D(void *p);
00287 
00288    // Function generating the singleton type initializer
00289    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAtt3D*)
00290    {
00291       ::TAtt3D *ptr = 0;
00292       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAtt3D >(0);
00293       static ::ROOT::TGenericClassInfo 
00294          instance("TAtt3D", ::TAtt3D::Class_Version(), "include/TAtt3D.h", 29,
00295                   typeid(::TAtt3D), DefineBehavior(ptr, ptr),
00296                   &::TAtt3D::Dictionary, isa_proxy, 4,
00297                   sizeof(::TAtt3D) );
00298       instance.SetNew(&new_TAtt3D);
00299       instance.SetNewArray(&newArray_TAtt3D);
00300       instance.SetDelete(&delete_TAtt3D);
00301       instance.SetDeleteArray(&deleteArray_TAtt3D);
00302       instance.SetDestructor(&destruct_TAtt3D);
00303       return &instance;
00304    }
00305    TGenericClassInfo *GenerateInitInstance(const ::TAtt3D*)
00306    {
00307       return GenerateInitInstanceLocal((::TAtt3D*)0);
00308    }
00309    // Static variable to force the class initialization
00310    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAtt3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00311 } // end of namespace ROOT
00312 
00313 namespace ROOT {
00314    void TAttAxis_ShowMembers(void *obj, TMemberInspector &R__insp);
00315    static void *new_TAttAxis(void *p = 0);
00316    static void *newArray_TAttAxis(Long_t size, void *p);
00317    static void delete_TAttAxis(void *p);
00318    static void deleteArray_TAttAxis(void *p);
00319    static void destruct_TAttAxis(void *p);
00320    static void streamer_TAttAxis(TBuffer &buf, void *obj);
00321 
00322    // Function generating the singleton type initializer
00323    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAttAxis*)
00324    {
00325       ::TAttAxis *ptr = 0;
00326       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAttAxis >(0);
00327       static ::ROOT::TGenericClassInfo 
00328          instance("TAttAxis", ::TAttAxis::Class_Version(), "include/TAttAxis.h", 32,
00329                   typeid(::TAttAxis), DefineBehavior(ptr, ptr),
00330                   &::TAttAxis::Dictionary, isa_proxy, 1,
00331                   sizeof(::TAttAxis) );
00332       instance.SetNew(&new_TAttAxis);
00333       instance.SetNewArray(&newArray_TAttAxis);
00334       instance.SetDelete(&delete_TAttAxis);
00335       instance.SetDeleteArray(&deleteArray_TAttAxis);
00336       instance.SetDestructor(&destruct_TAttAxis);
00337       instance.SetStreamerFunc(&streamer_TAttAxis);
00338       return &instance;
00339    }
00340    TGenericClassInfo *GenerateInitInstance(const ::TAttAxis*)
00341    {
00342       return GenerateInitInstanceLocal((::TAttAxis*)0);
00343    }
00344    // Static variable to force the class initialization
00345    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAttAxis*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00346 } // end of namespace ROOT
00347 
00348 namespace ROOT {
00349    void TAttBBox_ShowMembers(void *obj, TMemberInspector &R__insp);
00350    static void delete_TAttBBox(void *p);
00351    static void deleteArray_TAttBBox(void *p);
00352    static void destruct_TAttBBox(void *p);
00353 
00354    // Function generating the singleton type initializer
00355    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAttBBox*)
00356    {
00357       ::TAttBBox *ptr = 0;
00358       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAttBBox >(0);
00359       static ::ROOT::TGenericClassInfo 
00360          instance("TAttBBox", ::TAttBBox::Class_Version(), "include/TAttBBox.h", 20,
00361                   typeid(::TAttBBox), DefineBehavior(ptr, ptr),
00362                   &::TAttBBox::Dictionary, isa_proxy, 4,
00363                   sizeof(::TAttBBox) );
00364       instance.SetDelete(&delete_TAttBBox);
00365       instance.SetDeleteArray(&deleteArray_TAttBBox);
00366       instance.SetDestructor(&destruct_TAttBBox);
00367       return &instance;
00368    }
00369    TGenericClassInfo *GenerateInitInstance(const ::TAttBBox*)
00370    {
00371       return GenerateInitInstanceLocal((::TAttBBox*)0);
00372    }
00373    // Static variable to force the class initialization
00374    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAttBBox*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00375 } // end of namespace ROOT
00376 
00377 namespace ROOT {
00378    void TAttFill_ShowMembers(void *obj, TMemberInspector &R__insp);
00379    static void *new_TAttFill(void *p = 0);
00380    static void *newArray_TAttFill(Long_t size, void *p);
00381    static void delete_TAttFill(void *p);
00382    static void deleteArray_TAttFill(void *p);
00383    static void destruct_TAttFill(void *p);
00384 
00385    // Function generating the singleton type initializer
00386    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAttFill*)
00387    {
00388       ::TAttFill *ptr = 0;
00389       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAttFill >(0);
00390       static ::ROOT::TGenericClassInfo 
00391          instance("TAttFill", ::TAttFill::Class_Version(), "include/TAttFill.h", 32,
00392                   typeid(::TAttFill), DefineBehavior(ptr, ptr),
00393                   &::TAttFill::Dictionary, isa_proxy, 4,
00394                   sizeof(::TAttFill) );
00395       instance.SetNew(&new_TAttFill);
00396       instance.SetNewArray(&newArray_TAttFill);
00397       instance.SetDelete(&delete_TAttFill);
00398       instance.SetDeleteArray(&deleteArray_TAttFill);
00399       instance.SetDestructor(&destruct_TAttFill);
00400       return &instance;
00401    }
00402    TGenericClassInfo *GenerateInitInstance(const ::TAttFill*)
00403    {
00404       return GenerateInitInstanceLocal((::TAttFill*)0);
00405    }
00406    // Static variable to force the class initialization
00407    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAttFill*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00408 } // end of namespace ROOT
00409 
00410 namespace ROOT {
00411    void TAttLine_ShowMembers(void *obj, TMemberInspector &R__insp);
00412    static void *new_TAttLine(void *p = 0);
00413    static void *newArray_TAttLine(Long_t size, void *p);
00414    static void delete_TAttLine(void *p);
00415    static void deleteArray_TAttLine(void *p);
00416    static void destruct_TAttLine(void *p);
00417 
00418    // Function generating the singleton type initializer
00419    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAttLine*)
00420    {
00421       ::TAttLine *ptr = 0;
00422       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAttLine >(0);
00423       static ::ROOT::TGenericClassInfo 
00424          instance("TAttLine", ::TAttLine::Class_Version(), "include/TAttLine.h", 32,
00425                   typeid(::TAttLine), DefineBehavior(ptr, ptr),
00426                   &::TAttLine::Dictionary, isa_proxy, 4,
00427                   sizeof(::TAttLine) );
00428       instance.SetNew(&new_TAttLine);
00429       instance.SetNewArray(&newArray_TAttLine);
00430       instance.SetDelete(&delete_TAttLine);
00431       instance.SetDeleteArray(&deleteArray_TAttLine);
00432       instance.SetDestructor(&destruct_TAttLine);
00433       return &instance;
00434    }
00435    TGenericClassInfo *GenerateInitInstance(const ::TAttLine*)
00436    {
00437       return GenerateInitInstanceLocal((::TAttLine*)0);
00438    }
00439    // Static variable to force the class initialization
00440    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAttLine*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00441 } // end of namespace ROOT
00442 
00443 namespace ROOT {
00444    void TAttMarker_ShowMembers(void *obj, TMemberInspector &R__insp);
00445    static void *new_TAttMarker(void *p = 0);
00446    static void *newArray_TAttMarker(Long_t size, void *p);
00447    static void delete_TAttMarker(void *p);
00448    static void deleteArray_TAttMarker(void *p);
00449    static void destruct_TAttMarker(void *p);
00450 
00451    // Function generating the singleton type initializer
00452    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAttMarker*)
00453    {
00454       ::TAttMarker *ptr = 0;
00455       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAttMarker >(0);
00456       static ::ROOT::TGenericClassInfo 
00457          instance("TAttMarker", ::TAttMarker::Class_Version(), "include/TAttMarker.h", 32,
00458                   typeid(::TAttMarker), DefineBehavior(ptr, ptr),
00459                   &::TAttMarker::Dictionary, isa_proxy, 4,
00460                   sizeof(::TAttMarker) );
00461       instance.SetNew(&new_TAttMarker);
00462       instance.SetNewArray(&newArray_TAttMarker);
00463       instance.SetDelete(&delete_TAttMarker);
00464       instance.SetDeleteArray(&deleteArray_TAttMarker);
00465       instance.SetDestructor(&destruct_TAttMarker);
00466       return &instance;
00467    }
00468    TGenericClassInfo *GenerateInitInstance(const ::TAttMarker*)
00469    {
00470       return GenerateInitInstanceLocal((::TAttMarker*)0);
00471    }
00472    // Static variable to force the class initialization
00473    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAttMarker*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00474 } // end of namespace ROOT
00475 
00476 namespace ROOT {
00477    void TAttPad_ShowMembers(void *obj, TMemberInspector &R__insp);
00478    static void *new_TAttPad(void *p = 0);
00479    static void *newArray_TAttPad(Long_t size, void *p);
00480    static void delete_TAttPad(void *p);
00481    static void deleteArray_TAttPad(void *p);
00482    static void destruct_TAttPad(void *p);
00483    static void streamer_TAttPad(TBuffer &buf, void *obj);
00484 
00485    // Function generating the singleton type initializer
00486    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAttPad*)
00487    {
00488       ::TAttPad *ptr = 0;
00489       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAttPad >(0);
00490       static ::ROOT::TGenericClassInfo 
00491          instance("TAttPad", ::TAttPad::Class_Version(), "include/TAttPad.h", 29,
00492                   typeid(::TAttPad), DefineBehavior(ptr, ptr),
00493                   &::TAttPad::Dictionary, isa_proxy, 1,
00494                   sizeof(::TAttPad) );
00495       instance.SetNew(&new_TAttPad);
00496       instance.SetNewArray(&newArray_TAttPad);
00497       instance.SetDelete(&delete_TAttPad);
00498       instance.SetDeleteArray(&deleteArray_TAttPad);
00499       instance.SetDestructor(&destruct_TAttPad);
00500       instance.SetStreamerFunc(&streamer_TAttPad);
00501       return &instance;
00502    }
00503    TGenericClassInfo *GenerateInitInstance(const ::TAttPad*)
00504    {
00505       return GenerateInitInstanceLocal((::TAttPad*)0);
00506    }
00507    // Static variable to force the class initialization
00508    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAttPad*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00509 } // end of namespace ROOT
00510 
00511 namespace ROOT {
00512    void TAttText_ShowMembers(void *obj, TMemberInspector &R__insp);
00513    static void *new_TAttText(void *p = 0);
00514    static void *newArray_TAttText(Long_t size, void *p);
00515    static void delete_TAttText(void *p);
00516    static void deleteArray_TAttText(void *p);
00517    static void destruct_TAttText(void *p);
00518 
00519    // Function generating the singleton type initializer
00520    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TAttText*)
00521    {
00522       ::TAttText *ptr = 0;
00523       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TAttText >(0);
00524       static ::ROOT::TGenericClassInfo 
00525          instance("TAttText", ::TAttText::Class_Version(), "include/TAttText.h", 32,
00526                   typeid(::TAttText), DefineBehavior(ptr, ptr),
00527                   &::TAttText::Dictionary, isa_proxy, 4,
00528                   sizeof(::TAttText) );
00529       instance.SetNew(&new_TAttText);
00530       instance.SetNewArray(&newArray_TAttText);
00531       instance.SetDelete(&delete_TAttText);
00532       instance.SetDeleteArray(&deleteArray_TAttText);
00533       instance.SetDestructor(&destruct_TAttText);
00534       return &instance;
00535    }
00536    TGenericClassInfo *GenerateInitInstance(const ::TAttText*)
00537    {
00538       return GenerateInitInstanceLocal((::TAttText*)0);
00539    }
00540    // Static variable to force the class initialization
00541    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TAttText*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00542 } // end of namespace ROOT
00543 
00544 namespace ROOT {
00545    void TBenchmark_ShowMembers(void *obj, TMemberInspector &R__insp);
00546    static void *new_TBenchmark(void *p = 0);
00547    static void *newArray_TBenchmark(Long_t size, void *p);
00548    static void delete_TBenchmark(void *p);
00549    static void deleteArray_TBenchmark(void *p);
00550    static void destruct_TBenchmark(void *p);
00551 
00552    // Function generating the singleton type initializer
00553    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBenchmark*)
00554    {
00555       ::TBenchmark *ptr = 0;
00556       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBenchmark >(0);
00557       static ::ROOT::TGenericClassInfo 
00558          instance("TBenchmark", ::TBenchmark::Class_Version(), "include/TBenchmark.h", 33,
00559                   typeid(::TBenchmark), DefineBehavior(ptr, ptr),
00560                   &::TBenchmark::Dictionary, isa_proxy, 4,
00561                   sizeof(::TBenchmark) );
00562       instance.SetNew(&new_TBenchmark);
00563       instance.SetNewArray(&newArray_TBenchmark);
00564       instance.SetDelete(&delete_TBenchmark);
00565       instance.SetDeleteArray(&deleteArray_TBenchmark);
00566       instance.SetDestructor(&destruct_TBenchmark);
00567       return &instance;
00568    }
00569    TGenericClassInfo *GenerateInitInstance(const ::TBenchmark*)
00570    {
00571       return GenerateInitInstanceLocal((::TBenchmark*)0);
00572    }
00573    // Static variable to force the class initialization
00574    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBenchmark*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00575 } // end of namespace ROOT
00576 
00577 namespace ROOT {
00578    void TBrowserImp_ShowMembers(void *obj, TMemberInspector &R__insp);
00579    static void *new_TBrowserImp(void *p = 0);
00580    static void *newArray_TBrowserImp(Long_t size, void *p);
00581    static void delete_TBrowserImp(void *p);
00582    static void deleteArray_TBrowserImp(void *p);
00583    static void destruct_TBrowserImp(void *p);
00584 
00585    // Function generating the singleton type initializer
00586    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBrowserImp*)
00587    {
00588       ::TBrowserImp *ptr = 0;
00589       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBrowserImp >(0);
00590       static ::ROOT::TGenericClassInfo 
00591          instance("TBrowserImp", ::TBrowserImp::Class_Version(), "include/TBrowserImp.h", 31,
00592                   typeid(::TBrowserImp), DefineBehavior(ptr, ptr),
00593                   &::TBrowserImp::Dictionary, isa_proxy, 4,
00594                   sizeof(::TBrowserImp) );
00595       instance.SetNew(&new_TBrowserImp);
00596       instance.SetNewArray(&newArray_TBrowserImp);
00597       instance.SetDelete(&delete_TBrowserImp);
00598       instance.SetDeleteArray(&deleteArray_TBrowserImp);
00599       instance.SetDestructor(&destruct_TBrowserImp);
00600       return &instance;
00601    }
00602    TGenericClassInfo *GenerateInitInstance(const ::TBrowserImp*)
00603    {
00604       return GenerateInitInstanceLocal((::TBrowserImp*)0);
00605    }
00606    // Static variable to force the class initialization
00607    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBrowserImp*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00608 } // end of namespace ROOT
00609 
00610 namespace ROOT {
00611    void TContextMenu_ShowMembers(void *obj, TMemberInspector &R__insp);
00612    static void delete_TContextMenu(void *p);
00613    static void deleteArray_TContextMenu(void *p);
00614    static void destruct_TContextMenu(void *p);
00615 
00616    // Function generating the singleton type initializer
00617    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TContextMenu*)
00618    {
00619       ::TContextMenu *ptr = 0;
00620       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TContextMenu >(0);
00621       static ::ROOT::TGenericClassInfo 
00622          instance("TContextMenu", ::TContextMenu::Class_Version(), "include/TContextMenu.h", 44,
00623                   typeid(::TContextMenu), DefineBehavior(ptr, ptr),
00624                   &::TContextMenu::Dictionary, isa_proxy, 4,
00625                   sizeof(::TContextMenu) );
00626       instance.SetDelete(&delete_TContextMenu);
00627       instance.SetDeleteArray(&deleteArray_TContextMenu);
00628       instance.SetDestructor(&destruct_TContextMenu);
00629       return &instance;
00630    }
00631    TGenericClassInfo *GenerateInitInstance(const ::TContextMenu*)
00632    {
00633       return GenerateInitInstanceLocal((::TContextMenu*)0);
00634    }
00635    // Static variable to force the class initialization
00636    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TContextMenu*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00637 } // end of namespace ROOT
00638 
00639 namespace ROOT {
00640    void TBuffer3D_ShowMembers(void *obj, TMemberInspector &R__insp);
00641    static void delete_TBuffer3D(void *p);
00642    static void deleteArray_TBuffer3D(void *p);
00643    static void destruct_TBuffer3D(void *p);
00644    static void streamer_TBuffer3D(TBuffer &buf, void *obj);
00645 
00646    // Function generating the singleton type initializer
00647    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBuffer3D*)
00648    {
00649       ::TBuffer3D *ptr = 0;
00650       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBuffer3D >(0);
00651       static ::ROOT::TGenericClassInfo 
00652          instance("TBuffer3D", ::TBuffer3D::Class_Version(), "include/TBuffer3D.h", 28,
00653                   typeid(::TBuffer3D), DefineBehavior(ptr, ptr),
00654                   &::TBuffer3D::Dictionary, isa_proxy, 0,
00655                   sizeof(::TBuffer3D) );
00656       instance.SetDelete(&delete_TBuffer3D);
00657       instance.SetDeleteArray(&deleteArray_TBuffer3D);
00658       instance.SetDestructor(&destruct_TBuffer3D);
00659       instance.SetStreamerFunc(&streamer_TBuffer3D);
00660       return &instance;
00661    }
00662    TGenericClassInfo *GenerateInitInstance(const ::TBuffer3D*)
00663    {
00664       return GenerateInitInstanceLocal((::TBuffer3D*)0);
00665    }
00666    // Static variable to force the class initialization
00667    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBuffer3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00668 } // end of namespace ROOT
00669 
00670 namespace ROOT {
00671    void TCanvasImp_ShowMembers(void *obj, TMemberInspector &R__insp);
00672    static void *new_TCanvasImp(void *p = 0);
00673    static void *newArray_TCanvasImp(Long_t size, void *p);
00674    static void delete_TCanvasImp(void *p);
00675    static void deleteArray_TCanvasImp(void *p);
00676    static void destruct_TCanvasImp(void *p);
00677    static void streamer_TCanvasImp(TBuffer &buf, void *obj);
00678 
00679    // Function generating the singleton type initializer
00680    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TCanvasImp*)
00681    {
00682       ::TCanvasImp *ptr = 0;
00683       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TCanvasImp >(0);
00684       static ::ROOT::TGenericClassInfo 
00685          instance("TCanvasImp", ::TCanvasImp::Class_Version(), "include/TCanvasImp.h", 32,
00686                   typeid(::TCanvasImp), DefineBehavior(ptr, ptr),
00687                   &::TCanvasImp::Dictionary, isa_proxy, 0,
00688                   sizeof(::TCanvasImp) );
00689       instance.SetNew(&new_TCanvasImp);
00690       instance.SetNewArray(&newArray_TCanvasImp);
00691       instance.SetDelete(&delete_TCanvasImp);
00692       instance.SetDeleteArray(&deleteArray_TCanvasImp);
00693       instance.SetDestructor(&destruct_TCanvasImp);
00694       instance.SetStreamerFunc(&streamer_TCanvasImp);
00695       return &instance;
00696    }
00697    TGenericClassInfo *GenerateInitInstance(const ::TCanvasImp*)
00698    {
00699       return GenerateInitInstanceLocal((::TCanvasImp*)0);
00700    }
00701    // Static variable to force the class initialization
00702    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TCanvasImp*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00703 } // end of namespace ROOT
00704 
00705 namespace ROOT {
00706    void TColor_ShowMembers(void *obj, TMemberInspector &R__insp);
00707    static void *new_TColor(void *p = 0);
00708    static void *newArray_TColor(Long_t size, void *p);
00709    static void delete_TColor(void *p);
00710    static void deleteArray_TColor(void *p);
00711    static void destruct_TColor(void *p);
00712 
00713    // Function generating the singleton type initializer
00714    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TColor*)
00715    {
00716       ::TColor *ptr = 0;
00717       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TColor >(0);
00718       static ::ROOT::TGenericClassInfo 
00719          instance("TColor", ::TColor::Class_Version(), "include/TColor.h", 47,
00720                   typeid(::TColor), DefineBehavior(ptr, ptr),
00721                   &::TColor::Dictionary, isa_proxy, 4,
00722                   sizeof(::TColor) );
00723       instance.SetNew(&new_TColor);
00724       instance.SetNewArray(&newArray_TColor);
00725       instance.SetDelete(&delete_TColor);
00726       instance.SetDeleteArray(&deleteArray_TColor);
00727       instance.SetDestructor(&destruct_TColor);
00728       return &instance;
00729    }
00730    TGenericClassInfo *GenerateInitInstance(const ::TColor*)
00731    {
00732       return GenerateInitInstanceLocal((::TColor*)0);
00733    }
00734    // Static variable to force the class initialization
00735    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TColor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00736 } // end of namespace ROOT
00737 
00738 namespace ROOT {
00739    void TContextMenuImp_ShowMembers(void *obj, TMemberInspector &R__insp);
00740    static void *new_TContextMenuImp(void *p = 0);
00741    static void *newArray_TContextMenuImp(Long_t size, void *p);
00742    static void delete_TContextMenuImp(void *p);
00743    static void deleteArray_TContextMenuImp(void *p);
00744    static void destruct_TContextMenuImp(void *p);
00745 
00746    // Function generating the singleton type initializer
00747    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TContextMenuImp*)
00748    {
00749       ::TContextMenuImp *ptr = 0;
00750       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TContextMenuImp >(0);
00751       static ::ROOT::TGenericClassInfo 
00752          instance("TContextMenuImp", ::TContextMenuImp::Class_Version(), "include/TContextMenuImp.h", 35,
00753                   typeid(::TContextMenuImp), DefineBehavior(ptr, ptr),
00754                   &::TContextMenuImp::Dictionary, isa_proxy, 4,
00755                   sizeof(::TContextMenuImp) );
00756       instance.SetNew(&new_TContextMenuImp);
00757       instance.SetNewArray(&newArray_TContextMenuImp);
00758       instance.SetDelete(&delete_TContextMenuImp);
00759       instance.SetDeleteArray(&deleteArray_TContextMenuImp);
00760       instance.SetDestructor(&destruct_TContextMenuImp);
00761       return &instance;
00762    }
00763    TGenericClassInfo *GenerateInitInstance(const ::TContextMenuImp*)
00764    {
00765       return GenerateInitInstanceLocal((::TContextMenuImp*)0);
00766    }
00767    // Static variable to force the class initialization
00768    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TContextMenuImp*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00769 } // end of namespace ROOT
00770 
00771 namespace ROOT {
00772    void TVirtualPad_ShowMembers(void *obj, TMemberInspector &R__insp);
00773    static void delete_TVirtualPad(void *p);
00774    static void deleteArray_TVirtualPad(void *p);
00775    static void destruct_TVirtualPad(void *p);
00776    static void streamer_TVirtualPad(TBuffer &buf, void *obj);
00777 
00778    // Function generating the singleton type initializer
00779    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualPad*)
00780    {
00781       ::TVirtualPad *ptr = 0;
00782       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualPad >(0);
00783       static ::ROOT::TGenericClassInfo 
00784          instance("TVirtualPad", ::TVirtualPad::Class_Version(), "include/TVirtualPad.h", 58,
00785                   typeid(::TVirtualPad), DefineBehavior(ptr, ptr),
00786                   &::TVirtualPad::Dictionary, isa_proxy, 1,
00787                   sizeof(::TVirtualPad) );
00788       instance.SetDelete(&delete_TVirtualPad);
00789       instance.SetDeleteArray(&deleteArray_TVirtualPad);
00790       instance.SetDestructor(&destruct_TVirtualPad);
00791       instance.SetStreamerFunc(&streamer_TVirtualPad);
00792       return &instance;
00793    }
00794    TGenericClassInfo *GenerateInitInstance(const ::TVirtualPad*)
00795    {
00796       return GenerateInitInstanceLocal((::TVirtualPad*)0);
00797    }
00798    // Static variable to force the class initialization
00799    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualPad*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00800 } // end of namespace ROOT
00801 
00802 namespace ROOT {
00803    void TControlBarImp_ShowMembers(void *obj, TMemberInspector &R__insp);
00804    static void delete_TControlBarImp(void *p);
00805    static void deleteArray_TControlBarImp(void *p);
00806    static void destruct_TControlBarImp(void *p);
00807 
00808    // Function generating the singleton type initializer
00809    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TControlBarImp*)
00810    {
00811       ::TControlBarImp *ptr = 0;
00812       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TControlBarImp >(0);
00813       static ::ROOT::TGenericClassInfo 
00814          instance("TControlBarImp", ::TControlBarImp::Class_Version(), "include/TControlBarImp.h", 32,
00815                   typeid(::TControlBarImp), DefineBehavior(ptr, ptr),
00816                   &::TControlBarImp::Dictionary, isa_proxy, 4,
00817                   sizeof(::TControlBarImp) );
00818       instance.SetDelete(&delete_TControlBarImp);
00819       instance.SetDeleteArray(&deleteArray_TControlBarImp);
00820       instance.SetDestructor(&destruct_TControlBarImp);
00821       return &instance;
00822    }
00823    TGenericClassInfo *GenerateInitInstance(const ::TControlBarImp*)
00824    {
00825       return GenerateInitInstanceLocal((::TControlBarImp*)0);
00826    }
00827    // Static variable to force the class initialization
00828    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TControlBarImp*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00829 } // end of namespace ROOT
00830 
00831 namespace ROOT {
00832    void TDatime_ShowMembers(void *obj, TMemberInspector &R__insp);
00833    static void *new_TDatime(void *p = 0);
00834    static void *newArray_TDatime(Long_t size, void *p);
00835    static void delete_TDatime(void *p);
00836    static void deleteArray_TDatime(void *p);
00837    static void destruct_TDatime(void *p);
00838    static void streamer_TDatime(TBuffer &buf, void *obj);
00839 
00840    // Function generating the singleton type initializer
00841    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TDatime*)
00842    {
00843       ::TDatime *ptr = 0;
00844       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TDatime >(0);
00845       static ::ROOT::TGenericClassInfo 
00846          instance("TDatime", ::TDatime::Class_Version(), "include/TDatime.h", 38,
00847                   typeid(::TDatime), DefineBehavior(ptr, ptr),
00848                   &::TDatime::Dictionary, isa_proxy, 1,
00849                   sizeof(::TDatime) );
00850       instance.SetNew(&new_TDatime);
00851       instance.SetNewArray(&newArray_TDatime);
00852       instance.SetDelete(&delete_TDatime);
00853       instance.SetDeleteArray(&deleteArray_TDatime);
00854       instance.SetDestructor(&destruct_TDatime);
00855       instance.SetStreamerFunc(&streamer_TDatime);
00856       return &instance;
00857    }
00858    TGenericClassInfo *GenerateInitInstance(const ::TDatime*)
00859    {
00860       return GenerateInitInstanceLocal((::TDatime*)0);
00861    }
00862    // Static variable to force the class initialization
00863    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TDatime*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00864 } // end of namespace ROOT
00865 
00866 namespace ROOT {
00867    void TEnv_ShowMembers(void *obj, TMemberInspector &R__insp);
00868    static void *new_TEnv(void *p = 0);
00869    static void *newArray_TEnv(Long_t size, void *p);
00870    static void delete_TEnv(void *p);
00871    static void deleteArray_TEnv(void *p);
00872    static void destruct_TEnv(void *p);
00873 
00874    // Function generating the singleton type initializer
00875    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TEnv*)
00876    {
00877       ::TEnv *ptr = 0;
00878       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TEnv >(0);
00879       static ::ROOT::TGenericClassInfo 
00880          instance("TEnv", ::TEnv::Class_Version(), "include/TEnv.h", 128,
00881                   typeid(::TEnv), DefineBehavior(ptr, ptr),
00882                   &::TEnv::Dictionary, isa_proxy, 4,
00883                   sizeof(::TEnv) );
00884       instance.SetNew(&new_TEnv);
00885       instance.SetNewArray(&newArray_TEnv);
00886       instance.SetDelete(&delete_TEnv);
00887       instance.SetDeleteArray(&deleteArray_TEnv);
00888       instance.SetDestructor(&destruct_TEnv);
00889       return &instance;
00890    }
00891    TGenericClassInfo *GenerateInitInstance(const ::TEnv*)
00892    {
00893       return GenerateInitInstanceLocal((::TEnv*)0);
00894    }
00895    // Static variable to force the class initialization
00896    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TEnv*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00897 } // end of namespace ROOT
00898 
00899 namespace ROOT {
00900    void TEnvRec_ShowMembers(void *obj, TMemberInspector &R__insp);
00901    static void *new_TEnvRec(void *p = 0);
00902    static void *newArray_TEnvRec(Long_t size, void *p);
00903    static void delete_TEnvRec(void *p);
00904    static void deleteArray_TEnvRec(void *p);
00905    static void destruct_TEnvRec(void *p);
00906 
00907    // Function generating the singleton type initializer
00908    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TEnvRec*)
00909    {
00910       ::TEnvRec *ptr = 0;
00911       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TEnvRec >(0);
00912       static ::ROOT::TGenericClassInfo 
00913          instance("TEnvRec", ::TEnvRec::Class_Version(), "include/TEnv.h", 91,
00914                   typeid(::TEnvRec), DefineBehavior(ptr, ptr),
00915                   &::TEnvRec::Dictionary, isa_proxy, 4,
00916                   sizeof(::TEnvRec) );
00917       instance.SetNew(&new_TEnvRec);
00918       instance.SetNewArray(&newArray_TEnvRec);
00919       instance.SetDelete(&delete_TEnvRec);
00920       instance.SetDeleteArray(&deleteArray_TEnvRec);
00921       instance.SetDestructor(&destruct_TEnvRec);
00922       return &instance;
00923    }
00924    TGenericClassInfo *GenerateInitInstance(const ::TEnvRec*)
00925    {
00926       return GenerateInitInstanceLocal((::TEnvRec*)0);
00927    }
00928    // Static variable to force the class initialization
00929    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TEnvRec*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00930 } // end of namespace ROOT
00931 
00932 namespace ROOT {
00933    void TInspectorImp_ShowMembers(void *obj, TMemberInspector &R__insp);
00934    static void *new_TInspectorImp(void *p = 0);
00935    static void *newArray_TInspectorImp(Long_t size, void *p);
00936    static void delete_TInspectorImp(void *p);
00937    static void deleteArray_TInspectorImp(void *p);
00938    static void destruct_TInspectorImp(void *p);
00939 
00940    // Function generating the singleton type initializer
00941    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TInspectorImp*)
00942    {
00943       ::TInspectorImp *ptr = 0;
00944       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TInspectorImp >(0);
00945       static ::ROOT::TGenericClassInfo 
00946          instance("TInspectorImp", ::TInspectorImp::Class_Version(), "include/TInspectorImp.h", 32,
00947                   typeid(::TInspectorImp), DefineBehavior(ptr, ptr),
00948                   &::TInspectorImp::Dictionary, isa_proxy, 4,
00949                   sizeof(::TInspectorImp) );
00950       instance.SetNew(&new_TInspectorImp);
00951       instance.SetNewArray(&newArray_TInspectorImp);
00952       instance.SetDelete(&delete_TInspectorImp);
00953       instance.SetDeleteArray(&deleteArray_TInspectorImp);
00954       instance.SetDestructor(&destruct_TInspectorImp);
00955       return &instance;
00956    }
00957    TGenericClassInfo *GenerateInitInstance(const ::TInspectorImp*)
00958    {
00959       return GenerateInitInstanceLocal((::TInspectorImp*)0);
00960    }
00961    // Static variable to force the class initialization
00962    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TInspectorImp*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00963 } // end of namespace ROOT
00964 
00965 namespace ROOT {
00966    void TGuiFactory_ShowMembers(void *obj, TMemberInspector &R__insp);
00967    static void *new_TGuiFactory(void *p = 0);
00968    static void *newArray_TGuiFactory(Long_t size, void *p);
00969    static void delete_TGuiFactory(void *p);
00970    static void deleteArray_TGuiFactory(void *p);
00971    static void destruct_TGuiFactory(void *p);
00972    static void streamer_TGuiFactory(TBuffer &buf, void *obj);
00973 
00974    // Function generating the singleton type initializer
00975    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGuiFactory*)
00976    {
00977       ::TGuiFactory *ptr = 0;
00978       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGuiFactory >(0);
00979       static ::ROOT::TGenericClassInfo 
00980          instance("TGuiFactory", ::TGuiFactory::Class_Version(), "include/TGuiFactory.h", 44,
00981                   typeid(::TGuiFactory), DefineBehavior(ptr, ptr),
00982                   &::TGuiFactory::Dictionary, isa_proxy, 0,
00983                   sizeof(::TGuiFactory) );
00984       instance.SetNew(&new_TGuiFactory);
00985       instance.SetNewArray(&newArray_TGuiFactory);
00986       instance.SetDelete(&delete_TGuiFactory);
00987       instance.SetDeleteArray(&deleteArray_TGuiFactory);
00988       instance.SetDestructor(&destruct_TGuiFactory);
00989       instance.SetStreamerFunc(&streamer_TGuiFactory);
00990       return &instance;
00991    }
00992    TGenericClassInfo *GenerateInitInstance(const ::TGuiFactory*)
00993    {
00994       return GenerateInitInstanceLocal((::TGuiFactory*)0);
00995    }
00996    // Static variable to force the class initialization
00997    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGuiFactory*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00998 } // end of namespace ROOT
00999 
01000 namespace ROOT {
01001    void TFileHandler_ShowMembers(void *obj, TMemberInspector &R__insp);
01002    static void delete_TFileHandler(void *p);
01003    static void deleteArray_TFileHandler(void *p);
01004    static void destruct_TFileHandler(void *p);
01005 
01006    // Function generating the singleton type initializer
01007    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFileHandler*)
01008    {
01009       ::TFileHandler *ptr = 0;
01010       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFileHandler >(0);
01011       static ::ROOT::TGenericClassInfo 
01012          instance("TFileHandler", ::TFileHandler::Class_Version(), "include/TSysEvtHandler.h", 69,
01013                   typeid(::TFileHandler), DefineBehavior(ptr, ptr),
01014                   &::TFileHandler::Dictionary, isa_proxy, 4,
01015                   sizeof(::TFileHandler) );
01016       instance.SetDelete(&delete_TFileHandler);
01017       instance.SetDeleteArray(&deleteArray_TFileHandler);
01018       instance.SetDestructor(&destruct_TFileHandler);
01019       return &instance;
01020    }
01021    TGenericClassInfo *GenerateInitInstance(const ::TFileHandler*)
01022    {
01023       return GenerateInitInstanceLocal((::TFileHandler*)0);
01024    }
01025    // Static variable to force the class initialization
01026    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFileHandler*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01027 } // end of namespace ROOT
01028 
01029 namespace ROOT {
01030    void TStyle_ShowMembers(void *obj, TMemberInspector &R__insp);
01031    static void *new_TStyle(void *p = 0);
01032    static void *newArray_TStyle(Long_t size, void *p);
01033    static void delete_TStyle(void *p);
01034    static void deleteArray_TStyle(void *p);
01035    static void destruct_TStyle(void *p);
01036 
01037    // Function generating the singleton type initializer
01038    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TStyle*)
01039    {
01040       ::TStyle *ptr = 0;
01041       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TStyle >(0);
01042       static ::ROOT::TGenericClassInfo 
01043          instance("TStyle", ::TStyle::Class_Version(), "include/TStyle.h", 49,
01044                   typeid(::TStyle), DefineBehavior(ptr, ptr),
01045                   &::TStyle::Dictionary, isa_proxy, 4,
01046                   sizeof(::TStyle) );
01047       instance.SetNew(&new_TStyle);
01048       instance.SetNewArray(&newArray_TStyle);
01049       instance.SetDelete(&delete_TStyle);
01050       instance.SetDeleteArray(&deleteArray_TStyle);
01051       instance.SetDestructor(&destruct_TStyle);
01052       return &instance;
01053    }
01054    TGenericClassInfo *GenerateInitInstance(const ::TStyle*)
01055    {
01056       return GenerateInitInstanceLocal((::TStyle*)0);
01057    }
01058    // Static variable to force the class initialization
01059    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TStyle*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01060 } // end of namespace ROOT
01061 
01062 namespace ROOT {
01063    void TVirtualFFT_ShowMembers(void *obj, TMemberInspector &R__insp);
01064    static void delete_TVirtualFFT(void *p);
01065    static void deleteArray_TVirtualFFT(void *p);
01066    static void destruct_TVirtualFFT(void *p);
01067    static void streamer_TVirtualFFT(TBuffer &buf, void *obj);
01068 
01069    // Function generating the singleton type initializer
01070    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualFFT*)
01071    {
01072       ::TVirtualFFT *ptr = 0;
01073       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualFFT >(0);
01074       static ::ROOT::TGenericClassInfo 
01075          instance("TVirtualFFT", ::TVirtualFFT::Class_Version(), "include/TVirtualFFT.h", 92,
01076                   typeid(::TVirtualFFT), DefineBehavior(ptr, ptr),
01077                   &::TVirtualFFT::Dictionary, isa_proxy, 0,
01078                   sizeof(::TVirtualFFT) );
01079       instance.SetDelete(&delete_TVirtualFFT);
01080       instance.SetDeleteArray(&deleteArray_TVirtualFFT);
01081       instance.SetDestructor(&destruct_TVirtualFFT);
01082       instance.SetStreamerFunc(&streamer_TVirtualFFT);
01083       return &instance;
01084    }
01085    TGenericClassInfo *GenerateInitInstance(const ::TVirtualFFT*)
01086    {
01087       return GenerateInitInstanceLocal((::TVirtualFFT*)0);
01088    }
01089    // Static variable to force the class initialization
01090    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualFFT*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01091 } // end of namespace ROOT
01092 
01093 namespace ROOT {
01094    void TVirtualViewer3D_ShowMembers(void *obj, TMemberInspector &R__insp);
01095    static void delete_TVirtualViewer3D(void *p);
01096    static void deleteArray_TVirtualViewer3D(void *p);
01097    static void destruct_TVirtualViewer3D(void *p);
01098    static void streamer_TVirtualViewer3D(TBuffer &buf, void *obj);
01099 
01100    // Function generating the singleton type initializer
01101    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualViewer3D*)
01102    {
01103       ::TVirtualViewer3D *ptr = 0;
01104       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualViewer3D >(0);
01105       static ::ROOT::TGenericClassInfo 
01106          instance("TVirtualViewer3D", ::TVirtualViewer3D::Class_Version(), "include/TVirtualViewer3D.h", 44,
01107                   typeid(::TVirtualViewer3D), DefineBehavior(ptr, ptr),
01108                   &::TVirtualViewer3D::Dictionary, isa_proxy, 0,
01109                   sizeof(::TVirtualViewer3D) );
01110       instance.SetDelete(&delete_TVirtualViewer3D);
01111       instance.SetDeleteArray(&deleteArray_TVirtualViewer3D);
01112       instance.SetDestructor(&destruct_TVirtualViewer3D);
01113       instance.SetStreamerFunc(&streamer_TVirtualViewer3D);
01114       return &instance;
01115    }
01116    TGenericClassInfo *GenerateInitInstance(const ::TVirtualViewer3D*)
01117    {
01118       return GenerateInitInstanceLocal((::TVirtualViewer3D*)0);
01119    }
01120    // Static variable to force the class initialization
01121    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualViewer3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01122 } // end of namespace ROOT
01123 
01124 namespace ROOT {
01125    void TVirtualGLPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
01126    static void delete_TVirtualGLPainter(void *p);
01127    static void deleteArray_TVirtualGLPainter(void *p);
01128    static void destruct_TVirtualGLPainter(void *p);
01129    static void streamer_TVirtualGLPainter(TBuffer &buf, void *obj);
01130 
01131    // Function generating the singleton type initializer
01132    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualGLPainter*)
01133    {
01134       ::TVirtualGLPainter *ptr = 0;
01135       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualGLPainter >(0);
01136       static ::ROOT::TGenericClassInfo 
01137          instance("TVirtualGLPainter", ::TVirtualGLPainter::Class_Version(), "include/TVirtualGL.h", 51,
01138                   typeid(::TVirtualGLPainter), DefineBehavior(ptr, ptr),
01139                   &::TVirtualGLPainter::Dictionary, isa_proxy, 0,
01140                   sizeof(::TVirtualGLPainter) );
01141       instance.SetDelete(&delete_TVirtualGLPainter);
01142       instance.SetDeleteArray(&deleteArray_TVirtualGLPainter);
01143       instance.SetDestructor(&destruct_TVirtualGLPainter);
01144       instance.SetStreamerFunc(&streamer_TVirtualGLPainter);
01145       return &instance;
01146    }
01147    TGenericClassInfo *GenerateInitInstance(const ::TVirtualGLPainter*)
01148    {
01149       return GenerateInitInstanceLocal((::TVirtualGLPainter*)0);
01150    }
01151    // Static variable to force the class initialization
01152    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualGLPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01153 } // end of namespace ROOT
01154 
01155 namespace ROOT {
01156    void TVirtualGLManip_ShowMembers(void *obj, TMemberInspector &R__insp);
01157    static void delete_TVirtualGLManip(void *p);
01158    static void deleteArray_TVirtualGLManip(void *p);
01159    static void destruct_TVirtualGLManip(void *p);
01160    static void streamer_TVirtualGLManip(TBuffer &buf, void *obj);
01161 
01162    // Function generating the singleton type initializer
01163    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualGLManip*)
01164    {
01165       ::TVirtualGLManip *ptr = 0;
01166       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualGLManip >(0);
01167       static ::ROOT::TGenericClassInfo 
01168          instance("TVirtualGLManip", ::TVirtualGLManip::Class_Version(), "include/TVirtualGL.h", 65,
01169                   typeid(::TVirtualGLManip), DefineBehavior(ptr, ptr),
01170                   &::TVirtualGLManip::Dictionary, isa_proxy, 0,
01171                   sizeof(::TVirtualGLManip) );
01172       instance.SetDelete(&delete_TVirtualGLManip);
01173       instance.SetDeleteArray(&deleteArray_TVirtualGLManip);
01174       instance.SetDestructor(&destruct_TVirtualGLManip);
01175       instance.SetStreamerFunc(&streamer_TVirtualGLManip);
01176       return &instance;
01177    }
01178    TGenericClassInfo *GenerateInitInstance(const ::TVirtualGLManip*)
01179    {
01180       return GenerateInitInstanceLocal((::TVirtualGLManip*)0);
01181    }
01182    // Static variable to force the class initialization
01183    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualGLManip*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01184 } // end of namespace ROOT
01185 
01186 namespace ROOT {
01187    void TGLManager_ShowMembers(void *obj, TMemberInspector &R__insp);
01188    static void delete_TGLManager(void *p);
01189    static void deleteArray_TGLManager(void *p);
01190    static void destruct_TGLManager(void *p);
01191    static void streamer_TGLManager(TBuffer &buf, void *obj);
01192 
01193    // Function generating the singleton type initializer
01194    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLManager*)
01195    {
01196       ::TGLManager *ptr = 0;
01197       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLManager >(0);
01198       static ::ROOT::TGenericClassInfo 
01199          instance("TGLManager", ::TGLManager::Class_Version(), "include/TVirtualGL.h", 76,
01200                   typeid(::TGLManager), DefineBehavior(ptr, ptr),
01201                   &::TGLManager::Dictionary, isa_proxy, 0,
01202                   sizeof(::TGLManager) );
01203       instance.SetDelete(&delete_TGLManager);
01204       instance.SetDeleteArray(&deleteArray_TGLManager);
01205       instance.SetDestructor(&destruct_TGLManager);
01206       instance.SetStreamerFunc(&streamer_TGLManager);
01207       return &instance;
01208    }
01209    TGenericClassInfo *GenerateInitInstance(const ::TGLManager*)
01210    {
01211       return GenerateInitInstanceLocal((::TGLManager*)0);
01212    }
01213    // Static variable to force the class initialization
01214    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLManager*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01215 } // end of namespace ROOT
01216 
01217 namespace ROOT {
01218    void TGLPaintDevice_ShowMembers(void *obj, TMemberInspector &R__insp);
01219    static void delete_TGLPaintDevice(void *p);
01220    static void deleteArray_TGLPaintDevice(void *p);
01221    static void destruct_TGLPaintDevice(void *p);
01222    static void streamer_TGLPaintDevice(TBuffer &buf, void *obj);
01223 
01224    // Function generating the singleton type initializer
01225    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGLPaintDevice*)
01226    {
01227       ::TGLPaintDevice *ptr = 0;
01228       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGLPaintDevice >(0);
01229       static ::ROOT::TGenericClassInfo 
01230          instance("TGLPaintDevice", ::TGLPaintDevice::Class_Version(), "include/TVirtualGL.h", 134,
01231                   typeid(::TGLPaintDevice), DefineBehavior(ptr, ptr),
01232                   &::TGLPaintDevice::Dictionary, isa_proxy, 0,
01233                   sizeof(::TGLPaintDevice) );
01234       instance.SetDelete(&delete_TGLPaintDevice);
01235       instance.SetDeleteArray(&deleteArray_TGLPaintDevice);
01236       instance.SetDestructor(&destruct_TGLPaintDevice);
01237       instance.SetStreamerFunc(&streamer_TGLPaintDevice);
01238       return &instance;
01239    }
01240    TGenericClassInfo *GenerateInitInstance(const ::TGLPaintDevice*)
01241    {
01242       return GenerateInitInstanceLocal((::TGLPaintDevice*)0);
01243    }
01244    // Static variable to force the class initialization
01245    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGLPaintDevice*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01246 } // end of namespace ROOT
01247 
01248 namespace ROOT {
01249    void TVirtualPadEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
01250    static void delete_TVirtualPadEditor(void *p);
01251    static void deleteArray_TVirtualPadEditor(void *p);
01252    static void destruct_TVirtualPadEditor(void *p);
01253    static void streamer_TVirtualPadEditor(TBuffer &buf, void *obj);
01254 
01255    // Function generating the singleton type initializer
01256    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualPadEditor*)
01257    {
01258       ::TVirtualPadEditor *ptr = 0;
01259       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualPadEditor >(0);
01260       static ::ROOT::TGenericClassInfo 
01261          instance("TVirtualPadEditor", ::TVirtualPadEditor::Class_Version(), "include/TVirtualPadEditor.h", 29,
01262                   typeid(::TVirtualPadEditor), DefineBehavior(ptr, ptr),
01263                   &::TVirtualPadEditor::Dictionary, isa_proxy, 0,
01264                   sizeof(::TVirtualPadEditor) );
01265       instance.SetDelete(&delete_TVirtualPadEditor);
01266       instance.SetDeleteArray(&deleteArray_TVirtualPadEditor);
01267       instance.SetDestructor(&destruct_TVirtualPadEditor);
01268       instance.SetStreamerFunc(&streamer_TVirtualPadEditor);
01269       return &instance;
01270    }
01271    TGenericClassInfo *GenerateInitInstance(const ::TVirtualPadEditor*)
01272    {
01273       return GenerateInitInstanceLocal((::TVirtualPadEditor*)0);
01274    }
01275    // Static variable to force the class initialization
01276    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualPadEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01277 } // end of namespace ROOT
01278 
01279 namespace ROOT {
01280    void TVirtualX_ShowMembers(void *obj, TMemberInspector &R__insp);
01281    static void *new_TVirtualX(void *p = 0);
01282    static void *newArray_TVirtualX(Long_t size, void *p);
01283    static void delete_TVirtualX(void *p);
01284    static void deleteArray_TVirtualX(void *p);
01285    static void destruct_TVirtualX(void *p);
01286 
01287    // Function generating the singleton type initializer
01288    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualX*)
01289    {
01290       ::TVirtualX *ptr = 0;
01291       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualX >(0);
01292       static ::ROOT::TGenericClassInfo 
01293          instance("TVirtualX", ::TVirtualX::Class_Version(), "include/TVirtualX.h", 67,
01294                   typeid(::TVirtualX), DefineBehavior(ptr, ptr),
01295                   &::TVirtualX::Dictionary, isa_proxy, 4,
01296                   sizeof(::TVirtualX) );
01297       instance.SetNew(&new_TVirtualX);
01298       instance.SetNewArray(&newArray_TVirtualX);
01299       instance.SetDelete(&delete_TVirtualX);
01300       instance.SetDeleteArray(&deleteArray_TVirtualX);
01301       instance.SetDestructor(&destruct_TVirtualX);
01302       return &instance;
01303    }
01304    TGenericClassInfo *GenerateInitInstance(const ::TVirtualX*)
01305    {
01306       return GenerateInitInstanceLocal((::TVirtualX*)0);
01307    }
01308    // Static variable to force the class initialization
01309    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualX*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01310 } // end of namespace ROOT
01311 
01312 namespace ROOT {
01313    void TVirtualPadPainter_ShowMembers(void *obj, TMemberInspector &R__insp);
01314    static void delete_TVirtualPadPainter(void *p);
01315    static void deleteArray_TVirtualPadPainter(void *p);
01316    static void destruct_TVirtualPadPainter(void *p);
01317    static void streamer_TVirtualPadPainter(TBuffer &buf, void *obj);
01318 
01319    // Function generating the singleton type initializer
01320    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualPadPainter*)
01321    {
01322       ::TVirtualPadPainter *ptr = 0;
01323       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualPadPainter >(0);
01324       static ::ROOT::TGenericClassInfo 
01325          instance("TVirtualPadPainter", ::TVirtualPadPainter::Class_Version(), "include/TVirtualPadPainter.h", 18,
01326                   typeid(::TVirtualPadPainter), DefineBehavior(ptr, ptr),
01327                   &::TVirtualPadPainter::Dictionary, isa_proxy, 0,
01328                   sizeof(::TVirtualPadPainter) );
01329       instance.SetDelete(&delete_TVirtualPadPainter);
01330       instance.SetDeleteArray(&deleteArray_TVirtualPadPainter);
01331       instance.SetDestructor(&destruct_TVirtualPadPainter);
01332       instance.SetStreamerFunc(&streamer_TVirtualPadPainter);
01333       return &instance;
01334    }
01335    TGenericClassInfo *GenerateInitInstance(const ::TVirtualPadPainter*)
01336    {
01337       return GenerateInitInstanceLocal((::TVirtualPadPainter*)0);
01338    }
01339    // Static variable to force the class initialization
01340    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualPadPainter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01341 } // end of namespace ROOT
01342 
01343 namespace ROOT {
01344    void TVirtualPS_ShowMembers(void *obj, TMemberInspector &R__insp);
01345    static void delete_TVirtualPS(void *p);
01346    static void deleteArray_TVirtualPS(void *p);
01347    static void destruct_TVirtualPS(void *p);
01348    static void streamer_TVirtualPS(TBuffer &buf, void *obj);
01349 
01350    // Function generating the singleton type initializer
01351    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualPS*)
01352    {
01353       ::TVirtualPS *ptr = 0;
01354       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualPS >(0);
01355       static ::ROOT::TGenericClassInfo 
01356          instance("TVirtualPS", ::TVirtualPS::Class_Version(), "include/TVirtualPS.h", 40,
01357                   typeid(::TVirtualPS), DefineBehavior(ptr, ptr),
01358                   &::TVirtualPS::Dictionary, isa_proxy, 0,
01359                   sizeof(::TVirtualPS) );
01360       instance.SetDelete(&delete_TVirtualPS);
01361       instance.SetDeleteArray(&deleteArray_TVirtualPS);
01362       instance.SetDestructor(&destruct_TVirtualPS);
01363       instance.SetStreamerFunc(&streamer_TVirtualPS);
01364       return &instance;
01365    }
01366    TGenericClassInfo *GenerateInitInstance(const ::TVirtualPS*)
01367    {
01368       return GenerateInitInstanceLocal((::TVirtualPS*)0);
01369    }
01370    // Static variable to force the class initialization
01371    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualPS*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01372 } // end of namespace ROOT
01373 
01374 //______________________________________________________________________________
01375 TClass *TBuffer::fgIsA = 0;  // static to hold class pointer
01376 
01377 //______________________________________________________________________________
01378 const char *TBuffer::Class_Name()
01379 {
01380    return "TBuffer";
01381 }
01382 
01383 //______________________________________________________________________________
01384 const char *TBuffer::ImplFileName()
01385 {
01386    return ::ROOT::GenerateInitInstanceLocal((const ::TBuffer*)0x0)->GetImplFileName();
01387 }
01388 
01389 //______________________________________________________________________________
01390 int TBuffer::ImplFileLine()
01391 {
01392    return ::ROOT::GenerateInitInstanceLocal((const ::TBuffer*)0x0)->GetImplFileLine();
01393 }
01394 
01395 //______________________________________________________________________________
01396 void TBuffer::Dictionary()
01397 {
01398    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBuffer*)0x0)->GetClass();
01399 }
01400 
01401 //______________________________________________________________________________
01402 TClass *TBuffer::Class()
01403 {
01404    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBuffer*)0x0)->GetClass();
01405    return fgIsA;
01406 }
01407 
01408 //______________________________________________________________________________
01409 TClass *TDirectory::fgIsA = 0;  // static to hold class pointer
01410 
01411 //______________________________________________________________________________
01412 const char *TDirectory::Class_Name()
01413 {
01414    return "TDirectory";
01415 }
01416 
01417 //______________________________________________________________________________
01418 const char *TDirectory::ImplFileName()
01419 {
01420    return ::ROOT::GenerateInitInstanceLocal((const ::TDirectory*)0x0)->GetImplFileName();
01421 }
01422 
01423 //______________________________________________________________________________
01424 int TDirectory::ImplFileLine()
01425 {
01426    return ::ROOT::GenerateInitInstanceLocal((const ::TDirectory*)0x0)->GetImplFileLine();
01427 }
01428 
01429 //______________________________________________________________________________
01430 void TDirectory::Dictionary()
01431 {
01432    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDirectory*)0x0)->GetClass();
01433 }
01434 
01435 //______________________________________________________________________________
01436 TClass *TDirectory::Class()
01437 {
01438    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDirectory*)0x0)->GetClass();
01439    return fgIsA;
01440 }
01441 
01442 //______________________________________________________________________________
01443 TClass *TBrowser::fgIsA = 0;  // static to hold class pointer
01444 
01445 //______________________________________________________________________________
01446 const char *TBrowser::Class_Name()
01447 {
01448    return "TBrowser";
01449 }
01450 
01451 //______________________________________________________________________________
01452 const char *TBrowser::ImplFileName()
01453 {
01454    return ::ROOT::GenerateInitInstanceLocal((const ::TBrowser*)0x0)->GetImplFileName();
01455 }
01456 
01457 //______________________________________________________________________________
01458 int TBrowser::ImplFileLine()
01459 {
01460    return ::ROOT::GenerateInitInstanceLocal((const ::TBrowser*)0x0)->GetImplFileLine();
01461 }
01462 
01463 //______________________________________________________________________________
01464 void TBrowser::Dictionary()
01465 {
01466    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBrowser*)0x0)->GetClass();
01467 }
01468 
01469 //______________________________________________________________________________
01470 TClass *TBrowser::Class()
01471 {
01472    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBrowser*)0x0)->GetClass();
01473    return fgIsA;
01474 }
01475 
01476 //______________________________________________________________________________
01477 TClass *TApplicationImp::fgIsA = 0;  // static to hold class pointer
01478 
01479 //______________________________________________________________________________
01480 const char *TApplicationImp::Class_Name()
01481 {
01482    return "TApplicationImp";
01483 }
01484 
01485 //______________________________________________________________________________
01486 const char *TApplicationImp::ImplFileName()
01487 {
01488    return ::ROOT::GenerateInitInstanceLocal((const ::TApplicationImp*)0x0)->GetImplFileName();
01489 }
01490 
01491 //______________________________________________________________________________
01492 int TApplicationImp::ImplFileLine()
01493 {
01494    return ::ROOT::GenerateInitInstanceLocal((const ::TApplicationImp*)0x0)->GetImplFileLine();
01495 }
01496 
01497 //______________________________________________________________________________
01498 void TApplicationImp::Dictionary()
01499 {
01500    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TApplicationImp*)0x0)->GetClass();
01501 }
01502 
01503 //______________________________________________________________________________
01504 TClass *TApplicationImp::Class()
01505 {
01506    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TApplicationImp*)0x0)->GetClass();
01507    return fgIsA;
01508 }
01509 
01510 //______________________________________________________________________________
01511 TClass *TApplication::fgIsA = 0;  // static to hold class pointer
01512 
01513 //______________________________________________________________________________
01514 const char *TApplication::Class_Name()
01515 {
01516    return "TApplication";
01517 }
01518 
01519 //______________________________________________________________________________
01520 const char *TApplication::ImplFileName()
01521 {
01522    return ::ROOT::GenerateInitInstanceLocal((const ::TApplication*)0x0)->GetImplFileName();
01523 }
01524 
01525 //______________________________________________________________________________
01526 int TApplication::ImplFileLine()
01527 {
01528    return ::ROOT::GenerateInitInstanceLocal((const ::TApplication*)0x0)->GetImplFileLine();
01529 }
01530 
01531 //______________________________________________________________________________
01532 void TApplication::Dictionary()
01533 {
01534    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TApplication*)0x0)->GetClass();
01535 }
01536 
01537 //______________________________________________________________________________
01538 TClass *TApplication::Class()
01539 {
01540    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TApplication*)0x0)->GetClass();
01541    return fgIsA;
01542 }
01543 
01544 //______________________________________________________________________________
01545 TClass *TAtt3D::fgIsA = 0;  // static to hold class pointer
01546 
01547 //______________________________________________________________________________
01548 const char *TAtt3D::Class_Name()
01549 {
01550    return "TAtt3D";
01551 }
01552 
01553 //______________________________________________________________________________
01554 const char *TAtt3D::ImplFileName()
01555 {
01556    return ::ROOT::GenerateInitInstanceLocal((const ::TAtt3D*)0x0)->GetImplFileName();
01557 }
01558 
01559 //______________________________________________________________________________
01560 int TAtt3D::ImplFileLine()
01561 {
01562    return ::ROOT::GenerateInitInstanceLocal((const ::TAtt3D*)0x0)->GetImplFileLine();
01563 }
01564 
01565 //______________________________________________________________________________
01566 void TAtt3D::Dictionary()
01567 {
01568    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAtt3D*)0x0)->GetClass();
01569 }
01570 
01571 //______________________________________________________________________________
01572 TClass *TAtt3D::Class()
01573 {
01574    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAtt3D*)0x0)->GetClass();
01575    return fgIsA;
01576 }
01577 
01578 //______________________________________________________________________________
01579 TClass *TAttAxis::fgIsA = 0;  // static to hold class pointer
01580 
01581 //______________________________________________________________________________
01582 const char *TAttAxis::Class_Name()
01583 {
01584    return "TAttAxis";
01585 }
01586 
01587 //______________________________________________________________________________
01588 const char *TAttAxis::ImplFileName()
01589 {
01590    return ::ROOT::GenerateInitInstanceLocal((const ::TAttAxis*)0x0)->GetImplFileName();
01591 }
01592 
01593 //______________________________________________________________________________
01594 int TAttAxis::ImplFileLine()
01595 {
01596    return ::ROOT::GenerateInitInstanceLocal((const ::TAttAxis*)0x0)->GetImplFileLine();
01597 }
01598 
01599 //______________________________________________________________________________
01600 void TAttAxis::Dictionary()
01601 {
01602    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttAxis*)0x0)->GetClass();
01603 }
01604 
01605 //______________________________________________________________________________
01606 TClass *TAttAxis::Class()
01607 {
01608    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttAxis*)0x0)->GetClass();
01609    return fgIsA;
01610 }
01611 
01612 //______________________________________________________________________________
01613 TClass *TAttBBox::fgIsA = 0;  // static to hold class pointer
01614 
01615 //______________________________________________________________________________
01616 const char *TAttBBox::Class_Name()
01617 {
01618    return "TAttBBox";
01619 }
01620 
01621 //______________________________________________________________________________
01622 const char *TAttBBox::ImplFileName()
01623 {
01624    return ::ROOT::GenerateInitInstanceLocal((const ::TAttBBox*)0x0)->GetImplFileName();
01625 }
01626 
01627 //______________________________________________________________________________
01628 int TAttBBox::ImplFileLine()
01629 {
01630    return ::ROOT::GenerateInitInstanceLocal((const ::TAttBBox*)0x0)->GetImplFileLine();
01631 }
01632 
01633 //______________________________________________________________________________
01634 void TAttBBox::Dictionary()
01635 {
01636    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttBBox*)0x0)->GetClass();
01637 }
01638 
01639 //______________________________________________________________________________
01640 TClass *TAttBBox::Class()
01641 {
01642    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttBBox*)0x0)->GetClass();
01643    return fgIsA;
01644 }
01645 
01646 //______________________________________________________________________________
01647 TClass *TAttFill::fgIsA = 0;  // static to hold class pointer
01648 
01649 //______________________________________________________________________________
01650 const char *TAttFill::Class_Name()
01651 {
01652    return "TAttFill";
01653 }
01654 
01655 //______________________________________________________________________________
01656 const char *TAttFill::ImplFileName()
01657 {
01658    return ::ROOT::GenerateInitInstanceLocal((const ::TAttFill*)0x0)->GetImplFileName();
01659 }
01660 
01661 //______________________________________________________________________________
01662 int TAttFill::ImplFileLine()
01663 {
01664    return ::ROOT::GenerateInitInstanceLocal((const ::TAttFill*)0x0)->GetImplFileLine();
01665 }
01666 
01667 //______________________________________________________________________________
01668 void TAttFill::Dictionary()
01669 {
01670    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttFill*)0x0)->GetClass();
01671 }
01672 
01673 //______________________________________________________________________________
01674 TClass *TAttFill::Class()
01675 {
01676    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttFill*)0x0)->GetClass();
01677    return fgIsA;
01678 }
01679 
01680 //______________________________________________________________________________
01681 TClass *TAttLine::fgIsA = 0;  // static to hold class pointer
01682 
01683 //______________________________________________________________________________
01684 const char *TAttLine::Class_Name()
01685 {
01686    return "TAttLine";
01687 }
01688 
01689 //______________________________________________________________________________
01690 const char *TAttLine::ImplFileName()
01691 {
01692    return ::ROOT::GenerateInitInstanceLocal((const ::TAttLine*)0x0)->GetImplFileName();
01693 }
01694 
01695 //______________________________________________________________________________
01696 int TAttLine::ImplFileLine()
01697 {
01698    return ::ROOT::GenerateInitInstanceLocal((const ::TAttLine*)0x0)->GetImplFileLine();
01699 }
01700 
01701 //______________________________________________________________________________
01702 void TAttLine::Dictionary()
01703 {
01704    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttLine*)0x0)->GetClass();
01705 }
01706 
01707 //______________________________________________________________________________
01708 TClass *TAttLine::Class()
01709 {
01710    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttLine*)0x0)->GetClass();
01711    return fgIsA;
01712 }
01713 
01714 //______________________________________________________________________________
01715 TClass *TAttMarker::fgIsA = 0;  // static to hold class pointer
01716 
01717 //______________________________________________________________________________
01718 const char *TAttMarker::Class_Name()
01719 {
01720    return "TAttMarker";
01721 }
01722 
01723 //______________________________________________________________________________
01724 const char *TAttMarker::ImplFileName()
01725 {
01726    return ::ROOT::GenerateInitInstanceLocal((const ::TAttMarker*)0x0)->GetImplFileName();
01727 }
01728 
01729 //______________________________________________________________________________
01730 int TAttMarker::ImplFileLine()
01731 {
01732    return ::ROOT::GenerateInitInstanceLocal((const ::TAttMarker*)0x0)->GetImplFileLine();
01733 }
01734 
01735 //______________________________________________________________________________
01736 void TAttMarker::Dictionary()
01737 {
01738    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttMarker*)0x0)->GetClass();
01739 }
01740 
01741 //______________________________________________________________________________
01742 TClass *TAttMarker::Class()
01743 {
01744    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttMarker*)0x0)->GetClass();
01745    return fgIsA;
01746 }
01747 
01748 //______________________________________________________________________________
01749 TClass *TAttPad::fgIsA = 0;  // static to hold class pointer
01750 
01751 //______________________________________________________________________________
01752 const char *TAttPad::Class_Name()
01753 {
01754    return "TAttPad";
01755 }
01756 
01757 //______________________________________________________________________________
01758 const char *TAttPad::ImplFileName()
01759 {
01760    return ::ROOT::GenerateInitInstanceLocal((const ::TAttPad*)0x0)->GetImplFileName();
01761 }
01762 
01763 //______________________________________________________________________________
01764 int TAttPad::ImplFileLine()
01765 {
01766    return ::ROOT::GenerateInitInstanceLocal((const ::TAttPad*)0x0)->GetImplFileLine();
01767 }
01768 
01769 //______________________________________________________________________________
01770 void TAttPad::Dictionary()
01771 {
01772    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttPad*)0x0)->GetClass();
01773 }
01774 
01775 //______________________________________________________________________________
01776 TClass *TAttPad::Class()
01777 {
01778    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttPad*)0x0)->GetClass();
01779    return fgIsA;
01780 }
01781 
01782 //______________________________________________________________________________
01783 TClass *TAttText::fgIsA = 0;  // static to hold class pointer
01784 
01785 //______________________________________________________________________________
01786 const char *TAttText::Class_Name()
01787 {
01788    return "TAttText";
01789 }
01790 
01791 //______________________________________________________________________________
01792 const char *TAttText::ImplFileName()
01793 {
01794    return ::ROOT::GenerateInitInstanceLocal((const ::TAttText*)0x0)->GetImplFileName();
01795 }
01796 
01797 //______________________________________________________________________________
01798 int TAttText::ImplFileLine()
01799 {
01800    return ::ROOT::GenerateInitInstanceLocal((const ::TAttText*)0x0)->GetImplFileLine();
01801 }
01802 
01803 //______________________________________________________________________________
01804 void TAttText::Dictionary()
01805 {
01806    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttText*)0x0)->GetClass();
01807 }
01808 
01809 //______________________________________________________________________________
01810 TClass *TAttText::Class()
01811 {
01812    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TAttText*)0x0)->GetClass();
01813    return fgIsA;
01814 }
01815 
01816 //______________________________________________________________________________
01817 TClass *TBenchmark::fgIsA = 0;  // static to hold class pointer
01818 
01819 //______________________________________________________________________________
01820 const char *TBenchmark::Class_Name()
01821 {
01822    return "TBenchmark";
01823 }
01824 
01825 //______________________________________________________________________________
01826 const char *TBenchmark::ImplFileName()
01827 {
01828    return ::ROOT::GenerateInitInstanceLocal((const ::TBenchmark*)0x0)->GetImplFileName();
01829 }
01830 
01831 //______________________________________________________________________________
01832 int TBenchmark::ImplFileLine()
01833 {
01834    return ::ROOT::GenerateInitInstanceLocal((const ::TBenchmark*)0x0)->GetImplFileLine();
01835 }
01836 
01837 //______________________________________________________________________________
01838 void TBenchmark::Dictionary()
01839 {
01840    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBenchmark*)0x0)->GetClass();
01841 }
01842 
01843 //______________________________________________________________________________
01844 TClass *TBenchmark::Class()
01845 {
01846    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBenchmark*)0x0)->GetClass();
01847    return fgIsA;
01848 }
01849 
01850 //______________________________________________________________________________
01851 TClass *TBrowserImp::fgIsA = 0;  // static to hold class pointer
01852 
01853 //______________________________________________________________________________
01854 const char *TBrowserImp::Class_Name()
01855 {
01856    return "TBrowserImp";
01857 }
01858 
01859 //______________________________________________________________________________
01860 const char *TBrowserImp::ImplFileName()
01861 {
01862    return ::ROOT::GenerateInitInstanceLocal((const ::TBrowserImp*)0x0)->GetImplFileName();
01863 }
01864 
01865 //______________________________________________________________________________
01866 int TBrowserImp::ImplFileLine()
01867 {
01868    return ::ROOT::GenerateInitInstanceLocal((const ::TBrowserImp*)0x0)->GetImplFileLine();
01869 }
01870 
01871 //______________________________________________________________________________
01872 void TBrowserImp::Dictionary()
01873 {
01874    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBrowserImp*)0x0)->GetClass();
01875 }
01876 
01877 //______________________________________________________________________________
01878 TClass *TBrowserImp::Class()
01879 {
01880    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBrowserImp*)0x0)->GetClass();
01881    return fgIsA;
01882 }
01883 
01884 //______________________________________________________________________________
01885 TClass *TContextMenu::fgIsA = 0;  // static to hold class pointer
01886 
01887 //______________________________________________________________________________
01888 const char *TContextMenu::Class_Name()
01889 {
01890    return "TContextMenu";
01891 }
01892 
01893 //______________________________________________________________________________
01894 const char *TContextMenu::ImplFileName()
01895 {
01896    return ::ROOT::GenerateInitInstanceLocal((const ::TContextMenu*)0x0)->GetImplFileName();
01897 }
01898 
01899 //______________________________________________________________________________
01900 int TContextMenu::ImplFileLine()
01901 {
01902    return ::ROOT::GenerateInitInstanceLocal((const ::TContextMenu*)0x0)->GetImplFileLine();
01903 }
01904 
01905 //______________________________________________________________________________
01906 void TContextMenu::Dictionary()
01907 {
01908    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TContextMenu*)0x0)->GetClass();
01909 }
01910 
01911 //______________________________________________________________________________
01912 TClass *TContextMenu::Class()
01913 {
01914    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TContextMenu*)0x0)->GetClass();
01915    return fgIsA;
01916 }
01917 
01918 //______________________________________________________________________________
01919 TClass *TBuffer3D::fgIsA = 0;  // static to hold class pointer
01920 
01921 //______________________________________________________________________________
01922 const char *TBuffer3D::Class_Name()
01923 {
01924    return "TBuffer3D";
01925 }
01926 
01927 //______________________________________________________________________________
01928 const char *TBuffer3D::ImplFileName()
01929 {
01930    return ::ROOT::GenerateInitInstanceLocal((const ::TBuffer3D*)0x0)->GetImplFileName();
01931 }
01932 
01933 //______________________________________________________________________________
01934 int TBuffer3D::ImplFileLine()
01935 {
01936    return ::ROOT::GenerateInitInstanceLocal((const ::TBuffer3D*)0x0)->GetImplFileLine();
01937 }
01938 
01939 //______________________________________________________________________________
01940 void TBuffer3D::Dictionary()
01941 {
01942    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBuffer3D*)0x0)->GetClass();
01943 }
01944 
01945 //______________________________________________________________________________
01946 TClass *TBuffer3D::Class()
01947 {
01948    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBuffer3D*)0x0)->GetClass();
01949    return fgIsA;
01950 }
01951 
01952 //______________________________________________________________________________
01953 TClass *TCanvasImp::fgIsA = 0;  // static to hold class pointer
01954 
01955 //______________________________________________________________________________
01956 const char *TCanvasImp::Class_Name()
01957 {
01958    return "TCanvasImp";
01959 }
01960 
01961 //______________________________________________________________________________
01962 const char *TCanvasImp::ImplFileName()
01963 {
01964    return ::ROOT::GenerateInitInstanceLocal((const ::TCanvasImp*)0x0)->GetImplFileName();
01965 }
01966 
01967 //______________________________________________________________________________
01968 int TCanvasImp::ImplFileLine()
01969 {
01970    return ::ROOT::GenerateInitInstanceLocal((const ::TCanvasImp*)0x0)->GetImplFileLine();
01971 }
01972 
01973 //______________________________________________________________________________
01974 void TCanvasImp::Dictionary()
01975 {
01976    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCanvasImp*)0x0)->GetClass();
01977 }
01978 
01979 //______________________________________________________________________________
01980 TClass *TCanvasImp::Class()
01981 {
01982    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCanvasImp*)0x0)->GetClass();
01983    return fgIsA;
01984 }
01985 
01986 //______________________________________________________________________________
01987 TClass *TColor::fgIsA = 0;  // static to hold class pointer
01988 
01989 //______________________________________________________________________________
01990 const char *TColor::Class_Name()
01991 {
01992    return "TColor";
01993 }
01994 
01995 //______________________________________________________________________________
01996 const char *TColor::ImplFileName()
01997 {
01998    return ::ROOT::GenerateInitInstanceLocal((const ::TColor*)0x0)->GetImplFileName();
01999 }
02000 
02001 //______________________________________________________________________________
02002 int TColor::ImplFileLine()
02003 {
02004    return ::ROOT::GenerateInitInstanceLocal((const ::TColor*)0x0)->GetImplFileLine();
02005 }
02006 
02007 //______________________________________________________________________________
02008 void TColor::Dictionary()
02009 {
02010    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TColor*)0x0)->GetClass();
02011 }
02012 
02013 //______________________________________________________________________________
02014 TClass *TColor::Class()
02015 {
02016    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TColor*)0x0)->GetClass();
02017    return fgIsA;
02018 }
02019 
02020 //______________________________________________________________________________
02021 TClass *TContextMenuImp::fgIsA = 0;  // static to hold class pointer
02022 
02023 //______________________________________________________________________________
02024 const char *TContextMenuImp::Class_Name()
02025 {
02026    return "TContextMenuImp";
02027 }
02028 
02029 //______________________________________________________________________________
02030 const char *TContextMenuImp::ImplFileName()
02031 {
02032    return ::ROOT::GenerateInitInstanceLocal((const ::TContextMenuImp*)0x0)->GetImplFileName();
02033 }
02034 
02035 //______________________________________________________________________________
02036 int TContextMenuImp::ImplFileLine()
02037 {
02038    return ::ROOT::GenerateInitInstanceLocal((const ::TContextMenuImp*)0x0)->GetImplFileLine();
02039 }
02040 
02041 //______________________________________________________________________________
02042 void TContextMenuImp::Dictionary()
02043 {
02044    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TContextMenuImp*)0x0)->GetClass();
02045 }
02046 
02047 //______________________________________________________________________________
02048 TClass *TContextMenuImp::Class()
02049 {
02050    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TContextMenuImp*)0x0)->GetClass();
02051    return fgIsA;
02052 }
02053 
02054 //______________________________________________________________________________
02055 TClass *TVirtualPad::fgIsA = 0;  // static to hold class pointer
02056 
02057 //______________________________________________________________________________
02058 const char *TVirtualPad::Class_Name()
02059 {
02060    return "TVirtualPad";
02061 }
02062 
02063 //______________________________________________________________________________
02064 const char *TVirtualPad::ImplFileName()
02065 {
02066    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPad*)0x0)->GetImplFileName();
02067 }
02068 
02069 //______________________________________________________________________________
02070 int TVirtualPad::ImplFileLine()
02071 {
02072    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPad*)0x0)->GetImplFileLine();
02073 }
02074 
02075 //______________________________________________________________________________
02076 void TVirtualPad::Dictionary()
02077 {
02078    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPad*)0x0)->GetClass();
02079 }
02080 
02081 //______________________________________________________________________________
02082 TClass *TVirtualPad::Class()
02083 {
02084    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPad*)0x0)->GetClass();
02085    return fgIsA;
02086 }
02087 
02088 //______________________________________________________________________________
02089 TClass *TControlBarImp::fgIsA = 0;  // static to hold class pointer
02090 
02091 //______________________________________________________________________________
02092 const char *TControlBarImp::Class_Name()
02093 {
02094    return "TControlBarImp";
02095 }
02096 
02097 //______________________________________________________________________________
02098 const char *TControlBarImp::ImplFileName()
02099 {
02100    return ::ROOT::GenerateInitInstanceLocal((const ::TControlBarImp*)0x0)->GetImplFileName();
02101 }
02102 
02103 //______________________________________________________________________________
02104 int TControlBarImp::ImplFileLine()
02105 {
02106    return ::ROOT::GenerateInitInstanceLocal((const ::TControlBarImp*)0x0)->GetImplFileLine();
02107 }
02108 
02109 //______________________________________________________________________________
02110 void TControlBarImp::Dictionary()
02111 {
02112    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TControlBarImp*)0x0)->GetClass();
02113 }
02114 
02115 //______________________________________________________________________________
02116 TClass *TControlBarImp::Class()
02117 {
02118    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TControlBarImp*)0x0)->GetClass();
02119    return fgIsA;
02120 }
02121 
02122 //______________________________________________________________________________
02123 TClass *TDatime::fgIsA = 0;  // static to hold class pointer
02124 
02125 //______________________________________________________________________________
02126 const char *TDatime::Class_Name()
02127 {
02128    return "TDatime";
02129 }
02130 
02131 //______________________________________________________________________________
02132 const char *TDatime::ImplFileName()
02133 {
02134    return ::ROOT::GenerateInitInstanceLocal((const ::TDatime*)0x0)->GetImplFileName();
02135 }
02136 
02137 //______________________________________________________________________________
02138 int TDatime::ImplFileLine()
02139 {
02140    return ::ROOT::GenerateInitInstanceLocal((const ::TDatime*)0x0)->GetImplFileLine();
02141 }
02142 
02143 //______________________________________________________________________________
02144 void TDatime::Dictionary()
02145 {
02146    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDatime*)0x0)->GetClass();
02147 }
02148 
02149 //______________________________________________________________________________
02150 TClass *TDatime::Class()
02151 {
02152    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDatime*)0x0)->GetClass();
02153    return fgIsA;
02154 }
02155 
02156 //______________________________________________________________________________
02157 TClass *TEnv::fgIsA = 0;  // static to hold class pointer
02158 
02159 //______________________________________________________________________________
02160 const char *TEnv::Class_Name()
02161 {
02162    return "TEnv";
02163 }
02164 
02165 //______________________________________________________________________________
02166 const char *TEnv::ImplFileName()
02167 {
02168    return ::ROOT::GenerateInitInstanceLocal((const ::TEnv*)0x0)->GetImplFileName();
02169 }
02170 
02171 //______________________________________________________________________________
02172 int TEnv::ImplFileLine()
02173 {
02174    return ::ROOT::GenerateInitInstanceLocal((const ::TEnv*)0x0)->GetImplFileLine();
02175 }
02176 
02177 //______________________________________________________________________________
02178 void TEnv::Dictionary()
02179 {
02180    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEnv*)0x0)->GetClass();
02181 }
02182 
02183 //______________________________________________________________________________
02184 TClass *TEnv::Class()
02185 {
02186    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEnv*)0x0)->GetClass();
02187    return fgIsA;
02188 }
02189 
02190 //______________________________________________________________________________
02191 TClass *TEnvRec::fgIsA = 0;  // static to hold class pointer
02192 
02193 //______________________________________________________________________________
02194 const char *TEnvRec::Class_Name()
02195 {
02196    return "TEnvRec";
02197 }
02198 
02199 //______________________________________________________________________________
02200 const char *TEnvRec::ImplFileName()
02201 {
02202    return ::ROOT::GenerateInitInstanceLocal((const ::TEnvRec*)0x0)->GetImplFileName();
02203 }
02204 
02205 //______________________________________________________________________________
02206 int TEnvRec::ImplFileLine()
02207 {
02208    return ::ROOT::GenerateInitInstanceLocal((const ::TEnvRec*)0x0)->GetImplFileLine();
02209 }
02210 
02211 //______________________________________________________________________________
02212 void TEnvRec::Dictionary()
02213 {
02214    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEnvRec*)0x0)->GetClass();
02215 }
02216 
02217 //______________________________________________________________________________
02218 TClass *TEnvRec::Class()
02219 {
02220    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEnvRec*)0x0)->GetClass();
02221    return fgIsA;
02222 }
02223 
02224 //______________________________________________________________________________
02225 TClass *TInspectorImp::fgIsA = 0;  // static to hold class pointer
02226 
02227 //______________________________________________________________________________
02228 const char *TInspectorImp::Class_Name()
02229 {
02230    return "TInspectorImp";
02231 }
02232 
02233 //______________________________________________________________________________
02234 const char *TInspectorImp::ImplFileName()
02235 {
02236    return ::ROOT::GenerateInitInstanceLocal((const ::TInspectorImp*)0x0)->GetImplFileName();
02237 }
02238 
02239 //______________________________________________________________________________
02240 int TInspectorImp::ImplFileLine()
02241 {
02242    return ::ROOT::GenerateInitInstanceLocal((const ::TInspectorImp*)0x0)->GetImplFileLine();
02243 }
02244 
02245 //______________________________________________________________________________
02246 void TInspectorImp::Dictionary()
02247 {
02248    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TInspectorImp*)0x0)->GetClass();
02249 }
02250 
02251 //______________________________________________________________________________
02252 TClass *TInspectorImp::Class()
02253 {
02254    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TInspectorImp*)0x0)->GetClass();
02255    return fgIsA;
02256 }
02257 
02258 //______________________________________________________________________________
02259 TClass *TGuiFactory::fgIsA = 0;  // static to hold class pointer
02260 
02261 //______________________________________________________________________________
02262 const char *TGuiFactory::Class_Name()
02263 {
02264    return "TGuiFactory";
02265 }
02266 
02267 //______________________________________________________________________________
02268 const char *TGuiFactory::ImplFileName()
02269 {
02270    return ::ROOT::GenerateInitInstanceLocal((const ::TGuiFactory*)0x0)->GetImplFileName();
02271 }
02272 
02273 //______________________________________________________________________________
02274 int TGuiFactory::ImplFileLine()
02275 {
02276    return ::ROOT::GenerateInitInstanceLocal((const ::TGuiFactory*)0x0)->GetImplFileLine();
02277 }
02278 
02279 //______________________________________________________________________________
02280 void TGuiFactory::Dictionary()
02281 {
02282    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGuiFactory*)0x0)->GetClass();
02283 }
02284 
02285 //______________________________________________________________________________
02286 TClass *TGuiFactory::Class()
02287 {
02288    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGuiFactory*)0x0)->GetClass();
02289    return fgIsA;
02290 }
02291 
02292 //______________________________________________________________________________
02293 TClass *TFileHandler::fgIsA = 0;  // static to hold class pointer
02294 
02295 //______________________________________________________________________________
02296 const char *TFileHandler::Class_Name()
02297 {
02298    return "TFileHandler";
02299 }
02300 
02301 //______________________________________________________________________________
02302 const char *TFileHandler::ImplFileName()
02303 {
02304    return ::ROOT::GenerateInitInstanceLocal((const ::TFileHandler*)0x0)->GetImplFileName();
02305 }
02306 
02307 //______________________________________________________________________________
02308 int TFileHandler::ImplFileLine()
02309 {
02310    return ::ROOT::GenerateInitInstanceLocal((const ::TFileHandler*)0x0)->GetImplFileLine();
02311 }
02312 
02313 //______________________________________________________________________________
02314 void TFileHandler::Dictionary()
02315 {
02316    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFileHandler*)0x0)->GetClass();
02317 }
02318 
02319 //______________________________________________________________________________
02320 TClass *TFileHandler::Class()
02321 {
02322    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFileHandler*)0x0)->GetClass();
02323    return fgIsA;
02324 }
02325 
02326 //______________________________________________________________________________
02327 TClass *TStyle::fgIsA = 0;  // static to hold class pointer
02328 
02329 //______________________________________________________________________________
02330 const char *TStyle::Class_Name()
02331 {
02332    return "TStyle";
02333 }
02334 
02335 //______________________________________________________________________________
02336 const char *TStyle::ImplFileName()
02337 {
02338    return ::ROOT::GenerateInitInstanceLocal((const ::TStyle*)0x0)->GetImplFileName();
02339 }
02340 
02341 //______________________________________________________________________________
02342 int TStyle::ImplFileLine()
02343 {
02344    return ::ROOT::GenerateInitInstanceLocal((const ::TStyle*)0x0)->GetImplFileLine();
02345 }
02346 
02347 //______________________________________________________________________________
02348 void TStyle::Dictionary()
02349 {
02350    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TStyle*)0x0)->GetClass();
02351 }
02352 
02353 //______________________________________________________________________________
02354 TClass *TStyle::Class()
02355 {
02356    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TStyle*)0x0)->GetClass();
02357    return fgIsA;
02358 }
02359 
02360 //______________________________________________________________________________
02361 TClass *TVirtualFFT::fgIsA = 0;  // static to hold class pointer
02362 
02363 //______________________________________________________________________________
02364 const char *TVirtualFFT::Class_Name()
02365 {
02366    return "TVirtualFFT";
02367 }
02368 
02369 //______________________________________________________________________________
02370 const char *TVirtualFFT::ImplFileName()
02371 {
02372    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualFFT*)0x0)->GetImplFileName();
02373 }
02374 
02375 //______________________________________________________________________________
02376 int TVirtualFFT::ImplFileLine()
02377 {
02378    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualFFT*)0x0)->GetImplFileLine();
02379 }
02380 
02381 //______________________________________________________________________________
02382 void TVirtualFFT::Dictionary()
02383 {
02384    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualFFT*)0x0)->GetClass();
02385 }
02386 
02387 //______________________________________________________________________________
02388 TClass *TVirtualFFT::Class()
02389 {
02390    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualFFT*)0x0)->GetClass();
02391    return fgIsA;
02392 }
02393 
02394 //______________________________________________________________________________
02395 TClass *TVirtualViewer3D::fgIsA = 0;  // static to hold class pointer
02396 
02397 //______________________________________________________________________________
02398 const char *TVirtualViewer3D::Class_Name()
02399 {
02400    return "TVirtualViewer3D";
02401 }
02402 
02403 //______________________________________________________________________________
02404 const char *TVirtualViewer3D::ImplFileName()
02405 {
02406    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualViewer3D*)0x0)->GetImplFileName();
02407 }
02408 
02409 //______________________________________________________________________________
02410 int TVirtualViewer3D::ImplFileLine()
02411 {
02412    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualViewer3D*)0x0)->GetImplFileLine();
02413 }
02414 
02415 //______________________________________________________________________________
02416 void TVirtualViewer3D::Dictionary()
02417 {
02418    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualViewer3D*)0x0)->GetClass();
02419 }
02420 
02421 //______________________________________________________________________________
02422 TClass *TVirtualViewer3D::Class()
02423 {
02424    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualViewer3D*)0x0)->GetClass();
02425    return fgIsA;
02426 }
02427 
02428 //______________________________________________________________________________
02429 TClass *TVirtualGLPainter::fgIsA = 0;  // static to hold class pointer
02430 
02431 //______________________________________________________________________________
02432 const char *TVirtualGLPainter::Class_Name()
02433 {
02434    return "TVirtualGLPainter";
02435 }
02436 
02437 //______________________________________________________________________________
02438 const char *TVirtualGLPainter::ImplFileName()
02439 {
02440    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLPainter*)0x0)->GetImplFileName();
02441 }
02442 
02443 //______________________________________________________________________________
02444 int TVirtualGLPainter::ImplFileLine()
02445 {
02446    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLPainter*)0x0)->GetImplFileLine();
02447 }
02448 
02449 //______________________________________________________________________________
02450 void TVirtualGLPainter::Dictionary()
02451 {
02452    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLPainter*)0x0)->GetClass();
02453 }
02454 
02455 //______________________________________________________________________________
02456 TClass *TVirtualGLPainter::Class()
02457 {
02458    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLPainter*)0x0)->GetClass();
02459    return fgIsA;
02460 }
02461 
02462 //______________________________________________________________________________
02463 TClass *TVirtualGLManip::fgIsA = 0;  // static to hold class pointer
02464 
02465 //______________________________________________________________________________
02466 const char *TVirtualGLManip::Class_Name()
02467 {
02468    return "TVirtualGLManip";
02469 }
02470 
02471 //______________________________________________________________________________
02472 const char *TVirtualGLManip::ImplFileName()
02473 {
02474    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLManip*)0x0)->GetImplFileName();
02475 }
02476 
02477 //______________________________________________________________________________
02478 int TVirtualGLManip::ImplFileLine()
02479 {
02480    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLManip*)0x0)->GetImplFileLine();
02481 }
02482 
02483 //______________________________________________________________________________
02484 void TVirtualGLManip::Dictionary()
02485 {
02486    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLManip*)0x0)->GetClass();
02487 }
02488 
02489 //______________________________________________________________________________
02490 TClass *TVirtualGLManip::Class()
02491 {
02492    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualGLManip*)0x0)->GetClass();
02493    return fgIsA;
02494 }
02495 
02496 //______________________________________________________________________________
02497 TClass *TGLManager::fgIsA = 0;  // static to hold class pointer
02498 
02499 //______________________________________________________________________________
02500 const char *TGLManager::Class_Name()
02501 {
02502    return "TGLManager";
02503 }
02504 
02505 //______________________________________________________________________________
02506 const char *TGLManager::ImplFileName()
02507 {
02508    return ::ROOT::GenerateInitInstanceLocal((const ::TGLManager*)0x0)->GetImplFileName();
02509 }
02510 
02511 //______________________________________________________________________________
02512 int TGLManager::ImplFileLine()
02513 {
02514    return ::ROOT::GenerateInitInstanceLocal((const ::TGLManager*)0x0)->GetImplFileLine();
02515 }
02516 
02517 //______________________________________________________________________________
02518 void TGLManager::Dictionary()
02519 {
02520    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLManager*)0x0)->GetClass();
02521 }
02522 
02523 //______________________________________________________________________________
02524 TClass *TGLManager::Class()
02525 {
02526    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLManager*)0x0)->GetClass();
02527    return fgIsA;
02528 }
02529 
02530 //______________________________________________________________________________
02531 TClass *TGLPaintDevice::fgIsA = 0;  // static to hold class pointer
02532 
02533 //______________________________________________________________________________
02534 const char *TGLPaintDevice::Class_Name()
02535 {
02536    return "TGLPaintDevice";
02537 }
02538 
02539 //______________________________________________________________________________
02540 const char *TGLPaintDevice::ImplFileName()
02541 {
02542    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPaintDevice*)0x0)->GetImplFileName();
02543 }
02544 
02545 //______________________________________________________________________________
02546 int TGLPaintDevice::ImplFileLine()
02547 {
02548    return ::ROOT::GenerateInitInstanceLocal((const ::TGLPaintDevice*)0x0)->GetImplFileLine();
02549 }
02550 
02551 //______________________________________________________________________________
02552 void TGLPaintDevice::Dictionary()
02553 {
02554    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPaintDevice*)0x0)->GetClass();
02555 }
02556 
02557 //______________________________________________________________________________
02558 TClass *TGLPaintDevice::Class()
02559 {
02560    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGLPaintDevice*)0x0)->GetClass();
02561    return fgIsA;
02562 }
02563 
02564 //______________________________________________________________________________
02565 TClass *TVirtualPadEditor::fgIsA = 0;  // static to hold class pointer
02566 
02567 //______________________________________________________________________________
02568 const char *TVirtualPadEditor::Class_Name()
02569 {
02570    return "TVirtualPadEditor";
02571 }
02572 
02573 //______________________________________________________________________________
02574 const char *TVirtualPadEditor::ImplFileName()
02575 {
02576    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadEditor*)0x0)->GetImplFileName();
02577 }
02578 
02579 //______________________________________________________________________________
02580 int TVirtualPadEditor::ImplFileLine()
02581 {
02582    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadEditor*)0x0)->GetImplFileLine();
02583 }
02584 
02585 //______________________________________________________________________________
02586 void TVirtualPadEditor::Dictionary()
02587 {
02588    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadEditor*)0x0)->GetClass();
02589 }
02590 
02591 //______________________________________________________________________________
02592 TClass *TVirtualPadEditor::Class()
02593 {
02594    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadEditor*)0x0)->GetClass();
02595    return fgIsA;
02596 }
02597 
02598 //______________________________________________________________________________
02599 TClass *TVirtualX::fgIsA = 0;  // static to hold class pointer
02600 
02601 //______________________________________________________________________________
02602 const char *TVirtualX::Class_Name()
02603 {
02604    return "TVirtualX";
02605 }
02606 
02607 //______________________________________________________________________________
02608 const char *TVirtualX::ImplFileName()
02609 {
02610    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualX*)0x0)->GetImplFileName();
02611 }
02612 
02613 //______________________________________________________________________________
02614 int TVirtualX::ImplFileLine()
02615 {
02616    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualX*)0x0)->GetImplFileLine();
02617 }
02618 
02619 //______________________________________________________________________________
02620 void TVirtualX::Dictionary()
02621 {
02622    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualX*)0x0)->GetClass();
02623 }
02624 
02625 //______________________________________________________________________________
02626 TClass *TVirtualX::Class()
02627 {
02628    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualX*)0x0)->GetClass();
02629    return fgIsA;
02630 }
02631 
02632 //______________________________________________________________________________
02633 TClass *TVirtualPadPainter::fgIsA = 0;  // static to hold class pointer
02634 
02635 //______________________________________________________________________________
02636 const char *TVirtualPadPainter::Class_Name()
02637 {
02638    return "TVirtualPadPainter";
02639 }
02640 
02641 //______________________________________________________________________________
02642 const char *TVirtualPadPainter::ImplFileName()
02643 {
02644    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadPainter*)0x0)->GetImplFileName();
02645 }
02646 
02647 //______________________________________________________________________________
02648 int TVirtualPadPainter::ImplFileLine()
02649 {
02650    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadPainter*)0x0)->GetImplFileLine();
02651 }
02652 
02653 //______________________________________________________________________________
02654 void TVirtualPadPainter::Dictionary()
02655 {
02656    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadPainter*)0x0)->GetClass();
02657 }
02658 
02659 //______________________________________________________________________________
02660 TClass *TVirtualPadPainter::Class()
02661 {
02662    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPadPainter*)0x0)->GetClass();
02663    return fgIsA;
02664 }
02665 
02666 //______________________________________________________________________________
02667 TClass *TVirtualPS::fgIsA = 0;  // static to hold class pointer
02668 
02669 //______________________________________________________________________________
02670 const char *TVirtualPS::Class_Name()
02671 {
02672    return "TVirtualPS";
02673 }
02674 
02675 //______________________________________________________________________________
02676 const char *TVirtualPS::ImplFileName()
02677 {
02678    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPS*)0x0)->GetImplFileName();
02679 }
02680 
02681 //______________________________________________________________________________
02682 int TVirtualPS::ImplFileLine()
02683 {
02684    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPS*)0x0)->GetImplFileLine();
02685 }
02686 
02687 //______________________________________________________________________________
02688 void TVirtualPS::Dictionary()
02689 {
02690    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPS*)0x0)->GetClass();
02691 }
02692 
02693 //______________________________________________________________________________
02694 TClass *TVirtualPS::Class()
02695 {
02696    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualPS*)0x0)->GetClass();
02697    return fgIsA;
02698 }
02699 
02700 namespace TMath {
02701    namespace ROOT {
02702       inline ::ROOT::TGenericClassInfo *GenerateInitInstance();
02703       static void TMath_Dictionary();
02704 
02705       // Function generating the singleton type initializer
02706       inline ::ROOT::TGenericClassInfo *GenerateInitInstance()
02707       {
02708          static ::ROOT::TGenericClassInfo 
02709             instance("TMath", 0 /*version*/, "include/TMathBase.h", 33,
02710                      ::ROOT::DefineBehavior((void*)0,(void*)0),
02711                      &TMath_Dictionary, 0);
02712          return &instance;
02713       }
02714       // Insure that the inline function is _not_ optimized away by the compiler
02715       ::ROOT::TGenericClassInfo *(*_R__UNIQUE_(InitFunctionKeeper))() = &GenerateInitInstance;  
02716       // Static variable to force the class initialization
02717       static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_(Init));
02718 
02719       // Dictionary for non-ClassDef classes
02720       static void TMath_Dictionary() {
02721          GenerateInitInstance()->GetClass();
02722       }
02723 
02724    }
02725 }
02726 
02727 //______________________________________________________________________________
02728 void TApplication::Streamer(TBuffer &R__b)
02729 {
02730    // Stream an object of class TApplication.
02731 
02732    TObject::Streamer(R__b);
02733    TQObject::Streamer(R__b);
02734 }
02735 
02736 //______________________________________________________________________________
02737 void TApplication::ShowMembers(TMemberInspector &R__insp)
02738 {
02739       // Inspect the data members of an object of class TApplication.
02740       TClass *R__cl = ::TApplication::IsA();
02741       if (R__cl || R__insp.IsA()) { }
02742       R__insp.Inspect(R__cl, R__insp.GetParent(), "fArgc", &fArgc);
02743       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fArgv", &fArgv);
02744       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAppImp", &fAppImp);
02745       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsRunning", &fIsRunning);
02746       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReturnFromRun", &fReturnFromRun);
02747       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNoLog", &fNoLog);
02748       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNoLogo", &fNoLogo);
02749       R__insp.Inspect(R__cl, R__insp.GetParent(), "fQuit", &fQuit);
02750       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseMemstat", &fUseMemstat);
02751       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFiles", &fFiles);
02752       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWorkDir", &fWorkDir);
02753       R__insp.InspectMember(fWorkDir, "fWorkDir.");
02754       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIdleCommand", &fIdleCommand);
02755       R__insp.InspectMember(fIdleCommand, "fIdleCommand.");
02756       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIdleTimer", &fIdleTimer);
02757       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSigHandler", &fSigHandler);
02758       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExitOnException", &fExitOnException);
02759       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAppRemote", &fAppRemote);
02760       TObject::ShowMembers(R__insp);
02761       TQObject::ShowMembers(R__insp);
02762 }
02763 
02764 namespace ROOT {
02765    // Wrapper around operator delete
02766    static void delete_TApplication(void *p) {
02767       delete ((::TApplication*)p);
02768    }
02769    static void deleteArray_TApplication(void *p) {
02770       delete [] ((::TApplication*)p);
02771    }
02772    static void destruct_TApplication(void *p) {
02773       typedef ::TApplication current_t;
02774       ((current_t*)p)->~current_t();
02775    }
02776    // Wrapper around a custom streamer member function.
02777    static void streamer_TApplication(TBuffer &buf, void *obj) {
02778       ((::TApplication*)obj)->::TApplication::Streamer(buf);
02779    }
02780 } // end of namespace ROOT for class ::TApplication
02781 
02782 //______________________________________________________________________________
02783 void TApplicationImp::Streamer(TBuffer &R__b)
02784 {
02785    // Stream an object of class TApplicationImp.
02786 
02787    ::Error("TApplicationImp::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
02788 }
02789 
02790 //______________________________________________________________________________
02791 void TApplicationImp::ShowMembers(TMemberInspector &R__insp)
02792 {
02793       // Inspect the data members of an object of class TApplicationImp.
02794       TClass *R__cl = ::TApplicationImp::IsA();
02795       if (R__cl || R__insp.IsA()) { }
02796       R__insp.Inspect(R__cl, R__insp.GetParent(), "fApplicationName", &fApplicationName);
02797       R__insp.InspectMember(fApplicationName, "fApplicationName.");
02798 }
02799 
02800 namespace ROOT {
02801    // Wrappers around operator new
02802    static void *new_TApplicationImp(void *p) {
02803       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TApplicationImp : new ::TApplicationImp;
02804    }
02805    static void *newArray_TApplicationImp(Long_t nElements, void *p) {
02806       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TApplicationImp[nElements] : new ::TApplicationImp[nElements];
02807    }
02808    // Wrapper around operator delete
02809    static void delete_TApplicationImp(void *p) {
02810       delete ((::TApplicationImp*)p);
02811    }
02812    static void deleteArray_TApplicationImp(void *p) {
02813       delete [] ((::TApplicationImp*)p);
02814    }
02815    static void destruct_TApplicationImp(void *p) {
02816       typedef ::TApplicationImp current_t;
02817       ((current_t*)p)->~current_t();
02818    }
02819    // Wrapper around a custom streamer member function.
02820    static void streamer_TApplicationImp(TBuffer &buf, void *obj) {
02821       ((::TApplicationImp*)obj)->::TApplicationImp::Streamer(buf);
02822    }
02823 } // end of namespace ROOT for class ::TApplicationImp
02824 
02825 //______________________________________________________________________________
02826 void TAttFill::Streamer(TBuffer &R__b)
02827 {
02828    // Stream an object of class TAttFill.
02829 
02830    if (R__b.IsReading()) {
02831       R__b.ReadClassBuffer(TAttFill::Class(),this);
02832    } else {
02833       R__b.WriteClassBuffer(TAttFill::Class(),this);
02834    }
02835 }
02836 
02837 //______________________________________________________________________________
02838 void TAttFill::ShowMembers(TMemberInspector &R__insp)
02839 {
02840       // Inspect the data members of an object of class TAttFill.
02841       TClass *R__cl = ::TAttFill::IsA();
02842       if (R__cl || R__insp.IsA()) { }
02843       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFillColor", &fFillColor);
02844       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFillStyle", &fFillStyle);
02845 }
02846 
02847 namespace ROOT {
02848    // Wrappers around operator new
02849    static void *new_TAttFill(void *p) {
02850       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttFill : new ::TAttFill;
02851    }
02852    static void *newArray_TAttFill(Long_t nElements, void *p) {
02853       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttFill[nElements] : new ::TAttFill[nElements];
02854    }
02855    // Wrapper around operator delete
02856    static void delete_TAttFill(void *p) {
02857       delete ((::TAttFill*)p);
02858    }
02859    static void deleteArray_TAttFill(void *p) {
02860       delete [] ((::TAttFill*)p);
02861    }
02862    static void destruct_TAttFill(void *p) {
02863       typedef ::TAttFill current_t;
02864       ((current_t*)p)->~current_t();
02865    }
02866 } // end of namespace ROOT for class ::TAttFill
02867 
02868 //______________________________________________________________________________
02869 void TAttLine::Streamer(TBuffer &R__b)
02870 {
02871    // Stream an object of class TAttLine.
02872 
02873    if (R__b.IsReading()) {
02874       R__b.ReadClassBuffer(TAttLine::Class(),this);
02875    } else {
02876       R__b.WriteClassBuffer(TAttLine::Class(),this);
02877    }
02878 }
02879 
02880 //______________________________________________________________________________
02881 void TAttLine::ShowMembers(TMemberInspector &R__insp)
02882 {
02883       // Inspect the data members of an object of class TAttLine.
02884       TClass *R__cl = ::TAttLine::IsA();
02885       if (R__cl || R__insp.IsA()) { }
02886       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineColor", &fLineColor);
02887       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineStyle", &fLineStyle);
02888       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineWidth", &fLineWidth);
02889 }
02890 
02891 namespace ROOT {
02892    // Wrappers around operator new
02893    static void *new_TAttLine(void *p) {
02894       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttLine : new ::TAttLine;
02895    }
02896    static void *newArray_TAttLine(Long_t nElements, void *p) {
02897       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttLine[nElements] : new ::TAttLine[nElements];
02898    }
02899    // Wrapper around operator delete
02900    static void delete_TAttLine(void *p) {
02901       delete ((::TAttLine*)p);
02902    }
02903    static void deleteArray_TAttLine(void *p) {
02904       delete [] ((::TAttLine*)p);
02905    }
02906    static void destruct_TAttLine(void *p) {
02907       typedef ::TAttLine current_t;
02908       ((current_t*)p)->~current_t();
02909    }
02910 } // end of namespace ROOT for class ::TAttLine
02911 
02912 //______________________________________________________________________________
02913 void TAttMarker::Streamer(TBuffer &R__b)
02914 {
02915    // Stream an object of class TAttMarker.
02916 
02917    if (R__b.IsReading()) {
02918       R__b.ReadClassBuffer(TAttMarker::Class(),this);
02919    } else {
02920       R__b.WriteClassBuffer(TAttMarker::Class(),this);
02921    }
02922 }
02923 
02924 //______________________________________________________________________________
02925 void TAttMarker::ShowMembers(TMemberInspector &R__insp)
02926 {
02927       // Inspect the data members of an object of class TAttMarker.
02928       TClass *R__cl = ::TAttMarker::IsA();
02929       if (R__cl || R__insp.IsA()) { }
02930       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMarkerColor", &fMarkerColor);
02931       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMarkerStyle", &fMarkerStyle);
02932       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMarkerSize", &fMarkerSize);
02933 }
02934 
02935 namespace ROOT {
02936    // Wrappers around operator new
02937    static void *new_TAttMarker(void *p) {
02938       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttMarker : new ::TAttMarker;
02939    }
02940    static void *newArray_TAttMarker(Long_t nElements, void *p) {
02941       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttMarker[nElements] : new ::TAttMarker[nElements];
02942    }
02943    // Wrapper around operator delete
02944    static void delete_TAttMarker(void *p) {
02945       delete ((::TAttMarker*)p);
02946    }
02947    static void deleteArray_TAttMarker(void *p) {
02948       delete [] ((::TAttMarker*)p);
02949    }
02950    static void destruct_TAttMarker(void *p) {
02951       typedef ::TAttMarker current_t;
02952       ((current_t*)p)->~current_t();
02953    }
02954 } // end of namespace ROOT for class ::TAttMarker
02955 
02956 //______________________________________________________________________________
02957 void TAttPad::ShowMembers(TMemberInspector &R__insp)
02958 {
02959       // Inspect the data members of an object of class TAttPad.
02960       TClass *R__cl = ::TAttPad::IsA();
02961       if (R__cl || R__insp.IsA()) { }
02962       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLeftMargin", &fLeftMargin);
02963       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRightMargin", &fRightMargin);
02964       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBottomMargin", &fBottomMargin);
02965       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTopMargin", &fTopMargin);
02966       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXfile", &fXfile);
02967       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYfile", &fYfile);
02968       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAfile", &fAfile);
02969       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXstat", &fXstat);
02970       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYstat", &fYstat);
02971       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAstat", &fAstat);
02972       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameFillColor", &fFrameFillColor);
02973       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameLineColor", &fFrameLineColor);
02974       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameFillStyle", &fFrameFillStyle);
02975       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameLineStyle", &fFrameLineStyle);
02976       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameLineWidth", &fFrameLineWidth);
02977       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameBorderSize", &fFrameBorderSize);
02978       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameBorderMode", &fFrameBorderMode);
02979 }
02980 
02981 namespace ROOT {
02982    // Wrappers around operator new
02983    static void *new_TAttPad(void *p) {
02984       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttPad : new ::TAttPad;
02985    }
02986    static void *newArray_TAttPad(Long_t nElements, void *p) {
02987       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttPad[nElements] : new ::TAttPad[nElements];
02988    }
02989    // Wrapper around operator delete
02990    static void delete_TAttPad(void *p) {
02991       delete ((::TAttPad*)p);
02992    }
02993    static void deleteArray_TAttPad(void *p) {
02994       delete [] ((::TAttPad*)p);
02995    }
02996    static void destruct_TAttPad(void *p) {
02997       typedef ::TAttPad current_t;
02998       ((current_t*)p)->~current_t();
02999    }
03000    // Wrapper around a custom streamer member function.
03001    static void streamer_TAttPad(TBuffer &buf, void *obj) {
03002       ((::TAttPad*)obj)->::TAttPad::Streamer(buf);
03003    }
03004 } // end of namespace ROOT for class ::TAttPad
03005 
03006 //______________________________________________________________________________
03007 void TAttAxis::ShowMembers(TMemberInspector &R__insp)
03008 {
03009       // Inspect the data members of an object of class TAttAxis.
03010       TClass *R__cl = ::TAttAxis::IsA();
03011       if (R__cl || R__insp.IsA()) { }
03012       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdivisions", &fNdivisions);
03013       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAxisColor", &fAxisColor);
03014       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelColor", &fLabelColor);
03015       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelFont", &fLabelFont);
03016       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelOffset", &fLabelOffset);
03017       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabelSize", &fLabelSize);
03018       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTickLength", &fTickLength);
03019       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleOffset", &fTitleOffset);
03020       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleSize", &fTitleSize);
03021       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleColor", &fTitleColor);
03022       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleFont", &fTitleFont);
03023 }
03024 
03025 namespace ROOT {
03026    // Wrappers around operator new
03027    static void *new_TAttAxis(void *p) {
03028       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttAxis : new ::TAttAxis;
03029    }
03030    static void *newArray_TAttAxis(Long_t nElements, void *p) {
03031       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttAxis[nElements] : new ::TAttAxis[nElements];
03032    }
03033    // Wrapper around operator delete
03034    static void delete_TAttAxis(void *p) {
03035       delete ((::TAttAxis*)p);
03036    }
03037    static void deleteArray_TAttAxis(void *p) {
03038       delete [] ((::TAttAxis*)p);
03039    }
03040    static void destruct_TAttAxis(void *p) {
03041       typedef ::TAttAxis current_t;
03042       ((current_t*)p)->~current_t();
03043    }
03044    // Wrapper around a custom streamer member function.
03045    static void streamer_TAttAxis(TBuffer &buf, void *obj) {
03046       ((::TAttAxis*)obj)->::TAttAxis::Streamer(buf);
03047    }
03048 } // end of namespace ROOT for class ::TAttAxis
03049 
03050 //______________________________________________________________________________
03051 void TAttText::Streamer(TBuffer &R__b)
03052 {
03053    // Stream an object of class TAttText.
03054 
03055    if (R__b.IsReading()) {
03056       R__b.ReadClassBuffer(TAttText::Class(),this);
03057    } else {
03058       R__b.WriteClassBuffer(TAttText::Class(),this);
03059    }
03060 }
03061 
03062 //______________________________________________________________________________
03063 void TAttText::ShowMembers(TMemberInspector &R__insp)
03064 {
03065       // Inspect the data members of an object of class TAttText.
03066       TClass *R__cl = ::TAttText::IsA();
03067       if (R__cl || R__insp.IsA()) { }
03068       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAngle", &fTextAngle);
03069       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextSize", &fTextSize);
03070       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlign", &fTextAlign);
03071       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextColor", &fTextColor);
03072       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextFont", &fTextFont);
03073 }
03074 
03075 namespace ROOT {
03076    // Wrappers around operator new
03077    static void *new_TAttText(void *p) {
03078       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttText : new ::TAttText;
03079    }
03080    static void *newArray_TAttText(Long_t nElements, void *p) {
03081       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAttText[nElements] : new ::TAttText[nElements];
03082    }
03083    // Wrapper around operator delete
03084    static void delete_TAttText(void *p) {
03085       delete ((::TAttText*)p);
03086    }
03087    static void deleteArray_TAttText(void *p) {
03088       delete [] ((::TAttText*)p);
03089    }
03090    static void destruct_TAttText(void *p) {
03091       typedef ::TAttText current_t;
03092       ((current_t*)p)->~current_t();
03093    }
03094 } // end of namespace ROOT for class ::TAttText
03095 
03096 //______________________________________________________________________________
03097 void TAtt3D::Streamer(TBuffer &R__b)
03098 {
03099    // Stream an object of class TAtt3D.
03100 
03101    if (R__b.IsReading()) {
03102       R__b.ReadClassBuffer(TAtt3D::Class(),this);
03103    } else {
03104       R__b.WriteClassBuffer(TAtt3D::Class(),this);
03105    }
03106 }
03107 
03108 //______________________________________________________________________________
03109 void TAtt3D::ShowMembers(TMemberInspector &R__insp)
03110 {
03111       // Inspect the data members of an object of class TAtt3D.
03112       TClass *R__cl = ::TAtt3D::IsA();
03113       if (R__cl || R__insp.IsA()) { }
03114 }
03115 
03116 namespace ROOT {
03117    // Wrappers around operator new
03118    static void *new_TAtt3D(void *p) {
03119       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAtt3D : new ::TAtt3D;
03120    }
03121    static void *newArray_TAtt3D(Long_t nElements, void *p) {
03122       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TAtt3D[nElements] : new ::TAtt3D[nElements];
03123    }
03124    // Wrapper around operator delete
03125    static void delete_TAtt3D(void *p) {
03126       delete ((::TAtt3D*)p);
03127    }
03128    static void deleteArray_TAtt3D(void *p) {
03129       delete [] ((::TAtt3D*)p);
03130    }
03131    static void destruct_TAtt3D(void *p) {
03132       typedef ::TAtt3D current_t;
03133       ((current_t*)p)->~current_t();
03134    }
03135 } // end of namespace ROOT for class ::TAtt3D
03136 
03137 //______________________________________________________________________________
03138 void TAttBBox::Streamer(TBuffer &R__b)
03139 {
03140    // Stream an object of class TAttBBox.
03141 
03142    if (R__b.IsReading()) {
03143       R__b.ReadClassBuffer(TAttBBox::Class(),this);
03144    } else {
03145       R__b.WriteClassBuffer(TAttBBox::Class(),this);
03146    }
03147 }
03148 
03149 //______________________________________________________________________________
03150 void TAttBBox::ShowMembers(TMemberInspector &R__insp)
03151 {
03152       // Inspect the data members of an object of class TAttBBox.
03153       TClass *R__cl = ::TAttBBox::IsA();
03154       if (R__cl || R__insp.IsA()) { }
03155       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBBox", &fBBox);
03156 }
03157 
03158 namespace ROOT {
03159    // Wrapper around operator delete
03160    static void delete_TAttBBox(void *p) {
03161       delete ((::TAttBBox*)p);
03162    }
03163    static void deleteArray_TAttBBox(void *p) {
03164       delete [] ((::TAttBBox*)p);
03165    }
03166    static void destruct_TAttBBox(void *p) {
03167       typedef ::TAttBBox current_t;
03168       ((current_t*)p)->~current_t();
03169    }
03170 } // end of namespace ROOT for class ::TAttBBox
03171 
03172 //______________________________________________________________________________
03173 void TBenchmark::Streamer(TBuffer &R__b)
03174 {
03175    // Stream an object of class TBenchmark.
03176 
03177    if (R__b.IsReading()) {
03178       R__b.ReadClassBuffer(TBenchmark::Class(),this);
03179    } else {
03180       R__b.WriteClassBuffer(TBenchmark::Class(),this);
03181    }
03182 }
03183 
03184 //______________________________________________________________________________
03185 void TBenchmark::ShowMembers(TMemberInspector &R__insp)
03186 {
03187       // Inspect the data members of an object of class TBenchmark.
03188       TClass *R__cl = ::TBenchmark::IsA();
03189       if (R__cl || R__insp.IsA()) { }
03190       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbench", &fNbench);
03191       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNmax", &fNmax);
03192       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNames", &fNames);
03193       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRealTime", &fRealTime);
03194       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCpuTime", &fCpuTime);
03195       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTimer", &fTimer);
03196       TNamed::ShowMembers(R__insp);
03197 }
03198 
03199 namespace ROOT {
03200    // Wrappers around operator new
03201    static void *new_TBenchmark(void *p) {
03202       return  p ? new(p) ::TBenchmark : new ::TBenchmark;
03203    }
03204    static void *newArray_TBenchmark(Long_t nElements, void *p) {
03205       return p ? new(p) ::TBenchmark[nElements] : new ::TBenchmark[nElements];
03206    }
03207    // Wrapper around operator delete
03208    static void delete_TBenchmark(void *p) {
03209       delete ((::TBenchmark*)p);
03210    }
03211    static void deleteArray_TBenchmark(void *p) {
03212       delete [] ((::TBenchmark*)p);
03213    }
03214    static void destruct_TBenchmark(void *p) {
03215       typedef ::TBenchmark current_t;
03216       ((current_t*)p)->~current_t();
03217    }
03218 } // end of namespace ROOT for class ::TBenchmark
03219 
03220 //______________________________________________________________________________
03221 void TBrowser::Streamer(TBuffer &R__b)
03222 {
03223    // Stream an object of class TBrowser.
03224 
03225    if (R__b.IsReading()) {
03226       R__b.ReadClassBuffer(TBrowser::Class(),this);
03227    } else {
03228       R__b.WriteClassBuffer(TBrowser::Class(),this);
03229    }
03230 }
03231 
03232 //______________________________________________________________________________
03233 void TBrowser::ShowMembers(TMemberInspector &R__insp)
03234 {
03235       // Inspect the data members of an object of class TBrowser.
03236       TClass *R__cl = ::TBrowser::IsA();
03237       if (R__cl || R__insp.IsA()) { }
03238       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastSelectedObject", &fLastSelectedObject);
03239       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImp", &fImp);
03240       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTimer", &fTimer);
03241       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContextMenu", &fContextMenu);
03242       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNeedRefresh", &fNeedRefresh);
03243       TNamed::ShowMembers(R__insp);
03244 }
03245 
03246 namespace ROOT {
03247    // Wrappers around operator new
03248    static void *new_TBrowser(void *p) {
03249       return  p ? new(p) ::TBrowser : new ::TBrowser;
03250    }
03251    static void *newArray_TBrowser(Long_t nElements, void *p) {
03252       return p ? new(p) ::TBrowser[nElements] : new ::TBrowser[nElements];
03253    }
03254    // Wrapper around operator delete
03255    static void delete_TBrowser(void *p) {
03256       delete ((::TBrowser*)p);
03257    }
03258    static void deleteArray_TBrowser(void *p) {
03259       delete [] ((::TBrowser*)p);
03260    }
03261    static void destruct_TBrowser(void *p) {
03262       typedef ::TBrowser current_t;
03263       ((current_t*)p)->~current_t();
03264    }
03265 } // end of namespace ROOT for class ::TBrowser
03266 
03267 //______________________________________________________________________________
03268 void TBrowserImp::Streamer(TBuffer &R__b)
03269 {
03270    // Stream an object of class TBrowserImp.
03271 
03272    if (R__b.IsReading()) {
03273       R__b.ReadClassBuffer(TBrowserImp::Class(),this);
03274    } else {
03275       R__b.WriteClassBuffer(TBrowserImp::Class(),this);
03276    }
03277 }
03278 
03279 //______________________________________________________________________________
03280 void TBrowserImp::ShowMembers(TMemberInspector &R__insp)
03281 {
03282       // Inspect the data members of an object of class TBrowserImp.
03283       TClass *R__cl = ::TBrowserImp::IsA();
03284       if (R__cl || R__insp.IsA()) { }
03285       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBrowser", &fBrowser);
03286       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowCycles", &fShowCycles);
03287 }
03288 
03289 namespace ROOT {
03290    // Wrappers around operator new
03291    static void *new_TBrowserImp(void *p) {
03292       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TBrowserImp : new ::TBrowserImp;
03293    }
03294    static void *newArray_TBrowserImp(Long_t nElements, void *p) {
03295       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TBrowserImp[nElements] : new ::TBrowserImp[nElements];
03296    }
03297    // Wrapper around operator delete
03298    static void delete_TBrowserImp(void *p) {
03299       delete ((::TBrowserImp*)p);
03300    }
03301    static void deleteArray_TBrowserImp(void *p) {
03302       delete [] ((::TBrowserImp*)p);
03303    }
03304    static void destruct_TBrowserImp(void *p) {
03305       typedef ::TBrowserImp current_t;
03306       ((current_t*)p)->~current_t();
03307    }
03308 } // end of namespace ROOT for class ::TBrowserImp
03309 
03310 //______________________________________________________________________________
03311 void TBuffer::Streamer(TBuffer &R__b)
03312 {
03313    // Stream an object of class TBuffer.
03314 
03315    TObject::Streamer(R__b);
03316 }
03317 
03318 //______________________________________________________________________________
03319 void TBuffer::ShowMembers(TMemberInspector &R__insp)
03320 {
03321       // Inspect the data members of an object of class TBuffer.
03322       TClass *R__cl = ::TBuffer::IsA();
03323       if (R__cl || R__insp.IsA()) { }
03324       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMode", &fMode);
03325       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVersion", &fVersion);
03326       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBufSize", &fBufSize);
03327       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBuffer", &fBuffer);
03328       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBufCur", &fBufCur);
03329       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBufMax", &fBufMax);
03330       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
03331       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReAllocFunc", &fReAllocFunc);
03332       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCacheStack", (void*)&fCacheStack);
03333       R__insp.InspectMember("TBuffer::CacheList_t", (void*)&fCacheStack, "fCacheStack.", false);
03334       TObject::ShowMembers(R__insp);
03335 }
03336 
03337 namespace ROOT {
03338    // Wrapper around operator delete
03339    static void delete_TBuffer(void *p) {
03340       delete ((::TBuffer*)p);
03341    }
03342    static void deleteArray_TBuffer(void *p) {
03343       delete [] ((::TBuffer*)p);
03344    }
03345    static void destruct_TBuffer(void *p) {
03346       typedef ::TBuffer current_t;
03347       ((current_t*)p)->~current_t();
03348    }
03349    // Wrapper around a custom streamer member function.
03350    static void streamer_TBuffer(TBuffer &buf, void *obj) {
03351       ((::TBuffer*)obj)->::TBuffer::Streamer(buf);
03352    }
03353 } // end of namespace ROOT for class ::TBuffer
03354 
03355 //______________________________________________________________________________
03356 namespace ROOT {
03357    void TRootIOCtor_ShowMembers(void *obj, TMemberInspector &R__insp)
03358    {
03359       // Inspect the data members of an object of class TRootIOCtor.
03360       typedef ::ROOT::Shadow::TRootIOCtor ShadowClass;
03361       ShadowClass *sobj = (ShadowClass*)obj;
03362       if (sobj) { } // Dummy usage just in case there is no datamember.
03363 
03364       TClass *R__cl  = ::ROOT::GenerateInitInstanceLocal((const ::TRootIOCtor*)0x0)->GetClass();
03365       if (R__cl || R__insp.IsA()) { }
03366    }
03367 
03368 }
03369 
03370 namespace ROOT {
03371    // Wrappers around operator new
03372    static void *new_TRootIOCtor(void *p) {
03373       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TRootIOCtor : new ::TRootIOCtor;
03374    }
03375    static void *newArray_TRootIOCtor(Long_t nElements, void *p) {
03376       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TRootIOCtor[nElements] : new ::TRootIOCtor[nElements];
03377    }
03378    // Wrapper around operator delete
03379    static void delete_TRootIOCtor(void *p) {
03380       delete ((::TRootIOCtor*)p);
03381    }
03382    static void deleteArray_TRootIOCtor(void *p) {
03383       delete [] ((::TRootIOCtor*)p);
03384    }
03385    static void destruct_TRootIOCtor(void *p) {
03386       typedef ::TRootIOCtor current_t;
03387       ((current_t*)p)->~current_t();
03388    }
03389 } // end of namespace ROOT for class ::TRootIOCtor
03390 
03391 //______________________________________________________________________________
03392 void TCanvasImp::Streamer(TBuffer &R__b)
03393 {
03394    // Stream an object of class TCanvasImp.
03395 
03396    ::Error("TCanvasImp::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
03397 }
03398 
03399 //______________________________________________________________________________
03400 void TCanvasImp::ShowMembers(TMemberInspector &R__insp)
03401 {
03402       // Inspect the data members of an object of class TCanvasImp.
03403       TClass *R__cl = ::TCanvasImp::IsA();
03404       if (R__cl || R__insp.IsA()) { }
03405       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvas", &fCanvas);
03406 }
03407 
03408 namespace ROOT {
03409    // Wrappers around operator new
03410    static void *new_TCanvasImp(void *p) {
03411       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TCanvasImp : new ::TCanvasImp;
03412    }
03413    static void *newArray_TCanvasImp(Long_t nElements, void *p) {
03414       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TCanvasImp[nElements] : new ::TCanvasImp[nElements];
03415    }
03416    // Wrapper around operator delete
03417    static void delete_TCanvasImp(void *p) {
03418       delete ((::TCanvasImp*)p);
03419    }
03420    static void deleteArray_TCanvasImp(void *p) {
03421       delete [] ((::TCanvasImp*)p);
03422    }
03423    static void destruct_TCanvasImp(void *p) {
03424       typedef ::TCanvasImp current_t;
03425       ((current_t*)p)->~current_t();
03426    }
03427    // Wrapper around a custom streamer member function.
03428    static void streamer_TCanvasImp(TBuffer &buf, void *obj) {
03429       ((::TCanvasImp*)obj)->::TCanvasImp::Streamer(buf);
03430    }
03431 } // end of namespace ROOT for class ::TCanvasImp
03432 
03433 //______________________________________________________________________________
03434 void TColor::Streamer(TBuffer &R__b)
03435 {
03436    // Stream an object of class TColor.
03437 
03438    if (R__b.IsReading()) {
03439       R__b.ReadClassBuffer(TColor::Class(),this);
03440    } else {
03441       R__b.WriteClassBuffer(TColor::Class(),this);
03442    }
03443 }
03444 
03445 //______________________________________________________________________________
03446 void TColor::ShowMembers(TMemberInspector &R__insp)
03447 {
03448       // Inspect the data members of an object of class TColor.
03449       TClass *R__cl = ::TColor::IsA();
03450       if (R__cl || R__insp.IsA()) { }
03451       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumber", &fNumber);
03452       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRed", &fRed);
03453       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGreen", &fGreen);
03454       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlue", &fBlue);
03455       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHue", &fHue);
03456       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLight", &fLight);
03457       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSaturation", &fSaturation);
03458       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAlpha", &fAlpha);
03459       TNamed::ShowMembers(R__insp);
03460 }
03461 
03462 namespace ROOT {
03463    // Wrappers around operator new
03464    static void *new_TColor(void *p) {
03465       return  p ? new(p) ::TColor : new ::TColor;
03466    }
03467    static void *newArray_TColor(Long_t nElements, void *p) {
03468       return p ? new(p) ::TColor[nElements] : new ::TColor[nElements];
03469    }
03470    // Wrapper around operator delete
03471    static void delete_TColor(void *p) {
03472       delete ((::TColor*)p);
03473    }
03474    static void deleteArray_TColor(void *p) {
03475       delete [] ((::TColor*)p);
03476    }
03477    static void destruct_TColor(void *p) {
03478       typedef ::TColor current_t;
03479       ((current_t*)p)->~current_t();
03480    }
03481 } // end of namespace ROOT for class ::TColor
03482 
03483 //______________________________________________________________________________
03484 void TContextMenu::Streamer(TBuffer &R__b)
03485 {
03486    // Stream an object of class TContextMenu.
03487 
03488    if (R__b.IsReading()) {
03489       R__b.ReadClassBuffer(TContextMenu::Class(),this);
03490    } else {
03491       R__b.WriteClassBuffer(TContextMenu::Class(),this);
03492    }
03493 }
03494 
03495 //______________________________________________________________________________
03496 void TContextMenu::ShowMembers(TMemberInspector &R__insp)
03497 {
03498       // Inspect the data members of an object of class TContextMenu.
03499       TClass *R__cl = ::TContextMenu::IsA();
03500       if (R__cl || R__insp.IsA()) { }
03501       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContextMenuImp", &fContextMenuImp);
03502       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectedMethod", &fSelectedMethod);
03503       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectedObject", &fSelectedObject);
03504       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCalledObject", &fCalledObject);
03505       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectedMenuItem", &fSelectedMenuItem);
03506       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectedCanvas", &fSelectedCanvas);
03507       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectedPad", &fSelectedPad);
03508       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBrowser", &fBrowser);
03509       TNamed::ShowMembers(R__insp);
03510 }
03511 
03512 namespace ROOT {
03513    // Wrapper around operator delete
03514    static void delete_TContextMenu(void *p) {
03515       delete ((::TContextMenu*)p);
03516    }
03517    static void deleteArray_TContextMenu(void *p) {
03518       delete [] ((::TContextMenu*)p);
03519    }
03520    static void destruct_TContextMenu(void *p) {
03521       typedef ::TContextMenu current_t;
03522       ((current_t*)p)->~current_t();
03523    }
03524 } // end of namespace ROOT for class ::TContextMenu
03525 
03526 //______________________________________________________________________________
03527 void TContextMenuImp::Streamer(TBuffer &R__b)
03528 {
03529    // Stream an object of class TContextMenuImp.
03530 
03531    if (R__b.IsReading()) {
03532       R__b.ReadClassBuffer(TContextMenuImp::Class(),this);
03533    } else {
03534       R__b.WriteClassBuffer(TContextMenuImp::Class(),this);
03535    }
03536 }
03537 
03538 //______________________________________________________________________________
03539 void TContextMenuImp::ShowMembers(TMemberInspector &R__insp)
03540 {
03541       // Inspect the data members of an object of class TContextMenuImp.
03542       TClass *R__cl = ::TContextMenuImp::IsA();
03543       if (R__cl || R__insp.IsA()) { }
03544       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContextMenu", &fContextMenu);
03545 }
03546 
03547 namespace ROOT {
03548    // Wrappers around operator new
03549    static void *new_TContextMenuImp(void *p) {
03550       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TContextMenuImp : new ::TContextMenuImp;
03551    }
03552    static void *newArray_TContextMenuImp(Long_t nElements, void *p) {
03553       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TContextMenuImp[nElements] : new ::TContextMenuImp[nElements];
03554    }
03555    // Wrapper around operator delete
03556    static void delete_TContextMenuImp(void *p) {
03557       delete ((::TContextMenuImp*)p);
03558    }
03559    static void deleteArray_TContextMenuImp(void *p) {
03560       delete [] ((::TContextMenuImp*)p);
03561    }
03562    static void destruct_TContextMenuImp(void *p) {
03563       typedef ::TContextMenuImp current_t;
03564       ((current_t*)p)->~current_t();
03565    }
03566 } // end of namespace ROOT for class ::TContextMenuImp
03567 
03568 //______________________________________________________________________________
03569 void TControlBarImp::Streamer(TBuffer &R__b)
03570 {
03571    // Stream an object of class TControlBarImp.
03572 
03573    if (R__b.IsReading()) {
03574       R__b.ReadClassBuffer(TControlBarImp::Class(),this);
03575    } else {
03576       R__b.WriteClassBuffer(TControlBarImp::Class(),this);
03577    }
03578 }
03579 
03580 //______________________________________________________________________________
03581 void TControlBarImp::ShowMembers(TMemberInspector &R__insp)
03582 {
03583       // Inspect the data members of an object of class TControlBarImp.
03584       TClass *R__cl = ::TControlBarImp::IsA();
03585       if (R__cl || R__insp.IsA()) { }
03586       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fControlBar", &fControlBar);
03587       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXpos", &fXpos);
03588       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYpos", &fYpos);
03589       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClicked", &fClicked);
03590 }
03591 
03592 namespace ROOT {
03593    // Wrapper around operator delete
03594    static void delete_TControlBarImp(void *p) {
03595       delete ((::TControlBarImp*)p);
03596    }
03597    static void deleteArray_TControlBarImp(void *p) {
03598       delete [] ((::TControlBarImp*)p);
03599    }
03600    static void destruct_TControlBarImp(void *p) {
03601       typedef ::TControlBarImp current_t;
03602       ((current_t*)p)->~current_t();
03603    }
03604 } // end of namespace ROOT for class ::TControlBarImp
03605 
03606 //______________________________________________________________________________
03607 void TInspectorImp::Streamer(TBuffer &R__b)
03608 {
03609    // Stream an object of class TInspectorImp.
03610 
03611    if (R__b.IsReading()) {
03612       R__b.ReadClassBuffer(TInspectorImp::Class(),this);
03613    } else {
03614       R__b.WriteClassBuffer(TInspectorImp::Class(),this);
03615    }
03616 }
03617 
03618 //______________________________________________________________________________
03619 void TInspectorImp::ShowMembers(TMemberInspector &R__insp)
03620 {
03621       // Inspect the data members of an object of class TInspectorImp.
03622       TClass *R__cl = ::TInspectorImp::IsA();
03623       if (R__cl || R__insp.IsA()) { }
03624 }
03625 
03626 namespace ROOT {
03627    // Wrappers around operator new
03628    static void *new_TInspectorImp(void *p) {
03629       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TInspectorImp : new ::TInspectorImp;
03630    }
03631    static void *newArray_TInspectorImp(Long_t nElements, void *p) {
03632       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TInspectorImp[nElements] : new ::TInspectorImp[nElements];
03633    }
03634    // Wrapper around operator delete
03635    static void delete_TInspectorImp(void *p) {
03636       delete ((::TInspectorImp*)p);
03637    }
03638    static void deleteArray_TInspectorImp(void *p) {
03639       delete [] ((::TInspectorImp*)p);
03640    }
03641    static void destruct_TInspectorImp(void *p) {
03642       typedef ::TInspectorImp current_t;
03643       ((current_t*)p)->~current_t();
03644    }
03645 } // end of namespace ROOT for class ::TInspectorImp
03646 
03647 //______________________________________________________________________________
03648 void TDatime::ShowMembers(TMemberInspector &R__insp)
03649 {
03650       // Inspect the data members of an object of class TDatime.
03651       TClass *R__cl = ::TDatime::IsA();
03652       if (R__cl || R__insp.IsA()) { }
03653       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDatime", &fDatime);
03654 }
03655 
03656 namespace ROOT {
03657    // Wrappers around operator new
03658    static void *new_TDatime(void *p) {
03659       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TDatime : new ::TDatime;
03660    }
03661    static void *newArray_TDatime(Long_t nElements, void *p) {
03662       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TDatime[nElements] : new ::TDatime[nElements];
03663    }
03664    // Wrapper around operator delete
03665    static void delete_TDatime(void *p) {
03666       delete ((::TDatime*)p);
03667    }
03668    static void deleteArray_TDatime(void *p) {
03669       delete [] ((::TDatime*)p);
03670    }
03671    static void destruct_TDatime(void *p) {
03672       typedef ::TDatime current_t;
03673       ((current_t*)p)->~current_t();
03674    }
03675    // Wrapper around a custom streamer member function.
03676    static void streamer_TDatime(TBuffer &buf, void *obj) {
03677       ((::TDatime*)obj)->::TDatime::Streamer(buf);
03678    }
03679 } // end of namespace ROOT for class ::TDatime
03680 
03681 //______________________________________________________________________________
03682 void TDirectory::Streamer(TBuffer &R__b)
03683 {
03684    // Stream an object of class TDirectory.
03685 
03686    UInt_t R__s, R__c;
03687    if (R__b.IsReading()) {
03688       Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
03689       TNamed::Streamer(R__b);
03690       R__b >> fMother;
03691       R__b >> fList;
03692       fUUID.Streamer(R__b);
03693       R__b.CheckByteCount(R__s, R__c, TDirectory::IsA());
03694    } else {
03695       R__c = R__b.WriteVersion(TDirectory::IsA(), kTRUE);
03696       TNamed::Streamer(R__b);
03697       R__b << fMother;
03698       R__b << fList;
03699       fUUID.Streamer(R__b);
03700       R__b.SetByteCount(R__c, kTRUE);
03701    }
03702 }
03703 
03704 //______________________________________________________________________________
03705 void TDirectory::ShowMembers(TMemberInspector &R__insp)
03706 {
03707       // Inspect the data members of an object of class TDirectory.
03708       TClass *R__cl = ::TDirectory::IsA();
03709       if (R__cl || R__insp.IsA()) { }
03710       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMother", &fMother);
03711       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fList", &fList);
03712       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUUID", &fUUID);
03713       R__insp.InspectMember(fUUID, "fUUID.");
03714       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPathBuffer", &fPathBuffer);
03715       R__insp.InspectMember(fPathBuffer, "fPathBuffer.");
03716       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContext", &fContext);
03717       TNamed::ShowMembers(R__insp);
03718 }
03719 
03720 namespace ROOT {
03721    // Wrappers around operator new
03722    static void *new_TDirectory(void *p) {
03723       return  p ? new(p) ::TDirectory : new ::TDirectory;
03724    }
03725    static void *newArray_TDirectory(Long_t nElements, void *p) {
03726       return p ? new(p) ::TDirectory[nElements] : new ::TDirectory[nElements];
03727    }
03728    // Wrapper around operator delete
03729    static void delete_TDirectory(void *p) {
03730       delete ((::TDirectory*)p);
03731    }
03732    static void deleteArray_TDirectory(void *p) {
03733       delete [] ((::TDirectory*)p);
03734    }
03735    static void destruct_TDirectory(void *p) {
03736       typedef ::TDirectory current_t;
03737       ((current_t*)p)->~current_t();
03738    }
03739    // Wrapper around a custom streamer member function.
03740    static void streamer_TDirectory(TBuffer &buf, void *obj) {
03741       ((::TDirectory*)obj)->::TDirectory::Streamer(buf);
03742    }
03743 } // end of namespace ROOT for class ::TDirectory
03744 
03745 //______________________________________________________________________________
03746 void TEnv::Streamer(TBuffer &R__b)
03747 {
03748    // Stream an object of class TEnv.
03749 
03750    if (R__b.IsReading()) {
03751       R__b.ReadClassBuffer(TEnv::Class(),this);
03752    } else {
03753       R__b.WriteClassBuffer(TEnv::Class(),this);
03754    }
03755 }
03756 
03757 //______________________________________________________________________________
03758 void TEnv::ShowMembers(TMemberInspector &R__insp)
03759 {
03760       // Inspect the data members of an object of class TEnv.
03761       TClass *R__cl = ::TEnv::IsA();
03762       if (R__cl || R__insp.IsA()) { }
03763       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTable", &fTable);
03764       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRcName", &fRcName);
03765       R__insp.InspectMember(fRcName, "fRcName.");
03766       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIgnoreDup", &fIgnoreDup);
03767       TObject::ShowMembers(R__insp);
03768 }
03769 
03770 namespace ROOT {
03771    // Wrappers around operator new
03772    static void *new_TEnv(void *p) {
03773       return  p ? new(p) ::TEnv : new ::TEnv;
03774    }
03775    static void *newArray_TEnv(Long_t nElements, void *p) {
03776       return p ? new(p) ::TEnv[nElements] : new ::TEnv[nElements];
03777    }
03778    // Wrapper around operator delete
03779    static void delete_TEnv(void *p) {
03780       delete ((::TEnv*)p);
03781    }
03782    static void deleteArray_TEnv(void *p) {
03783       delete [] ((::TEnv*)p);
03784    }
03785    static void destruct_TEnv(void *p) {
03786       typedef ::TEnv current_t;
03787       ((current_t*)p)->~current_t();
03788    }
03789 } // end of namespace ROOT for class ::TEnv
03790 
03791 //______________________________________________________________________________
03792 void TEnvRec::Streamer(TBuffer &R__b)
03793 {
03794    // Stream an object of class TEnvRec.
03795 
03796    if (R__b.IsReading()) {
03797       R__b.ReadClassBuffer(TEnvRec::Class(),this);
03798    } else {
03799       R__b.WriteClassBuffer(TEnvRec::Class(),this);
03800    }
03801 }
03802 
03803 //______________________________________________________________________________
03804 void TEnvRec::ShowMembers(TMemberInspector &R__insp)
03805 {
03806       // Inspect the data members of an object of class TEnvRec.
03807       TClass *R__cl = ::TEnvRec::IsA();
03808       if (R__cl || R__insp.IsA()) { }
03809       R__insp.Inspect(R__cl, R__insp.GetParent(), "fName", &fName);
03810       R__insp.InspectMember(fName, "fName.");
03811       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
03812       R__insp.InspectMember(fType, "fType.");
03813       R__insp.Inspect(R__cl, R__insp.GetParent(), "fValue", &fValue);
03814       R__insp.InspectMember(fValue, "fValue.");
03815       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLevel", &fLevel);
03816       R__insp.Inspect(R__cl, R__insp.GetParent(), "fModified", &fModified);
03817       TObject::ShowMembers(R__insp);
03818 }
03819 
03820 namespace ROOT {
03821    // Wrappers around operator new
03822    static void *new_TEnvRec(void *p) {
03823       return  p ? new(p) ::TEnvRec : new ::TEnvRec;
03824    }
03825    static void *newArray_TEnvRec(Long_t nElements, void *p) {
03826       return p ? new(p) ::TEnvRec[nElements] : new ::TEnvRec[nElements];
03827    }
03828    // Wrapper around operator delete
03829    static void delete_TEnvRec(void *p) {
03830       delete ((::TEnvRec*)p);
03831    }
03832    static void deleteArray_TEnvRec(void *p) {
03833       delete [] ((::TEnvRec*)p);
03834    }
03835    static void destruct_TEnvRec(void *p) {
03836       typedef ::TEnvRec current_t;
03837       ((current_t*)p)->~current_t();
03838    }
03839 } // end of namespace ROOT for class ::TEnvRec
03840 
03841 //______________________________________________________________________________
03842 void TFileHandler::Streamer(TBuffer &R__b)
03843 {
03844    // Stream an object of class TFileHandler.
03845 
03846    if (R__b.IsReading()) {
03847       R__b.ReadClassBuffer(TFileHandler::Class(),this);
03848    } else {
03849       R__b.WriteClassBuffer(TFileHandler::Class(),this);
03850    }
03851 }
03852 
03853 //______________________________________________________________________________
03854 void TFileHandler::ShowMembers(TMemberInspector &R__insp)
03855 {
03856       // Inspect the data members of an object of class TFileHandler.
03857       TClass *R__cl = ::TFileHandler::IsA();
03858       if (R__cl || R__insp.IsA()) { }
03859       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFileNum", &fFileNum);
03860       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMask", &fMask);
03861       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadyMask", &fReadyMask);
03862       TSysEvtHandler::ShowMembers(R__insp);
03863 }
03864 
03865 namespace ROOT {
03866    // Wrapper around operator delete
03867    static void delete_TFileHandler(void *p) {
03868       delete ((::TFileHandler*)p);
03869    }
03870    static void deleteArray_TFileHandler(void *p) {
03871       delete [] ((::TFileHandler*)p);
03872    }
03873    static void destruct_TFileHandler(void *p) {
03874       typedef ::TFileHandler current_t;
03875       ((current_t*)p)->~current_t();
03876    }
03877 } // end of namespace ROOT for class ::TFileHandler
03878 
03879 //______________________________________________________________________________
03880 void TGuiFactory::Streamer(TBuffer &R__b)
03881 {
03882    // Stream an object of class TGuiFactory.
03883 
03884    TNamed::Streamer(R__b);
03885 }
03886 
03887 //______________________________________________________________________________
03888 void TGuiFactory::ShowMembers(TMemberInspector &R__insp)
03889 {
03890       // Inspect the data members of an object of class TGuiFactory.
03891       TClass *R__cl = ::TGuiFactory::IsA();
03892       if (R__cl || R__insp.IsA()) { }
03893       TNamed::ShowMembers(R__insp);
03894 }
03895 
03896 namespace ROOT {
03897    // Wrappers around operator new
03898    static void *new_TGuiFactory(void *p) {
03899       return  p ? new(p) ::TGuiFactory : new ::TGuiFactory;
03900    }
03901    static void *newArray_TGuiFactory(Long_t nElements, void *p) {
03902       return p ? new(p) ::TGuiFactory[nElements] : new ::TGuiFactory[nElements];
03903    }
03904    // Wrapper around operator delete
03905    static void delete_TGuiFactory(void *p) {
03906       delete ((::TGuiFactory*)p);
03907    }
03908    static void deleteArray_TGuiFactory(void *p) {
03909       delete [] ((::TGuiFactory*)p);
03910    }
03911    static void destruct_TGuiFactory(void *p) {
03912       typedef ::TGuiFactory current_t;
03913       ((current_t*)p)->~current_t();
03914    }
03915    // Wrapper around a custom streamer member function.
03916    static void streamer_TGuiFactory(TBuffer &buf, void *obj) {
03917       ((::TGuiFactory*)obj)->::TGuiFactory::Streamer(buf);
03918    }
03919 } // end of namespace ROOT for class ::TGuiFactory
03920 
03921 //______________________________________________________________________________
03922 void TStyle::Streamer(TBuffer &R__b)
03923 {
03924    // Stream an object of class TStyle.
03925 
03926    if (R__b.IsReading()) {
03927       R__b.ReadClassBuffer(TStyle::Class(),this);
03928    } else {
03929       R__b.WriteClassBuffer(TStyle::Class(),this);
03930    }
03931 }
03932 
03933 //______________________________________________________________________________
03934 void TStyle::ShowMembers(TMemberInspector &R__insp)
03935 {
03936       // Inspect the data members of an object of class TStyle.
03937       TClass *R__cl = ::TStyle::IsA();
03938       if (R__cl || R__insp.IsA()) { }
03939       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXaxis", &fXaxis);
03940       R__insp.InspectMember(fXaxis, "fXaxis.");
03941       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYaxis", &fYaxis);
03942       R__insp.InspectMember(fYaxis, "fYaxis.");
03943       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZaxis", &fZaxis);
03944       R__insp.InspectMember(fZaxis, "fZaxis.");
03945       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBarWidth", &fBarWidth);
03946       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBarOffset", &fBarOffset);
03947       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorModelPS", &fColorModelPS);
03948       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawBorder", &fDrawBorder);
03949       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptLogx", &fOptLogx);
03950       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptLogy", &fOptLogy);
03951       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptLogz", &fOptLogz);
03952       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptDate", &fOptDate);
03953       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptStat", &fOptStat);
03954       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptTitle", &fOptTitle);
03955       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptFile", &fOptFile);
03956       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptFit", &fOptFit);
03957       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowEventStatus", &fShowEventStatus);
03958       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowEditor", &fShowEditor);
03959       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowToolBar", &fShowToolBar);
03960       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumberContours", &fNumberContours);
03961       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAttDate", &fAttDate);
03962       R__insp.InspectMember(fAttDate, "fAttDate.");
03963       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDateX", &fDateX);
03964       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDateY", &fDateY);
03965       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEndErrorSize", &fEndErrorSize);
03966       R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrorX", &fErrorX);
03967       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFuncColor", &fFuncColor);
03968       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFuncStyle", &fFuncStyle);
03969       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFuncWidth", &fFuncWidth);
03970       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGridColor", &fGridColor);
03971       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGridStyle", &fGridStyle);
03972       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGridWidth", &fGridWidth);
03973       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLegendBorderSize", &fLegendBorderSize);
03974       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHatchesLineWidth", &fHatchesLineWidth);
03975       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHatchesSpacing", &fHatchesSpacing);
03976       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameFillColor", &fFrameFillColor);
03977       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameLineColor", &fFrameLineColor);
03978       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameFillStyle", &fFrameFillStyle);
03979       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameLineStyle", &fFrameLineStyle);
03980       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameLineWidth", &fFrameLineWidth);
03981       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameBorderSize", &fFrameBorderSize);
03982       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameBorderMode", &fFrameBorderMode);
03983       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistFillColor", &fHistFillColor);
03984       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistLineColor", &fHistLineColor);
03985       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistFillStyle", &fHistFillStyle);
03986       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistLineStyle", &fHistLineStyle);
03987       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistLineWidth", &fHistLineWidth);
03988       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistMinimumZero", &fHistMinimumZero);
03989       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHistTopMargin", &fHistTopMargin);
03990       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasPreferGL", &fCanvasPreferGL);
03991       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasColor", &fCanvasColor);
03992       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasBorderSize", &fCanvasBorderSize);
03993       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasBorderMode", &fCanvasBorderMode);
03994       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasDefH", &fCanvasDefH);
03995       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasDefW", &fCanvasDefW);
03996       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasDefX", &fCanvasDefX);
03997       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasDefY", &fCanvasDefY);
03998       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadColor", &fPadColor);
03999       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadBorderSize", &fPadBorderSize);
04000       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadBorderMode", &fPadBorderMode);
04001       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadBottomMargin", &fPadBottomMargin);
04002       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadTopMargin", &fPadTopMargin);
04003       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadLeftMargin", &fPadLeftMargin);
04004       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadRightMargin", &fPadRightMargin);
04005       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadGridX", &fPadGridX);
04006       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadGridY", &fPadGridY);
04007       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadTickX", &fPadTickX);
04008       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPadTickY", &fPadTickY);
04009       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPaperSizeX", &fPaperSizeX);
04010       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPaperSizeY", &fPaperSizeY);
04011       R__insp.Inspect(R__cl, R__insp.GetParent(), "fScreenFactor", &fScreenFactor);
04012       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatColor", &fStatColor);
04013       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatTextColor", &fStatTextColor);
04014       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatBorderSize", &fStatBorderSize);
04015       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatFont", &fStatFont);
04016       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatFontSize", &fStatFontSize);
04017       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatStyle", &fStatStyle);
04018       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatFormat", &fStatFormat);
04019       R__insp.InspectMember(fStatFormat, "fStatFormat.");
04020       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatX", &fStatX);
04021       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatY", &fStatY);
04022       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatW", &fStatW);
04023       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatH", &fStatH);
04024       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStripDecimals", &fStripDecimals);
04025       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleAlign", &fTitleAlign);
04026       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleColor", &fTitleColor);
04027       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleTextColor", &fTitleTextColor);
04028       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleBorderSize", &fTitleBorderSize);
04029       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleFont", &fTitleFont);
04030       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleFontSize", &fTitleFontSize);
04031       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleStyle", &fTitleStyle);
04032       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleX", &fTitleX);
04033       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleY", &fTitleY);
04034       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleW", &fTitleW);
04035       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitleH", &fTitleH);
04036       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLegoInnerR", &fLegoInnerR);
04037       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineStyle[30]", fLineStyle);
04038       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeaderPS", &fHeaderPS);
04039       R__insp.InspectMember(fHeaderPS, "fHeaderPS.");
04040       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTitlePS", &fTitlePS);
04041       R__insp.InspectMember(fTitlePS, "fTitlePS.");
04042       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFitFormat", &fFitFormat);
04043       R__insp.InspectMember(fFitFormat, "fFitFormat.");
04044       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPaintTextFormat", &fPaintTextFormat);
04045       R__insp.InspectMember(fPaintTextFormat, "fPaintTextFormat.");
04046       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineScalePS", &fLineScalePS);
04047       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeOffset", &fTimeOffset);
04048       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsReading", &fIsReading);
04049       TNamed::ShowMembers(R__insp);
04050       TAttLine::ShowMembers(R__insp);
04051       TAttFill::ShowMembers(R__insp);
04052       TAttMarker::ShowMembers(R__insp);
04053       TAttText::ShowMembers(R__insp);
04054 }
04055 
04056 namespace ROOT {
04057    // Wrappers around operator new
04058    static void *new_TStyle(void *p) {
04059       return  p ? new(p) ::TStyle : new ::TStyle;
04060    }
04061    static void *newArray_TStyle(Long_t nElements, void *p) {
04062       return p ? new(p) ::TStyle[nElements] : new ::TStyle[nElements];
04063    }
04064    // Wrapper around operator delete
04065    static void delete_TStyle(void *p) {
04066       delete ((::TStyle*)p);
04067    }
04068    static void deleteArray_TStyle(void *p) {
04069       delete [] ((::TStyle*)p);
04070    }
04071    static void destruct_TStyle(void *p) {
04072       typedef ::TStyle current_t;
04073       ((current_t*)p)->~current_t();
04074    }
04075 } // end of namespace ROOT for class ::TStyle
04076 
04077 //______________________________________________________________________________
04078 void TVirtualX::Streamer(TBuffer &R__b)
04079 {
04080    // Stream an object of class TVirtualX.
04081 
04082    if (R__b.IsReading()) {
04083       R__b.ReadClassBuffer(TVirtualX::Class(),this);
04084    } else {
04085       R__b.WriteClassBuffer(TVirtualX::Class(),this);
04086    }
04087 }
04088 
04089 //______________________________________________________________________________
04090 void TVirtualX::ShowMembers(TMemberInspector &R__insp)
04091 {
04092       // Inspect the data members of an object of class TVirtualX.
04093       TClass *R__cl = ::TVirtualX::IsA();
04094       if (R__cl || R__insp.IsA()) { }
04095       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawMode", &fDrawMode);
04096       TNamed::ShowMembers(R__insp);
04097       TAttLine::ShowMembers(R__insp);
04098       TAttFill::ShowMembers(R__insp);
04099       TAttText::ShowMembers(R__insp);
04100       TAttMarker::ShowMembers(R__insp);
04101 }
04102 
04103 namespace ROOT {
04104    // Wrappers around operator new
04105    static void *new_TVirtualX(void *p) {
04106       return  p ? new(p) ::TVirtualX : new ::TVirtualX;
04107    }
04108    static void *newArray_TVirtualX(Long_t nElements, void *p) {
04109       return p ? new(p) ::TVirtualX[nElements] : new ::TVirtualX[nElements];
04110    }
04111    // Wrapper around operator delete
04112    static void delete_TVirtualX(void *p) {
04113       delete ((::TVirtualX*)p);
04114    }
04115    static void deleteArray_TVirtualX(void *p) {
04116       delete [] ((::TVirtualX*)p);
04117    }
04118    static void destruct_TVirtualX(void *p) {
04119       typedef ::TVirtualX current_t;
04120       ((current_t*)p)->~current_t();
04121    }
04122 } // end of namespace ROOT for class ::TVirtualX
04123 
04124 //______________________________________________________________________________
04125 void TVirtualPad::ShowMembers(TMemberInspector &R__insp)
04126 {
04127       // Inspect the data members of an object of class TVirtualPad.
04128       TClass *R__cl = ::TVirtualPad::IsA();
04129       if (R__cl || R__insp.IsA()) { }
04130       R__insp.Inspect(R__cl, R__insp.GetParent(), "fResizing", &fResizing);
04131       TObject::ShowMembers(R__insp);
04132       TAttLine::ShowMembers(R__insp);
04133       TAttFill::ShowMembers(R__insp);
04134       TAttPad::ShowMembers(R__insp);
04135       TQObject::ShowMembers(R__insp);
04136 }
04137 
04138 namespace ROOT {
04139    // Wrapper around operator delete
04140    static void delete_TVirtualPad(void *p) {
04141       delete ((::TVirtualPad*)p);
04142    }
04143    static void deleteArray_TVirtualPad(void *p) {
04144       delete [] ((::TVirtualPad*)p);
04145    }
04146    static void destruct_TVirtualPad(void *p) {
04147       typedef ::TVirtualPad current_t;
04148       ((current_t*)p)->~current_t();
04149    }
04150    // Wrapper around a custom streamer member function.
04151    static void streamer_TVirtualPad(TBuffer &buf, void *obj) {
04152       ((::TVirtualPad*)obj)->::TVirtualPad::Streamer(buf);
04153    }
04154 } // end of namespace ROOT for class ::TVirtualPad
04155 
04156 //______________________________________________________________________________
04157 void TVirtualViewer3D::Streamer(TBuffer &R__b)
04158 {
04159    // Stream an object of class TVirtualViewer3D.
04160 
04161    TObject::Streamer(R__b);
04162 }
04163 
04164 //______________________________________________________________________________
04165 void TVirtualViewer3D::ShowMembers(TMemberInspector &R__insp)
04166 {
04167       // Inspect the data members of an object of class TVirtualViewer3D.
04168       TClass *R__cl = ::TVirtualViewer3D::IsA();
04169       if (R__cl || R__insp.IsA()) { }
04170       TObject::ShowMembers(R__insp);
04171 }
04172 
04173 namespace ROOT {
04174    // Wrapper around operator delete
04175    static void delete_TVirtualViewer3D(void *p) {
04176       delete ((::TVirtualViewer3D*)p);
04177    }
04178    static void deleteArray_TVirtualViewer3D(void *p) {
04179       delete [] ((::TVirtualViewer3D*)p);
04180    }
04181    static void destruct_TVirtualViewer3D(void *p) {
04182       typedef ::TVirtualViewer3D current_t;
04183       ((current_t*)p)->~current_t();
04184    }
04185    // Wrapper around a custom streamer member function.
04186    static void streamer_TVirtualViewer3D(TBuffer &buf, void *obj) {
04187       ((::TVirtualViewer3D*)obj)->::TVirtualViewer3D::Streamer(buf);
04188    }
04189 } // end of namespace ROOT for class ::TVirtualViewer3D
04190 
04191 //______________________________________________________________________________
04192 void TBuffer3D::Streamer(TBuffer &R__b)
04193 {
04194    // Stream an object of class TBuffer3D.
04195 
04196    TObject::Streamer(R__b);
04197 }
04198 
04199 //______________________________________________________________________________
04200 void TBuffer3D::ShowMembers(TMemberInspector &R__insp)
04201 {
04202       // Inspect the data members of an object of class TBuffer3D.
04203       TClass *R__cl = ::TBuffer3D::IsA();
04204       if (R__cl || R__insp.IsA()) { }
04205       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
04206       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbPnts", &fNbPnts);
04207       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbSegs", &fNbSegs);
04208       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbPols", &fNbPols);
04209       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPntsCapacity", &fPntsCapacity);
04210       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSegsCapacity", &fSegsCapacity);
04211       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPolsCapacity", &fPolsCapacity);
04212       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSections", &fSections);
04213       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fID", &fID);
04214       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColor", &fColor);
04215       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTransparency", &fTransparency);
04216       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLocalFrame", &fLocalFrame);
04217       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReflection", &fReflection);
04218       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLocalMaster[16]", fLocalMaster);
04219       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBBVertex[8][3]", fBBVertex);
04220       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPnts", &fPnts);
04221       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSegs", &fSegs);
04222       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPols", &fPols);
04223       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPhysicalID", &fPhysicalID);
04224       TObject::ShowMembers(R__insp);
04225 }
04226 
04227 namespace ROOT {
04228    // Wrapper around operator delete
04229    static void delete_TBuffer3D(void *p) {
04230       delete ((::TBuffer3D*)p);
04231    }
04232    static void deleteArray_TBuffer3D(void *p) {
04233       delete [] ((::TBuffer3D*)p);
04234    }
04235    static void destruct_TBuffer3D(void *p) {
04236       typedef ::TBuffer3D current_t;
04237       ((current_t*)p)->~current_t();
04238    }
04239    // Wrapper around a custom streamer member function.
04240    static void streamer_TBuffer3D(TBuffer &buf, void *obj) {
04241       ((::TBuffer3D*)obj)->::TBuffer3D::Streamer(buf);
04242    }
04243 } // end of namespace ROOT for class ::TBuffer3D
04244 
04245 //______________________________________________________________________________
04246 void TGLManager::Streamer(TBuffer &R__b)
04247 {
04248    // Stream an object of class TGLManager.
04249 
04250    TNamed::Streamer(R__b);
04251 }
04252 
04253 //______________________________________________________________________________
04254 void TGLManager::ShowMembers(TMemberInspector &R__insp)
04255 {
04256       // Inspect the data members of an object of class TGLManager.
04257       TClass *R__cl = ::TGLManager::IsA();
04258       if (R__cl || R__insp.IsA()) { }
04259       TNamed::ShowMembers(R__insp);
04260 }
04261 
04262 namespace ROOT {
04263    // Wrapper around operator delete
04264    static void delete_TGLManager(void *p) {
04265       delete ((::TGLManager*)p);
04266    }
04267    static void deleteArray_TGLManager(void *p) {
04268       delete [] ((::TGLManager*)p);
04269    }
04270    static void destruct_TGLManager(void *p) {
04271       typedef ::TGLManager current_t;
04272       ((current_t*)p)->~current_t();
04273    }
04274    // Wrapper around a custom streamer member function.
04275    static void streamer_TGLManager(TBuffer &buf, void *obj) {
04276       ((::TGLManager*)obj)->::TGLManager::Streamer(buf);
04277    }
04278 } // end of namespace ROOT for class ::TGLManager
04279 
04280 //______________________________________________________________________________
04281 void TVirtualGLPainter::Streamer(TBuffer &R__b)
04282 {
04283    // Stream an object of class TVirtualGLPainter.
04284 
04285    ::Error("TVirtualGLPainter::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
04286 }
04287 
04288 //______________________________________________________________________________
04289 void TVirtualGLPainter::ShowMembers(TMemberInspector &R__insp)
04290 {
04291       // Inspect the data members of an object of class TVirtualGLPainter.
04292       TClass *R__cl = ::TVirtualGLPainter::IsA();
04293       if (R__cl || R__insp.IsA()) { }
04294 }
04295 
04296 namespace ROOT {
04297    // Wrapper around operator delete
04298    static void delete_TVirtualGLPainter(void *p) {
04299       delete ((::TVirtualGLPainter*)p);
04300    }
04301    static void deleteArray_TVirtualGLPainter(void *p) {
04302       delete [] ((::TVirtualGLPainter*)p);
04303    }
04304    static void destruct_TVirtualGLPainter(void *p) {
04305       typedef ::TVirtualGLPainter current_t;
04306       ((current_t*)p)->~current_t();
04307    }
04308    // Wrapper around a custom streamer member function.
04309    static void streamer_TVirtualGLPainter(TBuffer &buf, void *obj) {
04310       ((::TVirtualGLPainter*)obj)->::TVirtualGLPainter::Streamer(buf);
04311    }
04312 } // end of namespace ROOT for class ::TVirtualGLPainter
04313 
04314 //______________________________________________________________________________
04315 void TVirtualGLManip::Streamer(TBuffer &R__b)
04316 {
04317    // Stream an object of class TVirtualGLManip.
04318 
04319    ::Error("TVirtualGLManip::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
04320 }
04321 
04322 //______________________________________________________________________________
04323 void TVirtualGLManip::ShowMembers(TMemberInspector &R__insp)
04324 {
04325       // Inspect the data members of an object of class TVirtualGLManip.
04326       TClass *R__cl = ::TVirtualGLManip::IsA();
04327       if (R__cl || R__insp.IsA()) { }
04328 }
04329 
04330 namespace ROOT {
04331    // Wrapper around operator delete
04332    static void delete_TVirtualGLManip(void *p) {
04333       delete ((::TVirtualGLManip*)p);
04334    }
04335    static void deleteArray_TVirtualGLManip(void *p) {
04336       delete [] ((::TVirtualGLManip*)p);
04337    }
04338    static void destruct_TVirtualGLManip(void *p) {
04339       typedef ::TVirtualGLManip current_t;
04340       ((current_t*)p)->~current_t();
04341    }
04342    // Wrapper around a custom streamer member function.
04343    static void streamer_TVirtualGLManip(TBuffer &buf, void *obj) {
04344       ((::TVirtualGLManip*)obj)->::TVirtualGLManip::Streamer(buf);
04345    }
04346 } // end of namespace ROOT for class ::TVirtualGLManip
04347 
04348 //______________________________________________________________________________
04349 void TVirtualPS::Streamer(TBuffer &R__b)
04350 {
04351    // Stream an object of class TVirtualPS.
04352 
04353    TNamed::Streamer(R__b);
04354    TAttLine::Streamer(R__b);
04355    TAttFill::Streamer(R__b);
04356    TAttMarker::Streamer(R__b);
04357    TAttText::Streamer(R__b);
04358 }
04359 
04360 //______________________________________________________________________________
04361 void TVirtualPS::ShowMembers(TMemberInspector &R__insp)
04362 {
04363       // Inspect the data members of an object of class TVirtualPS.
04364       TClass *R__cl = ::TVirtualPS::IsA();
04365       if (R__cl || R__insp.IsA()) { }
04366       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNByte", &fNByte);
04367       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLenBuffer", &fLenBuffer);
04368       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSizBuffer", &fSizBuffer);
04369       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPrinted", &fPrinted);
04370       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStream", &fStream);
04371       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBuffer", &fBuffer);
04372       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImplicitCREsc", &fImplicitCREsc);
04373       TNamed::ShowMembers(R__insp);
04374       TAttLine::ShowMembers(R__insp);
04375       TAttFill::ShowMembers(R__insp);
04376       TAttMarker::ShowMembers(R__insp);
04377       TAttText::ShowMembers(R__insp);
04378 }
04379 
04380 namespace ROOT {
04381    // Wrapper around operator delete
04382    static void delete_TVirtualPS(void *p) {
04383       delete ((::TVirtualPS*)p);
04384    }
04385    static void deleteArray_TVirtualPS(void *p) {
04386       delete [] ((::TVirtualPS*)p);
04387    }
04388    static void destruct_TVirtualPS(void *p) {
04389       typedef ::TVirtualPS current_t;
04390       ((current_t*)p)->~current_t();
04391    }
04392    // Wrapper around a custom streamer member function.
04393    static void streamer_TVirtualPS(TBuffer &buf, void *obj) {
04394       ((::TVirtualPS*)obj)->::TVirtualPS::Streamer(buf);
04395    }
04396 } // end of namespace ROOT for class ::TVirtualPS
04397 
04398 //______________________________________________________________________________
04399 void TGLPaintDevice::Streamer(TBuffer &R__b)
04400 {
04401    // Stream an object of class TGLPaintDevice.
04402 
04403    ::Error("TGLPaintDevice::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
04404 }
04405 
04406 //______________________________________________________________________________
04407 void TGLPaintDevice::ShowMembers(TMemberInspector &R__insp)
04408 {
04409       // Inspect the data members of an object of class TGLPaintDevice.
04410       TClass *R__cl = ::TGLPaintDevice::IsA();
04411       if (R__cl || R__insp.IsA()) { }
04412 }
04413 
04414 namespace ROOT {
04415    // Wrapper around operator delete
04416    static void delete_TGLPaintDevice(void *p) {
04417       delete ((::TGLPaintDevice*)p);
04418    }
04419    static void deleteArray_TGLPaintDevice(void *p) {
04420       delete [] ((::TGLPaintDevice*)p);
04421    }
04422    static void destruct_TGLPaintDevice(void *p) {
04423       typedef ::TGLPaintDevice current_t;
04424       ((current_t*)p)->~current_t();
04425    }
04426    // Wrapper around a custom streamer member function.
04427    static void streamer_TGLPaintDevice(TBuffer &buf, void *obj) {
04428       ((::TGLPaintDevice*)obj)->::TGLPaintDevice::Streamer(buf);
04429    }
04430 } // end of namespace ROOT for class ::TGLPaintDevice
04431 
04432 //______________________________________________________________________________
04433 void TVirtualPadPainter::Streamer(TBuffer &R__b)
04434 {
04435    // Stream an object of class TVirtualPadPainter.
04436 
04437    ::Error("TVirtualPadPainter::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
04438 }
04439 
04440 //______________________________________________________________________________
04441 void TVirtualPadPainter::ShowMembers(TMemberInspector &R__insp)
04442 {
04443       // Inspect the data members of an object of class TVirtualPadPainter.
04444       TClass *R__cl = ::TVirtualPadPainter::IsA();
04445       if (R__cl || R__insp.IsA()) { }
04446 }
04447 
04448 namespace ROOT {
04449    // Wrapper around operator delete
04450    static void delete_TVirtualPadPainter(void *p) {
04451       delete ((::TVirtualPadPainter*)p);
04452    }
04453    static void deleteArray_TVirtualPadPainter(void *p) {
04454       delete [] ((::TVirtualPadPainter*)p);
04455    }
04456    static void destruct_TVirtualPadPainter(void *p) {
04457       typedef ::TVirtualPadPainter current_t;
04458       ((current_t*)p)->~current_t();
04459    }
04460    // Wrapper around a custom streamer member function.
04461    static void streamer_TVirtualPadPainter(TBuffer &buf, void *obj) {
04462       ((::TVirtualPadPainter*)obj)->::TVirtualPadPainter::Streamer(buf);
04463    }
04464 } // end of namespace ROOT for class ::TVirtualPadPainter
04465 
04466 //______________________________________________________________________________
04467 void TVirtualPadEditor::Streamer(TBuffer &R__b)
04468 {
04469    // Stream an object of class TVirtualPadEditor.
04470 
04471    ::Error("TVirtualPadEditor::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
04472 }
04473 
04474 //______________________________________________________________________________
04475 void TVirtualPadEditor::ShowMembers(TMemberInspector &R__insp)
04476 {
04477       // Inspect the data members of an object of class TVirtualPadEditor.
04478       TClass *R__cl = ::TVirtualPadEditor::IsA();
04479       if (R__cl || R__insp.IsA()) { }
04480 }
04481 
04482 namespace ROOT {
04483    // Wrapper around operator delete
04484    static void delete_TVirtualPadEditor(void *p) {
04485       delete ((::TVirtualPadEditor*)p);
04486    }
04487    static void deleteArray_TVirtualPadEditor(void *p) {
04488       delete [] ((::TVirtualPadEditor*)p);
04489    }
04490    static void destruct_TVirtualPadEditor(void *p) {
04491       typedef ::TVirtualPadEditor current_t;
04492       ((current_t*)p)->~current_t();
04493    }
04494    // Wrapper around a custom streamer member function.
04495    static void streamer_TVirtualPadEditor(TBuffer &buf, void *obj) {
04496       ((::TVirtualPadEditor*)obj)->::TVirtualPadEditor::Streamer(buf);
04497    }
04498 } // end of namespace ROOT for class ::TVirtualPadEditor
04499 
04500 //______________________________________________________________________________
04501 void TVirtualFFT::Streamer(TBuffer &R__b)
04502 {
04503    // Stream an object of class TVirtualFFT.
04504 
04505    TObject::Streamer(R__b);
04506 }
04507 
04508 //______________________________________________________________________________
04509 void TVirtualFFT::ShowMembers(TMemberInspector &R__insp)
04510 {
04511       // Inspect the data members of an object of class TVirtualFFT.
04512       TClass *R__cl = ::TVirtualFFT::IsA();
04513       if (R__cl || R__insp.IsA()) { }
04514       TObject::ShowMembers(R__insp);
04515 }
04516 
04517 namespace ROOT {
04518    // Wrapper around operator delete
04519    static void delete_TVirtualFFT(void *p) {
04520       delete ((::TVirtualFFT*)p);
04521    }
04522    static void deleteArray_TVirtualFFT(void *p) {
04523       delete [] ((::TVirtualFFT*)p);
04524    }
04525    static void destruct_TVirtualFFT(void *p) {
04526       typedef ::TVirtualFFT current_t;
04527       ((current_t*)p)->~current_t();
04528    }
04529    // Wrapper around a custom streamer member function.
04530    static void streamer_TVirtualFFT(TBuffer &buf, void *obj) {
04531       ((::TVirtualFFT*)obj)->::TVirtualFFT::Streamer(buf);
04532    }
04533 } // end of namespace ROOT for class ::TVirtualFFT
04534 
04535 /********************************************************
04536 * core/base/src/G__Base1.cxx
04537 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
04538 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
04539 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
04540 ********************************************************/
04541 
04542 #ifdef G__MEMTEST
04543 #undef malloc
04544 #undef free
04545 #endif
04546 
04547 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
04548 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
04549 #endif
04550 
04551 extern "C" void G__cpp_reset_tagtableG__Base1();
04552 
04553 extern "C" void G__set_cpp_environmentG__Base1() {
04554   G__add_compiledheader("TObject.h");
04555   G__add_compiledheader("TMemberInspector.h");
04556   G__add_compiledheader("TApplication.h");
04557   G__add_compiledheader("TApplicationImp.h");
04558   G__add_compiledheader("TAtt3D.h");
04559   G__add_compiledheader("TAttAxis.h");
04560   G__add_compiledheader("TAttBBox.h");
04561   G__add_compiledheader("TAttFill.h");
04562   G__add_compiledheader("TAttLine.h");
04563   G__add_compiledheader("TAttMarker.h");
04564   G__add_compiledheader("TAttPad.h");
04565   G__add_compiledheader("TAttText.h");
04566   G__add_compiledheader("TBenchmark.h");
04567   G__add_compiledheader("TBrowser.h");
04568   G__add_compiledheader("TBrowserImp.h");
04569   G__add_compiledheader("TBuffer3D.h");
04570   G__add_compiledheader("TBuffer3DTypes.h");
04571   G__add_compiledheader("TBuffer.h");
04572   G__add_compiledheader("TCanvasImp.h");
04573   G__add_compiledheader("TColor.h");
04574   G__add_compiledheader("TContextMenu.h");
04575   G__add_compiledheader("TContextMenuImp.h");
04576   G__add_compiledheader("TControlBarImp.h");
04577   G__add_compiledheader("TDatime.h");
04578   G__add_compiledheader("TDirectory.h");
04579   G__add_compiledheader("TEnv.h");
04580   G__add_compiledheader("TError.h");
04581   G__add_compiledheader("TException.h");
04582   G__add_compiledheader("TExec.h");
04583   G__add_compiledheader("TFolder.h");
04584   G__add_compiledheader("TGuiFactory.h");
04585   G__add_compiledheader("TInspectorImp.h");
04586   G__add_compiledheader("TMacro.h");
04587   G__add_compiledheader("TMathBase.h");
04588   G__add_compiledheader("TMD5.h");
04589   G__add_compiledheader("TMemberInspector.h");
04590   G__add_compiledheader("TMessageHandler.h");
04591   G__add_compiledheader("TNamed.h");
04592   G__add_compiledheader("TObject.h");
04593   G__add_compiledheader("TObjString.h");
04594   G__add_compiledheader("TPluginManager.h");
04595   G__add_compiledheader("TPoint.h");
04596   G__add_compiledheader("TPRegexp.h");
04597   G__add_compiledheader("TProcessID.h");
04598   G__add_compiledheader("TProcessUUID.h");
04599   G__add_compiledheader("TQClass.h");
04600   G__add_compiledheader("TQCommand.h");
04601   G__add_compiledheader("TQConnection.h");
04602   G__add_compiledheader("TQObject.h");
04603   G__add_compiledheader("TRefCnt.h");
04604   G__add_compiledheader("TRef.h");
04605   G__add_compiledheader("TRegexp.h");
04606   G__add_compiledheader("TRemoteObject.h");
04607   G__add_compiledheader("TROOT.h");
04608   G__add_compiledheader("TRootIOCtor.h");
04609   G__add_compiledheader("TStopwatch.h");
04610   G__add_compiledheader("TStorage.h");
04611   G__add_compiledheader("TString.h");
04612   G__add_compiledheader("TStringLong.h");
04613   G__add_compiledheader("TStyle.h");
04614   G__add_compiledheader("TSysEvtHandler.h");
04615   G__add_compiledheader("TSystemDirectory.h");
04616   G__add_compiledheader("TSystemFile.h");
04617   G__add_compiledheader("TSystem.h");
04618   G__add_compiledheader("TTask.h");
04619   G__add_compiledheader("TTime.h");
04620   G__add_compiledheader("TTimer.h");
04621   G__add_compiledheader("TUUID.h");
04622   G__add_compiledheader("TVersionCheck.h");
04623   G__add_compiledheader("TVirtualFFT.h");
04624   G__add_compiledheader("TVirtualGL.h");
04625   G__add_compiledheader("TVirtualPadEditor.h");
04626   G__add_compiledheader("TVirtualPad.h");
04627   G__add_compiledheader("TVirtualPadPainter.h");
04628   G__add_compiledheader("TVirtualPS.h");
04629   G__add_compiledheader("TVirtualViewer3D.h");
04630   G__cpp_reset_tagtableG__Base1();
04631 }
04632 #include <new>
04633 extern "C" int G__cpp_dllrevG__Base1() { return(30051515); }
04634 
04635 /*********************************************************
04636 * Member function Interface Method
04637 *********************************************************/
04638 
04639 /* TBuffer */
04640 static int G__G__Base1_7_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04641 {
04642       G__letint(result7, 105, (long) ((const TBuffer*) G__getstructoffset())->GetBufferVersion());
04643    return(1 || funcname || hash || result7 || libp) ;
04644 }
04645 
04646 static int G__G__Base1_7_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04647 {
04648       G__letint(result7, 103, (long) ((const TBuffer*) G__getstructoffset())->IsReading());
04649    return(1 || funcname || hash || result7 || libp) ;
04650 }
04651 
04652 static int G__G__Base1_7_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04653 {
04654       G__letint(result7, 103, (long) ((const TBuffer*) G__getstructoffset())->IsWriting());
04655    return(1 || funcname || hash || result7 || libp) ;
04656 }
04657 
04658 static int G__G__Base1_7_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04659 {
04660       ((TBuffer*) G__getstructoffset())->SetReadMode();
04661       G__setnull(result7);
04662    return(1 || funcname || hash || result7 || libp) ;
04663 }
04664 
04665 static int G__G__Base1_7_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04666 {
04667       ((TBuffer*) G__getstructoffset())->SetWriteMode();
04668       G__setnull(result7);
04669    return(1 || funcname || hash || result7 || libp) ;
04670 }
04671 
04672 static int G__G__Base1_7_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04673 {
04674    switch (libp->paran) {
04675    case 4:
04676       ((TBuffer*) G__getstructoffset())->SetBuffer((void*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
04677 , (Bool_t) G__int(libp->para[2]), (ReAllocCharFun_t) G__int(libp->para[3]));
04678       G__setnull(result7);
04679       break;
04680    case 3:
04681       ((TBuffer*) G__getstructoffset())->SetBuffer((void*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
04682 , (Bool_t) G__int(libp->para[2]));
04683       G__setnull(result7);
04684       break;
04685    case 2:
04686       ((TBuffer*) G__getstructoffset())->SetBuffer((void*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
04687       G__setnull(result7);
04688       break;
04689    case 1:
04690       ((TBuffer*) G__getstructoffset())->SetBuffer((void*) G__int(libp->para[0]));
04691       G__setnull(result7);
04692       break;
04693    }
04694    return(1 || funcname || hash || result7 || libp) ;
04695 }
04696 
04697 static int G__G__Base1_7_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04698 {
04699       G__letint(result7, 89, (long) ((const TBuffer*) G__getstructoffset())->GetReAllocFunc());
04700    return(1 || funcname || hash || result7 || libp) ;
04701 }
04702 
04703 static int G__G__Base1_7_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04704 {
04705    switch (libp->paran) {
04706    case 1:
04707       ((TBuffer*) G__getstructoffset())->SetReAllocFunc((ReAllocCharFun_t) G__int(libp->para[0]));
04708       G__setnull(result7);
04709       break;
04710    case 0:
04711       ((TBuffer*) G__getstructoffset())->SetReAllocFunc();
04712       G__setnull(result7);
04713       break;
04714    }
04715    return(1 || funcname || hash || result7 || libp) ;
04716 }
04717 
04718 static int G__G__Base1_7_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04719 {
04720    switch (libp->paran) {
04721    case 1:
04722       ((TBuffer*) G__getstructoffset())->SetBufferOffset((Int_t) G__int(libp->para[0]));
04723       G__setnull(result7);
04724       break;
04725    case 0:
04726       ((TBuffer*) G__getstructoffset())->SetBufferOffset();
04727       G__setnull(result7);
04728       break;
04729    }
04730    return(1 || funcname || hash || result7 || libp) ;
04731 }
04732 
04733 static int G__G__Base1_7_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04734 {
04735       ((TBuffer*) G__getstructoffset())->SetParent((TObject*) G__int(libp->para[0]));
04736       G__setnull(result7);
04737    return(1 || funcname || hash || result7 || libp) ;
04738 }
04739 
04740 static int G__G__Base1_7_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04741 {
04742       G__letint(result7, 85, (long) ((const TBuffer*) G__getstructoffset())->GetParent());
04743    return(1 || funcname || hash || result7 || libp) ;
04744 }
04745 
04746 static int G__G__Base1_7_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04747 {
04748       G__letint(result7, 67, (long) ((const TBuffer*) G__getstructoffset())->Buffer());
04749    return(1 || funcname || hash || result7 || libp) ;
04750 }
04751 
04752 static int G__G__Base1_7_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04753 {
04754       G__letint(result7, 105, (long) ((const TBuffer*) G__getstructoffset())->BufferSize());
04755    return(1 || funcname || hash || result7 || libp) ;
04756 }
04757 
04758 static int G__G__Base1_7_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04759 {
04760       ((TBuffer*) G__getstructoffset())->DetachBuffer();
04761       G__setnull(result7);
04762    return(1 || funcname || hash || result7 || libp) ;
04763 }
04764 
04765 static int G__G__Base1_7_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04766 {
04767       G__letint(result7, 105, (long) ((const TBuffer*) G__getstructoffset())->Length());
04768    return(1 || funcname || hash || result7 || libp) ;
04769 }
04770 
04771 static int G__G__Base1_7_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04772 {
04773       ((TBuffer*) G__getstructoffset())->Expand((Int_t) G__int(libp->para[0]));
04774       G__setnull(result7);
04775    return(1 || funcname || hash || result7 || libp) ;
04776 }
04777 
04778 static int G__G__Base1_7_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04779 {
04780       G__letint(result7, 103, (long) ((TBuffer*) G__getstructoffset())->CheckObject((TObject*) G__int(libp->para[0])));
04781    return(1 || funcname || hash || result7 || libp) ;
04782 }
04783 
04784 static int G__G__Base1_7_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04785 {
04786       G__letint(result7, 103, (long) ((TBuffer*) G__getstructoffset())->CheckObject((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])));
04787    return(1 || funcname || hash || result7 || libp) ;
04788 }
04789 
04790 static int G__G__Base1_7_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04791 {
04792       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadBuf((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
04793    return(1 || funcname || hash || result7 || libp) ;
04794 }
04795 
04796 static int G__G__Base1_7_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04797 {
04798       ((TBuffer*) G__getstructoffset())->WriteBuf((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
04799       G__setnull(result7);
04800    return(1 || funcname || hash || result7 || libp) ;
04801 }
04802 
04803 static int G__G__Base1_7_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04804 {
04805       G__letint(result7, 67, (long) ((TBuffer*) G__getstructoffset())->ReadString((char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
04806    return(1 || funcname || hash || result7 || libp) ;
04807 }
04808 
04809 static int G__G__Base1_7_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04810 {
04811       ((TBuffer*) G__getstructoffset())->WriteString((const char*) G__int(libp->para[0]));
04812       G__setnull(result7);
04813    return(1 || funcname || hash || result7 || libp) ;
04814 }
04815 
04816 static int G__G__Base1_7_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04817 {
04818       G__letint(result7, 105, (long) ((const TBuffer*) G__getstructoffset())->GetVersionOwner());
04819    return(1 || funcname || hash || result7 || libp) ;
04820 }
04821 
04822 static int G__G__Base1_7_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04823 {
04824       G__letint(result7, 105, (long) ((const TBuffer*) G__getstructoffset())->GetMapCount());
04825    return(1 || funcname || hash || result7 || libp) ;
04826 }
04827 
04828 static int G__G__Base1_7_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04829 {
04830       ((const TBuffer*) G__getstructoffset())->GetMappedObject((UInt_t) G__int(libp->para[0]), libp->para[1].ref ? *(void**) libp->para[1].ref : *(void**) (void*) (&G__Mlong(libp->para[1]))
04831 , libp->para[2].ref ? *(TClass**) libp->para[2].ref : *(TClass**) (void*) (&G__Mlong(libp->para[2])));
04832       G__setnull(result7);
04833    return(1 || funcname || hash || result7 || libp) ;
04834 }
04835 
04836 static int G__G__Base1_7_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04837 {
04838    switch (libp->paran) {
04839    case 2:
04840       ((TBuffer*) G__getstructoffset())->MapObject((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
04841       G__setnull(result7);
04842       break;
04843    case 1:
04844       ((TBuffer*) G__getstructoffset())->MapObject((TObject*) G__int(libp->para[0]));
04845       G__setnull(result7);
04846       break;
04847    }
04848    return(1 || funcname || hash || result7 || libp) ;
04849 }
04850 
04851 static int G__G__Base1_7_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04852 {
04853    switch (libp->paran) {
04854    case 3:
04855       ((TBuffer*) G__getstructoffset())->MapObject((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
04856 , (UInt_t) G__int(libp->para[2]));
04857       G__setnull(result7);
04858       break;
04859    case 2:
04860       ((TBuffer*) G__getstructoffset())->MapObject((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1]));
04861       G__setnull(result7);
04862       break;
04863    }
04864    return(1 || funcname || hash || result7 || libp) ;
04865 }
04866 
04867 static int G__G__Base1_7_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04868 {
04869       ((TBuffer*) G__getstructoffset())->Reset();
04870       G__setnull(result7);
04871    return(1 || funcname || hash || result7 || libp) ;
04872 }
04873 
04874 static int G__G__Base1_7_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04875 {
04876       ((TBuffer*) G__getstructoffset())->InitMap();
04877       G__setnull(result7);
04878    return(1 || funcname || hash || result7 || libp) ;
04879 }
04880 
04881 static int G__G__Base1_7_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04882 {
04883       ((TBuffer*) G__getstructoffset())->ResetMap();
04884       G__setnull(result7);
04885    return(1 || funcname || hash || result7 || libp) ;
04886 }
04887 
04888 static int G__G__Base1_7_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04889 {
04890       ((TBuffer*) G__getstructoffset())->SetReadParam((Int_t) G__int(libp->para[0]));
04891       G__setnull(result7);
04892    return(1 || funcname || hash || result7 || libp) ;
04893 }
04894 
04895 static int G__G__Base1_7_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04896 {
04897       ((TBuffer*) G__getstructoffset())->SetWriteParam((Int_t) G__int(libp->para[0]));
04898       G__setnull(result7);
04899    return(1 || funcname || hash || result7 || libp) ;
04900 }
04901 
04902 static int G__G__Base1_7_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04903 {
04904       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->CheckByteCount((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
04905 , (TClass*) G__int(libp->para[2])));
04906    return(1 || funcname || hash || result7 || libp) ;
04907 }
04908 
04909 static int G__G__Base1_7_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04910 {
04911       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->CheckByteCount((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
04912 , (const char*) G__int(libp->para[2])));
04913    return(1 || funcname || hash || result7 || libp) ;
04914 }
04915 
04916 static int G__G__Base1_7_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04917 {
04918    switch (libp->paran) {
04919    case 2:
04920       ((TBuffer*) G__getstructoffset())->SetByteCount((UInt_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
04921       G__setnull(result7);
04922       break;
04923    case 1:
04924       ((TBuffer*) G__getstructoffset())->SetByteCount((UInt_t) G__int(libp->para[0]));
04925       G__setnull(result7);
04926       break;
04927    }
04928    return(1 || funcname || hash || result7 || libp) ;
04929 }
04930 
04931 static int G__G__Base1_7_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04932 {
04933    switch (libp->paran) {
04934    case 1:
04935       ((TBuffer*) G__getstructoffset())->SkipVersion((TClass*) G__int(libp->para[0]));
04936       G__setnull(result7);
04937       break;
04938    case 0:
04939       ((TBuffer*) G__getstructoffset())->SkipVersion();
04940       G__setnull(result7);
04941       break;
04942    }
04943    return(1 || funcname || hash || result7 || libp) ;
04944 }
04945 
04946 static int G__G__Base1_7_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04947 {
04948    switch (libp->paran) {
04949    case 3:
04950       G__letint(result7, 115, (long) ((TBuffer*) G__getstructoffset())->ReadVersion((UInt_t*) G__int(libp->para[0]), (UInt_t*) G__int(libp->para[1])
04951 , (TClass*) G__int(libp->para[2])));
04952       break;
04953    case 2:
04954       G__letint(result7, 115, (long) ((TBuffer*) G__getstructoffset())->ReadVersion((UInt_t*) G__int(libp->para[0]), (UInt_t*) G__int(libp->para[1])));
04955       break;
04956    case 1:
04957       G__letint(result7, 115, (long) ((TBuffer*) G__getstructoffset())->ReadVersion((UInt_t*) G__int(libp->para[0])));
04958       break;
04959    case 0:
04960       G__letint(result7, 115, (long) ((TBuffer*) G__getstructoffset())->ReadVersion());
04961       break;
04962    }
04963    return(1 || funcname || hash || result7 || libp) ;
04964 }
04965 
04966 static int G__G__Base1_7_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04967 {
04968    switch (libp->paran) {
04969    case 2:
04970       G__letint(result7, 104, (long) ((TBuffer*) G__getstructoffset())->WriteVersion((TClass*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
04971       break;
04972    case 1:
04973       G__letint(result7, 104, (long) ((TBuffer*) G__getstructoffset())->WriteVersion((TClass*) G__int(libp->para[0])));
04974       break;
04975    }
04976    return(1 || funcname || hash || result7 || libp) ;
04977 }
04978 
04979 static int G__G__Base1_7_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04980 {
04981    switch (libp->paran) {
04982    case 2:
04983       G__letint(result7, 104, (long) ((TBuffer*) G__getstructoffset())->WriteVersionMemberWise((TClass*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
04984       break;
04985    case 1:
04986       G__letint(result7, 104, (long) ((TBuffer*) G__getstructoffset())->WriteVersionMemberWise((TClass*) G__int(libp->para[0])));
04987       break;
04988    }
04989    return(1 || funcname || hash || result7 || libp) ;
04990 }
04991 
04992 static int G__G__Base1_7_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04993 {
04994       G__letint(result7, 89, (long) ((TBuffer*) G__getstructoffset())->ReadObjectAny((TClass*) G__int(libp->para[0])));
04995    return(1 || funcname || hash || result7 || libp) ;
04996 }
04997 
04998 static int G__G__Base1_7_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04999 {
05000       ((TBuffer*) G__getstructoffset())->SkipObjectAny();
05001       G__setnull(result7);
05002    return(1 || funcname || hash || result7 || libp) ;
05003 }
05004 
05005 static int G__G__Base1_7_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05006 {
05007       ((TBuffer*) G__getstructoffset())->TagStreamerInfo((TVirtualStreamerInfo*) G__int(libp->para[0]));
05008       G__setnull(result7);
05009    return(1 || funcname || hash || result7 || libp) ;
05010 }
05011 
05012 static int G__G__Base1_7_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05013 {
05014       ((TBuffer*) G__getstructoffset())->IncrementLevel((TVirtualStreamerInfo*) G__int(libp->para[0]));
05015       G__setnull(result7);
05016    return(1 || funcname || hash || result7 || libp) ;
05017 }
05018 
05019 static int G__G__Base1_7_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05020 {
05021       ((TBuffer*) G__getstructoffset())->SetStreamerElementNumber((Int_t) G__int(libp->para[0]));
05022       G__setnull(result7);
05023    return(1 || funcname || hash || result7 || libp) ;
05024 }
05025 
05026 static int G__G__Base1_7_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05027 {
05028       ((TBuffer*) G__getstructoffset())->DecrementLevel((TVirtualStreamerInfo*) G__int(libp->para[0]));
05029       G__setnull(result7);
05030    return(1 || funcname || hash || result7 || libp) ;
05031 }
05032 
05033 static int G__G__Base1_7_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05034 {
05035    switch (libp->paran) {
05036    case 2:
05037       ((TBuffer*) G__getstructoffset())->ClassBegin((TClass*) G__int(libp->para[0]), (Version_t) G__int(libp->para[1]));
05038       G__setnull(result7);
05039       break;
05040    case 1:
05041       ((TBuffer*) G__getstructoffset())->ClassBegin((TClass*) G__int(libp->para[0]));
05042       G__setnull(result7);
05043       break;
05044    }
05045    return(1 || funcname || hash || result7 || libp) ;
05046 }
05047 
05048 static int G__G__Base1_7_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05049 {
05050       ((TBuffer*) G__getstructoffset())->ClassEnd((TClass*) G__int(libp->para[0]));
05051       G__setnull(result7);
05052    return(1 || funcname || hash || result7 || libp) ;
05053 }
05054 
05055 static int G__G__Base1_7_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05056 {
05057    switch (libp->paran) {
05058    case 4:
05059       ((TBuffer*) G__getstructoffset())->ClassMember((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
05060 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
05061       G__setnull(result7);
05062       break;
05063    case 3:
05064       ((TBuffer*) G__getstructoffset())->ClassMember((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
05065 , (Int_t) G__int(libp->para[2]));
05066       G__setnull(result7);
05067       break;
05068    case 2:
05069       ((TBuffer*) G__getstructoffset())->ClassMember((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
05070       G__setnull(result7);
05071       break;
05072    case 1:
05073       ((TBuffer*) G__getstructoffset())->ClassMember((const char*) G__int(libp->para[0]));
05074       G__setnull(result7);
05075       break;
05076    }
05077    return(1 || funcname || hash || result7 || libp) ;
05078 }
05079 
05080 static int G__G__Base1_7_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05081 {
05082       G__letint(result7, 85, (long) ((TBuffer*) G__getstructoffset())->GetInfo());
05083    return(1 || funcname || hash || result7 || libp) ;
05084 }
05085 
05086 static int G__G__Base1_7_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05087 {
05088       G__letint(result7, 85, (long) ((const TBuffer*) G__getstructoffset())->PeekDataCache());
05089    return(1 || funcname || hash || result7 || libp) ;
05090 }
05091 
05092 static int G__G__Base1_7_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05093 {
05094       G__letint(result7, 85, (long) ((TBuffer*) G__getstructoffset())->PopDataCache());
05095    return(1 || funcname || hash || result7 || libp) ;
05096 }
05097 
05098 static int G__G__Base1_7_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05099 {
05100       ((TBuffer*) G__getstructoffset())->PushDataCache((TVirtualArray*) G__int(libp->para[0]));
05101       G__setnull(result7);
05102    return(1 || funcname || hash || result7 || libp) ;
05103 }
05104 
05105 static int G__G__Base1_7_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05106 {
05107    switch (libp->paran) {
05108    case 2:
05109       G__letint(result7, 85, (long) ((TBuffer*) G__getstructoffset())->ReadClass((TClass*) G__int(libp->para[0]), (UInt_t*) G__int(libp->para[1])));
05110       break;
05111    case 1:
05112       G__letint(result7, 85, (long) ((TBuffer*) G__getstructoffset())->ReadClass((TClass*) G__int(libp->para[0])));
05113       break;
05114    case 0:
05115       G__letint(result7, 85, (long) ((TBuffer*) G__getstructoffset())->ReadClass());
05116       break;
05117    }
05118    return(1 || funcname || hash || result7 || libp) ;
05119 }
05120 
05121 static int G__G__Base1_7_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05122 {
05123       ((TBuffer*) G__getstructoffset())->WriteClass((TClass*) G__int(libp->para[0]));
05124       G__setnull(result7);
05125    return(1 || funcname || hash || result7 || libp) ;
05126 }
05127 
05128 static int G__G__Base1_7_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05129 {
05130       G__letint(result7, 85, (long) ((TBuffer*) G__getstructoffset())->ReadObject((TClass*) G__int(libp->para[0])));
05131    return(1 || funcname || hash || result7 || libp) ;
05132 }
05133 
05134 static int G__G__Base1_7_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05135 {
05136       ((TBuffer*) G__getstructoffset())->WriteObject((TObject*) G__int(libp->para[0]));
05137       G__setnull(result7);
05138    return(1 || funcname || hash || result7 || libp) ;
05139 }
05140 
05141 static int G__G__Base1_7_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05142 {
05143       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->WriteObjectAny((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])));
05144    return(1 || funcname || hash || result7 || libp) ;
05145 }
05146 
05147 static int G__G__Base1_7_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05148 {
05149       G__letint(result7, 114, (long) ((const TBuffer*) G__getstructoffset())->GetPidOffset());
05150    return(1 || funcname || hash || result7 || libp) ;
05151 }
05152 
05153 static int G__G__Base1_7_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05154 {
05155       ((TBuffer*) G__getstructoffset())->SetPidOffset((UShort_t) G__int(libp->para[0]));
05156       G__setnull(result7);
05157    return(1 || funcname || hash || result7 || libp) ;
05158 }
05159 
05160 static int G__G__Base1_7_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05161 {
05162       G__letint(result7, 105, (long) ((const TBuffer*) G__getstructoffset())->GetBufferDisplacement());
05163    return(1 || funcname || hash || result7 || libp) ;
05164 }
05165 
05166 static int G__G__Base1_7_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05167 {
05168       ((TBuffer*) G__getstructoffset())->SetBufferDisplacement();
05169       G__setnull(result7);
05170    return(1 || funcname || hash || result7 || libp) ;
05171 }
05172 
05173 static int G__G__Base1_7_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05174 {
05175       ((TBuffer*) G__getstructoffset())->SetBufferDisplacement((Int_t) G__int(libp->para[0]));
05176       G__setnull(result7);
05177    return(1 || funcname || hash || result7 || libp) ;
05178 }
05179 
05180 static int G__G__Base1_7_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05181 {
05182    switch (libp->paran) {
05183    case 2:
05184       ((TBuffer*) G__getstructoffset())->ReadFloat16((Float_t*) G__int(libp->para[0]), (TStreamerElement*) G__int(libp->para[1]));
05185       G__setnull(result7);
05186       break;
05187    case 1:
05188       ((TBuffer*) G__getstructoffset())->ReadFloat16((Float_t*) G__int(libp->para[0]));
05189       G__setnull(result7);
05190       break;
05191    }
05192    return(1 || funcname || hash || result7 || libp) ;
05193 }
05194 
05195 static int G__G__Base1_7_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05196 {
05197    switch (libp->paran) {
05198    case 2:
05199       ((TBuffer*) G__getstructoffset())->WriteFloat16((Float_t*) G__int(libp->para[0]), (TStreamerElement*) G__int(libp->para[1]));
05200       G__setnull(result7);
05201       break;
05202    case 1:
05203       ((TBuffer*) G__getstructoffset())->WriteFloat16((Float_t*) G__int(libp->para[0]));
05204       G__setnull(result7);
05205       break;
05206    }
05207    return(1 || funcname || hash || result7 || libp) ;
05208 }
05209 
05210 static int G__G__Base1_7_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05211 {
05212    switch (libp->paran) {
05213    case 2:
05214       ((TBuffer*) G__getstructoffset())->ReadDouble32((Double_t*) G__int(libp->para[0]), (TStreamerElement*) G__int(libp->para[1]));
05215       G__setnull(result7);
05216       break;
05217    case 1:
05218       ((TBuffer*) G__getstructoffset())->ReadDouble32((Double_t*) G__int(libp->para[0]));
05219       G__setnull(result7);
05220       break;
05221    }
05222    return(1 || funcname || hash || result7 || libp) ;
05223 }
05224 
05225 static int G__G__Base1_7_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05226 {
05227    switch (libp->paran) {
05228    case 2:
05229       ((TBuffer*) G__getstructoffset())->WriteDouble32((Double_t*) G__int(libp->para[0]), (TStreamerElement*) G__int(libp->para[1]));
05230       G__setnull(result7);
05231       break;
05232    case 1:
05233       ((TBuffer*) G__getstructoffset())->WriteDouble32((Double_t*) G__int(libp->para[0]));
05234       G__setnull(result7);
05235       break;
05236    }
05237    return(1 || funcname || hash || result7 || libp) ;
05238 }
05239 
05240 static int G__G__Base1_7_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05241 {
05242       ((TBuffer*) G__getstructoffset())->ReadWithFactor((Float_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
05243 , (Double_t) G__double(libp->para[2]));
05244       G__setnull(result7);
05245    return(1 || funcname || hash || result7 || libp) ;
05246 }
05247 
05248 static int G__G__Base1_7_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05249 {
05250       ((TBuffer*) G__getstructoffset())->ReadWithNbits((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05251       G__setnull(result7);
05252    return(1 || funcname || hash || result7 || libp) ;
05253 }
05254 
05255 static int G__G__Base1_7_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05256 {
05257       ((TBuffer*) G__getstructoffset())->ReadWithFactor((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
05258 , (Double_t) G__double(libp->para[2]));
05259       G__setnull(result7);
05260    return(1 || funcname || hash || result7 || libp) ;
05261 }
05262 
05263 static int G__G__Base1_7_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05264 {
05265       ((TBuffer*) G__getstructoffset())->ReadWithNbits((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05266       G__setnull(result7);
05267    return(1 || funcname || hash || result7 || libp) ;
05268 }
05269 
05270 static int G__G__Base1_7_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05271 {
05272       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Bool_t**) libp->para[0].ref : *(Bool_t**) (void*) (&G__Mlong(libp->para[0]))));
05273    return(1 || funcname || hash || result7 || libp) ;
05274 }
05275 
05276 static int G__G__Base1_7_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05277 {
05278       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Char_t**) libp->para[0].ref : *(Char_t**) (void*) (&G__Mlong(libp->para[0]))));
05279    return(1 || funcname || hash || result7 || libp) ;
05280 }
05281 
05282 static int G__G__Base1_7_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05283 {
05284       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(UChar_t**) libp->para[0].ref : *(UChar_t**) (void*) (&G__Mlong(libp->para[0]))));
05285    return(1 || funcname || hash || result7 || libp) ;
05286 }
05287 
05288 static int G__G__Base1_7_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05289 {
05290       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Short_t**) libp->para[0].ref : *(Short_t**) (void*) (&G__Mlong(libp->para[0]))));
05291    return(1 || funcname || hash || result7 || libp) ;
05292 }
05293 
05294 static int G__G__Base1_7_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05295 {
05296       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(UShort_t**) libp->para[0].ref : *(UShort_t**) (void*) (&G__Mlong(libp->para[0]))));
05297    return(1 || funcname || hash || result7 || libp) ;
05298 }
05299 
05300 static int G__G__Base1_7_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05301 {
05302       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Int_t**) libp->para[0].ref : *(Int_t**) (void*) (&G__Mlong(libp->para[0]))));
05303    return(1 || funcname || hash || result7 || libp) ;
05304 }
05305 
05306 static int G__G__Base1_7_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05307 {
05308       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(UInt_t**) libp->para[0].ref : *(UInt_t**) (void*) (&G__Mlong(libp->para[0]))));
05309    return(1 || funcname || hash || result7 || libp) ;
05310 }
05311 
05312 static int G__G__Base1_7_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05313 {
05314       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Long_t**) libp->para[0].ref : *(Long_t**) (void*) (&G__Mlong(libp->para[0]))));
05315    return(1 || funcname || hash || result7 || libp) ;
05316 }
05317 
05318 static int G__G__Base1_7_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05319 {
05320       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(ULong_t**) libp->para[0].ref : *(ULong_t**) (void*) (&G__Mlong(libp->para[0]))));
05321    return(1 || funcname || hash || result7 || libp) ;
05322 }
05323 
05324 static int G__G__Base1_7_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05325 {
05326       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Long64_t**) libp->para[0].ref : *(Long64_t**) (void*) (&G__Mlong(libp->para[0]))));
05327    return(1 || funcname || hash || result7 || libp) ;
05328 }
05329 
05330 static int G__G__Base1_7_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05331 {
05332       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(ULong64_t**) libp->para[0].ref : *(ULong64_t**) (void*) (&G__Mlong(libp->para[0]))));
05333    return(1 || funcname || hash || result7 || libp) ;
05334 }
05335 
05336 static int G__G__Base1_7_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05337 {
05338       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Float_t**) libp->para[0].ref : *(Float_t**) (void*) (&G__Mlong(libp->para[0]))));
05339    return(1 || funcname || hash || result7 || libp) ;
05340 }
05341 
05342 static int G__G__Base1_7_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05343 {
05344       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArray(libp->para[0].ref ? *(Double_t**) libp->para[0].ref : *(Double_t**) (void*) (&G__Mlong(libp->para[0]))));
05345    return(1 || funcname || hash || result7 || libp) ;
05346 }
05347 
05348 static int G__G__Base1_7_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05349 {
05350    switch (libp->paran) {
05351    case 2:
05352       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArrayFloat16(libp->para[0].ref ? *(Float_t**) libp->para[0].ref : *(Float_t**) (void*) (&G__Mlong(libp->para[0])), (TStreamerElement*) G__int(libp->para[1])));
05353       break;
05354    case 1:
05355       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArrayFloat16(libp->para[0].ref ? *(Float_t**) libp->para[0].ref : *(Float_t**) (void*) (&G__Mlong(libp->para[0]))));
05356       break;
05357    }
05358    return(1 || funcname || hash || result7 || libp) ;
05359 }
05360 
05361 static int G__G__Base1_7_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05362 {
05363    switch (libp->paran) {
05364    case 2:
05365       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArrayDouble32(libp->para[0].ref ? *(Double_t**) libp->para[0].ref : *(Double_t**) (void*) (&G__Mlong(libp->para[0])), (TStreamerElement*) G__int(libp->para[1])));
05366       break;
05367    case 1:
05368       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadArrayDouble32(libp->para[0].ref ? *(Double_t**) libp->para[0].ref : *(Double_t**) (void*) (&G__Mlong(libp->para[0]))));
05369       break;
05370    }
05371    return(1 || funcname || hash || result7 || libp) ;
05372 }
05373 
05374 static int G__G__Base1_7_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05375 {
05376       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Bool_t*) G__int(libp->para[0])));
05377    return(1 || funcname || hash || result7 || libp) ;
05378 }
05379 
05380 static int G__G__Base1_7_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05381 {
05382       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Char_t*) G__int(libp->para[0])));
05383    return(1 || funcname || hash || result7 || libp) ;
05384 }
05385 
05386 static int G__G__Base1_7_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05387 {
05388       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((UChar_t*) G__int(libp->para[0])));
05389    return(1 || funcname || hash || result7 || libp) ;
05390 }
05391 
05392 static int G__G__Base1_7_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05393 {
05394       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Short_t*) G__int(libp->para[0])));
05395    return(1 || funcname || hash || result7 || libp) ;
05396 }
05397 
05398 static int G__G__Base1_7_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05399 {
05400       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((UShort_t*) G__int(libp->para[0])));
05401    return(1 || funcname || hash || result7 || libp) ;
05402 }
05403 
05404 static int G__G__Base1_7_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05405 {
05406       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Int_t*) G__int(libp->para[0])));
05407    return(1 || funcname || hash || result7 || libp) ;
05408 }
05409 
05410 static int G__G__Base1_7_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05411 {
05412       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((UInt_t*) G__int(libp->para[0])));
05413    return(1 || funcname || hash || result7 || libp) ;
05414 }
05415 
05416 static int G__G__Base1_7_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05417 {
05418       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Long_t*) G__int(libp->para[0])));
05419    return(1 || funcname || hash || result7 || libp) ;
05420 }
05421 
05422 static int G__G__Base1_7_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05423 {
05424       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((ULong_t*) G__int(libp->para[0])));
05425    return(1 || funcname || hash || result7 || libp) ;
05426 }
05427 
05428 static int G__G__Base1_7_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05429 {
05430       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Long64_t*) G__int(libp->para[0])));
05431    return(1 || funcname || hash || result7 || libp) ;
05432 }
05433 
05434 static int G__G__Base1_7_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05435 {
05436       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((ULong64_t*) G__int(libp->para[0])));
05437    return(1 || funcname || hash || result7 || libp) ;
05438 }
05439 
05440 static int G__G__Base1_7_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05441 {
05442       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Float_t*) G__int(libp->para[0])));
05443    return(1 || funcname || hash || result7 || libp) ;
05444 }
05445 
05446 static int G__G__Base1_7_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05447 {
05448       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArray((Double_t*) G__int(libp->para[0])));
05449    return(1 || funcname || hash || result7 || libp) ;
05450 }
05451 
05452 static int G__G__Base1_7_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05453 {
05454    switch (libp->paran) {
05455    case 2:
05456       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArrayFloat16((Float_t*) G__int(libp->para[0]), (TStreamerElement*) G__int(libp->para[1])));
05457       break;
05458    case 1:
05459       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArrayFloat16((Float_t*) G__int(libp->para[0])));
05460       break;
05461    }
05462    return(1 || funcname || hash || result7 || libp) ;
05463 }
05464 
05465 static int G__G__Base1_7_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05466 {
05467    switch (libp->paran) {
05468    case 2:
05469       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArrayDouble32((Double_t*) G__int(libp->para[0]), (TStreamerElement*) G__int(libp->para[1])));
05470       break;
05471    case 1:
05472       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadStaticArrayDouble32((Double_t*) G__int(libp->para[0])));
05473       break;
05474    }
05475    return(1 || funcname || hash || result7 || libp) ;
05476 }
05477 
05478 static int G__G__Base1_7_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05479 {
05480       ((TBuffer*) G__getstructoffset())->ReadFastArray((Bool_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05481       G__setnull(result7);
05482    return(1 || funcname || hash || result7 || libp) ;
05483 }
05484 
05485 static int G__G__Base1_7_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05486 {
05487       ((TBuffer*) G__getstructoffset())->ReadFastArray((Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05488       G__setnull(result7);
05489    return(1 || funcname || hash || result7 || libp) ;
05490 }
05491 
05492 static int G__G__Base1_7_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05493 {
05494       ((TBuffer*) G__getstructoffset())->ReadFastArrayString((Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05495       G__setnull(result7);
05496    return(1 || funcname || hash || result7 || libp) ;
05497 }
05498 
05499 static int G__G__Base1_7_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05500 {
05501       ((TBuffer*) G__getstructoffset())->ReadFastArray((UChar_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05502       G__setnull(result7);
05503    return(1 || funcname || hash || result7 || libp) ;
05504 }
05505 
05506 static int G__G__Base1_7_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05507 {
05508       ((TBuffer*) G__getstructoffset())->ReadFastArray((Short_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05509       G__setnull(result7);
05510    return(1 || funcname || hash || result7 || libp) ;
05511 }
05512 
05513 static int G__G__Base1_7_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05514 {
05515       ((TBuffer*) G__getstructoffset())->ReadFastArray((UShort_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05516       G__setnull(result7);
05517    return(1 || funcname || hash || result7 || libp) ;
05518 }
05519 
05520 static int G__G__Base1_7_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05521 {
05522       ((TBuffer*) G__getstructoffset())->ReadFastArray((Int_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05523       G__setnull(result7);
05524    return(1 || funcname || hash || result7 || libp) ;
05525 }
05526 
05527 static int G__G__Base1_7_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05528 {
05529       ((TBuffer*) G__getstructoffset())->ReadFastArray((UInt_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05530       G__setnull(result7);
05531    return(1 || funcname || hash || result7 || libp) ;
05532 }
05533 
05534 static int G__G__Base1_7_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05535 {
05536       ((TBuffer*) G__getstructoffset())->ReadFastArray((Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05537       G__setnull(result7);
05538    return(1 || funcname || hash || result7 || libp) ;
05539 }
05540 
05541 static int G__G__Base1_7_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05542 {
05543       ((TBuffer*) G__getstructoffset())->ReadFastArray((ULong_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05544       G__setnull(result7);
05545    return(1 || funcname || hash || result7 || libp) ;
05546 }
05547 
05548 static int G__G__Base1_7_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05549 {
05550       ((TBuffer*) G__getstructoffset())->ReadFastArray((Long64_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05551       G__setnull(result7);
05552    return(1 || funcname || hash || result7 || libp) ;
05553 }
05554 
05555 static int G__G__Base1_7_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05556 {
05557       ((TBuffer*) G__getstructoffset())->ReadFastArray((ULong64_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05558       G__setnull(result7);
05559    return(1 || funcname || hash || result7 || libp) ;
05560 }
05561 
05562 static int G__G__Base1_7_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05563 {
05564       ((TBuffer*) G__getstructoffset())->ReadFastArray((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05565       G__setnull(result7);
05566    return(1 || funcname || hash || result7 || libp) ;
05567 }
05568 
05569 static int G__G__Base1_7_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05570 {
05571       ((TBuffer*) G__getstructoffset())->ReadFastArray((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05572       G__setnull(result7);
05573    return(1 || funcname || hash || result7 || libp) ;
05574 }
05575 
05576 static int G__G__Base1_7_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05577 {
05578    switch (libp->paran) {
05579    case 3:
05580       ((TBuffer*) G__getstructoffset())->ReadFastArrayFloat16((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05581 , (TStreamerElement*) G__int(libp->para[2]));
05582       G__setnull(result7);
05583       break;
05584    case 2:
05585       ((TBuffer*) G__getstructoffset())->ReadFastArrayFloat16((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05586       G__setnull(result7);
05587       break;
05588    }
05589    return(1 || funcname || hash || result7 || libp) ;
05590 }
05591 
05592 static int G__G__Base1_7_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05593 {
05594    switch (libp->paran) {
05595    case 3:
05596       ((TBuffer*) G__getstructoffset())->ReadFastArrayDouble32((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05597 , (TStreamerElement*) G__int(libp->para[2]));
05598       G__setnull(result7);
05599       break;
05600    case 2:
05601       ((TBuffer*) G__getstructoffset())->ReadFastArrayDouble32((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05602       G__setnull(result7);
05603       break;
05604    }
05605    return(1 || funcname || hash || result7 || libp) ;
05606 }
05607 
05608 static int G__G__Base1_7_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05609 {
05610    switch (libp->paran) {
05611    case 5:
05612       ((TBuffer*) G__getstructoffset())->ReadFastArray((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05613 , (Int_t) G__int(libp->para[2]), (TMemberStreamer*) G__int(libp->para[3])
05614 , (TClass*) G__int(libp->para[4]));
05615       G__setnull(result7);
05616       break;
05617    case 4:
05618       ((TBuffer*) G__getstructoffset())->ReadFastArray((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05619 , (Int_t) G__int(libp->para[2]), (TMemberStreamer*) G__int(libp->para[3]));
05620       G__setnull(result7);
05621       break;
05622    case 3:
05623       ((TBuffer*) G__getstructoffset())->ReadFastArray((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05624 , (Int_t) G__int(libp->para[2]));
05625       G__setnull(result7);
05626       break;
05627    case 2:
05628       ((TBuffer*) G__getstructoffset())->ReadFastArray((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1]));
05629       G__setnull(result7);
05630       break;
05631    }
05632    return(1 || funcname || hash || result7 || libp) ;
05633 }
05634 
05635 static int G__G__Base1_7_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05636 {
05637    switch (libp->paran) {
05638    case 6:
05639       ((TBuffer*) G__getstructoffset())->ReadFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05640 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
05641 , (TMemberStreamer*) G__int(libp->para[4]), (TClass*) G__int(libp->para[5]));
05642       G__setnull(result7);
05643       break;
05644    case 5:
05645       ((TBuffer*) G__getstructoffset())->ReadFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05646 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
05647 , (TMemberStreamer*) G__int(libp->para[4]));
05648       G__setnull(result7);
05649       break;
05650    case 4:
05651       ((TBuffer*) G__getstructoffset())->ReadFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05652 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
05653       G__setnull(result7);
05654       break;
05655    case 3:
05656       ((TBuffer*) G__getstructoffset())->ReadFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05657 , (Int_t) G__int(libp->para[2]));
05658       G__setnull(result7);
05659       break;
05660    case 2:
05661       ((TBuffer*) G__getstructoffset())->ReadFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1]));
05662       G__setnull(result7);
05663       break;
05664    }
05665    return(1 || funcname || hash || result7 || libp) ;
05666 }
05667 
05668 static int G__G__Base1_7_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05669 {
05670       ((TBuffer*) G__getstructoffset())->WriteArray((const Bool_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05671       G__setnull(result7);
05672    return(1 || funcname || hash || result7 || libp) ;
05673 }
05674 
05675 static int G__G__Base1_7_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05676 {
05677       ((TBuffer*) G__getstructoffset())->WriteArray((const Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05678       G__setnull(result7);
05679    return(1 || funcname || hash || result7 || libp) ;
05680 }
05681 
05682 static int G__G__Base1_7_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05683 {
05684       ((TBuffer*) G__getstructoffset())->WriteArray((const UChar_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05685       G__setnull(result7);
05686    return(1 || funcname || hash || result7 || libp) ;
05687 }
05688 
05689 static int G__G__Base1_7_0_131(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05690 {
05691       ((TBuffer*) G__getstructoffset())->WriteArray((const Short_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05692       G__setnull(result7);
05693    return(1 || funcname || hash || result7 || libp) ;
05694 }
05695 
05696 static int G__G__Base1_7_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05697 {
05698       ((TBuffer*) G__getstructoffset())->WriteArray((const UShort_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05699       G__setnull(result7);
05700    return(1 || funcname || hash || result7 || libp) ;
05701 }
05702 
05703 static int G__G__Base1_7_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05704 {
05705       ((TBuffer*) G__getstructoffset())->WriteArray((const Int_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05706       G__setnull(result7);
05707    return(1 || funcname || hash || result7 || libp) ;
05708 }
05709 
05710 static int G__G__Base1_7_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05711 {
05712       ((TBuffer*) G__getstructoffset())->WriteArray((const UInt_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05713       G__setnull(result7);
05714    return(1 || funcname || hash || result7 || libp) ;
05715 }
05716 
05717 static int G__G__Base1_7_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05718 {
05719       ((TBuffer*) G__getstructoffset())->WriteArray((const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05720       G__setnull(result7);
05721    return(1 || funcname || hash || result7 || libp) ;
05722 }
05723 
05724 static int G__G__Base1_7_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05725 {
05726       ((TBuffer*) G__getstructoffset())->WriteArray((const ULong_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05727       G__setnull(result7);
05728    return(1 || funcname || hash || result7 || libp) ;
05729 }
05730 
05731 static int G__G__Base1_7_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05732 {
05733       ((TBuffer*) G__getstructoffset())->WriteArray((const Long64_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05734       G__setnull(result7);
05735    return(1 || funcname || hash || result7 || libp) ;
05736 }
05737 
05738 static int G__G__Base1_7_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05739 {
05740       ((TBuffer*) G__getstructoffset())->WriteArray((const ULong64_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05741       G__setnull(result7);
05742    return(1 || funcname || hash || result7 || libp) ;
05743 }
05744 
05745 static int G__G__Base1_7_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05746 {
05747       ((TBuffer*) G__getstructoffset())->WriteArray((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05748       G__setnull(result7);
05749    return(1 || funcname || hash || result7 || libp) ;
05750 }
05751 
05752 static int G__G__Base1_7_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05753 {
05754       ((TBuffer*) G__getstructoffset())->WriteArray((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05755       G__setnull(result7);
05756    return(1 || funcname || hash || result7 || libp) ;
05757 }
05758 
05759 static int G__G__Base1_7_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05760 {
05761    switch (libp->paran) {
05762    case 3:
05763       ((TBuffer*) G__getstructoffset())->WriteArrayFloat16((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05764 , (TStreamerElement*) G__int(libp->para[2]));
05765       G__setnull(result7);
05766       break;
05767    case 2:
05768       ((TBuffer*) G__getstructoffset())->WriteArrayFloat16((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05769       G__setnull(result7);
05770       break;
05771    }
05772    return(1 || funcname || hash || result7 || libp) ;
05773 }
05774 
05775 static int G__G__Base1_7_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05776 {
05777    switch (libp->paran) {
05778    case 3:
05779       ((TBuffer*) G__getstructoffset())->WriteArrayDouble32((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05780 , (TStreamerElement*) G__int(libp->para[2]));
05781       G__setnull(result7);
05782       break;
05783    case 2:
05784       ((TBuffer*) G__getstructoffset())->WriteArrayDouble32((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05785       G__setnull(result7);
05786       break;
05787    }
05788    return(1 || funcname || hash || result7 || libp) ;
05789 }
05790 
05791 static int G__G__Base1_7_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05792 {
05793       ((TBuffer*) G__getstructoffset())->WriteFastArray((const Bool_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05794       G__setnull(result7);
05795    return(1 || funcname || hash || result7 || libp) ;
05796 }
05797 
05798 static int G__G__Base1_7_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05799 {
05800       ((TBuffer*) G__getstructoffset())->WriteFastArray((const Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05801       G__setnull(result7);
05802    return(1 || funcname || hash || result7 || libp) ;
05803 }
05804 
05805 static int G__G__Base1_7_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05806 {
05807       ((TBuffer*) G__getstructoffset())->WriteFastArrayString((const Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05808       G__setnull(result7);
05809    return(1 || funcname || hash || result7 || libp) ;
05810 }
05811 
05812 static int G__G__Base1_7_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05813 {
05814       ((TBuffer*) G__getstructoffset())->WriteFastArray((const UChar_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05815       G__setnull(result7);
05816    return(1 || funcname || hash || result7 || libp) ;
05817 }
05818 
05819 static int G__G__Base1_7_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05820 {
05821       ((TBuffer*) G__getstructoffset())->WriteFastArray((const Short_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05822       G__setnull(result7);
05823    return(1 || funcname || hash || result7 || libp) ;
05824 }
05825 
05826 static int G__G__Base1_7_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05827 {
05828       ((TBuffer*) G__getstructoffset())->WriteFastArray((const UShort_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05829       G__setnull(result7);
05830    return(1 || funcname || hash || result7 || libp) ;
05831 }
05832 
05833 static int G__G__Base1_7_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05834 {
05835       ((TBuffer*) G__getstructoffset())->WriteFastArray((const Int_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05836       G__setnull(result7);
05837    return(1 || funcname || hash || result7 || libp) ;
05838 }
05839 
05840 static int G__G__Base1_7_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05841 {
05842       ((TBuffer*) G__getstructoffset())->WriteFastArray((const UInt_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05843       G__setnull(result7);
05844    return(1 || funcname || hash || result7 || libp) ;
05845 }
05846 
05847 static int G__G__Base1_7_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05848 {
05849       ((TBuffer*) G__getstructoffset())->WriteFastArray((const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05850       G__setnull(result7);
05851    return(1 || funcname || hash || result7 || libp) ;
05852 }
05853 
05854 static int G__G__Base1_7_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05855 {
05856       ((TBuffer*) G__getstructoffset())->WriteFastArray((const ULong_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05857       G__setnull(result7);
05858    return(1 || funcname || hash || result7 || libp) ;
05859 }
05860 
05861 static int G__G__Base1_7_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05862 {
05863       ((TBuffer*) G__getstructoffset())->WriteFastArray((const Long64_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05864       G__setnull(result7);
05865    return(1 || funcname || hash || result7 || libp) ;
05866 }
05867 
05868 static int G__G__Base1_7_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05869 {
05870       ((TBuffer*) G__getstructoffset())->WriteFastArray((const ULong64_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05871       G__setnull(result7);
05872    return(1 || funcname || hash || result7 || libp) ;
05873 }
05874 
05875 static int G__G__Base1_7_0_155(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05876 {
05877       ((TBuffer*) G__getstructoffset())->WriteFastArray((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05878       G__setnull(result7);
05879    return(1 || funcname || hash || result7 || libp) ;
05880 }
05881 
05882 static int G__G__Base1_7_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05883 {
05884       ((TBuffer*) G__getstructoffset())->WriteFastArray((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05885       G__setnull(result7);
05886    return(1 || funcname || hash || result7 || libp) ;
05887 }
05888 
05889 static int G__G__Base1_7_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05890 {
05891    switch (libp->paran) {
05892    case 3:
05893       ((TBuffer*) G__getstructoffset())->WriteFastArrayFloat16((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05894 , (TStreamerElement*) G__int(libp->para[2]));
05895       G__setnull(result7);
05896       break;
05897    case 2:
05898       ((TBuffer*) G__getstructoffset())->WriteFastArrayFloat16((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05899       G__setnull(result7);
05900       break;
05901    }
05902    return(1 || funcname || hash || result7 || libp) ;
05903 }
05904 
05905 static int G__G__Base1_7_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05906 {
05907    switch (libp->paran) {
05908    case 3:
05909       ((TBuffer*) G__getstructoffset())->WriteFastArrayDouble32((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05910 , (TStreamerElement*) G__int(libp->para[2]));
05911       G__setnull(result7);
05912       break;
05913    case 2:
05914       ((TBuffer*) G__getstructoffset())->WriteFastArrayDouble32((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05915       G__setnull(result7);
05916       break;
05917    }
05918    return(1 || funcname || hash || result7 || libp) ;
05919 }
05920 
05921 static int G__G__Base1_7_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05922 {
05923    switch (libp->paran) {
05924    case 4:
05925       ((TBuffer*) G__getstructoffset())->WriteFastArray((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05926 , (Int_t) G__int(libp->para[2]), (TMemberStreamer*) G__int(libp->para[3]));
05927       G__setnull(result7);
05928       break;
05929    case 3:
05930       ((TBuffer*) G__getstructoffset())->WriteFastArray((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05931 , (Int_t) G__int(libp->para[2]));
05932       G__setnull(result7);
05933       break;
05934    case 2:
05935       ((TBuffer*) G__getstructoffset())->WriteFastArray((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1]));
05936       G__setnull(result7);
05937       break;
05938    }
05939    return(1 || funcname || hash || result7 || libp) ;
05940 }
05941 
05942 static int G__G__Base1_7_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05943 {
05944    switch (libp->paran) {
05945    case 5:
05946       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->WriteFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05947 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
05948 , (TMemberStreamer*) G__int(libp->para[4])));
05949       break;
05950    case 4:
05951       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->WriteFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05952 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])));
05953       break;
05954    case 3:
05955       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->WriteFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
05956 , (Int_t) G__int(libp->para[2])));
05957       break;
05958    case 2:
05959       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->WriteFastArray((void**) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])));
05960       break;
05961    }
05962    return(1 || funcname || hash || result7 || libp) ;
05963 }
05964 
05965 static int G__G__Base1_7_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05966 {
05967    switch (libp->paran) {
05968    case 3:
05969       ((TBuffer*) G__getstructoffset())->StreamObject((void*) G__int(libp->para[0]), *(type_info*) libp->para[1].ref
05970 , (TClass*) G__int(libp->para[2]));
05971       G__setnull(result7);
05972       break;
05973    case 2:
05974       ((TBuffer*) G__getstructoffset())->StreamObject((void*) G__int(libp->para[0]), *(type_info*) libp->para[1].ref);
05975       G__setnull(result7);
05976       break;
05977    }
05978    return(1 || funcname || hash || result7 || libp) ;
05979 }
05980 
05981 static int G__G__Base1_7_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05982 {
05983    switch (libp->paran) {
05984    case 3:
05985       ((TBuffer*) G__getstructoffset())->StreamObject((void*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
05986 , (TClass*) G__int(libp->para[2]));
05987       G__setnull(result7);
05988       break;
05989    case 2:
05990       ((TBuffer*) G__getstructoffset())->StreamObject((void*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
05991       G__setnull(result7);
05992       break;
05993    }
05994    return(1 || funcname || hash || result7 || libp) ;
05995 }
05996 
05997 static int G__G__Base1_7_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05998 {
05999    switch (libp->paran) {
06000    case 3:
06001       ((TBuffer*) G__getstructoffset())->StreamObject((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
06002 , (TClass*) G__int(libp->para[2]));
06003       G__setnull(result7);
06004       break;
06005    case 2:
06006       ((TBuffer*) G__getstructoffset())->StreamObject((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1]));
06007       G__setnull(result7);
06008       break;
06009    }
06010    return(1 || funcname || hash || result7 || libp) ;
06011 }
06012 
06013 static int G__G__Base1_7_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06014 {
06015       ((TBuffer*) G__getstructoffset())->StreamObject((TObject*) G__int(libp->para[0]));
06016       G__setnull(result7);
06017    return(1 || funcname || hash || result7 || libp) ;
06018 }
06019 
06020 static int G__G__Base1_7_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06021 {
06022       ((TBuffer*) G__getstructoffset())->ReadBool(*(Bool_t*) G__Boolref(&libp->para[0]));
06023       G__setnull(result7);
06024    return(1 || funcname || hash || result7 || libp) ;
06025 }
06026 
06027 static int G__G__Base1_7_0_166(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06028 {
06029       ((TBuffer*) G__getstructoffset())->ReadChar(*(Char_t*) G__Charref(&libp->para[0]));
06030       G__setnull(result7);
06031    return(1 || funcname || hash || result7 || libp) ;
06032 }
06033 
06034 static int G__G__Base1_7_0_167(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06035 {
06036       ((TBuffer*) G__getstructoffset())->ReadUChar(*(UChar_t*) G__UCharref(&libp->para[0]));
06037       G__setnull(result7);
06038    return(1 || funcname || hash || result7 || libp) ;
06039 }
06040 
06041 static int G__G__Base1_7_0_168(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06042 {
06043       ((TBuffer*) G__getstructoffset())->ReadShort(*(Short_t*) G__Shortref(&libp->para[0]));
06044       G__setnull(result7);
06045    return(1 || funcname || hash || result7 || libp) ;
06046 }
06047 
06048 static int G__G__Base1_7_0_169(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06049 {
06050       ((TBuffer*) G__getstructoffset())->ReadUShort(*(UShort_t*) G__UShortref(&libp->para[0]));
06051       G__setnull(result7);
06052    return(1 || funcname || hash || result7 || libp) ;
06053 }
06054 
06055 static int G__G__Base1_7_0_170(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06056 {
06057       ((TBuffer*) G__getstructoffset())->ReadInt(*(Int_t*) G__Intref(&libp->para[0]));
06058       G__setnull(result7);
06059    return(1 || funcname || hash || result7 || libp) ;
06060 }
06061 
06062 static int G__G__Base1_7_0_171(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06063 {
06064       ((TBuffer*) G__getstructoffset())->ReadUInt(*(UInt_t*) G__UIntref(&libp->para[0]));
06065       G__setnull(result7);
06066    return(1 || funcname || hash || result7 || libp) ;
06067 }
06068 
06069 static int G__G__Base1_7_0_172(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06070 {
06071       ((TBuffer*) G__getstructoffset())->ReadLong(*(Long_t*) G__Longref(&libp->para[0]));
06072       G__setnull(result7);
06073    return(1 || funcname || hash || result7 || libp) ;
06074 }
06075 
06076 static int G__G__Base1_7_0_173(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06077 {
06078       ((TBuffer*) G__getstructoffset())->ReadULong(*(ULong_t*) G__ULongref(&libp->para[0]));
06079       G__setnull(result7);
06080    return(1 || funcname || hash || result7 || libp) ;
06081 }
06082 
06083 static int G__G__Base1_7_0_174(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06084 {
06085       ((TBuffer*) G__getstructoffset())->ReadLong64(*(Long64_t*) G__Longlongref(&libp->para[0]));
06086       G__setnull(result7);
06087    return(1 || funcname || hash || result7 || libp) ;
06088 }
06089 
06090 static int G__G__Base1_7_0_175(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06091 {
06092       ((TBuffer*) G__getstructoffset())->ReadULong64(*(ULong64_t*) G__ULonglongref(&libp->para[0]));
06093       G__setnull(result7);
06094    return(1 || funcname || hash || result7 || libp) ;
06095 }
06096 
06097 static int G__G__Base1_7_0_176(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06098 {
06099       ((TBuffer*) G__getstructoffset())->ReadFloat(*(Float_t*) G__Floatref(&libp->para[0]));
06100       G__setnull(result7);
06101    return(1 || funcname || hash || result7 || libp) ;
06102 }
06103 
06104 static int G__G__Base1_7_0_177(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06105 {
06106       ((TBuffer*) G__getstructoffset())->ReadDouble(*(Double_t*) G__Doubleref(&libp->para[0]));
06107       G__setnull(result7);
06108    return(1 || funcname || hash || result7 || libp) ;
06109 }
06110 
06111 static int G__G__Base1_7_0_178(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06112 {
06113       ((TBuffer*) G__getstructoffset())->ReadCharP((Char_t*) G__int(libp->para[0]));
06114       G__setnull(result7);
06115    return(1 || funcname || hash || result7 || libp) ;
06116 }
06117 
06118 static int G__G__Base1_7_0_179(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06119 {
06120       ((TBuffer*) G__getstructoffset())->ReadTString(*(TString*) libp->para[0].ref);
06121       G__setnull(result7);
06122    return(1 || funcname || hash || result7 || libp) ;
06123 }
06124 
06125 static int G__G__Base1_7_0_180(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06126 {
06127       ((TBuffer*) G__getstructoffset())->WriteBool((Bool_t) G__int(libp->para[0]));
06128       G__setnull(result7);
06129    return(1 || funcname || hash || result7 || libp) ;
06130 }
06131 
06132 static int G__G__Base1_7_0_181(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06133 {
06134       ((TBuffer*) G__getstructoffset())->WriteChar((Char_t) G__int(libp->para[0]));
06135       G__setnull(result7);
06136    return(1 || funcname || hash || result7 || libp) ;
06137 }
06138 
06139 static int G__G__Base1_7_0_182(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06140 {
06141       ((TBuffer*) G__getstructoffset())->WriteUChar((UChar_t) G__int(libp->para[0]));
06142       G__setnull(result7);
06143    return(1 || funcname || hash || result7 || libp) ;
06144 }
06145 
06146 static int G__G__Base1_7_0_183(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06147 {
06148       ((TBuffer*) G__getstructoffset())->WriteShort((Short_t) G__int(libp->para[0]));
06149       G__setnull(result7);
06150    return(1 || funcname || hash || result7 || libp) ;
06151 }
06152 
06153 static int G__G__Base1_7_0_184(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06154 {
06155       ((TBuffer*) G__getstructoffset())->WriteUShort((UShort_t) G__int(libp->para[0]));
06156       G__setnull(result7);
06157    return(1 || funcname || hash || result7 || libp) ;
06158 }
06159 
06160 static int G__G__Base1_7_0_185(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06161 {
06162       ((TBuffer*) G__getstructoffset())->WriteInt((Int_t) G__int(libp->para[0]));
06163       G__setnull(result7);
06164    return(1 || funcname || hash || result7 || libp) ;
06165 }
06166 
06167 static int G__G__Base1_7_0_186(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06168 {
06169       ((TBuffer*) G__getstructoffset())->WriteUInt((UInt_t) G__int(libp->para[0]));
06170       G__setnull(result7);
06171    return(1 || funcname || hash || result7 || libp) ;
06172 }
06173 
06174 static int G__G__Base1_7_0_187(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06175 {
06176       ((TBuffer*) G__getstructoffset())->WriteLong((Long_t) G__int(libp->para[0]));
06177       G__setnull(result7);
06178    return(1 || funcname || hash || result7 || libp) ;
06179 }
06180 
06181 static int G__G__Base1_7_0_188(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06182 {
06183       ((TBuffer*) G__getstructoffset())->WriteULong((ULong_t) G__int(libp->para[0]));
06184       G__setnull(result7);
06185    return(1 || funcname || hash || result7 || libp) ;
06186 }
06187 
06188 static int G__G__Base1_7_0_189(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06189 {
06190       ((TBuffer*) G__getstructoffset())->WriteLong64((Long64_t) G__Longlong(libp->para[0]));
06191       G__setnull(result7);
06192    return(1 || funcname || hash || result7 || libp) ;
06193 }
06194 
06195 static int G__G__Base1_7_0_190(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06196 {
06197       ((TBuffer*) G__getstructoffset())->WriteULong64((ULong64_t) G__ULonglong(libp->para[0]));
06198       G__setnull(result7);
06199    return(1 || funcname || hash || result7 || libp) ;
06200 }
06201 
06202 static int G__G__Base1_7_0_191(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06203 {
06204       ((TBuffer*) G__getstructoffset())->WriteFloat((Float_t) G__double(libp->para[0]));
06205       G__setnull(result7);
06206    return(1 || funcname || hash || result7 || libp) ;
06207 }
06208 
06209 static int G__G__Base1_7_0_192(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06210 {
06211       ((TBuffer*) G__getstructoffset())->WriteDouble((Double_t) G__double(libp->para[0]));
06212       G__setnull(result7);
06213    return(1 || funcname || hash || result7 || libp) ;
06214 }
06215 
06216 static int G__G__Base1_7_0_193(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06217 {
06218       ((TBuffer*) G__getstructoffset())->WriteCharP((const Char_t*) G__int(libp->para[0]));
06219       G__setnull(result7);
06220    return(1 || funcname || hash || result7 || libp) ;
06221 }
06222 
06223 static int G__G__Base1_7_0_194(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06224 {
06225       ((TBuffer*) G__getstructoffset())->WriteTString(*(TString*) libp->para[0].ref);
06226       G__setnull(result7);
06227    return(1 || funcname || hash || result7 || libp) ;
06228 }
06229 
06230 static int G__G__Base1_7_0_195(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06231 {
06232       G__letint(result7, 85, (long) ((const TBuffer*) G__getstructoffset())->GetLastProcessID((TRefTable*) G__int(libp->para[0])));
06233    return(1 || funcname || hash || result7 || libp) ;
06234 }
06235 
06236 static int G__G__Base1_7_0_196(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06237 {
06238       G__letint(result7, 104, (long) ((TBuffer*) G__getstructoffset())->GetTRefExecId());
06239    return(1 || funcname || hash || result7 || libp) ;
06240 }
06241 
06242 static int G__G__Base1_7_0_197(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06243 {
06244       G__letint(result7, 85, (long) ((TBuffer*) G__getstructoffset())->ReadProcessID((UShort_t) G__int(libp->para[0])));
06245    return(1 || funcname || hash || result7 || libp) ;
06246 }
06247 
06248 static int G__G__Base1_7_0_198(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06249 {
06250       G__letint(result7, 114, (long) ((TBuffer*) G__getstructoffset())->WriteProcessID((TProcessID*) G__int(libp->para[0])));
06251    return(1 || funcname || hash || result7 || libp) ;
06252 }
06253 
06254 static int G__G__Base1_7_0_199(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06255 {
06256       ((TBuffer*) G__getstructoffset())->ForceWriteInfo((TVirtualStreamerInfo*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
06257       G__setnull(result7);
06258    return(1 || funcname || hash || result7 || libp) ;
06259 }
06260 
06261 static int G__G__Base1_7_0_200(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06262 {
06263       ((TBuffer*) G__getstructoffset())->ForceWriteInfoClones((TClonesArray*) G__int(libp->para[0]));
06264       G__setnull(result7);
06265    return(1 || funcname || hash || result7 || libp) ;
06266 }
06267 
06268 static int G__G__Base1_7_0_201(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06269 {
06270       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadClones((TClonesArray*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06271 , (Version_t) G__int(libp->para[2])));
06272    return(1 || funcname || hash || result7 || libp) ;
06273 }
06274 
06275 static int G__G__Base1_7_0_202(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06276 {
06277       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->WriteClones((TClonesArray*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06278    return(1 || funcname || hash || result7 || libp) ;
06279 }
06280 
06281 static int G__G__Base1_7_0_203(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06282 {
06283    switch (libp->paran) {
06284    case 3:
06285       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadClassEmulated((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06286 , (TClass*) G__int(libp->para[2])));
06287       break;
06288    case 2:
06289       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadClassEmulated((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
06290       break;
06291    }
06292    return(1 || funcname || hash || result7 || libp) ;
06293 }
06294 
06295 static int G__G__Base1_7_0_204(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06296 {
06297    switch (libp->paran) {
06298    case 3:
06299       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadClassBuffer((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06300 , (TClass*) G__int(libp->para[2])));
06301       break;
06302    case 2:
06303       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadClassBuffer((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
06304       break;
06305    }
06306    return(1 || funcname || hash || result7 || libp) ;
06307 }
06308 
06309 static int G__G__Base1_7_0_205(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06310 {
06311    switch (libp->paran) {
06312    case 6:
06313       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadClassBuffer((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06314 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
06315 , (UInt_t) G__int(libp->para[4]), (TClass*) G__int(libp->para[5])));
06316       break;
06317    case 5:
06318       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadClassBuffer((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06319 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
06320 , (UInt_t) G__int(libp->para[4])));
06321       break;
06322    }
06323    return(1 || funcname || hash || result7 || libp) ;
06324 }
06325 
06326 static int G__G__Base1_7_0_206(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06327 {
06328       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->WriteClassBuffer((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
06329    return(1 || funcname || hash || result7 || libp) ;
06330 }
06331 
06332 static int G__G__Base1_7_0_207(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06333 {
06334       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadSequence(*(TStreamerInfoActions::TActionSequence*) libp->para[0].ref, (void*) G__int(libp->para[1])));
06335    return(1 || funcname || hash || result7 || libp) ;
06336 }
06337 
06338 static int G__G__Base1_7_0_208(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06339 {
06340       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadSequenceVecPtr(*(TStreamerInfoActions::TActionSequence*) libp->para[0].ref, (void*) G__int(libp->para[1])
06341 , (void*) G__int(libp->para[2])));
06342    return(1 || funcname || hash || result7 || libp) ;
06343 }
06344 
06345 static int G__G__Base1_7_0_209(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06346 {
06347       G__letint(result7, 105, (long) ((TBuffer*) G__getstructoffset())->ReadSequence(*(TStreamerInfoActions::TActionSequence*) libp->para[0].ref, (void*) G__int(libp->para[1])
06348 , (void*) G__int(libp->para[2])));
06349    return(1 || funcname || hash || result7 || libp) ;
06350 }
06351 
06352 static int G__G__Base1_7_0_210(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06353 {
06354       G__letint(result7, 85, (long) TBuffer::GetClass(*(type_info*) libp->para[0].ref));
06355    return(1 || funcname || hash || result7 || libp) ;
06356 }
06357 
06358 static int G__G__Base1_7_0_211(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06359 {
06360       G__letint(result7, 85, (long) TBuffer::GetClass((const char*) G__int(libp->para[0])));
06361    return(1 || funcname || hash || result7 || libp) ;
06362 }
06363 
06364 static int G__G__Base1_7_0_212(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06365 {
06366       G__letint(result7, 85, (long) TBuffer::Class());
06367    return(1 || funcname || hash || result7 || libp) ;
06368 }
06369 
06370 static int G__G__Base1_7_0_213(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06371 {
06372       G__letint(result7, 67, (long) TBuffer::Class_Name());
06373    return(1 || funcname || hash || result7 || libp) ;
06374 }
06375 
06376 static int G__G__Base1_7_0_214(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06377 {
06378       G__letint(result7, 115, (long) TBuffer::Class_Version());
06379    return(1 || funcname || hash || result7 || libp) ;
06380 }
06381 
06382 static int G__G__Base1_7_0_215(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06383 {
06384       TBuffer::Dictionary();
06385       G__setnull(result7);
06386    return(1 || funcname || hash || result7 || libp) ;
06387 }
06388 
06389 static int G__G__Base1_7_0_219(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06390 {
06391       ((TBuffer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
06392       G__setnull(result7);
06393    return(1 || funcname || hash || result7 || libp) ;
06394 }
06395 
06396 static int G__G__Base1_7_0_220(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06397 {
06398       G__letint(result7, 67, (long) TBuffer::DeclFileName());
06399    return(1 || funcname || hash || result7 || libp) ;
06400 }
06401 
06402 static int G__G__Base1_7_0_221(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06403 {
06404       G__letint(result7, 105, (long) TBuffer::ImplFileLine());
06405    return(1 || funcname || hash || result7 || libp) ;
06406 }
06407 
06408 static int G__G__Base1_7_0_222(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06409 {
06410       G__letint(result7, 67, (long) TBuffer::ImplFileName());
06411    return(1 || funcname || hash || result7 || libp) ;
06412 }
06413 
06414 static int G__G__Base1_7_0_223(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06415 {
06416       G__letint(result7, 105, (long) TBuffer::DeclFileLine());
06417    return(1 || funcname || hash || result7 || libp) ;
06418 }
06419 
06420 // automatic destructor
06421 typedef TBuffer G__TTBuffer;
06422 static int G__G__Base1_7_0_224(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06423 {
06424    char* gvp = (char*) G__getgvp();
06425    long soff = G__getstructoffset();
06426    int n = G__getaryconstruct();
06427    //
06428    //has_a_delete: 1
06429    //has_own_delete1arg: 0
06430    //has_own_delete2arg: 0
06431    //
06432    if (!soff) {
06433      return(1);
06434    }
06435    if (n) {
06436      if (gvp == (char*)G__PVOID) {
06437        delete[] (TBuffer*) soff;
06438      } else {
06439        G__setgvp((long) G__PVOID);
06440        for (int i = n - 1; i >= 0; --i) {
06441          ((TBuffer*) (soff+(sizeof(TBuffer)*i)))->~G__TTBuffer();
06442        }
06443        G__setgvp((long)gvp);
06444      }
06445    } else {
06446      if (gvp == (char*)G__PVOID) {
06447        delete (TBuffer*) soff;
06448      } else {
06449        G__setgvp((long) G__PVOID);
06450        ((TBuffer*) (soff))->~G__TTBuffer();
06451        G__setgvp((long)gvp);
06452      }
06453    }
06454    G__setnull(result7);
06455    return(1 || funcname || hash || result7 || libp) ;
06456 }
06457 
06458 
06459 /* TDirectory */
06460 static int G__G__Base1_8_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06461 {
06462    TDirectory* p = NULL;
06463    char* gvp = (char*) G__getgvp();
06464    int n = G__getaryconstruct();
06465    if (n) {
06466      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06467        p = new TDirectory[n];
06468      } else {
06469        p = new((void*) gvp) TDirectory[n];
06470      }
06471    } else {
06472      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06473        p = new TDirectory;
06474      } else {
06475        p = new((void*) gvp) TDirectory;
06476      }
06477    }
06478    result7->obj.i = (long) p;
06479    result7->ref = (long) p;
06480    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDirectory));
06481    return(1 || funcname || hash || result7 || libp) ;
06482 }
06483 
06484 static int G__G__Base1_8_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06485 {
06486    TDirectory* p = NULL;
06487    char* gvp = (char*) G__getgvp();
06488    switch (libp->paran) {
06489    case 4:
06490      //m: 4
06491      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06492        p = new TDirectory(
06493 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06494 , (Option_t*) G__int(libp->para[2]), (TDirectory*) G__int(libp->para[3]));
06495      } else {
06496        p = new((void*) gvp) TDirectory(
06497 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06498 , (Option_t*) G__int(libp->para[2]), (TDirectory*) G__int(libp->para[3]));
06499      }
06500      break;
06501    case 3:
06502      //m: 3
06503      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06504        p = new TDirectory(
06505 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06506 , (Option_t*) G__int(libp->para[2]));
06507      } else {
06508        p = new((void*) gvp) TDirectory(
06509 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06510 , (Option_t*) G__int(libp->para[2]));
06511      }
06512      break;
06513    case 2:
06514      //m: 2
06515      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06516        p = new TDirectory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
06517      } else {
06518        p = new((void*) gvp) TDirectory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
06519      }
06520      break;
06521    }
06522    result7->obj.i = (long) p;
06523    result7->ref = (long) p;
06524    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDirectory));
06525    return(1 || funcname || hash || result7 || libp) ;
06526 }
06527 
06528 static int G__G__Base1_8_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06529 {
06530    switch (libp->paran) {
06531    case 1:
06532       TDirectory::AddDirectory((Bool_t) G__int(libp->para[0]));
06533       G__setnull(result7);
06534       break;
06535    case 0:
06536       TDirectory::AddDirectory();
06537       G__setnull(result7);
06538       break;
06539    }
06540    return(1 || funcname || hash || result7 || libp) ;
06541 }
06542 
06543 static int G__G__Base1_8_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06544 {
06545       G__letint(result7, 103, (long) TDirectory::AddDirectoryStatus());
06546    return(1 || funcname || hash || result7 || libp) ;
06547 }
06548 
06549 static int G__G__Base1_8_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06550 {
06551    switch (libp->paran) {
06552    case 2:
06553       ((TDirectory*) G__getstructoffset())->Append((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
06554       G__setnull(result7);
06555       break;
06556    case 1:
06557       ((TDirectory*) G__getstructoffset())->Append((TObject*) G__int(libp->para[0]));
06558       G__setnull(result7);
06559       break;
06560    }
06561    return(1 || funcname || hash || result7 || libp) ;
06562 }
06563 
06564 static int G__G__Base1_8_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06565 {
06566    switch (libp->paran) {
06567    case 2:
06568       ((TDirectory*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
06569       G__setnull(result7);
06570       break;
06571    case 1:
06572       ((TDirectory*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]));
06573       G__setnull(result7);
06574       break;
06575    }
06576    return(1 || funcname || hash || result7 || libp) ;
06577 }
06578 
06579 static int G__G__Base1_8_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06580 {
06581       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->AppendKey((TKey*) G__int(libp->para[0])));
06582    return(1 || funcname || hash || result7 || libp) ;
06583 }
06584 
06585 static int G__G__Base1_8_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06586 {
06587    switch (libp->paran) {
06588    case 2:
06589       ((TDirectory*) G__getstructoffset())->Build((TFile*) G__int(libp->para[0]), (TDirectory*) G__int(libp->para[1]));
06590       G__setnull(result7);
06591       break;
06592    case 1:
06593       ((TDirectory*) G__getstructoffset())->Build((TFile*) G__int(libp->para[0]));
06594       G__setnull(result7);
06595       break;
06596    case 0:
06597       ((TDirectory*) G__getstructoffset())->Build();
06598       G__setnull(result7);
06599       break;
06600    }
06601    return(1 || funcname || hash || result7 || libp) ;
06602 }
06603 
06604 static int G__G__Base1_8_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06605 {
06606    switch (libp->paran) {
06607    case 2:
06608       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->CloneObject((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
06609       break;
06610    case 1:
06611       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->CloneObject((TObject*) G__int(libp->para[0])));
06612       break;
06613    }
06614    return(1 || funcname || hash || result7 || libp) ;
06615 }
06616 
06617 static int G__G__Base1_8_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06618 {
06619    switch (libp->paran) {
06620    case 1:
06621       ((TDirectory*) G__getstructoffset())->Close((Option_t*) G__int(libp->para[0]));
06622       G__setnull(result7);
06623       break;
06624    case 0:
06625       ((TDirectory*) G__getstructoffset())->Close();
06626       G__setnull(result7);
06627       break;
06628    }
06629    return(1 || funcname || hash || result7 || libp) ;
06630 }
06631 
06632 static int G__G__Base1_8_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06633 {
06634    switch (libp->paran) {
06635    case 1:
06636       G__letint(result7, 103, (long) ((TDirectory*) G__getstructoffset())->cd((const char*) G__int(libp->para[0])));
06637       break;
06638    case 0:
06639       G__letint(result7, 103, (long) ((TDirectory*) G__getstructoffset())->cd());
06640       break;
06641    }
06642    return(1 || funcname || hash || result7 || libp) ;
06643 }
06644 
06645 static int G__G__Base1_8_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06646 {
06647    switch (libp->paran) {
06648    case 1:
06649       ((TDirectory*) G__getstructoffset())->DeleteAll((Option_t*) G__int(libp->para[0]));
06650       G__setnull(result7);
06651       break;
06652    case 0:
06653       ((TDirectory*) G__getstructoffset())->DeleteAll();
06654       G__setnull(result7);
06655       break;
06656    }
06657    return(1 || funcname || hash || result7 || libp) ;
06658 }
06659 
06660 static int G__G__Base1_8_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06661 {
06662       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->FindKey((const char*) G__int(libp->para[0])));
06663    return(1 || funcname || hash || result7 || libp) ;
06664 }
06665 
06666 static int G__G__Base1_8_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06667 {
06668       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->FindKeyAny((const char*) G__int(libp->para[0])));
06669    return(1 || funcname || hash || result7 || libp) ;
06670 }
06671 
06672 static int G__G__Base1_8_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06673 {
06674       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->FindObjectAny((const char*) G__int(libp->para[0])));
06675    return(1 || funcname || hash || result7 || libp) ;
06676 }
06677 
06678 static int G__G__Base1_8_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06679 {
06680       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->FindObjectAnyFile((const char*) G__int(libp->para[0])));
06681    return(1 || funcname || hash || result7 || libp) ;
06682 }
06683 
06684 static int G__G__Base1_8_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06685 {
06686       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->Get((const char*) G__int(libp->para[0])));
06687    return(1 || funcname || hash || result7 || libp) ;
06688 }
06689 
06690 static int G__G__Base1_8_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06691 {
06692    switch (libp->paran) {
06693    case 3:
06694       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->GetDirectory((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
06695 , (const char*) G__int(libp->para[2])));
06696       break;
06697    case 2:
06698       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->GetDirectory((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
06699       break;
06700    case 1:
06701       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->GetDirectory((const char*) G__int(libp->para[0])));
06702       break;
06703    }
06704    return(1 || funcname || hash || result7 || libp) ;
06705 }
06706 
06707 static int G__G__Base1_8_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06708 {
06709       G__letint(result7, 89, (long) ((TDirectory*) G__getstructoffset())->GetObjectChecked((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06710    return(1 || funcname || hash || result7 || libp) ;
06711 }
06712 
06713 static int G__G__Base1_8_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06714 {
06715       G__letint(result7, 89, (long) ((TDirectory*) G__getstructoffset())->GetObjectChecked((const char*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])));
06716    return(1 || funcname || hash || result7 || libp) ;
06717 }
06718 
06719 static int G__G__Base1_8_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06720 {
06721       G__letint(result7, 89, (long) ((TDirectory*) G__getstructoffset())->GetObjectUnchecked((const char*) G__int(libp->para[0])));
06722    return(1 || funcname || hash || result7 || libp) ;
06723 }
06724 
06725 static int G__G__Base1_8_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06726 {
06727       G__letint(result7, 105, (long) ((const TDirectory*) G__getstructoffset())->GetBufferSize());
06728    return(1 || funcname || hash || result7 || libp) ;
06729 }
06730 
06731 static int G__G__Base1_8_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06732 {
06733       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->GetFile());
06734    return(1 || funcname || hash || result7 || libp) ;
06735 }
06736 
06737 static int G__G__Base1_8_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06738 {
06739    switch (libp->paran) {
06740    case 2:
06741       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->GetKey((const char*) G__int(libp->para[0]), (Short_t) G__int(libp->para[1])));
06742       break;
06743    case 1:
06744       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->GetKey((const char*) G__int(libp->para[0])));
06745       break;
06746    }
06747    return(1 || funcname || hash || result7 || libp) ;
06748 }
06749 
06750 static int G__G__Base1_8_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06751 {
06752       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->GetList());
06753    return(1 || funcname || hash || result7 || libp) ;
06754 }
06755 
06756 static int G__G__Base1_8_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06757 {
06758       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->GetListOfKeys());
06759    return(1 || funcname || hash || result7 || libp) ;
06760 }
06761 
06762 static int G__G__Base1_8_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06763 {
06764       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->GetMother());
06765    return(1 || funcname || hash || result7 || libp) ;
06766 }
06767 
06768 static int G__G__Base1_8_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06769 {
06770       G__letint(result7, 85, (long) ((const TDirectory*) G__getstructoffset())->GetMotherDir());
06771    return(1 || funcname || hash || result7 || libp) ;
06772 }
06773 
06774 static int G__G__Base1_8_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06775 {
06776       G__letint(result7, 105, (long) ((const TDirectory*) G__getstructoffset())->GetNbytesKeys());
06777    return(1 || funcname || hash || result7 || libp) ;
06778 }
06779 
06780 static int G__G__Base1_8_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06781 {
06782       G__letint(result7, 105, (long) ((const TDirectory*) G__getstructoffset())->GetNkeys());
06783    return(1 || funcname || hash || result7 || libp) ;
06784 }
06785 
06786 static int G__G__Base1_8_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06787 {
06788       G__letLonglong(result7, 110, (G__int64) ((const TDirectory*) G__getstructoffset())->GetSeekDir());
06789    return(1 || funcname || hash || result7 || libp) ;
06790 }
06791 
06792 static int G__G__Base1_8_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06793 {
06794       G__letLonglong(result7, 110, (G__int64) ((const TDirectory*) G__getstructoffset())->GetSeekParent());
06795    return(1 || funcname || hash || result7 || libp) ;
06796 }
06797 
06798 static int G__G__Base1_8_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06799 {
06800       G__letLonglong(result7, 110, (G__int64) ((const TDirectory*) G__getstructoffset())->GetSeekKeys());
06801    return(1 || funcname || hash || result7 || libp) ;
06802 }
06803 
06804 static int G__G__Base1_8_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06805 {
06806       G__letint(result7, 67, (long) ((const TDirectory*) G__getstructoffset())->GetPathStatic());
06807    return(1 || funcname || hash || result7 || libp) ;
06808 }
06809 
06810 static int G__G__Base1_8_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06811 {
06812       G__letint(result7, 67, (long) ((const TDirectory*) G__getstructoffset())->GetPath());
06813    return(1 || funcname || hash || result7 || libp) ;
06814 }
06815 
06816 static int G__G__Base1_8_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06817 {
06818       {
06819          const TUUID* pobj;
06820          const TUUID xobj = ((const TDirectory*) G__getstructoffset())->GetUUID();
06821          pobj = new TUUID(xobj);
06822          result7->obj.i = (long) ((void*) pobj);
06823          result7->ref = result7->obj.i;
06824          G__store_tempobject(*result7);
06825       }
06826    return(1 || funcname || hash || result7 || libp) ;
06827 }
06828 
06829 static int G__G__Base1_8_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06830 {
06831       G__letint(result7, 103, (long) ((const TDirectory*) G__getstructoffset())->IsModified());
06832    return(1 || funcname || hash || result7 || libp) ;
06833 }
06834 
06835 static int G__G__Base1_8_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06836 {
06837       G__letint(result7, 103, (long) ((const TDirectory*) G__getstructoffset())->IsWritable());
06838    return(1 || funcname || hash || result7 || libp) ;
06839 }
06840 
06841 static int G__G__Base1_8_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06842 {
06843    switch (libp->paran) {
06844    case 2:
06845       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->mkdir((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06846       break;
06847    case 1:
06848       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->mkdir((const char*) G__int(libp->para[0])));
06849       break;
06850    }
06851    return(1 || funcname || hash || result7 || libp) ;
06852 }
06853 
06854 static int G__G__Base1_8_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06855 {
06856    switch (libp->paran) {
06857    case 5:
06858       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->OpenFile((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
06859 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
06860 , (Int_t) G__int(libp->para[4])));
06861       break;
06862    case 4:
06863       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->OpenFile((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
06864 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
06865       break;
06866    case 3:
06867       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->OpenFile((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
06868 , (const char*) G__int(libp->para[2])));
06869       break;
06870    case 2:
06871       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->OpenFile((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
06872       break;
06873    case 1:
06874       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->OpenFile((const char*) G__int(libp->para[0])));
06875       break;
06876    }
06877    return(1 || funcname || hash || result7 || libp) ;
06878 }
06879 
06880 static int G__G__Base1_8_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06881 {
06882    switch (libp->paran) {
06883    case 1:
06884       ((TDirectory*) G__getstructoffset())->Purge((Short_t) G__int(libp->para[0]));
06885       G__setnull(result7);
06886       break;
06887    case 0:
06888       ((TDirectory*) G__getstructoffset())->Purge();
06889       G__setnull(result7);
06890       break;
06891    }
06892    return(1 || funcname || hash || result7 || libp) ;
06893 }
06894 
06895 static int G__G__Base1_8_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06896 {
06897       ((const TDirectory*) G__getstructoffset())->pwd();
06898       G__setnull(result7);
06899    return(1 || funcname || hash || result7 || libp) ;
06900 }
06901 
06902 static int G__G__Base1_8_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06903 {
06904    switch (libp->paran) {
06905    case 1:
06906       ((TDirectory*) G__getstructoffset())->ReadAll((Option_t*) G__int(libp->para[0]));
06907       G__setnull(result7);
06908       break;
06909    case 0:
06910       ((TDirectory*) G__getstructoffset())->ReadAll();
06911       G__setnull(result7);
06912       break;
06913    }
06914    return(1 || funcname || hash || result7 || libp) ;
06915 }
06916 
06917 static int G__G__Base1_8_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06918 {
06919    switch (libp->paran) {
06920    case 1:
06921       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->ReadKeys((Bool_t) G__int(libp->para[0])));
06922       break;
06923    case 0:
06924       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->ReadKeys());
06925       break;
06926    }
06927    return(1 || funcname || hash || result7 || libp) ;
06928 }
06929 
06930 static int G__G__Base1_8_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06931 {
06932       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->ReadTObject((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06933    return(1 || funcname || hash || result7 || libp) ;
06934 }
06935 
06936 static int G__G__Base1_8_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06937 {
06938       G__letint(result7, 85, (long) ((TDirectory*) G__getstructoffset())->Remove((TObject*) G__int(libp->para[0])));
06939    return(1 || funcname || hash || result7 || libp) ;
06940 }
06941 
06942 static int G__G__Base1_8_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06943 {
06944       ((TDirectory*) G__getstructoffset())->rmdir((const char*) G__int(libp->para[0]));
06945       G__setnull(result7);
06946    return(1 || funcname || hash || result7 || libp) ;
06947 }
06948 
06949 static int G__G__Base1_8_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06950 {
06951       ((TDirectory*) G__getstructoffset())->Save();
06952       G__setnull(result7);
06953    return(1 || funcname || hash || result7 || libp) ;
06954 }
06955 
06956 static int G__G__Base1_8_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06957 {
06958    switch (libp->paran) {
06959    case 3:
06960       G__letint(result7, 105, (long) ((const TDirectory*) G__getstructoffset())->SaveObjectAs((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06961 , (Option_t*) G__int(libp->para[2])));
06962       break;
06963    case 2:
06964       G__letint(result7, 105, (long) ((const TDirectory*) G__getstructoffset())->SaveObjectAs((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06965       break;
06966    case 1:
06967       G__letint(result7, 105, (long) ((const TDirectory*) G__getstructoffset())->SaveObjectAs((TObject*) G__int(libp->para[0])));
06968       break;
06969    }
06970    return(1 || funcname || hash || result7 || libp) ;
06971 }
06972 
06973 static int G__G__Base1_8_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06974 {
06975    switch (libp->paran) {
06976    case 1:
06977       ((TDirectory*) G__getstructoffset())->SaveSelf((Bool_t) G__int(libp->para[0]));
06978       G__setnull(result7);
06979       break;
06980    case 0:
06981       ((TDirectory*) G__getstructoffset())->SaveSelf();
06982       G__setnull(result7);
06983       break;
06984    }
06985    return(1 || funcname || hash || result7 || libp) ;
06986 }
06987 
06988 static int G__G__Base1_8_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06989 {
06990       ((TDirectory*) G__getstructoffset())->SetBufferSize((Int_t) G__int(libp->para[0]));
06991       G__setnull(result7);
06992    return(1 || funcname || hash || result7 || libp) ;
06993 }
06994 
06995 static int G__G__Base1_8_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06996 {
06997       ((TDirectory*) G__getstructoffset())->SetModified();
06998       G__setnull(result7);
06999    return(1 || funcname || hash || result7 || libp) ;
07000 }
07001 
07002 static int G__G__Base1_8_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07003 {
07004       ((TDirectory*) G__getstructoffset())->SetMother((TObject*) G__int(libp->para[0]));
07005       G__setnull(result7);
07006    return(1 || funcname || hash || result7 || libp) ;
07007 }
07008 
07009 static int G__G__Base1_8_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07010 {
07011       ((TDirectory*) G__getstructoffset())->SetTRefAction((TObject*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
07012       G__setnull(result7);
07013    return(1 || funcname || hash || result7 || libp) ;
07014 }
07015 
07016 static int G__G__Base1_8_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07017 {
07018       ((TDirectory*) G__getstructoffset())->SetSeekDir((Long64_t) G__Longlong(libp->para[0]));
07019       G__setnull(result7);
07020    return(1 || funcname || hash || result7 || libp) ;
07021 }
07022 
07023 static int G__G__Base1_8_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07024 {
07025       ((TDirectory*) G__getstructoffset())->SetWritable((Bool_t) G__int(libp->para[0]));
07026       G__setnull(result7);
07027    return(1 || funcname || hash || result7 || libp) ;
07028 }
07029 
07030 static int G__G__Base1_8_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07031 {
07032    switch (libp->paran) {
07033    case 4:
07034       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteTObject((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07035 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
07036       break;
07037    case 3:
07038       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteTObject((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07039 , (Option_t*) G__int(libp->para[2])));
07040       break;
07041    case 2:
07042       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteTObject((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07043       break;
07044    case 1:
07045       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteTObject((TObject*) G__int(libp->para[0])));
07046       break;
07047    }
07048    return(1 || funcname || hash || result7 || libp) ;
07049 }
07050 
07051 static int G__G__Base1_8_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07052 {
07053    switch (libp->paran) {
07054    case 5:
07055       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteObjectAny((void*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07056 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07057 , (Int_t) G__int(libp->para[4])));
07058       break;
07059    case 4:
07060       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteObjectAny((void*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07061 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
07062       break;
07063    case 3:
07064       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteObjectAny((void*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07065 , (const char*) G__int(libp->para[2])));
07066       break;
07067    }
07068    return(1 || funcname || hash || result7 || libp) ;
07069 }
07070 
07071 static int G__G__Base1_8_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07072 {
07073    switch (libp->paran) {
07074    case 5:
07075       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteObjectAny((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
07076 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07077 , (Int_t) G__int(libp->para[4])));
07078       break;
07079    case 4:
07080       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteObjectAny((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
07081 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
07082       break;
07083    case 3:
07084       G__letint(result7, 105, (long) ((TDirectory*) G__getstructoffset())->WriteObjectAny((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
07085 , (const char*) G__int(libp->para[2])));
07086       break;
07087    }
07088    return(1 || funcname || hash || result7 || libp) ;
07089 }
07090 
07091 static int G__G__Base1_8_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07092 {
07093       ((TDirectory*) G__getstructoffset())->WriteDirHeader();
07094       G__setnull(result7);
07095    return(1 || funcname || hash || result7 || libp) ;
07096 }
07097 
07098 static int G__G__Base1_8_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07099 {
07100       ((TDirectory*) G__getstructoffset())->WriteKeys();
07101       G__setnull(result7);
07102    return(1 || funcname || hash || result7 || libp) ;
07103 }
07104 
07105 static int G__G__Base1_8_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07106 {
07107       G__letint(result7, 103, (long) TDirectory::Cd((const char*) G__int(libp->para[0])));
07108    return(1 || funcname || hash || result7 || libp) ;
07109 }
07110 
07111 static int G__G__Base1_8_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07112 {
07113       TDirectory::DecodeNameCycle((const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
07114 , *(Short_t*) G__Shortref(&libp->para[2]));
07115       G__setnull(result7);
07116    return(1 || funcname || hash || result7 || libp) ;
07117 }
07118 
07119 static int G__G__Base1_8_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07120 {
07121       TDirectory::EncodeNameCycle((char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07122 , (Short_t) G__int(libp->para[2]));
07123       G__setnull(result7);
07124    return(1 || funcname || hash || result7 || libp) ;
07125 }
07126 
07127 static int G__G__Base1_8_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07128 {
07129       G__letint(result7, 85, (long) TDirectory::Class());
07130    return(1 || funcname || hash || result7 || libp) ;
07131 }
07132 
07133 static int G__G__Base1_8_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07134 {
07135       G__letint(result7, 67, (long) TDirectory::Class_Name());
07136    return(1 || funcname || hash || result7 || libp) ;
07137 }
07138 
07139 static int G__G__Base1_8_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07140 {
07141       G__letint(result7, 115, (long) TDirectory::Class_Version());
07142    return(1 || funcname || hash || result7 || libp) ;
07143 }
07144 
07145 static int G__G__Base1_8_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07146 {
07147       TDirectory::Dictionary();
07148       G__setnull(result7);
07149    return(1 || funcname || hash || result7 || libp) ;
07150 }
07151 
07152 static int G__G__Base1_8_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07153 {
07154       ((TDirectory*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07155       G__setnull(result7);
07156    return(1 || funcname || hash || result7 || libp) ;
07157 }
07158 
07159 static int G__G__Base1_8_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07160 {
07161       G__letint(result7, 67, (long) TDirectory::DeclFileName());
07162    return(1 || funcname || hash || result7 || libp) ;
07163 }
07164 
07165 static int G__G__Base1_8_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07166 {
07167       G__letint(result7, 105, (long) TDirectory::ImplFileLine());
07168    return(1 || funcname || hash || result7 || libp) ;
07169 }
07170 
07171 static int G__G__Base1_8_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07172 {
07173       G__letint(result7, 67, (long) TDirectory::ImplFileName());
07174    return(1 || funcname || hash || result7 || libp) ;
07175 }
07176 
07177 static int G__G__Base1_8_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07178 {
07179       G__letint(result7, 105, (long) TDirectory::DeclFileLine());
07180    return(1 || funcname || hash || result7 || libp) ;
07181 }
07182 
07183 // automatic destructor
07184 typedef TDirectory G__TTDirectory;
07185 static int G__G__Base1_8_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07186 {
07187    char* gvp = (char*) G__getgvp();
07188    long soff = G__getstructoffset();
07189    int n = G__getaryconstruct();
07190    //
07191    //has_a_delete: 1
07192    //has_own_delete1arg: 0
07193    //has_own_delete2arg: 0
07194    //
07195    if (!soff) {
07196      return(1);
07197    }
07198    if (n) {
07199      if (gvp == (char*)G__PVOID) {
07200        delete[] (TDirectory*) soff;
07201      } else {
07202        G__setgvp((long) G__PVOID);
07203        for (int i = n - 1; i >= 0; --i) {
07204          ((TDirectory*) (soff+(sizeof(TDirectory)*i)))->~G__TTDirectory();
07205        }
07206        G__setgvp((long)gvp);
07207      }
07208    } else {
07209      if (gvp == (char*)G__PVOID) {
07210        delete (TDirectory*) soff;
07211      } else {
07212        G__setgvp((long) G__PVOID);
07213        ((TDirectory*) (soff))->~G__TTDirectory();
07214        G__setgvp((long)gvp);
07215      }
07216    }
07217    G__setnull(result7);
07218    return(1 || funcname || hash || result7 || libp) ;
07219 }
07220 
07221 
07222 /* TRootIOCtor */
07223 // automatic default constructor
07224 static int G__G__Base1_12_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07225 {
07226    TRootIOCtor *p;
07227    char* gvp = (char*) G__getgvp();
07228    int n = G__getaryconstruct();
07229    if (n) {
07230      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07231        p = new TRootIOCtor[n];
07232      } else {
07233        p = new((void*) gvp) TRootIOCtor[n];
07234      }
07235    } else {
07236      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07237        p = new TRootIOCtor;
07238      } else {
07239        p = new((void*) gvp) TRootIOCtor;
07240      }
07241    }
07242    result7->obj.i = (long) p;
07243    result7->ref = (long) p;
07244    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TRootIOCtor));
07245    return(1 || funcname || hash || result7 || libp) ;
07246 }
07247 
07248 // automatic copy constructor
07249 static int G__G__Base1_12_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07250 
07251 {
07252    TRootIOCtor* p;
07253    void* tmp = (void*) G__int(libp->para[0]);
07254    p = new TRootIOCtor(*(TRootIOCtor*) tmp);
07255    result7->obj.i = (long) p;
07256    result7->ref = (long) p;
07257    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TRootIOCtor));
07258    return(1 || funcname || hash || result7 || libp) ;
07259 }
07260 
07261 // automatic destructor
07262 typedef TRootIOCtor G__TTRootIOCtor;
07263 static int G__G__Base1_12_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07264 {
07265    char* gvp = (char*) G__getgvp();
07266    long soff = G__getstructoffset();
07267    int n = G__getaryconstruct();
07268    //
07269    //has_a_delete: 0
07270    //has_own_delete1arg: 0
07271    //has_own_delete2arg: 0
07272    //
07273    if (!soff) {
07274      return(1);
07275    }
07276    if (n) {
07277      if (gvp == (char*)G__PVOID) {
07278        delete[] (TRootIOCtor*) soff;
07279      } else {
07280        G__setgvp((long) G__PVOID);
07281        for (int i = n - 1; i >= 0; --i) {
07282          ((TRootIOCtor*) (soff+(sizeof(TRootIOCtor)*i)))->~G__TTRootIOCtor();
07283        }
07284        G__setgvp((long)gvp);
07285      }
07286    } else {
07287      if (gvp == (char*)G__PVOID) {
07288        delete (TRootIOCtor*) soff;
07289      } else {
07290        G__setgvp((long) G__PVOID);
07291        ((TRootIOCtor*) (soff))->~G__TTRootIOCtor();
07292        G__setgvp((long)gvp);
07293      }
07294    }
07295    G__setnull(result7);
07296    return(1 || funcname || hash || result7 || libp) ;
07297 }
07298 
07299 // automatic assignment operator
07300 static int G__G__Base1_12_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07301 {
07302    TRootIOCtor* dest = (TRootIOCtor*) G__getstructoffset();
07303    const TRootIOCtor& obj = *dest;
07304    result7->ref = (long) (&obj);
07305    result7->obj.i = (long) (&obj);
07306    return(1 || funcname || hash || result7 || libp) ;
07307 }
07308 
07309 
07310 /* ROOT */
07311 static int G__G__Base1_19_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07312 {
07313       G__letint(result7, 85, (long) ROOT::CreateClass(
07314 (const char*) G__int(libp->para[0]), (Version_t) G__int(libp->para[1])
07315 , *(type_info*) libp->para[2].ref, (TVirtualIsAProxy*) G__int(libp->para[3])
07316 , (ShowMembersFunc_t) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
07317 , (const char*) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
07318 , (Int_t) G__int(libp->para[8])));
07319    return(1 || funcname || hash || result7 || libp) ;
07320 }
07321 
07322 static int G__G__Base1_19_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07323 {
07324       ROOT::AddClass((const char*) G__int(libp->para[0]), (Version_t) G__int(libp->para[1])
07325 , *(type_info*) libp->para[2].ref, (VoidFuncPtr_t) G__int(libp->para[3])
07326 , (Int_t) G__int(libp->para[4]));
07327       G__setnull(result7);
07328    return(1 || funcname || hash || result7 || libp) ;
07329 }
07330 
07331 static int G__G__Base1_19_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07332 {
07333       ROOT::RemoveClass((const char*) G__int(libp->para[0]));
07334       G__setnull(result7);
07335    return(1 || funcname || hash || result7 || libp) ;
07336 }
07337 
07338 static int G__G__Base1_19_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07339 {
07340       ROOT::ResetClassVersion((TClass*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07341 , (Short_t) G__int(libp->para[2]));
07342       G__setnull(result7);
07343    return(1 || funcname || hash || result7 || libp) ;
07344 }
07345 
07346 static int G__G__Base1_19_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07347 {
07348       G__letint(result7, 85, (long) ROOT::RegisterClassTemplate((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07349 , (Int_t) G__int(libp->para[2])));
07350    return(1 || funcname || hash || result7 || libp) ;
07351 }
07352 
07353 static int G__G__Base1_19_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07354 {
07355       G__letint(result7, 85, (long) ROOT::DefineBehavior((void*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
07356    return(1 || funcname || hash || result7 || libp) ;
07357 }
07358 
07359 static int G__G__Base1_19_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07360 {
07361       G__letint(result7, 85, (long) ROOT::CreateClass((const char*) G__int(libp->para[0]), (Version_t) G__int(libp->para[1])
07362 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07363 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])));
07364    return(1 || funcname || hash || result7 || libp) ;
07365 }
07366 
07367 static int G__G__Base1_19_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07368 {
07369       G__letint(result7, 85, (long) ROOT::DefineBehavior((TQObject*) G__int(libp->para[0]), (TQObject*) G__int(libp->para[1])));
07370    return(1 || funcname || hash || result7 || libp) ;
07371 }
07372 
07373 static int G__G__Base1_19_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07374 {
07375       G__letint(result7, 85, (long) ROOT::GetROOT());
07376    return(1 || funcname || hash || result7 || libp) ;
07377 }
07378 
07379 
07380 /* TBrowser */
07381 static int G__G__Base1_77_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07382 {
07383    TBrowser* p = NULL;
07384    char* gvp = (char*) G__getgvp();
07385    switch (libp->paran) {
07386    case 4:
07387      //m: 4
07388      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07389        p = new TBrowser(
07390 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07391 , (TBrowserImp*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
07392      } else {
07393        p = new((void*) gvp) TBrowser(
07394 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07395 , (TBrowserImp*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
07396      }
07397      break;
07398    case 3:
07399      //m: 3
07400      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07401        p = new TBrowser(
07402 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07403 , (TBrowserImp*) G__int(libp->para[2]));
07404      } else {
07405        p = new((void*) gvp) TBrowser(
07406 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07407 , (TBrowserImp*) G__int(libp->para[2]));
07408      }
07409      break;
07410    case 2:
07411      //m: 2
07412      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07413        p = new TBrowser((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
07414      } else {
07415        p = new((void*) gvp) TBrowser((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
07416      }
07417      break;
07418    case 1:
07419      //m: 1
07420      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07421        p = new TBrowser((const char*) G__int(libp->para[0]));
07422      } else {
07423        p = new((void*) gvp) TBrowser((const char*) G__int(libp->para[0]));
07424      }
07425      break;
07426    case 0:
07427      int n = G__getaryconstruct();
07428      if (n) {
07429        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07430          p = new TBrowser[n];
07431        } else {
07432          p = new((void*) gvp) TBrowser[n];
07433        }
07434      } else {
07435        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07436          p = new TBrowser;
07437        } else {
07438          p = new((void*) gvp) TBrowser;
07439        }
07440      }
07441      break;
07442    }
07443    result7->obj.i = (long) p;
07444    result7->ref = (long) p;
07445    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07446    return(1 || funcname || hash || result7 || libp) ;
07447 }
07448 
07449 static int G__G__Base1_77_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07450 {
07451    TBrowser* p = NULL;
07452    char* gvp = (char*) G__getgvp();
07453    switch (libp->paran) {
07454    case 6:
07455      //m: 6
07456      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07457        p = new TBrowser(
07458 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07459 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07460 , (TBrowserImp*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
07461      } else {
07462        p = new((void*) gvp) TBrowser(
07463 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07464 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07465 , (TBrowserImp*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
07466      }
07467      break;
07468    case 5:
07469      //m: 5
07470      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07471        p = new TBrowser(
07472 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07473 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07474 , (TBrowserImp*) G__int(libp->para[4]));
07475      } else {
07476        p = new((void*) gvp) TBrowser(
07477 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07478 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07479 , (TBrowserImp*) G__int(libp->para[4]));
07480      }
07481      break;
07482    case 4:
07483      //m: 4
07484      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07485        p = new TBrowser(
07486 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07487 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
07488      } else {
07489        p = new((void*) gvp) TBrowser(
07490 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07491 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
07492      }
07493      break;
07494    }
07495    result7->obj.i = (long) p;
07496    result7->ref = (long) p;
07497    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07498    return(1 || funcname || hash || result7 || libp) ;
07499 }
07500 
07501 static int G__G__Base1_77_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07502 {
07503    TBrowser* p = NULL;
07504    char* gvp = (char*) G__getgvp();
07505    switch (libp->paran) {
07506    case 8:
07507      //m: 8
07508      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07509        p = new TBrowser(
07510 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07511 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07512 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07513 , (TBrowserImp*) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
07514      } else {
07515        p = new((void*) gvp) TBrowser(
07516 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07517 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07518 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07519 , (TBrowserImp*) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
07520      }
07521      break;
07522    case 7:
07523      //m: 7
07524      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07525        p = new TBrowser(
07526 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07527 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07528 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07529 , (TBrowserImp*) G__int(libp->para[6]));
07530      } else {
07531        p = new((void*) gvp) TBrowser(
07532 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07533 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07534 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07535 , (TBrowserImp*) G__int(libp->para[6]));
07536      }
07537      break;
07538    case 6:
07539      //m: 6
07540      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07541        p = new TBrowser(
07542 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07543 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07544 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
07545      } else {
07546        p = new((void*) gvp) TBrowser(
07547 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07548 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07549 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
07550      }
07551      break;
07552    }
07553    result7->obj.i = (long) p;
07554    result7->ref = (long) p;
07555    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07556    return(1 || funcname || hash || result7 || libp) ;
07557 }
07558 
07559 static int G__G__Base1_77_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07560 {
07561    TBrowser* p = NULL;
07562    char* gvp = (char*) G__getgvp();
07563    switch (libp->paran) {
07564    case 4:
07565      //m: 4
07566      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07567        p = new TBrowser(
07568 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07569 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
07570      } else {
07571        p = new((void*) gvp) TBrowser(
07572 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07573 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
07574      }
07575      break;
07576    case 3:
07577      //m: 3
07578      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07579        p = new TBrowser(
07580 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07581 , (const char*) G__int(libp->para[2]));
07582      } else {
07583        p = new((void*) gvp) TBrowser(
07584 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07585 , (const char*) G__int(libp->para[2]));
07586      }
07587      break;
07588    case 2:
07589      //m: 2
07590      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07591        p = new TBrowser((const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
07592      } else {
07593        p = new((void*) gvp) TBrowser((const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
07594      }
07595      break;
07596    }
07597    result7->obj.i = (long) p;
07598    result7->ref = (long) p;
07599    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07600    return(1 || funcname || hash || result7 || libp) ;
07601 }
07602 
07603 static int G__G__Base1_77_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07604 {
07605    TBrowser* p = NULL;
07606    char* gvp = (char*) G__getgvp();
07607    switch (libp->paran) {
07608    case 6:
07609      //m: 6
07610      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07611        p = new TBrowser(
07612 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07613 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07614 , (UInt_t) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
07615      } else {
07616        p = new((void*) gvp) TBrowser(
07617 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07618 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07619 , (UInt_t) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
07620      }
07621      break;
07622    case 5:
07623      //m: 5
07624      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07625        p = new TBrowser(
07626 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07627 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07628 , (UInt_t) G__int(libp->para[4]));
07629      } else {
07630        p = new((void*) gvp) TBrowser(
07631 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07632 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
07633 , (UInt_t) G__int(libp->para[4]));
07634      }
07635      break;
07636    }
07637    result7->obj.i = (long) p;
07638    result7->ref = (long) p;
07639    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07640    return(1 || funcname || hash || result7 || libp) ;
07641 }
07642 
07643 static int G__G__Base1_77_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07644 {
07645    TBrowser* p = NULL;
07646    char* gvp = (char*) G__getgvp();
07647    switch (libp->paran) {
07648    case 8:
07649      //m: 8
07650      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07651        p = new TBrowser(
07652 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07653 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07654 , (Int_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07655 , (UInt_t) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
07656      } else {
07657        p = new((void*) gvp) TBrowser(
07658 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07659 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07660 , (Int_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07661 , (UInt_t) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
07662      }
07663      break;
07664    case 7:
07665      //m: 7
07666      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07667        p = new TBrowser(
07668 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07669 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07670 , (Int_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07671 , (UInt_t) G__int(libp->para[6]));
07672      } else {
07673        p = new((void*) gvp) TBrowser(
07674 (const char*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
07675 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07676 , (Int_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07677 , (UInt_t) G__int(libp->para[6]));
07678      }
07679      break;
07680    }
07681    result7->obj.i = (long) p;
07682    result7->ref = (long) p;
07683    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07684    return(1 || funcname || hash || result7 || libp) ;
07685 }
07686 
07687 static int G__G__Base1_77_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07688 {
07689    TBrowser* p = NULL;
07690    char* gvp = (char*) G__getgvp();
07691    switch (libp->paran) {
07692    case 6:
07693      //m: 6
07694      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07695        p = new TBrowser(
07696 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07697 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07698 , (const char*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
07699      } else {
07700        p = new((void*) gvp) TBrowser(
07701 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07702 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07703 , (const char*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
07704      }
07705      break;
07706    case 5:
07707      //m: 5
07708      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07709        p = new TBrowser(
07710 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07711 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07712 , (const char*) G__int(libp->para[4]));
07713      } else {
07714        p = new((void*) gvp) TBrowser(
07715 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07716 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07717 , (const char*) G__int(libp->para[4]));
07718      }
07719      break;
07720    case 4:
07721      //m: 4
07722      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07723        p = new TBrowser(
07724 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07725 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
07726      } else {
07727        p = new((void*) gvp) TBrowser(
07728 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07729 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
07730      }
07731      break;
07732    case 3:
07733      //m: 3
07734      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07735        p = new TBrowser(
07736 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07737 , (TClass*) G__int(libp->para[2]));
07738      } else {
07739        p = new((void*) gvp) TBrowser(
07740 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07741 , (TClass*) G__int(libp->para[2]));
07742      }
07743      break;
07744    }
07745    result7->obj.i = (long) p;
07746    result7->ref = (long) p;
07747    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07748    return(1 || funcname || hash || result7 || libp) ;
07749 }
07750 
07751 static int G__G__Base1_77_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07752 {
07753    TBrowser* p = NULL;
07754    char* gvp = (char*) G__getgvp();
07755    switch (libp->paran) {
07756    case 8:
07757      //m: 8
07758      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07759        p = new TBrowser(
07760 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07761 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07762 , (const char*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07763 , (UInt_t) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
07764      } else {
07765        p = new((void*) gvp) TBrowser(
07766 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07767 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07768 , (const char*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07769 , (UInt_t) G__int(libp->para[6]), (Option_t*) G__int(libp->para[7]));
07770      }
07771      break;
07772    case 7:
07773      //m: 7
07774      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07775        p = new TBrowser(
07776 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07777 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07778 , (const char*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07779 , (UInt_t) G__int(libp->para[6]));
07780      } else {
07781        p = new((void*) gvp) TBrowser(
07782 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07783 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07784 , (const char*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
07785 , (UInt_t) G__int(libp->para[6]));
07786      }
07787      break;
07788    }
07789    result7->obj.i = (long) p;
07790    result7->ref = (long) p;
07791    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07792    return(1 || funcname || hash || result7 || libp) ;
07793 }
07794 
07795 static int G__G__Base1_77_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07796 {
07797    TBrowser* p = NULL;
07798    char* gvp = (char*) G__getgvp();
07799    switch (libp->paran) {
07800    case 10:
07801      //m: 10
07802      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07803        p = new TBrowser(
07804 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07805 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07806 , (const char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
07807 , (Int_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7])
07808 , (UInt_t) G__int(libp->para[8]), (Option_t*) G__int(libp->para[9]));
07809      } else {
07810        p = new((void*) gvp) TBrowser(
07811 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07812 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07813 , (const char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
07814 , (Int_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7])
07815 , (UInt_t) G__int(libp->para[8]), (Option_t*) G__int(libp->para[9]));
07816      }
07817      break;
07818    case 9:
07819      //m: 9
07820      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07821        p = new TBrowser(
07822 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07823 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07824 , (const char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
07825 , (Int_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7])
07826 , (UInt_t) G__int(libp->para[8]));
07827      } else {
07828        p = new((void*) gvp) TBrowser(
07829 (const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07830 , (TClass*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07831 , (const char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
07832 , (Int_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7])
07833 , (UInt_t) G__int(libp->para[8]));
07834      }
07835      break;
07836    }
07837    result7->obj.i = (long) p;
07838    result7->ref = (long) p;
07839    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
07840    return(1 || funcname || hash || result7 || libp) ;
07841 }
07842 
07843 static int G__G__Base1_77_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07844 {
07845    switch (libp->paran) {
07846    case 3:
07847       ((TBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07848 , (Int_t) G__int(libp->para[2]));
07849       G__setnull(result7);
07850       break;
07851    case 2:
07852       ((TBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
07853       G__setnull(result7);
07854       break;
07855    case 1:
07856       ((TBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]));
07857       G__setnull(result7);
07858       break;
07859    }
07860    return(1 || funcname || hash || result7 || libp) ;
07861 }
07862 
07863 static int G__G__Base1_77_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07864 {
07865    switch (libp->paran) {
07866    case 4:
07867       ((TBrowser*) G__getstructoffset())->Add((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
07868 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
07869       G__setnull(result7);
07870       break;
07871    case 3:
07872       ((TBrowser*) G__getstructoffset())->Add((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1])
07873 , (const char*) G__int(libp->para[2]));
07874       G__setnull(result7);
07875       break;
07876    case 2:
07877       ((TBrowser*) G__getstructoffset())->Add((void*) G__int(libp->para[0]), (TClass*) G__int(libp->para[1]));
07878       G__setnull(result7);
07879       break;
07880    }
07881    return(1 || funcname || hash || result7 || libp) ;
07882 }
07883 
07884 static int G__G__Base1_77_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07885 {
07886    switch (libp->paran) {
07887    case 2:
07888       ((TBrowser*) G__getstructoffset())->AddCheckBox((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
07889       G__setnull(result7);
07890       break;
07891    case 1:
07892       ((TBrowser*) G__getstructoffset())->AddCheckBox((TObject*) G__int(libp->para[0]));
07893       G__setnull(result7);
07894       break;
07895    }
07896    return(1 || funcname || hash || result7 || libp) ;
07897 }
07898 
07899 static int G__G__Base1_77_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07900 {
07901    switch (libp->paran) {
07902    case 2:
07903       ((TBrowser*) G__getstructoffset())->CheckObjectItem((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
07904       G__setnull(result7);
07905       break;
07906    case 1:
07907       ((TBrowser*) G__getstructoffset())->CheckObjectItem((TObject*) G__int(libp->para[0]));
07908       G__setnull(result7);
07909       break;
07910    }
07911    return(1 || funcname || hash || result7 || libp) ;
07912 }
07913 
07914 static int G__G__Base1_77_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07915 {
07916       ((TBrowser*) G__getstructoffset())->RemoveCheckBox((TObject*) G__int(libp->para[0]));
07917       G__setnull(result7);
07918    return(1 || funcname || hash || result7 || libp) ;
07919 }
07920 
07921 static int G__G__Base1_77_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07922 {
07923    switch (libp->paran) {
07924    case 1:
07925       ((TBrowser*) G__getstructoffset())->Create((TObject*) G__int(libp->para[0]));
07926       G__setnull(result7);
07927       break;
07928    case 0:
07929       ((TBrowser*) G__getstructoffset())->Create();
07930       G__setnull(result7);
07931       break;
07932    }
07933    return(1 || funcname || hash || result7 || libp) ;
07934 }
07935 
07936 static int G__G__Base1_77_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07937 {
07938       ((TBrowser*) G__getstructoffset())->BrowseObject((TObject*) G__int(libp->para[0]));
07939       G__setnull(result7);
07940    return(1 || funcname || hash || result7 || libp) ;
07941 }
07942 
07943 static int G__G__Base1_77_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07944 {
07945       ((TBrowser*) G__getstructoffset())->ExecuteDefaultAction((TObject*) G__int(libp->para[0]));
07946       G__setnull(result7);
07947    return(1 || funcname || hash || result7 || libp) ;
07948 }
07949 
07950 static int G__G__Base1_77_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07951 {
07952       G__letint(result7, 85, (long) ((const TBrowser*) G__getstructoffset())->GetBrowserImp());
07953    return(1 || funcname || hash || result7 || libp) ;
07954 }
07955 
07956 static int G__G__Base1_77_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07957 {
07958       ((TBrowser*) G__getstructoffset())->SetBrowserImp((TBrowserImp*) G__int(libp->para[0]));
07959       G__setnull(result7);
07960    return(1 || funcname || hash || result7 || libp) ;
07961 }
07962 
07963 static int G__G__Base1_77_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07964 {
07965       G__letint(result7, 85, (long) ((const TBrowser*) G__getstructoffset())->GetContextMenu());
07966    return(1 || funcname || hash || result7 || libp) ;
07967 }
07968 
07969 static int G__G__Base1_77_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07970 {
07971       G__letint(result7, 103, (long) ((const TBrowser*) G__getstructoffset())->GetRefreshFlag());
07972    return(1 || funcname || hash || result7 || libp) ;
07973 }
07974 
07975 static int G__G__Base1_77_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07976 {
07977       G__letint(result7, 85, (long) ((const TBrowser*) G__getstructoffset())->GetSelected());
07978    return(1 || funcname || hash || result7 || libp) ;
07979 }
07980 
07981 static int G__G__Base1_77_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07982 {
07983       ((TBrowser*) G__getstructoffset())->SetRefreshFlag((Bool_t) G__int(libp->para[0]));
07984       G__setnull(result7);
07985    return(1 || funcname || hash || result7 || libp) ;
07986 }
07987 
07988 static int G__G__Base1_77_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07989 {
07990       ((TBrowser*) G__getstructoffset())->Iconify();
07991       G__setnull(result7);
07992    return(1 || funcname || hash || result7 || libp) ;
07993 }
07994 
07995 static int G__G__Base1_77_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07996 {
07997       ((TBrowser*) G__getstructoffset())->Refresh();
07998       G__setnull(result7);
07999    return(1 || funcname || hash || result7 || libp) ;
08000 }
08001 
08002 static int G__G__Base1_77_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08003 {
08004       ((TBrowser*) G__getstructoffset())->SetSelected((TObject*) G__int(libp->para[0]));
08005       G__setnull(result7);
08006    return(1 || funcname || hash || result7 || libp) ;
08007 }
08008 
08009 static int G__G__Base1_77_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08010 {
08011       ((TBrowser*) G__getstructoffset())->Show();
08012       G__setnull(result7);
08013    return(1 || funcname || hash || result7 || libp) ;
08014 }
08015 
08016 static int G__G__Base1_77_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08017 {
08018    switch (libp->paran) {
08019    case 5:
08020       G__letint(result7, 108, (long) ((TBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08021 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
08022 , (Int_t) G__int(libp->para[4])));
08023       break;
08024    case 4:
08025       G__letint(result7, 108, (long) ((TBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08026 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
08027       break;
08028    case 3:
08029       G__letint(result7, 108, (long) ((TBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08030 , (const char*) G__int(libp->para[2])));
08031       break;
08032    case 2:
08033       G__letint(result7, 108, (long) ((TBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
08034       break;
08035    case 1:
08036       G__letint(result7, 108, (long) ((TBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0])));
08037       break;
08038    case 0:
08039       G__letint(result7, 108, (long) ((TBrowser*) G__getstructoffset())->ExecPlugin());
08040       break;
08041    }
08042    return(1 || funcname || hash || result7 || libp) ;
08043 }
08044 
08045 static int G__G__Base1_77_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08046 {
08047       ((TBrowser*) G__getstructoffset())->SetStatusText((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
08048       G__setnull(result7);
08049    return(1 || funcname || hash || result7 || libp) ;
08050 }
08051 
08052 static int G__G__Base1_77_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08053 {
08054       ((TBrowser*) G__getstructoffset())->StartEmbedding((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
08055       G__setnull(result7);
08056    return(1 || funcname || hash || result7 || libp) ;
08057 }
08058 
08059 static int G__G__Base1_77_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08060 {
08061    switch (libp->paran) {
08062    case 1:
08063       ((TBrowser*) G__getstructoffset())->StopEmbedding((const char*) G__int(libp->para[0]));
08064       G__setnull(result7);
08065       break;
08066    case 0:
08067       ((TBrowser*) G__getstructoffset())->StopEmbedding();
08068       G__setnull(result7);
08069       break;
08070    }
08071    return(1 || funcname || hash || result7 || libp) ;
08072 }
08073 
08074 static int G__G__Base1_77_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08075 {
08076       G__letint(result7, 85, (long) TBrowser::Class());
08077    return(1 || funcname || hash || result7 || libp) ;
08078 }
08079 
08080 static int G__G__Base1_77_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08081 {
08082       G__letint(result7, 67, (long) TBrowser::Class_Name());
08083    return(1 || funcname || hash || result7 || libp) ;
08084 }
08085 
08086 static int G__G__Base1_77_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08087 {
08088       G__letint(result7, 115, (long) TBrowser::Class_Version());
08089    return(1 || funcname || hash || result7 || libp) ;
08090 }
08091 
08092 static int G__G__Base1_77_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08093 {
08094       TBrowser::Dictionary();
08095       G__setnull(result7);
08096    return(1 || funcname || hash || result7 || libp) ;
08097 }
08098 
08099 static int G__G__Base1_77_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08100 {
08101       ((TBrowser*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08102       G__setnull(result7);
08103    return(1 || funcname || hash || result7 || libp) ;
08104 }
08105 
08106 static int G__G__Base1_77_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08107 {
08108       G__letint(result7, 67, (long) TBrowser::DeclFileName());
08109    return(1 || funcname || hash || result7 || libp) ;
08110 }
08111 
08112 static int G__G__Base1_77_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08113 {
08114       G__letint(result7, 105, (long) TBrowser::ImplFileLine());
08115    return(1 || funcname || hash || result7 || libp) ;
08116 }
08117 
08118 static int G__G__Base1_77_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08119 {
08120       G__letint(result7, 67, (long) TBrowser::ImplFileName());
08121    return(1 || funcname || hash || result7 || libp) ;
08122 }
08123 
08124 static int G__G__Base1_77_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08125 {
08126       G__letint(result7, 105, (long) TBrowser::DeclFileLine());
08127    return(1 || funcname || hash || result7 || libp) ;
08128 }
08129 
08130 // automatic destructor
08131 typedef TBrowser G__TTBrowser;
08132 static int G__G__Base1_77_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08133 {
08134    char* gvp = (char*) G__getgvp();
08135    long soff = G__getstructoffset();
08136    int n = G__getaryconstruct();
08137    //
08138    //has_a_delete: 1
08139    //has_own_delete1arg: 0
08140    //has_own_delete2arg: 0
08141    //
08142    if (!soff) {
08143      return(1);
08144    }
08145    if (n) {
08146      if (gvp == (char*)G__PVOID) {
08147        delete[] (TBrowser*) soff;
08148      } else {
08149        G__setgvp((long) G__PVOID);
08150        for (int i = n - 1; i >= 0; --i) {
08151          ((TBrowser*) (soff+(sizeof(TBrowser)*i)))->~G__TTBrowser();
08152        }
08153        G__setgvp((long)gvp);
08154      }
08155    } else {
08156      if (gvp == (char*)G__PVOID) {
08157        delete (TBrowser*) soff;
08158      } else {
08159        G__setgvp((long) G__PVOID);
08160        ((TBrowser*) (soff))->~G__TTBrowser();
08161        G__setgvp((long)gvp);
08162      }
08163    }
08164    G__setnull(result7);
08165    return(1 || funcname || hash || result7 || libp) ;
08166 }
08167 
08168 
08169 /* TApplicationImp */
08170 static int G__G__Base1_114_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08171 {
08172    TApplicationImp* p = NULL;
08173    char* gvp = (char*) G__getgvp();
08174    int n = G__getaryconstruct();
08175    if (n) {
08176      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08177        p = new TApplicationImp[n];
08178      } else {
08179        p = new((void*) gvp) TApplicationImp[n];
08180      }
08181    } else {
08182      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08183        p = new TApplicationImp;
08184      } else {
08185        p = new((void*) gvp) TApplicationImp;
08186      }
08187    }
08188    result7->obj.i = (long) p;
08189    result7->ref = (long) p;
08190    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp));
08191    return(1 || funcname || hash || result7 || libp) ;
08192 }
08193 
08194 static int G__G__Base1_114_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08195 {
08196    TApplicationImp* p = NULL;
08197    char* gvp = (char*) G__getgvp();
08198    //m: 3
08199    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08200      p = new TApplicationImp(
08201 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
08202 , (char**) G__int(libp->para[2]));
08203    } else {
08204      p = new((void*) gvp) TApplicationImp(
08205 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
08206 , (char**) G__int(libp->para[2]));
08207    }
08208    result7->obj.i = (long) p;
08209    result7->ref = (long) p;
08210    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp));
08211    return(1 || funcname || hash || result7 || libp) ;
08212 }
08213 
08214 static int G__G__Base1_114_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08215 {
08216       G__letint(result7, 67, (long) ((const TApplicationImp*) G__getstructoffset())->ApplicationName());
08217    return(1 || funcname || hash || result7 || libp) ;
08218 }
08219 
08220 static int G__G__Base1_114_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08221 {
08222       ((TApplicationImp*) G__getstructoffset())->Show();
08223       G__setnull(result7);
08224    return(1 || funcname || hash || result7 || libp) ;
08225 }
08226 
08227 static int G__G__Base1_114_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08228 {
08229       ((TApplicationImp*) G__getstructoffset())->Hide();
08230       G__setnull(result7);
08231    return(1 || funcname || hash || result7 || libp) ;
08232 }
08233 
08234 static int G__G__Base1_114_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08235 {
08236       ((TApplicationImp*) G__getstructoffset())->Iconify();
08237       G__setnull(result7);
08238    return(1 || funcname || hash || result7 || libp) ;
08239 }
08240 
08241 static int G__G__Base1_114_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08242 {
08243       G__letint(result7, 103, (long) ((TApplicationImp*) G__getstructoffset())->IsCmdThread());
08244    return(1 || funcname || hash || result7 || libp) ;
08245 }
08246 
08247 static int G__G__Base1_114_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08248 {
08249       ((TApplicationImp*) G__getstructoffset())->Init();
08250       G__setnull(result7);
08251    return(1 || funcname || hash || result7 || libp) ;
08252 }
08253 
08254 static int G__G__Base1_114_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08255 {
08256       ((TApplicationImp*) G__getstructoffset())->Open();
08257       G__setnull(result7);
08258    return(1 || funcname || hash || result7 || libp) ;
08259 }
08260 
08261 static int G__G__Base1_114_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08262 {
08263       ((TApplicationImp*) G__getstructoffset())->Raise();
08264       G__setnull(result7);
08265    return(1 || funcname || hash || result7 || libp) ;
08266 }
08267 
08268 static int G__G__Base1_114_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08269 {
08270       ((TApplicationImp*) G__getstructoffset())->Lower();
08271       G__setnull(result7);
08272    return(1 || funcname || hash || result7 || libp) ;
08273 }
08274 
08275 static int G__G__Base1_114_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08276 {
08277       G__letint(result7, 105, (long) ((TApplicationImp*) G__getstructoffset())->ExecCommand((TGWin32Command*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
08278    return(1 || funcname || hash || result7 || libp) ;
08279 }
08280 
08281 static int G__G__Base1_114_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08282 {
08283       G__letint(result7, 85, (long) TApplicationImp::Class());
08284    return(1 || funcname || hash || result7 || libp) ;
08285 }
08286 
08287 static int G__G__Base1_114_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08288 {
08289       G__letint(result7, 67, (long) TApplicationImp::Class_Name());
08290    return(1 || funcname || hash || result7 || libp) ;
08291 }
08292 
08293 static int G__G__Base1_114_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08294 {
08295       G__letint(result7, 115, (long) TApplicationImp::Class_Version());
08296    return(1 || funcname || hash || result7 || libp) ;
08297 }
08298 
08299 static int G__G__Base1_114_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08300 {
08301       TApplicationImp::Dictionary();
08302       G__setnull(result7);
08303    return(1 || funcname || hash || result7 || libp) ;
08304 }
08305 
08306 static int G__G__Base1_114_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08307 {
08308       G__letint(result7, 85, (long) ((const TApplicationImp*) G__getstructoffset())->IsA());
08309    return(1 || funcname || hash || result7 || libp) ;
08310 }
08311 
08312 static int G__G__Base1_114_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08313 {
08314       ((TApplicationImp*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
08315       G__setnull(result7);
08316    return(1 || funcname || hash || result7 || libp) ;
08317 }
08318 
08319 static int G__G__Base1_114_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08320 {
08321       ((TApplicationImp*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
08322       G__setnull(result7);
08323    return(1 || funcname || hash || result7 || libp) ;
08324 }
08325 
08326 static int G__G__Base1_114_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08327 {
08328       ((TApplicationImp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08329       G__setnull(result7);
08330    return(1 || funcname || hash || result7 || libp) ;
08331 }
08332 
08333 static int G__G__Base1_114_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08334 {
08335       G__letint(result7, 67, (long) TApplicationImp::DeclFileName());
08336    return(1 || funcname || hash || result7 || libp) ;
08337 }
08338 
08339 static int G__G__Base1_114_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08340 {
08341       G__letint(result7, 105, (long) TApplicationImp::ImplFileLine());
08342    return(1 || funcname || hash || result7 || libp) ;
08343 }
08344 
08345 static int G__G__Base1_114_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08346 {
08347       G__letint(result7, 67, (long) TApplicationImp::ImplFileName());
08348    return(1 || funcname || hash || result7 || libp) ;
08349 }
08350 
08351 static int G__G__Base1_114_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08352 {
08353       G__letint(result7, 105, (long) TApplicationImp::DeclFileLine());
08354    return(1 || funcname || hash || result7 || libp) ;
08355 }
08356 
08357 // automatic copy constructor
08358 static int G__G__Base1_114_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08359 
08360 {
08361    TApplicationImp* p;
08362    void* tmp = (void*) G__int(libp->para[0]);
08363    p = new TApplicationImp(*(TApplicationImp*) tmp);
08364    result7->obj.i = (long) p;
08365    result7->ref = (long) p;
08366    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp));
08367    return(1 || funcname || hash || result7 || libp) ;
08368 }
08369 
08370 // automatic destructor
08371 typedef TApplicationImp G__TTApplicationImp;
08372 static int G__G__Base1_114_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08373 {
08374    char* gvp = (char*) G__getgvp();
08375    long soff = G__getstructoffset();
08376    int n = G__getaryconstruct();
08377    //
08378    //has_a_delete: 0
08379    //has_own_delete1arg: 0
08380    //has_own_delete2arg: 0
08381    //
08382    if (!soff) {
08383      return(1);
08384    }
08385    if (n) {
08386      if (gvp == (char*)G__PVOID) {
08387        delete[] (TApplicationImp*) soff;
08388      } else {
08389        G__setgvp((long) G__PVOID);
08390        for (int i = n - 1; i >= 0; --i) {
08391          ((TApplicationImp*) (soff+(sizeof(TApplicationImp)*i)))->~G__TTApplicationImp();
08392        }
08393        G__setgvp((long)gvp);
08394      }
08395    } else {
08396      if (gvp == (char*)G__PVOID) {
08397        delete (TApplicationImp*) soff;
08398      } else {
08399        G__setgvp((long) G__PVOID);
08400        ((TApplicationImp*) (soff))->~G__TTApplicationImp();
08401        G__setgvp((long)gvp);
08402      }
08403    }
08404    G__setnull(result7);
08405    return(1 || funcname || hash || result7 || libp) ;
08406 }
08407 
08408 // automatic assignment operator
08409 static int G__G__Base1_114_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08410 {
08411    TApplicationImp* dest = (TApplicationImp*) G__getstructoffset();
08412    *dest = *(TApplicationImp*) libp->para[0].ref;
08413    const TApplicationImp& obj = *dest;
08414    result7->ref = (long) (&obj);
08415    result7->obj.i = (long) (&obj);
08416    return(1 || funcname || hash || result7 || libp) ;
08417 }
08418 
08419 
08420 /* TApplication */
08421 static int G__G__Base1_116_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08422 {
08423    TApplication* p = NULL;
08424    char* gvp = (char*) G__getgvp();
08425    switch (libp->paran) {
08426    case 5:
08427      //m: 5
08428      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08429        p = new TApplication(
08430 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08431 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3])
08432 , (Int_t) G__int(libp->para[4]));
08433      } else {
08434        p = new((void*) gvp) TApplication(
08435 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08436 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3])
08437 , (Int_t) G__int(libp->para[4]));
08438      }
08439      break;
08440    case 4:
08441      //m: 4
08442      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08443        p = new TApplication(
08444 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08445 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
08446      } else {
08447        p = new((void*) gvp) TApplication(
08448 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08449 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
08450      }
08451      break;
08452    case 3:
08453      //m: 3
08454      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08455        p = new TApplication(
08456 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08457 , (char**) G__int(libp->para[2]));
08458      } else {
08459        p = new((void*) gvp) TApplication(
08460 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08461 , (char**) G__int(libp->para[2]));
08462      }
08463      break;
08464    }
08465    result7->obj.i = (long) p;
08466    result7->ref = (long) p;
08467    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TApplication));
08468    return(1 || funcname || hash || result7 || libp) ;
08469 }
08470 
08471 static int G__G__Base1_116_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08472 {
08473       ((TApplication*) G__getstructoffset())->InitializeGraphics();
08474       G__setnull(result7);
08475    return(1 || funcname || hash || result7 || libp) ;
08476 }
08477 
08478 static int G__G__Base1_116_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08479 {
08480       ((TApplication*) G__getstructoffset())->GetOptions((Int_t*) G__int(libp->para[0]), (char**) G__int(libp->para[1]));
08481       G__setnull(result7);
08482    return(1 || funcname || hash || result7 || libp) ;
08483 }
08484 
08485 static int G__G__Base1_116_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08486 {
08487       G__letint(result7, 85, (long) ((const TApplication*) G__getstructoffset())->GetSignalHandler());
08488    return(1 || funcname || hash || result7 || libp) ;
08489 }
08490 
08491 static int G__G__Base1_116_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08492 {
08493       ((TApplication*) G__getstructoffset())->SetEchoMode((Bool_t) G__int(libp->para[0]));
08494       G__setnull(result7);
08495    return(1 || funcname || hash || result7 || libp) ;
08496 }
08497 
08498 static int G__G__Base1_116_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08499 {
08500       ((TApplication*) G__getstructoffset())->HandleException((Int_t) G__int(libp->para[0]));
08501       G__setnull(result7);
08502    return(1 || funcname || hash || result7 || libp) ;
08503 }
08504 
08505 static int G__G__Base1_116_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08506 {
08507       ((TApplication*) G__getstructoffset())->HandleIdleTimer();
08508       G__setnull(result7);
08509    return(1 || funcname || hash || result7 || libp) ;
08510 }
08511 
08512 static int G__G__Base1_116_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08513 {
08514       G__letint(result7, 103, (long) ((TApplication*) G__getstructoffset())->HandleTermInput());
08515    return(1 || funcname || hash || result7 || libp) ;
08516 }
08517 
08518 static int G__G__Base1_116_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08519 {
08520       ((TApplication*) G__getstructoffset())->Init();
08521       G__setnull(result7);
08522    return(1 || funcname || hash || result7 || libp) ;
08523 }
08524 
08525 static int G__G__Base1_116_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08526 {
08527    switch (libp->paran) {
08528    case 3:
08529       G__letint(result7, 108, (long) ((TApplication*) G__getstructoffset())->ProcessLine((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
08530 , (Int_t*) G__int(libp->para[2])));
08531       break;
08532    case 2:
08533       G__letint(result7, 108, (long) ((TApplication*) G__getstructoffset())->ProcessLine((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
08534       break;
08535    case 1:
08536       G__letint(result7, 108, (long) ((TApplication*) G__getstructoffset())->ProcessLine((const char*) G__int(libp->para[0])));
08537       break;
08538    }
08539    return(1 || funcname || hash || result7 || libp) ;
08540 }
08541 
08542 static int G__G__Base1_116_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08543 {
08544    switch (libp->paran) {
08545    case 3:
08546       G__letint(result7, 108, (long) ((TApplication*) G__getstructoffset())->ProcessFile((const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08547 , (Bool_t) G__int(libp->para[2])));
08548       break;
08549    case 2:
08550       G__letint(result7, 108, (long) ((TApplication*) G__getstructoffset())->ProcessFile((const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])));
08551       break;
08552    case 1:
08553       G__letint(result7, 108, (long) ((TApplication*) G__getstructoffset())->ProcessFile((const char*) G__int(libp->para[0])));
08554       break;
08555    }
08556    return(1 || funcname || hash || result7 || libp) ;
08557 }
08558 
08559 static int G__G__Base1_116_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08560 {
08561    switch (libp->paran) {
08562    case 1:
08563       ((TApplication*) G__getstructoffset())->Run((Bool_t) G__int(libp->para[0]));
08564       G__setnull(result7);
08565       break;
08566    case 0:
08567       ((TApplication*) G__getstructoffset())->Run();
08568       G__setnull(result7);
08569       break;
08570    }
08571    return(1 || funcname || hash || result7 || libp) ;
08572 }
08573 
08574 static int G__G__Base1_116_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08575 {
08576       ((TApplication*) G__getstructoffset())->SetIdleTimer((UInt_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08577       G__setnull(result7);
08578    return(1 || funcname || hash || result7 || libp) ;
08579 }
08580 
08581 static int G__G__Base1_116_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08582 {
08583       ((TApplication*) G__getstructoffset())->RemoveIdleTimer();
08584       G__setnull(result7);
08585    return(1 || funcname || hash || result7 || libp) ;
08586 }
08587 
08588 static int G__G__Base1_116_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08589 {
08590       G__letint(result7, 67, (long) ((const TApplication*) G__getstructoffset())->GetIdleCommand());
08591    return(1 || funcname || hash || result7 || libp) ;
08592 }
08593 
08594 static int G__G__Base1_116_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08595 {
08596       ((TApplication*) G__getstructoffset())->StartIdleing();
08597       G__setnull(result7);
08598    return(1 || funcname || hash || result7 || libp) ;
08599 }
08600 
08601 static int G__G__Base1_116_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08602 {
08603       ((TApplication*) G__getstructoffset())->StopIdleing();
08604       G__setnull(result7);
08605    return(1 || funcname || hash || result7 || libp) ;
08606 }
08607 
08608 static int G__G__Base1_116_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08609 {
08610    switch (libp->paran) {
08611    case 1:
08612       G__letint(result7, 105, (long) ((TApplication*) G__getstructoffset())->ExitOnException((TApplication::EExitOnException) G__int(libp->para[0])));
08613       break;
08614    case 0:
08615       G__letint(result7, 105, (long) ((TApplication*) G__getstructoffset())->ExitOnException());
08616       break;
08617    }
08618    return(1 || funcname || hash || result7 || libp) ;
08619 }
08620 
08621 static int G__G__Base1_116_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08622 {
08623       G__letint(result7, 67, (long) ((const TApplication*) G__getstructoffset())->ApplicationName());
08624    return(1 || funcname || hash || result7 || libp) ;
08625 }
08626 
08627 static int G__G__Base1_116_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08628 {
08629       ((TApplication*) G__getstructoffset())->Show();
08630       G__setnull(result7);
08631    return(1 || funcname || hash || result7 || libp) ;
08632 }
08633 
08634 static int G__G__Base1_116_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08635 {
08636       ((TApplication*) G__getstructoffset())->Hide();
08637       G__setnull(result7);
08638    return(1 || funcname || hash || result7 || libp) ;
08639 }
08640 
08641 static int G__G__Base1_116_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08642 {
08643       ((TApplication*) G__getstructoffset())->Iconify();
08644       G__setnull(result7);
08645    return(1 || funcname || hash || result7 || libp) ;
08646 }
08647 
08648 static int G__G__Base1_116_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08649 {
08650       ((TApplication*) G__getstructoffset())->Open();
08651       G__setnull(result7);
08652    return(1 || funcname || hash || result7 || libp) ;
08653 }
08654 
08655 static int G__G__Base1_116_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08656 {
08657       ((TApplication*) G__getstructoffset())->Raise();
08658       G__setnull(result7);
08659    return(1 || funcname || hash || result7 || libp) ;
08660 }
08661 
08662 static int G__G__Base1_116_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08663 {
08664       ((TApplication*) G__getstructoffset())->Lower();
08665       G__setnull(result7);
08666    return(1 || funcname || hash || result7 || libp) ;
08667 }
08668 
08669 static int G__G__Base1_116_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08670 {
08671       G__letint(result7, 103, (long) ((TApplication*) G__getstructoffset())->IsCmdThread());
08672    return(1 || funcname || hash || result7 || libp) ;
08673 }
08674 
08675 static int G__G__Base1_116_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08676 {
08677       G__letint(result7, 85, (long) ((TApplication*) G__getstructoffset())->GetApplicationImp());
08678    return(1 || funcname || hash || result7 || libp) ;
08679 }
08680 
08681 static int G__G__Base1_116_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08682 {
08683       G__letint(result7, 105, (long) ((const TApplication*) G__getstructoffset())->Argc());
08684    return(1 || funcname || hash || result7 || libp) ;
08685 }
08686 
08687 static int G__G__Base1_116_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08688 {
08689       G__letint(result7, 67, (long) ((const TApplication*) G__getstructoffset())->Argv());
08690    return(1 || funcname || hash || result7 || libp) ;
08691 }
08692 
08693 static int G__G__Base1_116_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08694 {
08695       G__letint(result7, 67, (long) ((const TApplication*) G__getstructoffset())->Argv((Int_t) G__int(libp->para[0])));
08696    return(1 || funcname || hash || result7 || libp) ;
08697 }
08698 
08699 static int G__G__Base1_116_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08700 {
08701       G__letint(result7, 103, (long) ((const TApplication*) G__getstructoffset())->NoLogOpt());
08702    return(1 || funcname || hash || result7 || libp) ;
08703 }
08704 
08705 static int G__G__Base1_116_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08706 {
08707       G__letint(result7, 103, (long) ((const TApplication*) G__getstructoffset())->NoLogoOpt());
08708    return(1 || funcname || hash || result7 || libp) ;
08709 }
08710 
08711 static int G__G__Base1_116_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08712 {
08713       G__letint(result7, 103, (long) ((const TApplication*) G__getstructoffset())->QuitOpt());
08714    return(1 || funcname || hash || result7 || libp) ;
08715 }
08716 
08717 static int G__G__Base1_116_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08718 {
08719       G__letint(result7, 85, (long) ((const TApplication*) G__getstructoffset())->InputFiles());
08720    return(1 || funcname || hash || result7 || libp) ;
08721 }
08722 
08723 static int G__G__Base1_116_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08724 {
08725       G__letint(result7, 67, (long) ((const TApplication*) G__getstructoffset())->WorkingDirectory());
08726    return(1 || funcname || hash || result7 || libp) ;
08727 }
08728 
08729 static int G__G__Base1_116_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08730 {
08731       ((TApplication*) G__getstructoffset())->ClearInputFiles();
08732       G__setnull(result7);
08733    return(1 || funcname || hash || result7 || libp) ;
08734 }
08735 
08736 static int G__G__Base1_116_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08737 {
08738       G__letint(result7, 85, (long) ((const TApplication*) G__getstructoffset())->GetAppRemote());
08739    return(1 || funcname || hash || result7 || libp) ;
08740 }
08741 
08742 static int G__G__Base1_116_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08743 {
08744       G__letint(result7, 103, (long) ((const TApplication*) G__getstructoffset())->IsRunning());
08745    return(1 || funcname || hash || result7 || libp) ;
08746 }
08747 
08748 static int G__G__Base1_116_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08749 {
08750       G__letint(result7, 103, (long) ((const TApplication*) G__getstructoffset())->ReturnFromRun());
08751    return(1 || funcname || hash || result7 || libp) ;
08752 }
08753 
08754 static int G__G__Base1_116_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08755 {
08756       ((TApplication*) G__getstructoffset())->SetReturnFromRun((Bool_t) G__int(libp->para[0]));
08757       G__setnull(result7);
08758    return(1 || funcname || hash || result7 || libp) ;
08759 }
08760 
08761 static int G__G__Base1_116_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08762 {
08763       ((TApplication*) G__getstructoffset())->LineProcessed((const char*) G__int(libp->para[0]));
08764       G__setnull(result7);
08765    return(1 || funcname || hash || result7 || libp) ;
08766 }
08767 
08768 static int G__G__Base1_116_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08769 {
08770    switch (libp->paran) {
08771    case 1:
08772       ((TApplication*) G__getstructoffset())->Terminate((Int_t) G__int(libp->para[0]));
08773       G__setnull(result7);
08774       break;
08775    case 0:
08776       ((TApplication*) G__getstructoffset())->Terminate();
08777       G__setnull(result7);
08778       break;
08779    }
08780    return(1 || funcname || hash || result7 || libp) ;
08781 }
08782 
08783 static int G__G__Base1_116_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08784 {
08785       ((TApplication*) G__getstructoffset())->KeyPressed((Int_t) G__int(libp->para[0]));
08786       G__setnull(result7);
08787    return(1 || funcname || hash || result7 || libp) ;
08788 }
08789 
08790 static int G__G__Base1_116_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08791 {
08792       ((TApplication*) G__getstructoffset())->ReturnPressed((char*) G__int(libp->para[0]));
08793       G__setnull(result7);
08794    return(1 || funcname || hash || result7 || libp) ;
08795 }
08796 
08797 static int G__G__Base1_116_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08798 {
08799    switch (libp->paran) {
08800    case 3:
08801       G__letint(result7, 108, (long) TApplication::ExecuteFile((const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
08802 , (Bool_t) G__int(libp->para[2])));
08803       break;
08804    case 2:
08805       G__letint(result7, 108, (long) TApplication::ExecuteFile((const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])));
08806       break;
08807    case 1:
08808       G__letint(result7, 108, (long) TApplication::ExecuteFile((const char*) G__int(libp->para[0])));
08809       break;
08810    }
08811    return(1 || funcname || hash || result7 || libp) ;
08812 }
08813 
08814 static int G__G__Base1_116_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08815 {
08816       G__letint(result7, 85, (long) TApplication::GetApplications());
08817    return(1 || funcname || hash || result7 || libp) ;
08818 }
08819 
08820 static int G__G__Base1_116_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08821 {
08822       TApplication::CreateApplication();
08823       G__setnull(result7);
08824    return(1 || funcname || hash || result7 || libp) ;
08825 }
08826 
08827 static int G__G__Base1_116_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08828 {
08829       TApplication::NeedGraphicsLibs();
08830       G__setnull(result7);
08831    return(1 || funcname || hash || result7 || libp) ;
08832 }
08833 
08834 static int G__G__Base1_116_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08835 {
08836       G__letint(result7, 85, (long) TApplication::Class());
08837    return(1 || funcname || hash || result7 || libp) ;
08838 }
08839 
08840 static int G__G__Base1_116_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08841 {
08842       G__letint(result7, 67, (long) TApplication::Class_Name());
08843    return(1 || funcname || hash || result7 || libp) ;
08844 }
08845 
08846 static int G__G__Base1_116_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08847 {
08848       G__letint(result7, 115, (long) TApplication::Class_Version());
08849    return(1 || funcname || hash || result7 || libp) ;
08850 }
08851 
08852 static int G__G__Base1_116_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08853 {
08854       TApplication::Dictionary();
08855       G__setnull(result7);
08856    return(1 || funcname || hash || result7 || libp) ;
08857 }
08858 
08859 static int G__G__Base1_116_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08860 {
08861       ((TApplication*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08862       G__setnull(result7);
08863    return(1 || funcname || hash || result7 || libp) ;
08864 }
08865 
08866 static int G__G__Base1_116_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08867 {
08868       G__letint(result7, 67, (long) TApplication::DeclFileName());
08869    return(1 || funcname || hash || result7 || libp) ;
08870 }
08871 
08872 static int G__G__Base1_116_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08873 {
08874       G__letint(result7, 105, (long) TApplication::ImplFileLine());
08875    return(1 || funcname || hash || result7 || libp) ;
08876 }
08877 
08878 static int G__G__Base1_116_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08879 {
08880       G__letint(result7, 67, (long) TApplication::ImplFileName());
08881    return(1 || funcname || hash || result7 || libp) ;
08882 }
08883 
08884 static int G__G__Base1_116_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08885 {
08886       G__letint(result7, 105, (long) TApplication::DeclFileLine());
08887    return(1 || funcname || hash || result7 || libp) ;
08888 }
08889 
08890 // automatic destructor
08891 typedef TApplication G__TTApplication;
08892 static int G__G__Base1_116_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08893 {
08894    char* gvp = (char*) G__getgvp();
08895    long soff = G__getstructoffset();
08896    int n = G__getaryconstruct();
08897    //
08898    //has_a_delete: 1
08899    //has_own_delete1arg: 0
08900    //has_own_delete2arg: 0
08901    //
08902    if (!soff) {
08903      return(1);
08904    }
08905    if (n) {
08906      if (gvp == (char*)G__PVOID) {
08907        delete[] (TApplication*) soff;
08908      } else {
08909        G__setgvp((long) G__PVOID);
08910        for (int i = n - 1; i >= 0; --i) {
08911          ((TApplication*) (soff+(sizeof(TApplication)*i)))->~G__TTApplication();
08912        }
08913        G__setgvp((long)gvp);
08914      }
08915    } else {
08916      if (gvp == (char*)G__PVOID) {
08917        delete (TApplication*) soff;
08918      } else {
08919        G__setgvp((long) G__PVOID);
08920        ((TApplication*) (soff))->~G__TTApplication();
08921        G__setgvp((long)gvp);
08922      }
08923    }
08924    G__setnull(result7);
08925    return(1 || funcname || hash || result7 || libp) ;
08926 }
08927 
08928 
08929 /* TAtt3D */
08930 static int G__G__Base1_119_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08931 {
08932    TAtt3D* p = NULL;
08933    char* gvp = (char*) G__getgvp();
08934    int n = G__getaryconstruct();
08935    if (n) {
08936      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08937        p = new TAtt3D[n];
08938      } else {
08939        p = new((void*) gvp) TAtt3D[n];
08940      }
08941    } else {
08942      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08943        p = new TAtt3D;
08944      } else {
08945        p = new((void*) gvp) TAtt3D;
08946      }
08947    }
08948    result7->obj.i = (long) p;
08949    result7->ref = (long) p;
08950    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAtt3D));
08951    return(1 || funcname || hash || result7 || libp) ;
08952 }
08953 
08954 static int G__G__Base1_119_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08955 {
08956       ((const TAtt3D*) G__getstructoffset())->Sizeof3D();
08957       G__setnull(result7);
08958    return(1 || funcname || hash || result7 || libp) ;
08959 }
08960 
08961 static int G__G__Base1_119_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08962 {
08963       G__letint(result7, 85, (long) TAtt3D::Class());
08964    return(1 || funcname || hash || result7 || libp) ;
08965 }
08966 
08967 static int G__G__Base1_119_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08968 {
08969       G__letint(result7, 67, (long) TAtt3D::Class_Name());
08970    return(1 || funcname || hash || result7 || libp) ;
08971 }
08972 
08973 static int G__G__Base1_119_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08974 {
08975       G__letint(result7, 115, (long) TAtt3D::Class_Version());
08976    return(1 || funcname || hash || result7 || libp) ;
08977 }
08978 
08979 static int G__G__Base1_119_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08980 {
08981       TAtt3D::Dictionary();
08982       G__setnull(result7);
08983    return(1 || funcname || hash || result7 || libp) ;
08984 }
08985 
08986 static int G__G__Base1_119_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08987 {
08988       G__letint(result7, 85, (long) ((const TAtt3D*) G__getstructoffset())->IsA());
08989    return(1 || funcname || hash || result7 || libp) ;
08990 }
08991 
08992 static int G__G__Base1_119_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08993 {
08994       ((TAtt3D*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
08995       G__setnull(result7);
08996    return(1 || funcname || hash || result7 || libp) ;
08997 }
08998 
08999 static int G__G__Base1_119_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09000 {
09001       ((TAtt3D*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
09002       G__setnull(result7);
09003    return(1 || funcname || hash || result7 || libp) ;
09004 }
09005 
09006 static int G__G__Base1_119_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09007 {
09008       ((TAtt3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09009       G__setnull(result7);
09010    return(1 || funcname || hash || result7 || libp) ;
09011 }
09012 
09013 static int G__G__Base1_119_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09014 {
09015       G__letint(result7, 67, (long) TAtt3D::DeclFileName());
09016    return(1 || funcname || hash || result7 || libp) ;
09017 }
09018 
09019 static int G__G__Base1_119_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09020 {
09021       G__letint(result7, 105, (long) TAtt3D::ImplFileLine());
09022    return(1 || funcname || hash || result7 || libp) ;
09023 }
09024 
09025 static int G__G__Base1_119_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09026 {
09027       G__letint(result7, 67, (long) TAtt3D::ImplFileName());
09028    return(1 || funcname || hash || result7 || libp) ;
09029 }
09030 
09031 static int G__G__Base1_119_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09032 {
09033       G__letint(result7, 105, (long) TAtt3D::DeclFileLine());
09034    return(1 || funcname || hash || result7 || libp) ;
09035 }
09036 
09037 // automatic copy constructor
09038 static int G__G__Base1_119_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09039 
09040 {
09041    TAtt3D* p;
09042    void* tmp = (void*) G__int(libp->para[0]);
09043    p = new TAtt3D(*(TAtt3D*) tmp);
09044    result7->obj.i = (long) p;
09045    result7->ref = (long) p;
09046    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAtt3D));
09047    return(1 || funcname || hash || result7 || libp) ;
09048 }
09049 
09050 // automatic destructor
09051 typedef TAtt3D G__TTAtt3D;
09052 static int G__G__Base1_119_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09053 {
09054    char* gvp = (char*) G__getgvp();
09055    long soff = G__getstructoffset();
09056    int n = G__getaryconstruct();
09057    //
09058    //has_a_delete: 0
09059    //has_own_delete1arg: 0
09060    //has_own_delete2arg: 0
09061    //
09062    if (!soff) {
09063      return(1);
09064    }
09065    if (n) {
09066      if (gvp == (char*)G__PVOID) {
09067        delete[] (TAtt3D*) soff;
09068      } else {
09069        G__setgvp((long) G__PVOID);
09070        for (int i = n - 1; i >= 0; --i) {
09071          ((TAtt3D*) (soff+(sizeof(TAtt3D)*i)))->~G__TTAtt3D();
09072        }
09073        G__setgvp((long)gvp);
09074      }
09075    } else {
09076      if (gvp == (char*)G__PVOID) {
09077        delete (TAtt3D*) soff;
09078      } else {
09079        G__setgvp((long) G__PVOID);
09080        ((TAtt3D*) (soff))->~G__TTAtt3D();
09081        G__setgvp((long)gvp);
09082      }
09083    }
09084    G__setnull(result7);
09085    return(1 || funcname || hash || result7 || libp) ;
09086 }
09087 
09088 // automatic assignment operator
09089 static int G__G__Base1_119_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09090 {
09091    TAtt3D* dest = (TAtt3D*) G__getstructoffset();
09092    *dest = *(TAtt3D*) libp->para[0].ref;
09093    const TAtt3D& obj = *dest;
09094    result7->ref = (long) (&obj);
09095    result7->obj.i = (long) (&obj);
09096    return(1 || funcname || hash || result7 || libp) ;
09097 }
09098 
09099 
09100 /* TAttAxis */
09101 static int G__G__Base1_120_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09102 {
09103    TAttAxis* p = NULL;
09104    char* gvp = (char*) G__getgvp();
09105    int n = G__getaryconstruct();
09106    if (n) {
09107      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09108        p = new TAttAxis[n];
09109      } else {
09110        p = new((void*) gvp) TAttAxis[n];
09111      }
09112    } else {
09113      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09114        p = new TAttAxis;
09115      } else {
09116        p = new((void*) gvp) TAttAxis;
09117      }
09118    }
09119    result7->obj.i = (long) p;
09120    result7->ref = (long) p;
09121    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttAxis));
09122    return(1 || funcname || hash || result7 || libp) ;
09123 }
09124 
09125 static int G__G__Base1_120_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09126 {
09127       ((const TAttAxis*) G__getstructoffset())->Copy(*(TAttAxis*) libp->para[0].ref);
09128       G__setnull(result7);
09129    return(1 || funcname || hash || result7 || libp) ;
09130 }
09131 
09132 static int G__G__Base1_120_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09133 {
09134       G__letint(result7, 105, (long) ((const TAttAxis*) G__getstructoffset())->GetNdivisions());
09135    return(1 || funcname || hash || result7 || libp) ;
09136 }
09137 
09138 static int G__G__Base1_120_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09139 {
09140       G__letint(result7, 115, (long) ((const TAttAxis*) G__getstructoffset())->GetAxisColor());
09141    return(1 || funcname || hash || result7 || libp) ;
09142 }
09143 
09144 static int G__G__Base1_120_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09145 {
09146       G__letint(result7, 115, (long) ((const TAttAxis*) G__getstructoffset())->GetLabelColor());
09147    return(1 || funcname || hash || result7 || libp) ;
09148 }
09149 
09150 static int G__G__Base1_120_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09151 {
09152       G__letint(result7, 115, (long) ((const TAttAxis*) G__getstructoffset())->GetLabelFont());
09153    return(1 || funcname || hash || result7 || libp) ;
09154 }
09155 
09156 static int G__G__Base1_120_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09157 {
09158       G__letdouble(result7, 102, (double) ((const TAttAxis*) G__getstructoffset())->GetLabelOffset());
09159    return(1 || funcname || hash || result7 || libp) ;
09160 }
09161 
09162 static int G__G__Base1_120_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09163 {
09164       G__letdouble(result7, 102, (double) ((const TAttAxis*) G__getstructoffset())->GetLabelSize());
09165    return(1 || funcname || hash || result7 || libp) ;
09166 }
09167 
09168 static int G__G__Base1_120_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09169 {
09170       G__letdouble(result7, 102, (double) ((const TAttAxis*) G__getstructoffset())->GetTitleOffset());
09171    return(1 || funcname || hash || result7 || libp) ;
09172 }
09173 
09174 static int G__G__Base1_120_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09175 {
09176       G__letdouble(result7, 102, (double) ((const TAttAxis*) G__getstructoffset())->GetTitleSize());
09177    return(1 || funcname || hash || result7 || libp) ;
09178 }
09179 
09180 static int G__G__Base1_120_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09181 {
09182       G__letdouble(result7, 102, (double) ((const TAttAxis*) G__getstructoffset())->GetTickLength());
09183    return(1 || funcname || hash || result7 || libp) ;
09184 }
09185 
09186 static int G__G__Base1_120_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09187 {
09188       G__letint(result7, 115, (long) ((const TAttAxis*) G__getstructoffset())->GetTitleColor());
09189    return(1 || funcname || hash || result7 || libp) ;
09190 }
09191 
09192 static int G__G__Base1_120_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09193 {
09194       G__letint(result7, 115, (long) ((const TAttAxis*) G__getstructoffset())->GetTitleFont());
09195    return(1 || funcname || hash || result7 || libp) ;
09196 }
09197 
09198 static int G__G__Base1_120_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09199 {
09200    switch (libp->paran) {
09201    case 1:
09202       ((TAttAxis*) G__getstructoffset())->ResetAttAxis((Option_t*) G__int(libp->para[0]));
09203       G__setnull(result7);
09204       break;
09205    case 0:
09206       ((TAttAxis*) G__getstructoffset())->ResetAttAxis();
09207       G__setnull(result7);
09208       break;
09209    }
09210    return(1 || funcname || hash || result7 || libp) ;
09211 }
09212 
09213 static int G__G__Base1_120_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09214 {
09215       ((TAttAxis*) G__getstructoffset())->SaveAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
09216 , (const char*) G__int(libp->para[2]));
09217       G__setnull(result7);
09218    return(1 || funcname || hash || result7 || libp) ;
09219 }
09220 
09221 static int G__G__Base1_120_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09222 {
09223    switch (libp->paran) {
09224    case 2:
09225       ((TAttAxis*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
09226       G__setnull(result7);
09227       break;
09228    case 1:
09229       ((TAttAxis*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]));
09230       G__setnull(result7);
09231       break;
09232    case 0:
09233       ((TAttAxis*) G__getstructoffset())->SetNdivisions();
09234       G__setnull(result7);
09235       break;
09236    }
09237    return(1 || funcname || hash || result7 || libp) ;
09238 }
09239 
09240 static int G__G__Base1_120_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09241 {
09242    switch (libp->paran) {
09243    case 4:
09244       ((TAttAxis*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09245 , (Int_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
09246       G__setnull(result7);
09247       break;
09248    case 3:
09249       ((TAttAxis*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09250 , (Int_t) G__int(libp->para[2]));
09251       G__setnull(result7);
09252       break;
09253    }
09254    return(1 || funcname || hash || result7 || libp) ;
09255 }
09256 
09257 static int G__G__Base1_120_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09258 {
09259    switch (libp->paran) {
09260    case 1:
09261       ((TAttAxis*) G__getstructoffset())->SetAxisColor((Color_t) G__int(libp->para[0]));
09262       G__setnull(result7);
09263       break;
09264    case 0:
09265       ((TAttAxis*) G__getstructoffset())->SetAxisColor();
09266       G__setnull(result7);
09267       break;
09268    }
09269    return(1 || funcname || hash || result7 || libp) ;
09270 }
09271 
09272 static int G__G__Base1_120_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09273 {
09274    switch (libp->paran) {
09275    case 1:
09276       ((TAttAxis*) G__getstructoffset())->SetLabelColor((Color_t) G__int(libp->para[0]));
09277       G__setnull(result7);
09278       break;
09279    case 0:
09280       ((TAttAxis*) G__getstructoffset())->SetLabelColor();
09281       G__setnull(result7);
09282       break;
09283    }
09284    return(1 || funcname || hash || result7 || libp) ;
09285 }
09286 
09287 static int G__G__Base1_120_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09288 {
09289    switch (libp->paran) {
09290    case 1:
09291       ((TAttAxis*) G__getstructoffset())->SetLabelFont((Style_t) G__int(libp->para[0]));
09292       G__setnull(result7);
09293       break;
09294    case 0:
09295       ((TAttAxis*) G__getstructoffset())->SetLabelFont();
09296       G__setnull(result7);
09297       break;
09298    }
09299    return(1 || funcname || hash || result7 || libp) ;
09300 }
09301 
09302 static int G__G__Base1_120_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09303 {
09304    switch (libp->paran) {
09305    case 1:
09306       ((TAttAxis*) G__getstructoffset())->SetLabelOffset((Float_t) G__double(libp->para[0]));
09307       G__setnull(result7);
09308       break;
09309    case 0:
09310       ((TAttAxis*) G__getstructoffset())->SetLabelOffset();
09311       G__setnull(result7);
09312       break;
09313    }
09314    return(1 || funcname || hash || result7 || libp) ;
09315 }
09316 
09317 static int G__G__Base1_120_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09318 {
09319    switch (libp->paran) {
09320    case 1:
09321       ((TAttAxis*) G__getstructoffset())->SetLabelSize((Float_t) G__double(libp->para[0]));
09322       G__setnull(result7);
09323       break;
09324    case 0:
09325       ((TAttAxis*) G__getstructoffset())->SetLabelSize();
09326       G__setnull(result7);
09327       break;
09328    }
09329    return(1 || funcname || hash || result7 || libp) ;
09330 }
09331 
09332 static int G__G__Base1_120_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09333 {
09334    switch (libp->paran) {
09335    case 1:
09336       ((TAttAxis*) G__getstructoffset())->SetTickLength((Float_t) G__double(libp->para[0]));
09337       G__setnull(result7);
09338       break;
09339    case 0:
09340       ((TAttAxis*) G__getstructoffset())->SetTickLength();
09341       G__setnull(result7);
09342       break;
09343    }
09344    return(1 || funcname || hash || result7 || libp) ;
09345 }
09346 
09347 static int G__G__Base1_120_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09348 {
09349    switch (libp->paran) {
09350    case 1:
09351       ((TAttAxis*) G__getstructoffset())->SetTitleOffset((Float_t) G__double(libp->para[0]));
09352       G__setnull(result7);
09353       break;
09354    case 0:
09355       ((TAttAxis*) G__getstructoffset())->SetTitleOffset();
09356       G__setnull(result7);
09357       break;
09358    }
09359    return(1 || funcname || hash || result7 || libp) ;
09360 }
09361 
09362 static int G__G__Base1_120_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09363 {
09364    switch (libp->paran) {
09365    case 1:
09366       ((TAttAxis*) G__getstructoffset())->SetTitleSize((Float_t) G__double(libp->para[0]));
09367       G__setnull(result7);
09368       break;
09369    case 0:
09370       ((TAttAxis*) G__getstructoffset())->SetTitleSize();
09371       G__setnull(result7);
09372       break;
09373    }
09374    return(1 || funcname || hash || result7 || libp) ;
09375 }
09376 
09377 static int G__G__Base1_120_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09378 {
09379    switch (libp->paran) {
09380    case 1:
09381       ((TAttAxis*) G__getstructoffset())->SetTitleColor((Color_t) G__int(libp->para[0]));
09382       G__setnull(result7);
09383       break;
09384    case 0:
09385       ((TAttAxis*) G__getstructoffset())->SetTitleColor();
09386       G__setnull(result7);
09387       break;
09388    }
09389    return(1 || funcname || hash || result7 || libp) ;
09390 }
09391 
09392 static int G__G__Base1_120_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09393 {
09394    switch (libp->paran) {
09395    case 1:
09396       ((TAttAxis*) G__getstructoffset())->SetTitleFont((Style_t) G__int(libp->para[0]));
09397       G__setnull(result7);
09398       break;
09399    case 0:
09400       ((TAttAxis*) G__getstructoffset())->SetTitleFont();
09401       G__setnull(result7);
09402       break;
09403    }
09404    return(1 || funcname || hash || result7 || libp) ;
09405 }
09406 
09407 static int G__G__Base1_120_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09408 {
09409       G__letint(result7, 85, (long) TAttAxis::Class());
09410    return(1 || funcname || hash || result7 || libp) ;
09411 }
09412 
09413 static int G__G__Base1_120_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09414 {
09415       G__letint(result7, 67, (long) TAttAxis::Class_Name());
09416    return(1 || funcname || hash || result7 || libp) ;
09417 }
09418 
09419 static int G__G__Base1_120_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09420 {
09421       G__letint(result7, 115, (long) TAttAxis::Class_Version());
09422    return(1 || funcname || hash || result7 || libp) ;
09423 }
09424 
09425 static int G__G__Base1_120_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09426 {
09427       TAttAxis::Dictionary();
09428       G__setnull(result7);
09429    return(1 || funcname || hash || result7 || libp) ;
09430 }
09431 
09432 static int G__G__Base1_120_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09433 {
09434       G__letint(result7, 85, (long) ((const TAttAxis*) G__getstructoffset())->IsA());
09435    return(1 || funcname || hash || result7 || libp) ;
09436 }
09437 
09438 static int G__G__Base1_120_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09439 {
09440       ((TAttAxis*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
09441       G__setnull(result7);
09442    return(1 || funcname || hash || result7 || libp) ;
09443 }
09444 
09445 static int G__G__Base1_120_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09446 {
09447       ((TAttAxis*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
09448       G__setnull(result7);
09449    return(1 || funcname || hash || result7 || libp) ;
09450 }
09451 
09452 static int G__G__Base1_120_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09453 {
09454       ((TAttAxis*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09455       G__setnull(result7);
09456    return(1 || funcname || hash || result7 || libp) ;
09457 }
09458 
09459 static int G__G__Base1_120_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09460 {
09461       G__letint(result7, 67, (long) TAttAxis::DeclFileName());
09462    return(1 || funcname || hash || result7 || libp) ;
09463 }
09464 
09465 static int G__G__Base1_120_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09466 {
09467       G__letint(result7, 105, (long) TAttAxis::ImplFileLine());
09468    return(1 || funcname || hash || result7 || libp) ;
09469 }
09470 
09471 static int G__G__Base1_120_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09472 {
09473       G__letint(result7, 67, (long) TAttAxis::ImplFileName());
09474    return(1 || funcname || hash || result7 || libp) ;
09475 }
09476 
09477 static int G__G__Base1_120_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09478 {
09479       G__letint(result7, 105, (long) TAttAxis::DeclFileLine());
09480    return(1 || funcname || hash || result7 || libp) ;
09481 }
09482 
09483 // automatic copy constructor
09484 static int G__G__Base1_120_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09485 
09486 {
09487    TAttAxis* p;
09488    void* tmp = (void*) G__int(libp->para[0]);
09489    p = new TAttAxis(*(TAttAxis*) tmp);
09490    result7->obj.i = (long) p;
09491    result7->ref = (long) p;
09492    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttAxis));
09493    return(1 || funcname || hash || result7 || libp) ;
09494 }
09495 
09496 // automatic destructor
09497 typedef TAttAxis G__TTAttAxis;
09498 static int G__G__Base1_120_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09499 {
09500    char* gvp = (char*) G__getgvp();
09501    long soff = G__getstructoffset();
09502    int n = G__getaryconstruct();
09503    //
09504    //has_a_delete: 0
09505    //has_own_delete1arg: 0
09506    //has_own_delete2arg: 0
09507    //
09508    if (!soff) {
09509      return(1);
09510    }
09511    if (n) {
09512      if (gvp == (char*)G__PVOID) {
09513        delete[] (TAttAxis*) soff;
09514      } else {
09515        G__setgvp((long) G__PVOID);
09516        for (int i = n - 1; i >= 0; --i) {
09517          ((TAttAxis*) (soff+(sizeof(TAttAxis)*i)))->~G__TTAttAxis();
09518        }
09519        G__setgvp((long)gvp);
09520      }
09521    } else {
09522      if (gvp == (char*)G__PVOID) {
09523        delete (TAttAxis*) soff;
09524      } else {
09525        G__setgvp((long) G__PVOID);
09526        ((TAttAxis*) (soff))->~G__TTAttAxis();
09527        G__setgvp((long)gvp);
09528      }
09529    }
09530    G__setnull(result7);
09531    return(1 || funcname || hash || result7 || libp) ;
09532 }
09533 
09534 // automatic assignment operator
09535 static int G__G__Base1_120_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09536 {
09537    TAttAxis* dest = (TAttAxis*) G__getstructoffset();
09538    *dest = *(TAttAxis*) libp->para[0].ref;
09539    const TAttAxis& obj = *dest;
09540    result7->ref = (long) (&obj);
09541    result7->obj.i = (long) (&obj);
09542    return(1 || funcname || hash || result7 || libp) ;
09543 }
09544 
09545 
09546 /* TAttBBox */
09547 static int G__G__Base1_121_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09548 {
09549       {
09550          const TAttBBox& obj = ((TAttBBox*) G__getstructoffset())->operator=(*(TAttBBox*) libp->para[0].ref);
09551          result7->ref = (long) (&obj);
09552          result7->obj.i = (long) (&obj);
09553       }
09554    return(1 || funcname || hash || result7 || libp) ;
09555 }
09556 
09557 static int G__G__Base1_121_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09558 {
09559       G__letint(result7, 103, (long) ((const TAttBBox*) G__getstructoffset())->GetBBoxOK());
09560    return(1 || funcname || hash || result7 || libp) ;
09561 }
09562 
09563 static int G__G__Base1_121_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09564 {
09565       G__letint(result7, 70, (long) ((TAttBBox*) G__getstructoffset())->GetBBox());
09566    return(1 || funcname || hash || result7 || libp) ;
09567 }
09568 
09569 static int G__G__Base1_121_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09570 {
09571       G__letint(result7, 70, (long) ((TAttBBox*) G__getstructoffset())->AssertBBox());
09572    return(1 || funcname || hash || result7 || libp) ;
09573 }
09574 
09575 static int G__G__Base1_121_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09576 {
09577       ((TAttBBox*) G__getstructoffset())->ResetBBox();
09578       G__setnull(result7);
09579    return(1 || funcname || hash || result7 || libp) ;
09580 }
09581 
09582 static int G__G__Base1_121_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09583 {
09584       ((TAttBBox*) G__getstructoffset())->ComputeBBox();
09585       G__setnull(result7);
09586    return(1 || funcname || hash || result7 || libp) ;
09587 }
09588 
09589 static int G__G__Base1_121_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09590 {
09591       G__letint(result7, 85, (long) TAttBBox::Class());
09592    return(1 || funcname || hash || result7 || libp) ;
09593 }
09594 
09595 static int G__G__Base1_121_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09596 {
09597       G__letint(result7, 67, (long) TAttBBox::Class_Name());
09598    return(1 || funcname || hash || result7 || libp) ;
09599 }
09600 
09601 static int G__G__Base1_121_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09602 {
09603       G__letint(result7, 115, (long) TAttBBox::Class_Version());
09604    return(1 || funcname || hash || result7 || libp) ;
09605 }
09606 
09607 static int G__G__Base1_121_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09608 {
09609       TAttBBox::Dictionary();
09610       G__setnull(result7);
09611    return(1 || funcname || hash || result7 || libp) ;
09612 }
09613 
09614 static int G__G__Base1_121_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09615 {
09616       G__letint(result7, 85, (long) ((const TAttBBox*) G__getstructoffset())->IsA());
09617    return(1 || funcname || hash || result7 || libp) ;
09618 }
09619 
09620 static int G__G__Base1_121_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09621 {
09622       ((TAttBBox*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
09623       G__setnull(result7);
09624    return(1 || funcname || hash || result7 || libp) ;
09625 }
09626 
09627 static int G__G__Base1_121_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09628 {
09629       ((TAttBBox*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
09630       G__setnull(result7);
09631    return(1 || funcname || hash || result7 || libp) ;
09632 }
09633 
09634 static int G__G__Base1_121_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09635 {
09636       ((TAttBBox*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09637       G__setnull(result7);
09638    return(1 || funcname || hash || result7 || libp) ;
09639 }
09640 
09641 static int G__G__Base1_121_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09642 {
09643       G__letint(result7, 67, (long) TAttBBox::DeclFileName());
09644    return(1 || funcname || hash || result7 || libp) ;
09645 }
09646 
09647 static int G__G__Base1_121_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09648 {
09649       G__letint(result7, 105, (long) TAttBBox::ImplFileLine());
09650    return(1 || funcname || hash || result7 || libp) ;
09651 }
09652 
09653 static int G__G__Base1_121_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09654 {
09655       G__letint(result7, 67, (long) TAttBBox::ImplFileName());
09656    return(1 || funcname || hash || result7 || libp) ;
09657 }
09658 
09659 static int G__G__Base1_121_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09660 {
09661       G__letint(result7, 105, (long) TAttBBox::DeclFileLine());
09662    return(1 || funcname || hash || result7 || libp) ;
09663 }
09664 
09665 // automatic destructor
09666 typedef TAttBBox G__TTAttBBox;
09667 static int G__G__Base1_121_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09668 {
09669    char* gvp = (char*) G__getgvp();
09670    long soff = G__getstructoffset();
09671    int n = G__getaryconstruct();
09672    //
09673    //has_a_delete: 0
09674    //has_own_delete1arg: 0
09675    //has_own_delete2arg: 0
09676    //
09677    if (!soff) {
09678      return(1);
09679    }
09680    if (n) {
09681      if (gvp == (char*)G__PVOID) {
09682        delete[] (TAttBBox*) soff;
09683      } else {
09684        G__setgvp((long) G__PVOID);
09685        for (int i = n - 1; i >= 0; --i) {
09686          ((TAttBBox*) (soff+(sizeof(TAttBBox)*i)))->~G__TTAttBBox();
09687        }
09688        G__setgvp((long)gvp);
09689      }
09690    } else {
09691      if (gvp == (char*)G__PVOID) {
09692        delete (TAttBBox*) soff;
09693      } else {
09694        G__setgvp((long) G__PVOID);
09695        ((TAttBBox*) (soff))->~G__TTAttBBox();
09696        G__setgvp((long)gvp);
09697      }
09698    }
09699    G__setnull(result7);
09700    return(1 || funcname || hash || result7 || libp) ;
09701 }
09702 
09703 
09704 /* TAttFill */
09705 static int G__G__Base1_122_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09706 {
09707    TAttFill* p = NULL;
09708    char* gvp = (char*) G__getgvp();
09709    int n = G__getaryconstruct();
09710    if (n) {
09711      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09712        p = new TAttFill[n];
09713      } else {
09714        p = new((void*) gvp) TAttFill[n];
09715      }
09716    } else {
09717      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09718        p = new TAttFill;
09719      } else {
09720        p = new((void*) gvp) TAttFill;
09721      }
09722    }
09723    result7->obj.i = (long) p;
09724    result7->ref = (long) p;
09725    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttFill));
09726    return(1 || funcname || hash || result7 || libp) ;
09727 }
09728 
09729 static int G__G__Base1_122_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09730 {
09731    TAttFill* p = NULL;
09732    char* gvp = (char*) G__getgvp();
09733    //m: 2
09734    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09735      p = new TAttFill((Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1]));
09736    } else {
09737      p = new((void*) gvp) TAttFill((Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1]));
09738    }
09739    result7->obj.i = (long) p;
09740    result7->ref = (long) p;
09741    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttFill));
09742    return(1 || funcname || hash || result7 || libp) ;
09743 }
09744 
09745 static int G__G__Base1_122_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09746 {
09747       ((const TAttFill*) G__getstructoffset())->Copy(*(TAttFill*) libp->para[0].ref);
09748       G__setnull(result7);
09749    return(1 || funcname || hash || result7 || libp) ;
09750 }
09751 
09752 static int G__G__Base1_122_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09753 {
09754       G__letint(result7, 115, (long) ((const TAttFill*) G__getstructoffset())->GetFillColor());
09755    return(1 || funcname || hash || result7 || libp) ;
09756 }
09757 
09758 static int G__G__Base1_122_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09759 {
09760       G__letint(result7, 115, (long) ((const TAttFill*) G__getstructoffset())->GetFillStyle());
09761    return(1 || funcname || hash || result7 || libp) ;
09762 }
09763 
09764 static int G__G__Base1_122_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09765 {
09766       G__letint(result7, 103, (long) ((const TAttFill*) G__getstructoffset())->IsTransparent());
09767    return(1 || funcname || hash || result7 || libp) ;
09768 }
09769 
09770 static int G__G__Base1_122_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09771 {
09772       ((TAttFill*) G__getstructoffset())->Modify();
09773       G__setnull(result7);
09774    return(1 || funcname || hash || result7 || libp) ;
09775 }
09776 
09777 static int G__G__Base1_122_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09778 {
09779    switch (libp->paran) {
09780    case 1:
09781       ((TAttFill*) G__getstructoffset())->ResetAttFill((Option_t*) G__int(libp->para[0]));
09782       G__setnull(result7);
09783       break;
09784    case 0:
09785       ((TAttFill*) G__getstructoffset())->ResetAttFill();
09786       G__setnull(result7);
09787       break;
09788    }
09789    return(1 || funcname || hash || result7 || libp) ;
09790 }
09791 
09792 static int G__G__Base1_122_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09793 {
09794    switch (libp->paran) {
09795    case 4:
09796       ((TAttFill*) G__getstructoffset())->SaveFillAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
09797 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09798       G__setnull(result7);
09799       break;
09800    case 3:
09801       ((TAttFill*) G__getstructoffset())->SaveFillAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
09802 , (Int_t) G__int(libp->para[2]));
09803       G__setnull(result7);
09804       break;
09805    case 2:
09806       ((TAttFill*) G__getstructoffset())->SaveFillAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
09807       G__setnull(result7);
09808       break;
09809    }
09810    return(1 || funcname || hash || result7 || libp) ;
09811 }
09812 
09813 static int G__G__Base1_122_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09814 {
09815       ((TAttFill*) G__getstructoffset())->SetFillAttributes();
09816       G__setnull(result7);
09817    return(1 || funcname || hash || result7 || libp) ;
09818 }
09819 
09820 static int G__G__Base1_122_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09821 {
09822       ((TAttFill*) G__getstructoffset())->SetFillColor((Color_t) G__int(libp->para[0]));
09823       G__setnull(result7);
09824    return(1 || funcname || hash || result7 || libp) ;
09825 }
09826 
09827 static int G__G__Base1_122_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09828 {
09829       ((TAttFill*) G__getstructoffset())->SetFillStyle((Style_t) G__int(libp->para[0]));
09830       G__setnull(result7);
09831    return(1 || funcname || hash || result7 || libp) ;
09832 }
09833 
09834 static int G__G__Base1_122_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09835 {
09836       G__letint(result7, 85, (long) TAttFill::Class());
09837    return(1 || funcname || hash || result7 || libp) ;
09838 }
09839 
09840 static int G__G__Base1_122_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09841 {
09842       G__letint(result7, 67, (long) TAttFill::Class_Name());
09843    return(1 || funcname || hash || result7 || libp) ;
09844 }
09845 
09846 static int G__G__Base1_122_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09847 {
09848       G__letint(result7, 115, (long) TAttFill::Class_Version());
09849    return(1 || funcname || hash || result7 || libp) ;
09850 }
09851 
09852 static int G__G__Base1_122_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09853 {
09854       TAttFill::Dictionary();
09855       G__setnull(result7);
09856    return(1 || funcname || hash || result7 || libp) ;
09857 }
09858 
09859 static int G__G__Base1_122_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09860 {
09861       G__letint(result7, 85, (long) ((const TAttFill*) G__getstructoffset())->IsA());
09862    return(1 || funcname || hash || result7 || libp) ;
09863 }
09864 
09865 static int G__G__Base1_122_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09866 {
09867       ((TAttFill*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
09868       G__setnull(result7);
09869    return(1 || funcname || hash || result7 || libp) ;
09870 }
09871 
09872 static int G__G__Base1_122_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09873 {
09874       ((TAttFill*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
09875       G__setnull(result7);
09876    return(1 || funcname || hash || result7 || libp) ;
09877 }
09878 
09879 static int G__G__Base1_122_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09880 {
09881       ((TAttFill*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09882       G__setnull(result7);
09883    return(1 || funcname || hash || result7 || libp) ;
09884 }
09885 
09886 static int G__G__Base1_122_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09887 {
09888       G__letint(result7, 67, (long) TAttFill::DeclFileName());
09889    return(1 || funcname || hash || result7 || libp) ;
09890 }
09891 
09892 static int G__G__Base1_122_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09893 {
09894       G__letint(result7, 105, (long) TAttFill::ImplFileLine());
09895    return(1 || funcname || hash || result7 || libp) ;
09896 }
09897 
09898 static int G__G__Base1_122_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09899 {
09900       G__letint(result7, 67, (long) TAttFill::ImplFileName());
09901    return(1 || funcname || hash || result7 || libp) ;
09902 }
09903 
09904 static int G__G__Base1_122_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09905 {
09906       G__letint(result7, 105, (long) TAttFill::DeclFileLine());
09907    return(1 || funcname || hash || result7 || libp) ;
09908 }
09909 
09910 // automatic copy constructor
09911 static int G__G__Base1_122_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09912 
09913 {
09914    TAttFill* p;
09915    void* tmp = (void*) G__int(libp->para[0]);
09916    p = new TAttFill(*(TAttFill*) tmp);
09917    result7->obj.i = (long) p;
09918    result7->ref = (long) p;
09919    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttFill));
09920    return(1 || funcname || hash || result7 || libp) ;
09921 }
09922 
09923 // automatic destructor
09924 typedef TAttFill G__TTAttFill;
09925 static int G__G__Base1_122_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09926 {
09927    char* gvp = (char*) G__getgvp();
09928    long soff = G__getstructoffset();
09929    int n = G__getaryconstruct();
09930    //
09931    //has_a_delete: 0
09932    //has_own_delete1arg: 0
09933    //has_own_delete2arg: 0
09934    //
09935    if (!soff) {
09936      return(1);
09937    }
09938    if (n) {
09939      if (gvp == (char*)G__PVOID) {
09940        delete[] (TAttFill*) soff;
09941      } else {
09942        G__setgvp((long) G__PVOID);
09943        for (int i = n - 1; i >= 0; --i) {
09944          ((TAttFill*) (soff+(sizeof(TAttFill)*i)))->~G__TTAttFill();
09945        }
09946        G__setgvp((long)gvp);
09947      }
09948    } else {
09949      if (gvp == (char*)G__PVOID) {
09950        delete (TAttFill*) soff;
09951      } else {
09952        G__setgvp((long) G__PVOID);
09953        ((TAttFill*) (soff))->~G__TTAttFill();
09954        G__setgvp((long)gvp);
09955      }
09956    }
09957    G__setnull(result7);
09958    return(1 || funcname || hash || result7 || libp) ;
09959 }
09960 
09961 // automatic assignment operator
09962 static int G__G__Base1_122_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09963 {
09964    TAttFill* dest = (TAttFill*) G__getstructoffset();
09965    *dest = *(TAttFill*) libp->para[0].ref;
09966    const TAttFill& obj = *dest;
09967    result7->ref = (long) (&obj);
09968    result7->obj.i = (long) (&obj);
09969    return(1 || funcname || hash || result7 || libp) ;
09970 }
09971 
09972 
09973 /* TAttLine */
09974 static int G__G__Base1_123_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09975 {
09976    TAttLine* p = NULL;
09977    char* gvp = (char*) G__getgvp();
09978    int n = G__getaryconstruct();
09979    if (n) {
09980      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09981        p = new TAttLine[n];
09982      } else {
09983        p = new((void*) gvp) TAttLine[n];
09984      }
09985    } else {
09986      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09987        p = new TAttLine;
09988      } else {
09989        p = new((void*) gvp) TAttLine;
09990      }
09991    }
09992    result7->obj.i = (long) p;
09993    result7->ref = (long) p;
09994    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttLine));
09995    return(1 || funcname || hash || result7 || libp) ;
09996 }
09997 
09998 static int G__G__Base1_123_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09999 {
10000    TAttLine* p = NULL;
10001    char* gvp = (char*) G__getgvp();
10002    //m: 3
10003    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10004      p = new TAttLine(
10005 (Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1])
10006 , (Width_t) G__int(libp->para[2]));
10007    } else {
10008      p = new((void*) gvp) TAttLine(
10009 (Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1])
10010 , (Width_t) G__int(libp->para[2]));
10011    }
10012    result7->obj.i = (long) p;
10013    result7->ref = (long) p;
10014    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttLine));
10015    return(1 || funcname || hash || result7 || libp) ;
10016 }
10017 
10018 static int G__G__Base1_123_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10019 {
10020       ((const TAttLine*) G__getstructoffset())->Copy(*(TAttLine*) libp->para[0].ref);
10021       G__setnull(result7);
10022    return(1 || funcname || hash || result7 || libp) ;
10023 }
10024 
10025 static int G__G__Base1_123_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10026 {
10027       G__letint(result7, 105, (long) ((TAttLine*) G__getstructoffset())->DistancetoLine((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10028 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
10029 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
10030    return(1 || funcname || hash || result7 || libp) ;
10031 }
10032 
10033 static int G__G__Base1_123_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10034 {
10035       G__letint(result7, 115, (long) ((const TAttLine*) G__getstructoffset())->GetLineColor());
10036    return(1 || funcname || hash || result7 || libp) ;
10037 }
10038 
10039 static int G__G__Base1_123_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10040 {
10041       G__letint(result7, 115, (long) ((const TAttLine*) G__getstructoffset())->GetLineStyle());
10042    return(1 || funcname || hash || result7 || libp) ;
10043 }
10044 
10045 static int G__G__Base1_123_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10046 {
10047       G__letint(result7, 115, (long) ((const TAttLine*) G__getstructoffset())->GetLineWidth());
10048    return(1 || funcname || hash || result7 || libp) ;
10049 }
10050 
10051 static int G__G__Base1_123_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10052 {
10053       ((TAttLine*) G__getstructoffset())->Modify();
10054       G__setnull(result7);
10055    return(1 || funcname || hash || result7 || libp) ;
10056 }
10057 
10058 static int G__G__Base1_123_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10059 {
10060    switch (libp->paran) {
10061    case 1:
10062       ((TAttLine*) G__getstructoffset())->ResetAttLine((Option_t*) G__int(libp->para[0]));
10063       G__setnull(result7);
10064       break;
10065    case 0:
10066       ((TAttLine*) G__getstructoffset())->ResetAttLine();
10067       G__setnull(result7);
10068       break;
10069    }
10070    return(1 || funcname || hash || result7 || libp) ;
10071 }
10072 
10073 static int G__G__Base1_123_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10074 {
10075    switch (libp->paran) {
10076    case 5:
10077       ((TAttLine*) G__getstructoffset())->SaveLineAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
10078 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
10079 , (Int_t) G__int(libp->para[4]));
10080       G__setnull(result7);
10081       break;
10082    case 4:
10083       ((TAttLine*) G__getstructoffset())->SaveLineAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
10084 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10085       G__setnull(result7);
10086       break;
10087    case 3:
10088       ((TAttLine*) G__getstructoffset())->SaveLineAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
10089 , (Int_t) G__int(libp->para[2]));
10090       G__setnull(result7);
10091       break;
10092    case 2:
10093       ((TAttLine*) G__getstructoffset())->SaveLineAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
10094       G__setnull(result7);
10095       break;
10096    }
10097    return(1 || funcname || hash || result7 || libp) ;
10098 }
10099 
10100 static int G__G__Base1_123_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10101 {
10102       ((TAttLine*) G__getstructoffset())->SetLineAttributes();
10103       G__setnull(result7);
10104    return(1 || funcname || hash || result7 || libp) ;
10105 }
10106 
10107 static int G__G__Base1_123_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10108 {
10109       ((TAttLine*) G__getstructoffset())->SetLineColor((Color_t) G__int(libp->para[0]));
10110       G__setnull(result7);
10111    return(1 || funcname || hash || result7 || libp) ;
10112 }
10113 
10114 static int G__G__Base1_123_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10115 {
10116       ((TAttLine*) G__getstructoffset())->SetLineStyle((Style_t) G__int(libp->para[0]));
10117       G__setnull(result7);
10118    return(1 || funcname || hash || result7 || libp) ;
10119 }
10120 
10121 static int G__G__Base1_123_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10122 {
10123       ((TAttLine*) G__getstructoffset())->SetLineWidth((Width_t) G__int(libp->para[0]));
10124       G__setnull(result7);
10125    return(1 || funcname || hash || result7 || libp) ;
10126 }
10127 
10128 static int G__G__Base1_123_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10129 {
10130       G__letint(result7, 85, (long) TAttLine::Class());
10131    return(1 || funcname || hash || result7 || libp) ;
10132 }
10133 
10134 static int G__G__Base1_123_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10135 {
10136       G__letint(result7, 67, (long) TAttLine::Class_Name());
10137    return(1 || funcname || hash || result7 || libp) ;
10138 }
10139 
10140 static int G__G__Base1_123_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10141 {
10142       G__letint(result7, 115, (long) TAttLine::Class_Version());
10143    return(1 || funcname || hash || result7 || libp) ;
10144 }
10145 
10146 static int G__G__Base1_123_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10147 {
10148       TAttLine::Dictionary();
10149       G__setnull(result7);
10150    return(1 || funcname || hash || result7 || libp) ;
10151 }
10152 
10153 static int G__G__Base1_123_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10154 {
10155       G__letint(result7, 85, (long) ((const TAttLine*) G__getstructoffset())->IsA());
10156    return(1 || funcname || hash || result7 || libp) ;
10157 }
10158 
10159 static int G__G__Base1_123_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10160 {
10161       ((TAttLine*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
10162       G__setnull(result7);
10163    return(1 || funcname || hash || result7 || libp) ;
10164 }
10165 
10166 static int G__G__Base1_123_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10167 {
10168       ((TAttLine*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
10169       G__setnull(result7);
10170    return(1 || funcname || hash || result7 || libp) ;
10171 }
10172 
10173 static int G__G__Base1_123_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10174 {
10175       ((TAttLine*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10176       G__setnull(result7);
10177    return(1 || funcname || hash || result7 || libp) ;
10178 }
10179 
10180 static int G__G__Base1_123_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10181 {
10182       G__letint(result7, 67, (long) TAttLine::DeclFileName());
10183    return(1 || funcname || hash || result7 || libp) ;
10184 }
10185 
10186 static int G__G__Base1_123_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10187 {
10188       G__letint(result7, 105, (long) TAttLine::ImplFileLine());
10189    return(1 || funcname || hash || result7 || libp) ;
10190 }
10191 
10192 static int G__G__Base1_123_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10193 {
10194       G__letint(result7, 67, (long) TAttLine::ImplFileName());
10195    return(1 || funcname || hash || result7 || libp) ;
10196 }
10197 
10198 static int G__G__Base1_123_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10199 {
10200       G__letint(result7, 105, (long) TAttLine::DeclFileLine());
10201    return(1 || funcname || hash || result7 || libp) ;
10202 }
10203 
10204 // automatic copy constructor
10205 static int G__G__Base1_123_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10206 
10207 {
10208    TAttLine* p;
10209    void* tmp = (void*) G__int(libp->para[0]);
10210    p = new TAttLine(*(TAttLine*) tmp);
10211    result7->obj.i = (long) p;
10212    result7->ref = (long) p;
10213    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttLine));
10214    return(1 || funcname || hash || result7 || libp) ;
10215 }
10216 
10217 // automatic destructor
10218 typedef TAttLine G__TTAttLine;
10219 static int G__G__Base1_123_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10220 {
10221    char* gvp = (char*) G__getgvp();
10222    long soff = G__getstructoffset();
10223    int n = G__getaryconstruct();
10224    //
10225    //has_a_delete: 0
10226    //has_own_delete1arg: 0
10227    //has_own_delete2arg: 0
10228    //
10229    if (!soff) {
10230      return(1);
10231    }
10232    if (n) {
10233      if (gvp == (char*)G__PVOID) {
10234        delete[] (TAttLine*) soff;
10235      } else {
10236        G__setgvp((long) G__PVOID);
10237        for (int i = n - 1; i >= 0; --i) {
10238          ((TAttLine*) (soff+(sizeof(TAttLine)*i)))->~G__TTAttLine();
10239        }
10240        G__setgvp((long)gvp);
10241      }
10242    } else {
10243      if (gvp == (char*)G__PVOID) {
10244        delete (TAttLine*) soff;
10245      } else {
10246        G__setgvp((long) G__PVOID);
10247        ((TAttLine*) (soff))->~G__TTAttLine();
10248        G__setgvp((long)gvp);
10249      }
10250    }
10251    G__setnull(result7);
10252    return(1 || funcname || hash || result7 || libp) ;
10253 }
10254 
10255 // automatic assignment operator
10256 static int G__G__Base1_123_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10257 {
10258    TAttLine* dest = (TAttLine*) G__getstructoffset();
10259    *dest = *(TAttLine*) libp->para[0].ref;
10260    const TAttLine& obj = *dest;
10261    result7->ref = (long) (&obj);
10262    result7->obj.i = (long) (&obj);
10263    return(1 || funcname || hash || result7 || libp) ;
10264 }
10265 
10266 
10267 /* TAttMarker */
10268 static int G__G__Base1_125_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10269 {
10270    TAttMarker* p = NULL;
10271    char* gvp = (char*) G__getgvp();
10272    int n = G__getaryconstruct();
10273    if (n) {
10274      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10275        p = new TAttMarker[n];
10276      } else {
10277        p = new((void*) gvp) TAttMarker[n];
10278      }
10279    } else {
10280      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10281        p = new TAttMarker;
10282      } else {
10283        p = new((void*) gvp) TAttMarker;
10284      }
10285    }
10286    result7->obj.i = (long) p;
10287    result7->ref = (long) p;
10288    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttMarker));
10289    return(1 || funcname || hash || result7 || libp) ;
10290 }
10291 
10292 static int G__G__Base1_125_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10293 {
10294    TAttMarker* p = NULL;
10295    char* gvp = (char*) G__getgvp();
10296    //m: 3
10297    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10298      p = new TAttMarker(
10299 (Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1])
10300 , (Size_t) G__double(libp->para[2]));
10301    } else {
10302      p = new((void*) gvp) TAttMarker(
10303 (Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1])
10304 , (Size_t) G__double(libp->para[2]));
10305    }
10306    result7->obj.i = (long) p;
10307    result7->ref = (long) p;
10308    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttMarker));
10309    return(1 || funcname || hash || result7 || libp) ;
10310 }
10311 
10312 static int G__G__Base1_125_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10313 {
10314       ((const TAttMarker*) G__getstructoffset())->Copy(*(TAttMarker*) libp->para[0].ref);
10315       G__setnull(result7);
10316    return(1 || funcname || hash || result7 || libp) ;
10317 }
10318 
10319 static int G__G__Base1_125_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10320 {
10321       G__letint(result7, 115, (long) ((const TAttMarker*) G__getstructoffset())->GetMarkerColor());
10322    return(1 || funcname || hash || result7 || libp) ;
10323 }
10324 
10325 static int G__G__Base1_125_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10326 {
10327       G__letint(result7, 115, (long) ((const TAttMarker*) G__getstructoffset())->GetMarkerStyle());
10328    return(1 || funcname || hash || result7 || libp) ;
10329 }
10330 
10331 static int G__G__Base1_125_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10332 {
10333       G__letdouble(result7, 102, (double) ((const TAttMarker*) G__getstructoffset())->GetMarkerSize());
10334    return(1 || funcname || hash || result7 || libp) ;
10335 }
10336 
10337 static int G__G__Base1_125_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10338 {
10339       ((TAttMarker*) G__getstructoffset())->Modify();
10340       G__setnull(result7);
10341    return(1 || funcname || hash || result7 || libp) ;
10342 }
10343 
10344 static int G__G__Base1_125_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10345 {
10346    switch (libp->paran) {
10347    case 1:
10348       ((TAttMarker*) G__getstructoffset())->ResetAttMarker((Option_t*) G__int(libp->para[0]));
10349       G__setnull(result7);
10350       break;
10351    case 0:
10352       ((TAttMarker*) G__getstructoffset())->ResetAttMarker();
10353       G__setnull(result7);
10354       break;
10355    }
10356    return(1 || funcname || hash || result7 || libp) ;
10357 }
10358 
10359 static int G__G__Base1_125_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10360 {
10361    switch (libp->paran) {
10362    case 5:
10363       ((TAttMarker*) G__getstructoffset())->SaveMarkerAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
10364 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
10365 , (Int_t) G__int(libp->para[4]));
10366       G__setnull(result7);
10367       break;
10368    case 4:
10369       ((TAttMarker*) G__getstructoffset())->SaveMarkerAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
10370 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10371       G__setnull(result7);
10372       break;
10373    case 3:
10374       ((TAttMarker*) G__getstructoffset())->SaveMarkerAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
10375 , (Int_t) G__int(libp->para[2]));
10376       G__setnull(result7);
10377       break;
10378    case 2:
10379       ((TAttMarker*) G__getstructoffset())->SaveMarkerAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
10380       G__setnull(result7);
10381       break;
10382    }
10383    return(1 || funcname || hash || result7 || libp) ;
10384 }
10385 
10386 static int G__G__Base1_125_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10387 {
10388       ((TAttMarker*) G__getstructoffset())->SetMarkerAttributes();
10389       G__setnull(result7);
10390    return(1 || funcname || hash || result7 || libp) ;
10391 }
10392 
10393 static int G__G__Base1_125_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10394 {
10395    switch (libp->paran) {
10396    case 1:
10397       ((TAttMarker*) G__getstructoffset())->SetMarkerColor((Color_t) G__int(libp->para[0]));
10398       G__setnull(result7);
10399       break;
10400    case 0:
10401       ((TAttMarker*) G__getstructoffset())->SetMarkerColor();
10402       G__setnull(result7);
10403       break;
10404    }
10405    return(1 || funcname || hash || result7 || libp) ;
10406 }
10407 
10408 static int G__G__Base1_125_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10409 {
10410    switch (libp->paran) {
10411    case 1:
10412       ((TAttMarker*) G__getstructoffset())->SetMarkerStyle((Style_t) G__int(libp->para[0]));
10413       G__setnull(result7);
10414       break;
10415    case 0:
10416       ((TAttMarker*) G__getstructoffset())->SetMarkerStyle();
10417       G__setnull(result7);
10418       break;
10419    }
10420    return(1 || funcname || hash || result7 || libp) ;
10421 }
10422 
10423 static int G__G__Base1_125_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10424 {
10425    switch (libp->paran) {
10426    case 1:
10427       ((TAttMarker*) G__getstructoffset())->SetMarkerSize((Size_t) G__double(libp->para[0]));
10428       G__setnull(result7);
10429       break;
10430    case 0:
10431       ((TAttMarker*) G__getstructoffset())->SetMarkerSize();
10432       G__setnull(result7);
10433       break;
10434    }
10435    return(1 || funcname || hash || result7 || libp) ;
10436 }
10437 
10438 static int G__G__Base1_125_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10439 {
10440       G__letint(result7, 85, (long) TAttMarker::Class());
10441    return(1 || funcname || hash || result7 || libp) ;
10442 }
10443 
10444 static int G__G__Base1_125_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10445 {
10446       G__letint(result7, 67, (long) TAttMarker::Class_Name());
10447    return(1 || funcname || hash || result7 || libp) ;
10448 }
10449 
10450 static int G__G__Base1_125_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10451 {
10452       G__letint(result7, 115, (long) TAttMarker::Class_Version());
10453    return(1 || funcname || hash || result7 || libp) ;
10454 }
10455 
10456 static int G__G__Base1_125_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10457 {
10458       TAttMarker::Dictionary();
10459       G__setnull(result7);
10460    return(1 || funcname || hash || result7 || libp) ;
10461 }
10462 
10463 static int G__G__Base1_125_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10464 {
10465       G__letint(result7, 85, (long) ((const TAttMarker*) G__getstructoffset())->IsA());
10466    return(1 || funcname || hash || result7 || libp) ;
10467 }
10468 
10469 static int G__G__Base1_125_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10470 {
10471       ((TAttMarker*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
10472       G__setnull(result7);
10473    return(1 || funcname || hash || result7 || libp) ;
10474 }
10475 
10476 static int G__G__Base1_125_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10477 {
10478       ((TAttMarker*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
10479       G__setnull(result7);
10480    return(1 || funcname || hash || result7 || libp) ;
10481 }
10482 
10483 static int G__G__Base1_125_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10484 {
10485       ((TAttMarker*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10486       G__setnull(result7);
10487    return(1 || funcname || hash || result7 || libp) ;
10488 }
10489 
10490 static int G__G__Base1_125_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10491 {
10492       G__letint(result7, 67, (long) TAttMarker::DeclFileName());
10493    return(1 || funcname || hash || result7 || libp) ;
10494 }
10495 
10496 static int G__G__Base1_125_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10497 {
10498       G__letint(result7, 105, (long) TAttMarker::ImplFileLine());
10499    return(1 || funcname || hash || result7 || libp) ;
10500 }
10501 
10502 static int G__G__Base1_125_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10503 {
10504       G__letint(result7, 67, (long) TAttMarker::ImplFileName());
10505    return(1 || funcname || hash || result7 || libp) ;
10506 }
10507 
10508 static int G__G__Base1_125_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10509 {
10510       G__letint(result7, 105, (long) TAttMarker::DeclFileLine());
10511    return(1 || funcname || hash || result7 || libp) ;
10512 }
10513 
10514 // automatic copy constructor
10515 static int G__G__Base1_125_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10516 
10517 {
10518    TAttMarker* p;
10519    void* tmp = (void*) G__int(libp->para[0]);
10520    p = new TAttMarker(*(TAttMarker*) tmp);
10521    result7->obj.i = (long) p;
10522    result7->ref = (long) p;
10523    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttMarker));
10524    return(1 || funcname || hash || result7 || libp) ;
10525 }
10526 
10527 // automatic destructor
10528 typedef TAttMarker G__TTAttMarker;
10529 static int G__G__Base1_125_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10530 {
10531    char* gvp = (char*) G__getgvp();
10532    long soff = G__getstructoffset();
10533    int n = G__getaryconstruct();
10534    //
10535    //has_a_delete: 0
10536    //has_own_delete1arg: 0
10537    //has_own_delete2arg: 0
10538    //
10539    if (!soff) {
10540      return(1);
10541    }
10542    if (n) {
10543      if (gvp == (char*)G__PVOID) {
10544        delete[] (TAttMarker*) soff;
10545      } else {
10546        G__setgvp((long) G__PVOID);
10547        for (int i = n - 1; i >= 0; --i) {
10548          ((TAttMarker*) (soff+(sizeof(TAttMarker)*i)))->~G__TTAttMarker();
10549        }
10550        G__setgvp((long)gvp);
10551      }
10552    } else {
10553      if (gvp == (char*)G__PVOID) {
10554        delete (TAttMarker*) soff;
10555      } else {
10556        G__setgvp((long) G__PVOID);
10557        ((TAttMarker*) (soff))->~G__TTAttMarker();
10558        G__setgvp((long)gvp);
10559      }
10560    }
10561    G__setnull(result7);
10562    return(1 || funcname || hash || result7 || libp) ;
10563 }
10564 
10565 // automatic assignment operator
10566 static int G__G__Base1_125_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10567 {
10568    TAttMarker* dest = (TAttMarker*) G__getstructoffset();
10569    *dest = *(TAttMarker*) libp->para[0].ref;
10570    const TAttMarker& obj = *dest;
10571    result7->ref = (long) (&obj);
10572    result7->obj.i = (long) (&obj);
10573    return(1 || funcname || hash || result7 || libp) ;
10574 }
10575 
10576 
10577 /* TAttPad */
10578 static int G__G__Base1_127_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10579 {
10580    TAttPad* p = NULL;
10581    char* gvp = (char*) G__getgvp();
10582    int n = G__getaryconstruct();
10583    if (n) {
10584      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10585        p = new TAttPad[n];
10586      } else {
10587        p = new((void*) gvp) TAttPad[n];
10588      }
10589    } else {
10590      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10591        p = new TAttPad;
10592      } else {
10593        p = new((void*) gvp) TAttPad;
10594      }
10595    }
10596    result7->obj.i = (long) p;
10597    result7->ref = (long) p;
10598    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttPad));
10599    return(1 || funcname || hash || result7 || libp) ;
10600 }
10601 
10602 static int G__G__Base1_127_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10603 {
10604       ((const TAttPad*) G__getstructoffset())->Copy(*(TAttPad*) libp->para[0].ref);
10605       G__setnull(result7);
10606    return(1 || funcname || hash || result7 || libp) ;
10607 }
10608 
10609 static int G__G__Base1_127_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10610 {
10611       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetBottomMargin());
10612    return(1 || funcname || hash || result7 || libp) ;
10613 }
10614 
10615 static int G__G__Base1_127_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10616 {
10617       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetLeftMargin());
10618    return(1 || funcname || hash || result7 || libp) ;
10619 }
10620 
10621 static int G__G__Base1_127_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10622 {
10623       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetRightMargin());
10624    return(1 || funcname || hash || result7 || libp) ;
10625 }
10626 
10627 static int G__G__Base1_127_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10628 {
10629       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetTopMargin());
10630    return(1 || funcname || hash || result7 || libp) ;
10631 }
10632 
10633 static int G__G__Base1_127_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10634 {
10635       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetAfile());
10636    return(1 || funcname || hash || result7 || libp) ;
10637 }
10638 
10639 static int G__G__Base1_127_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10640 {
10641       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetXfile());
10642    return(1 || funcname || hash || result7 || libp) ;
10643 }
10644 
10645 static int G__G__Base1_127_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10646 {
10647       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetYfile());
10648    return(1 || funcname || hash || result7 || libp) ;
10649 }
10650 
10651 static int G__G__Base1_127_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10652 {
10653       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetAstat());
10654    return(1 || funcname || hash || result7 || libp) ;
10655 }
10656 
10657 static int G__G__Base1_127_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10658 {
10659       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetXstat());
10660    return(1 || funcname || hash || result7 || libp) ;
10661 }
10662 
10663 static int G__G__Base1_127_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10664 {
10665       G__letdouble(result7, 102, (double) ((const TAttPad*) G__getstructoffset())->GetYstat());
10666    return(1 || funcname || hash || result7 || libp) ;
10667 }
10668 
10669 static int G__G__Base1_127_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10670 {
10671       G__letint(result7, 115, (long) ((const TAttPad*) G__getstructoffset())->GetFrameFillColor());
10672    return(1 || funcname || hash || result7 || libp) ;
10673 }
10674 
10675 static int G__G__Base1_127_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10676 {
10677       G__letint(result7, 115, (long) ((const TAttPad*) G__getstructoffset())->GetFrameLineColor());
10678    return(1 || funcname || hash || result7 || libp) ;
10679 }
10680 
10681 static int G__G__Base1_127_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10682 {
10683       G__letint(result7, 115, (long) ((const TAttPad*) G__getstructoffset())->GetFrameFillStyle());
10684    return(1 || funcname || hash || result7 || libp) ;
10685 }
10686 
10687 static int G__G__Base1_127_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10688 {
10689       G__letint(result7, 115, (long) ((const TAttPad*) G__getstructoffset())->GetFrameLineStyle());
10690    return(1 || funcname || hash || result7 || libp) ;
10691 }
10692 
10693 static int G__G__Base1_127_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10694 {
10695       G__letint(result7, 115, (long) ((const TAttPad*) G__getstructoffset())->GetFrameLineWidth());
10696    return(1 || funcname || hash || result7 || libp) ;
10697 }
10698 
10699 static int G__G__Base1_127_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10700 {
10701       G__letint(result7, 115, (long) ((const TAttPad*) G__getstructoffset())->GetFrameBorderSize());
10702    return(1 || funcname || hash || result7 || libp) ;
10703 }
10704 
10705 static int G__G__Base1_127_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10706 {
10707       G__letint(result7, 105, (long) ((const TAttPad*) G__getstructoffset())->GetFrameBorderMode());
10708    return(1 || funcname || hash || result7 || libp) ;
10709 }
10710 
10711 static int G__G__Base1_127_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10712 {
10713    switch (libp->paran) {
10714    case 1:
10715       ((const TAttPad*) G__getstructoffset())->Print((Option_t*) G__int(libp->para[0]));
10716       G__setnull(result7);
10717       break;
10718    case 0:
10719       ((const TAttPad*) G__getstructoffset())->Print();
10720       G__setnull(result7);
10721       break;
10722    }
10723    return(1 || funcname || hash || result7 || libp) ;
10724 }
10725 
10726 static int G__G__Base1_127_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10727 {
10728    switch (libp->paran) {
10729    case 1:
10730       ((TAttPad*) G__getstructoffset())->ResetAttPad((Option_t*) G__int(libp->para[0]));
10731       G__setnull(result7);
10732       break;
10733    case 0:
10734       ((TAttPad*) G__getstructoffset())->ResetAttPad();
10735       G__setnull(result7);
10736       break;
10737    }
10738    return(1 || funcname || hash || result7 || libp) ;
10739 }
10740 
10741 static int G__G__Base1_127_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10742 {
10743       ((TAttPad*) G__getstructoffset())->SetBottomMargin((Float_t) G__double(libp->para[0]));
10744       G__setnull(result7);
10745    return(1 || funcname || hash || result7 || libp) ;
10746 }
10747 
10748 static int G__G__Base1_127_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10749 {
10750       ((TAttPad*) G__getstructoffset())->SetLeftMargin((Float_t) G__double(libp->para[0]));
10751       G__setnull(result7);
10752    return(1 || funcname || hash || result7 || libp) ;
10753 }
10754 
10755 static int G__G__Base1_127_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10756 {
10757       ((TAttPad*) G__getstructoffset())->SetRightMargin((Float_t) G__double(libp->para[0]));
10758       G__setnull(result7);
10759    return(1 || funcname || hash || result7 || libp) ;
10760 }
10761 
10762 static int G__G__Base1_127_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10763 {
10764       ((TAttPad*) G__getstructoffset())->SetTopMargin((Float_t) G__double(libp->para[0]));
10765       G__setnull(result7);
10766    return(1 || funcname || hash || result7 || libp) ;
10767 }
10768 
10769 static int G__G__Base1_127_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10770 {
10771       ((TAttPad*) G__getstructoffset())->SetMargin((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
10772 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
10773       G__setnull(result7);
10774    return(1 || funcname || hash || result7 || libp) ;
10775 }
10776 
10777 static int G__G__Base1_127_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10778 {
10779       ((TAttPad*) G__getstructoffset())->SetAfile((Float_t) G__double(libp->para[0]));
10780       G__setnull(result7);
10781    return(1 || funcname || hash || result7 || libp) ;
10782 }
10783 
10784 static int G__G__Base1_127_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10785 {
10786       ((TAttPad*) G__getstructoffset())->SetXfile((Float_t) G__double(libp->para[0]));
10787       G__setnull(result7);
10788    return(1 || funcname || hash || result7 || libp) ;
10789 }
10790 
10791 static int G__G__Base1_127_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10792 {
10793       ((TAttPad*) G__getstructoffset())->SetYfile((Float_t) G__double(libp->para[0]));
10794       G__setnull(result7);
10795    return(1 || funcname || hash || result7 || libp) ;
10796 }
10797 
10798 static int G__G__Base1_127_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10799 {
10800       ((TAttPad*) G__getstructoffset())->SetAstat((Float_t) G__double(libp->para[0]));
10801       G__setnull(result7);
10802    return(1 || funcname || hash || result7 || libp) ;
10803 }
10804 
10805 static int G__G__Base1_127_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10806 {
10807       ((TAttPad*) G__getstructoffset())->SetXstat((Float_t) G__double(libp->para[0]));
10808       G__setnull(result7);
10809    return(1 || funcname || hash || result7 || libp) ;
10810 }
10811 
10812 static int G__G__Base1_127_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10813 {
10814       ((TAttPad*) G__getstructoffset())->SetYstat((Float_t) G__double(libp->para[0]));
10815       G__setnull(result7);
10816    return(1 || funcname || hash || result7 || libp) ;
10817 }
10818 
10819 static int G__G__Base1_127_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10820 {
10821    switch (libp->paran) {
10822    case 1:
10823       ((TAttPad*) G__getstructoffset())->SetFrameFillColor((Color_t) G__int(libp->para[0]));
10824       G__setnull(result7);
10825       break;
10826    case 0:
10827       ((TAttPad*) G__getstructoffset())->SetFrameFillColor();
10828       G__setnull(result7);
10829       break;
10830    }
10831    return(1 || funcname || hash || result7 || libp) ;
10832 }
10833 
10834 static int G__G__Base1_127_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10835 {
10836    switch (libp->paran) {
10837    case 1:
10838       ((TAttPad*) G__getstructoffset())->SetFrameLineColor((Color_t) G__int(libp->para[0]));
10839       G__setnull(result7);
10840       break;
10841    case 0:
10842       ((TAttPad*) G__getstructoffset())->SetFrameLineColor();
10843       G__setnull(result7);
10844       break;
10845    }
10846    return(1 || funcname || hash || result7 || libp) ;
10847 }
10848 
10849 static int G__G__Base1_127_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10850 {
10851    switch (libp->paran) {
10852    case 1:
10853       ((TAttPad*) G__getstructoffset())->SetFrameFillStyle((Style_t) G__int(libp->para[0]));
10854       G__setnull(result7);
10855       break;
10856    case 0:
10857       ((TAttPad*) G__getstructoffset())->SetFrameFillStyle();
10858       G__setnull(result7);
10859       break;
10860    }
10861    return(1 || funcname || hash || result7 || libp) ;
10862 }
10863 
10864 static int G__G__Base1_127_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10865 {
10866    switch (libp->paran) {
10867    case 1:
10868       ((TAttPad*) G__getstructoffset())->SetFrameLineStyle((Style_t) G__int(libp->para[0]));
10869       G__setnull(result7);
10870       break;
10871    case 0:
10872       ((TAttPad*) G__getstructoffset())->SetFrameLineStyle();
10873       G__setnull(result7);
10874       break;
10875    }
10876    return(1 || funcname || hash || result7 || libp) ;
10877 }
10878 
10879 static int G__G__Base1_127_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10880 {
10881    switch (libp->paran) {
10882    case 1:
10883       ((TAttPad*) G__getstructoffset())->SetFrameLineWidth((Width_t) G__int(libp->para[0]));
10884       G__setnull(result7);
10885       break;
10886    case 0:
10887       ((TAttPad*) G__getstructoffset())->SetFrameLineWidth();
10888       G__setnull(result7);
10889       break;
10890    }
10891    return(1 || funcname || hash || result7 || libp) ;
10892 }
10893 
10894 static int G__G__Base1_127_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10895 {
10896    switch (libp->paran) {
10897    case 1:
10898       ((TAttPad*) G__getstructoffset())->SetFrameBorderSize((Width_t) G__int(libp->para[0]));
10899       G__setnull(result7);
10900       break;
10901    case 0:
10902       ((TAttPad*) G__getstructoffset())->SetFrameBorderSize();
10903       G__setnull(result7);
10904       break;
10905    }
10906    return(1 || funcname || hash || result7 || libp) ;
10907 }
10908 
10909 static int G__G__Base1_127_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10910 {
10911    switch (libp->paran) {
10912    case 1:
10913       ((TAttPad*) G__getstructoffset())->SetFrameBorderMode((Int_t) G__int(libp->para[0]));
10914       G__setnull(result7);
10915       break;
10916    case 0:
10917       ((TAttPad*) G__getstructoffset())->SetFrameBorderMode();
10918       G__setnull(result7);
10919       break;
10920    }
10921    return(1 || funcname || hash || result7 || libp) ;
10922 }
10923 
10924 static int G__G__Base1_127_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10925 {
10926       G__letint(result7, 85, (long) TAttPad::Class());
10927    return(1 || funcname || hash || result7 || libp) ;
10928 }
10929 
10930 static int G__G__Base1_127_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10931 {
10932       G__letint(result7, 67, (long) TAttPad::Class_Name());
10933    return(1 || funcname || hash || result7 || libp) ;
10934 }
10935 
10936 static int G__G__Base1_127_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10937 {
10938       G__letint(result7, 115, (long) TAttPad::Class_Version());
10939    return(1 || funcname || hash || result7 || libp) ;
10940 }
10941 
10942 static int G__G__Base1_127_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10943 {
10944       TAttPad::Dictionary();
10945       G__setnull(result7);
10946    return(1 || funcname || hash || result7 || libp) ;
10947 }
10948 
10949 static int G__G__Base1_127_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10950 {
10951       G__letint(result7, 85, (long) ((const TAttPad*) G__getstructoffset())->IsA());
10952    return(1 || funcname || hash || result7 || libp) ;
10953 }
10954 
10955 static int G__G__Base1_127_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10956 {
10957       ((TAttPad*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
10958       G__setnull(result7);
10959    return(1 || funcname || hash || result7 || libp) ;
10960 }
10961 
10962 static int G__G__Base1_127_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10963 {
10964       ((TAttPad*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
10965       G__setnull(result7);
10966    return(1 || funcname || hash || result7 || libp) ;
10967 }
10968 
10969 static int G__G__Base1_127_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10970 {
10971       ((TAttPad*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10972       G__setnull(result7);
10973    return(1 || funcname || hash || result7 || libp) ;
10974 }
10975 
10976 static int G__G__Base1_127_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10977 {
10978       G__letint(result7, 67, (long) TAttPad::DeclFileName());
10979    return(1 || funcname || hash || result7 || libp) ;
10980 }
10981 
10982 static int G__G__Base1_127_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10983 {
10984       G__letint(result7, 105, (long) TAttPad::ImplFileLine());
10985    return(1 || funcname || hash || result7 || libp) ;
10986 }
10987 
10988 static int G__G__Base1_127_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10989 {
10990       G__letint(result7, 67, (long) TAttPad::ImplFileName());
10991    return(1 || funcname || hash || result7 || libp) ;
10992 }
10993 
10994 static int G__G__Base1_127_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10995 {
10996       G__letint(result7, 105, (long) TAttPad::DeclFileLine());
10997    return(1 || funcname || hash || result7 || libp) ;
10998 }
10999 
11000 // automatic copy constructor
11001 static int G__G__Base1_127_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11002 
11003 {
11004    TAttPad* p;
11005    void* tmp = (void*) G__int(libp->para[0]);
11006    p = new TAttPad(*(TAttPad*) tmp);
11007    result7->obj.i = (long) p;
11008    result7->ref = (long) p;
11009    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttPad));
11010    return(1 || funcname || hash || result7 || libp) ;
11011 }
11012 
11013 // automatic destructor
11014 typedef TAttPad G__TTAttPad;
11015 static int G__G__Base1_127_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11016 {
11017    char* gvp = (char*) G__getgvp();
11018    long soff = G__getstructoffset();
11019    int n = G__getaryconstruct();
11020    //
11021    //has_a_delete: 0
11022    //has_own_delete1arg: 0
11023    //has_own_delete2arg: 0
11024    //
11025    if (!soff) {
11026      return(1);
11027    }
11028    if (n) {
11029      if (gvp == (char*)G__PVOID) {
11030        delete[] (TAttPad*) soff;
11031      } else {
11032        G__setgvp((long) G__PVOID);
11033        for (int i = n - 1; i >= 0; --i) {
11034          ((TAttPad*) (soff+(sizeof(TAttPad)*i)))->~G__TTAttPad();
11035        }
11036        G__setgvp((long)gvp);
11037      }
11038    } else {
11039      if (gvp == (char*)G__PVOID) {
11040        delete (TAttPad*) soff;
11041      } else {
11042        G__setgvp((long) G__PVOID);
11043        ((TAttPad*) (soff))->~G__TTAttPad();
11044        G__setgvp((long)gvp);
11045      }
11046    }
11047    G__setnull(result7);
11048    return(1 || funcname || hash || result7 || libp) ;
11049 }
11050 
11051 // automatic assignment operator
11052 static int G__G__Base1_127_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11053 {
11054    TAttPad* dest = (TAttPad*) G__getstructoffset();
11055    *dest = *(TAttPad*) libp->para[0].ref;
11056    const TAttPad& obj = *dest;
11057    result7->ref = (long) (&obj);
11058    result7->obj.i = (long) (&obj);
11059    return(1 || funcname || hash || result7 || libp) ;
11060 }
11061 
11062 
11063 /* TAttText */
11064 static int G__G__Base1_128_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11065 {
11066    TAttText* p = NULL;
11067    char* gvp = (char*) G__getgvp();
11068    int n = G__getaryconstruct();
11069    if (n) {
11070      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11071        p = new TAttText[n];
11072      } else {
11073        p = new((void*) gvp) TAttText[n];
11074      }
11075    } else {
11076      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11077        p = new TAttText;
11078      } else {
11079        p = new((void*) gvp) TAttText;
11080      }
11081    }
11082    result7->obj.i = (long) p;
11083    result7->ref = (long) p;
11084    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttText));
11085    return(1 || funcname || hash || result7 || libp) ;
11086 }
11087 
11088 static int G__G__Base1_128_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11089 {
11090    TAttText* p = NULL;
11091    char* gvp = (char*) G__getgvp();
11092    //m: 5
11093    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11094      p = new TAttText(
11095 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
11096 , (Color_t) G__int(libp->para[2]), (Style_t) G__int(libp->para[3])
11097 , (Float_t) G__double(libp->para[4]));
11098    } else {
11099      p = new((void*) gvp) TAttText(
11100 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
11101 , (Color_t) G__int(libp->para[2]), (Style_t) G__int(libp->para[3])
11102 , (Float_t) G__double(libp->para[4]));
11103    }
11104    result7->obj.i = (long) p;
11105    result7->ref = (long) p;
11106    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttText));
11107    return(1 || funcname || hash || result7 || libp) ;
11108 }
11109 
11110 static int G__G__Base1_128_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11111 {
11112       ((const TAttText*) G__getstructoffset())->Copy(*(TAttText*) libp->para[0].ref);
11113       G__setnull(result7);
11114    return(1 || funcname || hash || result7 || libp) ;
11115 }
11116 
11117 static int G__G__Base1_128_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11118 {
11119       G__letint(result7, 115, (long) ((const TAttText*) G__getstructoffset())->GetTextAlign());
11120    return(1 || funcname || hash || result7 || libp) ;
11121 }
11122 
11123 static int G__G__Base1_128_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11124 {
11125       G__letdouble(result7, 102, (double) ((const TAttText*) G__getstructoffset())->GetTextAngle());
11126    return(1 || funcname || hash || result7 || libp) ;
11127 }
11128 
11129 static int G__G__Base1_128_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11130 {
11131       G__letint(result7, 115, (long) ((const TAttText*) G__getstructoffset())->GetTextColor());
11132    return(1 || funcname || hash || result7 || libp) ;
11133 }
11134 
11135 static int G__G__Base1_128_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11136 {
11137       G__letint(result7, 115, (long) ((const TAttText*) G__getstructoffset())->GetTextFont());
11138    return(1 || funcname || hash || result7 || libp) ;
11139 }
11140 
11141 static int G__G__Base1_128_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11142 {
11143       G__letdouble(result7, 102, (double) ((const TAttText*) G__getstructoffset())->GetTextSize());
11144    return(1 || funcname || hash || result7 || libp) ;
11145 }
11146 
11147 static int G__G__Base1_128_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11148 {
11149       ((TAttText*) G__getstructoffset())->Modify();
11150       G__setnull(result7);
11151    return(1 || funcname || hash || result7 || libp) ;
11152 }
11153 
11154 static int G__G__Base1_128_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11155 {
11156    switch (libp->paran) {
11157    case 1:
11158       ((TAttText*) G__getstructoffset())->ResetAttText((Option_t*) G__int(libp->para[0]));
11159       G__setnull(result7);
11160       break;
11161    case 0:
11162       ((TAttText*) G__getstructoffset())->ResetAttText();
11163       G__setnull(result7);
11164       break;
11165    }
11166    return(1 || funcname || hash || result7 || libp) ;
11167 }
11168 
11169 static int G__G__Base1_128_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11170 {
11171    switch (libp->paran) {
11172    case 7:
11173       ((TAttText*) G__getstructoffset())->SaveTextAttributes(
11174 *(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
11175 , (Int_t) G__int(libp->para[2]), (Float_t) G__double(libp->para[3])
11176 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
11177 , (Float_t) G__double(libp->para[6]));
11178       G__setnull(result7);
11179       break;
11180    case 6:
11181       ((TAttText*) G__getstructoffset())->SaveTextAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
11182 , (Int_t) G__int(libp->para[2]), (Float_t) G__double(libp->para[3])
11183 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
11184       G__setnull(result7);
11185       break;
11186    case 5:
11187       ((TAttText*) G__getstructoffset())->SaveTextAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
11188 , (Int_t) G__int(libp->para[2]), (Float_t) G__double(libp->para[3])
11189 , (Int_t) G__int(libp->para[4]));
11190       G__setnull(result7);
11191       break;
11192    case 4:
11193       ((TAttText*) G__getstructoffset())->SaveTextAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
11194 , (Int_t) G__int(libp->para[2]), (Float_t) G__double(libp->para[3]));
11195       G__setnull(result7);
11196       break;
11197    case 3:
11198       ((TAttText*) G__getstructoffset())->SaveTextAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1])
11199 , (Int_t) G__int(libp->para[2]));
11200       G__setnull(result7);
11201       break;
11202    case 2:
11203       ((TAttText*) G__getstructoffset())->SaveTextAttributes(*(ostream*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
11204       G__setnull(result7);
11205       break;
11206    }
11207    return(1 || funcname || hash || result7 || libp) ;
11208 }
11209 
11210 static int G__G__Base1_128_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11211 {
11212       ((TAttText*) G__getstructoffset())->SetTextAttributes();
11213       G__setnull(result7);
11214    return(1 || funcname || hash || result7 || libp) ;
11215 }
11216 
11217 static int G__G__Base1_128_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11218 {
11219    switch (libp->paran) {
11220    case 1:
11221       ((TAttText*) G__getstructoffset())->SetTextAlign((Short_t) G__int(libp->para[0]));
11222       G__setnull(result7);
11223       break;
11224    case 0:
11225       ((TAttText*) G__getstructoffset())->SetTextAlign();
11226       G__setnull(result7);
11227       break;
11228    }
11229    return(1 || funcname || hash || result7 || libp) ;
11230 }
11231 
11232 static int G__G__Base1_128_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11233 {
11234    switch (libp->paran) {
11235    case 1:
11236       ((TAttText*) G__getstructoffset())->SetTextAngle((Float_t) G__double(libp->para[0]));
11237       G__setnull(result7);
11238       break;
11239    case 0:
11240       ((TAttText*) G__getstructoffset())->SetTextAngle();
11241       G__setnull(result7);
11242       break;
11243    }
11244    return(1 || funcname || hash || result7 || libp) ;
11245 }
11246 
11247 static int G__G__Base1_128_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11248 {
11249    switch (libp->paran) {
11250    case 1:
11251       ((TAttText*) G__getstructoffset())->SetTextColor((Color_t) G__int(libp->para[0]));
11252       G__setnull(result7);
11253       break;
11254    case 0:
11255       ((TAttText*) G__getstructoffset())->SetTextColor();
11256       G__setnull(result7);
11257       break;
11258    }
11259    return(1 || funcname || hash || result7 || libp) ;
11260 }
11261 
11262 static int G__G__Base1_128_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11263 {
11264    switch (libp->paran) {
11265    case 1:
11266       ((TAttText*) G__getstructoffset())->SetTextFont((Font_t) G__int(libp->para[0]));
11267       G__setnull(result7);
11268       break;
11269    case 0:
11270       ((TAttText*) G__getstructoffset())->SetTextFont();
11271       G__setnull(result7);
11272       break;
11273    }
11274    return(1 || funcname || hash || result7 || libp) ;
11275 }
11276 
11277 static int G__G__Base1_128_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11278 {
11279    switch (libp->paran) {
11280    case 1:
11281       ((TAttText*) G__getstructoffset())->SetTextSize((Float_t) G__double(libp->para[0]));
11282       G__setnull(result7);
11283       break;
11284    case 0:
11285       ((TAttText*) G__getstructoffset())->SetTextSize();
11286       G__setnull(result7);
11287       break;
11288    }
11289    return(1 || funcname || hash || result7 || libp) ;
11290 }
11291 
11292 static int G__G__Base1_128_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11293 {
11294       ((TAttText*) G__getstructoffset())->SetTextSizePixels((Int_t) G__int(libp->para[0]));
11295       G__setnull(result7);
11296    return(1 || funcname || hash || result7 || libp) ;
11297 }
11298 
11299 static int G__G__Base1_128_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11300 {
11301       G__letint(result7, 85, (long) TAttText::Class());
11302    return(1 || funcname || hash || result7 || libp) ;
11303 }
11304 
11305 static int G__G__Base1_128_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11306 {
11307       G__letint(result7, 67, (long) TAttText::Class_Name());
11308    return(1 || funcname || hash || result7 || libp) ;
11309 }
11310 
11311 static int G__G__Base1_128_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11312 {
11313       G__letint(result7, 115, (long) TAttText::Class_Version());
11314    return(1 || funcname || hash || result7 || libp) ;
11315 }
11316 
11317 static int G__G__Base1_128_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11318 {
11319       TAttText::Dictionary();
11320       G__setnull(result7);
11321    return(1 || funcname || hash || result7 || libp) ;
11322 }
11323 
11324 static int G__G__Base1_128_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11325 {
11326       G__letint(result7, 85, (long) ((const TAttText*) G__getstructoffset())->IsA());
11327    return(1 || funcname || hash || result7 || libp) ;
11328 }
11329 
11330 static int G__G__Base1_128_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11331 {
11332       ((TAttText*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
11333       G__setnull(result7);
11334    return(1 || funcname || hash || result7 || libp) ;
11335 }
11336 
11337 static int G__G__Base1_128_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11338 {
11339       ((TAttText*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
11340       G__setnull(result7);
11341    return(1 || funcname || hash || result7 || libp) ;
11342 }
11343 
11344 static int G__G__Base1_128_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11345 {
11346       ((TAttText*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11347       G__setnull(result7);
11348    return(1 || funcname || hash || result7 || libp) ;
11349 }
11350 
11351 static int G__G__Base1_128_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11352 {
11353       G__letint(result7, 67, (long) TAttText::DeclFileName());
11354    return(1 || funcname || hash || result7 || libp) ;
11355 }
11356 
11357 static int G__G__Base1_128_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11358 {
11359       G__letint(result7, 105, (long) TAttText::ImplFileLine());
11360    return(1 || funcname || hash || result7 || libp) ;
11361 }
11362 
11363 static int G__G__Base1_128_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11364 {
11365       G__letint(result7, 67, (long) TAttText::ImplFileName());
11366    return(1 || funcname || hash || result7 || libp) ;
11367 }
11368 
11369 static int G__G__Base1_128_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11370 {
11371       G__letint(result7, 105, (long) TAttText::DeclFileLine());
11372    return(1 || funcname || hash || result7 || libp) ;
11373 }
11374 
11375 // automatic copy constructor
11376 static int G__G__Base1_128_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11377 
11378 {
11379    TAttText* p;
11380    void* tmp = (void*) G__int(libp->para[0]);
11381    p = new TAttText(*(TAttText*) tmp);
11382    result7->obj.i = (long) p;
11383    result7->ref = (long) p;
11384    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TAttText));
11385    return(1 || funcname || hash || result7 || libp) ;
11386 }
11387 
11388 // automatic destructor
11389 typedef TAttText G__TTAttText;
11390 static int G__G__Base1_128_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11391 {
11392    char* gvp = (char*) G__getgvp();
11393    long soff = G__getstructoffset();
11394    int n = G__getaryconstruct();
11395    //
11396    //has_a_delete: 0
11397    //has_own_delete1arg: 0
11398    //has_own_delete2arg: 0
11399    //
11400    if (!soff) {
11401      return(1);
11402    }
11403    if (n) {
11404      if (gvp == (char*)G__PVOID) {
11405        delete[] (TAttText*) soff;
11406      } else {
11407        G__setgvp((long) G__PVOID);
11408        for (int i = n - 1; i >= 0; --i) {
11409          ((TAttText*) (soff+(sizeof(TAttText)*i)))->~G__TTAttText();
11410        }
11411        G__setgvp((long)gvp);
11412      }
11413    } else {
11414      if (gvp == (char*)G__PVOID) {
11415        delete (TAttText*) soff;
11416      } else {
11417        G__setgvp((long) G__PVOID);
11418        ((TAttText*) (soff))->~G__TTAttText();
11419        G__setgvp((long)gvp);
11420      }
11421    }
11422    G__setnull(result7);
11423    return(1 || funcname || hash || result7 || libp) ;
11424 }
11425 
11426 // automatic assignment operator
11427 static int G__G__Base1_128_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11428 {
11429    TAttText* dest = (TAttText*) G__getstructoffset();
11430    *dest = *(TAttText*) libp->para[0].ref;
11431    const TAttText& obj = *dest;
11432    result7->ref = (long) (&obj);
11433    result7->obj.i = (long) (&obj);
11434    return(1 || funcname || hash || result7 || libp) ;
11435 }
11436 
11437 
11438 /* TBenchmark */
11439 static int G__G__Base1_131_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11440 {
11441    TBenchmark* p = NULL;
11442    char* gvp = (char*) G__getgvp();
11443    int n = G__getaryconstruct();
11444    if (n) {
11445      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11446        p = new TBenchmark[n];
11447      } else {
11448        p = new((void*) gvp) TBenchmark[n];
11449      }
11450    } else {
11451      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11452        p = new TBenchmark;
11453      } else {
11454        p = new((void*) gvp) TBenchmark;
11455      }
11456    }
11457    result7->obj.i = (long) p;
11458    result7->ref = (long) p;
11459    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBenchmark));
11460    return(1 || funcname || hash || result7 || libp) ;
11461 }
11462 
11463 static int G__G__Base1_131_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11464 {
11465       G__letint(result7, 105, (long) ((const TBenchmark*) G__getstructoffset())->GetBench((const char*) G__int(libp->para[0])));
11466    return(1 || funcname || hash || result7 || libp) ;
11467 }
11468 
11469 static int G__G__Base1_131_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11470 {
11471       G__letdouble(result7, 102, (double) ((TBenchmark*) G__getstructoffset())->GetCpuTime((const char*) G__int(libp->para[0])));
11472    return(1 || funcname || hash || result7 || libp) ;
11473 }
11474 
11475 static int G__G__Base1_131_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11476 {
11477       G__letdouble(result7, 102, (double) ((TBenchmark*) G__getstructoffset())->GetRealTime((const char*) G__int(libp->para[0])));
11478    return(1 || funcname || hash || result7 || libp) ;
11479 }
11480 
11481 static int G__G__Base1_131_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11482 {
11483       ((TBenchmark*) G__getstructoffset())->Reset();
11484       G__setnull(result7);
11485    return(1 || funcname || hash || result7 || libp) ;
11486 }
11487 
11488 static int G__G__Base1_131_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11489 {
11490       ((TBenchmark*) G__getstructoffset())->Show((const char*) G__int(libp->para[0]));
11491       G__setnull(result7);
11492    return(1 || funcname || hash || result7 || libp) ;
11493 }
11494 
11495 static int G__G__Base1_131_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11496 {
11497       ((TBenchmark*) G__getstructoffset())->Start((const char*) G__int(libp->para[0]));
11498       G__setnull(result7);
11499    return(1 || funcname || hash || result7 || libp) ;
11500 }
11501 
11502 static int G__G__Base1_131_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11503 {
11504       ((TBenchmark*) G__getstructoffset())->Stop((const char*) G__int(libp->para[0]));
11505       G__setnull(result7);
11506    return(1 || funcname || hash || result7 || libp) ;
11507 }
11508 
11509 static int G__G__Base1_131_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11510 {
11511       ((TBenchmark*) G__getstructoffset())->Summary(*(Float_t*) G__Floatref(&libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1]));
11512       G__setnull(result7);
11513    return(1 || funcname || hash || result7 || libp) ;
11514 }
11515 
11516 static int G__G__Base1_131_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11517 {
11518       G__letint(result7, 85, (long) TBenchmark::Class());
11519    return(1 || funcname || hash || result7 || libp) ;
11520 }
11521 
11522 static int G__G__Base1_131_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11523 {
11524       G__letint(result7, 67, (long) TBenchmark::Class_Name());
11525    return(1 || funcname || hash || result7 || libp) ;
11526 }
11527 
11528 static int G__G__Base1_131_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11529 {
11530       G__letint(result7, 115, (long) TBenchmark::Class_Version());
11531    return(1 || funcname || hash || result7 || libp) ;
11532 }
11533 
11534 static int G__G__Base1_131_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11535 {
11536       TBenchmark::Dictionary();
11537       G__setnull(result7);
11538    return(1 || funcname || hash || result7 || libp) ;
11539 }
11540 
11541 static int G__G__Base1_131_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11542 {
11543       ((TBenchmark*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11544       G__setnull(result7);
11545    return(1 || funcname || hash || result7 || libp) ;
11546 }
11547 
11548 static int G__G__Base1_131_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11549 {
11550       G__letint(result7, 67, (long) TBenchmark::DeclFileName());
11551    return(1 || funcname || hash || result7 || libp) ;
11552 }
11553 
11554 static int G__G__Base1_131_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11555 {
11556       G__letint(result7, 105, (long) TBenchmark::ImplFileLine());
11557    return(1 || funcname || hash || result7 || libp) ;
11558 }
11559 
11560 static int G__G__Base1_131_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11561 {
11562       G__letint(result7, 67, (long) TBenchmark::ImplFileName());
11563    return(1 || funcname || hash || result7 || libp) ;
11564 }
11565 
11566 static int G__G__Base1_131_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11567 {
11568       G__letint(result7, 105, (long) TBenchmark::DeclFileLine());
11569    return(1 || funcname || hash || result7 || libp) ;
11570 }
11571 
11572 // automatic destructor
11573 typedef TBenchmark G__TTBenchmark;
11574 static int G__G__Base1_131_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11575 {
11576    char* gvp = (char*) G__getgvp();
11577    long soff = G__getstructoffset();
11578    int n = G__getaryconstruct();
11579    //
11580    //has_a_delete: 1
11581    //has_own_delete1arg: 0
11582    //has_own_delete2arg: 0
11583    //
11584    if (!soff) {
11585      return(1);
11586    }
11587    if (n) {
11588      if (gvp == (char*)G__PVOID) {
11589        delete[] (TBenchmark*) soff;
11590      } else {
11591        G__setgvp((long) G__PVOID);
11592        for (int i = n - 1; i >= 0; --i) {
11593          ((TBenchmark*) (soff+(sizeof(TBenchmark)*i)))->~G__TTBenchmark();
11594        }
11595        G__setgvp((long)gvp);
11596      }
11597    } else {
11598      if (gvp == (char*)G__PVOID) {
11599        delete (TBenchmark*) soff;
11600      } else {
11601        G__setgvp((long) G__PVOID);
11602        ((TBenchmark*) (soff))->~G__TTBenchmark();
11603        G__setgvp((long)gvp);
11604      }
11605    }
11606    G__setnull(result7);
11607    return(1 || funcname || hash || result7 || libp) ;
11608 }
11609 
11610 
11611 /* TBrowserImp */
11612 static int G__G__Base1_133_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11613 {
11614    TBrowserImp* p = NULL;
11615    char* gvp = (char*) G__getgvp();
11616    switch (libp->paran) {
11617    case 1:
11618      //m: 1
11619      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11620        p = new TBrowserImp((TBrowser*) G__int(libp->para[0]));
11621      } else {
11622        p = new((void*) gvp) TBrowserImp((TBrowser*) G__int(libp->para[0]));
11623      }
11624      break;
11625    case 0:
11626      int n = G__getaryconstruct();
11627      if (n) {
11628        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11629          p = new TBrowserImp[n];
11630        } else {
11631          p = new((void*) gvp) TBrowserImp[n];
11632        }
11633      } else {
11634        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11635          p = new TBrowserImp;
11636        } else {
11637          p = new((void*) gvp) TBrowserImp;
11638        }
11639      }
11640      break;
11641    }
11642    result7->obj.i = (long) p;
11643    result7->ref = (long) p;
11644    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp));
11645    return(1 || funcname || hash || result7 || libp) ;
11646 }
11647 
11648 static int G__G__Base1_133_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11649 {
11650    TBrowserImp* p = NULL;
11651    char* gvp = (char*) G__getgvp();
11652    switch (libp->paran) {
11653    case 5:
11654      //m: 5
11655      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11656        p = new TBrowserImp(
11657 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11658 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
11659 , (Option_t*) G__int(libp->para[4]));
11660      } else {
11661        p = new((void*) gvp) TBrowserImp(
11662 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11663 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
11664 , (Option_t*) G__int(libp->para[4]));
11665      }
11666      break;
11667    case 4:
11668      //m: 4
11669      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11670        p = new TBrowserImp(
11671 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11672 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
11673      } else {
11674        p = new((void*) gvp) TBrowserImp(
11675 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11676 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
11677      }
11678      break;
11679    }
11680    result7->obj.i = (long) p;
11681    result7->ref = (long) p;
11682    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp));
11683    return(1 || funcname || hash || result7 || libp) ;
11684 }
11685 
11686 static int G__G__Base1_133_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11687 {
11688    TBrowserImp* p = NULL;
11689    char* gvp = (char*) G__getgvp();
11690    switch (libp->paran) {
11691    case 7:
11692      //m: 7
11693      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11694        p = new TBrowserImp(
11695 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11696 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11697 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
11698 , (Option_t*) G__int(libp->para[6]));
11699      } else {
11700        p = new((void*) gvp) TBrowserImp(
11701 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11702 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11703 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
11704 , (Option_t*) G__int(libp->para[6]));
11705      }
11706      break;
11707    case 6:
11708      //m: 6
11709      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11710        p = new TBrowserImp(
11711 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11712 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11713 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
11714      } else {
11715        p = new((void*) gvp) TBrowserImp(
11716 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11717 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11718 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
11719      }
11720      break;
11721    }
11722    result7->obj.i = (long) p;
11723    result7->ref = (long) p;
11724    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp));
11725    return(1 || funcname || hash || result7 || libp) ;
11726 }
11727 
11728 static int G__G__Base1_133_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11729 {
11730       ((TBrowserImp*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11731 , (Int_t) G__int(libp->para[2]));
11732       G__setnull(result7);
11733    return(1 || funcname || hash || result7 || libp) ;
11734 }
11735 
11736 static int G__G__Base1_133_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11737 {
11738    switch (libp->paran) {
11739    case 2:
11740       ((TBrowserImp*) G__getstructoffset())->AddCheckBox((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
11741       G__setnull(result7);
11742       break;
11743    case 1:
11744       ((TBrowserImp*) G__getstructoffset())->AddCheckBox((TObject*) G__int(libp->para[0]));
11745       G__setnull(result7);
11746       break;
11747    }
11748    return(1 || funcname || hash || result7 || libp) ;
11749 }
11750 
11751 static int G__G__Base1_133_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11752 {
11753    switch (libp->paran) {
11754    case 2:
11755       ((TBrowserImp*) G__getstructoffset())->CheckObjectItem((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
11756       G__setnull(result7);
11757       break;
11758    case 1:
11759       ((TBrowserImp*) G__getstructoffset())->CheckObjectItem((TObject*) G__int(libp->para[0]));
11760       G__setnull(result7);
11761       break;
11762    }
11763    return(1 || funcname || hash || result7 || libp) ;
11764 }
11765 
11766 static int G__G__Base1_133_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11767 {
11768       ((TBrowserImp*) G__getstructoffset())->RemoveCheckBox((TObject*) G__int(libp->para[0]));
11769       G__setnull(result7);
11770    return(1 || funcname || hash || result7 || libp) ;
11771 }
11772 
11773 static int G__G__Base1_133_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11774 {
11775       ((TBrowserImp*) G__getstructoffset())->BrowseObj((TObject*) G__int(libp->para[0]));
11776       G__setnull(result7);
11777    return(1 || funcname || hash || result7 || libp) ;
11778 }
11779 
11780 static int G__G__Base1_133_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11781 {
11782       G__letint(result7, 85, (long) ((const TBrowserImp*) G__getstructoffset())->Browser());
11783    return(1 || funcname || hash || result7 || libp) ;
11784 }
11785 
11786 static int G__G__Base1_133_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11787 {
11788       ((TBrowserImp*) G__getstructoffset())->ExecuteDefaultAction((TObject*) G__int(libp->para[0]));
11789       G__setnull(result7);
11790    return(1 || funcname || hash || result7 || libp) ;
11791 }
11792 
11793 static int G__G__Base1_133_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11794 {
11795       ((TBrowserImp*) G__getstructoffset())->Iconify();
11796       G__setnull(result7);
11797    return(1 || funcname || hash || result7 || libp) ;
11798 }
11799 
11800 static int G__G__Base1_133_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11801 {
11802       ((TBrowserImp*) G__getstructoffset())->RecursiveRemove((TObject*) G__int(libp->para[0]));
11803       G__setnull(result7);
11804    return(1 || funcname || hash || result7 || libp) ;
11805 }
11806 
11807 static int G__G__Base1_133_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11808 {
11809    switch (libp->paran) {
11810    case 1:
11811       ((TBrowserImp*) G__getstructoffset())->Refresh((Bool_t) G__int(libp->para[0]));
11812       G__setnull(result7);
11813       break;
11814    case 0:
11815       ((TBrowserImp*) G__getstructoffset())->Refresh();
11816       G__setnull(result7);
11817       break;
11818    }
11819    return(1 || funcname || hash || result7 || libp) ;
11820 }
11821 
11822 static int G__G__Base1_133_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11823 {
11824       ((TBrowserImp*) G__getstructoffset())->Show();
11825       G__setnull(result7);
11826    return(1 || funcname || hash || result7 || libp) ;
11827 }
11828 
11829 static int G__G__Base1_133_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11830 {
11831    switch (libp->paran) {
11832    case 1:
11833       ((TBrowserImp*) G__getstructoffset())->SetDrawOption((Option_t*) G__int(libp->para[0]));
11834       G__setnull(result7);
11835       break;
11836    case 0:
11837       ((TBrowserImp*) G__getstructoffset())->SetDrawOption();
11838       G__setnull(result7);
11839       break;
11840    }
11841    return(1 || funcname || hash || result7 || libp) ;
11842 }
11843 
11844 static int G__G__Base1_133_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11845 {
11846       G__letint(result7, 67, (long) ((const TBrowserImp*) G__getstructoffset())->GetDrawOption());
11847    return(1 || funcname || hash || result7 || libp) ;
11848 }
11849 
11850 static int G__G__Base1_133_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11851 {
11852       G__letint(result7, 108, (long) ((TBrowserImp*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11853 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11854 , (Int_t) G__int(libp->para[4])));
11855    return(1 || funcname || hash || result7 || libp) ;
11856 }
11857 
11858 static int G__G__Base1_133_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11859 {
11860       ((TBrowserImp*) G__getstructoffset())->SetStatusText((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11861       G__setnull(result7);
11862    return(1 || funcname || hash || result7 || libp) ;
11863 }
11864 
11865 static int G__G__Base1_133_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11866 {
11867       ((TBrowserImp*) G__getstructoffset())->StartEmbedding((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11868       G__setnull(result7);
11869    return(1 || funcname || hash || result7 || libp) ;
11870 }
11871 
11872 static int G__G__Base1_133_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11873 {
11874       ((TBrowserImp*) G__getstructoffset())->StopEmbedding((const char*) G__int(libp->para[0]));
11875       G__setnull(result7);
11876    return(1 || funcname || hash || result7 || libp) ;
11877 }
11878 
11879 static int G__G__Base1_133_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11880 {
11881       G__letint(result7, 85, (long) ((const TBrowserImp*) G__getstructoffset())->GetMainFrame());
11882    return(1 || funcname || hash || result7 || libp) ;
11883 }
11884 
11885 static int G__G__Base1_133_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11886 {
11887       G__letint(result7, 85, (long) ((const TBrowserImp*) G__getstructoffset())->GetBrowser());
11888    return(1 || funcname || hash || result7 || libp) ;
11889 }
11890 
11891 static int G__G__Base1_133_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11892 {
11893       ((TBrowserImp*) G__getstructoffset())->SetBrowser((TBrowser*) G__int(libp->para[0]));
11894       G__setnull(result7);
11895    return(1 || funcname || hash || result7 || libp) ;
11896 }
11897 
11898 static int G__G__Base1_133_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11899 {
11900       G__letint(result7, 85, (long) TBrowserImp::Class());
11901    return(1 || funcname || hash || result7 || libp) ;
11902 }
11903 
11904 static int G__G__Base1_133_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11905 {
11906       G__letint(result7, 67, (long) TBrowserImp::Class_Name());
11907    return(1 || funcname || hash || result7 || libp) ;
11908 }
11909 
11910 static int G__G__Base1_133_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11911 {
11912       G__letint(result7, 115, (long) TBrowserImp::Class_Version());
11913    return(1 || funcname || hash || result7 || libp) ;
11914 }
11915 
11916 static int G__G__Base1_133_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11917 {
11918       TBrowserImp::Dictionary();
11919       G__setnull(result7);
11920    return(1 || funcname || hash || result7 || libp) ;
11921 }
11922 
11923 static int G__G__Base1_133_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11924 {
11925       G__letint(result7, 85, (long) ((const TBrowserImp*) G__getstructoffset())->IsA());
11926    return(1 || funcname || hash || result7 || libp) ;
11927 }
11928 
11929 static int G__G__Base1_133_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11930 {
11931       ((TBrowserImp*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
11932       G__setnull(result7);
11933    return(1 || funcname || hash || result7 || libp) ;
11934 }
11935 
11936 static int G__G__Base1_133_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11937 {
11938       ((TBrowserImp*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
11939       G__setnull(result7);
11940    return(1 || funcname || hash || result7 || libp) ;
11941 }
11942 
11943 static int G__G__Base1_133_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11944 {
11945       ((TBrowserImp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11946       G__setnull(result7);
11947    return(1 || funcname || hash || result7 || libp) ;
11948 }
11949 
11950 static int G__G__Base1_133_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11951 {
11952       G__letint(result7, 67, (long) TBrowserImp::DeclFileName());
11953    return(1 || funcname || hash || result7 || libp) ;
11954 }
11955 
11956 static int G__G__Base1_133_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11957 {
11958       G__letint(result7, 105, (long) TBrowserImp::ImplFileLine());
11959    return(1 || funcname || hash || result7 || libp) ;
11960 }
11961 
11962 static int G__G__Base1_133_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11963 {
11964       G__letint(result7, 67, (long) TBrowserImp::ImplFileName());
11965    return(1 || funcname || hash || result7 || libp) ;
11966 }
11967 
11968 static int G__G__Base1_133_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11969 {
11970       G__letint(result7, 105, (long) TBrowserImp::DeclFileLine());
11971    return(1 || funcname || hash || result7 || libp) ;
11972 }
11973 
11974 // automatic destructor
11975 typedef TBrowserImp G__TTBrowserImp;
11976 static int G__G__Base1_133_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11977 {
11978    char* gvp = (char*) G__getgvp();
11979    long soff = G__getstructoffset();
11980    int n = G__getaryconstruct();
11981    //
11982    //has_a_delete: 0
11983    //has_own_delete1arg: 0
11984    //has_own_delete2arg: 0
11985    //
11986    if (!soff) {
11987      return(1);
11988    }
11989    if (n) {
11990      if (gvp == (char*)G__PVOID) {
11991        delete[] (TBrowserImp*) soff;
11992      } else {
11993        G__setgvp((long) G__PVOID);
11994        for (int i = n - 1; i >= 0; --i) {
11995          ((TBrowserImp*) (soff+(sizeof(TBrowserImp)*i)))->~G__TTBrowserImp();
11996        }
11997        G__setgvp((long)gvp);
11998      }
11999    } else {
12000      if (gvp == (char*)G__PVOID) {
12001        delete (TBrowserImp*) soff;
12002      } else {
12003        G__setgvp((long) G__PVOID);
12004        ((TBrowserImp*) (soff))->~G__TTBrowserImp();
12005        G__setgvp((long)gvp);
12006      }
12007    }
12008    G__setnull(result7);
12009    return(1 || funcname || hash || result7 || libp) ;
12010 }
12011 
12012 
12013 /* TContextMenu */
12014 static int G__G__Base1_134_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12015 {
12016    TContextMenu* p = NULL;
12017    char* gvp = (char*) G__getgvp();
12018    switch (libp->paran) {
12019    case 2:
12020      //m: 2
12021      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12022        p = new TContextMenu((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
12023      } else {
12024        p = new((void*) gvp) TContextMenu((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
12025      }
12026      break;
12027    case 1:
12028      //m: 1
12029      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12030        p = new TContextMenu((const char*) G__int(libp->para[0]));
12031      } else {
12032        p = new((void*) gvp) TContextMenu((const char*) G__int(libp->para[0]));
12033      }
12034      break;
12035    }
12036    result7->obj.i = (long) p;
12037    result7->ref = (long) p;
12038    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TContextMenu));
12039    return(1 || funcname || hash || result7 || libp) ;
12040 }
12041 
12042 static int G__G__Base1_134_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12043 {
12044       ((TContextMenu*) G__getstructoffset())->Action((TObject*) G__int(libp->para[0]), (TMethod*) G__int(libp->para[1]));
12045       G__setnull(result7);
12046    return(1 || funcname || hash || result7 || libp) ;
12047 }
12048 
12049 static int G__G__Base1_134_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12050 {
12051       ((TContextMenu*) G__getstructoffset())->Action((TObject*) G__int(libp->para[0]), (TToggle*) G__int(libp->para[1]));
12052       G__setnull(result7);
12053    return(1 || funcname || hash || result7 || libp) ;
12054 }
12055 
12056 static int G__G__Base1_134_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12057 {
12058       ((TContextMenu*) G__getstructoffset())->Action((TClassMenuItem*) G__int(libp->para[0]));
12059       G__setnull(result7);
12060    return(1 || funcname || hash || result7 || libp) ;
12061 }
12062 
12063 static int G__G__Base1_134_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12064 {
12065       ((TContextMenu*) G__getstructoffset())->Action((TMethod*) G__int(libp->para[0]));
12066       G__setnull(result7);
12067    return(1 || funcname || hash || result7 || libp) ;
12068 }
12069 
12070 static int G__G__Base1_134_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12071 {
12072       ((TContextMenu*) G__getstructoffset())->Action((TToggle*) G__int(libp->para[0]));
12073       G__setnull(result7);
12074    return(1 || funcname || hash || result7 || libp) ;
12075 }
12076 
12077 static int G__G__Base1_134_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12078 {
12079       G__letint(result7, 67, (long) ((TContextMenu*) G__getstructoffset())->CreateArgumentTitle((TMethodArg*) G__int(libp->para[0])));
12080    return(1 || funcname || hash || result7 || libp) ;
12081 }
12082 
12083 static int G__G__Base1_134_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12084 {
12085       G__letint(result7, 67, (long) ((TContextMenu*) G__getstructoffset())->CreateDialogTitle((TObject*) G__int(libp->para[0]), (TFunction*) G__int(libp->para[1])));
12086    return(1 || funcname || hash || result7 || libp) ;
12087 }
12088 
12089 static int G__G__Base1_134_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12090 {
12091       G__letint(result7, 67, (long) ((TContextMenu*) G__getstructoffset())->CreatePopupTitle((TObject*) G__int(libp->para[0])));
12092    return(1 || funcname || hash || result7 || libp) ;
12093 }
12094 
12095 static int G__G__Base1_134_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12096 {
12097       ((TContextMenu*) G__getstructoffset())->Execute((TObject*) G__int(libp->para[0]), (TFunction*) G__int(libp->para[1])
12098 , (const char*) G__int(libp->para[2]));
12099       G__setnull(result7);
12100    return(1 || funcname || hash || result7 || libp) ;
12101 }
12102 
12103 static int G__G__Base1_134_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12104 {
12105       ((TContextMenu*) G__getstructoffset())->Execute((TObject*) G__int(libp->para[0]), (TFunction*) G__int(libp->para[1])
12106 , (TObjArray*) G__int(libp->para[2]));
12107       G__setnull(result7);
12108    return(1 || funcname || hash || result7 || libp) ;
12109 }
12110 
12111 static int G__G__Base1_134_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12112 {
12113       ((TContextMenu*) G__getstructoffset())->Execute((const char*) G__int(libp->para[0]));
12114       G__setnull(result7);
12115    return(1 || funcname || hash || result7 || libp) ;
12116 }
12117 
12118 static int G__G__Base1_134_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12119 {
12120       ((TContextMenu*) G__getstructoffset())->Execute((TObjArray*) G__int(libp->para[0]));
12121       G__setnull(result7);
12122    return(1 || funcname || hash || result7 || libp) ;
12123 }
12124 
12125 static int G__G__Base1_134_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12126 {
12127       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetBrowser());
12128    return(1 || funcname || hash || result7 || libp) ;
12129 }
12130 
12131 static int G__G__Base1_134_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12132 {
12133       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetContextMenuImp());
12134    return(1 || funcname || hash || result7 || libp) ;
12135 }
12136 
12137 static int G__G__Base1_134_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12138 {
12139       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetSelectedCanvas());
12140    return(1 || funcname || hash || result7 || libp) ;
12141 }
12142 
12143 static int G__G__Base1_134_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12144 {
12145       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetSelectedMethod());
12146    return(1 || funcname || hash || result7 || libp) ;
12147 }
12148 
12149 static int G__G__Base1_134_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12150 {
12151       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetSelectedObject());
12152    return(1 || funcname || hash || result7 || libp) ;
12153 }
12154 
12155 static int G__G__Base1_134_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12156 {
12157       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetCalledObject());
12158    return(1 || funcname || hash || result7 || libp) ;
12159 }
12160 
12161 static int G__G__Base1_134_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12162 {
12163       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetSelectedMenuItem());
12164    return(1 || funcname || hash || result7 || libp) ;
12165 }
12166 
12167 static int G__G__Base1_134_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12168 {
12169       G__letint(result7, 85, (long) ((TContextMenu*) G__getstructoffset())->GetSelectedPad());
12170    return(1 || funcname || hash || result7 || libp) ;
12171 }
12172 
12173 static int G__G__Base1_134_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12174 {
12175    switch (libp->paran) {
12176    case 5:
12177       ((TContextMenu*) G__getstructoffset())->Popup((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12178 , (TObject*) G__int(libp->para[2]), (TVirtualPad*) G__int(libp->para[3])
12179 , (TVirtualPad*) G__int(libp->para[4]));
12180       G__setnull(result7);
12181       break;
12182    case 4:
12183       ((TContextMenu*) G__getstructoffset())->Popup((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12184 , (TObject*) G__int(libp->para[2]), (TVirtualPad*) G__int(libp->para[3]));
12185       G__setnull(result7);
12186       break;
12187    case 3:
12188       ((TContextMenu*) G__getstructoffset())->Popup((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12189 , (TObject*) G__int(libp->para[2]));
12190       G__setnull(result7);
12191       break;
12192    }
12193    return(1 || funcname || hash || result7 || libp) ;
12194 }
12195 
12196 static int G__G__Base1_134_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12197 {
12198       ((TContextMenu*) G__getstructoffset())->Popup((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12199 , (TObject*) G__int(libp->para[2]), (TBrowser*) G__int(libp->para[3]));
12200       G__setnull(result7);
12201    return(1 || funcname || hash || result7 || libp) ;
12202 }
12203 
12204 static int G__G__Base1_134_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12205 {
12206       ((TContextMenu*) G__getstructoffset())->SetCanvas((TVirtualPad*) G__int(libp->para[0]));
12207       G__setnull(result7);
12208    return(1 || funcname || hash || result7 || libp) ;
12209 }
12210 
12211 static int G__G__Base1_134_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12212 {
12213       ((TContextMenu*) G__getstructoffset())->SetBrowser((TBrowser*) G__int(libp->para[0]));
12214       G__setnull(result7);
12215    return(1 || funcname || hash || result7 || libp) ;
12216 }
12217 
12218 static int G__G__Base1_134_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12219 {
12220       ((TContextMenu*) G__getstructoffset())->SetMethod((TFunction*) G__int(libp->para[0]));
12221       G__setnull(result7);
12222    return(1 || funcname || hash || result7 || libp) ;
12223 }
12224 
12225 static int G__G__Base1_134_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12226 {
12227       ((TContextMenu*) G__getstructoffset())->SetCalledObject((TObject*) G__int(libp->para[0]));
12228       G__setnull(result7);
12229    return(1 || funcname || hash || result7 || libp) ;
12230 }
12231 
12232 static int G__G__Base1_134_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12233 {
12234       ((TContextMenu*) G__getstructoffset())->SetSelectedMenuItem((TClassMenuItem*) G__int(libp->para[0]));
12235       G__setnull(result7);
12236    return(1 || funcname || hash || result7 || libp) ;
12237 }
12238 
12239 static int G__G__Base1_134_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12240 {
12241       ((TContextMenu*) G__getstructoffset())->SetObject((TObject*) G__int(libp->para[0]));
12242       G__setnull(result7);
12243    return(1 || funcname || hash || result7 || libp) ;
12244 }
12245 
12246 static int G__G__Base1_134_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12247 {
12248       ((TContextMenu*) G__getstructoffset())->SetPad((TVirtualPad*) G__int(libp->para[0]));
12249       G__setnull(result7);
12250    return(1 || funcname || hash || result7 || libp) ;
12251 }
12252 
12253 static int G__G__Base1_134_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12254 {
12255       G__letint(result7, 85, (long) TContextMenu::Class());
12256    return(1 || funcname || hash || result7 || libp) ;
12257 }
12258 
12259 static int G__G__Base1_134_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12260 {
12261       G__letint(result7, 67, (long) TContextMenu::Class_Name());
12262    return(1 || funcname || hash || result7 || libp) ;
12263 }
12264 
12265 static int G__G__Base1_134_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12266 {
12267       G__letint(result7, 115, (long) TContextMenu::Class_Version());
12268    return(1 || funcname || hash || result7 || libp) ;
12269 }
12270 
12271 static int G__G__Base1_134_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12272 {
12273       TContextMenu::Dictionary();
12274       G__setnull(result7);
12275    return(1 || funcname || hash || result7 || libp) ;
12276 }
12277 
12278 static int G__G__Base1_134_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12279 {
12280       ((TContextMenu*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12281       G__setnull(result7);
12282    return(1 || funcname || hash || result7 || libp) ;
12283 }
12284 
12285 static int G__G__Base1_134_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12286 {
12287       G__letint(result7, 67, (long) TContextMenu::DeclFileName());
12288    return(1 || funcname || hash || result7 || libp) ;
12289 }
12290 
12291 static int G__G__Base1_134_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12292 {
12293       G__letint(result7, 105, (long) TContextMenu::ImplFileLine());
12294    return(1 || funcname || hash || result7 || libp) ;
12295 }
12296 
12297 static int G__G__Base1_134_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12298 {
12299       G__letint(result7, 67, (long) TContextMenu::ImplFileName());
12300    return(1 || funcname || hash || result7 || libp) ;
12301 }
12302 
12303 static int G__G__Base1_134_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12304 {
12305       G__letint(result7, 105, (long) TContextMenu::DeclFileLine());
12306    return(1 || funcname || hash || result7 || libp) ;
12307 }
12308 
12309 // automatic destructor
12310 typedef TContextMenu G__TTContextMenu;
12311 static int G__G__Base1_134_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12312 {
12313    char* gvp = (char*) G__getgvp();
12314    long soff = G__getstructoffset();
12315    int n = G__getaryconstruct();
12316    //
12317    //has_a_delete: 1
12318    //has_own_delete1arg: 0
12319    //has_own_delete2arg: 0
12320    //
12321    if (!soff) {
12322      return(1);
12323    }
12324    if (n) {
12325      if (gvp == (char*)G__PVOID) {
12326        delete[] (TContextMenu*) soff;
12327      } else {
12328        G__setgvp((long) G__PVOID);
12329        for (int i = n - 1; i >= 0; --i) {
12330          ((TContextMenu*) (soff+(sizeof(TContextMenu)*i)))->~G__TTContextMenu();
12331        }
12332        G__setgvp((long)gvp);
12333      }
12334    } else {
12335      if (gvp == (char*)G__PVOID) {
12336        delete (TContextMenu*) soff;
12337      } else {
12338        G__setgvp((long) G__PVOID);
12339        ((TContextMenu*) (soff))->~G__TTContextMenu();
12340        G__setgvp((long)gvp);
12341      }
12342    }
12343    G__setnull(result7);
12344    return(1 || funcname || hash || result7 || libp) ;
12345 }
12346 
12347 
12348 /* TBuffer3D */
12349 static int G__G__Base1_137_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12350 {
12351       G__letint(result7, 104, (long) TBuffer3D::GetCSLevel());
12352    return(1 || funcname || hash || result7 || libp) ;
12353 }
12354 
12355 static int G__G__Base1_137_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12356 {
12357       TBuffer3D::IncCSLevel();
12358       G__setnull(result7);
12359    return(1 || funcname || hash || result7 || libp) ;
12360 }
12361 
12362 static int G__G__Base1_137_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12363 {
12364       G__letint(result7, 104, (long) TBuffer3D::DecCSLevel());
12365    return(1 || funcname || hash || result7 || libp) ;
12366 }
12367 
12368 static int G__G__Base1_137_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12369 {
12370    TBuffer3D* p = NULL;
12371    char* gvp = (char*) G__getgvp();
12372    switch (libp->paran) {
12373    case 7:
12374      //m: 7
12375      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12376        p = new TBuffer3D(
12377 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12378 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12379 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
12380 , (UInt_t) G__int(libp->para[6]));
12381      } else {
12382        p = new((void*) gvp) TBuffer3D(
12383 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12384 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12385 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
12386 , (UInt_t) G__int(libp->para[6]));
12387      }
12388      break;
12389    case 6:
12390      //m: 6
12391      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12392        p = new TBuffer3D(
12393 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12394 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12395 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
12396      } else {
12397        p = new((void*) gvp) TBuffer3D(
12398 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12399 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12400 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
12401      }
12402      break;
12403    case 5:
12404      //m: 5
12405      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12406        p = new TBuffer3D(
12407 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12408 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12409 , (UInt_t) G__int(libp->para[4]));
12410      } else {
12411        p = new((void*) gvp) TBuffer3D(
12412 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12413 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12414 , (UInt_t) G__int(libp->para[4]));
12415      }
12416      break;
12417    case 4:
12418      //m: 4
12419      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12420        p = new TBuffer3D(
12421 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12422 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12423      } else {
12424        p = new((void*) gvp) TBuffer3D(
12425 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12426 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12427      }
12428      break;
12429    case 3:
12430      //m: 3
12431      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12432        p = new TBuffer3D(
12433 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12434 , (UInt_t) G__int(libp->para[2]));
12435      } else {
12436        p = new((void*) gvp) TBuffer3D(
12437 (Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12438 , (UInt_t) G__int(libp->para[2]));
12439      }
12440      break;
12441    case 2:
12442      //m: 2
12443      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12444        p = new TBuffer3D((Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
12445      } else {
12446        p = new((void*) gvp) TBuffer3D((Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
12447      }
12448      break;
12449    case 1:
12450      //m: 1
12451      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12452        p = new TBuffer3D((Int_t) G__int(libp->para[0]));
12453      } else {
12454        p = new((void*) gvp) TBuffer3D((Int_t) G__int(libp->para[0]));
12455      }
12456      break;
12457    }
12458    result7->obj.i = (long) p;
12459    result7->ref = (long) p;
12460    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D));
12461    return(1 || funcname || hash || result7 || libp) ;
12462 }
12463 
12464 static int G__G__Base1_137_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12465 {
12466       ((TBuffer3D*) G__getstructoffset())->SetSectionsValid((UInt_t) G__int(libp->para[0]));
12467       G__setnull(result7);
12468    return(1 || funcname || hash || result7 || libp) ;
12469 }
12470 
12471 static int G__G__Base1_137_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12472 {
12473       ((TBuffer3D*) G__getstructoffset())->ClearSectionsValid();
12474       G__setnull(result7);
12475    return(1 || funcname || hash || result7 || libp) ;
12476 }
12477 
12478 static int G__G__Base1_137_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12479 {
12480       G__letint(result7, 103, (long) ((const TBuffer3D*) G__getstructoffset())->SectionsValid((UInt_t) G__int(libp->para[0])));
12481    return(1 || funcname || hash || result7 || libp) ;
12482 }
12483 
12484 static int G__G__Base1_137_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12485 {
12486       G__letint(result7, 104, (long) ((const TBuffer3D*) G__getstructoffset())->GetSections((UInt_t) G__int(libp->para[0])));
12487    return(1 || funcname || hash || result7 || libp) ;
12488 }
12489 
12490 static int G__G__Base1_137_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12491 {
12492       ((TBuffer3D*) G__getstructoffset())->SetLocalMasterIdentity();
12493       G__setnull(result7);
12494    return(1 || funcname || hash || result7 || libp) ;
12495 }
12496 
12497 static int G__G__Base1_137_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12498 {
12499       ((TBuffer3D*) G__getstructoffset())->SetAABoundingBox((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12500       G__setnull(result7);
12501    return(1 || funcname || hash || result7 || libp) ;
12502 }
12503 
12504 static int G__G__Base1_137_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12505 {
12506       G__letint(result7, 103, (long) ((TBuffer3D*) G__getstructoffset())->SetRawSizes((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
12507 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12508 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
12509    return(1 || funcname || hash || result7 || libp) ;
12510 }
12511 
12512 static int G__G__Base1_137_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12513 {
12514       G__letint(result7, 104, (long) ((const TBuffer3D*) G__getstructoffset())->NbPnts());
12515    return(1 || funcname || hash || result7 || libp) ;
12516 }
12517 
12518 static int G__G__Base1_137_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12519 {
12520       G__letint(result7, 104, (long) ((const TBuffer3D*) G__getstructoffset())->NbSegs());
12521    return(1 || funcname || hash || result7 || libp) ;
12522 }
12523 
12524 static int G__G__Base1_137_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12525 {
12526       G__letint(result7, 104, (long) ((const TBuffer3D*) G__getstructoffset())->NbPols());
12527    return(1 || funcname || hash || result7 || libp) ;
12528 }
12529 
12530 static int G__G__Base1_137_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12531 {
12532       G__letint(result7, 105, (long) ((const TBuffer3D*) G__getstructoffset())->Type());
12533    return(1 || funcname || hash || result7 || libp) ;
12534 }
12535 
12536 static int G__G__Base1_137_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12537 {
12538       G__letint(result7, 85, (long) TBuffer3D::Class());
12539    return(1 || funcname || hash || result7 || libp) ;
12540 }
12541 
12542 static int G__G__Base1_137_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12543 {
12544       G__letint(result7, 67, (long) TBuffer3D::Class_Name());
12545    return(1 || funcname || hash || result7 || libp) ;
12546 }
12547 
12548 static int G__G__Base1_137_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12549 {
12550       G__letint(result7, 115, (long) TBuffer3D::Class_Version());
12551    return(1 || funcname || hash || result7 || libp) ;
12552 }
12553 
12554 static int G__G__Base1_137_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12555 {
12556       TBuffer3D::Dictionary();
12557       G__setnull(result7);
12558    return(1 || funcname || hash || result7 || libp) ;
12559 }
12560 
12561 static int G__G__Base1_137_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12562 {
12563       ((TBuffer3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12564       G__setnull(result7);
12565    return(1 || funcname || hash || result7 || libp) ;
12566 }
12567 
12568 static int G__G__Base1_137_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12569 {
12570       G__letint(result7, 67, (long) TBuffer3D::DeclFileName());
12571    return(1 || funcname || hash || result7 || libp) ;
12572 }
12573 
12574 static int G__G__Base1_137_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12575 {
12576       G__letint(result7, 105, (long) TBuffer3D::ImplFileLine());
12577    return(1 || funcname || hash || result7 || libp) ;
12578 }
12579 
12580 static int G__G__Base1_137_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12581 {
12582       G__letint(result7, 67, (long) TBuffer3D::ImplFileName());
12583    return(1 || funcname || hash || result7 || libp) ;
12584 }
12585 
12586 static int G__G__Base1_137_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12587 {
12588       G__letint(result7, 105, (long) TBuffer3D::DeclFileLine());
12589    return(1 || funcname || hash || result7 || libp) ;
12590 }
12591 
12592 // automatic destructor
12593 typedef TBuffer3D G__TTBuffer3D;
12594 static int G__G__Base1_137_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12595 {
12596    char* gvp = (char*) G__getgvp();
12597    long soff = G__getstructoffset();
12598    int n = G__getaryconstruct();
12599    //
12600    //has_a_delete: 1
12601    //has_own_delete1arg: 0
12602    //has_own_delete2arg: 0
12603    //
12604    if (!soff) {
12605      return(1);
12606    }
12607    if (n) {
12608      if (gvp == (char*)G__PVOID) {
12609        delete[] (TBuffer3D*) soff;
12610      } else {
12611        G__setgvp((long) G__PVOID);
12612        for (int i = n - 1; i >= 0; --i) {
12613          ((TBuffer3D*) (soff+(sizeof(TBuffer3D)*i)))->~G__TTBuffer3D();
12614        }
12615        G__setgvp((long)gvp);
12616      }
12617    } else {
12618      if (gvp == (char*)G__PVOID) {
12619        delete (TBuffer3D*) soff;
12620      } else {
12621        G__setgvp((long) G__PVOID);
12622        ((TBuffer3D*) (soff))->~G__TTBuffer3D();
12623        G__setgvp((long)gvp);
12624      }
12625    }
12626    G__setnull(result7);
12627    return(1 || funcname || hash || result7 || libp) ;
12628 }
12629 
12630 
12631 /* TCanvasImp */
12632 static int G__G__Base1_147_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12633 {
12634    TCanvasImp* p = NULL;
12635    char* gvp = (char*) G__getgvp();
12636    switch (libp->paran) {
12637    case 1:
12638      //m: 1
12639      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12640        p = new TCanvasImp((TCanvas*) G__int(libp->para[0]));
12641      } else {
12642        p = new((void*) gvp) TCanvasImp((TCanvas*) G__int(libp->para[0]));
12643      }
12644      break;
12645    case 0:
12646      int n = G__getaryconstruct();
12647      if (n) {
12648        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12649          p = new TCanvasImp[n];
12650        } else {
12651          p = new((void*) gvp) TCanvasImp[n];
12652        }
12653      } else {
12654        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12655          p = new TCanvasImp;
12656        } else {
12657          p = new((void*) gvp) TCanvasImp;
12658        }
12659      }
12660      break;
12661    }
12662    result7->obj.i = (long) p;
12663    result7->ref = (long) p;
12664    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp));
12665    return(1 || funcname || hash || result7 || libp) ;
12666 }
12667 
12668 static int G__G__Base1_147_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12669 {
12670    TCanvasImp* p = NULL;
12671    char* gvp = (char*) G__getgvp();
12672    //m: 4
12673    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12674      p = new TCanvasImp(
12675 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12676 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12677    } else {
12678      p = new((void*) gvp) TCanvasImp(
12679 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12680 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12681    }
12682    result7->obj.i = (long) p;
12683    result7->ref = (long) p;
12684    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp));
12685    return(1 || funcname || hash || result7 || libp) ;
12686 }
12687 
12688 static int G__G__Base1_147_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12689 {
12690    TCanvasImp* p = NULL;
12691    char* gvp = (char*) G__getgvp();
12692    //m: 6
12693    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12694      p = new TCanvasImp(
12695 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12696 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12697 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
12698    } else {
12699      p = new((void*) gvp) TCanvasImp(
12700 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12701 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12702 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
12703    }
12704    result7->obj.i = (long) p;
12705    result7->ref = (long) p;
12706    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp));
12707    return(1 || funcname || hash || result7 || libp) ;
12708 }
12709 
12710 static int G__G__Base1_147_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12711 {
12712       G__letint(result7, 85, (long) ((const TCanvasImp*) G__getstructoffset())->Canvas());
12713    return(1 || funcname || hash || result7 || libp) ;
12714 }
12715 
12716 static int G__G__Base1_147_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12717 {
12718       ((TCanvasImp*) G__getstructoffset())->Close();
12719       G__setnull(result7);
12720    return(1 || funcname || hash || result7 || libp) ;
12721 }
12722 
12723 static int G__G__Base1_147_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12724 {
12725       ((TCanvasImp*) G__getstructoffset())->ForceUpdate();
12726       G__setnull(result7);
12727    return(1 || funcname || hash || result7 || libp) ;
12728 }
12729 
12730 static int G__G__Base1_147_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12731 {
12732       G__letint(result7, 104, (long) ((TCanvasImp*) G__getstructoffset())->GetWindowGeometry(*(Int_t*) G__Intref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
12733 , *(UInt_t*) G__UIntref(&libp->para[2]), *(UInt_t*) G__UIntref(&libp->para[3])));
12734    return(1 || funcname || hash || result7 || libp) ;
12735 }
12736 
12737 static int G__G__Base1_147_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12738 {
12739       ((TCanvasImp*) G__getstructoffset())->Iconify();
12740       G__setnull(result7);
12741    return(1 || funcname || hash || result7 || libp) ;
12742 }
12743 
12744 static int G__G__Base1_147_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12745 {
12746       G__letint(result7, 105, (long) ((TCanvasImp*) G__getstructoffset())->InitWindow());
12747    return(1 || funcname || hash || result7 || libp) ;
12748 }
12749 
12750 static int G__G__Base1_147_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12751 {
12752    switch (libp->paran) {
12753    case 2:
12754       ((TCanvasImp*) G__getstructoffset())->SetStatusText((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
12755       G__setnull(result7);
12756       break;
12757    case 1:
12758       ((TCanvasImp*) G__getstructoffset())->SetStatusText((const char*) G__int(libp->para[0]));
12759       G__setnull(result7);
12760       break;
12761    case 0:
12762       ((TCanvasImp*) G__getstructoffset())->SetStatusText();
12763       G__setnull(result7);
12764       break;
12765    }
12766    return(1 || funcname || hash || result7 || libp) ;
12767 }
12768 
12769 static int G__G__Base1_147_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12770 {
12771       ((TCanvasImp*) G__getstructoffset())->SetWindowPosition((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
12772       G__setnull(result7);
12773    return(1 || funcname || hash || result7 || libp) ;
12774 }
12775 
12776 static int G__G__Base1_147_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12777 {
12778       ((TCanvasImp*) G__getstructoffset())->SetWindowSize((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
12779       G__setnull(result7);
12780    return(1 || funcname || hash || result7 || libp) ;
12781 }
12782 
12783 static int G__G__Base1_147_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12784 {
12785       ((TCanvasImp*) G__getstructoffset())->SetWindowTitle((const char*) G__int(libp->para[0]));
12786       G__setnull(result7);
12787    return(1 || funcname || hash || result7 || libp) ;
12788 }
12789 
12790 static int G__G__Base1_147_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12791 {
12792       ((TCanvasImp*) G__getstructoffset())->SetCanvasSize((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
12793       G__setnull(result7);
12794    return(1 || funcname || hash || result7 || libp) ;
12795 }
12796 
12797 static int G__G__Base1_147_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12798 {
12799       ((TCanvasImp*) G__getstructoffset())->Show();
12800       G__setnull(result7);
12801    return(1 || funcname || hash || result7 || libp) ;
12802 }
12803 
12804 static int G__G__Base1_147_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12805 {
12806    switch (libp->paran) {
12807    case 1:
12808       ((TCanvasImp*) G__getstructoffset())->ShowMenuBar((Bool_t) G__int(libp->para[0]));
12809       G__setnull(result7);
12810       break;
12811    case 0:
12812       ((TCanvasImp*) G__getstructoffset())->ShowMenuBar();
12813       G__setnull(result7);
12814       break;
12815    }
12816    return(1 || funcname || hash || result7 || libp) ;
12817 }
12818 
12819 static int G__G__Base1_147_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12820 {
12821    switch (libp->paran) {
12822    case 1:
12823       ((TCanvasImp*) G__getstructoffset())->ShowStatusBar((Bool_t) G__int(libp->para[0]));
12824       G__setnull(result7);
12825       break;
12826    case 0:
12827       ((TCanvasImp*) G__getstructoffset())->ShowStatusBar();
12828       G__setnull(result7);
12829       break;
12830    }
12831    return(1 || funcname || hash || result7 || libp) ;
12832 }
12833 
12834 static int G__G__Base1_147_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12835 {
12836       ((TCanvasImp*) G__getstructoffset())->RaiseWindow();
12837       G__setnull(result7);
12838    return(1 || funcname || hash || result7 || libp) ;
12839 }
12840 
12841 static int G__G__Base1_147_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12842 {
12843       ((TCanvasImp*) G__getstructoffset())->ReallyDelete();
12844       G__setnull(result7);
12845    return(1 || funcname || hash || result7 || libp) ;
12846 }
12847 
12848 static int G__G__Base1_147_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12849 {
12850    switch (libp->paran) {
12851    case 1:
12852       ((TCanvasImp*) G__getstructoffset())->ShowEditor((Bool_t) G__int(libp->para[0]));
12853       G__setnull(result7);
12854       break;
12855    case 0:
12856       ((TCanvasImp*) G__getstructoffset())->ShowEditor();
12857       G__setnull(result7);
12858       break;
12859    }
12860    return(1 || funcname || hash || result7 || libp) ;
12861 }
12862 
12863 static int G__G__Base1_147_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12864 {
12865    switch (libp->paran) {
12866    case 1:
12867       ((TCanvasImp*) G__getstructoffset())->ShowToolBar((Bool_t) G__int(libp->para[0]));
12868       G__setnull(result7);
12869       break;
12870    case 0:
12871       ((TCanvasImp*) G__getstructoffset())->ShowToolBar();
12872       G__setnull(result7);
12873       break;
12874    }
12875    return(1 || funcname || hash || result7 || libp) ;
12876 }
12877 
12878 static int G__G__Base1_147_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12879 {
12880    switch (libp->paran) {
12881    case 1:
12882       ((TCanvasImp*) G__getstructoffset())->ShowToolTips((Bool_t) G__int(libp->para[0]));
12883       G__setnull(result7);
12884       break;
12885    case 0:
12886       ((TCanvasImp*) G__getstructoffset())->ShowToolTips();
12887       G__setnull(result7);
12888       break;
12889    }
12890    return(1 || funcname || hash || result7 || libp) ;
12891 }
12892 
12893 static int G__G__Base1_147_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12894 {
12895       G__letint(result7, 103, (long) ((const TCanvasImp*) G__getstructoffset())->HasEditor());
12896    return(1 || funcname || hash || result7 || libp) ;
12897 }
12898 
12899 static int G__G__Base1_147_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12900 {
12901       G__letint(result7, 103, (long) ((const TCanvasImp*) G__getstructoffset())->HasMenuBar());
12902    return(1 || funcname || hash || result7 || libp) ;
12903 }
12904 
12905 static int G__G__Base1_147_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12906 {
12907       G__letint(result7, 103, (long) ((const TCanvasImp*) G__getstructoffset())->HasStatusBar());
12908    return(1 || funcname || hash || result7 || libp) ;
12909 }
12910 
12911 static int G__G__Base1_147_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12912 {
12913       G__letint(result7, 103, (long) ((const TCanvasImp*) G__getstructoffset())->HasToolBar());
12914    return(1 || funcname || hash || result7 || libp) ;
12915 }
12916 
12917 static int G__G__Base1_147_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12918 {
12919       G__letint(result7, 103, (long) ((const TCanvasImp*) G__getstructoffset())->HasToolTips());
12920    return(1 || funcname || hash || result7 || libp) ;
12921 }
12922 
12923 static int G__G__Base1_147_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12924 {
12925       G__letint(result7, 85, (long) TCanvasImp::Class());
12926    return(1 || funcname || hash || result7 || libp) ;
12927 }
12928 
12929 static int G__G__Base1_147_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12930 {
12931       G__letint(result7, 67, (long) TCanvasImp::Class_Name());
12932    return(1 || funcname || hash || result7 || libp) ;
12933 }
12934 
12935 static int G__G__Base1_147_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12936 {
12937       G__letint(result7, 115, (long) TCanvasImp::Class_Version());
12938    return(1 || funcname || hash || result7 || libp) ;
12939 }
12940 
12941 static int G__G__Base1_147_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12942 {
12943       TCanvasImp::Dictionary();
12944       G__setnull(result7);
12945    return(1 || funcname || hash || result7 || libp) ;
12946 }
12947 
12948 static int G__G__Base1_147_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12949 {
12950       G__letint(result7, 85, (long) ((const TCanvasImp*) G__getstructoffset())->IsA());
12951    return(1 || funcname || hash || result7 || libp) ;
12952 }
12953 
12954 static int G__G__Base1_147_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12955 {
12956       ((TCanvasImp*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
12957       G__setnull(result7);
12958    return(1 || funcname || hash || result7 || libp) ;
12959 }
12960 
12961 static int G__G__Base1_147_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12962 {
12963       ((TCanvasImp*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
12964       G__setnull(result7);
12965    return(1 || funcname || hash || result7 || libp) ;
12966 }
12967 
12968 static int G__G__Base1_147_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12969 {
12970       ((TCanvasImp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12971       G__setnull(result7);
12972    return(1 || funcname || hash || result7 || libp) ;
12973 }
12974 
12975 static int G__G__Base1_147_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12976 {
12977       G__letint(result7, 67, (long) TCanvasImp::DeclFileName());
12978    return(1 || funcname || hash || result7 || libp) ;
12979 }
12980 
12981 static int G__G__Base1_147_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12982 {
12983       G__letint(result7, 105, (long) TCanvasImp::ImplFileLine());
12984    return(1 || funcname || hash || result7 || libp) ;
12985 }
12986 
12987 static int G__G__Base1_147_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12988 {
12989       G__letint(result7, 67, (long) TCanvasImp::ImplFileName());
12990    return(1 || funcname || hash || result7 || libp) ;
12991 }
12992 
12993 static int G__G__Base1_147_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12994 {
12995       G__letint(result7, 105, (long) TCanvasImp::DeclFileLine());
12996    return(1 || funcname || hash || result7 || libp) ;
12997 }
12998 
12999 // automatic destructor
13000 typedef TCanvasImp G__TTCanvasImp;
13001 static int G__G__Base1_147_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13002 {
13003    char* gvp = (char*) G__getgvp();
13004    long soff = G__getstructoffset();
13005    int n = G__getaryconstruct();
13006    //
13007    //has_a_delete: 0
13008    //has_own_delete1arg: 0
13009    //has_own_delete2arg: 0
13010    //
13011    if (!soff) {
13012      return(1);
13013    }
13014    if (n) {
13015      if (gvp == (char*)G__PVOID) {
13016        delete[] (TCanvasImp*) soff;
13017      } else {
13018        G__setgvp((long) G__PVOID);
13019        for (int i = n - 1; i >= 0; --i) {
13020          ((TCanvasImp*) (soff+(sizeof(TCanvasImp)*i)))->~G__TTCanvasImp();
13021        }
13022        G__setgvp((long)gvp);
13023      }
13024    } else {
13025      if (gvp == (char*)G__PVOID) {
13026        delete (TCanvasImp*) soff;
13027      } else {
13028        G__setgvp((long) G__PVOID);
13029        ((TCanvasImp*) (soff))->~G__TTCanvasImp();
13030        G__setgvp((long)gvp);
13031      }
13032    }
13033    G__setnull(result7);
13034    return(1 || funcname || hash || result7 || libp) ;
13035 }
13036 
13037 
13038 /* TColor */
13039 static int G__G__Base1_150_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13040 {
13041    TColor* p = NULL;
13042    char* gvp = (char*) G__getgvp();
13043    int n = G__getaryconstruct();
13044    if (n) {
13045      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13046        p = new TColor[n];
13047      } else {
13048        p = new((void*) gvp) TColor[n];
13049      }
13050    } else {
13051      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13052        p = new TColor;
13053      } else {
13054        p = new((void*) gvp) TColor;
13055      }
13056    }
13057    result7->obj.i = (long) p;
13058    result7->ref = (long) p;
13059    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TColor));
13060    return(1 || funcname || hash || result7 || libp) ;
13061 }
13062 
13063 static int G__G__Base1_150_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13064 {
13065    TColor* p = NULL;
13066    char* gvp = (char*) G__getgvp();
13067    switch (libp->paran) {
13068    case 6:
13069      //m: 6
13070      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13071        p = new TColor(
13072 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
13073 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
13074 , (const char*) G__int(libp->para[4]), (Float_t) G__double(libp->para[5]));
13075      } else {
13076        p = new((void*) gvp) TColor(
13077 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
13078 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
13079 , (const char*) G__int(libp->para[4]), (Float_t) G__double(libp->para[5]));
13080      }
13081      break;
13082    case 5:
13083      //m: 5
13084      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13085        p = new TColor(
13086 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
13087 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
13088 , (const char*) G__int(libp->para[4]));
13089      } else {
13090        p = new((void*) gvp) TColor(
13091 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
13092 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
13093 , (const char*) G__int(libp->para[4]));
13094      }
13095      break;
13096    case 4:
13097      //m: 4
13098      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13099        p = new TColor(
13100 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
13101 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
13102      } else {
13103        p = new((void*) gvp) TColor(
13104 (Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
13105 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
13106      }
13107      break;
13108    }
13109    result7->obj.i = (long) p;
13110    result7->ref = (long) p;
13111    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TColor));
13112    return(1 || funcname || hash || result7 || libp) ;
13113 }
13114 
13115 static int G__G__Base1_150_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13116 {
13117    TColor* p = NULL;
13118    char* gvp = (char*) G__getgvp();
13119    //m: 1
13120    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13121      p = new TColor(*(TColor*) libp->para[0].ref);
13122    } else {
13123      p = new((void*) gvp) TColor(*(TColor*) libp->para[0].ref);
13124    }
13125    result7->obj.i = (long) p;
13126    result7->ref = (long) p;
13127    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TColor));
13128    return(1 || funcname || hash || result7 || libp) ;
13129 }
13130 
13131 static int G__G__Base1_150_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13132 {
13133       G__letint(result7, 67, (long) ((const TColor*) G__getstructoffset())->AsHexString());
13134    return(1 || funcname || hash || result7 || libp) ;
13135 }
13136 
13137 static int G__G__Base1_150_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13138 {
13139       TColor::CreateColorWheel();
13140       G__setnull(result7);
13141    return(1 || funcname || hash || result7 || libp) ;
13142 }
13143 
13144 static int G__G__Base1_150_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13145 {
13146       TColor::CreateColorsGray();
13147       G__setnull(result7);
13148    return(1 || funcname || hash || result7 || libp) ;
13149 }
13150 
13151 static int G__G__Base1_150_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13152 {
13153       TColor::CreateColorsCircle((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13154 , (UChar_t*) G__int(libp->para[2]));
13155       G__setnull(result7);
13156    return(1 || funcname || hash || result7 || libp) ;
13157 }
13158 
13159 static int G__G__Base1_150_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13160 {
13161       TColor::CreateColorsRectangle((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13162 , (UChar_t*) G__int(libp->para[2]));
13163       G__setnull(result7);
13164    return(1 || funcname || hash || result7 || libp) ;
13165 }
13166 
13167 static int G__G__Base1_150_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13168 {
13169       G__letint(result7, 105, (long) TColor::CreateGradientColorTable((UInt_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13170 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
13171 , (Double_t*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
13172    return(1 || funcname || hash || result7 || libp) ;
13173 }
13174 
13175 static int G__G__Base1_150_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13176 {
13177       G__letint(result7, 105, (long) TColor::GetColorPalette((Int_t) G__int(libp->para[0])));
13178    return(1 || funcname || hash || result7 || libp) ;
13179 }
13180 
13181 static int G__G__Base1_150_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13182 {
13183       G__letint(result7, 105, (long) TColor::GetNumberOfColors());
13184    return(1 || funcname || hash || result7 || libp) ;
13185 }
13186 
13187 static int G__G__Base1_150_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13188 {
13189       ((const TColor*) G__getstructoffset())->GetRGB(*(Float_t*) G__Floatref(&libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1])
13190 , *(Float_t*) G__Floatref(&libp->para[2]));
13191       G__setnull(result7);
13192    return(1 || funcname || hash || result7 || libp) ;
13193 }
13194 
13195 static int G__G__Base1_150_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13196 {
13197       ((const TColor*) G__getstructoffset())->GetHLS(*(Float_t*) G__Floatref(&libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1])
13198 , *(Float_t*) G__Floatref(&libp->para[2]));
13199       G__setnull(result7);
13200    return(1 || funcname || hash || result7 || libp) ;
13201 }
13202 
13203 static int G__G__Base1_150_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13204 {
13205       G__letint(result7, 105, (long) ((const TColor*) G__getstructoffset())->GetNumber());
13206    return(1 || funcname || hash || result7 || libp) ;
13207 }
13208 
13209 static int G__G__Base1_150_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13210 {
13211       G__letint(result7, 107, (long) ((const TColor*) G__getstructoffset())->GetPixel());
13212    return(1 || funcname || hash || result7 || libp) ;
13213 }
13214 
13215 static int G__G__Base1_150_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13216 {
13217       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetRed());
13218    return(1 || funcname || hash || result7 || libp) ;
13219 }
13220 
13221 static int G__G__Base1_150_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13222 {
13223       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetGreen());
13224    return(1 || funcname || hash || result7 || libp) ;
13225 }
13226 
13227 static int G__G__Base1_150_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13228 {
13229       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetBlue());
13230    return(1 || funcname || hash || result7 || libp) ;
13231 }
13232 
13233 static int G__G__Base1_150_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13234 {
13235       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetHue());
13236    return(1 || funcname || hash || result7 || libp) ;
13237 }
13238 
13239 static int G__G__Base1_150_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13240 {
13241       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetLight());
13242    return(1 || funcname || hash || result7 || libp) ;
13243 }
13244 
13245 static int G__G__Base1_150_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13246 {
13247       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetSaturation());
13248    return(1 || funcname || hash || result7 || libp) ;
13249 }
13250 
13251 static int G__G__Base1_150_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13252 {
13253       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetAlpha());
13254    return(1 || funcname || hash || result7 || libp) ;
13255 }
13256 
13257 static int G__G__Base1_150_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13258 {
13259       G__letdouble(result7, 102, (double) ((const TColor*) G__getstructoffset())->GetGrayscale());
13260    return(1 || funcname || hash || result7 || libp) ;
13261 }
13262 
13263 static int G__G__Base1_150_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13264 {
13265       ((TColor*) G__getstructoffset())->SetRGB((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13266 , (Float_t) G__double(libp->para[2]));
13267       G__setnull(result7);
13268    return(1 || funcname || hash || result7 || libp) ;
13269 }
13270 
13271 static int G__G__Base1_150_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13272 {
13273       TColor::InitializeColors();
13274       G__setnull(result7);
13275    return(1 || funcname || hash || result7 || libp) ;
13276 }
13277 
13278 static int G__G__Base1_150_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13279 {
13280       TColor::HLS2RGB((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13281 , (Float_t) G__double(libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3])
13282 , *(Float_t*) G__Floatref(&libp->para[4]), *(Float_t*) G__Floatref(&libp->para[5]));
13283       G__setnull(result7);
13284    return(1 || funcname || hash || result7 || libp) ;
13285 }
13286 
13287 static int G__G__Base1_150_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13288 {
13289       TColor::HLS2RGB((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13290 , (Int_t) G__int(libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
13291 , *(Int_t*) G__Intref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5]));
13292       G__setnull(result7);
13293    return(1 || funcname || hash || result7 || libp) ;
13294 }
13295 
13296 static int G__G__Base1_150_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13297 {
13298       TColor::HLStoRGB((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13299 , (Float_t) G__double(libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3])
13300 , *(Float_t*) G__Floatref(&libp->para[4]), *(Float_t*) G__Floatref(&libp->para[5]));
13301       G__setnull(result7);
13302    return(1 || funcname || hash || result7 || libp) ;
13303 }
13304 
13305 static int G__G__Base1_150_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13306 {
13307       TColor::HSV2RGB((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13308 , (Float_t) G__double(libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3])
13309 , *(Float_t*) G__Floatref(&libp->para[4]), *(Float_t*) G__Floatref(&libp->para[5]));
13310       G__setnull(result7);
13311    return(1 || funcname || hash || result7 || libp) ;
13312 }
13313 
13314 static int G__G__Base1_150_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13315 {
13316       TColor::RGB2HLS((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13317 , (Float_t) G__double(libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3])
13318 , *(Float_t*) G__Floatref(&libp->para[4]), *(Float_t*) G__Floatref(&libp->para[5]));
13319       G__setnull(result7);
13320    return(1 || funcname || hash || result7 || libp) ;
13321 }
13322 
13323 static int G__G__Base1_150_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13324 {
13325       TColor::RGB2HLS((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13326 , (Int_t) G__int(libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
13327 , *(Int_t*) G__Intref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5]));
13328       G__setnull(result7);
13329    return(1 || funcname || hash || result7 || libp) ;
13330 }
13331 
13332 static int G__G__Base1_150_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13333 {
13334       TColor::RGBtoHLS((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13335 , (Float_t) G__double(libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3])
13336 , *(Float_t*) G__Floatref(&libp->para[4]), *(Float_t*) G__Floatref(&libp->para[5]));
13337       G__setnull(result7);
13338    return(1 || funcname || hash || result7 || libp) ;
13339 }
13340 
13341 static int G__G__Base1_150_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13342 {
13343       TColor::RGB2HSV((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13344 , (Float_t) G__double(libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3])
13345 , *(Float_t*) G__Floatref(&libp->para[4]), *(Float_t*) G__Floatref(&libp->para[5]));
13346       G__setnull(result7);
13347    return(1 || funcname || hash || result7 || libp) ;
13348 }
13349 
13350 static int G__G__Base1_150_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13351 {
13352       G__letint(result7, 105, (long) TColor::GetColor((const char*) G__int(libp->para[0])));
13353    return(1 || funcname || hash || result7 || libp) ;
13354 }
13355 
13356 static int G__G__Base1_150_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13357 {
13358       G__letint(result7, 105, (long) TColor::GetColor((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13359 , (Float_t) G__double(libp->para[2])));
13360    return(1 || funcname || hash || result7 || libp) ;
13361 }
13362 
13363 static int G__G__Base1_150_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13364 {
13365       G__letint(result7, 105, (long) TColor::GetColor((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13366 , (Int_t) G__int(libp->para[2])));
13367    return(1 || funcname || hash || result7 || libp) ;
13368 }
13369 
13370 static int G__G__Base1_150_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13371 {
13372       G__letint(result7, 105, (long) TColor::GetColor((ULong_t) G__int(libp->para[0])));
13373    return(1 || funcname || hash || result7 || libp) ;
13374 }
13375 
13376 static int G__G__Base1_150_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13377 {
13378       G__letint(result7, 105, (long) TColor::GetColorBright((Int_t) G__int(libp->para[0])));
13379    return(1 || funcname || hash || result7 || libp) ;
13380 }
13381 
13382 static int G__G__Base1_150_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13383 {
13384       G__letint(result7, 105, (long) TColor::GetColorDark((Int_t) G__int(libp->para[0])));
13385    return(1 || funcname || hash || result7 || libp) ;
13386 }
13387 
13388 static int G__G__Base1_150_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13389 {
13390       G__letint(result7, 107, (long) TColor::Number2Pixel((Int_t) G__int(libp->para[0])));
13391    return(1 || funcname || hash || result7 || libp) ;
13392 }
13393 
13394 static int G__G__Base1_150_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13395 {
13396       G__letint(result7, 107, (long) TColor::RGB2Pixel((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13397 , (Int_t) G__int(libp->para[2])));
13398    return(1 || funcname || hash || result7 || libp) ;
13399 }
13400 
13401 static int G__G__Base1_150_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13402 {
13403       G__letint(result7, 107, (long) TColor::RGB2Pixel((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
13404 , (Float_t) G__double(libp->para[2])));
13405    return(1 || funcname || hash || result7 || libp) ;
13406 }
13407 
13408 static int G__G__Base1_150_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13409 {
13410       TColor::Pixel2RGB((ULong_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
13411 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3]));
13412       G__setnull(result7);
13413    return(1 || funcname || hash || result7 || libp) ;
13414 }
13415 
13416 static int G__G__Base1_150_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13417 {
13418       TColor::Pixel2RGB((ULong_t) G__int(libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1])
13419 , *(Float_t*) G__Floatref(&libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3]));
13420       G__setnull(result7);
13421    return(1 || funcname || hash || result7 || libp) ;
13422 }
13423 
13424 static int G__G__Base1_150_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13425 {
13426       G__letint(result7, 67, (long) TColor::PixelAsHexString((ULong_t) G__int(libp->para[0])));
13427    return(1 || funcname || hash || result7 || libp) ;
13428 }
13429 
13430 static int G__G__Base1_150_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13431 {
13432       TColor::SaveColor(*(ostream*) libp->para[0].ref, (Int_t) G__int(libp->para[1]));
13433       G__setnull(result7);
13434    return(1 || funcname || hash || result7 || libp) ;
13435 }
13436 
13437 static int G__G__Base1_150_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13438 {
13439       G__letint(result7, 103, (long) TColor::IsGrayscale());
13440    return(1 || funcname || hash || result7 || libp) ;
13441 }
13442 
13443 static int G__G__Base1_150_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13444 {
13445    switch (libp->paran) {
13446    case 1:
13447       TColor::SetGrayscale((Bool_t) G__int(libp->para[0]));
13448       G__setnull(result7);
13449       break;
13450    case 0:
13451       TColor::SetGrayscale();
13452       G__setnull(result7);
13453       break;
13454    }
13455    return(1 || funcname || hash || result7 || libp) ;
13456 }
13457 
13458 static int G__G__Base1_150_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13459 {
13460       TColor::SetPalette((Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1]));
13461       G__setnull(result7);
13462    return(1 || funcname || hash || result7 || libp) ;
13463 }
13464 
13465 static int G__G__Base1_150_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13466 {
13467       G__letint(result7, 85, (long) TColor::Class());
13468    return(1 || funcname || hash || result7 || libp) ;
13469 }
13470 
13471 static int G__G__Base1_150_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13472 {
13473       G__letint(result7, 67, (long) TColor::Class_Name());
13474    return(1 || funcname || hash || result7 || libp) ;
13475 }
13476 
13477 static int G__G__Base1_150_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13478 {
13479       G__letint(result7, 115, (long) TColor::Class_Version());
13480    return(1 || funcname || hash || result7 || libp) ;
13481 }
13482 
13483 static int G__G__Base1_150_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13484 {
13485       TColor::Dictionary();
13486       G__setnull(result7);
13487    return(1 || funcname || hash || result7 || libp) ;
13488 }
13489 
13490 static int G__G__Base1_150_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13491 {
13492       ((TColor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13493       G__setnull(result7);
13494    return(1 || funcname || hash || result7 || libp) ;
13495 }
13496 
13497 static int G__G__Base1_150_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13498 {
13499       G__letint(result7, 67, (long) TColor::DeclFileName());
13500    return(1 || funcname || hash || result7 || libp) ;
13501 }
13502 
13503 static int G__G__Base1_150_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13504 {
13505       G__letint(result7, 105, (long) TColor::ImplFileLine());
13506    return(1 || funcname || hash || result7 || libp) ;
13507 }
13508 
13509 static int G__G__Base1_150_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13510 {
13511       G__letint(result7, 67, (long) TColor::ImplFileName());
13512    return(1 || funcname || hash || result7 || libp) ;
13513 }
13514 
13515 static int G__G__Base1_150_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13516 {
13517       G__letint(result7, 105, (long) TColor::DeclFileLine());
13518    return(1 || funcname || hash || result7 || libp) ;
13519 }
13520 
13521 // automatic destructor
13522 typedef TColor G__TTColor;
13523 static int G__G__Base1_150_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13524 {
13525    char* gvp = (char*) G__getgvp();
13526    long soff = G__getstructoffset();
13527    int n = G__getaryconstruct();
13528    //
13529    //has_a_delete: 1
13530    //has_own_delete1arg: 0
13531    //has_own_delete2arg: 0
13532    //
13533    if (!soff) {
13534      return(1);
13535    }
13536    if (n) {
13537      if (gvp == (char*)G__PVOID) {
13538        delete[] (TColor*) soff;
13539      } else {
13540        G__setgvp((long) G__PVOID);
13541        for (int i = n - 1; i >= 0; --i) {
13542          ((TColor*) (soff+(sizeof(TColor)*i)))->~G__TTColor();
13543        }
13544        G__setgvp((long)gvp);
13545      }
13546    } else {
13547      if (gvp == (char*)G__PVOID) {
13548        delete (TColor*) soff;
13549      } else {
13550        G__setgvp((long) G__PVOID);
13551        ((TColor*) (soff))->~G__TTColor();
13552        G__setgvp((long)gvp);
13553      }
13554    }
13555    G__setnull(result7);
13556    return(1 || funcname || hash || result7 || libp) ;
13557 }
13558 
13559 // automatic assignment operator
13560 static int G__G__Base1_150_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13561 {
13562    TColor* dest = (TColor*) G__getstructoffset();
13563    *dest = *(TColor*) libp->para[0].ref;
13564    const TColor& obj = *dest;
13565    result7->ref = (long) (&obj);
13566    result7->obj.i = (long) (&obj);
13567    return(1 || funcname || hash || result7 || libp) ;
13568 }
13569 
13570 
13571 /* TContextMenuImp */
13572 static int G__G__Base1_152_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13573 {
13574    TContextMenuImp* p = NULL;
13575    char* gvp = (char*) G__getgvp();
13576    switch (libp->paran) {
13577    case 1:
13578      //m: 1
13579      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13580        p = new TContextMenuImp((TContextMenu*) G__int(libp->para[0]));
13581      } else {
13582        p = new((void*) gvp) TContextMenuImp((TContextMenu*) G__int(libp->para[0]));
13583      }
13584      break;
13585    case 0:
13586      int n = G__getaryconstruct();
13587      if (n) {
13588        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13589          p = new TContextMenuImp[n];
13590        } else {
13591          p = new((void*) gvp) TContextMenuImp[n];
13592        }
13593      } else {
13594        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13595          p = new TContextMenuImp;
13596        } else {
13597          p = new((void*) gvp) TContextMenuImp;
13598        }
13599      }
13600      break;
13601    }
13602    result7->obj.i = (long) p;
13603    result7->ref = (long) p;
13604    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp));
13605    return(1 || funcname || hash || result7 || libp) ;
13606 }
13607 
13608 static int G__G__Base1_152_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13609 {
13610       G__letint(result7, 85, (long) ((const TContextMenuImp*) G__getstructoffset())->GetContextMenu());
13611    return(1 || funcname || hash || result7 || libp) ;
13612 }
13613 
13614 static int G__G__Base1_152_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13615 {
13616       ((TContextMenuImp*) G__getstructoffset())->Dialog((TObject*) G__int(libp->para[0]), (TFunction*) G__int(libp->para[1]));
13617       G__setnull(result7);
13618    return(1 || funcname || hash || result7 || libp) ;
13619 }
13620 
13621 static int G__G__Base1_152_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13622 {
13623       ((TContextMenuImp*) G__getstructoffset())->Dialog((TObject*) G__int(libp->para[0]), (TMethod*) G__int(libp->para[1]));
13624       G__setnull(result7);
13625    return(1 || funcname || hash || result7 || libp) ;
13626 }
13627 
13628 static int G__G__Base1_152_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13629 {
13630       ((TContextMenuImp*) G__getstructoffset())->DisplayPopup((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
13631       G__setnull(result7);
13632    return(1 || funcname || hash || result7 || libp) ;
13633 }
13634 
13635 static int G__G__Base1_152_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13636 {
13637       G__letint(result7, 85, (long) TContextMenuImp::Class());
13638    return(1 || funcname || hash || result7 || libp) ;
13639 }
13640 
13641 static int G__G__Base1_152_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13642 {
13643       G__letint(result7, 67, (long) TContextMenuImp::Class_Name());
13644    return(1 || funcname || hash || result7 || libp) ;
13645 }
13646 
13647 static int G__G__Base1_152_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13648 {
13649       G__letint(result7, 115, (long) TContextMenuImp::Class_Version());
13650    return(1 || funcname || hash || result7 || libp) ;
13651 }
13652 
13653 static int G__G__Base1_152_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13654 {
13655       TContextMenuImp::Dictionary();
13656       G__setnull(result7);
13657    return(1 || funcname || hash || result7 || libp) ;
13658 }
13659 
13660 static int G__G__Base1_152_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13661 {
13662       G__letint(result7, 85, (long) ((const TContextMenuImp*) G__getstructoffset())->IsA());
13663    return(1 || funcname || hash || result7 || libp) ;
13664 }
13665 
13666 static int G__G__Base1_152_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13667 {
13668       ((TContextMenuImp*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
13669       G__setnull(result7);
13670    return(1 || funcname || hash || result7 || libp) ;
13671 }
13672 
13673 static int G__G__Base1_152_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13674 {
13675       ((TContextMenuImp*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
13676       G__setnull(result7);
13677    return(1 || funcname || hash || result7 || libp) ;
13678 }
13679 
13680 static int G__G__Base1_152_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13681 {
13682       ((TContextMenuImp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13683       G__setnull(result7);
13684    return(1 || funcname || hash || result7 || libp) ;
13685 }
13686 
13687 static int G__G__Base1_152_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13688 {
13689       G__letint(result7, 67, (long) TContextMenuImp::DeclFileName());
13690    return(1 || funcname || hash || result7 || libp) ;
13691 }
13692 
13693 static int G__G__Base1_152_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13694 {
13695       G__letint(result7, 105, (long) TContextMenuImp::ImplFileLine());
13696    return(1 || funcname || hash || result7 || libp) ;
13697 }
13698 
13699 static int G__G__Base1_152_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13700 {
13701       G__letint(result7, 67, (long) TContextMenuImp::ImplFileName());
13702    return(1 || funcname || hash || result7 || libp) ;
13703 }
13704 
13705 static int G__G__Base1_152_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13706 {
13707       G__letint(result7, 105, (long) TContextMenuImp::DeclFileLine());
13708    return(1 || funcname || hash || result7 || libp) ;
13709 }
13710 
13711 // automatic destructor
13712 typedef TContextMenuImp G__TTContextMenuImp;
13713 static int G__G__Base1_152_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13714 {
13715    char* gvp = (char*) G__getgvp();
13716    long soff = G__getstructoffset();
13717    int n = G__getaryconstruct();
13718    //
13719    //has_a_delete: 0
13720    //has_own_delete1arg: 0
13721    //has_own_delete2arg: 0
13722    //
13723    if (!soff) {
13724      return(1);
13725    }
13726    if (n) {
13727      if (gvp == (char*)G__PVOID) {
13728        delete[] (TContextMenuImp*) soff;
13729      } else {
13730        G__setgvp((long) G__PVOID);
13731        for (int i = n - 1; i >= 0; --i) {
13732          ((TContextMenuImp*) (soff+(sizeof(TContextMenuImp)*i)))->~G__TTContextMenuImp();
13733        }
13734        G__setgvp((long)gvp);
13735      }
13736    } else {
13737      if (gvp == (char*)G__PVOID) {
13738        delete (TContextMenuImp*) soff;
13739      } else {
13740        G__setgvp((long) G__PVOID);
13741        ((TContextMenuImp*) (soff))->~G__TTContextMenuImp();
13742        G__setgvp((long)gvp);
13743      }
13744    }
13745    G__setnull(result7);
13746    return(1 || funcname || hash || result7 || libp) ;
13747 }
13748 
13749 
13750 /* TVirtualPad */
13751 static int G__G__Base1_154_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13752 {
13753       ((TVirtualPad*) G__getstructoffset())->AbsCoordinates((Bool_t) G__int(libp->para[0]));
13754       G__setnull(result7);
13755    return(1 || funcname || hash || result7 || libp) ;
13756 }
13757 
13758 static int G__G__Base1_154_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13759 {
13760       G__letdouble(result7, 100, (double) ((TVirtualPad*) G__getstructoffset())->AbsPixeltoX((Int_t) G__int(libp->para[0])));
13761    return(1 || funcname || hash || result7 || libp) ;
13762 }
13763 
13764 static int G__G__Base1_154_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13765 {
13766       G__letdouble(result7, 100, (double) ((TVirtualPad*) G__getstructoffset())->AbsPixeltoY((Int_t) G__int(libp->para[0])));
13767    return(1 || funcname || hash || result7 || libp) ;
13768 }
13769 
13770 static int G__G__Base1_154_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13771 {
13772       ((TVirtualPad*) G__getstructoffset())->AddExec((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13773       G__setnull(result7);
13774    return(1 || funcname || hash || result7 || libp) ;
13775 }
13776 
13777 static int G__G__Base1_154_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13778 {
13779    switch (libp->paran) {
13780    case 1:
13781       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->cd((Int_t) G__int(libp->para[0])));
13782       break;
13783    case 0:
13784       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->cd());
13785       break;
13786    }
13787    return(1 || funcname || hash || result7 || libp) ;
13788 }
13789 
13790 static int G__G__Base1_154_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13791 {
13792    switch (libp->paran) {
13793    case 1:
13794       ((TVirtualPad*) G__getstructoffset())->Close((Option_t*) G__int(libp->para[0]));
13795       G__setnull(result7);
13796       break;
13797    case 0:
13798       ((TVirtualPad*) G__getstructoffset())->Close();
13799       G__setnull(result7);
13800       break;
13801    }
13802    return(1 || funcname || hash || result7 || libp) ;
13803 }
13804 
13805 static int G__G__Base1_154_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13806 {
13807       ((TVirtualPad*) G__getstructoffset())->CopyPixmap();
13808       G__setnull(result7);
13809    return(1 || funcname || hash || result7 || libp) ;
13810 }
13811 
13812 static int G__G__Base1_154_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13813 {
13814       ((TVirtualPad*) G__getstructoffset())->CopyPixmaps();
13815       G__setnull(result7);
13816    return(1 || funcname || hash || result7 || libp) ;
13817 }
13818 
13819 static int G__G__Base1_154_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13820 {
13821       ((TVirtualPad*) G__getstructoffset())->DeleteExec((const char*) G__int(libp->para[0]));
13822       G__setnull(result7);
13823    return(1 || funcname || hash || result7 || libp) ;
13824 }
13825 
13826 static int G__G__Base1_154_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13827 {
13828    switch (libp->paran) {
13829    case 5:
13830       ((TVirtualPad*) G__getstructoffset())->Divide((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13831 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
13832 , (Int_t) G__int(libp->para[4]));
13833       G__setnull(result7);
13834       break;
13835    case 4:
13836       ((TVirtualPad*) G__getstructoffset())->Divide((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13837 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
13838       G__setnull(result7);
13839       break;
13840    case 3:
13841       ((TVirtualPad*) G__getstructoffset())->Divide((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13842 , (Float_t) G__double(libp->para[2]));
13843       G__setnull(result7);
13844       break;
13845    case 2:
13846       ((TVirtualPad*) G__getstructoffset())->Divide((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
13847       G__setnull(result7);
13848       break;
13849    case 1:
13850       ((TVirtualPad*) G__getstructoffset())->Divide((Int_t) G__int(libp->para[0]));
13851       G__setnull(result7);
13852       break;
13853    case 0:
13854       ((TVirtualPad*) G__getstructoffset())->Divide();
13855       G__setnull(result7);
13856       break;
13857    }
13858    return(1 || funcname || hash || result7 || libp) ;
13859 }
13860 
13861 static int G__G__Base1_154_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13862 {
13863    switch (libp->paran) {
13864    case 2:
13865       ((TVirtualPad*) G__getstructoffset())->DrawClassObject((TObject*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
13866       G__setnull(result7);
13867       break;
13868    case 1:
13869       ((TVirtualPad*) G__getstructoffset())->DrawClassObject((TObject*) G__int(libp->para[0]));
13870       G__setnull(result7);
13871       break;
13872    }
13873    return(1 || funcname || hash || result7 || libp) ;
13874 }
13875 
13876 static int G__G__Base1_154_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13877 {
13878    switch (libp->paran) {
13879    case 5:
13880       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->DrawFrame((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13881 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13882 , (const char*) G__int(libp->para[4])));
13883       break;
13884    case 4:
13885       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->DrawFrame((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13886 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
13887       break;
13888    }
13889    return(1 || funcname || hash || result7 || libp) ;
13890 }
13891 
13892 static int G__G__Base1_154_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13893 {
13894       ((TVirtualPad*) G__getstructoffset())->ExecuteEventAxis((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13895 , (Int_t) G__int(libp->para[2]), (TAxis*) G__int(libp->para[3]));
13896       G__setnull(result7);
13897    return(1 || funcname || hash || result7 || libp) ;
13898 }
13899 
13900 static int G__G__Base1_154_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13901 {
13902       G__letint(result7, 115, (long) ((const TVirtualPad*) G__getstructoffset())->GetBorderMode());
13903    return(1 || funcname || hash || result7 || libp) ;
13904 }
13905 
13906 static int G__G__Base1_154_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13907 {
13908       G__letint(result7, 115, (long) ((const TVirtualPad*) G__getstructoffset())->GetBorderSize());
13909    return(1 || funcname || hash || result7 || libp) ;
13910 }
13911 
13912 static int G__G__Base1_154_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13913 {
13914       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetCanvasID());
13915    return(1 || funcname || hash || result7 || libp) ;
13916 }
13917 
13918 static int G__G__Base1_154_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13919 {
13920       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetCanvasImp());
13921    return(1 || funcname || hash || result7 || libp) ;
13922 }
13923 
13924 static int G__G__Base1_154_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13925 {
13926       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetCanvas());
13927    return(1 || funcname || hash || result7 || libp) ;
13928 }
13929 
13930 static int G__G__Base1_154_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13931 {
13932       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetVirtCanvas());
13933    return(1 || funcname || hash || result7 || libp) ;
13934 }
13935 
13936 static int G__G__Base1_154_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13937 {
13938       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetEvent());
13939    return(1 || funcname || hash || result7 || libp) ;
13940 }
13941 
13942 static int G__G__Base1_154_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13943 {
13944       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetEventX());
13945    return(1 || funcname || hash || result7 || libp) ;
13946 }
13947 
13948 static int G__G__Base1_154_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13949 {
13950       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetEventY());
13951    return(1 || funcname || hash || result7 || libp) ;
13952 }
13953 
13954 static int G__G__Base1_154_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13955 {
13956       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->GetFrame());
13957    return(1 || funcname || hash || result7 || libp) ;
13958 }
13959 
13960 static int G__G__Base1_154_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13961 {
13962       G__letint(result7, 115, (long) ((const TVirtualPad*) G__getstructoffset())->GetHighLightColor());
13963    return(1 || funcname || hash || result7 || libp) ;
13964 }
13965 
13966 static int G__G__Base1_154_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13967 {
13968       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetNumber());
13969    return(1 || funcname || hash || result7 || libp) ;
13970 }
13971 
13972 static int G__G__Base1_154_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13973 {
13974       ((TVirtualPad*) G__getstructoffset())->GetRange(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
13975 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3]));
13976       G__setnull(result7);
13977    return(1 || funcname || hash || result7 || libp) ;
13978 }
13979 
13980 static int G__G__Base1_154_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13981 {
13982       ((TVirtualPad*) G__getstructoffset())->GetRangeAxis(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
13983 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3]));
13984       G__setnull(result7);
13985    return(1 || funcname || hash || result7 || libp) ;
13986 }
13987 
13988 static int G__G__Base1_154_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13989 {
13990       ((TVirtualPad*) G__getstructoffset())->GetPadPar(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
13991 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3]));
13992       G__setnull(result7);
13993    return(1 || funcname || hash || result7 || libp) ;
13994 }
13995 
13996 static int G__G__Base1_154_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13997 {
13998       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetXlowNDC());
13999    return(1 || funcname || hash || result7 || libp) ;
14000 }
14001 
14002 static int G__G__Base1_154_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14003 {
14004       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetYlowNDC());
14005    return(1 || funcname || hash || result7 || libp) ;
14006 }
14007 
14008 static int G__G__Base1_154_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14009 {
14010       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetWNDC());
14011    return(1 || funcname || hash || result7 || libp) ;
14012 }
14013 
14014 static int G__G__Base1_154_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14015 {
14016       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetHNDC());
14017    return(1 || funcname || hash || result7 || libp) ;
14018 }
14019 
14020 static int G__G__Base1_154_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14021 {
14022       G__letint(result7, 104, (long) ((const TVirtualPad*) G__getstructoffset())->GetWw());
14023    return(1 || funcname || hash || result7 || libp) ;
14024 }
14025 
14026 static int G__G__Base1_154_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14027 {
14028       G__letint(result7, 104, (long) ((const TVirtualPad*) G__getstructoffset())->GetWh());
14029    return(1 || funcname || hash || result7 || libp) ;
14030 }
14031 
14032 static int G__G__Base1_154_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14033 {
14034       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetAbsXlowNDC());
14035    return(1 || funcname || hash || result7 || libp) ;
14036 }
14037 
14038 static int G__G__Base1_154_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14039 {
14040       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetAbsYlowNDC());
14041    return(1 || funcname || hash || result7 || libp) ;
14042 }
14043 
14044 static int G__G__Base1_154_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14045 {
14046       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetAbsWNDC());
14047    return(1 || funcname || hash || result7 || libp) ;
14048 }
14049 
14050 static int G__G__Base1_154_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14051 {
14052       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetAbsHNDC());
14053    return(1 || funcname || hash || result7 || libp) ;
14054 }
14055 
14056 static int G__G__Base1_154_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14057 {
14058       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetAspectRatio());
14059    return(1 || funcname || hash || result7 || libp) ;
14060 }
14061 
14062 static int G__G__Base1_154_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14063 {
14064       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetPhi());
14065    return(1 || funcname || hash || result7 || libp) ;
14066 }
14067 
14068 static int G__G__Base1_154_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14069 {
14070       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetTheta());
14071    return(1 || funcname || hash || result7 || libp) ;
14072 }
14073 
14074 static int G__G__Base1_154_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14075 {
14076       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetUxmin());
14077    return(1 || funcname || hash || result7 || libp) ;
14078 }
14079 
14080 static int G__G__Base1_154_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14081 {
14082       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetUymin());
14083    return(1 || funcname || hash || result7 || libp) ;
14084 }
14085 
14086 static int G__G__Base1_154_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14087 {
14088       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetUxmax());
14089    return(1 || funcname || hash || result7 || libp) ;
14090 }
14091 
14092 static int G__G__Base1_154_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14093 {
14094       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetUymax());
14095    return(1 || funcname || hash || result7 || libp) ;
14096 }
14097 
14098 static int G__G__Base1_154_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14099 {
14100       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->GetGridx());
14101    return(1 || funcname || hash || result7 || libp) ;
14102 }
14103 
14104 static int G__G__Base1_154_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14105 {
14106       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->GetGridy());
14107    return(1 || funcname || hash || result7 || libp) ;
14108 }
14109 
14110 static int G__G__Base1_154_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14111 {
14112       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetTickx());
14113    return(1 || funcname || hash || result7 || libp) ;
14114 }
14115 
14116 static int G__G__Base1_154_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14117 {
14118       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetTicky());
14119    return(1 || funcname || hash || result7 || libp) ;
14120 }
14121 
14122 static int G__G__Base1_154_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14123 {
14124       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetX1());
14125    return(1 || funcname || hash || result7 || libp) ;
14126 }
14127 
14128 static int G__G__Base1_154_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14129 {
14130       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetX2());
14131    return(1 || funcname || hash || result7 || libp) ;
14132 }
14133 
14134 static int G__G__Base1_154_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14135 {
14136       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetY1());
14137    return(1 || funcname || hash || result7 || libp) ;
14138 }
14139 
14140 static int G__G__Base1_154_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14141 {
14142       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->GetY2());
14143    return(1 || funcname || hash || result7 || libp) ;
14144 }
14145 
14146 static int G__G__Base1_154_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14147 {
14148       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetListOfPrimitives());
14149    return(1 || funcname || hash || result7 || libp) ;
14150 }
14151 
14152 static int G__G__Base1_154_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14153 {
14154       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetListOfExecs());
14155    return(1 || funcname || hash || result7 || libp) ;
14156 }
14157 
14158 static int G__G__Base1_154_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14159 {
14160       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetPrimitive((const char*) G__int(libp->para[0])));
14161    return(1 || funcname || hash || result7 || libp) ;
14162 }
14163 
14164 static int G__G__Base1_154_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14165 {
14166       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetSelected());
14167    return(1 || funcname || hash || result7 || libp) ;
14168 }
14169 
14170 static int G__G__Base1_154_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14171 {
14172       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetPad((Int_t) G__int(libp->para[0])));
14173    return(1 || funcname || hash || result7 || libp) ;
14174 }
14175 
14176 static int G__G__Base1_154_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14177 {
14178       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetPadPointer());
14179    return(1 || funcname || hash || result7 || libp) ;
14180 }
14181 
14182 static int G__G__Base1_154_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14183 {
14184       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetPadSave());
14185    return(1 || funcname || hash || result7 || libp) ;
14186 }
14187 
14188 static int G__G__Base1_154_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14189 {
14190       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetSelectedPad());
14191    return(1 || funcname || hash || result7 || libp) ;
14192 }
14193 
14194 static int G__G__Base1_154_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14195 {
14196       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetView());
14197    return(1 || funcname || hash || result7 || libp) ;
14198 }
14199 
14200 static int G__G__Base1_154_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14201 {
14202       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetLogx());
14203    return(1 || funcname || hash || result7 || libp) ;
14204 }
14205 
14206 static int G__G__Base1_154_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14207 {
14208       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetLogy());
14209    return(1 || funcname || hash || result7 || libp) ;
14210 }
14211 
14212 static int G__G__Base1_154_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14213 {
14214       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetLogz());
14215    return(1 || funcname || hash || result7 || libp) ;
14216 }
14217 
14218 static int G__G__Base1_154_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14219 {
14220       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetMother());
14221    return(1 || funcname || hash || result7 || libp) ;
14222 }
14223 
14224 static int G__G__Base1_154_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14225 {
14226       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetPadPaint());
14227    return(1 || funcname || hash || result7 || libp) ;
14228 }
14229 
14230 static int G__G__Base1_154_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14231 {
14232       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->GetPixmapID());
14233    return(1 || funcname || hash || result7 || libp) ;
14234 }
14235 
14236 static int G__G__Base1_154_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14237 {
14238       G__letint(result7, 85, (long) ((const TVirtualPad*) G__getstructoffset())->GetView3D());
14239    return(1 || funcname || hash || result7 || libp) ;
14240 }
14241 
14242 static int G__G__Base1_154_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14243 {
14244       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->HasCrosshair());
14245    return(1 || funcname || hash || result7 || libp) ;
14246 }
14247 
14248 static int G__G__Base1_154_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14249 {
14250    switch (libp->paran) {
14251    case 2:
14252       ((TVirtualPad*) G__getstructoffset())->HighLight((Color_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
14253       G__setnull(result7);
14254       break;
14255    case 1:
14256       ((TVirtualPad*) G__getstructoffset())->HighLight((Color_t) G__int(libp->para[0]));
14257       G__setnull(result7);
14258       break;
14259    case 0:
14260       ((TVirtualPad*) G__getstructoffset())->HighLight();
14261       G__setnull(result7);
14262       break;
14263    }
14264    return(1 || funcname || hash || result7 || libp) ;
14265 }
14266 
14267 static int G__G__Base1_154_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14268 {
14269       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->HasFixedAspectRatio());
14270    return(1 || funcname || hash || result7 || libp) ;
14271 }
14272 
14273 static int G__G__Base1_154_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14274 {
14275       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->IsBatch());
14276    return(1 || funcname || hash || result7 || libp) ;
14277 }
14278 
14279 static int G__G__Base1_154_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14280 {
14281       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->IsBeingResized());
14282    return(1 || funcname || hash || result7 || libp) ;
14283 }
14284 
14285 static int G__G__Base1_154_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14286 {
14287       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->IsEditable());
14288    return(1 || funcname || hash || result7 || libp) ;
14289 }
14290 
14291 static int G__G__Base1_154_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14292 {
14293       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->IsModified());
14294    return(1 || funcname || hash || result7 || libp) ;
14295 }
14296 
14297 static int G__G__Base1_154_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14298 {
14299       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->IsRetained());
14300    return(1 || funcname || hash || result7 || libp) ;
14301 }
14302 
14303 static int G__G__Base1_154_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14304 {
14305       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->IsVertical());
14306    return(1 || funcname || hash || result7 || libp) ;
14307 }
14308 
14309 static int G__G__Base1_154_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14310 {
14311    switch (libp->paran) {
14312    case 1:
14313       ((TVirtualPad*) G__getstructoffset())->Modified((Bool_t) G__int(libp->para[0]));
14314       G__setnull(result7);
14315       break;
14316    case 0:
14317       ((TVirtualPad*) G__getstructoffset())->Modified();
14318       G__setnull(result7);
14319       break;
14320    }
14321    return(1 || funcname || hash || result7 || libp) ;
14322 }
14323 
14324 static int G__G__Base1_154_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14325 {
14326       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->OpaqueMoving());
14327    return(1 || funcname || hash || result7 || libp) ;
14328 }
14329 
14330 static int G__G__Base1_154_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14331 {
14332       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->OpaqueResizing());
14333    return(1 || funcname || hash || result7 || libp) ;
14334 }
14335 
14336 static int G__G__Base1_154_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14337 {
14338       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->PadtoX((Double_t) G__double(libp->para[0])));
14339    return(1 || funcname || hash || result7 || libp) ;
14340 }
14341 
14342 static int G__G__Base1_154_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14343 {
14344       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->PadtoY((Double_t) G__double(libp->para[0])));
14345    return(1 || funcname || hash || result7 || libp) ;
14346 }
14347 
14348 static int G__G__Base1_154_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14349 {
14350       ((TVirtualPad*) G__getstructoffset())->PaintBorderPS(
14351 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14352 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14353 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14354 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
14355       G__setnull(result7);
14356    return(1 || funcname || hash || result7 || libp) ;
14357 }
14358 
14359 static int G__G__Base1_154_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14360 {
14361    switch (libp->paran) {
14362    case 5:
14363       ((TVirtualPad*) G__getstructoffset())->PaintBox((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14364 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14365 , (Option_t*) G__int(libp->para[4]));
14366       G__setnull(result7);
14367       break;
14368    case 4:
14369       ((TVirtualPad*) G__getstructoffset())->PaintBox((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14370 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14371       G__setnull(result7);
14372       break;
14373    }
14374    return(1 || funcname || hash || result7 || libp) ;
14375 }
14376 
14377 static int G__G__Base1_154_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14378 {
14379    switch (libp->paran) {
14380    case 4:
14381       ((TVirtualPad*) G__getstructoffset())->PaintFillArea((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14382 , (Float_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14383       G__setnull(result7);
14384       break;
14385    case 3:
14386       ((TVirtualPad*) G__getstructoffset())->PaintFillArea((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14387 , (Float_t*) G__int(libp->para[2]));
14388       G__setnull(result7);
14389       break;
14390    }
14391    return(1 || funcname || hash || result7 || libp) ;
14392 }
14393 
14394 static int G__G__Base1_154_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14395 {
14396    switch (libp->paran) {
14397    case 4:
14398       ((TVirtualPad*) G__getstructoffset())->PaintFillArea((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14399 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14400       G__setnull(result7);
14401       break;
14402    case 3:
14403       ((TVirtualPad*) G__getstructoffset())->PaintFillArea((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14404 , (Double_t*) G__int(libp->para[2]));
14405       G__setnull(result7);
14406       break;
14407    }
14408    return(1 || funcname || hash || result7 || libp) ;
14409 }
14410 
14411 static int G__G__Base1_154_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14412 {
14413       ((TVirtualPad*) G__getstructoffset())->PaintPadFrame((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14414 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14415       G__setnull(result7);
14416    return(1 || funcname || hash || result7 || libp) ;
14417 }
14418 
14419 static int G__G__Base1_154_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14420 {
14421       ((TVirtualPad*) G__getstructoffset())->PaintLine((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14422 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14423       G__setnull(result7);
14424    return(1 || funcname || hash || result7 || libp) ;
14425 }
14426 
14427 static int G__G__Base1_154_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14428 {
14429       ((TVirtualPad*) G__getstructoffset())->PaintLineNDC((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14430 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14431       G__setnull(result7);
14432    return(1 || funcname || hash || result7 || libp) ;
14433 }
14434 
14435 static int G__G__Base1_154_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14436 {
14437       ((TVirtualPad*) G__getstructoffset())->PaintLine3D((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
14438       G__setnull(result7);
14439    return(1 || funcname || hash || result7 || libp) ;
14440 }
14441 
14442 static int G__G__Base1_154_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14443 {
14444       ((TVirtualPad*) G__getstructoffset())->PaintLine3D((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
14445       G__setnull(result7);
14446    return(1 || funcname || hash || result7 || libp) ;
14447 }
14448 
14449 static int G__G__Base1_154_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14450 {
14451    switch (libp->paran) {
14452    case 4:
14453       ((TVirtualPad*) G__getstructoffset())->PaintPolyLine((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14454 , (Float_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14455       G__setnull(result7);
14456       break;
14457    case 3:
14458       ((TVirtualPad*) G__getstructoffset())->PaintPolyLine((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14459 , (Float_t*) G__int(libp->para[2]));
14460       G__setnull(result7);
14461       break;
14462    }
14463    return(1 || funcname || hash || result7 || libp) ;
14464 }
14465 
14466 static int G__G__Base1_154_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14467 {
14468    switch (libp->paran) {
14469    case 4:
14470       ((TVirtualPad*) G__getstructoffset())->PaintPolyLine((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14471 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14472       G__setnull(result7);
14473       break;
14474    case 3:
14475       ((TVirtualPad*) G__getstructoffset())->PaintPolyLine((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14476 , (Double_t*) G__int(libp->para[2]));
14477       G__setnull(result7);
14478       break;
14479    }
14480    return(1 || funcname || hash || result7 || libp) ;
14481 }
14482 
14483 static int G__G__Base1_154_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14484 {
14485       ((TVirtualPad*) G__getstructoffset())->PaintPolyLine3D((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
14486       G__setnull(result7);
14487    return(1 || funcname || hash || result7 || libp) ;
14488 }
14489 
14490 static int G__G__Base1_154_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14491 {
14492    switch (libp->paran) {
14493    case 4:
14494       ((TVirtualPad*) G__getstructoffset())->PaintPolyLineNDC((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14495 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14496       G__setnull(result7);
14497       break;
14498    case 3:
14499       ((TVirtualPad*) G__getstructoffset())->PaintPolyLineNDC((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14500 , (Double_t*) G__int(libp->para[2]));
14501       G__setnull(result7);
14502       break;
14503    }
14504    return(1 || funcname || hash || result7 || libp) ;
14505 }
14506 
14507 static int G__G__Base1_154_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14508 {
14509    switch (libp->paran) {
14510    case 4:
14511       ((TVirtualPad*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14512 , (Float_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14513       G__setnull(result7);
14514       break;
14515    case 3:
14516       ((TVirtualPad*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14517 , (Float_t*) G__int(libp->para[2]));
14518       G__setnull(result7);
14519       break;
14520    }
14521    return(1 || funcname || hash || result7 || libp) ;
14522 }
14523 
14524 static int G__G__Base1_154_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14525 {
14526    switch (libp->paran) {
14527    case 4:
14528       ((TVirtualPad*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14529 , (Double_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
14530       G__setnull(result7);
14531       break;
14532    case 3:
14533       ((TVirtualPad*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14534 , (Double_t*) G__int(libp->para[2]));
14535       G__setnull(result7);
14536       break;
14537    }
14538    return(1 || funcname || hash || result7 || libp) ;
14539 }
14540 
14541 static int G__G__Base1_154_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14542 {
14543       ((TVirtualPad*) G__getstructoffset())->PaintModified();
14544       G__setnull(result7);
14545    return(1 || funcname || hash || result7 || libp) ;
14546 }
14547 
14548 static int G__G__Base1_154_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14549 {
14550       ((TVirtualPad*) G__getstructoffset())->PaintText((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14551 , (const char*) G__int(libp->para[2]));
14552       G__setnull(result7);
14553    return(1 || funcname || hash || result7 || libp) ;
14554 }
14555 
14556 static int G__G__Base1_154_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14557 {
14558       ((TVirtualPad*) G__getstructoffset())->PaintTextNDC((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14559 , (const char*) G__int(libp->para[2]));
14560       G__setnull(result7);
14561    return(1 || funcname || hash || result7 || libp) ;
14562 }
14563 
14564 static int G__G__Base1_154_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14565 {
14566       G__letdouble(result7, 100, (double) ((TVirtualPad*) G__getstructoffset())->PixeltoX((Int_t) G__int(libp->para[0])));
14567    return(1 || funcname || hash || result7 || libp) ;
14568 }
14569 
14570 static int G__G__Base1_154_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14571 {
14572       G__letdouble(result7, 100, (double) ((TVirtualPad*) G__getstructoffset())->PixeltoY((Int_t) G__int(libp->para[0])));
14573    return(1 || funcname || hash || result7 || libp) ;
14574 }
14575 
14576 static int G__G__Base1_154_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14577 {
14578       ((TVirtualPad*) G__getstructoffset())->Print((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
14579       G__setnull(result7);
14580    return(1 || funcname || hash || result7 || libp) ;
14581 }
14582 
14583 static int G__G__Base1_154_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14584 {
14585       ((TVirtualPad*) G__getstructoffset())->Range((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14586 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14587       G__setnull(result7);
14588    return(1 || funcname || hash || result7 || libp) ;
14589 }
14590 
14591 static int G__G__Base1_154_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14592 {
14593       ((TVirtualPad*) G__getstructoffset())->RangeAxis((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14594 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14595       G__setnull(result7);
14596    return(1 || funcname || hash || result7 || libp) ;
14597 }
14598 
14599 static int G__G__Base1_154_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14600 {
14601    switch (libp->paran) {
14602    case 1:
14603       ((TVirtualPad*) G__getstructoffset())->RedrawAxis((Option_t*) G__int(libp->para[0]));
14604       G__setnull(result7);
14605       break;
14606    case 0:
14607       ((TVirtualPad*) G__getstructoffset())->RedrawAxis();
14608       G__setnull(result7);
14609       break;
14610    }
14611    return(1 || funcname || hash || result7 || libp) ;
14612 }
14613 
14614 static int G__G__Base1_154_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14615 {
14616    switch (libp->paran) {
14617    case 1:
14618       ((TVirtualPad*) G__getstructoffset())->ResetView3D((TObject*) G__int(libp->para[0]));
14619       G__setnull(result7);
14620       break;
14621    case 0:
14622       ((TVirtualPad*) G__getstructoffset())->ResetView3D();
14623       G__setnull(result7);
14624       break;
14625    }
14626    return(1 || funcname || hash || result7 || libp) ;
14627 }
14628 
14629 static int G__G__Base1_154_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14630 {
14631    switch (libp->paran) {
14632    case 1:
14633       ((TVirtualPad*) G__getstructoffset())->ResizePad((Option_t*) G__int(libp->para[0]));
14634       G__setnull(result7);
14635       break;
14636    case 0:
14637       ((TVirtualPad*) G__getstructoffset())->ResizePad();
14638       G__setnull(result7);
14639       break;
14640    }
14641    return(1 || funcname || hash || result7 || libp) ;
14642 }
14643 
14644 static int G__G__Base1_154_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14645 {
14646    switch (libp->paran) {
14647    case 1:
14648       ((TVirtualPad*) G__getstructoffset())->SetBatch((Bool_t) G__int(libp->para[0]));
14649       G__setnull(result7);
14650       break;
14651    case 0:
14652       ((TVirtualPad*) G__getstructoffset())->SetBatch();
14653       G__setnull(result7);
14654       break;
14655    }
14656    return(1 || funcname || hash || result7 || libp) ;
14657 }
14658 
14659 static int G__G__Base1_154_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14660 {
14661       ((TVirtualPad*) G__getstructoffset())->SetBorderMode((Short_t) G__int(libp->para[0]));
14662       G__setnull(result7);
14663    return(1 || funcname || hash || result7 || libp) ;
14664 }
14665 
14666 static int G__G__Base1_154_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14667 {
14668       ((TVirtualPad*) G__getstructoffset())->SetBorderSize((Short_t) G__int(libp->para[0]));
14669       G__setnull(result7);
14670    return(1 || funcname || hash || result7 || libp) ;
14671 }
14672 
14673 static int G__G__Base1_154_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14674 {
14675       ((TVirtualPad*) G__getstructoffset())->SetCanvas((TCanvas*) G__int(libp->para[0]));
14676       G__setnull(result7);
14677    return(1 || funcname || hash || result7 || libp) ;
14678 }
14679 
14680 static int G__G__Base1_154_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14681 {
14682       ((TVirtualPad*) G__getstructoffset())->SetCanvasSize((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
14683       G__setnull(result7);
14684    return(1 || funcname || hash || result7 || libp) ;
14685 }
14686 
14687 static int G__G__Base1_154_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14688 {
14689    switch (libp->paran) {
14690    case 1:
14691       ((TVirtualPad*) G__getstructoffset())->SetCrosshair((Int_t) G__int(libp->para[0]));
14692       G__setnull(result7);
14693       break;
14694    case 0:
14695       ((TVirtualPad*) G__getstructoffset())->SetCrosshair();
14696       G__setnull(result7);
14697       break;
14698    }
14699    return(1 || funcname || hash || result7 || libp) ;
14700 }
14701 
14702 static int G__G__Base1_154_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14703 {
14704       ((TVirtualPad*) G__getstructoffset())->SetCursor((ECursor) G__int(libp->para[0]));
14705       G__setnull(result7);
14706    return(1 || funcname || hash || result7 || libp) ;
14707 }
14708 
14709 static int G__G__Base1_154_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14710 {
14711    switch (libp->paran) {
14712    case 1:
14713       ((TVirtualPad*) G__getstructoffset())->SetDoubleBuffer((Int_t) G__int(libp->para[0]));
14714       G__setnull(result7);
14715       break;
14716    case 0:
14717       ((TVirtualPad*) G__getstructoffset())->SetDoubleBuffer();
14718       G__setnull(result7);
14719       break;
14720    }
14721    return(1 || funcname || hash || result7 || libp) ;
14722 }
14723 
14724 static int G__G__Base1_154_0_131(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14725 {
14726    switch (libp->paran) {
14727    case 1:
14728       ((TVirtualPad*) G__getstructoffset())->SetEditable((Bool_t) G__int(libp->para[0]));
14729       G__setnull(result7);
14730       break;
14731    case 0:
14732       ((TVirtualPad*) G__getstructoffset())->SetEditable();
14733       G__setnull(result7);
14734       break;
14735    }
14736    return(1 || funcname || hash || result7 || libp) ;
14737 }
14738 
14739 static int G__G__Base1_154_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14740 {
14741    switch (libp->paran) {
14742    case 1:
14743       ((TVirtualPad*) G__getstructoffset())->SetFixedAspectRatio((Bool_t) G__int(libp->para[0]));
14744       G__setnull(result7);
14745       break;
14746    case 0:
14747       ((TVirtualPad*) G__getstructoffset())->SetFixedAspectRatio();
14748       G__setnull(result7);
14749       break;
14750    }
14751    return(1 || funcname || hash || result7 || libp) ;
14752 }
14753 
14754 static int G__G__Base1_154_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14755 {
14756    switch (libp->paran) {
14757    case 2:
14758       ((TVirtualPad*) G__getstructoffset())->SetGrid((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
14759       G__setnull(result7);
14760       break;
14761    case 1:
14762       ((TVirtualPad*) G__getstructoffset())->SetGrid((Int_t) G__int(libp->para[0]));
14763       G__setnull(result7);
14764       break;
14765    case 0:
14766       ((TVirtualPad*) G__getstructoffset())->SetGrid();
14767       G__setnull(result7);
14768       break;
14769    }
14770    return(1 || funcname || hash || result7 || libp) ;
14771 }
14772 
14773 static int G__G__Base1_154_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14774 {
14775    switch (libp->paran) {
14776    case 1:
14777       ((TVirtualPad*) G__getstructoffset())->SetGridx((Int_t) G__int(libp->para[0]));
14778       G__setnull(result7);
14779       break;
14780    case 0:
14781       ((TVirtualPad*) G__getstructoffset())->SetGridx();
14782       G__setnull(result7);
14783       break;
14784    }
14785    return(1 || funcname || hash || result7 || libp) ;
14786 }
14787 
14788 static int G__G__Base1_154_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14789 {
14790    switch (libp->paran) {
14791    case 1:
14792       ((TVirtualPad*) G__getstructoffset())->SetGridy((Int_t) G__int(libp->para[0]));
14793       G__setnull(result7);
14794       break;
14795    case 0:
14796       ((TVirtualPad*) G__getstructoffset())->SetGridy();
14797       G__setnull(result7);
14798       break;
14799    }
14800    return(1 || funcname || hash || result7 || libp) ;
14801 }
14802 
14803 static int G__G__Base1_154_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14804 {
14805    switch (libp->paran) {
14806    case 1:
14807       ((TVirtualPad*) G__getstructoffset())->SetLogx((Int_t) G__int(libp->para[0]));
14808       G__setnull(result7);
14809       break;
14810    case 0:
14811       ((TVirtualPad*) G__getstructoffset())->SetLogx();
14812       G__setnull(result7);
14813       break;
14814    }
14815    return(1 || funcname || hash || result7 || libp) ;
14816 }
14817 
14818 static int G__G__Base1_154_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14819 {
14820    switch (libp->paran) {
14821    case 1:
14822       ((TVirtualPad*) G__getstructoffset())->SetLogy((Int_t) G__int(libp->para[0]));
14823       G__setnull(result7);
14824       break;
14825    case 0:
14826       ((TVirtualPad*) G__getstructoffset())->SetLogy();
14827       G__setnull(result7);
14828       break;
14829    }
14830    return(1 || funcname || hash || result7 || libp) ;
14831 }
14832 
14833 static int G__G__Base1_154_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14834 {
14835    switch (libp->paran) {
14836    case 1:
14837       ((TVirtualPad*) G__getstructoffset())->SetLogz((Int_t) G__int(libp->para[0]));
14838       G__setnull(result7);
14839       break;
14840    case 0:
14841       ((TVirtualPad*) G__getstructoffset())->SetLogz();
14842       G__setnull(result7);
14843       break;
14844    }
14845    return(1 || funcname || hash || result7 || libp) ;
14846 }
14847 
14848 static int G__G__Base1_154_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14849 {
14850    switch (libp->paran) {
14851    case 9:
14852       ((TVirtualPad*) G__getstructoffset())->SetPad(
14853 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14854 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14855 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14856 , (Color_t) G__int(libp->para[6]), (Short_t) G__int(libp->para[7])
14857 , (Short_t) G__int(libp->para[8]));
14858       G__setnull(result7);
14859       break;
14860    case 8:
14861       ((TVirtualPad*) G__getstructoffset())->SetPad(
14862 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14863 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14864 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14865 , (Color_t) G__int(libp->para[6]), (Short_t) G__int(libp->para[7]));
14866       G__setnull(result7);
14867       break;
14868    case 7:
14869       ((TVirtualPad*) G__getstructoffset())->SetPad(
14870 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14871 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14872 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
14873 , (Color_t) G__int(libp->para[6]));
14874       G__setnull(result7);
14875       break;
14876    case 6:
14877       ((TVirtualPad*) G__getstructoffset())->SetPad((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14878 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
14879 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
14880       G__setnull(result7);
14881       break;
14882    }
14883    return(1 || funcname || hash || result7 || libp) ;
14884 }
14885 
14886 static int G__G__Base1_154_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14887 {
14888       ((TVirtualPad*) G__getstructoffset())->SetPad((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
14889 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
14890       G__setnull(result7);
14891    return(1 || funcname || hash || result7 || libp) ;
14892 }
14893 
14894 static int G__G__Base1_154_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14895 {
14896       ((TVirtualPad*) G__getstructoffset())->SetAttFillPS((Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1]));
14897       G__setnull(result7);
14898    return(1 || funcname || hash || result7 || libp) ;
14899 }
14900 
14901 static int G__G__Base1_154_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14902 {
14903       ((TVirtualPad*) G__getstructoffset())->SetAttLinePS((Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1])
14904 , (Width_t) G__int(libp->para[2]));
14905       G__setnull(result7);
14906    return(1 || funcname || hash || result7 || libp) ;
14907 }
14908 
14909 static int G__G__Base1_154_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14910 {
14911       ((TVirtualPad*) G__getstructoffset())->SetAttMarkerPS((Color_t) G__int(libp->para[0]), (Style_t) G__int(libp->para[1])
14912 , (Size_t) G__double(libp->para[2]));
14913       G__setnull(result7);
14914    return(1 || funcname || hash || result7 || libp) ;
14915 }
14916 
14917 static int G__G__Base1_154_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14918 {
14919       ((TVirtualPad*) G__getstructoffset())->SetAttTextPS((Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
14920 , (Color_t) G__int(libp->para[2]), (Style_t) G__int(libp->para[3])
14921 , (Float_t) G__double(libp->para[4]));
14922       G__setnull(result7);
14923    return(1 || funcname || hash || result7 || libp) ;
14924 }
14925 
14926 static int G__G__Base1_154_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14927 {
14928       ((TVirtualPad*) G__getstructoffset())->SetName((const char*) G__int(libp->para[0]));
14929       G__setnull(result7);
14930    return(1 || funcname || hash || result7 || libp) ;
14931 }
14932 
14933 static int G__G__Base1_154_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14934 {
14935       ((TVirtualPad*) G__getstructoffset())->SetSelected((TObject*) G__int(libp->para[0]));
14936       G__setnull(result7);
14937    return(1 || funcname || hash || result7 || libp) ;
14938 }
14939 
14940 static int G__G__Base1_154_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14941 {
14942    switch (libp->paran) {
14943    case 2:
14944       ((TVirtualPad*) G__getstructoffset())->SetTicks((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
14945       G__setnull(result7);
14946       break;
14947    case 1:
14948       ((TVirtualPad*) G__getstructoffset())->SetTicks((Int_t) G__int(libp->para[0]));
14949       G__setnull(result7);
14950       break;
14951    case 0:
14952       ((TVirtualPad*) G__getstructoffset())->SetTicks();
14953       G__setnull(result7);
14954       break;
14955    }
14956    return(1 || funcname || hash || result7 || libp) ;
14957 }
14958 
14959 static int G__G__Base1_154_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14960 {
14961    switch (libp->paran) {
14962    case 1:
14963       ((TVirtualPad*) G__getstructoffset())->SetTickx((Int_t) G__int(libp->para[0]));
14964       G__setnull(result7);
14965       break;
14966    case 0:
14967       ((TVirtualPad*) G__getstructoffset())->SetTickx();
14968       G__setnull(result7);
14969       break;
14970    }
14971    return(1 || funcname || hash || result7 || libp) ;
14972 }
14973 
14974 static int G__G__Base1_154_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14975 {
14976    switch (libp->paran) {
14977    case 1:
14978       ((TVirtualPad*) G__getstructoffset())->SetTicky((Int_t) G__int(libp->para[0]));
14979       G__setnull(result7);
14980       break;
14981    case 0:
14982       ((TVirtualPad*) G__getstructoffset())->SetTicky();
14983       G__setnull(result7);
14984       break;
14985    }
14986    return(1 || funcname || hash || result7 || libp) ;
14987 }
14988 
14989 static int G__G__Base1_154_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14990 {
14991    switch (libp->paran) {
14992    case 1:
14993       ((TVirtualPad*) G__getstructoffset())->SetTitle((const char*) G__int(libp->para[0]));
14994       G__setnull(result7);
14995       break;
14996    case 0:
14997       ((TVirtualPad*) G__getstructoffset())->SetTitle();
14998       G__setnull(result7);
14999       break;
15000    }
15001    return(1 || funcname || hash || result7 || libp) ;
15002 }
15003 
15004 static int G__G__Base1_154_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15005 {
15006    switch (libp->paran) {
15007    case 1:
15008       ((TVirtualPad*) G__getstructoffset())->SetTheta((Double_t) G__double(libp->para[0]));
15009       G__setnull(result7);
15010       break;
15011    case 0:
15012       ((TVirtualPad*) G__getstructoffset())->SetTheta();
15013       G__setnull(result7);
15014       break;
15015    }
15016    return(1 || funcname || hash || result7 || libp) ;
15017 }
15018 
15019 static int G__G__Base1_154_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15020 {
15021    switch (libp->paran) {
15022    case 1:
15023       ((TVirtualPad*) G__getstructoffset())->SetPhi((Double_t) G__double(libp->para[0]));
15024       G__setnull(result7);
15025       break;
15026    case 0:
15027       ((TVirtualPad*) G__getstructoffset())->SetPhi();
15028       G__setnull(result7);
15029       break;
15030    }
15031    return(1 || funcname || hash || result7 || libp) ;
15032 }
15033 
15034 static int G__G__Base1_154_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15035 {
15036    switch (libp->paran) {
15037    case 2:
15038       ((TVirtualPad*) G__getstructoffset())->SetToolTipText((const char*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1]));
15039       G__setnull(result7);
15040       break;
15041    case 1:
15042       ((TVirtualPad*) G__getstructoffset())->SetToolTipText((const char*) G__int(libp->para[0]));
15043       G__setnull(result7);
15044       break;
15045    }
15046    return(1 || funcname || hash || result7 || libp) ;
15047 }
15048 
15049 static int G__G__Base1_154_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15050 {
15051    switch (libp->paran) {
15052    case 1:
15053       ((TVirtualPad*) G__getstructoffset())->SetVertical((Bool_t) G__int(libp->para[0]));
15054       G__setnull(result7);
15055       break;
15056    case 0:
15057       ((TVirtualPad*) G__getstructoffset())->SetVertical();
15058       G__setnull(result7);
15059       break;
15060    }
15061    return(1 || funcname || hash || result7 || libp) ;
15062 }
15063 
15064 static int G__G__Base1_154_0_155(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15065 {
15066    switch (libp->paran) {
15067    case 1:
15068       ((TVirtualPad*) G__getstructoffset())->SetView((TView*) G__int(libp->para[0]));
15069       G__setnull(result7);
15070       break;
15071    case 0:
15072       ((TVirtualPad*) G__getstructoffset())->SetView();
15073       G__setnull(result7);
15074       break;
15075    }
15076    return(1 || funcname || hash || result7 || libp) ;
15077 }
15078 
15079 static int G__G__Base1_154_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15080 {
15081       ((TVirtualPad*) G__getstructoffset())->SetViewer3D((TVirtualViewer3D*) G__int(libp->para[0]));
15082       G__setnull(result7);
15083    return(1 || funcname || hash || result7 || libp) ;
15084 }
15085 
15086 static int G__G__Base1_154_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15087 {
15088    switch (libp->paran) {
15089    case 2:
15090       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->WaitPrimitive((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
15091       break;
15092    case 1:
15093       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->WaitPrimitive((const char*) G__int(libp->para[0])));
15094       break;
15095    case 0:
15096       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->WaitPrimitive());
15097       break;
15098    }
15099    return(1 || funcname || hash || result7 || libp) ;
15100 }
15101 
15102 static int G__G__Base1_154_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15103 {
15104       ((TVirtualPad*) G__getstructoffset())->Update();
15105       G__setnull(result7);
15106    return(1 || funcname || hash || result7 || libp) ;
15107 }
15108 
15109 static int G__G__Base1_154_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15110 {
15111       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->UtoAbsPixel((Double_t) G__double(libp->para[0])));
15112    return(1 || funcname || hash || result7 || libp) ;
15113 }
15114 
15115 static int G__G__Base1_154_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15116 {
15117       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->VtoAbsPixel((Double_t) G__double(libp->para[0])));
15118    return(1 || funcname || hash || result7 || libp) ;
15119 }
15120 
15121 static int G__G__Base1_154_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15122 {
15123       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->UtoPixel((Double_t) G__double(libp->para[0])));
15124    return(1 || funcname || hash || result7 || libp) ;
15125 }
15126 
15127 static int G__G__Base1_154_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15128 {
15129       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->VtoPixel((Double_t) G__double(libp->para[0])));
15130    return(1 || funcname || hash || result7 || libp) ;
15131 }
15132 
15133 static int G__G__Base1_154_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15134 {
15135       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->XtoAbsPixel((Double_t) G__double(libp->para[0])));
15136    return(1 || funcname || hash || result7 || libp) ;
15137 }
15138 
15139 static int G__G__Base1_154_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15140 {
15141       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->YtoAbsPixel((Double_t) G__double(libp->para[0])));
15142    return(1 || funcname || hash || result7 || libp) ;
15143 }
15144 
15145 static int G__G__Base1_154_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15146 {
15147       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->XtoPad((Double_t) G__double(libp->para[0])));
15148    return(1 || funcname || hash || result7 || libp) ;
15149 }
15150 
15151 static int G__G__Base1_154_0_166(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15152 {
15153       G__letdouble(result7, 100, (double) ((const TVirtualPad*) G__getstructoffset())->YtoPad((Double_t) G__double(libp->para[0])));
15154    return(1 || funcname || hash || result7 || libp) ;
15155 }
15156 
15157 static int G__G__Base1_154_0_167(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15158 {
15159       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->XtoPixel((Double_t) G__double(libp->para[0])));
15160    return(1 || funcname || hash || result7 || libp) ;
15161 }
15162 
15163 static int G__G__Base1_154_0_168(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15164 {
15165       G__letint(result7, 105, (long) ((const TVirtualPad*) G__getstructoffset())->YtoPixel((Double_t) G__double(libp->para[0])));
15166    return(1 || funcname || hash || result7 || libp) ;
15167 }
15168 
15169 static int G__G__Base1_154_0_169(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15170 {
15171       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->CreateToolTip((TBox*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15172 , (Long_t) G__int(libp->para[2])));
15173    return(1 || funcname || hash || result7 || libp) ;
15174 }
15175 
15176 static int G__G__Base1_154_0_170(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15177 {
15178       ((TVirtualPad*) G__getstructoffset())->DeleteToolTip((TObject*) G__int(libp->para[0]));
15179       G__setnull(result7);
15180    return(1 || funcname || hash || result7 || libp) ;
15181 }
15182 
15183 static int G__G__Base1_154_0_171(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15184 {
15185       ((TVirtualPad*) G__getstructoffset())->ResetToolTip((TObject*) G__int(libp->para[0]));
15186       G__setnull(result7);
15187    return(1 || funcname || hash || result7 || libp) ;
15188 }
15189 
15190 static int G__G__Base1_154_0_172(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15191 {
15192       ((TVirtualPad*) G__getstructoffset())->CloseToolTip((TObject*) G__int(libp->para[0]));
15193       G__setnull(result7);
15194    return(1 || funcname || hash || result7 || libp) ;
15195 }
15196 
15197 static int G__G__Base1_154_0_173(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15198 {
15199    switch (libp->paran) {
15200    case 1:
15201       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->GetViewer3D((Option_t*) G__int(libp->para[0])));
15202       break;
15203    case 0:
15204       G__letint(result7, 85, (long) ((TVirtualPad*) G__getstructoffset())->GetViewer3D());
15205       break;
15206    }
15207    return(1 || funcname || hash || result7 || libp) ;
15208 }
15209 
15210 static int G__G__Base1_154_0_174(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15211 {
15212       G__letint(result7, 103, (long) ((const TVirtualPad*) G__getstructoffset())->HasViewer3D());
15213    return(1 || funcname || hash || result7 || libp) ;
15214 }
15215 
15216 static int G__G__Base1_154_0_175(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15217 {
15218    switch (libp->paran) {
15219    case 1:
15220       ((TVirtualPad*) G__getstructoffset())->ReleaseViewer3D((Option_t*) G__int(libp->para[0]));
15221       G__setnull(result7);
15222       break;
15223    case 0:
15224       ((TVirtualPad*) G__getstructoffset())->ReleaseViewer3D();
15225       G__setnull(result7);
15226       break;
15227    }
15228    return(1 || funcname || hash || result7 || libp) ;
15229 }
15230 
15231 static int G__G__Base1_154_0_176(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15232 {
15233       G__letint(result7, 105, (long) ((TVirtualPad*) G__getstructoffset())->GetGLDevice());
15234    return(1 || funcname || hash || result7 || libp) ;
15235 }
15236 
15237 static int G__G__Base1_154_0_177(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15238 {
15239       ((TVirtualPad*) G__getstructoffset())->SetCopyGLDevice((Bool_t) G__int(libp->para[0]));
15240       G__setnull(result7);
15241    return(1 || funcname || hash || result7 || libp) ;
15242 }
15243 
15244 static int G__G__Base1_154_0_178(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15245 {
15246       {
15247          TVirtualPad*& obj = TVirtualPad::Pad();
15248          result7->ref = (long) (&obj);
15249          G__letint(result7, 'U', (long)obj);
15250       }
15251    return(1 || funcname || hash || result7 || libp) ;
15252 }
15253 
15254 static int G__G__Base1_154_0_179(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15255 {
15256       G__letint(result7, 85, (long) TVirtualPad::Class());
15257    return(1 || funcname || hash || result7 || libp) ;
15258 }
15259 
15260 static int G__G__Base1_154_0_180(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15261 {
15262       G__letint(result7, 67, (long) TVirtualPad::Class_Name());
15263    return(1 || funcname || hash || result7 || libp) ;
15264 }
15265 
15266 static int G__G__Base1_154_0_181(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15267 {
15268       G__letint(result7, 115, (long) TVirtualPad::Class_Version());
15269    return(1 || funcname || hash || result7 || libp) ;
15270 }
15271 
15272 static int G__G__Base1_154_0_182(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15273 {
15274       TVirtualPad::Dictionary();
15275       G__setnull(result7);
15276    return(1 || funcname || hash || result7 || libp) ;
15277 }
15278 
15279 static int G__G__Base1_154_0_186(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15280 {
15281       ((TVirtualPad*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15282       G__setnull(result7);
15283    return(1 || funcname || hash || result7 || libp) ;
15284 }
15285 
15286 static int G__G__Base1_154_0_187(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15287 {
15288       G__letint(result7, 67, (long) TVirtualPad::DeclFileName());
15289    return(1 || funcname || hash || result7 || libp) ;
15290 }
15291 
15292 static int G__G__Base1_154_0_188(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15293 {
15294       G__letint(result7, 105, (long) TVirtualPad::ImplFileLine());
15295    return(1 || funcname || hash || result7 || libp) ;
15296 }
15297 
15298 static int G__G__Base1_154_0_189(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15299 {
15300       G__letint(result7, 67, (long) TVirtualPad::ImplFileName());
15301    return(1 || funcname || hash || result7 || libp) ;
15302 }
15303 
15304 static int G__G__Base1_154_0_190(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15305 {
15306       G__letint(result7, 105, (long) TVirtualPad::DeclFileLine());
15307    return(1 || funcname || hash || result7 || libp) ;
15308 }
15309 
15310 // automatic destructor
15311 typedef TVirtualPad G__TTVirtualPad;
15312 static int G__G__Base1_154_0_191(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15313 {
15314    char* gvp = (char*) G__getgvp();
15315    long soff = G__getstructoffset();
15316    int n = G__getaryconstruct();
15317    //
15318    //has_a_delete: 1
15319    //has_own_delete1arg: 0
15320    //has_own_delete2arg: 0
15321    //
15322    if (!soff) {
15323      return(1);
15324    }
15325    if (n) {
15326      if (gvp == (char*)G__PVOID) {
15327        delete[] (TVirtualPad*) soff;
15328      } else {
15329        G__setgvp((long) G__PVOID);
15330        for (int i = n - 1; i >= 0; --i) {
15331          ((TVirtualPad*) (soff+(sizeof(TVirtualPad)*i)))->~G__TTVirtualPad();
15332        }
15333        G__setgvp((long)gvp);
15334      }
15335    } else {
15336      if (gvp == (char*)G__PVOID) {
15337        delete (TVirtualPad*) soff;
15338      } else {
15339        G__setgvp((long) G__PVOID);
15340        ((TVirtualPad*) (soff))->~G__TTVirtualPad();
15341        G__setgvp((long)gvp);
15342      }
15343    }
15344    G__setnull(result7);
15345    return(1 || funcname || hash || result7 || libp) ;
15346 }
15347 
15348 
15349 /* TControlBarImp */
15350 static int G__G__Base1_159_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15351 {
15352    TControlBarImp* p = NULL;
15353    char* gvp = (char*) G__getgvp();
15354    switch (libp->paran) {
15355    case 2:
15356      //m: 2
15357      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15358        p = new TControlBarImp((TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15359      } else {
15360        p = new((void*) gvp) TControlBarImp((TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15361      }
15362      break;
15363    case 1:
15364      //m: 1
15365      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15366        p = new TControlBarImp((TControlBar*) G__int(libp->para[0]));
15367      } else {
15368        p = new((void*) gvp) TControlBarImp((TControlBar*) G__int(libp->para[0]));
15369      }
15370      break;
15371    }
15372    result7->obj.i = (long) p;
15373    result7->ref = (long) p;
15374    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp));
15375    return(1 || funcname || hash || result7 || libp) ;
15376 }
15377 
15378 static int G__G__Base1_159_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15379 {
15380    TControlBarImp* p = NULL;
15381    char* gvp = (char*) G__getgvp();
15382    //m: 4
15383    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15384      p = new TControlBarImp(
15385 (TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15386 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
15387    } else {
15388      p = new((void*) gvp) TControlBarImp(
15389 (TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15390 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
15391    }
15392    result7->obj.i = (long) p;
15393    result7->ref = (long) p;
15394    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp));
15395    return(1 || funcname || hash || result7 || libp) ;
15396 }
15397 
15398 static int G__G__Base1_159_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15399 {
15400       G__letint(result7, 85, (long) ((TControlBarImp*) G__getstructoffset())->GetControlBar());
15401    return(1 || funcname || hash || result7 || libp) ;
15402 }
15403 
15404 static int G__G__Base1_159_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15405 {
15406       G__letint(result7, 85, (long) ((TControlBarImp*) G__getstructoffset())->GetClicked());
15407    return(1 || funcname || hash || result7 || libp) ;
15408 }
15409 
15410 static int G__G__Base1_159_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15411 {
15412       ((TControlBarImp*) G__getstructoffset())->Create();
15413       G__setnull(result7);
15414    return(1 || funcname || hash || result7 || libp) ;
15415 }
15416 
15417 static int G__G__Base1_159_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15418 {
15419       ((TControlBarImp*) G__getstructoffset())->Hide();
15420       G__setnull(result7);
15421    return(1 || funcname || hash || result7 || libp) ;
15422 }
15423 
15424 static int G__G__Base1_159_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15425 {
15426       ((TControlBarImp*) G__getstructoffset())->Show();
15427       G__setnull(result7);
15428    return(1 || funcname || hash || result7 || libp) ;
15429 }
15430 
15431 static int G__G__Base1_159_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15432 {
15433       ((TControlBarImp*) G__getstructoffset())->SetFont((const char*) G__int(libp->para[0]));
15434       G__setnull(result7);
15435    return(1 || funcname || hash || result7 || libp) ;
15436 }
15437 
15438 static int G__G__Base1_159_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15439 {
15440       ((TControlBarImp*) G__getstructoffset())->SetTextColor((const char*) G__int(libp->para[0]));
15441       G__setnull(result7);
15442    return(1 || funcname || hash || result7 || libp) ;
15443 }
15444 
15445 static int G__G__Base1_159_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15446 {
15447       ((TControlBarImp*) G__getstructoffset())->SetButtonState((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15448       G__setnull(result7);
15449    return(1 || funcname || hash || result7 || libp) ;
15450 }
15451 
15452 static int G__G__Base1_159_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15453 {
15454       ((TControlBarImp*) G__getstructoffset())->SetButtonWidth((UInt_t) G__int(libp->para[0]));
15455       G__setnull(result7);
15456    return(1 || funcname || hash || result7 || libp) ;
15457 }
15458 
15459 static int G__G__Base1_159_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15460 {
15461       G__letint(result7, 85, (long) TControlBarImp::Class());
15462    return(1 || funcname || hash || result7 || libp) ;
15463 }
15464 
15465 static int G__G__Base1_159_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15466 {
15467       G__letint(result7, 67, (long) TControlBarImp::Class_Name());
15468    return(1 || funcname || hash || result7 || libp) ;
15469 }
15470 
15471 static int G__G__Base1_159_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15472 {
15473       G__letint(result7, 115, (long) TControlBarImp::Class_Version());
15474    return(1 || funcname || hash || result7 || libp) ;
15475 }
15476 
15477 static int G__G__Base1_159_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15478 {
15479       TControlBarImp::Dictionary();
15480       G__setnull(result7);
15481    return(1 || funcname || hash || result7 || libp) ;
15482 }
15483 
15484 static int G__G__Base1_159_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15485 {
15486       G__letint(result7, 85, (long) ((const TControlBarImp*) G__getstructoffset())->IsA());
15487    return(1 || funcname || hash || result7 || libp) ;
15488 }
15489 
15490 static int G__G__Base1_159_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15491 {
15492       ((TControlBarImp*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15493       G__setnull(result7);
15494    return(1 || funcname || hash || result7 || libp) ;
15495 }
15496 
15497 static int G__G__Base1_159_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15498 {
15499       ((TControlBarImp*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15500       G__setnull(result7);
15501    return(1 || funcname || hash || result7 || libp) ;
15502 }
15503 
15504 static int G__G__Base1_159_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15505 {
15506       ((TControlBarImp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15507       G__setnull(result7);
15508    return(1 || funcname || hash || result7 || libp) ;
15509 }
15510 
15511 static int G__G__Base1_159_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15512 {
15513       G__letint(result7, 67, (long) TControlBarImp::DeclFileName());
15514    return(1 || funcname || hash || result7 || libp) ;
15515 }
15516 
15517 static int G__G__Base1_159_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15518 {
15519       G__letint(result7, 105, (long) TControlBarImp::ImplFileLine());
15520    return(1 || funcname || hash || result7 || libp) ;
15521 }
15522 
15523 static int G__G__Base1_159_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15524 {
15525       G__letint(result7, 67, (long) TControlBarImp::ImplFileName());
15526    return(1 || funcname || hash || result7 || libp) ;
15527 }
15528 
15529 static int G__G__Base1_159_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15530 {
15531       G__letint(result7, 105, (long) TControlBarImp::DeclFileLine());
15532    return(1 || funcname || hash || result7 || libp) ;
15533 }
15534 
15535 // automatic copy constructor
15536 static int G__G__Base1_159_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15537 
15538 {
15539    TControlBarImp* p;
15540    void* tmp = (void*) G__int(libp->para[0]);
15541    p = new TControlBarImp(*(TControlBarImp*) tmp);
15542    result7->obj.i = (long) p;
15543    result7->ref = (long) p;
15544    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp));
15545    return(1 || funcname || hash || result7 || libp) ;
15546 }
15547 
15548 // automatic destructor
15549 typedef TControlBarImp G__TTControlBarImp;
15550 static int G__G__Base1_159_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15551 {
15552    char* gvp = (char*) G__getgvp();
15553    long soff = G__getstructoffset();
15554    int n = G__getaryconstruct();
15555    //
15556    //has_a_delete: 0
15557    //has_own_delete1arg: 0
15558    //has_own_delete2arg: 0
15559    //
15560    if (!soff) {
15561      return(1);
15562    }
15563    if (n) {
15564      if (gvp == (char*)G__PVOID) {
15565        delete[] (TControlBarImp*) soff;
15566      } else {
15567        G__setgvp((long) G__PVOID);
15568        for (int i = n - 1; i >= 0; --i) {
15569          ((TControlBarImp*) (soff+(sizeof(TControlBarImp)*i)))->~G__TTControlBarImp();
15570        }
15571        G__setgvp((long)gvp);
15572      }
15573    } else {
15574      if (gvp == (char*)G__PVOID) {
15575        delete (TControlBarImp*) soff;
15576      } else {
15577        G__setgvp((long) G__PVOID);
15578        ((TControlBarImp*) (soff))->~G__TTControlBarImp();
15579        G__setgvp((long)gvp);
15580      }
15581    }
15582    G__setnull(result7);
15583    return(1 || funcname || hash || result7 || libp) ;
15584 }
15585 
15586 // automatic assignment operator
15587 static int G__G__Base1_159_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15588 {
15589    TControlBarImp* dest = (TControlBarImp*) G__getstructoffset();
15590    *dest = *(TControlBarImp*) libp->para[0].ref;
15591    const TControlBarImp& obj = *dest;
15592    result7->ref = (long) (&obj);
15593    result7->obj.i = (long) (&obj);
15594    return(1 || funcname || hash || result7 || libp) ;
15595 }
15596 
15597 
15598 /* TDatime */
15599 static int G__G__Base1_160_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15600 {
15601    TDatime* p = NULL;
15602    char* gvp = (char*) G__getgvp();
15603    int n = G__getaryconstruct();
15604    if (n) {
15605      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15606        p = new TDatime[n];
15607      } else {
15608        p = new((void*) gvp) TDatime[n];
15609      }
15610    } else {
15611      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15612        p = new TDatime;
15613      } else {
15614        p = new((void*) gvp) TDatime;
15615      }
15616    }
15617    result7->obj.i = (long) p;
15618    result7->ref = (long) p;
15619    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDatime));
15620    return(1 || funcname || hash || result7 || libp) ;
15621 }
15622 
15623 static int G__G__Base1_160_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15624 {
15625    TDatime* p = NULL;
15626    char* gvp = (char*) G__getgvp();
15627    //m: 1
15628    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15629      p = new TDatime(*(TDatime*) libp->para[0].ref);
15630    } else {
15631      p = new((void*) gvp) TDatime(*(TDatime*) libp->para[0].ref);
15632    }
15633    result7->obj.i = (long) p;
15634    result7->ref = (long) p;
15635    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDatime));
15636    return(1 || funcname || hash || result7 || libp) ;
15637 }
15638 
15639 static int G__G__Base1_160_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15640 {
15641    TDatime* p = NULL;
15642    char* gvp = (char*) G__getgvp();
15643    switch (libp->paran) {
15644    case 2:
15645      //m: 2
15646      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15647        p = new TDatime((UInt_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
15648      } else {
15649        p = new((void*) gvp) TDatime((UInt_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
15650      }
15651      break;
15652    case 1:
15653      //m: 1
15654      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15655        p = new TDatime((UInt_t) G__int(libp->para[0]));
15656      } else {
15657        p = new((void*) gvp) TDatime((UInt_t) G__int(libp->para[0]));
15658      }
15659      break;
15660    }
15661    result7->obj.i = (long) p;
15662    result7->ref = (long) p;
15663    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDatime));
15664    return(1 || funcname || hash || result7 || libp) ;
15665 }
15666 
15667 static int G__G__Base1_160_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15668 {
15669    TDatime* p = NULL;
15670    char* gvp = (char*) G__getgvp();
15671    //m: 2
15672    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15673      p = new TDatime((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15674    } else {
15675      p = new((void*) gvp) TDatime((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15676    }
15677    result7->obj.i = (long) p;
15678    result7->ref = (long) p;
15679    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDatime));
15680    return(1 || funcname || hash || result7 || libp) ;
15681 }
15682 
15683 static int G__G__Base1_160_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15684 {
15685    TDatime* p = NULL;
15686    char* gvp = (char*) G__getgvp();
15687    //m: 6
15688    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15689      p = new TDatime(
15690 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15691 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
15692 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
15693    } else {
15694      p = new((void*) gvp) TDatime(
15695 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15696 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
15697 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
15698    }
15699    result7->obj.i = (long) p;
15700    result7->ref = (long) p;
15701    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDatime));
15702    return(1 || funcname || hash || result7 || libp) ;
15703 }
15704 
15705 static int G__G__Base1_160_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15706 {
15707    TDatime* p = NULL;
15708    char* gvp = (char*) G__getgvp();
15709    //m: 1
15710    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15711      p = new TDatime((const char*) G__int(libp->para[0]));
15712    } else {
15713      p = new((void*) gvp) TDatime((const char*) G__int(libp->para[0]));
15714    }
15715    result7->obj.i = (long) p;
15716    result7->ref = (long) p;
15717    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TDatime));
15718    return(1 || funcname || hash || result7 || libp) ;
15719 }
15720 
15721 static int G__G__Base1_160_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15722 {
15723       {
15724          const TDatime& obj = ((TDatime*) G__getstructoffset())->operator=(*(TDatime*) libp->para[0].ref);
15725          result7->ref = (long) (&obj);
15726          result7->obj.i = (long) (&obj);
15727       }
15728    return(1 || funcname || hash || result7 || libp) ;
15729 }
15730 
15731 static int G__G__Base1_160_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15732 {
15733       G__letint(result7, 67, (long) ((const TDatime*) G__getstructoffset())->AsString());
15734    return(1 || funcname || hash || result7 || libp) ;
15735 }
15736 
15737 static int G__G__Base1_160_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15738 {
15739       G__letint(result7, 67, (long) ((const TDatime*) G__getstructoffset())->AsString((char*) G__int(libp->para[0])));
15740    return(1 || funcname || hash || result7 || libp) ;
15741 }
15742 
15743 static int G__G__Base1_160_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15744 {
15745       G__letint(result7, 67, (long) ((const TDatime*) G__getstructoffset())->AsSQLString());
15746    return(1 || funcname || hash || result7 || libp) ;
15747 }
15748 
15749 static int G__G__Base1_160_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15750 {
15751    switch (libp->paran) {
15752    case 1:
15753       G__letint(result7, 104, (long) ((const TDatime*) G__getstructoffset())->Convert((Bool_t) G__int(libp->para[0])));
15754       break;
15755    case 0:
15756       G__letint(result7, 104, (long) ((const TDatime*) G__getstructoffset())->Convert());
15757       break;
15758    }
15759    return(1 || funcname || hash || result7 || libp) ;
15760 }
15761 
15762 static int G__G__Base1_160_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15763 {
15764       ((const TDatime*) G__getstructoffset())->Copy(*(TDatime*) libp->para[0].ref);
15765       G__setnull(result7);
15766    return(1 || funcname || hash || result7 || libp) ;
15767 }
15768 
15769 static int G__G__Base1_160_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15770 {
15771       G__letint(result7, 104, (long) ((const TDatime*) G__getstructoffset())->Get());
15772    return(1 || funcname || hash || result7 || libp) ;
15773 }
15774 
15775 static int G__G__Base1_160_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15776 {
15777       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetDate());
15778    return(1 || funcname || hash || result7 || libp) ;
15779 }
15780 
15781 static int G__G__Base1_160_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15782 {
15783       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetTime());
15784    return(1 || funcname || hash || result7 || libp) ;
15785 }
15786 
15787 static int G__G__Base1_160_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15788 {
15789       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetYear());
15790    return(1 || funcname || hash || result7 || libp) ;
15791 }
15792 
15793 static int G__G__Base1_160_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15794 {
15795       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetMonth());
15796    return(1 || funcname || hash || result7 || libp) ;
15797 }
15798 
15799 static int G__G__Base1_160_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15800 {
15801       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetDay());
15802    return(1 || funcname || hash || result7 || libp) ;
15803 }
15804 
15805 static int G__G__Base1_160_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15806 {
15807       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetDayOfWeek());
15808    return(1 || funcname || hash || result7 || libp) ;
15809 }
15810 
15811 static int G__G__Base1_160_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15812 {
15813       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetHour());
15814    return(1 || funcname || hash || result7 || libp) ;
15815 }
15816 
15817 static int G__G__Base1_160_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15818 {
15819       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetMinute());
15820    return(1 || funcname || hash || result7 || libp) ;
15821 }
15822 
15823 static int G__G__Base1_160_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15824 {
15825       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->GetSecond());
15826    return(1 || funcname || hash || result7 || libp) ;
15827 }
15828 
15829 static int G__G__Base1_160_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15830 {
15831       ((TDatime*) G__getstructoffset())->FillBuffer(libp->para[0].ref ? *(char**) libp->para[0].ref : *(char**) (void*) (&G__Mlong(libp->para[0])));
15832       G__setnull(result7);
15833    return(1 || funcname || hash || result7 || libp) ;
15834 }
15835 
15836 static int G__G__Base1_160_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15837 {
15838    switch (libp->paran) {
15839    case 1:
15840       ((const TDatime*) G__getstructoffset())->Print((Option_t*) G__int(libp->para[0]));
15841       G__setnull(result7);
15842       break;
15843    case 0:
15844       ((const TDatime*) G__getstructoffset())->Print();
15845       G__setnull(result7);
15846       break;
15847    }
15848    return(1 || funcname || hash || result7 || libp) ;
15849 }
15850 
15851 static int G__G__Base1_160_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15852 {
15853       ((TDatime*) G__getstructoffset())->ReadBuffer(libp->para[0].ref ? *(char**) libp->para[0].ref : *(char**) (void*) (&G__Mlong(libp->para[0])));
15854       G__setnull(result7);
15855    return(1 || funcname || hash || result7 || libp) ;
15856 }
15857 
15858 static int G__G__Base1_160_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15859 {
15860       ((TDatime*) G__getstructoffset())->Set();
15861       G__setnull(result7);
15862    return(1 || funcname || hash || result7 || libp) ;
15863 }
15864 
15865 static int G__G__Base1_160_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15866 {
15867    switch (libp->paran) {
15868    case 2:
15869       ((TDatime*) G__getstructoffset())->Set((UInt_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
15870       G__setnull(result7);
15871       break;
15872    case 1:
15873       ((TDatime*) G__getstructoffset())->Set((UInt_t) G__int(libp->para[0]));
15874       G__setnull(result7);
15875       break;
15876    }
15877    return(1 || funcname || hash || result7 || libp) ;
15878 }
15879 
15880 static int G__G__Base1_160_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15881 {
15882       ((TDatime*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15883       G__setnull(result7);
15884    return(1 || funcname || hash || result7 || libp) ;
15885 }
15886 
15887 static int G__G__Base1_160_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15888 {
15889       ((TDatime*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15890 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
15891 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
15892       G__setnull(result7);
15893    return(1 || funcname || hash || result7 || libp) ;
15894 }
15895 
15896 static int G__G__Base1_160_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15897 {
15898       ((TDatime*) G__getstructoffset())->Set((const char*) G__int(libp->para[0]));
15899       G__setnull(result7);
15900    return(1 || funcname || hash || result7 || libp) ;
15901 }
15902 
15903 static int G__G__Base1_160_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15904 {
15905       G__letint(result7, 105, (long) ((const TDatime*) G__getstructoffset())->Sizeof());
15906    return(1 || funcname || hash || result7 || libp) ;
15907 }
15908 
15909 static int G__G__Base1_160_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15910 {
15911       TDatime::GetDateTime((UInt_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
15912 , *(Int_t*) G__Intref(&libp->para[2]));
15913       G__setnull(result7);
15914    return(1 || funcname || hash || result7 || libp) ;
15915 }
15916 
15917 static int G__G__Base1_160_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15918 {
15919       G__letint(result7, 85, (long) TDatime::Class());
15920    return(1 || funcname || hash || result7 || libp) ;
15921 }
15922 
15923 static int G__G__Base1_160_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15924 {
15925       G__letint(result7, 67, (long) TDatime::Class_Name());
15926    return(1 || funcname || hash || result7 || libp) ;
15927 }
15928 
15929 static int G__G__Base1_160_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15930 {
15931       G__letint(result7, 115, (long) TDatime::Class_Version());
15932    return(1 || funcname || hash || result7 || libp) ;
15933 }
15934 
15935 static int G__G__Base1_160_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15936 {
15937       TDatime::Dictionary();
15938       G__setnull(result7);
15939    return(1 || funcname || hash || result7 || libp) ;
15940 }
15941 
15942 static int G__G__Base1_160_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15943 {
15944       G__letint(result7, 85, (long) ((const TDatime*) G__getstructoffset())->IsA());
15945    return(1 || funcname || hash || result7 || libp) ;
15946 }
15947 
15948 static int G__G__Base1_160_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15949 {
15950       ((TDatime*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15951       G__setnull(result7);
15952    return(1 || funcname || hash || result7 || libp) ;
15953 }
15954 
15955 static int G__G__Base1_160_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15956 {
15957       ((TDatime*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15958       G__setnull(result7);
15959    return(1 || funcname || hash || result7 || libp) ;
15960 }
15961 
15962 static int G__G__Base1_160_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15963 {
15964       ((TDatime*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15965       G__setnull(result7);
15966    return(1 || funcname || hash || result7 || libp) ;
15967 }
15968 
15969 static int G__G__Base1_160_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15970 {
15971       G__letint(result7, 67, (long) TDatime::DeclFileName());
15972    return(1 || funcname || hash || result7 || libp) ;
15973 }
15974 
15975 static int G__G__Base1_160_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15976 {
15977       G__letint(result7, 105, (long) TDatime::ImplFileLine());
15978    return(1 || funcname || hash || result7 || libp) ;
15979 }
15980 
15981 static int G__G__Base1_160_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15982 {
15983       G__letint(result7, 67, (long) TDatime::ImplFileName());
15984    return(1 || funcname || hash || result7 || libp) ;
15985 }
15986 
15987 static int G__G__Base1_160_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15988 {
15989       G__letint(result7, 105, (long) TDatime::DeclFileLine());
15990    return(1 || funcname || hash || result7 || libp) ;
15991 }
15992 
15993 // automatic destructor
15994 typedef TDatime G__TTDatime;
15995 static int G__G__Base1_160_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15996 {
15997    char* gvp = (char*) G__getgvp();
15998    long soff = G__getstructoffset();
15999    int n = G__getaryconstruct();
16000    //
16001    //has_a_delete: 0
16002    //has_own_delete1arg: 0
16003    //has_own_delete2arg: 0
16004    //
16005    if (!soff) {
16006      return(1);
16007    }
16008    if (n) {
16009      if (gvp == (char*)G__PVOID) {
16010        delete[] (TDatime*) soff;
16011      } else {
16012        G__setgvp((long) G__PVOID);
16013        for (int i = n - 1; i >= 0; --i) {
16014          ((TDatime*) (soff+(sizeof(TDatime)*i)))->~G__TTDatime();
16015        }
16016        G__setgvp((long)gvp);
16017      }
16018    } else {
16019      if (gvp == (char*)G__PVOID) {
16020        delete (TDatime*) soff;
16021      } else {
16022        G__setgvp((long) G__PVOID);
16023        ((TDatime*) (soff))->~G__TTDatime();
16024        G__setgvp((long)gvp);
16025      }
16026    }
16027    G__setnull(result7);
16028    return(1 || funcname || hash || result7 || libp) ;
16029 }
16030 
16031 
16032 /* TEnv */
16033 static int G__G__Base1_178_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16034 {
16035    TEnv* p = NULL;
16036    char* gvp = (char*) G__getgvp();
16037    switch (libp->paran) {
16038    case 1:
16039      //m: 1
16040      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16041        p = new TEnv((const char*) G__int(libp->para[0]));
16042      } else {
16043        p = new((void*) gvp) TEnv((const char*) G__int(libp->para[0]));
16044      }
16045      break;
16046    case 0:
16047      int n = G__getaryconstruct();
16048      if (n) {
16049        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16050          p = new TEnv[n];
16051        } else {
16052          p = new((void*) gvp) TEnv[n];
16053        }
16054      } else {
16055        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16056          p = new TEnv;
16057        } else {
16058          p = new((void*) gvp) TEnv;
16059        }
16060      }
16061      break;
16062    }
16063    result7->obj.i = (long) p;
16064    result7->ref = (long) p;
16065    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TEnv));
16066    return(1 || funcname || hash || result7 || libp) ;
16067 }
16068 
16069 static int G__G__Base1_178_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16070 {
16071       G__letint(result7, 85, (long) ((const TEnv*) G__getstructoffset())->GetTable());
16072    return(1 || funcname || hash || result7 || libp) ;
16073 }
16074 
16075 static int G__G__Base1_178_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16076 {
16077       G__letint(result7, 103, (long) ((TEnv*) G__getstructoffset())->Defined((const char*) G__int(libp->para[0])));
16078    return(1 || funcname || hash || result7 || libp) ;
16079 }
16080 
16081 static int G__G__Base1_178_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16082 {
16083       G__letint(result7, 67, (long) ((const TEnv*) G__getstructoffset())->GetRcName());
16084    return(1 || funcname || hash || result7 || libp) ;
16085 }
16086 
16087 static int G__G__Base1_178_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16088 {
16089       ((TEnv*) G__getstructoffset())->SetRcName((const char*) G__int(libp->para[0]));
16090       G__setnull(result7);
16091    return(1 || funcname || hash || result7 || libp) ;
16092 }
16093 
16094 static int G__G__Base1_178_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16095 {
16096       G__letint(result7, 105, (long) ((TEnv*) G__getstructoffset())->GetValue((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
16097    return(1 || funcname || hash || result7 || libp) ;
16098 }
16099 
16100 static int G__G__Base1_178_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16101 {
16102       G__letdouble(result7, 100, (double) ((TEnv*) G__getstructoffset())->GetValue((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
16103    return(1 || funcname || hash || result7 || libp) ;
16104 }
16105 
16106 static int G__G__Base1_178_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16107 {
16108       G__letint(result7, 67, (long) ((TEnv*) G__getstructoffset())->GetValue((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
16109    return(1 || funcname || hash || result7 || libp) ;
16110 }
16111 
16112 static int G__G__Base1_178_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16113 {
16114    switch (libp->paran) {
16115    case 4:
16116       ((TEnv*) G__getstructoffset())->SetValue((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16117 , (EEnvLevel) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
16118       G__setnull(result7);
16119       break;
16120    case 3:
16121       ((TEnv*) G__getstructoffset())->SetValue((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16122 , (EEnvLevel) G__int(libp->para[2]));
16123       G__setnull(result7);
16124       break;
16125    case 2:
16126       ((TEnv*) G__getstructoffset())->SetValue((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16127       G__setnull(result7);
16128       break;
16129    }
16130    return(1 || funcname || hash || result7 || libp) ;
16131 }
16132 
16133 static int G__G__Base1_178_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16134 {
16135    switch (libp->paran) {
16136    case 2:
16137       ((TEnv*) G__getstructoffset())->SetValue((const char*) G__int(libp->para[0]), (EEnvLevel) G__int(libp->para[1]));
16138       G__setnull(result7);
16139       break;
16140    case 1:
16141       ((TEnv*) G__getstructoffset())->SetValue((const char*) G__int(libp->para[0]));
16142       G__setnull(result7);
16143       break;
16144    }
16145    return(1 || funcname || hash || result7 || libp) ;
16146 }
16147 
16148 static int G__G__Base1_178_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16149 {
16150       ((TEnv*) G__getstructoffset())->SetValue((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
16151       G__setnull(result7);
16152    return(1 || funcname || hash || result7 || libp) ;
16153 }
16154 
16155 static int G__G__Base1_178_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16156 {
16157       ((TEnv*) G__getstructoffset())->SetValue((const char*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
16158       G__setnull(result7);
16159    return(1 || funcname || hash || result7 || libp) ;
16160 }
16161 
16162 static int G__G__Base1_178_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16163 {
16164       G__letint(result7, 85, (long) ((TEnv*) G__getstructoffset())->Lookup((const char*) G__int(libp->para[0])));
16165    return(1 || funcname || hash || result7 || libp) ;
16166 }
16167 
16168 static int G__G__Base1_178_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16169 {
16170       G__letint(result7, 105, (long) ((TEnv*) G__getstructoffset())->ReadFile((const char*) G__int(libp->para[0]), (EEnvLevel) G__int(libp->para[1])));
16171    return(1 || funcname || hash || result7 || libp) ;
16172 }
16173 
16174 static int G__G__Base1_178_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16175 {
16176    switch (libp->paran) {
16177    case 2:
16178       G__letint(result7, 105, (long) ((TEnv*) G__getstructoffset())->WriteFile((const char*) G__int(libp->para[0]), (EEnvLevel) G__int(libp->para[1])));
16179       break;
16180    case 1:
16181       G__letint(result7, 105, (long) ((TEnv*) G__getstructoffset())->WriteFile((const char*) G__int(libp->para[0])));
16182       break;
16183    }
16184    return(1 || funcname || hash || result7 || libp) ;
16185 }
16186 
16187 static int G__G__Base1_178_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16188 {
16189       ((TEnv*) G__getstructoffset())->Save();
16190       G__setnull(result7);
16191    return(1 || funcname || hash || result7 || libp) ;
16192 }
16193 
16194 static int G__G__Base1_178_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16195 {
16196       ((TEnv*) G__getstructoffset())->SaveLevel((EEnvLevel) G__int(libp->para[0]));
16197       G__setnull(result7);
16198    return(1 || funcname || hash || result7 || libp) ;
16199 }
16200 
16201 static int G__G__Base1_178_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16202 {
16203    switch (libp->paran) {
16204    case 1:
16205       ((const TEnv*) G__getstructoffset())->PrintEnv((EEnvLevel) G__int(libp->para[0]));
16206       G__setnull(result7);
16207       break;
16208    case 0:
16209       ((const TEnv*) G__getstructoffset())->PrintEnv();
16210       G__setnull(result7);
16211       break;
16212    }
16213    return(1 || funcname || hash || result7 || libp) ;
16214 }
16215 
16216 static int G__G__Base1_178_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16217 {
16218       G__letint(result7, 103, (long) ((TEnv*) G__getstructoffset())->IgnoreDuplicates((Bool_t) G__int(libp->para[0])));
16219    return(1 || funcname || hash || result7 || libp) ;
16220 }
16221 
16222 static int G__G__Base1_178_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16223 {
16224       G__letint(result7, 85, (long) TEnv::Class());
16225    return(1 || funcname || hash || result7 || libp) ;
16226 }
16227 
16228 static int G__G__Base1_178_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16229 {
16230       G__letint(result7, 67, (long) TEnv::Class_Name());
16231    return(1 || funcname || hash || result7 || libp) ;
16232 }
16233 
16234 static int G__G__Base1_178_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16235 {
16236       G__letint(result7, 115, (long) TEnv::Class_Version());
16237    return(1 || funcname || hash || result7 || libp) ;
16238 }
16239 
16240 static int G__G__Base1_178_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16241 {
16242       TEnv::Dictionary();
16243       G__setnull(result7);
16244    return(1 || funcname || hash || result7 || libp) ;
16245 }
16246 
16247 static int G__G__Base1_178_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16248 {
16249       ((TEnv*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16250       G__setnull(result7);
16251    return(1 || funcname || hash || result7 || libp) ;
16252 }
16253 
16254 static int G__G__Base1_178_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16255 {
16256       G__letint(result7, 67, (long) TEnv::DeclFileName());
16257    return(1 || funcname || hash || result7 || libp) ;
16258 }
16259 
16260 static int G__G__Base1_178_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16261 {
16262       G__letint(result7, 105, (long) TEnv::ImplFileLine());
16263    return(1 || funcname || hash || result7 || libp) ;
16264 }
16265 
16266 static int G__G__Base1_178_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16267 {
16268       G__letint(result7, 67, (long) TEnv::ImplFileName());
16269    return(1 || funcname || hash || result7 || libp) ;
16270 }
16271 
16272 static int G__G__Base1_178_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16273 {
16274       G__letint(result7, 105, (long) TEnv::DeclFileLine());
16275    return(1 || funcname || hash || result7 || libp) ;
16276 }
16277 
16278 // automatic destructor
16279 typedef TEnv G__TTEnv;
16280 static int G__G__Base1_178_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16281 {
16282    char* gvp = (char*) G__getgvp();
16283    long soff = G__getstructoffset();
16284    int n = G__getaryconstruct();
16285    //
16286    //has_a_delete: 1
16287    //has_own_delete1arg: 0
16288    //has_own_delete2arg: 0
16289    //
16290    if (!soff) {
16291      return(1);
16292    }
16293    if (n) {
16294      if (gvp == (char*)G__PVOID) {
16295        delete[] (TEnv*) soff;
16296      } else {
16297        G__setgvp((long) G__PVOID);
16298        for (int i = n - 1; i >= 0; --i) {
16299          ((TEnv*) (soff+(sizeof(TEnv)*i)))->~G__TTEnv();
16300        }
16301        G__setgvp((long)gvp);
16302      }
16303    } else {
16304      if (gvp == (char*)G__PVOID) {
16305        delete (TEnv*) soff;
16306      } else {
16307        G__setgvp((long) G__PVOID);
16308        ((TEnv*) (soff))->~G__TTEnv();
16309        G__setgvp((long)gvp);
16310      }
16311    }
16312    G__setnull(result7);
16313    return(1 || funcname || hash || result7 || libp) ;
16314 }
16315 
16316 
16317 /* TEnvRec */
16318 static int G__G__Base1_183_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16319 {
16320    TEnvRec* p = NULL;
16321    char* gvp = (char*) G__getgvp();
16322    int n = G__getaryconstruct();
16323    if (n) {
16324      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16325        p = new TEnvRec[n];
16326      } else {
16327        p = new((void*) gvp) TEnvRec[n];
16328      }
16329    } else {
16330      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16331        p = new TEnvRec;
16332      } else {
16333        p = new((void*) gvp) TEnvRec;
16334      }
16335    }
16336    result7->obj.i = (long) p;
16337    result7->ref = (long) p;
16338    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TEnvRec));
16339    return(1 || funcname || hash || result7 || libp) ;
16340 }
16341 
16342 static int G__G__Base1_183_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16343 {
16344       G__letint(result7, 67, (long) ((const TEnvRec*) G__getstructoffset())->GetValue());
16345    return(1 || funcname || hash || result7 || libp) ;
16346 }
16347 
16348 static int G__G__Base1_183_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16349 {
16350       G__letint(result7, 67, (long) ((const TEnvRec*) G__getstructoffset())->GetType());
16351    return(1 || funcname || hash || result7 || libp) ;
16352 }
16353 
16354 static int G__G__Base1_183_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16355 {
16356       G__letint(result7, 105, (long) ((const TEnvRec*) G__getstructoffset())->GetLevel());
16357    return(1 || funcname || hash || result7 || libp) ;
16358 }
16359 
16360 static int G__G__Base1_183_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16361 {
16362       G__letint(result7, 85, (long) TEnvRec::Class());
16363    return(1 || funcname || hash || result7 || libp) ;
16364 }
16365 
16366 static int G__G__Base1_183_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16367 {
16368       G__letint(result7, 67, (long) TEnvRec::Class_Name());
16369    return(1 || funcname || hash || result7 || libp) ;
16370 }
16371 
16372 static int G__G__Base1_183_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16373 {
16374       G__letint(result7, 115, (long) TEnvRec::Class_Version());
16375    return(1 || funcname || hash || result7 || libp) ;
16376 }
16377 
16378 static int G__G__Base1_183_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16379 {
16380       TEnvRec::Dictionary();
16381       G__setnull(result7);
16382    return(1 || funcname || hash || result7 || libp) ;
16383 }
16384 
16385 static int G__G__Base1_183_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16386 {
16387       ((TEnvRec*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16388       G__setnull(result7);
16389    return(1 || funcname || hash || result7 || libp) ;
16390 }
16391 
16392 static int G__G__Base1_183_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16393 {
16394       G__letint(result7, 67, (long) TEnvRec::DeclFileName());
16395    return(1 || funcname || hash || result7 || libp) ;
16396 }
16397 
16398 static int G__G__Base1_183_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16399 {
16400       G__letint(result7, 105, (long) TEnvRec::ImplFileLine());
16401    return(1 || funcname || hash || result7 || libp) ;
16402 }
16403 
16404 static int G__G__Base1_183_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16405 {
16406       G__letint(result7, 67, (long) TEnvRec::ImplFileName());
16407    return(1 || funcname || hash || result7 || libp) ;
16408 }
16409 
16410 static int G__G__Base1_183_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16411 {
16412       G__letint(result7, 105, (long) TEnvRec::DeclFileLine());
16413    return(1 || funcname || hash || result7 || libp) ;
16414 }
16415 
16416 // automatic copy constructor
16417 static int G__G__Base1_183_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16418 
16419 {
16420    TEnvRec* p;
16421    void* tmp = (void*) G__int(libp->para[0]);
16422    p = new TEnvRec(*(TEnvRec*) tmp);
16423    result7->obj.i = (long) p;
16424    result7->ref = (long) p;
16425    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TEnvRec));
16426    return(1 || funcname || hash || result7 || libp) ;
16427 }
16428 
16429 // automatic destructor
16430 typedef TEnvRec G__TTEnvRec;
16431 static int G__G__Base1_183_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16432 {
16433    char* gvp = (char*) G__getgvp();
16434    long soff = G__getstructoffset();
16435    int n = G__getaryconstruct();
16436    //
16437    //has_a_delete: 1
16438    //has_own_delete1arg: 0
16439    //has_own_delete2arg: 0
16440    //
16441    if (!soff) {
16442      return(1);
16443    }
16444    if (n) {
16445      if (gvp == (char*)G__PVOID) {
16446        delete[] (TEnvRec*) soff;
16447      } else {
16448        G__setgvp((long) G__PVOID);
16449        for (int i = n - 1; i >= 0; --i) {
16450          ((TEnvRec*) (soff+(sizeof(TEnvRec)*i)))->~G__TTEnvRec();
16451        }
16452        G__setgvp((long)gvp);
16453      }
16454    } else {
16455      if (gvp == (char*)G__PVOID) {
16456        delete (TEnvRec*) soff;
16457      } else {
16458        G__setgvp((long) G__PVOID);
16459        ((TEnvRec*) (soff))->~G__TTEnvRec();
16460        G__setgvp((long)gvp);
16461      }
16462    }
16463    G__setnull(result7);
16464    return(1 || funcname || hash || result7 || libp) ;
16465 }
16466 
16467 // automatic assignment operator
16468 static int G__G__Base1_183_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16469 {
16470    TEnvRec* dest = (TEnvRec*) G__getstructoffset();
16471    *dest = *(TEnvRec*) libp->para[0].ref;
16472    const TEnvRec& obj = *dest;
16473    result7->ref = (long) (&obj);
16474    result7->obj.i = (long) (&obj);
16475    return(1 || funcname || hash || result7 || libp) ;
16476 }
16477 
16478 
16479 /* TInspectorImp */
16480 static int G__G__Base1_189_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16481 {
16482    TInspectorImp* p = NULL;
16483    char* gvp = (char*) G__getgvp();
16484    int n = G__getaryconstruct();
16485    if (n) {
16486      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16487        p = new TInspectorImp[n];
16488      } else {
16489        p = new((void*) gvp) TInspectorImp[n];
16490      }
16491    } else {
16492      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16493        p = new TInspectorImp;
16494      } else {
16495        p = new((void*) gvp) TInspectorImp;
16496      }
16497    }
16498    result7->obj.i = (long) p;
16499    result7->ref = (long) p;
16500    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp));
16501    return(1 || funcname || hash || result7 || libp) ;
16502 }
16503 
16504 static int G__G__Base1_189_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16505 {
16506    TInspectorImp* p = NULL;
16507    char* gvp = (char*) G__getgvp();
16508    //m: 3
16509    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16510      p = new TInspectorImp(
16511 (TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
16512 , (UInt_t) G__int(libp->para[2]));
16513    } else {
16514      p = new((void*) gvp) TInspectorImp(
16515 (TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
16516 , (UInt_t) G__int(libp->para[2]));
16517    }
16518    result7->obj.i = (long) p;
16519    result7->ref = (long) p;
16520    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp));
16521    return(1 || funcname || hash || result7 || libp) ;
16522 }
16523 
16524 static int G__G__Base1_189_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16525 {
16526       ((TInspectorImp*) G__getstructoffset())->Hide();
16527       G__setnull(result7);
16528    return(1 || funcname || hash || result7 || libp) ;
16529 }
16530 
16531 static int G__G__Base1_189_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16532 {
16533       ((TInspectorImp*) G__getstructoffset())->Show();
16534       G__setnull(result7);
16535    return(1 || funcname || hash || result7 || libp) ;
16536 }
16537 
16538 static int G__G__Base1_189_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16539 {
16540       G__letint(result7, 85, (long) TInspectorImp::Class());
16541    return(1 || funcname || hash || result7 || libp) ;
16542 }
16543 
16544 static int G__G__Base1_189_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16545 {
16546       G__letint(result7, 67, (long) TInspectorImp::Class_Name());
16547    return(1 || funcname || hash || result7 || libp) ;
16548 }
16549 
16550 static int G__G__Base1_189_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16551 {
16552       G__letint(result7, 115, (long) TInspectorImp::Class_Version());
16553    return(1 || funcname || hash || result7 || libp) ;
16554 }
16555 
16556 static int G__G__Base1_189_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16557 {
16558       TInspectorImp::Dictionary();
16559       G__setnull(result7);
16560    return(1 || funcname || hash || result7 || libp) ;
16561 }
16562 
16563 static int G__G__Base1_189_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16564 {
16565       G__letint(result7, 85, (long) ((const TInspectorImp*) G__getstructoffset())->IsA());
16566    return(1 || funcname || hash || result7 || libp) ;
16567 }
16568 
16569 static int G__G__Base1_189_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16570 {
16571       ((TInspectorImp*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
16572       G__setnull(result7);
16573    return(1 || funcname || hash || result7 || libp) ;
16574 }
16575 
16576 static int G__G__Base1_189_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16577 {
16578       ((TInspectorImp*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
16579       G__setnull(result7);
16580    return(1 || funcname || hash || result7 || libp) ;
16581 }
16582 
16583 static int G__G__Base1_189_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16584 {
16585       ((TInspectorImp*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16586       G__setnull(result7);
16587    return(1 || funcname || hash || result7 || libp) ;
16588 }
16589 
16590 static int G__G__Base1_189_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16591 {
16592       G__letint(result7, 67, (long) TInspectorImp::DeclFileName());
16593    return(1 || funcname || hash || result7 || libp) ;
16594 }
16595 
16596 static int G__G__Base1_189_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16597 {
16598       G__letint(result7, 105, (long) TInspectorImp::ImplFileLine());
16599    return(1 || funcname || hash || result7 || libp) ;
16600 }
16601 
16602 static int G__G__Base1_189_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16603 {
16604       G__letint(result7, 67, (long) TInspectorImp::ImplFileName());
16605    return(1 || funcname || hash || result7 || libp) ;
16606 }
16607 
16608 static int G__G__Base1_189_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16609 {
16610       G__letint(result7, 105, (long) TInspectorImp::DeclFileLine());
16611    return(1 || funcname || hash || result7 || libp) ;
16612 }
16613 
16614 // automatic copy constructor
16615 static int G__G__Base1_189_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16616 
16617 {
16618    TInspectorImp* p;
16619    void* tmp = (void*) G__int(libp->para[0]);
16620    p = new TInspectorImp(*(TInspectorImp*) tmp);
16621    result7->obj.i = (long) p;
16622    result7->ref = (long) p;
16623    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp));
16624    return(1 || funcname || hash || result7 || libp) ;
16625 }
16626 
16627 // automatic destructor
16628 typedef TInspectorImp G__TTInspectorImp;
16629 static int G__G__Base1_189_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16630 {
16631    char* gvp = (char*) G__getgvp();
16632    long soff = G__getstructoffset();
16633    int n = G__getaryconstruct();
16634    //
16635    //has_a_delete: 0
16636    //has_own_delete1arg: 0
16637    //has_own_delete2arg: 0
16638    //
16639    if (!soff) {
16640      return(1);
16641    }
16642    if (n) {
16643      if (gvp == (char*)G__PVOID) {
16644        delete[] (TInspectorImp*) soff;
16645      } else {
16646        G__setgvp((long) G__PVOID);
16647        for (int i = n - 1; i >= 0; --i) {
16648          ((TInspectorImp*) (soff+(sizeof(TInspectorImp)*i)))->~G__TTInspectorImp();
16649        }
16650        G__setgvp((long)gvp);
16651      }
16652    } else {
16653      if (gvp == (char*)G__PVOID) {
16654        delete (TInspectorImp*) soff;
16655      } else {
16656        G__setgvp((long) G__PVOID);
16657        ((TInspectorImp*) (soff))->~G__TTInspectorImp();
16658        G__setgvp((long)gvp);
16659      }
16660    }
16661    G__setnull(result7);
16662    return(1 || funcname || hash || result7 || libp) ;
16663 }
16664 
16665 // automatic assignment operator
16666 static int G__G__Base1_189_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16667 {
16668    TInspectorImp* dest = (TInspectorImp*) G__getstructoffset();
16669    *dest = *(TInspectorImp*) libp->para[0].ref;
16670    const TInspectorImp& obj = *dest;
16671    result7->ref = (long) (&obj);
16672    result7->obj.i = (long) (&obj);
16673    return(1 || funcname || hash || result7 || libp) ;
16674 }
16675 
16676 
16677 /* TGuiFactory */
16678 static int G__G__Base1_190_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16679 {
16680    TGuiFactory* p = NULL;
16681    char* gvp = (char*) G__getgvp();
16682    switch (libp->paran) {
16683    case 2:
16684      //m: 2
16685      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16686        p = new TGuiFactory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16687      } else {
16688        p = new((void*) gvp) TGuiFactory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16689      }
16690      break;
16691    case 1:
16692      //m: 1
16693      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16694        p = new TGuiFactory((const char*) G__int(libp->para[0]));
16695      } else {
16696        p = new((void*) gvp) TGuiFactory((const char*) G__int(libp->para[0]));
16697      }
16698      break;
16699    case 0:
16700      int n = G__getaryconstruct();
16701      if (n) {
16702        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16703          p = new TGuiFactory[n];
16704        } else {
16705          p = new((void*) gvp) TGuiFactory[n];
16706        }
16707      } else {
16708        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16709          p = new TGuiFactory;
16710        } else {
16711          p = new((void*) gvp) TGuiFactory;
16712        }
16713      }
16714      break;
16715    }
16716    result7->obj.i = (long) p;
16717    result7->ref = (long) p;
16718    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory));
16719    return(1 || funcname || hash || result7 || libp) ;
16720 }
16721 
16722 static int G__G__Base1_190_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16723 {
16724       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateApplicationImp((const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
16725 , (char**) G__int(libp->para[2])));
16726    return(1 || funcname || hash || result7 || libp) ;
16727 }
16728 
16729 static int G__G__Base1_190_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16730 {
16731       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateCanvasImp((TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16732 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])));
16733    return(1 || funcname || hash || result7 || libp) ;
16734 }
16735 
16736 static int G__G__Base1_190_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16737 {
16738       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateCanvasImp((TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16739 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
16740 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
16741    return(1 || funcname || hash || result7 || libp) ;
16742 }
16743 
16744 static int G__G__Base1_190_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16745 {
16746    switch (libp->paran) {
16747    case 5:
16748       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateBrowserImp((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16749 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
16750 , (Option_t*) G__int(libp->para[4])));
16751       break;
16752    case 4:
16753       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateBrowserImp((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16754 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])));
16755       break;
16756    }
16757    return(1 || funcname || hash || result7 || libp) ;
16758 }
16759 
16760 static int G__G__Base1_190_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16761 {
16762    switch (libp->paran) {
16763    case 7:
16764       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateBrowserImp(
16765 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16766 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
16767 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
16768 , (Option_t*) G__int(libp->para[6])));
16769       break;
16770    case 6:
16771       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateBrowserImp((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16772 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
16773 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
16774       break;
16775    }
16776    return(1 || funcname || hash || result7 || libp) ;
16777 }
16778 
16779 static int G__G__Base1_190_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16780 {
16781       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateContextMenuImp((TContextMenu*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16782 , (const char*) G__int(libp->para[2])));
16783    return(1 || funcname || hash || result7 || libp) ;
16784 }
16785 
16786 static int G__G__Base1_190_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16787 {
16788       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateControlBarImp((TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
16789    return(1 || funcname || hash || result7 || libp) ;
16790 }
16791 
16792 static int G__G__Base1_190_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16793 {
16794       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateControlBarImp((TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16795 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
16796    return(1 || funcname || hash || result7 || libp) ;
16797 }
16798 
16799 static int G__G__Base1_190_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16800 {
16801       G__letint(result7, 85, (long) ((TGuiFactory*) G__getstructoffset())->CreateInspectorImp((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
16802 , (UInt_t) G__int(libp->para[2])));
16803    return(1 || funcname || hash || result7 || libp) ;
16804 }
16805 
16806 static int G__G__Base1_190_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16807 {
16808       G__letint(result7, 85, (long) TGuiFactory::Class());
16809    return(1 || funcname || hash || result7 || libp) ;
16810 }
16811 
16812 static int G__G__Base1_190_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16813 {
16814       G__letint(result7, 67, (long) TGuiFactory::Class_Name());
16815    return(1 || funcname || hash || result7 || libp) ;
16816 }
16817 
16818 static int G__G__Base1_190_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16819 {
16820       G__letint(result7, 115, (long) TGuiFactory::Class_Version());
16821    return(1 || funcname || hash || result7 || libp) ;
16822 }
16823 
16824 static int G__G__Base1_190_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16825 {
16826       TGuiFactory::Dictionary();
16827       G__setnull(result7);
16828    return(1 || funcname || hash || result7 || libp) ;
16829 }
16830 
16831 static int G__G__Base1_190_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16832 {
16833       ((TGuiFactory*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16834       G__setnull(result7);
16835    return(1 || funcname || hash || result7 || libp) ;
16836 }
16837 
16838 static int G__G__Base1_190_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16839 {
16840       G__letint(result7, 67, (long) TGuiFactory::DeclFileName());
16841    return(1 || funcname || hash || result7 || libp) ;
16842 }
16843 
16844 static int G__G__Base1_190_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16845 {
16846       G__letint(result7, 105, (long) TGuiFactory::ImplFileLine());
16847    return(1 || funcname || hash || result7 || libp) ;
16848 }
16849 
16850 static int G__G__Base1_190_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16851 {
16852       G__letint(result7, 67, (long) TGuiFactory::ImplFileName());
16853    return(1 || funcname || hash || result7 || libp) ;
16854 }
16855 
16856 static int G__G__Base1_190_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16857 {
16858       G__letint(result7, 105, (long) TGuiFactory::DeclFileLine());
16859    return(1 || funcname || hash || result7 || libp) ;
16860 }
16861 
16862 // automatic copy constructor
16863 static int G__G__Base1_190_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16864 
16865 {
16866    TGuiFactory* p;
16867    void* tmp = (void*) G__int(libp->para[0]);
16868    p = new TGuiFactory(*(TGuiFactory*) tmp);
16869    result7->obj.i = (long) p;
16870    result7->ref = (long) p;
16871    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory));
16872    return(1 || funcname || hash || result7 || libp) ;
16873 }
16874 
16875 // automatic destructor
16876 typedef TGuiFactory G__TTGuiFactory;
16877 static int G__G__Base1_190_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16878 {
16879    char* gvp = (char*) G__getgvp();
16880    long soff = G__getstructoffset();
16881    int n = G__getaryconstruct();
16882    //
16883    //has_a_delete: 1
16884    //has_own_delete1arg: 0
16885    //has_own_delete2arg: 0
16886    //
16887    if (!soff) {
16888      return(1);
16889    }
16890    if (n) {
16891      if (gvp == (char*)G__PVOID) {
16892        delete[] (TGuiFactory*) soff;
16893      } else {
16894        G__setgvp((long) G__PVOID);
16895        for (int i = n - 1; i >= 0; --i) {
16896          ((TGuiFactory*) (soff+(sizeof(TGuiFactory)*i)))->~G__TTGuiFactory();
16897        }
16898        G__setgvp((long)gvp);
16899      }
16900    } else {
16901      if (gvp == (char*)G__PVOID) {
16902        delete (TGuiFactory*) soff;
16903      } else {
16904        G__setgvp((long) G__PVOID);
16905        ((TGuiFactory*) (soff))->~G__TTGuiFactory();
16906        G__setgvp((long)gvp);
16907      }
16908    }
16909    G__setnull(result7);
16910    return(1 || funcname || hash || result7 || libp) ;
16911 }
16912 
16913 // automatic assignment operator
16914 static int G__G__Base1_190_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16915 {
16916    TGuiFactory* dest = (TGuiFactory*) G__getstructoffset();
16917    *dest = *(TGuiFactory*) libp->para[0].ref;
16918    const TGuiFactory& obj = *dest;
16919    result7->ref = (long) (&obj);
16920    result7->obj.i = (long) (&obj);
16921    return(1 || funcname || hash || result7 || libp) ;
16922 }
16923 
16924 
16925 /* TFileHandler */
16926 static int G__G__Base1_257_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16927 {
16928    TFileHandler* p = NULL;
16929    char* gvp = (char*) G__getgvp();
16930    //m: 2
16931    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16932      p = new TFileHandler((int) G__int(libp->para[0]), (int) G__int(libp->para[1]));
16933    } else {
16934      p = new((void*) gvp) TFileHandler((int) G__int(libp->para[0]), (int) G__int(libp->para[1]));
16935    }
16936    result7->obj.i = (long) p;
16937    result7->ref = (long) p;
16938    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TFileHandler));
16939    return(1 || funcname || hash || result7 || libp) ;
16940 }
16941 
16942 static int G__G__Base1_257_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16943 {
16944       G__letint(result7, 105, (long) ((const TFileHandler*) G__getstructoffset())->GetFd());
16945    return(1 || funcname || hash || result7 || libp) ;
16946 }
16947 
16948 static int G__G__Base1_257_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16949 {
16950       ((TFileHandler*) G__getstructoffset())->SetFd((int) G__int(libp->para[0]));
16951       G__setnull(result7);
16952    return(1 || funcname || hash || result7 || libp) ;
16953 }
16954 
16955 static int G__G__Base1_257_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16956 {
16957       G__letint(result7, 103, (long) ((TFileHandler*) G__getstructoffset())->ReadNotify());
16958    return(1 || funcname || hash || result7 || libp) ;
16959 }
16960 
16961 static int G__G__Base1_257_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16962 {
16963       G__letint(result7, 103, (long) ((TFileHandler*) G__getstructoffset())->WriteNotify());
16964    return(1 || funcname || hash || result7 || libp) ;
16965 }
16966 
16967 static int G__G__Base1_257_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16968 {
16969       G__letint(result7, 103, (long) ((TFileHandler*) G__getstructoffset())->HasReadInterest());
16970    return(1 || funcname || hash || result7 || libp) ;
16971 }
16972 
16973 static int G__G__Base1_257_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16974 {
16975       G__letint(result7, 103, (long) ((TFileHandler*) G__getstructoffset())->HasWriteInterest());
16976    return(1 || funcname || hash || result7 || libp) ;
16977 }
16978 
16979 static int G__G__Base1_257_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16980 {
16981       ((TFileHandler*) G__getstructoffset())->SetInterest((Int_t) G__int(libp->para[0]));
16982       G__setnull(result7);
16983    return(1 || funcname || hash || result7 || libp) ;
16984 }
16985 
16986 static int G__G__Base1_257_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16987 {
16988       ((TFileHandler*) G__getstructoffset())->ResetReadyMask();
16989       G__setnull(result7);
16990    return(1 || funcname || hash || result7 || libp) ;
16991 }
16992 
16993 static int G__G__Base1_257_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16994 {
16995       ((TFileHandler*) G__getstructoffset())->SetReadReady();
16996       G__setnull(result7);
16997    return(1 || funcname || hash || result7 || libp) ;
16998 }
16999 
17000 static int G__G__Base1_257_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17001 {
17002       ((TFileHandler*) G__getstructoffset())->SetWriteReady();
17003       G__setnull(result7);
17004    return(1 || funcname || hash || result7 || libp) ;
17005 }
17006 
17007 static int G__G__Base1_257_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17008 {
17009       G__letint(result7, 103, (long) ((const TFileHandler*) G__getstructoffset())->IsReadReady());
17010    return(1 || funcname || hash || result7 || libp) ;
17011 }
17012 
17013 static int G__G__Base1_257_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17014 {
17015       G__letint(result7, 103, (long) ((const TFileHandler*) G__getstructoffset())->IsWriteReady());
17016    return(1 || funcname || hash || result7 || libp) ;
17017 }
17018 
17019 static int G__G__Base1_257_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17020 {
17021       G__letint(result7, 85, (long) TFileHandler::Class());
17022    return(1 || funcname || hash || result7 || libp) ;
17023 }
17024 
17025 static int G__G__Base1_257_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17026 {
17027       G__letint(result7, 67, (long) TFileHandler::Class_Name());
17028    return(1 || funcname || hash || result7 || libp) ;
17029 }
17030 
17031 static int G__G__Base1_257_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17032 {
17033       G__letint(result7, 115, (long) TFileHandler::Class_Version());
17034    return(1 || funcname || hash || result7 || libp) ;
17035 }
17036 
17037 static int G__G__Base1_257_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17038 {
17039       TFileHandler::Dictionary();
17040       G__setnull(result7);
17041    return(1 || funcname || hash || result7 || libp) ;
17042 }
17043 
17044 static int G__G__Base1_257_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17045 {
17046       ((TFileHandler*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17047       G__setnull(result7);
17048    return(1 || funcname || hash || result7 || libp) ;
17049 }
17050 
17051 static int G__G__Base1_257_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17052 {
17053       G__letint(result7, 67, (long) TFileHandler::DeclFileName());
17054    return(1 || funcname || hash || result7 || libp) ;
17055 }
17056 
17057 static int G__G__Base1_257_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17058 {
17059       G__letint(result7, 105, (long) TFileHandler::ImplFileLine());
17060    return(1 || funcname || hash || result7 || libp) ;
17061 }
17062 
17063 static int G__G__Base1_257_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17064 {
17065       G__letint(result7, 67, (long) TFileHandler::ImplFileName());
17066    return(1 || funcname || hash || result7 || libp) ;
17067 }
17068 
17069 static int G__G__Base1_257_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17070 {
17071       G__letint(result7, 105, (long) TFileHandler::DeclFileLine());
17072    return(1 || funcname || hash || result7 || libp) ;
17073 }
17074 
17075 // automatic destructor
17076 typedef TFileHandler G__TTFileHandler;
17077 static int G__G__Base1_257_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17078 {
17079    char* gvp = (char*) G__getgvp();
17080    long soff = G__getstructoffset();
17081    int n = G__getaryconstruct();
17082    //
17083    //has_a_delete: 1
17084    //has_own_delete1arg: 0
17085    //has_own_delete2arg: 0
17086    //
17087    if (!soff) {
17088      return(1);
17089    }
17090    if (n) {
17091      if (gvp == (char*)G__PVOID) {
17092        delete[] (TFileHandler*) soff;
17093      } else {
17094        G__setgvp((long) G__PVOID);
17095        for (int i = n - 1; i >= 0; --i) {
17096          ((TFileHandler*) (soff+(sizeof(TFileHandler)*i)))->~G__TTFileHandler();
17097        }
17098        G__setgvp((long)gvp);
17099      }
17100    } else {
17101      if (gvp == (char*)G__PVOID) {
17102        delete (TFileHandler*) soff;
17103      } else {
17104        G__setgvp((long) G__PVOID);
17105        ((TFileHandler*) (soff))->~G__TTFileHandler();
17106        G__setgvp((long)gvp);
17107      }
17108    }
17109    G__setnull(result7);
17110    return(1 || funcname || hash || result7 || libp) ;
17111 }
17112 
17113 
17114 /* TStyle */
17115 static int G__G__Base1_284_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17116 {
17117    TStyle* p = NULL;
17118    char* gvp = (char*) G__getgvp();
17119    int n = G__getaryconstruct();
17120    if (n) {
17121      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17122        p = new TStyle[n];
17123      } else {
17124        p = new((void*) gvp) TStyle[n];
17125      }
17126    } else {
17127      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17128        p = new TStyle;
17129      } else {
17130        p = new((void*) gvp) TStyle;
17131      }
17132    }
17133    result7->obj.i = (long) p;
17134    result7->ref = (long) p;
17135    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TStyle));
17136    return(1 || funcname || hash || result7 || libp) ;
17137 }
17138 
17139 static int G__G__Base1_284_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17140 {
17141    TStyle* p = NULL;
17142    char* gvp = (char*) G__getgvp();
17143    //m: 2
17144    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17145      p = new TStyle((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
17146    } else {
17147      p = new((void*) gvp) TStyle((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
17148    }
17149    result7->obj.i = (long) p;
17150    result7->ref = (long) p;
17151    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TStyle));
17152    return(1 || funcname || hash || result7 || libp) ;
17153 }
17154 
17155 static int G__G__Base1_284_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17156 {
17157    TStyle* p = NULL;
17158    char* gvp = (char*) G__getgvp();
17159    //m: 1
17160    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17161      p = new TStyle(*(TStyle*) libp->para[0].ref);
17162    } else {
17163      p = new((void*) gvp) TStyle(*(TStyle*) libp->para[0].ref);
17164    }
17165    result7->obj.i = (long) p;
17166    result7->ref = (long) p;
17167    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TStyle));
17168    return(1 || funcname || hash || result7 || libp) ;
17169 }
17170 
17171 static int G__G__Base1_284_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17172 {
17173       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->AxisChoice((Option_t*) G__int(libp->para[0])));
17174    return(1 || funcname || hash || result7 || libp) ;
17175 }
17176 
17177 static int G__G__Base1_284_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17178 {
17179       TStyle::BuildStyles();
17180       G__setnull(result7);
17181    return(1 || funcname || hash || result7 || libp) ;
17182 }
17183 
17184 static int G__G__Base1_284_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17185 {
17186       ((TStyle*) G__getstructoffset())->cd();
17187       G__setnull(result7);
17188    return(1 || funcname || hash || result7 || libp) ;
17189 }
17190 
17191 static int G__G__Base1_284_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17192 {
17193    switch (libp->paran) {
17194    case 1:
17195       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetNdivisions((Option_t*) G__int(libp->para[0])));
17196       break;
17197    case 0:
17198       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetNdivisions());
17199       break;
17200    }
17201    return(1 || funcname || hash || result7 || libp) ;
17202 }
17203 
17204 static int G__G__Base1_284_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17205 {
17206       G__letint(result7, 85, (long) ((TStyle*) G__getstructoffset())->GetAttDate());
17207    return(1 || funcname || hash || result7 || libp) ;
17208 }
17209 
17210 static int G__G__Base1_284_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17211 {
17212    switch (libp->paran) {
17213    case 1:
17214       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetAxisColor((Option_t*) G__int(libp->para[0])));
17215       break;
17216    case 0:
17217       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetAxisColor());
17218       break;
17219    }
17220    return(1 || funcname || hash || result7 || libp) ;
17221 }
17222 
17223 static int G__G__Base1_284_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17224 {
17225    switch (libp->paran) {
17226    case 1:
17227       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetLabelColor((Option_t*) G__int(libp->para[0])));
17228       break;
17229    case 0:
17230       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetLabelColor());
17231       break;
17232    }
17233    return(1 || funcname || hash || result7 || libp) ;
17234 }
17235 
17236 static int G__G__Base1_284_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17237 {
17238    switch (libp->paran) {
17239    case 1:
17240       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetLabelFont((Option_t*) G__int(libp->para[0])));
17241       break;
17242    case 0:
17243       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetLabelFont());
17244       break;
17245    }
17246    return(1 || funcname || hash || result7 || libp) ;
17247 }
17248 
17249 static int G__G__Base1_284_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17250 {
17251    switch (libp->paran) {
17252    case 1:
17253       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetLabelOffset((Option_t*) G__int(libp->para[0])));
17254       break;
17255    case 0:
17256       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetLabelOffset());
17257       break;
17258    }
17259    return(1 || funcname || hash || result7 || libp) ;
17260 }
17261 
17262 static int G__G__Base1_284_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17263 {
17264    switch (libp->paran) {
17265    case 1:
17266       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetLabelSize((Option_t*) G__int(libp->para[0])));
17267       break;
17268    case 0:
17269       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetLabelSize());
17270       break;
17271    }
17272    return(1 || funcname || hash || result7 || libp) ;
17273 }
17274 
17275 static int G__G__Base1_284_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17276 {
17277    switch (libp->paran) {
17278    case 1:
17279       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleColor((Option_t*) G__int(libp->para[0])));
17280       break;
17281    case 0:
17282       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleColor());
17283       break;
17284    }
17285    return(1 || funcname || hash || result7 || libp) ;
17286 }
17287 
17288 static int G__G__Base1_284_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17289 {
17290    switch (libp->paran) {
17291    case 1:
17292       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleFont((Option_t*) G__int(libp->para[0])));
17293       break;
17294    case 0:
17295       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleFont());
17296       break;
17297    }
17298    return(1 || funcname || hash || result7 || libp) ;
17299 }
17300 
17301 static int G__G__Base1_284_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17302 {
17303    switch (libp->paran) {
17304    case 1:
17305       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleOffset((Option_t*) G__int(libp->para[0])));
17306       break;
17307    case 0:
17308       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleOffset());
17309       break;
17310    }
17311    return(1 || funcname || hash || result7 || libp) ;
17312 }
17313 
17314 static int G__G__Base1_284_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17315 {
17316    switch (libp->paran) {
17317    case 1:
17318       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleSize((Option_t*) G__int(libp->para[0])));
17319       break;
17320    case 0:
17321       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleSize());
17322       break;
17323    }
17324    return(1 || funcname || hash || result7 || libp) ;
17325 }
17326 
17327 static int G__G__Base1_284_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17328 {
17329    switch (libp->paran) {
17330    case 1:
17331       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTickLength((Option_t*) G__int(libp->para[0])));
17332       break;
17333    case 0:
17334       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTickLength());
17335       break;
17336    }
17337    return(1 || funcname || hash || result7 || libp) ;
17338 }
17339 
17340 static int G__G__Base1_284_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17341 {
17342       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetBarOffset());
17343    return(1 || funcname || hash || result7 || libp) ;
17344 }
17345 
17346 static int G__G__Base1_284_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17347 {
17348       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetBarWidth());
17349    return(1 || funcname || hash || result7 || libp) ;
17350 }
17351 
17352 static int G__G__Base1_284_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17353 {
17354       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetDrawBorder());
17355    return(1 || funcname || hash || result7 || libp) ;
17356 }
17357 
17358 static int G__G__Base1_284_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17359 {
17360       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetEndErrorSize());
17361    return(1 || funcname || hash || result7 || libp) ;
17362 }
17363 
17364 static int G__G__Base1_284_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17365 {
17366       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetErrorX());
17367    return(1 || funcname || hash || result7 || libp) ;
17368 }
17369 
17370 static int G__G__Base1_284_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17371 {
17372       G__letint(result7, 103, (long) ((const TStyle*) G__getstructoffset())->GetCanvasPreferGL());
17373    return(1 || funcname || hash || result7 || libp) ;
17374 }
17375 
17376 static int G__G__Base1_284_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17377 {
17378       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetCanvasColor());
17379    return(1 || funcname || hash || result7 || libp) ;
17380 }
17381 
17382 static int G__G__Base1_284_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17383 {
17384       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetCanvasBorderSize());
17385    return(1 || funcname || hash || result7 || libp) ;
17386 }
17387 
17388 static int G__G__Base1_284_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17389 {
17390       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetCanvasBorderMode());
17391    return(1 || funcname || hash || result7 || libp) ;
17392 }
17393 
17394 static int G__G__Base1_284_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17395 {
17396       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetCanvasDefH());
17397    return(1 || funcname || hash || result7 || libp) ;
17398 }
17399 
17400 static int G__G__Base1_284_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17401 {
17402       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetCanvasDefW());
17403    return(1 || funcname || hash || result7 || libp) ;
17404 }
17405 
17406 static int G__G__Base1_284_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17407 {
17408       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetCanvasDefX());
17409    return(1 || funcname || hash || result7 || libp) ;
17410 }
17411 
17412 static int G__G__Base1_284_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17413 {
17414       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetCanvasDefY());
17415    return(1 || funcname || hash || result7 || libp) ;
17416 }
17417 
17418 static int G__G__Base1_284_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17419 {
17420       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetColorPalette((Int_t) G__int(libp->para[0])));
17421    return(1 || funcname || hash || result7 || libp) ;
17422 }
17423 
17424 static int G__G__Base1_284_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17425 {
17426       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetColorModelPS());
17427    return(1 || funcname || hash || result7 || libp) ;
17428 }
17429 
17430 static int G__G__Base1_284_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17431 {
17432       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetDateX());
17433    return(1 || funcname || hash || result7 || libp) ;
17434 }
17435 
17436 static int G__G__Base1_284_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17437 {
17438       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetDateY());
17439    return(1 || funcname || hash || result7 || libp) ;
17440 }
17441 
17442 static int G__G__Base1_284_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17443 {
17444       G__letint(result7, 67, (long) ((const TStyle*) G__getstructoffset())->GetFitFormat());
17445    return(1 || funcname || hash || result7 || libp) ;
17446 }
17447 
17448 static int G__G__Base1_284_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17449 {
17450       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetHatchesLineWidth());
17451    return(1 || funcname || hash || result7 || libp) ;
17452 }
17453 
17454 static int G__G__Base1_284_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17455 {
17456       G__letdouble(result7, 100, (double) ((const TStyle*) G__getstructoffset())->GetHatchesSpacing());
17457    return(1 || funcname || hash || result7 || libp) ;
17458 }
17459 
17460 static int G__G__Base1_284_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17461 {
17462       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetLegendBorderSize());
17463    return(1 || funcname || hash || result7 || libp) ;
17464 }
17465 
17466 static int G__G__Base1_284_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17467 {
17468       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetNumberOfColors());
17469    return(1 || funcname || hash || result7 || libp) ;
17470 }
17471 
17472 static int G__G__Base1_284_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17473 {
17474       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetPadColor());
17475    return(1 || funcname || hash || result7 || libp) ;
17476 }
17477 
17478 static int G__G__Base1_284_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17479 {
17480       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetPadBorderSize());
17481    return(1 || funcname || hash || result7 || libp) ;
17482 }
17483 
17484 static int G__G__Base1_284_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17485 {
17486       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetPadBorderMode());
17487    return(1 || funcname || hash || result7 || libp) ;
17488 }
17489 
17490 static int G__G__Base1_284_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17491 {
17492       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetPadBottomMargin());
17493    return(1 || funcname || hash || result7 || libp) ;
17494 }
17495 
17496 static int G__G__Base1_284_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17497 {
17498       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetPadTopMargin());
17499    return(1 || funcname || hash || result7 || libp) ;
17500 }
17501 
17502 static int G__G__Base1_284_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17503 {
17504       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetPadLeftMargin());
17505    return(1 || funcname || hash || result7 || libp) ;
17506 }
17507 
17508 static int G__G__Base1_284_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17509 {
17510       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetPadRightMargin());
17511    return(1 || funcname || hash || result7 || libp) ;
17512 }
17513 
17514 static int G__G__Base1_284_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17515 {
17516       G__letint(result7, 103, (long) ((const TStyle*) G__getstructoffset())->GetPadGridX());
17517    return(1 || funcname || hash || result7 || libp) ;
17518 }
17519 
17520 static int G__G__Base1_284_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17521 {
17522       G__letint(result7, 103, (long) ((const TStyle*) G__getstructoffset())->GetPadGridY());
17523    return(1 || funcname || hash || result7 || libp) ;
17524 }
17525 
17526 static int G__G__Base1_284_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17527 {
17528       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetPadTickX());
17529    return(1 || funcname || hash || result7 || libp) ;
17530 }
17531 
17532 static int G__G__Base1_284_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17533 {
17534       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetPadTickY());
17535    return(1 || funcname || hash || result7 || libp) ;
17536 }
17537 
17538 static int G__G__Base1_284_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17539 {
17540       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFuncColor());
17541    return(1 || funcname || hash || result7 || libp) ;
17542 }
17543 
17544 static int G__G__Base1_284_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17545 {
17546       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFuncStyle());
17547    return(1 || funcname || hash || result7 || libp) ;
17548 }
17549 
17550 static int G__G__Base1_284_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17551 {
17552       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFuncWidth());
17553    return(1 || funcname || hash || result7 || libp) ;
17554 }
17555 
17556 static int G__G__Base1_284_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17557 {
17558       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetGridColor());
17559    return(1 || funcname || hash || result7 || libp) ;
17560 }
17561 
17562 static int G__G__Base1_284_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17563 {
17564       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetGridStyle());
17565    return(1 || funcname || hash || result7 || libp) ;
17566 }
17567 
17568 static int G__G__Base1_284_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17569 {
17570       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetGridWidth());
17571    return(1 || funcname || hash || result7 || libp) ;
17572 }
17573 
17574 static int G__G__Base1_284_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17575 {
17576       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFrameFillColor());
17577    return(1 || funcname || hash || result7 || libp) ;
17578 }
17579 
17580 static int G__G__Base1_284_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17581 {
17582       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFrameLineColor());
17583    return(1 || funcname || hash || result7 || libp) ;
17584 }
17585 
17586 static int G__G__Base1_284_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17587 {
17588       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFrameFillStyle());
17589    return(1 || funcname || hash || result7 || libp) ;
17590 }
17591 
17592 static int G__G__Base1_284_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17593 {
17594       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFrameLineStyle());
17595    return(1 || funcname || hash || result7 || libp) ;
17596 }
17597 
17598 static int G__G__Base1_284_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17599 {
17600       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFrameLineWidth());
17601    return(1 || funcname || hash || result7 || libp) ;
17602 }
17603 
17604 static int G__G__Base1_284_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17605 {
17606       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetFrameBorderSize());
17607    return(1 || funcname || hash || result7 || libp) ;
17608 }
17609 
17610 static int G__G__Base1_284_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17611 {
17612       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetFrameBorderMode());
17613    return(1 || funcname || hash || result7 || libp) ;
17614 }
17615 
17616 static int G__G__Base1_284_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17617 {
17618       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetHistFillColor());
17619    return(1 || funcname || hash || result7 || libp) ;
17620 }
17621 
17622 static int G__G__Base1_284_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17623 {
17624       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetHistLineColor());
17625    return(1 || funcname || hash || result7 || libp) ;
17626 }
17627 
17628 static int G__G__Base1_284_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17629 {
17630       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetHistFillStyle());
17631    return(1 || funcname || hash || result7 || libp) ;
17632 }
17633 
17634 static int G__G__Base1_284_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17635 {
17636       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetHistLineStyle());
17637    return(1 || funcname || hash || result7 || libp) ;
17638 }
17639 
17640 static int G__G__Base1_284_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17641 {
17642       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetHistLineWidth());
17643    return(1 || funcname || hash || result7 || libp) ;
17644 }
17645 
17646 static int G__G__Base1_284_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17647 {
17648       G__letint(result7, 103, (long) ((const TStyle*) G__getstructoffset())->GetHistMinimumZero());
17649    return(1 || funcname || hash || result7 || libp) ;
17650 }
17651 
17652 static int G__G__Base1_284_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17653 {
17654       G__letdouble(result7, 100, (double) ((const TStyle*) G__getstructoffset())->GetHistTopMargin());
17655    return(1 || funcname || hash || result7 || libp) ;
17656 }
17657 
17658 static int G__G__Base1_284_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17659 {
17660       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetLegoInnerR());
17661    return(1 || funcname || hash || result7 || libp) ;
17662 }
17663 
17664 static int G__G__Base1_284_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17665 {
17666       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetNumberContours());
17667    return(1 || funcname || hash || result7 || libp) ;
17668 }
17669 
17670 static int G__G__Base1_284_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17671 {
17672       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptDate());
17673    return(1 || funcname || hash || result7 || libp) ;
17674 }
17675 
17676 static int G__G__Base1_284_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17677 {
17678       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptFile());
17679    return(1 || funcname || hash || result7 || libp) ;
17680 }
17681 
17682 static int G__G__Base1_284_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17683 {
17684       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptFit());
17685    return(1 || funcname || hash || result7 || libp) ;
17686 }
17687 
17688 static int G__G__Base1_284_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17689 {
17690       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptStat());
17691    return(1 || funcname || hash || result7 || libp) ;
17692 }
17693 
17694 static int G__G__Base1_284_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17695 {
17696       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptTitle());
17697    return(1 || funcname || hash || result7 || libp) ;
17698 }
17699 
17700 static int G__G__Base1_284_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17701 {
17702       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptLogx());
17703    return(1 || funcname || hash || result7 || libp) ;
17704 }
17705 
17706 static int G__G__Base1_284_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17707 {
17708       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptLogy());
17709    return(1 || funcname || hash || result7 || libp) ;
17710 }
17711 
17712 static int G__G__Base1_284_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17713 {
17714       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetOptLogz());
17715    return(1 || funcname || hash || result7 || libp) ;
17716 }
17717 
17718 static int G__G__Base1_284_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17719 {
17720       G__letint(result7, 67, (long) ((const TStyle*) G__getstructoffset())->GetPaintTextFormat());
17721    return(1 || funcname || hash || result7 || libp) ;
17722 }
17723 
17724 static int G__G__Base1_284_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17725 {
17726       ((const TStyle*) G__getstructoffset())->GetPaperSize(*(Float_t*) G__Floatref(&libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1]));
17727       G__setnull(result7);
17728    return(1 || funcname || hash || result7 || libp) ;
17729 }
17730 
17731 static int G__G__Base1_284_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17732 {
17733       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetShowEventStatus());
17734    return(1 || funcname || hash || result7 || libp) ;
17735 }
17736 
17737 static int G__G__Base1_284_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17738 {
17739       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetShowEditor());
17740    return(1 || funcname || hash || result7 || libp) ;
17741 }
17742 
17743 static int G__G__Base1_284_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17744 {
17745       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetShowToolBar());
17746    return(1 || funcname || hash || result7 || libp) ;
17747 }
17748 
17749 static int G__G__Base1_284_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17750 {
17751       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetScreenFactor());
17752    return(1 || funcname || hash || result7 || libp) ;
17753 }
17754 
17755 static int G__G__Base1_284_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17756 {
17757       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetStatColor());
17758    return(1 || funcname || hash || result7 || libp) ;
17759 }
17760 
17761 static int G__G__Base1_284_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17762 {
17763       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetStatTextColor());
17764    return(1 || funcname || hash || result7 || libp) ;
17765 }
17766 
17767 static int G__G__Base1_284_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17768 {
17769       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetStatBorderSize());
17770    return(1 || funcname || hash || result7 || libp) ;
17771 }
17772 
17773 static int G__G__Base1_284_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17774 {
17775       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetStatFont());
17776    return(1 || funcname || hash || result7 || libp) ;
17777 }
17778 
17779 static int G__G__Base1_284_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17780 {
17781       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetStatFontSize());
17782    return(1 || funcname || hash || result7 || libp) ;
17783 }
17784 
17785 static int G__G__Base1_284_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17786 {
17787       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetStatStyle());
17788    return(1 || funcname || hash || result7 || libp) ;
17789 }
17790 
17791 static int G__G__Base1_284_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17792 {
17793       G__letint(result7, 67, (long) ((const TStyle*) G__getstructoffset())->GetStatFormat());
17794    return(1 || funcname || hash || result7 || libp) ;
17795 }
17796 
17797 static int G__G__Base1_284_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17798 {
17799       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetStatX());
17800    return(1 || funcname || hash || result7 || libp) ;
17801 }
17802 
17803 static int G__G__Base1_284_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17804 {
17805       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetStatY());
17806    return(1 || funcname || hash || result7 || libp) ;
17807 }
17808 
17809 static int G__G__Base1_284_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17810 {
17811       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetStatW());
17812    return(1 || funcname || hash || result7 || libp) ;
17813 }
17814 
17815 static int G__G__Base1_284_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17816 {
17817       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetStatH());
17818    return(1 || funcname || hash || result7 || libp) ;
17819 }
17820 
17821 static int G__G__Base1_284_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17822 {
17823       G__letint(result7, 105, (long) ((const TStyle*) G__getstructoffset())->GetStripDecimals());
17824    return(1 || funcname || hash || result7 || libp) ;
17825 }
17826 
17827 static int G__G__Base1_284_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17828 {
17829       G__letdouble(result7, 100, (double) ((const TStyle*) G__getstructoffset())->GetTimeOffset());
17830    return(1 || funcname || hash || result7 || libp) ;
17831 }
17832 
17833 static int G__G__Base1_284_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17834 {
17835       G__letint(result7, 105, (long) ((TStyle*) G__getstructoffset())->GetTitleAlign());
17836    return(1 || funcname || hash || result7 || libp) ;
17837 }
17838 
17839 static int G__G__Base1_284_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17840 {
17841       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleFillColor());
17842    return(1 || funcname || hash || result7 || libp) ;
17843 }
17844 
17845 static int G__G__Base1_284_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17846 {
17847       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleTextColor());
17848    return(1 || funcname || hash || result7 || libp) ;
17849 }
17850 
17851 static int G__G__Base1_284_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17852 {
17853       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleStyle());
17854    return(1 || funcname || hash || result7 || libp) ;
17855 }
17856 
17857 static int G__G__Base1_284_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17858 {
17859       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleFontSize());
17860    return(1 || funcname || hash || result7 || libp) ;
17861 }
17862 
17863 static int G__G__Base1_284_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17864 {
17865       G__letint(result7, 115, (long) ((const TStyle*) G__getstructoffset())->GetTitleBorderSize());
17866    return(1 || funcname || hash || result7 || libp) ;
17867 }
17868 
17869 static int G__G__Base1_284_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17870 {
17871       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleXOffset());
17872    return(1 || funcname || hash || result7 || libp) ;
17873 }
17874 
17875 static int G__G__Base1_284_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17876 {
17877       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleXSize());
17878    return(1 || funcname || hash || result7 || libp) ;
17879 }
17880 
17881 static int G__G__Base1_284_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17882 {
17883       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleYOffset());
17884    return(1 || funcname || hash || result7 || libp) ;
17885 }
17886 
17887 static int G__G__Base1_284_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17888 {
17889       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleYSize());
17890    return(1 || funcname || hash || result7 || libp) ;
17891 }
17892 
17893 static int G__G__Base1_284_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17894 {
17895       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleX());
17896    return(1 || funcname || hash || result7 || libp) ;
17897 }
17898 
17899 static int G__G__Base1_284_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17900 {
17901       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleY());
17902    return(1 || funcname || hash || result7 || libp) ;
17903 }
17904 
17905 static int G__G__Base1_284_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17906 {
17907       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleW());
17908    return(1 || funcname || hash || result7 || libp) ;
17909 }
17910 
17911 static int G__G__Base1_284_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17912 {
17913       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetTitleH());
17914    return(1 || funcname || hash || result7 || libp) ;
17915 }
17916 
17917 static int G__G__Base1_284_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17918 {
17919       G__letint(result7, 67, (long) ((const TStyle*) G__getstructoffset())->GetHeaderPS());
17920    return(1 || funcname || hash || result7 || libp) ;
17921 }
17922 
17923 static int G__G__Base1_284_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17924 {
17925       G__letint(result7, 67, (long) ((const TStyle*) G__getstructoffset())->GetTitlePS());
17926    return(1 || funcname || hash || result7 || libp) ;
17927 }
17928 
17929 static int G__G__Base1_284_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17930 {
17931    switch (libp->paran) {
17932    case 1:
17933       G__letint(result7, 67, (long) ((const TStyle*) G__getstructoffset())->GetLineStyleString((Int_t) G__int(libp->para[0])));
17934       break;
17935    case 0:
17936       G__letint(result7, 67, (long) ((const TStyle*) G__getstructoffset())->GetLineStyleString());
17937       break;
17938    }
17939    return(1 || funcname || hash || result7 || libp) ;
17940 }
17941 
17942 static int G__G__Base1_284_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17943 {
17944       G__letdouble(result7, 102, (double) ((const TStyle*) G__getstructoffset())->GetLineScalePS());
17945    return(1 || funcname || hash || result7 || libp) ;
17946 }
17947 
17948 static int G__G__Base1_284_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17949 {
17950       G__letint(result7, 103, (long) ((const TStyle*) G__getstructoffset())->IsReading());
17951    return(1 || funcname || hash || result7 || libp) ;
17952 }
17953 
17954 static int G__G__Base1_284_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17955 {
17956    switch (libp->paran) {
17957    case 1:
17958       ((TStyle*) G__getstructoffset())->Reset((Option_t*) G__int(libp->para[0]));
17959       G__setnull(result7);
17960       break;
17961    case 0:
17962       ((TStyle*) G__getstructoffset())->Reset();
17963       G__setnull(result7);
17964       break;
17965    }
17966    return(1 || funcname || hash || result7 || libp) ;
17967 }
17968 
17969 static int G__G__Base1_284_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17970 {
17971    switch (libp->paran) {
17972    case 1:
17973       ((TStyle*) G__getstructoffset())->SetColorModelPS((Int_t) G__int(libp->para[0]));
17974       G__setnull(result7);
17975       break;
17976    case 0:
17977       ((TStyle*) G__getstructoffset())->SetColorModelPS();
17978       G__setnull(result7);
17979       break;
17980    }
17981    return(1 || funcname || hash || result7 || libp) ;
17982 }
17983 
17984 static int G__G__Base1_284_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17985 {
17986    switch (libp->paran) {
17987    case 1:
17988       ((TStyle*) G__getstructoffset())->SetFitFormat((const char*) G__int(libp->para[0]));
17989       G__setnull(result7);
17990       break;
17991    case 0:
17992       ((TStyle*) G__getstructoffset())->SetFitFormat();
17993       G__setnull(result7);
17994       break;
17995    }
17996    return(1 || funcname || hash || result7 || libp) ;
17997 }
17998 
17999 static int G__G__Base1_284_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18000 {
18001       ((TStyle*) G__getstructoffset())->SetHeaderPS((const char*) G__int(libp->para[0]));
18002       G__setnull(result7);
18003    return(1 || funcname || hash || result7 || libp) ;
18004 }
18005 
18006 static int G__G__Base1_284_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18007 {
18008       ((TStyle*) G__getstructoffset())->SetHatchesLineWidth((Int_t) G__int(libp->para[0]));
18009       G__setnull(result7);
18010    return(1 || funcname || hash || result7 || libp) ;
18011 }
18012 
18013 static int G__G__Base1_284_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18014 {
18015       ((TStyle*) G__getstructoffset())->SetHatchesSpacing((Double_t) G__double(libp->para[0]));
18016       G__setnull(result7);
18017    return(1 || funcname || hash || result7 || libp) ;
18018 }
18019 
18020 static int G__G__Base1_284_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18021 {
18022       ((TStyle*) G__getstructoffset())->SetTitlePS((const char*) G__int(libp->para[0]));
18023       G__setnull(result7);
18024    return(1 || funcname || hash || result7 || libp) ;
18025 }
18026 
18027 static int G__G__Base1_284_0_131(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18028 {
18029    switch (libp->paran) {
18030    case 1:
18031       ((TStyle*) G__getstructoffset())->SetLineScalePS((Float_t) G__double(libp->para[0]));
18032       G__setnull(result7);
18033       break;
18034    case 0:
18035       ((TStyle*) G__getstructoffset())->SetLineScalePS();
18036       G__setnull(result7);
18037       break;
18038    }
18039    return(1 || funcname || hash || result7 || libp) ;
18040 }
18041 
18042 static int G__G__Base1_284_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18043 {
18044       ((TStyle*) G__getstructoffset())->SetLineStyleString((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
18045       G__setnull(result7);
18046    return(1 || funcname || hash || result7 || libp) ;
18047 }
18048 
18049 static int G__G__Base1_284_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18050 {
18051    switch (libp->paran) {
18052    case 2:
18053       ((TStyle*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18054       G__setnull(result7);
18055       break;
18056    case 1:
18057       ((TStyle*) G__getstructoffset())->SetNdivisions((Int_t) G__int(libp->para[0]));
18058       G__setnull(result7);
18059       break;
18060    case 0:
18061       ((TStyle*) G__getstructoffset())->SetNdivisions();
18062       G__setnull(result7);
18063       break;
18064    }
18065    return(1 || funcname || hash || result7 || libp) ;
18066 }
18067 
18068 static int G__G__Base1_284_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18069 {
18070    switch (libp->paran) {
18071    case 2:
18072       ((TStyle*) G__getstructoffset())->SetAxisColor((Color_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18073       G__setnull(result7);
18074       break;
18075    case 1:
18076       ((TStyle*) G__getstructoffset())->SetAxisColor((Color_t) G__int(libp->para[0]));
18077       G__setnull(result7);
18078       break;
18079    case 0:
18080       ((TStyle*) G__getstructoffset())->SetAxisColor();
18081       G__setnull(result7);
18082       break;
18083    }
18084    return(1 || funcname || hash || result7 || libp) ;
18085 }
18086 
18087 static int G__G__Base1_284_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18088 {
18089    switch (libp->paran) {
18090    case 2:
18091       ((TStyle*) G__getstructoffset())->SetLabelColor((Color_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18092       G__setnull(result7);
18093       break;
18094    case 1:
18095       ((TStyle*) G__getstructoffset())->SetLabelColor((Color_t) G__int(libp->para[0]));
18096       G__setnull(result7);
18097       break;
18098    case 0:
18099       ((TStyle*) G__getstructoffset())->SetLabelColor();
18100       G__setnull(result7);
18101       break;
18102    }
18103    return(1 || funcname || hash || result7 || libp) ;
18104 }
18105 
18106 static int G__G__Base1_284_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18107 {
18108    switch (libp->paran) {
18109    case 2:
18110       ((TStyle*) G__getstructoffset())->SetLabelFont((Style_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18111       G__setnull(result7);
18112       break;
18113    case 1:
18114       ((TStyle*) G__getstructoffset())->SetLabelFont((Style_t) G__int(libp->para[0]));
18115       G__setnull(result7);
18116       break;
18117    case 0:
18118       ((TStyle*) G__getstructoffset())->SetLabelFont();
18119       G__setnull(result7);
18120       break;
18121    }
18122    return(1 || funcname || hash || result7 || libp) ;
18123 }
18124 
18125 static int G__G__Base1_284_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18126 {
18127    switch (libp->paran) {
18128    case 2:
18129       ((TStyle*) G__getstructoffset())->SetLabelOffset((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18130       G__setnull(result7);
18131       break;
18132    case 1:
18133       ((TStyle*) G__getstructoffset())->SetLabelOffset((Float_t) G__double(libp->para[0]));
18134       G__setnull(result7);
18135       break;
18136    case 0:
18137       ((TStyle*) G__getstructoffset())->SetLabelOffset();
18138       G__setnull(result7);
18139       break;
18140    }
18141    return(1 || funcname || hash || result7 || libp) ;
18142 }
18143 
18144 static int G__G__Base1_284_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18145 {
18146    switch (libp->paran) {
18147    case 2:
18148       ((TStyle*) G__getstructoffset())->SetLabelSize((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18149       G__setnull(result7);
18150       break;
18151    case 1:
18152       ((TStyle*) G__getstructoffset())->SetLabelSize((Float_t) G__double(libp->para[0]));
18153       G__setnull(result7);
18154       break;
18155    case 0:
18156       ((TStyle*) G__getstructoffset())->SetLabelSize();
18157       G__setnull(result7);
18158       break;
18159    }
18160    return(1 || funcname || hash || result7 || libp) ;
18161 }
18162 
18163 static int G__G__Base1_284_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18164 {
18165    switch (libp->paran) {
18166    case 1:
18167       ((TStyle*) G__getstructoffset())->SetLegoInnerR((Float_t) G__double(libp->para[0]));
18168       G__setnull(result7);
18169       break;
18170    case 0:
18171       ((TStyle*) G__getstructoffset())->SetLegoInnerR();
18172       G__setnull(result7);
18173       break;
18174    }
18175    return(1 || funcname || hash || result7 || libp) ;
18176 }
18177 
18178 static int G__G__Base1_284_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18179 {
18180    switch (libp->paran) {
18181    case 1:
18182       ((TStyle*) G__getstructoffset())->SetScreenFactor((Float_t) G__double(libp->para[0]));
18183       G__setnull(result7);
18184       break;
18185    case 0:
18186       ((TStyle*) G__getstructoffset())->SetScreenFactor();
18187       G__setnull(result7);
18188       break;
18189    }
18190    return(1 || funcname || hash || result7 || libp) ;
18191 }
18192 
18193 static int G__G__Base1_284_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18194 {
18195    switch (libp->paran) {
18196    case 2:
18197       ((TStyle*) G__getstructoffset())->SetTickLength((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18198       G__setnull(result7);
18199       break;
18200    case 1:
18201       ((TStyle*) G__getstructoffset())->SetTickLength((Float_t) G__double(libp->para[0]));
18202       G__setnull(result7);
18203       break;
18204    case 0:
18205       ((TStyle*) G__getstructoffset())->SetTickLength();
18206       G__setnull(result7);
18207       break;
18208    }
18209    return(1 || funcname || hash || result7 || libp) ;
18210 }
18211 
18212 static int G__G__Base1_284_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18213 {
18214    switch (libp->paran) {
18215    case 2:
18216       ((TStyle*) G__getstructoffset())->SetTitleColor((Color_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18217       G__setnull(result7);
18218       break;
18219    case 1:
18220       ((TStyle*) G__getstructoffset())->SetTitleColor((Color_t) G__int(libp->para[0]));
18221       G__setnull(result7);
18222       break;
18223    case 0:
18224       ((TStyle*) G__getstructoffset())->SetTitleColor();
18225       G__setnull(result7);
18226       break;
18227    }
18228    return(1 || funcname || hash || result7 || libp) ;
18229 }
18230 
18231 static int G__G__Base1_284_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18232 {
18233    switch (libp->paran) {
18234    case 2:
18235       ((TStyle*) G__getstructoffset())->SetTitleFont((Style_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18236       G__setnull(result7);
18237       break;
18238    case 1:
18239       ((TStyle*) G__getstructoffset())->SetTitleFont((Style_t) G__int(libp->para[0]));
18240       G__setnull(result7);
18241       break;
18242    case 0:
18243       ((TStyle*) G__getstructoffset())->SetTitleFont();
18244       G__setnull(result7);
18245       break;
18246    }
18247    return(1 || funcname || hash || result7 || libp) ;
18248 }
18249 
18250 static int G__G__Base1_284_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18251 {
18252    switch (libp->paran) {
18253    case 2:
18254       ((TStyle*) G__getstructoffset())->SetTitleOffset((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18255       G__setnull(result7);
18256       break;
18257    case 1:
18258       ((TStyle*) G__getstructoffset())->SetTitleOffset((Float_t) G__double(libp->para[0]));
18259       G__setnull(result7);
18260       break;
18261    case 0:
18262       ((TStyle*) G__getstructoffset())->SetTitleOffset();
18263       G__setnull(result7);
18264       break;
18265    }
18266    return(1 || funcname || hash || result7 || libp) ;
18267 }
18268 
18269 static int G__G__Base1_284_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18270 {
18271    switch (libp->paran) {
18272    case 2:
18273       ((TStyle*) G__getstructoffset())->SetTitleSize((Float_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
18274       G__setnull(result7);
18275       break;
18276    case 1:
18277       ((TStyle*) G__getstructoffset())->SetTitleSize((Float_t) G__double(libp->para[0]));
18278       G__setnull(result7);
18279       break;
18280    case 0:
18281       ((TStyle*) G__getstructoffset())->SetTitleSize();
18282       G__setnull(result7);
18283       break;
18284    }
18285    return(1 || funcname || hash || result7 || libp) ;
18286 }
18287 
18288 static int G__G__Base1_284_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18289 {
18290    switch (libp->paran) {
18291    case 1:
18292       ((TStyle*) G__getstructoffset())->SetNumberContours((Int_t) G__int(libp->para[0]));
18293       G__setnull(result7);
18294       break;
18295    case 0:
18296       ((TStyle*) G__getstructoffset())->SetNumberContours();
18297       G__setnull(result7);
18298       break;
18299    }
18300    return(1 || funcname || hash || result7 || libp) ;
18301 }
18302 
18303 static int G__G__Base1_284_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18304 {
18305    switch (libp->paran) {
18306    case 1:
18307       ((TStyle*) G__getstructoffset())->SetOptDate((Int_t) G__int(libp->para[0]));
18308       G__setnull(result7);
18309       break;
18310    case 0:
18311       ((TStyle*) G__getstructoffset())->SetOptDate();
18312       G__setnull(result7);
18313       break;
18314    }
18315    return(1 || funcname || hash || result7 || libp) ;
18316 }
18317 
18318 static int G__G__Base1_284_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18319 {
18320    switch (libp->paran) {
18321    case 1:
18322       ((TStyle*) G__getstructoffset())->SetOptFile((Int_t) G__int(libp->para[0]));
18323       G__setnull(result7);
18324       break;
18325    case 0:
18326       ((TStyle*) G__getstructoffset())->SetOptFile();
18327       G__setnull(result7);
18328       break;
18329    }
18330    return(1 || funcname || hash || result7 || libp) ;
18331 }
18332 
18333 static int G__G__Base1_284_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18334 {
18335    switch (libp->paran) {
18336    case 1:
18337       ((TStyle*) G__getstructoffset())->SetOptFit((Int_t) G__int(libp->para[0]));
18338       G__setnull(result7);
18339       break;
18340    case 0:
18341       ((TStyle*) G__getstructoffset())->SetOptFit();
18342       G__setnull(result7);
18343       break;
18344    }
18345    return(1 || funcname || hash || result7 || libp) ;
18346 }
18347 
18348 static int G__G__Base1_284_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18349 {
18350    switch (libp->paran) {
18351    case 1:
18352       ((TStyle*) G__getstructoffset())->SetOptLogx((Int_t) G__int(libp->para[0]));
18353       G__setnull(result7);
18354       break;
18355    case 0:
18356       ((TStyle*) G__getstructoffset())->SetOptLogx();
18357       G__setnull(result7);
18358       break;
18359    }
18360    return(1 || funcname || hash || result7 || libp) ;
18361 }
18362 
18363 static int G__G__Base1_284_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18364 {
18365    switch (libp->paran) {
18366    case 1:
18367       ((TStyle*) G__getstructoffset())->SetOptLogy((Int_t) G__int(libp->para[0]));
18368       G__setnull(result7);
18369       break;
18370    case 0:
18371       ((TStyle*) G__getstructoffset())->SetOptLogy();
18372       G__setnull(result7);
18373       break;
18374    }
18375    return(1 || funcname || hash || result7 || libp) ;
18376 }
18377 
18378 static int G__G__Base1_284_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18379 {
18380    switch (libp->paran) {
18381    case 1:
18382       ((TStyle*) G__getstructoffset())->SetOptLogz((Int_t) G__int(libp->para[0]));
18383       G__setnull(result7);
18384       break;
18385    case 0:
18386       ((TStyle*) G__getstructoffset())->SetOptLogz();
18387       G__setnull(result7);
18388       break;
18389    }
18390    return(1 || funcname || hash || result7 || libp) ;
18391 }
18392 
18393 static int G__G__Base1_284_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18394 {
18395    switch (libp->paran) {
18396    case 1:
18397       ((TStyle*) G__getstructoffset())->SetOptStat((Int_t) G__int(libp->para[0]));
18398       G__setnull(result7);
18399       break;
18400    case 0:
18401       ((TStyle*) G__getstructoffset())->SetOptStat();
18402       G__setnull(result7);
18403       break;
18404    }
18405    return(1 || funcname || hash || result7 || libp) ;
18406 }
18407 
18408 static int G__G__Base1_284_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18409 {
18410       ((TStyle*) G__getstructoffset())->SetOptStat((Option_t*) G__int(libp->para[0]));
18411       G__setnull(result7);
18412    return(1 || funcname || hash || result7 || libp) ;
18413 }
18414 
18415 static int G__G__Base1_284_0_155(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18416 {
18417    switch (libp->paran) {
18418    case 1:
18419       ((TStyle*) G__getstructoffset())->SetOptTitle((Int_t) G__int(libp->para[0]));
18420       G__setnull(result7);
18421       break;
18422    case 0:
18423       ((TStyle*) G__getstructoffset())->SetOptTitle();
18424       G__setnull(result7);
18425       break;
18426    }
18427    return(1 || funcname || hash || result7 || libp) ;
18428 }
18429 
18430 static int G__G__Base1_284_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18431 {
18432    switch (libp->paran) {
18433    case 1:
18434       ((TStyle*) G__getstructoffset())->SetBarOffset((Float_t) G__double(libp->para[0]));
18435       G__setnull(result7);
18436       break;
18437    case 0:
18438       ((TStyle*) G__getstructoffset())->SetBarOffset();
18439       G__setnull(result7);
18440       break;
18441    }
18442    return(1 || funcname || hash || result7 || libp) ;
18443 }
18444 
18445 static int G__G__Base1_284_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18446 {
18447    switch (libp->paran) {
18448    case 1:
18449       ((TStyle*) G__getstructoffset())->SetBarWidth((Float_t) G__double(libp->para[0]));
18450       G__setnull(result7);
18451       break;
18452    case 0:
18453       ((TStyle*) G__getstructoffset())->SetBarWidth();
18454       G__setnull(result7);
18455       break;
18456    }
18457    return(1 || funcname || hash || result7 || libp) ;
18458 }
18459 
18460 static int G__G__Base1_284_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18461 {
18462    switch (libp->paran) {
18463    case 1:
18464       ((TStyle*) G__getstructoffset())->SetDateX((Float_t) G__double(libp->para[0]));
18465       G__setnull(result7);
18466       break;
18467    case 0:
18468       ((TStyle*) G__getstructoffset())->SetDateX();
18469       G__setnull(result7);
18470       break;
18471    }
18472    return(1 || funcname || hash || result7 || libp) ;
18473 }
18474 
18475 static int G__G__Base1_284_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18476 {
18477    switch (libp->paran) {
18478    case 1:
18479       ((TStyle*) G__getstructoffset())->SetDateY((Float_t) G__double(libp->para[0]));
18480       G__setnull(result7);
18481       break;
18482    case 0:
18483       ((TStyle*) G__getstructoffset())->SetDateY();
18484       G__setnull(result7);
18485       break;
18486    }
18487    return(1 || funcname || hash || result7 || libp) ;
18488 }
18489 
18490 static int G__G__Base1_284_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18491 {
18492    switch (libp->paran) {
18493    case 1:
18494       ((TStyle*) G__getstructoffset())->SetEndErrorSize((Float_t) G__double(libp->para[0]));
18495       G__setnull(result7);
18496       break;
18497    case 0:
18498       ((TStyle*) G__getstructoffset())->SetEndErrorSize();
18499       G__setnull(result7);
18500       break;
18501    }
18502    return(1 || funcname || hash || result7 || libp) ;
18503 }
18504 
18505 static int G__G__Base1_284_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18506 {
18507    switch (libp->paran) {
18508    case 1:
18509       ((TStyle*) G__getstructoffset())->SetErrorX((Float_t) G__double(libp->para[0]));
18510       G__setnull(result7);
18511       break;
18512    case 0:
18513       ((TStyle*) G__getstructoffset())->SetErrorX();
18514       G__setnull(result7);
18515       break;
18516    }
18517    return(1 || funcname || hash || result7 || libp) ;
18518 }
18519 
18520 static int G__G__Base1_284_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18521 {
18522    switch (libp->paran) {
18523    case 1:
18524       ((TStyle*) G__getstructoffset())->SetCanvasPreferGL((Bool_t) G__int(libp->para[0]));
18525       G__setnull(result7);
18526       break;
18527    case 0:
18528       ((TStyle*) G__getstructoffset())->SetCanvasPreferGL();
18529       G__setnull(result7);
18530       break;
18531    }
18532    return(1 || funcname || hash || result7 || libp) ;
18533 }
18534 
18535 static int G__G__Base1_284_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18536 {
18537    switch (libp->paran) {
18538    case 1:
18539       ((TStyle*) G__getstructoffset())->SetDrawBorder((Int_t) G__int(libp->para[0]));
18540       G__setnull(result7);
18541       break;
18542    case 0:
18543       ((TStyle*) G__getstructoffset())->SetDrawBorder();
18544       G__setnull(result7);
18545       break;
18546    }
18547    return(1 || funcname || hash || result7 || libp) ;
18548 }
18549 
18550 static int G__G__Base1_284_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18551 {
18552    switch (libp->paran) {
18553    case 1:
18554       ((TStyle*) G__getstructoffset())->SetCanvasColor((Color_t) G__int(libp->para[0]));
18555       G__setnull(result7);
18556       break;
18557    case 0:
18558       ((TStyle*) G__getstructoffset())->SetCanvasColor();
18559       G__setnull(result7);
18560       break;
18561    }
18562    return(1 || funcname || hash || result7 || libp) ;
18563 }
18564 
18565 static int G__G__Base1_284_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18566 {
18567    switch (libp->paran) {
18568    case 1:
18569       ((TStyle*) G__getstructoffset())->SetCanvasBorderSize((Width_t) G__int(libp->para[0]));
18570       G__setnull(result7);
18571       break;
18572    case 0:
18573       ((TStyle*) G__getstructoffset())->SetCanvasBorderSize();
18574       G__setnull(result7);
18575       break;
18576    }
18577    return(1 || funcname || hash || result7 || libp) ;
18578 }
18579 
18580 static int G__G__Base1_284_0_166(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18581 {
18582    switch (libp->paran) {
18583    case 1:
18584       ((TStyle*) G__getstructoffset())->SetCanvasBorderMode((Int_t) G__int(libp->para[0]));
18585       G__setnull(result7);
18586       break;
18587    case 0:
18588       ((TStyle*) G__getstructoffset())->SetCanvasBorderMode();
18589       G__setnull(result7);
18590       break;
18591    }
18592    return(1 || funcname || hash || result7 || libp) ;
18593 }
18594 
18595 static int G__G__Base1_284_0_167(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18596 {
18597    switch (libp->paran) {
18598    case 1:
18599       ((TStyle*) G__getstructoffset())->SetCanvasDefH((Int_t) G__int(libp->para[0]));
18600       G__setnull(result7);
18601       break;
18602    case 0:
18603       ((TStyle*) G__getstructoffset())->SetCanvasDefH();
18604       G__setnull(result7);
18605       break;
18606    }
18607    return(1 || funcname || hash || result7 || libp) ;
18608 }
18609 
18610 static int G__G__Base1_284_0_168(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18611 {
18612    switch (libp->paran) {
18613    case 1:
18614       ((TStyle*) G__getstructoffset())->SetCanvasDefW((Int_t) G__int(libp->para[0]));
18615       G__setnull(result7);
18616       break;
18617    case 0:
18618       ((TStyle*) G__getstructoffset())->SetCanvasDefW();
18619       G__setnull(result7);
18620       break;
18621    }
18622    return(1 || funcname || hash || result7 || libp) ;
18623 }
18624 
18625 static int G__G__Base1_284_0_169(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18626 {
18627    switch (libp->paran) {
18628    case 1:
18629       ((TStyle*) G__getstructoffset())->SetCanvasDefX((Int_t) G__int(libp->para[0]));
18630       G__setnull(result7);
18631       break;
18632    case 0:
18633       ((TStyle*) G__getstructoffset())->SetCanvasDefX();
18634       G__setnull(result7);
18635       break;
18636    }
18637    return(1 || funcname || hash || result7 || libp) ;
18638 }
18639 
18640 static int G__G__Base1_284_0_170(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18641 {
18642    switch (libp->paran) {
18643    case 1:
18644       ((TStyle*) G__getstructoffset())->SetCanvasDefY((Int_t) G__int(libp->para[0]));
18645       G__setnull(result7);
18646       break;
18647    case 0:
18648       ((TStyle*) G__getstructoffset())->SetCanvasDefY();
18649       G__setnull(result7);
18650       break;
18651    }
18652    return(1 || funcname || hash || result7 || libp) ;
18653 }
18654 
18655 static int G__G__Base1_284_0_171(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18656 {
18657    switch (libp->paran) {
18658    case 1:
18659       ((TStyle*) G__getstructoffset())->SetLegendBorderSize((Width_t) G__int(libp->para[0]));
18660       G__setnull(result7);
18661       break;
18662    case 0:
18663       ((TStyle*) G__getstructoffset())->SetLegendBorderSize();
18664       G__setnull(result7);
18665       break;
18666    }
18667    return(1 || funcname || hash || result7 || libp) ;
18668 }
18669 
18670 static int G__G__Base1_284_0_172(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18671 {
18672    switch (libp->paran) {
18673    case 1:
18674       ((TStyle*) G__getstructoffset())->SetPadColor((Color_t) G__int(libp->para[0]));
18675       G__setnull(result7);
18676       break;
18677    case 0:
18678       ((TStyle*) G__getstructoffset())->SetPadColor();
18679       G__setnull(result7);
18680       break;
18681    }
18682    return(1 || funcname || hash || result7 || libp) ;
18683 }
18684 
18685 static int G__G__Base1_284_0_173(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18686 {
18687    switch (libp->paran) {
18688    case 1:
18689       ((TStyle*) G__getstructoffset())->SetPadBorderSize((Width_t) G__int(libp->para[0]));
18690       G__setnull(result7);
18691       break;
18692    case 0:
18693       ((TStyle*) G__getstructoffset())->SetPadBorderSize();
18694       G__setnull(result7);
18695       break;
18696    }
18697    return(1 || funcname || hash || result7 || libp) ;
18698 }
18699 
18700 static int G__G__Base1_284_0_174(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18701 {
18702    switch (libp->paran) {
18703    case 1:
18704       ((TStyle*) G__getstructoffset())->SetPadBorderMode((Int_t) G__int(libp->para[0]));
18705       G__setnull(result7);
18706       break;
18707    case 0:
18708       ((TStyle*) G__getstructoffset())->SetPadBorderMode();
18709       G__setnull(result7);
18710       break;
18711    }
18712    return(1 || funcname || hash || result7 || libp) ;
18713 }
18714 
18715 static int G__G__Base1_284_0_175(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18716 {
18717    switch (libp->paran) {
18718    case 1:
18719       ((TStyle*) G__getstructoffset())->SetPadBottomMargin((Float_t) G__double(libp->para[0]));
18720       G__setnull(result7);
18721       break;
18722    case 0:
18723       ((TStyle*) G__getstructoffset())->SetPadBottomMargin();
18724       G__setnull(result7);
18725       break;
18726    }
18727    return(1 || funcname || hash || result7 || libp) ;
18728 }
18729 
18730 static int G__G__Base1_284_0_176(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18731 {
18732    switch (libp->paran) {
18733    case 1:
18734       ((TStyle*) G__getstructoffset())->SetPadTopMargin((Float_t) G__double(libp->para[0]));
18735       G__setnull(result7);
18736       break;
18737    case 0:
18738       ((TStyle*) G__getstructoffset())->SetPadTopMargin();
18739       G__setnull(result7);
18740       break;
18741    }
18742    return(1 || funcname || hash || result7 || libp) ;
18743 }
18744 
18745 static int G__G__Base1_284_0_177(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18746 {
18747    switch (libp->paran) {
18748    case 1:
18749       ((TStyle*) G__getstructoffset())->SetPadLeftMargin((Float_t) G__double(libp->para[0]));
18750       G__setnull(result7);
18751       break;
18752    case 0:
18753       ((TStyle*) G__getstructoffset())->SetPadLeftMargin();
18754       G__setnull(result7);
18755       break;
18756    }
18757    return(1 || funcname || hash || result7 || libp) ;
18758 }
18759 
18760 static int G__G__Base1_284_0_178(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18761 {
18762    switch (libp->paran) {
18763    case 1:
18764       ((TStyle*) G__getstructoffset())->SetPadRightMargin((Float_t) G__double(libp->para[0]));
18765       G__setnull(result7);
18766       break;
18767    case 0:
18768       ((TStyle*) G__getstructoffset())->SetPadRightMargin();
18769       G__setnull(result7);
18770       break;
18771    }
18772    return(1 || funcname || hash || result7 || libp) ;
18773 }
18774 
18775 static int G__G__Base1_284_0_179(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18776 {
18777       ((TStyle*) G__getstructoffset())->SetPadGridX((Bool_t) G__int(libp->para[0]));
18778       G__setnull(result7);
18779    return(1 || funcname || hash || result7 || libp) ;
18780 }
18781 
18782 static int G__G__Base1_284_0_180(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18783 {
18784       ((TStyle*) G__getstructoffset())->SetPadGridY((Bool_t) G__int(libp->para[0]));
18785       G__setnull(result7);
18786    return(1 || funcname || hash || result7 || libp) ;
18787 }
18788 
18789 static int G__G__Base1_284_0_181(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18790 {
18791       ((TStyle*) G__getstructoffset())->SetPadTickX((Int_t) G__int(libp->para[0]));
18792       G__setnull(result7);
18793    return(1 || funcname || hash || result7 || libp) ;
18794 }
18795 
18796 static int G__G__Base1_284_0_182(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18797 {
18798       ((TStyle*) G__getstructoffset())->SetPadTickY((Int_t) G__int(libp->para[0]));
18799       G__setnull(result7);
18800    return(1 || funcname || hash || result7 || libp) ;
18801 }
18802 
18803 static int G__G__Base1_284_0_183(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18804 {
18805    switch (libp->paran) {
18806    case 1:
18807       ((TStyle*) G__getstructoffset())->SetFuncStyle((Style_t) G__int(libp->para[0]));
18808       G__setnull(result7);
18809       break;
18810    case 0:
18811       ((TStyle*) G__getstructoffset())->SetFuncStyle();
18812       G__setnull(result7);
18813       break;
18814    }
18815    return(1 || funcname || hash || result7 || libp) ;
18816 }
18817 
18818 static int G__G__Base1_284_0_184(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18819 {
18820    switch (libp->paran) {
18821    case 1:
18822       ((TStyle*) G__getstructoffset())->SetFuncColor((Color_t) G__int(libp->para[0]));
18823       G__setnull(result7);
18824       break;
18825    case 0:
18826       ((TStyle*) G__getstructoffset())->SetFuncColor();
18827       G__setnull(result7);
18828       break;
18829    }
18830    return(1 || funcname || hash || result7 || libp) ;
18831 }
18832 
18833 static int G__G__Base1_284_0_185(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18834 {
18835    switch (libp->paran) {
18836    case 1:
18837       ((TStyle*) G__getstructoffset())->SetFuncWidth((Width_t) G__int(libp->para[0]));
18838       G__setnull(result7);
18839       break;
18840    case 0:
18841       ((TStyle*) G__getstructoffset())->SetFuncWidth();
18842       G__setnull(result7);
18843       break;
18844    }
18845    return(1 || funcname || hash || result7 || libp) ;
18846 }
18847 
18848 static int G__G__Base1_284_0_186(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18849 {
18850    switch (libp->paran) {
18851    case 1:
18852       ((TStyle*) G__getstructoffset())->SetGridStyle((Style_t) G__int(libp->para[0]));
18853       G__setnull(result7);
18854       break;
18855    case 0:
18856       ((TStyle*) G__getstructoffset())->SetGridStyle();
18857       G__setnull(result7);
18858       break;
18859    }
18860    return(1 || funcname || hash || result7 || libp) ;
18861 }
18862 
18863 static int G__G__Base1_284_0_187(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18864 {
18865    switch (libp->paran) {
18866    case 1:
18867       ((TStyle*) G__getstructoffset())->SetGridColor((Color_t) G__int(libp->para[0]));
18868       G__setnull(result7);
18869       break;
18870    case 0:
18871       ((TStyle*) G__getstructoffset())->SetGridColor();
18872       G__setnull(result7);
18873       break;
18874    }
18875    return(1 || funcname || hash || result7 || libp) ;
18876 }
18877 
18878 static int G__G__Base1_284_0_188(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18879 {
18880    switch (libp->paran) {
18881    case 1:
18882       ((TStyle*) G__getstructoffset())->SetGridWidth((Width_t) G__int(libp->para[0]));
18883       G__setnull(result7);
18884       break;
18885    case 0:
18886       ((TStyle*) G__getstructoffset())->SetGridWidth();
18887       G__setnull(result7);
18888       break;
18889    }
18890    return(1 || funcname || hash || result7 || libp) ;
18891 }
18892 
18893 static int G__G__Base1_284_0_189(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18894 {
18895    switch (libp->paran) {
18896    case 1:
18897       ((TStyle*) G__getstructoffset())->SetFrameFillColor((Color_t) G__int(libp->para[0]));
18898       G__setnull(result7);
18899       break;
18900    case 0:
18901       ((TStyle*) G__getstructoffset())->SetFrameFillColor();
18902       G__setnull(result7);
18903       break;
18904    }
18905    return(1 || funcname || hash || result7 || libp) ;
18906 }
18907 
18908 static int G__G__Base1_284_0_190(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18909 {
18910    switch (libp->paran) {
18911    case 1:
18912       ((TStyle*) G__getstructoffset())->SetFrameLineColor((Color_t) G__int(libp->para[0]));
18913       G__setnull(result7);
18914       break;
18915    case 0:
18916       ((TStyle*) G__getstructoffset())->SetFrameLineColor();
18917       G__setnull(result7);
18918       break;
18919    }
18920    return(1 || funcname || hash || result7 || libp) ;
18921 }
18922 
18923 static int G__G__Base1_284_0_191(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18924 {
18925    switch (libp->paran) {
18926    case 1:
18927       ((TStyle*) G__getstructoffset())->SetFrameFillStyle((Style_t) G__int(libp->para[0]));
18928       G__setnull(result7);
18929       break;
18930    case 0:
18931       ((TStyle*) G__getstructoffset())->SetFrameFillStyle();
18932       G__setnull(result7);
18933       break;
18934    }
18935    return(1 || funcname || hash || result7 || libp) ;
18936 }
18937 
18938 static int G__G__Base1_284_0_192(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18939 {
18940    switch (libp->paran) {
18941    case 1:
18942       ((TStyle*) G__getstructoffset())->SetFrameLineStyle((Style_t) G__int(libp->para[0]));
18943       G__setnull(result7);
18944       break;
18945    case 0:
18946       ((TStyle*) G__getstructoffset())->SetFrameLineStyle();
18947       G__setnull(result7);
18948       break;
18949    }
18950    return(1 || funcname || hash || result7 || libp) ;
18951 }
18952 
18953 static int G__G__Base1_284_0_193(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18954 {
18955    switch (libp->paran) {
18956    case 1:
18957       ((TStyle*) G__getstructoffset())->SetFrameLineWidth((Width_t) G__int(libp->para[0]));
18958       G__setnull(result7);
18959       break;
18960    case 0:
18961       ((TStyle*) G__getstructoffset())->SetFrameLineWidth();
18962       G__setnull(result7);
18963       break;
18964    }
18965    return(1 || funcname || hash || result7 || libp) ;
18966 }
18967 
18968 static int G__G__Base1_284_0_194(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18969 {
18970    switch (libp->paran) {
18971    case 1:
18972       ((TStyle*) G__getstructoffset())->SetFrameBorderSize((Width_t) G__int(libp->para[0]));
18973       G__setnull(result7);
18974       break;
18975    case 0:
18976       ((TStyle*) G__getstructoffset())->SetFrameBorderSize();
18977       G__setnull(result7);
18978       break;
18979    }
18980    return(1 || funcname || hash || result7 || libp) ;
18981 }
18982 
18983 static int G__G__Base1_284_0_195(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18984 {
18985    switch (libp->paran) {
18986    case 1:
18987       ((TStyle*) G__getstructoffset())->SetFrameBorderMode((Int_t) G__int(libp->para[0]));
18988       G__setnull(result7);
18989       break;
18990    case 0:
18991       ((TStyle*) G__getstructoffset())->SetFrameBorderMode();
18992       G__setnull(result7);
18993       break;
18994    }
18995    return(1 || funcname || hash || result7 || libp) ;
18996 }
18997 
18998 static int G__G__Base1_284_0_196(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18999 {
19000    switch (libp->paran) {
19001    case 1:
19002       ((TStyle*) G__getstructoffset())->SetHistFillColor((Color_t) G__int(libp->para[0]));
19003       G__setnull(result7);
19004       break;
19005    case 0:
19006       ((TStyle*) G__getstructoffset())->SetHistFillColor();
19007       G__setnull(result7);
19008       break;
19009    }
19010    return(1 || funcname || hash || result7 || libp) ;
19011 }
19012 
19013 static int G__G__Base1_284_0_197(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19014 {
19015    switch (libp->paran) {
19016    case 1:
19017       ((TStyle*) G__getstructoffset())->SetHistLineColor((Color_t) G__int(libp->para[0]));
19018       G__setnull(result7);
19019       break;
19020    case 0:
19021       ((TStyle*) G__getstructoffset())->SetHistLineColor();
19022       G__setnull(result7);
19023       break;
19024    }
19025    return(1 || funcname || hash || result7 || libp) ;
19026 }
19027 
19028 static int G__G__Base1_284_0_198(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19029 {
19030    switch (libp->paran) {
19031    case 1:
19032       ((TStyle*) G__getstructoffset())->SetHistFillStyle((Style_t) G__int(libp->para[0]));
19033       G__setnull(result7);
19034       break;
19035    case 0:
19036       ((TStyle*) G__getstructoffset())->SetHistFillStyle();
19037       G__setnull(result7);
19038       break;
19039    }
19040    return(1 || funcname || hash || result7 || libp) ;
19041 }
19042 
19043 static int G__G__Base1_284_0_199(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19044 {
19045    switch (libp->paran) {
19046    case 1:
19047       ((TStyle*) G__getstructoffset())->SetHistLineStyle((Style_t) G__int(libp->para[0]));
19048       G__setnull(result7);
19049       break;
19050    case 0:
19051       ((TStyle*) G__getstructoffset())->SetHistLineStyle();
19052       G__setnull(result7);
19053       break;
19054    }
19055    return(1 || funcname || hash || result7 || libp) ;
19056 }
19057 
19058 static int G__G__Base1_284_0_200(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19059 {
19060    switch (libp->paran) {
19061    case 1:
19062       ((TStyle*) G__getstructoffset())->SetHistLineWidth((Width_t) G__int(libp->para[0]));
19063       G__setnull(result7);
19064       break;
19065    case 0:
19066       ((TStyle*) G__getstructoffset())->SetHistLineWidth();
19067       G__setnull(result7);
19068       break;
19069    }
19070    return(1 || funcname || hash || result7 || libp) ;
19071 }
19072 
19073 static int G__G__Base1_284_0_201(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19074 {
19075    switch (libp->paran) {
19076    case 1:
19077       ((TStyle*) G__getstructoffset())->SetHistMinimumZero((Bool_t) G__int(libp->para[0]));
19078       G__setnull(result7);
19079       break;
19080    case 0:
19081       ((TStyle*) G__getstructoffset())->SetHistMinimumZero();
19082       G__setnull(result7);
19083       break;
19084    }
19085    return(1 || funcname || hash || result7 || libp) ;
19086 }
19087 
19088 static int G__G__Base1_284_0_202(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19089 {
19090    switch (libp->paran) {
19091    case 1:
19092       ((TStyle*) G__getstructoffset())->SetHistTopMargin((Double_t) G__double(libp->para[0]));
19093       G__setnull(result7);
19094       break;
19095    case 0:
19096       ((TStyle*) G__getstructoffset())->SetHistTopMargin();
19097       G__setnull(result7);
19098       break;
19099    }
19100    return(1 || funcname || hash || result7 || libp) ;
19101 }
19102 
19103 static int G__G__Base1_284_0_203(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19104 {
19105    switch (libp->paran) {
19106    case 1:
19107       ((TStyle*) G__getstructoffset())->SetPaintTextFormat((const char*) G__int(libp->para[0]));
19108       G__setnull(result7);
19109       break;
19110    case 0:
19111       ((TStyle*) G__getstructoffset())->SetPaintTextFormat();
19112       G__setnull(result7);
19113       break;
19114    }
19115    return(1 || funcname || hash || result7 || libp) ;
19116 }
19117 
19118 static int G__G__Base1_284_0_204(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19119 {
19120       ((TStyle*) G__getstructoffset())->SetPaperSize((TStyle::EPaperSize) G__int(libp->para[0]));
19121       G__setnull(result7);
19122    return(1 || funcname || hash || result7 || libp) ;
19123 }
19124 
19125 static int G__G__Base1_284_0_205(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19126 {
19127    switch (libp->paran) {
19128    case 2:
19129       ((TStyle*) G__getstructoffset())->SetPaperSize((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
19130       G__setnull(result7);
19131       break;
19132    case 1:
19133       ((TStyle*) G__getstructoffset())->SetPaperSize((Float_t) G__double(libp->para[0]));
19134       G__setnull(result7);
19135       break;
19136    case 0:
19137       ((TStyle*) G__getstructoffset())->SetPaperSize();
19138       G__setnull(result7);
19139       break;
19140    }
19141    return(1 || funcname || hash || result7 || libp) ;
19142 }
19143 
19144 static int G__G__Base1_284_0_206(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19145 {
19146    switch (libp->paran) {
19147    case 1:
19148       ((TStyle*) G__getstructoffset())->SetStatColor((Int_t) G__int(libp->para[0]));
19149       G__setnull(result7);
19150       break;
19151    case 0:
19152       ((TStyle*) G__getstructoffset())->SetStatColor();
19153       G__setnull(result7);
19154       break;
19155    }
19156    return(1 || funcname || hash || result7 || libp) ;
19157 }
19158 
19159 static int G__G__Base1_284_0_207(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19160 {
19161    switch (libp->paran) {
19162    case 1:
19163       ((TStyle*) G__getstructoffset())->SetStatTextColor((Int_t) G__int(libp->para[0]));
19164       G__setnull(result7);
19165       break;
19166    case 0:
19167       ((TStyle*) G__getstructoffset())->SetStatTextColor();
19168       G__setnull(result7);
19169       break;
19170    }
19171    return(1 || funcname || hash || result7 || libp) ;
19172 }
19173 
19174 static int G__G__Base1_284_0_208(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19175 {
19176    switch (libp->paran) {
19177    case 1:
19178       ((TStyle*) G__getstructoffset())->SetStatStyle((Style_t) G__int(libp->para[0]));
19179       G__setnull(result7);
19180       break;
19181    case 0:
19182       ((TStyle*) G__getstructoffset())->SetStatStyle();
19183       G__setnull(result7);
19184       break;
19185    }
19186    return(1 || funcname || hash || result7 || libp) ;
19187 }
19188 
19189 static int G__G__Base1_284_0_209(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19190 {
19191    switch (libp->paran) {
19192    case 1:
19193       ((TStyle*) G__getstructoffset())->SetStatBorderSize((Width_t) G__int(libp->para[0]));
19194       G__setnull(result7);
19195       break;
19196    case 0:
19197       ((TStyle*) G__getstructoffset())->SetStatBorderSize();
19198       G__setnull(result7);
19199       break;
19200    }
19201    return(1 || funcname || hash || result7 || libp) ;
19202 }
19203 
19204 static int G__G__Base1_284_0_210(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19205 {
19206    switch (libp->paran) {
19207    case 1:
19208       ((TStyle*) G__getstructoffset())->SetStatFont((Style_t) G__int(libp->para[0]));
19209       G__setnull(result7);
19210       break;
19211    case 0:
19212       ((TStyle*) G__getstructoffset())->SetStatFont();
19213       G__setnull(result7);
19214       break;
19215    }
19216    return(1 || funcname || hash || result7 || libp) ;
19217 }
19218 
19219 static int G__G__Base1_284_0_211(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19220 {
19221    switch (libp->paran) {
19222    case 1:
19223       ((TStyle*) G__getstructoffset())->SetStatFontSize((Float_t) G__double(libp->para[0]));
19224       G__setnull(result7);
19225       break;
19226    case 0:
19227       ((TStyle*) G__getstructoffset())->SetStatFontSize();
19228       G__setnull(result7);
19229       break;
19230    }
19231    return(1 || funcname || hash || result7 || libp) ;
19232 }
19233 
19234 static int G__G__Base1_284_0_212(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19235 {
19236    switch (libp->paran) {
19237    case 1:
19238       ((TStyle*) G__getstructoffset())->SetStatFormat((const char*) G__int(libp->para[0]));
19239       G__setnull(result7);
19240       break;
19241    case 0:
19242       ((TStyle*) G__getstructoffset())->SetStatFormat();
19243       G__setnull(result7);
19244       break;
19245    }
19246    return(1 || funcname || hash || result7 || libp) ;
19247 }
19248 
19249 static int G__G__Base1_284_0_213(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19250 {
19251    switch (libp->paran) {
19252    case 1:
19253       ((TStyle*) G__getstructoffset())->SetStatX((Float_t) G__double(libp->para[0]));
19254       G__setnull(result7);
19255       break;
19256    case 0:
19257       ((TStyle*) G__getstructoffset())->SetStatX();
19258       G__setnull(result7);
19259       break;
19260    }
19261    return(1 || funcname || hash || result7 || libp) ;
19262 }
19263 
19264 static int G__G__Base1_284_0_214(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19265 {
19266    switch (libp->paran) {
19267    case 1:
19268       ((TStyle*) G__getstructoffset())->SetStatY((Float_t) G__double(libp->para[0]));
19269       G__setnull(result7);
19270       break;
19271    case 0:
19272       ((TStyle*) G__getstructoffset())->SetStatY();
19273       G__setnull(result7);
19274       break;
19275    }
19276    return(1 || funcname || hash || result7 || libp) ;
19277 }
19278 
19279 static int G__G__Base1_284_0_215(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19280 {
19281    switch (libp->paran) {
19282    case 1:
19283       ((TStyle*) G__getstructoffset())->SetStatW((Float_t) G__double(libp->para[0]));
19284       G__setnull(result7);
19285       break;
19286    case 0:
19287       ((TStyle*) G__getstructoffset())->SetStatW();
19288       G__setnull(result7);
19289       break;
19290    }
19291    return(1 || funcname || hash || result7 || libp) ;
19292 }
19293 
19294 static int G__G__Base1_284_0_216(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19295 {
19296    switch (libp->paran) {
19297    case 1:
19298       ((TStyle*) G__getstructoffset())->SetStatH((Float_t) G__double(libp->para[0]));
19299       G__setnull(result7);
19300       break;
19301    case 0:
19302       ((TStyle*) G__getstructoffset())->SetStatH();
19303       G__setnull(result7);
19304       break;
19305    }
19306    return(1 || funcname || hash || result7 || libp) ;
19307 }
19308 
19309 static int G__G__Base1_284_0_217(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19310 {
19311    switch (libp->paran) {
19312    case 1:
19313       ((TStyle*) G__getstructoffset())->SetStripDecimals((Bool_t) G__int(libp->para[0]));
19314       G__setnull(result7);
19315       break;
19316    case 0:
19317       ((TStyle*) G__getstructoffset())->SetStripDecimals();
19318       G__setnull(result7);
19319       break;
19320    }
19321    return(1 || funcname || hash || result7 || libp) ;
19322 }
19323 
19324 static int G__G__Base1_284_0_218(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19325 {
19326       ((TStyle*) G__getstructoffset())->SetTimeOffset((Double_t) G__double(libp->para[0]));
19327       G__setnull(result7);
19328    return(1 || funcname || hash || result7 || libp) ;
19329 }
19330 
19331 static int G__G__Base1_284_0_219(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19332 {
19333    switch (libp->paran) {
19334    case 1:
19335       ((TStyle*) G__getstructoffset())->SetTitleAlign((Int_t) G__int(libp->para[0]));
19336       G__setnull(result7);
19337       break;
19338    case 0:
19339       ((TStyle*) G__getstructoffset())->SetTitleAlign();
19340       G__setnull(result7);
19341       break;
19342    }
19343    return(1 || funcname || hash || result7 || libp) ;
19344 }
19345 
19346 static int G__G__Base1_284_0_220(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19347 {
19348    switch (libp->paran) {
19349    case 1:
19350       ((TStyle*) G__getstructoffset())->SetTitleFillColor((Color_t) G__int(libp->para[0]));
19351       G__setnull(result7);
19352       break;
19353    case 0:
19354       ((TStyle*) G__getstructoffset())->SetTitleFillColor();
19355       G__setnull(result7);
19356       break;
19357    }
19358    return(1 || funcname || hash || result7 || libp) ;
19359 }
19360 
19361 static int G__G__Base1_284_0_221(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19362 {
19363    switch (libp->paran) {
19364    case 1:
19365       ((TStyle*) G__getstructoffset())->SetTitleTextColor((Color_t) G__int(libp->para[0]));
19366       G__setnull(result7);
19367       break;
19368    case 0:
19369       ((TStyle*) G__getstructoffset())->SetTitleTextColor();
19370       G__setnull(result7);
19371       break;
19372    }
19373    return(1 || funcname || hash || result7 || libp) ;
19374 }
19375 
19376 static int G__G__Base1_284_0_222(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19377 {
19378    switch (libp->paran) {
19379    case 1:
19380       ((TStyle*) G__getstructoffset())->SetTitleStyle((Style_t) G__int(libp->para[0]));
19381       G__setnull(result7);
19382       break;
19383    case 0:
19384       ((TStyle*) G__getstructoffset())->SetTitleStyle();
19385       G__setnull(result7);
19386       break;
19387    }
19388    return(1 || funcname || hash || result7 || libp) ;
19389 }
19390 
19391 static int G__G__Base1_284_0_223(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19392 {
19393    switch (libp->paran) {
19394    case 1:
19395       ((TStyle*) G__getstructoffset())->SetTitleFontSize((Float_t) G__double(libp->para[0]));
19396       G__setnull(result7);
19397       break;
19398    case 0:
19399       ((TStyle*) G__getstructoffset())->SetTitleFontSize();
19400       G__setnull(result7);
19401       break;
19402    }
19403    return(1 || funcname || hash || result7 || libp) ;
19404 }
19405 
19406 static int G__G__Base1_284_0_224(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19407 {
19408    switch (libp->paran) {
19409    case 1:
19410       ((TStyle*) G__getstructoffset())->SetTitleBorderSize((Width_t) G__int(libp->para[0]));
19411       G__setnull(result7);
19412       break;
19413    case 0:
19414       ((TStyle*) G__getstructoffset())->SetTitleBorderSize();
19415       G__setnull(result7);
19416       break;
19417    }
19418    return(1 || funcname || hash || result7 || libp) ;
19419 }
19420 
19421 static int G__G__Base1_284_0_225(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19422 {
19423    switch (libp->paran) {
19424    case 1:
19425       ((TStyle*) G__getstructoffset())->SetTitleXOffset((Float_t) G__double(libp->para[0]));
19426       G__setnull(result7);
19427       break;
19428    case 0:
19429       ((TStyle*) G__getstructoffset())->SetTitleXOffset();
19430       G__setnull(result7);
19431       break;
19432    }
19433    return(1 || funcname || hash || result7 || libp) ;
19434 }
19435 
19436 static int G__G__Base1_284_0_226(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19437 {
19438    switch (libp->paran) {
19439    case 1:
19440       ((TStyle*) G__getstructoffset())->SetTitleXSize((Float_t) G__double(libp->para[0]));
19441       G__setnull(result7);
19442       break;
19443    case 0:
19444       ((TStyle*) G__getstructoffset())->SetTitleXSize();
19445       G__setnull(result7);
19446       break;
19447    }
19448    return(1 || funcname || hash || result7 || libp) ;
19449 }
19450 
19451 static int G__G__Base1_284_0_227(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19452 {
19453    switch (libp->paran) {
19454    case 1:
19455       ((TStyle*) G__getstructoffset())->SetTitleYOffset((Float_t) G__double(libp->para[0]));
19456       G__setnull(result7);
19457       break;
19458    case 0:
19459       ((TStyle*) G__getstructoffset())->SetTitleYOffset();
19460       G__setnull(result7);
19461       break;
19462    }
19463    return(1 || funcname || hash || result7 || libp) ;
19464 }
19465 
19466 static int G__G__Base1_284_0_228(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19467 {
19468    switch (libp->paran) {
19469    case 1:
19470       ((TStyle*) G__getstructoffset())->SetTitleYSize((Float_t) G__double(libp->para[0]));
19471       G__setnull(result7);
19472       break;
19473    case 0:
19474       ((TStyle*) G__getstructoffset())->SetTitleYSize();
19475       G__setnull(result7);
19476       break;
19477    }
19478    return(1 || funcname || hash || result7 || libp) ;
19479 }
19480 
19481 static int G__G__Base1_284_0_229(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19482 {
19483    switch (libp->paran) {
19484    case 1:
19485       ((TStyle*) G__getstructoffset())->SetTitleX((Float_t) G__double(libp->para[0]));
19486       G__setnull(result7);
19487       break;
19488    case 0:
19489       ((TStyle*) G__getstructoffset())->SetTitleX();
19490       G__setnull(result7);
19491       break;
19492    }
19493    return(1 || funcname || hash || result7 || libp) ;
19494 }
19495 
19496 static int G__G__Base1_284_0_230(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19497 {
19498    switch (libp->paran) {
19499    case 1:
19500       ((TStyle*) G__getstructoffset())->SetTitleY((Float_t) G__double(libp->para[0]));
19501       G__setnull(result7);
19502       break;
19503    case 0:
19504       ((TStyle*) G__getstructoffset())->SetTitleY();
19505       G__setnull(result7);
19506       break;
19507    }
19508    return(1 || funcname || hash || result7 || libp) ;
19509 }
19510 
19511 static int G__G__Base1_284_0_231(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19512 {
19513    switch (libp->paran) {
19514    case 1:
19515       ((TStyle*) G__getstructoffset())->SetTitleW((Float_t) G__double(libp->para[0]));
19516       G__setnull(result7);
19517       break;
19518    case 0:
19519       ((TStyle*) G__getstructoffset())->SetTitleW();
19520       G__setnull(result7);
19521       break;
19522    }
19523    return(1 || funcname || hash || result7 || libp) ;
19524 }
19525 
19526 static int G__G__Base1_284_0_232(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19527 {
19528    switch (libp->paran) {
19529    case 1:
19530       ((TStyle*) G__getstructoffset())->SetTitleH((Float_t) G__double(libp->para[0]));
19531       G__setnull(result7);
19532       break;
19533    case 0:
19534       ((TStyle*) G__getstructoffset())->SetTitleH();
19535       G__setnull(result7);
19536       break;
19537    }
19538    return(1 || funcname || hash || result7 || libp) ;
19539 }
19540 
19541 static int G__G__Base1_284_0_233(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19542 {
19543       ((TStyle*) G__getstructoffset())->ToggleEventStatus();
19544       G__setnull(result7);
19545    return(1 || funcname || hash || result7 || libp) ;
19546 }
19547 
19548 static int G__G__Base1_284_0_234(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19549 {
19550       ((TStyle*) G__getstructoffset())->ToggleEditor();
19551       G__setnull(result7);
19552    return(1 || funcname || hash || result7 || libp) ;
19553 }
19554 
19555 static int G__G__Base1_284_0_235(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19556 {
19557       ((TStyle*) G__getstructoffset())->ToggleToolBar();
19558       G__setnull(result7);
19559    return(1 || funcname || hash || result7 || libp) ;
19560 }
19561 
19562 static int G__G__Base1_284_0_236(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19563 {
19564    switch (libp->paran) {
19565    case 1:
19566       ((TStyle*) G__getstructoffset())->SetIsReading((Bool_t) G__int(libp->para[0]));
19567       G__setnull(result7);
19568       break;
19569    case 0:
19570       ((TStyle*) G__getstructoffset())->SetIsReading();
19571       G__setnull(result7);
19572       break;
19573    }
19574    return(1 || funcname || hash || result7 || libp) ;
19575 }
19576 
19577 static int G__G__Base1_284_0_237(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19578 {
19579    switch (libp->paran) {
19580    case 2:
19581       ((TStyle*) G__getstructoffset())->SetPalette((Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1]));
19582       G__setnull(result7);
19583       break;
19584    case 1:
19585       ((TStyle*) G__getstructoffset())->SetPalette((Int_t) G__int(libp->para[0]));
19586       G__setnull(result7);
19587       break;
19588    case 0:
19589       ((TStyle*) G__getstructoffset())->SetPalette();
19590       G__setnull(result7);
19591       break;
19592    }
19593    return(1 || funcname || hash || result7 || libp) ;
19594 }
19595 
19596 static int G__G__Base1_284_0_239(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19597 {
19598    switch (libp->paran) {
19599    case 2:
19600       ((TStyle*) G__getstructoffset())->SaveSource((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
19601       G__setnull(result7);
19602       break;
19603    case 1:
19604       ((TStyle*) G__getstructoffset())->SaveSource((const char*) G__int(libp->para[0]));
19605       G__setnull(result7);
19606       break;
19607    }
19608    return(1 || funcname || hash || result7 || libp) ;
19609 }
19610 
19611 static int G__G__Base1_284_0_240(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19612 {
19613       G__letint(result7, 85, (long) TStyle::Class());
19614    return(1 || funcname || hash || result7 || libp) ;
19615 }
19616 
19617 static int G__G__Base1_284_0_241(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19618 {
19619       G__letint(result7, 67, (long) TStyle::Class_Name());
19620    return(1 || funcname || hash || result7 || libp) ;
19621 }
19622 
19623 static int G__G__Base1_284_0_242(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19624 {
19625       G__letint(result7, 115, (long) TStyle::Class_Version());
19626    return(1 || funcname || hash || result7 || libp) ;
19627 }
19628 
19629 static int G__G__Base1_284_0_243(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19630 {
19631       TStyle::Dictionary();
19632       G__setnull(result7);
19633    return(1 || funcname || hash || result7 || libp) ;
19634 }
19635 
19636 static int G__G__Base1_284_0_247(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19637 {
19638       ((TStyle*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19639       G__setnull(result7);
19640    return(1 || funcname || hash || result7 || libp) ;
19641 }
19642 
19643 static int G__G__Base1_284_0_248(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19644 {
19645       G__letint(result7, 67, (long) TStyle::DeclFileName());
19646    return(1 || funcname || hash || result7 || libp) ;
19647 }
19648 
19649 static int G__G__Base1_284_0_249(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19650 {
19651       G__letint(result7, 105, (long) TStyle::ImplFileLine());
19652    return(1 || funcname || hash || result7 || libp) ;
19653 }
19654 
19655 static int G__G__Base1_284_0_250(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19656 {
19657       G__letint(result7, 67, (long) TStyle::ImplFileName());
19658    return(1 || funcname || hash || result7 || libp) ;
19659 }
19660 
19661 static int G__G__Base1_284_0_251(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19662 {
19663       G__letint(result7, 105, (long) TStyle::DeclFileLine());
19664    return(1 || funcname || hash || result7 || libp) ;
19665 }
19666 
19667 // automatic destructor
19668 typedef TStyle G__TTStyle;
19669 static int G__G__Base1_284_0_252(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19670 {
19671    char* gvp = (char*) G__getgvp();
19672    long soff = G__getstructoffset();
19673    int n = G__getaryconstruct();
19674    //
19675    //has_a_delete: 1
19676    //has_own_delete1arg: 0
19677    //has_own_delete2arg: 0
19678    //
19679    if (!soff) {
19680      return(1);
19681    }
19682    if (n) {
19683      if (gvp == (char*)G__PVOID) {
19684        delete[] (TStyle*) soff;
19685      } else {
19686        G__setgvp((long) G__PVOID);
19687        for (int i = n - 1; i >= 0; --i) {
19688          ((TStyle*) (soff+(sizeof(TStyle)*i)))->~G__TTStyle();
19689        }
19690        G__setgvp((long)gvp);
19691      }
19692    } else {
19693      if (gvp == (char*)G__PVOID) {
19694        delete (TStyle*) soff;
19695      } else {
19696        G__setgvp((long) G__PVOID);
19697        ((TStyle*) (soff))->~G__TTStyle();
19698        G__setgvp((long)gvp);
19699      }
19700    }
19701    G__setnull(result7);
19702    return(1 || funcname || hash || result7 || libp) ;
19703 }
19704 
19705 // automatic assignment operator
19706 static int G__G__Base1_284_0_253(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19707 {
19708    TStyle* dest = (TStyle*) G__getstructoffset();
19709    *dest = *(TStyle*) libp->para[0].ref;
19710    const TStyle& obj = *dest;
19711    result7->ref = (long) (&obj);
19712    result7->obj.i = (long) (&obj);
19713    return(1 || funcname || hash || result7 || libp) ;
19714 }
19715 
19716 
19717 /* TVirtualFFT */
19718 static int G__G__Base1_293_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19719 {
19720       G__letint(result7, 73, (long) ((const TVirtualFFT*) G__getstructoffset())->GetN());
19721    return(1 || funcname || hash || result7 || libp) ;
19722 }
19723 
19724 static int G__G__Base1_293_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19725 {
19726       G__letint(result7, 105, (long) ((const TVirtualFFT*) G__getstructoffset())->GetNdim());
19727    return(1 || funcname || hash || result7 || libp) ;
19728 }
19729 
19730 static int G__G__Base1_293_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19731 {
19732       G__letint(result7, 67, (long) ((const TVirtualFFT*) G__getstructoffset())->GetType());
19733    return(1 || funcname || hash || result7 || libp) ;
19734 }
19735 
19736 static int G__G__Base1_293_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19737 {
19738       G__letint(result7, 105, (long) ((const TVirtualFFT*) G__getstructoffset())->GetSign());
19739    return(1 || funcname || hash || result7 || libp) ;
19740 }
19741 
19742 static int G__G__Base1_293_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19743 {
19744       G__letint(result7, 67, (long) ((const TVirtualFFT*) G__getstructoffset())->GetTransformFlag());
19745    return(1 || funcname || hash || result7 || libp) ;
19746 }
19747 
19748 static int G__G__Base1_293_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19749 {
19750       ((TVirtualFFT*) G__getstructoffset())->Init((Option_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19751 , (const Int_t*) G__int(libp->para[2]));
19752       G__setnull(result7);
19753    return(1 || funcname || hash || result7 || libp) ;
19754 }
19755 
19756 static int G__G__Base1_293_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19757 {
19758       G__letint(result7, 103, (long) ((const TVirtualFFT*) G__getstructoffset())->IsInplace());
19759    return(1 || funcname || hash || result7 || libp) ;
19760 }
19761 
19762 static int G__G__Base1_293_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19763 {
19764    switch (libp->paran) {
19765    case 2:
19766       ((const TVirtualFFT*) G__getstructoffset())->GetPoints((Double_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
19767       G__setnull(result7);
19768       break;
19769    case 1:
19770       ((const TVirtualFFT*) G__getstructoffset())->GetPoints((Double_t*) G__int(libp->para[0]));
19771       G__setnull(result7);
19772       break;
19773    }
19774    return(1 || funcname || hash || result7 || libp) ;
19775 }
19776 
19777 static int G__G__Base1_293_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19778 {
19779    switch (libp->paran) {
19780    case 2:
19781       G__letdouble(result7, 100, (double) ((const TVirtualFFT*) G__getstructoffset())->GetPointReal((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
19782       break;
19783    case 1:
19784       G__letdouble(result7, 100, (double) ((const TVirtualFFT*) G__getstructoffset())->GetPointReal((Int_t) G__int(libp->para[0])));
19785       break;
19786    }
19787    return(1 || funcname || hash || result7 || libp) ;
19788 }
19789 
19790 static int G__G__Base1_293_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19791 {
19792    switch (libp->paran) {
19793    case 2:
19794       G__letdouble(result7, 100, (double) ((const TVirtualFFT*) G__getstructoffset())->GetPointReal((const Int_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
19795       break;
19796    case 1:
19797       G__letdouble(result7, 100, (double) ((const TVirtualFFT*) G__getstructoffset())->GetPointReal((const Int_t*) G__int(libp->para[0])));
19798       break;
19799    }
19800    return(1 || funcname || hash || result7 || libp) ;
19801 }
19802 
19803 static int G__G__Base1_293_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19804 {
19805    switch (libp->paran) {
19806    case 4:
19807       ((const TVirtualFFT*) G__getstructoffset())->GetPointComplex((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
19808 , *(Double_t*) G__Doubleref(&libp->para[2]), (Bool_t) G__int(libp->para[3]));
19809       G__setnull(result7);
19810       break;
19811    case 3:
19812       ((const TVirtualFFT*) G__getstructoffset())->GetPointComplex((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
19813 , *(Double_t*) G__Doubleref(&libp->para[2]));
19814       G__setnull(result7);
19815       break;
19816    }
19817    return(1 || funcname || hash || result7 || libp) ;
19818 }
19819 
19820 static int G__G__Base1_293_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19821 {
19822    switch (libp->paran) {
19823    case 4:
19824       ((const TVirtualFFT*) G__getstructoffset())->GetPointComplex((const Int_t*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
19825 , *(Double_t*) G__Doubleref(&libp->para[2]), (Bool_t) G__int(libp->para[3]));
19826       G__setnull(result7);
19827       break;
19828    case 3:
19829       ((const TVirtualFFT*) G__getstructoffset())->GetPointComplex((const Int_t*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
19830 , *(Double_t*) G__Doubleref(&libp->para[2]));
19831       G__setnull(result7);
19832       break;
19833    }
19834    return(1 || funcname || hash || result7 || libp) ;
19835 }
19836 
19837 static int G__G__Base1_293_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19838 {
19839    switch (libp->paran) {
19840    case 1:
19841       G__letint(result7, 68, (long) ((const TVirtualFFT*) G__getstructoffset())->GetPointsReal((Bool_t) G__int(libp->para[0])));
19842       break;
19843    case 0:
19844       G__letint(result7, 68, (long) ((const TVirtualFFT*) G__getstructoffset())->GetPointsReal());
19845       break;
19846    }
19847    return(1 || funcname || hash || result7 || libp) ;
19848 }
19849 
19850 static int G__G__Base1_293_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19851 {
19852    switch (libp->paran) {
19853    case 3:
19854       ((const TVirtualFFT*) G__getstructoffset())->GetPointsComplex((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
19855 , (Bool_t) G__int(libp->para[2]));
19856       G__setnull(result7);
19857       break;
19858    case 2:
19859       ((const TVirtualFFT*) G__getstructoffset())->GetPointsComplex((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
19860       G__setnull(result7);
19861       break;
19862    }
19863    return(1 || funcname || hash || result7 || libp) ;
19864 }
19865 
19866 static int G__G__Base1_293_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19867 {
19868    switch (libp->paran) {
19869    case 2:
19870       ((const TVirtualFFT*) G__getstructoffset())->GetPointsComplex((Double_t*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
19871       G__setnull(result7);
19872       break;
19873    case 1:
19874       ((const TVirtualFFT*) G__getstructoffset())->GetPointsComplex((Double_t*) G__int(libp->para[0]));
19875       G__setnull(result7);
19876       break;
19877    }
19878    return(1 || funcname || hash || result7 || libp) ;
19879 }
19880 
19881 static int G__G__Base1_293_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19882 {
19883    switch (libp->paran) {
19884    case 3:
19885       ((TVirtualFFT*) G__getstructoffset())->SetPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
19886 , (Double_t) G__double(libp->para[2]));
19887       G__setnull(result7);
19888       break;
19889    case 2:
19890       ((TVirtualFFT*) G__getstructoffset())->SetPoint((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
19891       G__setnull(result7);
19892       break;
19893    }
19894    return(1 || funcname || hash || result7 || libp) ;
19895 }
19896 
19897 static int G__G__Base1_293_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19898 {
19899    switch (libp->paran) {
19900    case 3:
19901       ((TVirtualFFT*) G__getstructoffset())->SetPoint((const Int_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
19902 , (Double_t) G__double(libp->para[2]));
19903       G__setnull(result7);
19904       break;
19905    case 2:
19906       ((TVirtualFFT*) G__getstructoffset())->SetPoint((const Int_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
19907       G__setnull(result7);
19908       break;
19909    }
19910    return(1 || funcname || hash || result7 || libp) ;
19911 }
19912 
19913 static int G__G__Base1_293_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19914 {
19915       ((TVirtualFFT*) G__getstructoffset())->SetPoints((Double_t*) G__int(libp->para[0]));
19916       G__setnull(result7);
19917    return(1 || funcname || hash || result7 || libp) ;
19918 }
19919 
19920 static int G__G__Base1_293_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19921 {
19922       ((TVirtualFFT*) G__getstructoffset())->SetPointComplex((Int_t) G__int(libp->para[0]), *(TComplex*) libp->para[1].ref);
19923       G__setnull(result7);
19924    return(1 || funcname || hash || result7 || libp) ;
19925 }
19926 
19927 static int G__G__Base1_293_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19928 {
19929       ((TVirtualFFT*) G__getstructoffset())->SetPointsComplex((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
19930       G__setnull(result7);
19931    return(1 || funcname || hash || result7 || libp) ;
19932 }
19933 
19934 static int G__G__Base1_293_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19935 {
19936       ((TVirtualFFT*) G__getstructoffset())->Transform();
19937       G__setnull(result7);
19938    return(1 || funcname || hash || result7 || libp) ;
19939 }
19940 
19941 static int G__G__Base1_293_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19942 {
19943       G__letint(result7, 85, (long) TVirtualFFT::FFT((Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
19944 , (Option_t*) G__int(libp->para[2])));
19945    return(1 || funcname || hash || result7 || libp) ;
19946 }
19947 
19948 static int G__G__Base1_293_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19949 {
19950       G__letint(result7, 85, (long) TVirtualFFT::SineCosine((Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
19951 , (Int_t*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
19952    return(1 || funcname || hash || result7 || libp) ;
19953 }
19954 
19955 static int G__G__Base1_293_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19956 {
19957       G__letint(result7, 85, (long) TVirtualFFT::GetCurrentTransform());
19958    return(1 || funcname || hash || result7 || libp) ;
19959 }
19960 
19961 static int G__G__Base1_293_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19962 {
19963       TVirtualFFT::SetTransform((TVirtualFFT*) G__int(libp->para[0]));
19964       G__setnull(result7);
19965    return(1 || funcname || hash || result7 || libp) ;
19966 }
19967 
19968 static int G__G__Base1_293_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19969 {
19970       G__letint(result7, 67, (long) TVirtualFFT::GetDefaultFFT());
19971    return(1 || funcname || hash || result7 || libp) ;
19972 }
19973 
19974 static int G__G__Base1_293_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19975 {
19976    switch (libp->paran) {
19977    case 1:
19978       TVirtualFFT::SetDefaultFFT((const char*) G__int(libp->para[0]));
19979       G__setnull(result7);
19980       break;
19981    case 0:
19982       TVirtualFFT::SetDefaultFFT();
19983       G__setnull(result7);
19984       break;
19985    }
19986    return(1 || funcname || hash || result7 || libp) ;
19987 }
19988 
19989 static int G__G__Base1_293_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19990 {
19991       G__letint(result7, 85, (long) TVirtualFFT::Class());
19992    return(1 || funcname || hash || result7 || libp) ;
19993 }
19994 
19995 static int G__G__Base1_293_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19996 {
19997       G__letint(result7, 67, (long) TVirtualFFT::Class_Name());
19998    return(1 || funcname || hash || result7 || libp) ;
19999 }
20000 
20001 static int G__G__Base1_293_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20002 {
20003       G__letint(result7, 115, (long) TVirtualFFT::Class_Version());
20004    return(1 || funcname || hash || result7 || libp) ;
20005 }
20006 
20007 static int G__G__Base1_293_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20008 {
20009       TVirtualFFT::Dictionary();
20010       G__setnull(result7);
20011    return(1 || funcname || hash || result7 || libp) ;
20012 }
20013 
20014 static int G__G__Base1_293_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20015 {
20016       ((TVirtualFFT*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20017       G__setnull(result7);
20018    return(1 || funcname || hash || result7 || libp) ;
20019 }
20020 
20021 static int G__G__Base1_293_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20022 {
20023       G__letint(result7, 67, (long) TVirtualFFT::DeclFileName());
20024    return(1 || funcname || hash || result7 || libp) ;
20025 }
20026 
20027 static int G__G__Base1_293_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20028 {
20029       G__letint(result7, 105, (long) TVirtualFFT::ImplFileLine());
20030    return(1 || funcname || hash || result7 || libp) ;
20031 }
20032 
20033 static int G__G__Base1_293_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20034 {
20035       G__letint(result7, 67, (long) TVirtualFFT::ImplFileName());
20036    return(1 || funcname || hash || result7 || libp) ;
20037 }
20038 
20039 static int G__G__Base1_293_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20040 {
20041       G__letint(result7, 105, (long) TVirtualFFT::DeclFileLine());
20042    return(1 || funcname || hash || result7 || libp) ;
20043 }
20044 
20045 // automatic destructor
20046 typedef TVirtualFFT G__TTVirtualFFT;
20047 static int G__G__Base1_293_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20048 {
20049    char* gvp = (char*) G__getgvp();
20050    long soff = G__getstructoffset();
20051    int n = G__getaryconstruct();
20052    //
20053    //has_a_delete: 1
20054    //has_own_delete1arg: 0
20055    //has_own_delete2arg: 0
20056    //
20057    if (!soff) {
20058      return(1);
20059    }
20060    if (n) {
20061      if (gvp == (char*)G__PVOID) {
20062        delete[] (TVirtualFFT*) soff;
20063      } else {
20064        G__setgvp((long) G__PVOID);
20065        for (int i = n - 1; i >= 0; --i) {
20066          ((TVirtualFFT*) (soff+(sizeof(TVirtualFFT)*i)))->~G__TTVirtualFFT();
20067        }
20068        G__setgvp((long)gvp);
20069      }
20070    } else {
20071      if (gvp == (char*)G__PVOID) {
20072        delete (TVirtualFFT*) soff;
20073      } else {
20074        G__setgvp((long) G__PVOID);
20075        ((TVirtualFFT*) (soff))->~G__TTVirtualFFT();
20076        G__setgvp((long)gvp);
20077      }
20078    }
20079    G__setnull(result7);
20080    return(1 || funcname || hash || result7 || libp) ;
20081 }
20082 
20083 // automatic assignment operator
20084 static int G__G__Base1_293_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20085 {
20086    TVirtualFFT* dest = (TVirtualFFT*) G__getstructoffset();
20087    *dest = *(TVirtualFFT*) libp->para[0].ref;
20088    const TVirtualFFT& obj = *dest;
20089    result7->ref = (long) (&obj);
20090    result7->obj.i = (long) (&obj);
20091    return(1 || funcname || hash || result7 || libp) ;
20092 }
20093 
20094 
20095 /* TVirtualViewer3D */
20096 static int G__G__Base1_311_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20097 {
20098       G__letint(result7, 103, (long) ((const TVirtualViewer3D*) G__getstructoffset())->PreferLocalFrame());
20099    return(1 || funcname || hash || result7 || libp) ;
20100 }
20101 
20102 static int G__G__Base1_311_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20103 {
20104       G__letint(result7, 103, (long) ((const TVirtualViewer3D*) G__getstructoffset())->CanLoopOnPrimitives());
20105    return(1 || funcname || hash || result7 || libp) ;
20106 }
20107 
20108 static int G__G__Base1_311_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20109 {
20110       ((TVirtualViewer3D*) G__getstructoffset())->PadPaint((TVirtualPad*) G__int(libp->para[0]));
20111       G__setnull(result7);
20112    return(1 || funcname || hash || result7 || libp) ;
20113 }
20114 
20115 static int G__G__Base1_311_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20116 {
20117    switch (libp->paran) {
20118    case 2:
20119       ((TVirtualViewer3D*) G__getstructoffset())->ObjectPaint((TObject*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
20120       G__setnull(result7);
20121       break;
20122    case 1:
20123       ((TVirtualViewer3D*) G__getstructoffset())->ObjectPaint((TObject*) G__int(libp->para[0]));
20124       G__setnull(result7);
20125       break;
20126    }
20127    return(1 || funcname || hash || result7 || libp) ;
20128 }
20129 
20130 static int G__G__Base1_311_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20131 {
20132       ((TVirtualViewer3D*) G__getstructoffset())->BeginScene();
20133       G__setnull(result7);
20134    return(1 || funcname || hash || result7 || libp) ;
20135 }
20136 
20137 static int G__G__Base1_311_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20138 {
20139       G__letint(result7, 103, (long) ((const TVirtualViewer3D*) G__getstructoffset())->BuildingScene());
20140    return(1 || funcname || hash || result7 || libp) ;
20141 }
20142 
20143 static int G__G__Base1_311_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20144 {
20145       ((TVirtualViewer3D*) G__getstructoffset())->EndScene();
20146       G__setnull(result7);
20147    return(1 || funcname || hash || result7 || libp) ;
20148 }
20149 
20150 static int G__G__Base1_311_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20151 {
20152    switch (libp->paran) {
20153    case 2:
20154       G__letint(result7, 105, (long) ((TVirtualViewer3D*) G__getstructoffset())->AddObject(*(TBuffer3D*) libp->para[0].ref, (Bool_t*) G__int(libp->para[1])));
20155       break;
20156    case 1:
20157       G__letint(result7, 105, (long) ((TVirtualViewer3D*) G__getstructoffset())->AddObject(*(TBuffer3D*) libp->para[0].ref));
20158       break;
20159    }
20160    return(1 || funcname || hash || result7 || libp) ;
20161 }
20162 
20163 static int G__G__Base1_311_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20164 {
20165    switch (libp->paran) {
20166    case 3:
20167       G__letint(result7, 105, (long) ((TVirtualViewer3D*) G__getstructoffset())->AddObject((UInt_t) G__int(libp->para[0]), *(TBuffer3D*) libp->para[1].ref
20168 , (Bool_t*) G__int(libp->para[2])));
20169       break;
20170    case 2:
20171       G__letint(result7, 105, (long) ((TVirtualViewer3D*) G__getstructoffset())->AddObject((UInt_t) G__int(libp->para[0]), *(TBuffer3D*) libp->para[1].ref));
20172       break;
20173    }
20174    return(1 || funcname || hash || result7 || libp) ;
20175 }
20176 
20177 static int G__G__Base1_311_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20178 {
20179    switch (libp->paran) {
20180    case 2:
20181       G__letint(result7, 103, (long) ((TVirtualViewer3D*) G__getstructoffset())->OpenComposite(*(TBuffer3D*) libp->para[0].ref, (Bool_t*) G__int(libp->para[1])));
20182       break;
20183    case 1:
20184       G__letint(result7, 103, (long) ((TVirtualViewer3D*) G__getstructoffset())->OpenComposite(*(TBuffer3D*) libp->para[0].ref));
20185       break;
20186    }
20187    return(1 || funcname || hash || result7 || libp) ;
20188 }
20189 
20190 static int G__G__Base1_311_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20191 {
20192       ((TVirtualViewer3D*) G__getstructoffset())->CloseComposite();
20193       G__setnull(result7);
20194    return(1 || funcname || hash || result7 || libp) ;
20195 }
20196 
20197 static int G__G__Base1_311_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20198 {
20199       ((TVirtualViewer3D*) G__getstructoffset())->AddCompositeOp((UInt_t) G__int(libp->para[0]));
20200       G__setnull(result7);
20201    return(1 || funcname || hash || result7 || libp) ;
20202 }
20203 
20204 static int G__G__Base1_311_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20205 {
20206       G__letint(result7, 85, (long) ((TVirtualViewer3D*) G__getstructoffset())->SelectObject((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20207    return(1 || funcname || hash || result7 || libp) ;
20208 }
20209 
20210 static int G__G__Base1_311_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20211 {
20212       ((TVirtualViewer3D*) G__getstructoffset())->DrawViewer();
20213       G__setnull(result7);
20214    return(1 || funcname || hash || result7 || libp) ;
20215 }
20216 
20217 static int G__G__Base1_311_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20218 {
20219       ((TVirtualViewer3D*) G__getstructoffset())->PrintObjects();
20220       G__setnull(result7);
20221    return(1 || funcname || hash || result7 || libp) ;
20222 }
20223 
20224 static int G__G__Base1_311_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20225 {
20226       ((TVirtualViewer3D*) G__getstructoffset())->ResetCameras();
20227       G__setnull(result7);
20228    return(1 || funcname || hash || result7 || libp) ;
20229 }
20230 
20231 static int G__G__Base1_311_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20232 {
20233       ((TVirtualViewer3D*) G__getstructoffset())->ResetCamerasAfterNextUpdate();
20234       G__setnull(result7);
20235    return(1 || funcname || hash || result7 || libp) ;
20236 }
20237 
20238 static int G__G__Base1_311_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20239 {
20240    switch (libp->paran) {
20241    case 2:
20242       G__letint(result7, 85, (long) TVirtualViewer3D::Viewer3D((TVirtualPad*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
20243       break;
20244    case 1:
20245       G__letint(result7, 85, (long) TVirtualViewer3D::Viewer3D((TVirtualPad*) G__int(libp->para[0])));
20246       break;
20247    case 0:
20248       G__letint(result7, 85, (long) TVirtualViewer3D::Viewer3D());
20249       break;
20250    }
20251    return(1 || funcname || hash || result7 || libp) ;
20252 }
20253 
20254 static int G__G__Base1_311_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20255 {
20256       G__letint(result7, 85, (long) TVirtualViewer3D::Class());
20257    return(1 || funcname || hash || result7 || libp) ;
20258 }
20259 
20260 static int G__G__Base1_311_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20261 {
20262       G__letint(result7, 67, (long) TVirtualViewer3D::Class_Name());
20263    return(1 || funcname || hash || result7 || libp) ;
20264 }
20265 
20266 static int G__G__Base1_311_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20267 {
20268       G__letint(result7, 115, (long) TVirtualViewer3D::Class_Version());
20269    return(1 || funcname || hash || result7 || libp) ;
20270 }
20271 
20272 static int G__G__Base1_311_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20273 {
20274       TVirtualViewer3D::Dictionary();
20275       G__setnull(result7);
20276    return(1 || funcname || hash || result7 || libp) ;
20277 }
20278 
20279 static int G__G__Base1_311_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20280 {
20281       ((TVirtualViewer3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20282       G__setnull(result7);
20283    return(1 || funcname || hash || result7 || libp) ;
20284 }
20285 
20286 static int G__G__Base1_311_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20287 {
20288       G__letint(result7, 67, (long) TVirtualViewer3D::DeclFileName());
20289    return(1 || funcname || hash || result7 || libp) ;
20290 }
20291 
20292 static int G__G__Base1_311_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20293 {
20294       G__letint(result7, 105, (long) TVirtualViewer3D::ImplFileLine());
20295    return(1 || funcname || hash || result7 || libp) ;
20296 }
20297 
20298 static int G__G__Base1_311_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20299 {
20300       G__letint(result7, 67, (long) TVirtualViewer3D::ImplFileName());
20301    return(1 || funcname || hash || result7 || libp) ;
20302 }
20303 
20304 static int G__G__Base1_311_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20305 {
20306       G__letint(result7, 105, (long) TVirtualViewer3D::DeclFileLine());
20307    return(1 || funcname || hash || result7 || libp) ;
20308 }
20309 
20310 // automatic destructor
20311 typedef TVirtualViewer3D G__TTVirtualViewer3D;
20312 static int G__G__Base1_311_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20313 {
20314    char* gvp = (char*) G__getgvp();
20315    long soff = G__getstructoffset();
20316    int n = G__getaryconstruct();
20317    //
20318    //has_a_delete: 1
20319    //has_own_delete1arg: 0
20320    //has_own_delete2arg: 0
20321    //
20322    if (!soff) {
20323      return(1);
20324    }
20325    if (n) {
20326      if (gvp == (char*)G__PVOID) {
20327        delete[] (TVirtualViewer3D*) soff;
20328      } else {
20329        G__setgvp((long) G__PVOID);
20330        for (int i = n - 1; i >= 0; --i) {
20331          ((TVirtualViewer3D*) (soff+(sizeof(TVirtualViewer3D)*i)))->~G__TTVirtualViewer3D();
20332        }
20333        G__setgvp((long)gvp);
20334      }
20335    } else {
20336      if (gvp == (char*)G__PVOID) {
20337        delete (TVirtualViewer3D*) soff;
20338      } else {
20339        G__setgvp((long) G__PVOID);
20340        ((TVirtualViewer3D*) (soff))->~G__TTVirtualViewer3D();
20341        G__setgvp((long)gvp);
20342      }
20343    }
20344    G__setnull(result7);
20345    return(1 || funcname || hash || result7 || libp) ;
20346 }
20347 
20348 // automatic assignment operator
20349 static int G__G__Base1_311_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20350 {
20351    TVirtualViewer3D* dest = (TVirtualViewer3D*) G__getstructoffset();
20352    *dest = *(TVirtualViewer3D*) libp->para[0].ref;
20353    const TVirtualViewer3D& obj = *dest;
20354    result7->ref = (long) (&obj);
20355    result7->obj.i = (long) (&obj);
20356    return(1 || funcname || hash || result7 || libp) ;
20357 }
20358 
20359 
20360 /* TVirtualGLPainter */
20361 static int G__G__Base1_318_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20362 {
20363       ((TVirtualGLPainter*) G__getstructoffset())->Paint();
20364       G__setnull(result7);
20365    return(1 || funcname || hash || result7 || libp) ;
20366 }
20367 
20368 static int G__G__Base1_318_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20369 {
20370       ((TVirtualGLPainter*) G__getstructoffset())->Pan((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
20371       G__setnull(result7);
20372    return(1 || funcname || hash || result7 || libp) ;
20373 }
20374 
20375 static int G__G__Base1_318_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20376 {
20377       G__letint(result7, 103, (long) ((TVirtualGLPainter*) G__getstructoffset())->PlotSelected((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20378    return(1 || funcname || hash || result7 || libp) ;
20379 }
20380 
20381 static int G__G__Base1_318_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20382 {
20383       G__letint(result7, 67, (long) ((TVirtualGLPainter*) G__getstructoffset())->GetPlotInfo((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20384    return(1 || funcname || hash || result7 || libp) ;
20385 }
20386 
20387 static int G__G__Base1_318_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20388 {
20389       G__letint(result7, 85, (long) TVirtualGLPainter::Class());
20390    return(1 || funcname || hash || result7 || libp) ;
20391 }
20392 
20393 static int G__G__Base1_318_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20394 {
20395       G__letint(result7, 67, (long) TVirtualGLPainter::Class_Name());
20396    return(1 || funcname || hash || result7 || libp) ;
20397 }
20398 
20399 static int G__G__Base1_318_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20400 {
20401       G__letint(result7, 115, (long) TVirtualGLPainter::Class_Version());
20402    return(1 || funcname || hash || result7 || libp) ;
20403 }
20404 
20405 static int G__G__Base1_318_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20406 {
20407       TVirtualGLPainter::Dictionary();
20408       G__setnull(result7);
20409    return(1 || funcname || hash || result7 || libp) ;
20410 }
20411 
20412 static int G__G__Base1_318_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20413 {
20414       G__letint(result7, 85, (long) ((const TVirtualGLPainter*) G__getstructoffset())->IsA());
20415    return(1 || funcname || hash || result7 || libp) ;
20416 }
20417 
20418 static int G__G__Base1_318_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20419 {
20420       ((TVirtualGLPainter*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
20421       G__setnull(result7);
20422    return(1 || funcname || hash || result7 || libp) ;
20423 }
20424 
20425 static int G__G__Base1_318_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20426 {
20427       ((TVirtualGLPainter*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
20428       G__setnull(result7);
20429    return(1 || funcname || hash || result7 || libp) ;
20430 }
20431 
20432 static int G__G__Base1_318_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20433 {
20434       ((TVirtualGLPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20435       G__setnull(result7);
20436    return(1 || funcname || hash || result7 || libp) ;
20437 }
20438 
20439 static int G__G__Base1_318_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20440 {
20441       G__letint(result7, 67, (long) TVirtualGLPainter::DeclFileName());
20442    return(1 || funcname || hash || result7 || libp) ;
20443 }
20444 
20445 static int G__G__Base1_318_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20446 {
20447       G__letint(result7, 105, (long) TVirtualGLPainter::ImplFileLine());
20448    return(1 || funcname || hash || result7 || libp) ;
20449 }
20450 
20451 static int G__G__Base1_318_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20452 {
20453       G__letint(result7, 67, (long) TVirtualGLPainter::ImplFileName());
20454    return(1 || funcname || hash || result7 || libp) ;
20455 }
20456 
20457 static int G__G__Base1_318_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20458 {
20459       G__letint(result7, 105, (long) TVirtualGLPainter::DeclFileLine());
20460    return(1 || funcname || hash || result7 || libp) ;
20461 }
20462 
20463 // automatic destructor
20464 typedef TVirtualGLPainter G__TTVirtualGLPainter;
20465 static int G__G__Base1_318_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20466 {
20467    char* gvp = (char*) G__getgvp();
20468    long soff = G__getstructoffset();
20469    int n = G__getaryconstruct();
20470    //
20471    //has_a_delete: 0
20472    //has_own_delete1arg: 0
20473    //has_own_delete2arg: 0
20474    //
20475    if (!soff) {
20476      return(1);
20477    }
20478    if (n) {
20479      if (gvp == (char*)G__PVOID) {
20480        delete[] (TVirtualGLPainter*) soff;
20481      } else {
20482        G__setgvp((long) G__PVOID);
20483        for (int i = n - 1; i >= 0; --i) {
20484          ((TVirtualGLPainter*) (soff+(sizeof(TVirtualGLPainter)*i)))->~G__TTVirtualGLPainter();
20485        }
20486        G__setgvp((long)gvp);
20487      }
20488    } else {
20489      if (gvp == (char*)G__PVOID) {
20490        delete (TVirtualGLPainter*) soff;
20491      } else {
20492        G__setgvp((long) G__PVOID);
20493        ((TVirtualGLPainter*) (soff))->~G__TTVirtualGLPainter();
20494        G__setgvp((long)gvp);
20495      }
20496    }
20497    G__setnull(result7);
20498    return(1 || funcname || hash || result7 || libp) ;
20499 }
20500 
20501 // automatic assignment operator
20502 static int G__G__Base1_318_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20503 {
20504    TVirtualGLPainter* dest = (TVirtualGLPainter*) G__getstructoffset();
20505    *dest = *(TVirtualGLPainter*) libp->para[0].ref;
20506    const TVirtualGLPainter& obj = *dest;
20507    result7->ref = (long) (&obj);
20508    result7->obj.i = (long) (&obj);
20509    return(1 || funcname || hash || result7 || libp) ;
20510 }
20511 
20512 
20513 /* TVirtualGLManip */
20514 static int G__G__Base1_319_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20515 {
20516       G__letint(result7, 103, (long) ((TVirtualGLManip*) G__getstructoffset())->Select(*(TGLCamera*) libp->para[0].ref, *(TGLRect*) libp->para[1].ref
20517 , *(TGLBoundingBox*) libp->para[2].ref));
20518    return(1 || funcname || hash || result7 || libp) ;
20519 }
20520 
20521 static int G__G__Base1_319_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20522 {
20523       G__letint(result7, 85, (long) TVirtualGLManip::Class());
20524    return(1 || funcname || hash || result7 || libp) ;
20525 }
20526 
20527 static int G__G__Base1_319_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20528 {
20529       G__letint(result7, 67, (long) TVirtualGLManip::Class_Name());
20530    return(1 || funcname || hash || result7 || libp) ;
20531 }
20532 
20533 static int G__G__Base1_319_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20534 {
20535       G__letint(result7, 115, (long) TVirtualGLManip::Class_Version());
20536    return(1 || funcname || hash || result7 || libp) ;
20537 }
20538 
20539 static int G__G__Base1_319_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20540 {
20541       TVirtualGLManip::Dictionary();
20542       G__setnull(result7);
20543    return(1 || funcname || hash || result7 || libp) ;
20544 }
20545 
20546 static int G__G__Base1_319_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20547 {
20548       G__letint(result7, 85, (long) ((const TVirtualGLManip*) G__getstructoffset())->IsA());
20549    return(1 || funcname || hash || result7 || libp) ;
20550 }
20551 
20552 static int G__G__Base1_319_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20553 {
20554       ((TVirtualGLManip*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
20555       G__setnull(result7);
20556    return(1 || funcname || hash || result7 || libp) ;
20557 }
20558 
20559 static int G__G__Base1_319_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20560 {
20561       ((TVirtualGLManip*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
20562       G__setnull(result7);
20563    return(1 || funcname || hash || result7 || libp) ;
20564 }
20565 
20566 static int G__G__Base1_319_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20567 {
20568       ((TVirtualGLManip*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20569       G__setnull(result7);
20570    return(1 || funcname || hash || result7 || libp) ;
20571 }
20572 
20573 static int G__G__Base1_319_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20574 {
20575       G__letint(result7, 67, (long) TVirtualGLManip::DeclFileName());
20576    return(1 || funcname || hash || result7 || libp) ;
20577 }
20578 
20579 static int G__G__Base1_319_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20580 {
20581       G__letint(result7, 105, (long) TVirtualGLManip::ImplFileLine());
20582    return(1 || funcname || hash || result7 || libp) ;
20583 }
20584 
20585 static int G__G__Base1_319_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20586 {
20587       G__letint(result7, 67, (long) TVirtualGLManip::ImplFileName());
20588    return(1 || funcname || hash || result7 || libp) ;
20589 }
20590 
20591 static int G__G__Base1_319_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20592 {
20593       G__letint(result7, 105, (long) TVirtualGLManip::DeclFileLine());
20594    return(1 || funcname || hash || result7 || libp) ;
20595 }
20596 
20597 // automatic destructor
20598 typedef TVirtualGLManip G__TTVirtualGLManip;
20599 static int G__G__Base1_319_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20600 {
20601    char* gvp = (char*) G__getgvp();
20602    long soff = G__getstructoffset();
20603    int n = G__getaryconstruct();
20604    //
20605    //has_a_delete: 0
20606    //has_own_delete1arg: 0
20607    //has_own_delete2arg: 0
20608    //
20609    if (!soff) {
20610      return(1);
20611    }
20612    if (n) {
20613      if (gvp == (char*)G__PVOID) {
20614        delete[] (TVirtualGLManip*) soff;
20615      } else {
20616        G__setgvp((long) G__PVOID);
20617        for (int i = n - 1; i >= 0; --i) {
20618          ((TVirtualGLManip*) (soff+(sizeof(TVirtualGLManip)*i)))->~G__TTVirtualGLManip();
20619        }
20620        G__setgvp((long)gvp);
20621      }
20622    } else {
20623      if (gvp == (char*)G__PVOID) {
20624        delete (TVirtualGLManip*) soff;
20625      } else {
20626        G__setgvp((long) G__PVOID);
20627        ((TVirtualGLManip*) (soff))->~G__TTVirtualGLManip();
20628        G__setgvp((long)gvp);
20629      }
20630    }
20631    G__setnull(result7);
20632    return(1 || funcname || hash || result7 || libp) ;
20633 }
20634 
20635 // automatic assignment operator
20636 static int G__G__Base1_319_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20637 {
20638    TVirtualGLManip* dest = (TVirtualGLManip*) G__getstructoffset();
20639    *dest = *(TVirtualGLManip*) libp->para[0].ref;
20640    const TVirtualGLManip& obj = *dest;
20641    result7->ref = (long) (&obj);
20642    result7->obj.i = (long) (&obj);
20643    return(1 || funcname || hash || result7 || libp) ;
20644 }
20645 
20646 
20647 /* TGLManager */
20648 static int G__G__Base1_320_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20649 {
20650       G__letint(result7, 105, (long) ((TGLManager*) G__getstructoffset())->InitGLWindow((Window_t) G__int(libp->para[0])));
20651    return(1 || funcname || hash || result7 || libp) ;
20652 }
20653 
20654 static int G__G__Base1_320_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20655 {
20656       G__letint(result7, 105, (long) ((TGLManager*) G__getstructoffset())->CreateGLContext((Int_t) G__int(libp->para[0])));
20657    return(1 || funcname || hash || result7 || libp) ;
20658 }
20659 
20660 static int G__G__Base1_320_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20661 {
20662       G__letint(result7, 103, (long) ((TGLManager*) G__getstructoffset())->AttachOffScreenDevice((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20663 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
20664 , (UInt_t) G__int(libp->para[4])));
20665    return(1 || funcname || hash || result7 || libp) ;
20666 }
20667 
20668 static int G__G__Base1_320_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20669 {
20670       G__letint(result7, 103, (long) ((TGLManager*) G__getstructoffset())->ResizeOffScreenDevice((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20671 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
20672 , (UInt_t) G__int(libp->para[4])));
20673    return(1 || funcname || hash || result7 || libp) ;
20674 }
20675 
20676 static int G__G__Base1_320_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20677 {
20678       ((TGLManager*) G__getstructoffset())->SelectOffScreenDevice((Int_t) G__int(libp->para[0]));
20679       G__setnull(result7);
20680    return(1 || funcname || hash || result7 || libp) ;
20681 }
20682 
20683 static int G__G__Base1_320_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20684 {
20685       G__letint(result7, 105, (long) ((TGLManager*) G__getstructoffset())->GetVirtualXInd((Int_t) G__int(libp->para[0])));
20686    return(1 || funcname || hash || result7 || libp) ;
20687 }
20688 
20689 static int G__G__Base1_320_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20690 {
20691       ((TGLManager*) G__getstructoffset())->MarkForDirectCopy((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
20692       G__setnull(result7);
20693    return(1 || funcname || hash || result7 || libp) ;
20694 }
20695 
20696 static int G__G__Base1_320_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20697 {
20698       ((TGLManager*) G__getstructoffset())->ExtractViewport((Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1]));
20699       G__setnull(result7);
20700    return(1 || funcname || hash || result7 || libp) ;
20701 }
20702 
20703 static int G__G__Base1_320_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20704 {
20705       ((TGLManager*) G__getstructoffset())->ReadGLBuffer((Int_t) G__int(libp->para[0]));
20706       G__setnull(result7);
20707    return(1 || funcname || hash || result7 || libp) ;
20708 }
20709 
20710 static int G__G__Base1_320_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20711 {
20712       G__letint(result7, 103, (long) ((TGLManager*) G__getstructoffset())->MakeCurrent((Int_t) G__int(libp->para[0])));
20713    return(1 || funcname || hash || result7 || libp) ;
20714 }
20715 
20716 static int G__G__Base1_320_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20717 {
20718       ((TGLManager*) G__getstructoffset())->Flush((Int_t) G__int(libp->para[0]));
20719       G__setnull(result7);
20720    return(1 || funcname || hash || result7 || libp) ;
20721 }
20722 
20723 static int G__G__Base1_320_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20724 {
20725       ((TGLManager*) G__getstructoffset())->DeleteGLContext((Int_t) G__int(libp->para[0]));
20726       G__setnull(result7);
20727    return(1 || funcname || hash || result7 || libp) ;
20728 }
20729 
20730 static int G__G__Base1_320_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20731 {
20732       G__letint(result7, 103, (long) ((TGLManager*) G__getstructoffset())->SelectManip((TVirtualGLManip*) G__int(libp->para[0]), (TGLCamera*) G__int(libp->para[1])
20733 , (TGLRect*) G__int(libp->para[2]), (TGLBoundingBox*) G__int(libp->para[3])));
20734    return(1 || funcname || hash || result7 || libp) ;
20735 }
20736 
20737 static int G__G__Base1_320_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20738 {
20739       ((TGLManager*) G__getstructoffset())->PaintSingleObject((TVirtualGLPainter*) G__int(libp->para[0]));
20740       G__setnull(result7);
20741    return(1 || funcname || hash || result7 || libp) ;
20742 }
20743 
20744 static int G__G__Base1_320_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20745 {
20746       ((TGLManager*) G__getstructoffset())->PanObject((TVirtualGLPainter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20747 , (Int_t) G__int(libp->para[2]));
20748       G__setnull(result7);
20749    return(1 || funcname || hash || result7 || libp) ;
20750 }
20751 
20752 static int G__G__Base1_320_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20753 {
20754       ((TGLManager*) G__getstructoffset())->PrintViewer((TVirtualViewer3D*) G__int(libp->para[0]));
20755       G__setnull(result7);
20756    return(1 || funcname || hash || result7 || libp) ;
20757 }
20758 
20759 static int G__G__Base1_320_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20760 {
20761       G__letint(result7, 103, (long) ((TGLManager*) G__getstructoffset())->PlotSelected((TVirtualGLPainter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20762 , (Int_t) G__int(libp->para[2])));
20763    return(1 || funcname || hash || result7 || libp) ;
20764 }
20765 
20766 static int G__G__Base1_320_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20767 {
20768       G__letint(result7, 67, (long) ((TGLManager*) G__getstructoffset())->GetPlotInfo((TVirtualGLPainter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20769 , (Int_t) G__int(libp->para[2])));
20770    return(1 || funcname || hash || result7 || libp) ;
20771 }
20772 
20773 static int G__G__Base1_320_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20774 {
20775       G__letint(result7, 103, (long) ((TGLManager*) G__getstructoffset())->HighColorFormat((Int_t) G__int(libp->para[0])));
20776    return(1 || funcname || hash || result7 || libp) ;
20777 }
20778 
20779 static int G__G__Base1_320_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20780 {
20781       {
20782          TGLManager*& obj = TGLManager::Instance();
20783          result7->ref = (long) (&obj);
20784          G__letint(result7, 'U', (long)obj);
20785       }
20786    return(1 || funcname || hash || result7 || libp) ;
20787 }
20788 
20789 static int G__G__Base1_320_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20790 {
20791       G__letint(result7, 85, (long) TGLManager::Class());
20792    return(1 || funcname || hash || result7 || libp) ;
20793 }
20794 
20795 static int G__G__Base1_320_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20796 {
20797       G__letint(result7, 67, (long) TGLManager::Class_Name());
20798    return(1 || funcname || hash || result7 || libp) ;
20799 }
20800 
20801 static int G__G__Base1_320_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20802 {
20803       G__letint(result7, 115, (long) TGLManager::Class_Version());
20804    return(1 || funcname || hash || result7 || libp) ;
20805 }
20806 
20807 static int G__G__Base1_320_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20808 {
20809       TGLManager::Dictionary();
20810       G__setnull(result7);
20811    return(1 || funcname || hash || result7 || libp) ;
20812 }
20813 
20814 static int G__G__Base1_320_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20815 {
20816       ((TGLManager*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20817       G__setnull(result7);
20818    return(1 || funcname || hash || result7 || libp) ;
20819 }
20820 
20821 static int G__G__Base1_320_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20822 {
20823       G__letint(result7, 67, (long) TGLManager::DeclFileName());
20824    return(1 || funcname || hash || result7 || libp) ;
20825 }
20826 
20827 static int G__G__Base1_320_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20828 {
20829       G__letint(result7, 105, (long) TGLManager::ImplFileLine());
20830    return(1 || funcname || hash || result7 || libp) ;
20831 }
20832 
20833 static int G__G__Base1_320_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20834 {
20835       G__letint(result7, 67, (long) TGLManager::ImplFileName());
20836    return(1 || funcname || hash || result7 || libp) ;
20837 }
20838 
20839 static int G__G__Base1_320_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20840 {
20841       G__letint(result7, 105, (long) TGLManager::DeclFileLine());
20842    return(1 || funcname || hash || result7 || libp) ;
20843 }
20844 
20845 // automatic destructor
20846 typedef TGLManager G__TTGLManager;
20847 static int G__G__Base1_320_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20848 {
20849    char* gvp = (char*) G__getgvp();
20850    long soff = G__getstructoffset();
20851    int n = G__getaryconstruct();
20852    //
20853    //has_a_delete: 1
20854    //has_own_delete1arg: 0
20855    //has_own_delete2arg: 0
20856    //
20857    if (!soff) {
20858      return(1);
20859    }
20860    if (n) {
20861      if (gvp == (char*)G__PVOID) {
20862        delete[] (TGLManager*) soff;
20863      } else {
20864        G__setgvp((long) G__PVOID);
20865        for (int i = n - 1; i >= 0; --i) {
20866          ((TGLManager*) (soff+(sizeof(TGLManager)*i)))->~G__TTGLManager();
20867        }
20868        G__setgvp((long)gvp);
20869      }
20870    } else {
20871      if (gvp == (char*)G__PVOID) {
20872        delete (TGLManager*) soff;
20873      } else {
20874        G__setgvp((long) G__PVOID);
20875        ((TGLManager*) (soff))->~G__TTGLManager();
20876        G__setgvp((long)gvp);
20877      }
20878    }
20879    G__setnull(result7);
20880    return(1 || funcname || hash || result7 || libp) ;
20881 }
20882 
20883 
20884 /* TGLPaintDevice */
20885 static int G__G__Base1_323_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20886 {
20887       G__letint(result7, 103, (long) ((TGLPaintDevice*) G__getstructoffset())->MakeCurrent());
20888    return(1 || funcname || hash || result7 || libp) ;
20889 }
20890 
20891 static int G__G__Base1_323_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20892 {
20893       ((TGLPaintDevice*) G__getstructoffset())->SwapBuffers();
20894       G__setnull(result7);
20895    return(1 || funcname || hash || result7 || libp) ;
20896 }
20897 
20898 static int G__G__Base1_323_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20899 {
20900       G__letint(result7, 85, (long) ((const TGLPaintDevice*) G__getstructoffset())->GetPixelFormat());
20901    return(1 || funcname || hash || result7 || libp) ;
20902 }
20903 
20904 static int G__G__Base1_323_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20905 {
20906       G__letint(result7, 85, (long) ((const TGLPaintDevice*) G__getstructoffset())->GetContext());
20907    return(1 || funcname || hash || result7 || libp) ;
20908 }
20909 
20910 static int G__G__Base1_323_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20911 {
20912       ((const TGLPaintDevice*) G__getstructoffset())->ExtractViewport((Int_t*) G__int(libp->para[0]));
20913       G__setnull(result7);
20914    return(1 || funcname || hash || result7 || libp) ;
20915 }
20916 
20917 static int G__G__Base1_323_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20918 {
20919       G__letint(result7, 85, (long) TGLPaintDevice::Class());
20920    return(1 || funcname || hash || result7 || libp) ;
20921 }
20922 
20923 static int G__G__Base1_323_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20924 {
20925       G__letint(result7, 67, (long) TGLPaintDevice::Class_Name());
20926    return(1 || funcname || hash || result7 || libp) ;
20927 }
20928 
20929 static int G__G__Base1_323_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20930 {
20931       G__letint(result7, 115, (long) TGLPaintDevice::Class_Version());
20932    return(1 || funcname || hash || result7 || libp) ;
20933 }
20934 
20935 static int G__G__Base1_323_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20936 {
20937       TGLPaintDevice::Dictionary();
20938       G__setnull(result7);
20939    return(1 || funcname || hash || result7 || libp) ;
20940 }
20941 
20942 static int G__G__Base1_323_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20943 {
20944       G__letint(result7, 85, (long) ((const TGLPaintDevice*) G__getstructoffset())->IsA());
20945    return(1 || funcname || hash || result7 || libp) ;
20946 }
20947 
20948 static int G__G__Base1_323_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20949 {
20950       ((TGLPaintDevice*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
20951       G__setnull(result7);
20952    return(1 || funcname || hash || result7 || libp) ;
20953 }
20954 
20955 static int G__G__Base1_323_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20956 {
20957       ((TGLPaintDevice*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
20958       G__setnull(result7);
20959    return(1 || funcname || hash || result7 || libp) ;
20960 }
20961 
20962 static int G__G__Base1_323_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20963 {
20964       ((TGLPaintDevice*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20965       G__setnull(result7);
20966    return(1 || funcname || hash || result7 || libp) ;
20967 }
20968 
20969 static int G__G__Base1_323_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20970 {
20971       G__letint(result7, 67, (long) TGLPaintDevice::DeclFileName());
20972    return(1 || funcname || hash || result7 || libp) ;
20973 }
20974 
20975 static int G__G__Base1_323_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20976 {
20977       G__letint(result7, 105, (long) TGLPaintDevice::ImplFileLine());
20978    return(1 || funcname || hash || result7 || libp) ;
20979 }
20980 
20981 static int G__G__Base1_323_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20982 {
20983       G__letint(result7, 67, (long) TGLPaintDevice::ImplFileName());
20984    return(1 || funcname || hash || result7 || libp) ;
20985 }
20986 
20987 static int G__G__Base1_323_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20988 {
20989       G__letint(result7, 105, (long) TGLPaintDevice::DeclFileLine());
20990    return(1 || funcname || hash || result7 || libp) ;
20991 }
20992 
20993 // automatic destructor
20994 typedef TGLPaintDevice G__TTGLPaintDevice;
20995 static int G__G__Base1_323_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20996 {
20997    char* gvp = (char*) G__getgvp();
20998    long soff = G__getstructoffset();
20999    int n = G__getaryconstruct();
21000    //
21001    //has_a_delete: 0
21002    //has_own_delete1arg: 0
21003    //has_own_delete2arg: 0
21004    //
21005    if (!soff) {
21006      return(1);
21007    }
21008    if (n) {
21009      if (gvp == (char*)G__PVOID) {
21010        delete[] (TGLPaintDevice*) soff;
21011      } else {
21012        G__setgvp((long) G__PVOID);
21013        for (int i = n - 1; i >= 0; --i) {
21014          ((TGLPaintDevice*) (soff+(sizeof(TGLPaintDevice)*i)))->~G__TTGLPaintDevice();
21015        }
21016        G__setgvp((long)gvp);
21017      }
21018    } else {
21019      if (gvp == (char*)G__PVOID) {
21020        delete (TGLPaintDevice*) soff;
21021      } else {
21022        G__setgvp((long) G__PVOID);
21023        ((TGLPaintDevice*) (soff))->~G__TTGLPaintDevice();
21024        G__setgvp((long)gvp);
21025      }
21026    }
21027    G__setnull(result7);
21028    return(1 || funcname || hash || result7 || libp) ;
21029 }
21030 
21031 // automatic assignment operator
21032 static int G__G__Base1_323_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21033 {
21034    TGLPaintDevice* dest = (TGLPaintDevice*) G__getstructoffset();
21035    *dest = *(TGLPaintDevice*) libp->para[0].ref;
21036    const TGLPaintDevice& obj = *dest;
21037    result7->ref = (long) (&obj);
21038    result7->obj.i = (long) (&obj);
21039    return(1 || funcname || hash || result7 || libp) ;
21040 }
21041 
21042 
21043 /* TVirtualPadEditor */
21044 static int G__G__Base1_324_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21045 {
21046       G__letint(result7, 103, (long) ((const TVirtualPadEditor*) G__getstructoffset())->IsGlobal());
21047    return(1 || funcname || hash || result7 || libp) ;
21048 }
21049 
21050 static int G__G__Base1_324_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21051 {
21052       ((TVirtualPadEditor*) G__getstructoffset())->DrawLine((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21053 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
21054       G__setnull(result7);
21055    return(1 || funcname || hash || result7 || libp) ;
21056 }
21057 
21058 static int G__G__Base1_324_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21059 {
21060       ((TVirtualPadEditor*) G__getstructoffset())->DrawLineNDC((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21061 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
21062       G__setnull(result7);
21063    return(1 || funcname || hash || result7 || libp) ;
21064 }
21065 
21066 static int G__G__Base1_324_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21067 {
21068       ((TVirtualPadEditor*) G__getstructoffset())->DrawText((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21069 , (const char*) G__int(libp->para[2]));
21070       G__setnull(result7);
21071    return(1 || funcname || hash || result7 || libp) ;
21072 }
21073 
21074 static int G__G__Base1_324_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21075 {
21076       ((TVirtualPadEditor*) G__getstructoffset())->DrawTextNDC((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
21077 , (const char*) G__int(libp->para[2]));
21078       G__setnull(result7);
21079    return(1 || funcname || hash || result7 || libp) ;
21080 }
21081 
21082 static int G__G__Base1_324_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21083 {
21084       ((TVirtualPadEditor*) G__getstructoffset())->FillAttributes((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
21085       G__setnull(result7);
21086    return(1 || funcname || hash || result7 || libp) ;
21087 }
21088 
21089 static int G__G__Base1_324_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21090 {
21091       ((TVirtualPadEditor*) G__getstructoffset())->LineAttributes((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21092 , (Int_t) G__int(libp->para[2]));
21093       G__setnull(result7);
21094    return(1 || funcname || hash || result7 || libp) ;
21095 }
21096 
21097 static int G__G__Base1_324_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21098 {
21099       ((TVirtualPadEditor*) G__getstructoffset())->MarkerAttributes((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21100 , (Float_t) G__double(libp->para[2]));
21101       G__setnull(result7);
21102    return(1 || funcname || hash || result7 || libp) ;
21103 }
21104 
21105 static int G__G__Base1_324_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21106 {
21107       ((TVirtualPadEditor*) G__getstructoffset())->TextAttributes((Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
21108 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
21109 , (Float_t) G__double(libp->para[4]));
21110       G__setnull(result7);
21111    return(1 || funcname || hash || result7 || libp) ;
21112 }
21113 
21114 static int G__G__Base1_324_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21115 {
21116       ((TVirtualPadEditor*) G__getstructoffset())->Build();
21117       G__setnull(result7);
21118    return(1 || funcname || hash || result7 || libp) ;
21119 }
21120 
21121 static int G__G__Base1_324_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21122 {
21123       ((TVirtualPadEditor*) G__getstructoffset())->Show();
21124       G__setnull(result7);
21125    return(1 || funcname || hash || result7 || libp) ;
21126 }
21127 
21128 static int G__G__Base1_324_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21129 {
21130       ((TVirtualPadEditor*) G__getstructoffset())->Hide();
21131       G__setnull(result7);
21132    return(1 || funcname || hash || result7 || libp) ;
21133 }
21134 
21135 static int G__G__Base1_324_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21136 {
21137       ((TVirtualPadEditor*) G__getstructoffset())->DeleteEditors();
21138       G__setnull(result7);
21139    return(1 || funcname || hash || result7 || libp) ;
21140 }
21141 
21142 static int G__G__Base1_324_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21143 {
21144       ((TVirtualPadEditor*) G__getstructoffset())->SetGlobal((Bool_t) G__int(libp->para[0]));
21145       G__setnull(result7);
21146    return(1 || funcname || hash || result7 || libp) ;
21147 }
21148 
21149 static int G__G__Base1_324_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21150 {
21151       G__letint(result7, 85, (long) ((const TVirtualPadEditor*) G__getstructoffset())->GetCanvas());
21152    return(1 || funcname || hash || result7 || libp) ;
21153 }
21154 
21155 static int G__G__Base1_324_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21156 {
21157       G__letint(result7, 67, (long) TVirtualPadEditor::GetEditorName());
21158    return(1 || funcname || hash || result7 || libp) ;
21159 }
21160 
21161 static int G__G__Base1_324_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21162 {
21163    switch (libp->paran) {
21164    case 1:
21165       G__letint(result7, 85, (long) TVirtualPadEditor::GetPadEditor((Bool_t) G__int(libp->para[0])));
21166       break;
21167    case 0:
21168       G__letint(result7, 85, (long) TVirtualPadEditor::GetPadEditor());
21169       break;
21170    }
21171    return(1 || funcname || hash || result7 || libp) ;
21172 }
21173 
21174 static int G__G__Base1_324_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21175 {
21176       G__letint(result7, 85, (long) TVirtualPadEditor::LoadEditor());
21177    return(1 || funcname || hash || result7 || libp) ;
21178 }
21179 
21180 static int G__G__Base1_324_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21181 {
21182       TVirtualPadEditor::HideEditor();
21183       G__setnull(result7);
21184    return(1 || funcname || hash || result7 || libp) ;
21185 }
21186 
21187 static int G__G__Base1_324_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21188 {
21189       TVirtualPadEditor::ShowEditor();
21190       G__setnull(result7);
21191    return(1 || funcname || hash || result7 || libp) ;
21192 }
21193 
21194 static int G__G__Base1_324_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21195 {
21196       TVirtualPadEditor::SetPadEditorName((const char*) G__int(libp->para[0]));
21197       G__setnull(result7);
21198    return(1 || funcname || hash || result7 || libp) ;
21199 }
21200 
21201 static int G__G__Base1_324_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21202 {
21203       TVirtualPadEditor::Terminate();
21204       G__setnull(result7);
21205    return(1 || funcname || hash || result7 || libp) ;
21206 }
21207 
21208 static int G__G__Base1_324_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21209 {
21210       TVirtualPadEditor::UpdateFillAttributes((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
21211       G__setnull(result7);
21212    return(1 || funcname || hash || result7 || libp) ;
21213 }
21214 
21215 static int G__G__Base1_324_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21216 {
21217       TVirtualPadEditor::UpdateLineAttributes((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21218 , (Int_t) G__int(libp->para[2]));
21219       G__setnull(result7);
21220    return(1 || funcname || hash || result7 || libp) ;
21221 }
21222 
21223 static int G__G__Base1_324_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21224 {
21225       TVirtualPadEditor::UpdateMarkerAttributes((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21226 , (Float_t) G__double(libp->para[2]));
21227       G__setnull(result7);
21228    return(1 || funcname || hash || result7 || libp) ;
21229 }
21230 
21231 static int G__G__Base1_324_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21232 {
21233       TVirtualPadEditor::UpdateTextAttributes((Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
21234 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
21235 , (Float_t) G__double(libp->para[4]));
21236       G__setnull(result7);
21237    return(1 || funcname || hash || result7 || libp) ;
21238 }
21239 
21240 static int G__G__Base1_324_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21241 {
21242       G__letint(result7, 85, (long) TVirtualPadEditor::Class());
21243    return(1 || funcname || hash || result7 || libp) ;
21244 }
21245 
21246 static int G__G__Base1_324_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21247 {
21248       G__letint(result7, 67, (long) TVirtualPadEditor::Class_Name());
21249    return(1 || funcname || hash || result7 || libp) ;
21250 }
21251 
21252 static int G__G__Base1_324_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21253 {
21254       G__letint(result7, 115, (long) TVirtualPadEditor::Class_Version());
21255    return(1 || funcname || hash || result7 || libp) ;
21256 }
21257 
21258 static int G__G__Base1_324_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21259 {
21260       TVirtualPadEditor::Dictionary();
21261       G__setnull(result7);
21262    return(1 || funcname || hash || result7 || libp) ;
21263 }
21264 
21265 static int G__G__Base1_324_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21266 {
21267       G__letint(result7, 85, (long) ((const TVirtualPadEditor*) G__getstructoffset())->IsA());
21268    return(1 || funcname || hash || result7 || libp) ;
21269 }
21270 
21271 static int G__G__Base1_324_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21272 {
21273       ((TVirtualPadEditor*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
21274       G__setnull(result7);
21275    return(1 || funcname || hash || result7 || libp) ;
21276 }
21277 
21278 static int G__G__Base1_324_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21279 {
21280       ((TVirtualPadEditor*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
21281       G__setnull(result7);
21282    return(1 || funcname || hash || result7 || libp) ;
21283 }
21284 
21285 static int G__G__Base1_324_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21286 {
21287       ((TVirtualPadEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21288       G__setnull(result7);
21289    return(1 || funcname || hash || result7 || libp) ;
21290 }
21291 
21292 static int G__G__Base1_324_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21293 {
21294       G__letint(result7, 67, (long) TVirtualPadEditor::DeclFileName());
21295    return(1 || funcname || hash || result7 || libp) ;
21296 }
21297 
21298 static int G__G__Base1_324_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21299 {
21300       G__letint(result7, 105, (long) TVirtualPadEditor::ImplFileLine());
21301    return(1 || funcname || hash || result7 || libp) ;
21302 }
21303 
21304 static int G__G__Base1_324_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21305 {
21306       G__letint(result7, 67, (long) TVirtualPadEditor::ImplFileName());
21307    return(1 || funcname || hash || result7 || libp) ;
21308 }
21309 
21310 static int G__G__Base1_324_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21311 {
21312       G__letint(result7, 105, (long) TVirtualPadEditor::DeclFileLine());
21313    return(1 || funcname || hash || result7 || libp) ;
21314 }
21315 
21316 // automatic destructor
21317 typedef TVirtualPadEditor G__TTVirtualPadEditor;
21318 static int G__G__Base1_324_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21319 {
21320    char* gvp = (char*) G__getgvp();
21321    long soff = G__getstructoffset();
21322    int n = G__getaryconstruct();
21323    //
21324    //has_a_delete: 0
21325    //has_own_delete1arg: 0
21326    //has_own_delete2arg: 0
21327    //
21328    if (!soff) {
21329      return(1);
21330    }
21331    if (n) {
21332      if (gvp == (char*)G__PVOID) {
21333        delete[] (TVirtualPadEditor*) soff;
21334      } else {
21335        G__setgvp((long) G__PVOID);
21336        for (int i = n - 1; i >= 0; --i) {
21337          ((TVirtualPadEditor*) (soff+(sizeof(TVirtualPadEditor)*i)))->~G__TTVirtualPadEditor();
21338        }
21339        G__setgvp((long)gvp);
21340      }
21341    } else {
21342      if (gvp == (char*)G__PVOID) {
21343        delete (TVirtualPadEditor*) soff;
21344      } else {
21345        G__setgvp((long) G__PVOID);
21346        ((TVirtualPadEditor*) (soff))->~G__TTVirtualPadEditor();
21347        G__setgvp((long)gvp);
21348      }
21349    }
21350    G__setnull(result7);
21351    return(1 || funcname || hash || result7 || libp) ;
21352 }
21353 
21354 // automatic assignment operator
21355 static int G__G__Base1_324_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21356 {
21357    TVirtualPadEditor* dest = (TVirtualPadEditor*) G__getstructoffset();
21358    *dest = *(TVirtualPadEditor*) libp->para[0].ref;
21359    const TVirtualPadEditor& obj = *dest;
21360    result7->ref = (long) (&obj);
21361    result7->obj.i = (long) (&obj);
21362    return(1 || funcname || hash || result7 || libp) ;
21363 }
21364 
21365 
21366 /* TVirtualX */
21367 static int G__G__Base1_327_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21368 {
21369    TVirtualX* p = NULL;
21370    char* gvp = (char*) G__getgvp();
21371    int n = G__getaryconstruct();
21372    if (n) {
21373      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21374        p = new TVirtualX[n];
21375      } else {
21376        p = new((void*) gvp) TVirtualX[n];
21377      }
21378    } else {
21379      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21380        p = new TVirtualX;
21381      } else {
21382        p = new((void*) gvp) TVirtualX;
21383      }
21384    }
21385    result7->obj.i = (long) p;
21386    result7->ref = (long) p;
21387    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TVirtualX));
21388    return(1 || funcname || hash || result7 || libp) ;
21389 }
21390 
21391 static int G__G__Base1_327_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21392 {
21393    TVirtualX* p = NULL;
21394    char* gvp = (char*) G__getgvp();
21395    //m: 2
21396    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21397      p = new TVirtualX((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
21398    } else {
21399      p = new((void*) gvp) TVirtualX((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
21400    }
21401    result7->obj.i = (long) p;
21402    result7->ref = (long) p;
21403    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TVirtualX));
21404    return(1 || funcname || hash || result7 || libp) ;
21405 }
21406 
21407 static int G__G__Base1_327_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21408 {
21409    switch (libp->paran) {
21410    case 1:
21411       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->Init((void*) G__int(libp->para[0])));
21412       break;
21413    case 0:
21414       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->Init());
21415       break;
21416    }
21417    return(1 || funcname || hash || result7 || libp) ;
21418 }
21419 
21420 static int G__G__Base1_327_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21421 {
21422       ((TVirtualX*) G__getstructoffset())->ClearWindow();
21423       G__setnull(result7);
21424    return(1 || funcname || hash || result7 || libp) ;
21425 }
21426 
21427 static int G__G__Base1_327_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21428 {
21429       ((TVirtualX*) G__getstructoffset())->ClosePixmap();
21430       G__setnull(result7);
21431    return(1 || funcname || hash || result7 || libp) ;
21432 }
21433 
21434 static int G__G__Base1_327_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21435 {
21436       ((TVirtualX*) G__getstructoffset())->CloseWindow();
21437       G__setnull(result7);
21438    return(1 || funcname || hash || result7 || libp) ;
21439 }
21440 
21441 static int G__G__Base1_327_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21442 {
21443       ((TVirtualX*) G__getstructoffset())->CopyPixmap((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21444 , (Int_t) G__int(libp->para[2]));
21445       G__setnull(result7);
21446    return(1 || funcname || hash || result7 || libp) ;
21447 }
21448 
21449 static int G__G__Base1_327_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21450 {
21451    switch (libp->paran) {
21452    case 1:
21453       ((TVirtualX*) G__getstructoffset())->CreateOpenGLContext((Int_t) G__int(libp->para[0]));
21454       G__setnull(result7);
21455       break;
21456    case 0:
21457       ((TVirtualX*) G__getstructoffset())->CreateOpenGLContext();
21458       G__setnull(result7);
21459       break;
21460    }
21461    return(1 || funcname || hash || result7 || libp) ;
21462 }
21463 
21464 static int G__G__Base1_327_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21465 {
21466    switch (libp->paran) {
21467    case 1:
21468       ((TVirtualX*) G__getstructoffset())->DeleteOpenGLContext((Int_t) G__int(libp->para[0]));
21469       G__setnull(result7);
21470       break;
21471    case 0:
21472       ((TVirtualX*) G__getstructoffset())->DeleteOpenGLContext();
21473       G__setnull(result7);
21474       break;
21475    }
21476    return(1 || funcname || hash || result7 || libp) ;
21477 }
21478 
21479 static int G__G__Base1_327_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21480 {
21481       ((TVirtualX*) G__getstructoffset())->DrawBox((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21482 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
21483 , (TVirtualX::EBoxMode) G__int(libp->para[4]));
21484       G__setnull(result7);
21485    return(1 || funcname || hash || result7 || libp) ;
21486 }
21487 
21488 static int G__G__Base1_327_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21489 {
21490       ((TVirtualX*) G__getstructoffset())->DrawCellArray(
21491 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21492 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
21493 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
21494 , (Int_t*) G__int(libp->para[6]));
21495       G__setnull(result7);
21496    return(1 || funcname || hash || result7 || libp) ;
21497 }
21498 
21499 static int G__G__Base1_327_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21500 {
21501       ((TVirtualX*) G__getstructoffset())->DrawFillArea((Int_t) G__int(libp->para[0]), (TPoint*) G__int(libp->para[1]));
21502       G__setnull(result7);
21503    return(1 || funcname || hash || result7 || libp) ;
21504 }
21505 
21506 static int G__G__Base1_327_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21507 {
21508       ((TVirtualX*) G__getstructoffset())->DrawLine((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21509 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
21510       G__setnull(result7);
21511    return(1 || funcname || hash || result7 || libp) ;
21512 }
21513 
21514 static int G__G__Base1_327_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21515 {
21516       ((TVirtualX*) G__getstructoffset())->DrawPolyLine((Int_t) G__int(libp->para[0]), (TPoint*) G__int(libp->para[1]));
21517       G__setnull(result7);
21518    return(1 || funcname || hash || result7 || libp) ;
21519 }
21520 
21521 static int G__G__Base1_327_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21522 {
21523       ((TVirtualX*) G__getstructoffset())->DrawPolyMarker((Int_t) G__int(libp->para[0]), (TPoint*) G__int(libp->para[1]));
21524       G__setnull(result7);
21525    return(1 || funcname || hash || result7 || libp) ;
21526 }
21527 
21528 static int G__G__Base1_327_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21529 {
21530       ((TVirtualX*) G__getstructoffset())->DrawText((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21531 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
21532 , (const char*) G__int(libp->para[4]), (TVirtualX::ETextMode) G__int(libp->para[5]));
21533       G__setnull(result7);
21534    return(1 || funcname || hash || result7 || libp) ;
21535 }
21536 
21537 static int G__G__Base1_327_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21538 {
21539       G__letint(result7, 104, (long) ((TVirtualX*) G__getstructoffset())->ExecCommand((TGWin32Command*) G__int(libp->para[0])));
21540    return(1 || funcname || hash || result7 || libp) ;
21541 }
21542 
21543 static int G__G__Base1_327_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21544 {
21545       ((TVirtualX*) G__getstructoffset())->GetCharacterUp(*(Float_t*) G__Floatref(&libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1]));
21546       G__setnull(result7);
21547    return(1 || funcname || hash || result7 || libp) ;
21548 }
21549 
21550 static int G__G__Base1_327_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21551 {
21552       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->GetDrawMode());
21553    return(1 || funcname || hash || result7 || libp) ;
21554 }
21555 
21556 static int G__G__Base1_327_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21557 {
21558       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->GetDoubleBuffer((Int_t) G__int(libp->para[0])));
21559    return(1 || funcname || hash || result7 || libp) ;
21560 }
21561 
21562 static int G__G__Base1_327_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21563 {
21564       ((TVirtualX*) G__getstructoffset())->GetGeometry((Int_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
21565 , *(Int_t*) G__Intref(&libp->para[2]), *(UInt_t*) G__UIntref(&libp->para[3])
21566 , *(UInt_t*) G__UIntref(&libp->para[4]));
21567       G__setnull(result7);
21568    return(1 || funcname || hash || result7 || libp) ;
21569 }
21570 
21571 static int G__G__Base1_327_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21572 {
21573    switch (libp->paran) {
21574    case 1:
21575       G__letint(result7, 67, (long) ((TVirtualX*) G__getstructoffset())->DisplayName((const char*) G__int(libp->para[0])));
21576       break;
21577    case 0:
21578       G__letint(result7, 67, (long) ((TVirtualX*) G__getstructoffset())->DisplayName());
21579       break;
21580    }
21581    return(1 || funcname || hash || result7 || libp) ;
21582 }
21583 
21584 static int G__G__Base1_327_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21585 {
21586       G__letint(result7, 107, (long) ((const TVirtualX*) G__getstructoffset())->GetNativeEvent());
21587    return(1 || funcname || hash || result7 || libp) ;
21588 }
21589 
21590 static int G__G__Base1_327_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21591 {
21592       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->GetPixel((Color_t) G__int(libp->para[0])));
21593    return(1 || funcname || hash || result7 || libp) ;
21594 }
21595 
21596 static int G__G__Base1_327_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21597 {
21598       ((TVirtualX*) G__getstructoffset())->GetPlanes(*(Int_t*) G__Intref(&libp->para[0]));
21599       G__setnull(result7);
21600    return(1 || funcname || hash || result7 || libp) ;
21601 }
21602 
21603 static int G__G__Base1_327_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21604 {
21605       ((TVirtualX*) G__getstructoffset())->GetRGB((Int_t) G__int(libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1])
21606 , *(Float_t*) G__Floatref(&libp->para[2]), *(Float_t*) G__Floatref(&libp->para[3]));
21607       G__setnull(result7);
21608    return(1 || funcname || hash || result7 || libp) ;
21609 }
21610 
21611 static int G__G__Base1_327_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21612 {
21613       ((TVirtualX*) G__getstructoffset())->GetTextExtent(*(UInt_t*) G__UIntref(&libp->para[0]), *(UInt_t*) G__UIntref(&libp->para[1])
21614 , (char*) G__int(libp->para[2]));
21615       G__setnull(result7);
21616    return(1 || funcname || hash || result7 || libp) ;
21617 }
21618 
21619 static int G__G__Base1_327_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21620 {
21621       G__letint(result7, 105, (long) ((const TVirtualX*) G__getstructoffset())->GetFontAscent());
21622    return(1 || funcname || hash || result7 || libp) ;
21623 }
21624 
21625 static int G__G__Base1_327_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21626 {
21627       G__letint(result7, 105, (long) ((const TVirtualX*) G__getstructoffset())->GetFontDescent());
21628    return(1 || funcname || hash || result7 || libp) ;
21629 }
21630 
21631 static int G__G__Base1_327_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21632 {
21633       G__letdouble(result7, 102, (double) ((TVirtualX*) G__getstructoffset())->GetTextMagnitude());
21634    return(1 || funcname || hash || result7 || libp) ;
21635 }
21636 
21637 static int G__G__Base1_327_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21638 {
21639       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->GetWindowID((Int_t) G__int(libp->para[0])));
21640    return(1 || funcname || hash || result7 || libp) ;
21641 }
21642 
21643 static int G__G__Base1_327_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21644 {
21645       G__letint(result7, 103, (long) ((const TVirtualX*) G__getstructoffset())->HasTTFonts());
21646    return(1 || funcname || hash || result7 || libp) ;
21647 }
21648 
21649 static int G__G__Base1_327_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21650 {
21651       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->InitWindow((ULong_t) G__int(libp->para[0])));
21652    return(1 || funcname || hash || result7 || libp) ;
21653 }
21654 
21655 static int G__G__Base1_327_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21656 {
21657       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->AddWindow((ULong_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21658 , (UInt_t) G__int(libp->para[2])));
21659    return(1 || funcname || hash || result7 || libp) ;
21660 }
21661 
21662 static int G__G__Base1_327_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21663 {
21664       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->AddPixmap((ULong_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21665 , (UInt_t) G__int(libp->para[2])));
21666    return(1 || funcname || hash || result7 || libp) ;
21667 }
21668 
21669 static int G__G__Base1_327_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21670 {
21671       ((TVirtualX*) G__getstructoffset())->RemoveWindow((ULong_t) G__int(libp->para[0]));
21672       G__setnull(result7);
21673    return(1 || funcname || hash || result7 || libp) ;
21674 }
21675 
21676 static int G__G__Base1_327_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21677 {
21678       ((TVirtualX*) G__getstructoffset())->MoveWindow((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21679 , (Int_t) G__int(libp->para[2]));
21680       G__setnull(result7);
21681    return(1 || funcname || hash || result7 || libp) ;
21682 }
21683 
21684 static int G__G__Base1_327_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21685 {
21686       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->OpenPixmap((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
21687    return(1 || funcname || hash || result7 || libp) ;
21688 }
21689 
21690 static int G__G__Base1_327_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21691 {
21692       ((TVirtualX*) G__getstructoffset())->QueryPointer(*(Int_t*) G__Intref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
21693       G__setnull(result7);
21694    return(1 || funcname || hash || result7 || libp) ;
21695 }
21696 
21697 static int G__G__Base1_327_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21698 {
21699    switch (libp->paran) {
21700    case 4:
21701       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->ReadGIF((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21702 , (const char*) G__int(libp->para[2]), (Window_t) G__int(libp->para[3])));
21703       break;
21704    case 3:
21705       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->ReadGIF((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21706 , (const char*) G__int(libp->para[2])));
21707       break;
21708    }
21709    return(1 || funcname || hash || result7 || libp) ;
21710 }
21711 
21712 static int G__G__Base1_327_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21713 {
21714       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->RequestLocator((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21715 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])));
21716    return(1 || funcname || hash || result7 || libp) ;
21717 }
21718 
21719 static int G__G__Base1_327_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21720 {
21721       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->RequestString((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21722 , (char*) G__int(libp->para[2])));
21723    return(1 || funcname || hash || result7 || libp) ;
21724 }
21725 
21726 static int G__G__Base1_327_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21727 {
21728       ((TVirtualX*) G__getstructoffset())->RescaleWindow((Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21729 , (UInt_t) G__int(libp->para[2]));
21730       G__setnull(result7);
21731    return(1 || funcname || hash || result7 || libp) ;
21732 }
21733 
21734 static int G__G__Base1_327_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21735 {
21736       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->ResizePixmap((Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21737 , (UInt_t) G__int(libp->para[2])));
21738    return(1 || funcname || hash || result7 || libp) ;
21739 }
21740 
21741 static int G__G__Base1_327_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21742 {
21743       ((TVirtualX*) G__getstructoffset())->ResizeWindow((Int_t) G__int(libp->para[0]));
21744       G__setnull(result7);
21745    return(1 || funcname || hash || result7 || libp) ;
21746 }
21747 
21748 static int G__G__Base1_327_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21749 {
21750       ((TVirtualX*) G__getstructoffset())->SelectWindow((Int_t) G__int(libp->para[0]));
21751       G__setnull(result7);
21752    return(1 || funcname || hash || result7 || libp) ;
21753 }
21754 
21755 static int G__G__Base1_327_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21756 {
21757       ((TVirtualX*) G__getstructoffset())->SelectPixmap((Int_t) G__int(libp->para[0]));
21758       G__setnull(result7);
21759    return(1 || funcname || hash || result7 || libp) ;
21760 }
21761 
21762 static int G__G__Base1_327_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21763 {
21764       ((TVirtualX*) G__getstructoffset())->SetCharacterUp((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
21765       G__setnull(result7);
21766    return(1 || funcname || hash || result7 || libp) ;
21767 }
21768 
21769 static int G__G__Base1_327_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21770 {
21771       ((TVirtualX*) G__getstructoffset())->SetClipOFF((Int_t) G__int(libp->para[0]));
21772       G__setnull(result7);
21773    return(1 || funcname || hash || result7 || libp) ;
21774 }
21775 
21776 static int G__G__Base1_327_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21777 {
21778       ((TVirtualX*) G__getstructoffset())->SetClipRegion((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21779 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
21780 , (UInt_t) G__int(libp->para[4]));
21781       G__setnull(result7);
21782    return(1 || funcname || hash || result7 || libp) ;
21783 }
21784 
21785 static int G__G__Base1_327_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21786 {
21787       ((TVirtualX*) G__getstructoffset())->SetCursor((Int_t) G__int(libp->para[0]), (ECursor) G__int(libp->para[1]));
21788       G__setnull(result7);
21789    return(1 || funcname || hash || result7 || libp) ;
21790 }
21791 
21792 static int G__G__Base1_327_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21793 {
21794       ((TVirtualX*) G__getstructoffset())->SetDoubleBuffer((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
21795       G__setnull(result7);
21796    return(1 || funcname || hash || result7 || libp) ;
21797 }
21798 
21799 static int G__G__Base1_327_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21800 {
21801       ((TVirtualX*) G__getstructoffset())->SetDoubleBufferOFF();
21802       G__setnull(result7);
21803    return(1 || funcname || hash || result7 || libp) ;
21804 }
21805 
21806 static int G__G__Base1_327_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21807 {
21808       ((TVirtualX*) G__getstructoffset())->SetDoubleBufferON();
21809       G__setnull(result7);
21810    return(1 || funcname || hash || result7 || libp) ;
21811 }
21812 
21813 static int G__G__Base1_327_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21814 {
21815       ((TVirtualX*) G__getstructoffset())->SetDrawMode((TVirtualX::EDrawMode) G__int(libp->para[0]));
21816       G__setnull(result7);
21817    return(1 || funcname || hash || result7 || libp) ;
21818 }
21819 
21820 static int G__G__Base1_327_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21821 {
21822       ((TVirtualX*) G__getstructoffset())->SetLineType((Int_t) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1]));
21823       G__setnull(result7);
21824    return(1 || funcname || hash || result7 || libp) ;
21825 }
21826 
21827 static int G__G__Base1_327_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21828 {
21829       ((TVirtualX*) G__getstructoffset())->SetOpacity((Int_t) G__int(libp->para[0]));
21830       G__setnull(result7);
21831    return(1 || funcname || hash || result7 || libp) ;
21832 }
21833 
21834 static int G__G__Base1_327_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21835 {
21836       ((TVirtualX*) G__getstructoffset())->SetRGB((Int_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
21837 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3]));
21838       G__setnull(result7);
21839    return(1 || funcname || hash || result7 || libp) ;
21840 }
21841 
21842 static int G__G__Base1_327_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21843 {
21844       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->SetTextFont((char*) G__int(libp->para[0]), (TVirtualX::ETextSetMode) G__int(libp->para[1])));
21845    return(1 || funcname || hash || result7 || libp) ;
21846 }
21847 
21848 static int G__G__Base1_327_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21849 {
21850       ((TVirtualX*) G__getstructoffset())->SetTextMagnitude((Float_t) G__double(libp->para[0]));
21851       G__setnull(result7);
21852    return(1 || funcname || hash || result7 || libp) ;
21853 }
21854 
21855 static int G__G__Base1_327_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21856 {
21857       ((TVirtualX*) G__getstructoffset())->UpdateWindow((Int_t) G__int(libp->para[0]));
21858       G__setnull(result7);
21859    return(1 || funcname || hash || result7 || libp) ;
21860 }
21861 
21862 static int G__G__Base1_327_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21863 {
21864    switch (libp->paran) {
21865    case 3:
21866       ((TVirtualX*) G__getstructoffset())->Warp((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21867 , (Window_t) G__int(libp->para[2]));
21868       G__setnull(result7);
21869       break;
21870    case 2:
21871       ((TVirtualX*) G__getstructoffset())->Warp((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
21872       G__setnull(result7);
21873       break;
21874    }
21875    return(1 || funcname || hash || result7 || libp) ;
21876 }
21877 
21878 static int G__G__Base1_327_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21879 {
21880       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->WriteGIF((char*) G__int(libp->para[0])));
21881    return(1 || funcname || hash || result7 || libp) ;
21882 }
21883 
21884 static int G__G__Base1_327_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21885 {
21886       ((TVirtualX*) G__getstructoffset())->WritePixmap((Int_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21887 , (UInt_t) G__int(libp->para[2]), (char*) G__int(libp->para[3]));
21888       G__setnull(result7);
21889    return(1 || funcname || hash || result7 || libp) ;
21890 }
21891 
21892 static int G__G__Base1_327_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21893 {
21894       G__letint(result7, 107, (long) ((const TVirtualX*) G__getstructoffset())->GetCurrentWindow());
21895    return(1 || funcname || hash || result7 || libp) ;
21896 }
21897 
21898 static int G__G__Base1_327_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21899 {
21900       G__letint(result7, 105, (long) ((const TVirtualX*) G__getstructoffset())->SupportsExtension((const char*) G__int(libp->para[0])));
21901    return(1 || funcname || hash || result7 || libp) ;
21902 }
21903 
21904 static int G__G__Base1_327_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21905 {
21906       ((TVirtualX*) G__getstructoffset())->GetWindowAttributes((Window_t) G__int(libp->para[0]), *(WindowAttributes_t*) libp->para[1].ref);
21907       G__setnull(result7);
21908    return(1 || funcname || hash || result7 || libp) ;
21909 }
21910 
21911 static int G__G__Base1_327_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21912 {
21913       ((TVirtualX*) G__getstructoffset())->MapWindow((Window_t) G__int(libp->para[0]));
21914       G__setnull(result7);
21915    return(1 || funcname || hash || result7 || libp) ;
21916 }
21917 
21918 static int G__G__Base1_327_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21919 {
21920       ((TVirtualX*) G__getstructoffset())->MapSubwindows((Window_t) G__int(libp->para[0]));
21921       G__setnull(result7);
21922    return(1 || funcname || hash || result7 || libp) ;
21923 }
21924 
21925 static int G__G__Base1_327_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21926 {
21927       ((TVirtualX*) G__getstructoffset())->MapRaised((Window_t) G__int(libp->para[0]));
21928       G__setnull(result7);
21929    return(1 || funcname || hash || result7 || libp) ;
21930 }
21931 
21932 static int G__G__Base1_327_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21933 {
21934       ((TVirtualX*) G__getstructoffset())->UnmapWindow((Window_t) G__int(libp->para[0]));
21935       G__setnull(result7);
21936    return(1 || funcname || hash || result7 || libp) ;
21937 }
21938 
21939 static int G__G__Base1_327_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21940 {
21941       ((TVirtualX*) G__getstructoffset())->DestroyWindow((Window_t) G__int(libp->para[0]));
21942       G__setnull(result7);
21943    return(1 || funcname || hash || result7 || libp) ;
21944 }
21945 
21946 static int G__G__Base1_327_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21947 {
21948       ((TVirtualX*) G__getstructoffset())->DestroySubwindows((Window_t) G__int(libp->para[0]));
21949       G__setnull(result7);
21950    return(1 || funcname || hash || result7 || libp) ;
21951 }
21952 
21953 static int G__G__Base1_327_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21954 {
21955       ((TVirtualX*) G__getstructoffset())->RaiseWindow((Window_t) G__int(libp->para[0]));
21956       G__setnull(result7);
21957    return(1 || funcname || hash || result7 || libp) ;
21958 }
21959 
21960 static int G__G__Base1_327_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21961 {
21962       ((TVirtualX*) G__getstructoffset())->LowerWindow((Window_t) G__int(libp->para[0]));
21963       G__setnull(result7);
21964    return(1 || funcname || hash || result7 || libp) ;
21965 }
21966 
21967 static int G__G__Base1_327_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21968 {
21969       ((TVirtualX*) G__getstructoffset())->MoveWindow((Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21970 , (Int_t) G__int(libp->para[2]));
21971       G__setnull(result7);
21972    return(1 || funcname || hash || result7 || libp) ;
21973 }
21974 
21975 static int G__G__Base1_327_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21976 {
21977       ((TVirtualX*) G__getstructoffset())->MoveResizeWindow((Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
21978 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
21979 , (UInt_t) G__int(libp->para[4]));
21980       G__setnull(result7);
21981    return(1 || funcname || hash || result7 || libp) ;
21982 }
21983 
21984 static int G__G__Base1_327_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21985 {
21986       ((TVirtualX*) G__getstructoffset())->ResizeWindow((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21987 , (UInt_t) G__int(libp->para[2]));
21988       G__setnull(result7);
21989    return(1 || funcname || hash || result7 || libp) ;
21990 }
21991 
21992 static int G__G__Base1_327_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21993 {
21994       ((TVirtualX*) G__getstructoffset())->IconifyWindow((Window_t) G__int(libp->para[0]));
21995       G__setnull(result7);
21996    return(1 || funcname || hash || result7 || libp) ;
21997 }
21998 
21999 static int G__G__Base1_327_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22000 {
22001       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->NeedRedraw((ULong_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
22002    return(1 || funcname || hash || result7 || libp) ;
22003 }
22004 
22005 static int G__G__Base1_327_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22006 {
22007       ((TVirtualX*) G__getstructoffset())->ReparentWindow((Window_t) G__int(libp->para[0]), (Window_t) G__int(libp->para[1])
22008 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
22009       G__setnull(result7);
22010    return(1 || funcname || hash || result7 || libp) ;
22011 }
22012 
22013 static int G__G__Base1_327_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22014 {
22015       ((TVirtualX*) G__getstructoffset())->SetWindowBackground((Window_t) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1]));
22016       G__setnull(result7);
22017    return(1 || funcname || hash || result7 || libp) ;
22018 }
22019 
22020 static int G__G__Base1_327_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22021 {
22022       ((TVirtualX*) G__getstructoffset())->SetWindowBackgroundPixmap((Window_t) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1]));
22023       G__setnull(result7);
22024    return(1 || funcname || hash || result7 || libp) ;
22025 }
22026 
22027 static int G__G__Base1_327_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22028 {
22029       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreateWindow(
22030 (Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22031 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
22032 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
22033 , (Int_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7])
22034 , (void*) G__int(libp->para[8]), (SetWindowAttributes_t*) G__int(libp->para[9])
22035 , (UInt_t) G__int(libp->para[10])));
22036    return(1 || funcname || hash || result7 || libp) ;
22037 }
22038 
22039 static int G__G__Base1_327_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22040 {
22041       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->OpenDisplay((const char*) G__int(libp->para[0])));
22042    return(1 || funcname || hash || result7 || libp) ;
22043 }
22044 
22045 static int G__G__Base1_327_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22046 {
22047       ((TVirtualX*) G__getstructoffset())->CloseDisplay();
22048       G__setnull(result7);
22049    return(1 || funcname || hash || result7 || libp) ;
22050 }
22051 
22052 static int G__G__Base1_327_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22053 {
22054       G__letint(result7, 107, (long) ((const TVirtualX*) G__getstructoffset())->GetDisplay());
22055    return(1 || funcname || hash || result7 || libp) ;
22056 }
22057 
22058 static int G__G__Base1_327_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22059 {
22060       G__letint(result7, 107, (long) ((const TVirtualX*) G__getstructoffset())->GetVisual());
22061    return(1 || funcname || hash || result7 || libp) ;
22062 }
22063 
22064 static int G__G__Base1_327_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22065 {
22066       G__letint(result7, 105, (long) ((const TVirtualX*) G__getstructoffset())->GetScreen());
22067    return(1 || funcname || hash || result7 || libp) ;
22068 }
22069 
22070 static int G__G__Base1_327_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22071 {
22072       G__letint(result7, 105, (long) ((const TVirtualX*) G__getstructoffset())->GetDepth());
22073    return(1 || funcname || hash || result7 || libp) ;
22074 }
22075 
22076 static int G__G__Base1_327_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22077 {
22078       G__letint(result7, 104, (long) ((const TVirtualX*) G__getstructoffset())->ScreenWidthMM());
22079    return(1 || funcname || hash || result7 || libp) ;
22080 }
22081 
22082 static int G__G__Base1_327_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22083 {
22084       G__letint(result7, 107, (long) ((const TVirtualX*) G__getstructoffset())->GetColormap());
22085    return(1 || funcname || hash || result7 || libp) ;
22086 }
22087 
22088 static int G__G__Base1_327_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22089 {
22090       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->InternAtom((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
22091    return(1 || funcname || hash || result7 || libp) ;
22092 }
22093 
22094 static int G__G__Base1_327_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22095 {
22096       G__letint(result7, 107, (long) ((const TVirtualX*) G__getstructoffset())->GetDefaultRootWindow());
22097    return(1 || funcname || hash || result7 || libp) ;
22098 }
22099 
22100 static int G__G__Base1_327_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22101 {
22102       G__letint(result7, 107, (long) ((const TVirtualX*) G__getstructoffset())->GetParent((Window_t) G__int(libp->para[0])));
22103    return(1 || funcname || hash || result7 || libp) ;
22104 }
22105 
22106 static int G__G__Base1_327_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22107 {
22108       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->LoadQueryFont((const char*) G__int(libp->para[0])));
22109    return(1 || funcname || hash || result7 || libp) ;
22110 }
22111 
22112 static int G__G__Base1_327_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22113 {
22114       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->GetFontHandle((FontStruct_t) G__int(libp->para[0])));
22115    return(1 || funcname || hash || result7 || libp) ;
22116 }
22117 
22118 static int G__G__Base1_327_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22119 {
22120       ((TVirtualX*) G__getstructoffset())->DeleteFont((FontStruct_t) G__int(libp->para[0]));
22121       G__setnull(result7);
22122    return(1 || funcname || hash || result7 || libp) ;
22123 }
22124 
22125 static int G__G__Base1_327_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22126 {
22127       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreateGC((Drawable_t) G__int(libp->para[0]), (GCValues_t*) G__int(libp->para[1])));
22128    return(1 || funcname || hash || result7 || libp) ;
22129 }
22130 
22131 static int G__G__Base1_327_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22132 {
22133       ((TVirtualX*) G__getstructoffset())->ChangeGC((GContext_t) G__int(libp->para[0]), (GCValues_t*) G__int(libp->para[1]));
22134       G__setnull(result7);
22135    return(1 || funcname || hash || result7 || libp) ;
22136 }
22137 
22138 static int G__G__Base1_327_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22139 {
22140       ((TVirtualX*) G__getstructoffset())->CopyGC((GContext_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22141 , (Mask_t) G__int(libp->para[2]));
22142       G__setnull(result7);
22143    return(1 || funcname || hash || result7 || libp) ;
22144 }
22145 
22146 static int G__G__Base1_327_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22147 {
22148       ((TVirtualX*) G__getstructoffset())->DeleteGC((GContext_t) G__int(libp->para[0]));
22149       G__setnull(result7);
22150    return(1 || funcname || hash || result7 || libp) ;
22151 }
22152 
22153 static int G__G__Base1_327_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22154 {
22155       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreateCursor((ECursor) G__int(libp->para[0])));
22156    return(1 || funcname || hash || result7 || libp) ;
22157 }
22158 
22159 static int G__G__Base1_327_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22160 {
22161       ((TVirtualX*) G__getstructoffset())->SetCursor((Window_t) G__int(libp->para[0]), (Cursor_t) G__int(libp->para[1]));
22162       G__setnull(result7);
22163    return(1 || funcname || hash || result7 || libp) ;
22164 }
22165 
22166 static int G__G__Base1_327_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22167 {
22168       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreatePixmap((Drawable_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22169 , (UInt_t) G__int(libp->para[2])));
22170    return(1 || funcname || hash || result7 || libp) ;
22171 }
22172 
22173 static int G__G__Base1_327_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22174 {
22175       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreatePixmap(
22176 (Drawable_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22177 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
22178 , (ULong_t) G__int(libp->para[4]), (ULong_t) G__int(libp->para[5])
22179 , (Int_t) G__int(libp->para[6])));
22180    return(1 || funcname || hash || result7 || libp) ;
22181 }
22182 
22183 static int G__G__Base1_327_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22184 {
22185       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreateBitmap((Drawable_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22186 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])));
22187    return(1 || funcname || hash || result7 || libp) ;
22188 }
22189 
22190 static int G__G__Base1_327_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22191 {
22192       ((TVirtualX*) G__getstructoffset())->DeletePixmap((Pixmap_t) G__int(libp->para[0]));
22193       G__setnull(result7);
22194    return(1 || funcname || hash || result7 || libp) ;
22195 }
22196 
22197 static int G__G__Base1_327_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22198 {
22199       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->CreatePictureFromFile((Drawable_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22200 , *(Pixmap_t*) G__ULongref(&libp->para[2]), *(Pixmap_t*) G__ULongref(&libp->para[3])
22201 , *(PictureAttributes_t*) libp->para[4].ref));
22202    return(1 || funcname || hash || result7 || libp) ;
22203 }
22204 
22205 static int G__G__Base1_327_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22206 {
22207       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->CreatePictureFromData((Drawable_t) G__int(libp->para[0]), (char**) G__int(libp->para[1])
22208 , *(Pixmap_t*) G__ULongref(&libp->para[2]), *(Pixmap_t*) G__ULongref(&libp->para[3])
22209 , *(PictureAttributes_t*) libp->para[4].ref));
22210    return(1 || funcname || hash || result7 || libp) ;
22211 }
22212 
22213 static int G__G__Base1_327_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22214 {
22215       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreatePixmapFromData((unsigned char*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22216 , (UInt_t) G__int(libp->para[2])));
22217    return(1 || funcname || hash || result7 || libp) ;
22218 }
22219 
22220 static int G__G__Base1_327_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22221 {
22222       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->ReadPictureDataFromFile((const char*) G__int(libp->para[0]), (char***) G__int(libp->para[1])));
22223    return(1 || funcname || hash || result7 || libp) ;
22224 }
22225 
22226 static int G__G__Base1_327_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22227 {
22228       ((TVirtualX*) G__getstructoffset())->DeletePictureData((void*) G__int(libp->para[0]));
22229       G__setnull(result7);
22230    return(1 || funcname || hash || result7 || libp) ;
22231 }
22232 
22233 static int G__G__Base1_327_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22234 {
22235       ((TVirtualX*) G__getstructoffset())->SetDashes((GContext_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22236 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
22237       G__setnull(result7);
22238    return(1 || funcname || hash || result7 || libp) ;
22239 }
22240 
22241 static int G__G__Base1_327_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22242 {
22243       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->ParseColor((Colormap_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22244 , *(ColorStruct_t*) libp->para[2].ref));
22245    return(1 || funcname || hash || result7 || libp) ;
22246 }
22247 
22248 static int G__G__Base1_327_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22249 {
22250       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->AllocColor((Colormap_t) G__int(libp->para[0]), *(ColorStruct_t*) libp->para[1].ref));
22251    return(1 || funcname || hash || result7 || libp) ;
22252 }
22253 
22254 static int G__G__Base1_327_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22255 {
22256       ((TVirtualX*) G__getstructoffset())->QueryColor((Colormap_t) G__int(libp->para[0]), *(ColorStruct_t*) libp->para[1].ref);
22257       G__setnull(result7);
22258    return(1 || funcname || hash || result7 || libp) ;
22259 }
22260 
22261 static int G__G__Base1_327_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22262 {
22263       ((TVirtualX*) G__getstructoffset())->FreeColor((Colormap_t) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1]));
22264       G__setnull(result7);
22265    return(1 || funcname || hash || result7 || libp) ;
22266 }
22267 
22268 static int G__G__Base1_327_0_131(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22269 {
22270       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->EventsPending());
22271    return(1 || funcname || hash || result7 || libp) ;
22272 }
22273 
22274 static int G__G__Base1_327_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22275 {
22276       ((TVirtualX*) G__getstructoffset())->NextEvent(*(Event_t*) libp->para[0].ref);
22277       G__setnull(result7);
22278    return(1 || funcname || hash || result7 || libp) ;
22279 }
22280 
22281 static int G__G__Base1_327_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22282 {
22283       ((TVirtualX*) G__getstructoffset())->Bell((Int_t) G__int(libp->para[0]));
22284       G__setnull(result7);
22285    return(1 || funcname || hash || result7 || libp) ;
22286 }
22287 
22288 static int G__G__Base1_327_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22289 {
22290       ((TVirtualX*) G__getstructoffset())->CopyArea(
22291 (Drawable_t) G__int(libp->para[0]), (Drawable_t) G__int(libp->para[1])
22292 , (GContext_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22293 , (Int_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
22294 , (UInt_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
22295 , (Int_t) G__int(libp->para[8]));
22296       G__setnull(result7);
22297    return(1 || funcname || hash || result7 || libp) ;
22298 }
22299 
22300 static int G__G__Base1_327_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22301 {
22302       ((TVirtualX*) G__getstructoffset())->ChangeWindowAttributes((Window_t) G__int(libp->para[0]), (SetWindowAttributes_t*) G__int(libp->para[1]));
22303       G__setnull(result7);
22304    return(1 || funcname || hash || result7 || libp) ;
22305 }
22306 
22307 static int G__G__Base1_327_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22308 {
22309       ((TVirtualX*) G__getstructoffset())->ChangeProperty((Window_t) G__int(libp->para[0]), (Atom_t) G__int(libp->para[1])
22310 , (Atom_t) G__int(libp->para[2]), (UChar_t*) G__int(libp->para[3])
22311 , (Int_t) G__int(libp->para[4]));
22312       G__setnull(result7);
22313    return(1 || funcname || hash || result7 || libp) ;
22314 }
22315 
22316 static int G__G__Base1_327_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22317 {
22318       ((TVirtualX*) G__getstructoffset())->DrawLine((Drawable_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22319 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22320 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
22321       G__setnull(result7);
22322    return(1 || funcname || hash || result7 || libp) ;
22323 }
22324 
22325 static int G__G__Base1_327_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22326 {
22327       ((TVirtualX*) G__getstructoffset())->ClearArea((Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22328 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
22329 , (UInt_t) G__int(libp->para[4]));
22330       G__setnull(result7);
22331    return(1 || funcname || hash || result7 || libp) ;
22332 }
22333 
22334 static int G__G__Base1_327_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22335 {
22336       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->CheckEvent((Window_t) G__int(libp->para[0]), (EGEventType) G__int(libp->para[1])
22337 , *(Event_t*) libp->para[2].ref));
22338    return(1 || funcname || hash || result7 || libp) ;
22339 }
22340 
22341 static int G__G__Base1_327_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22342 {
22343       ((TVirtualX*) G__getstructoffset())->SendEvent((Window_t) G__int(libp->para[0]), (Event_t*) G__int(libp->para[1]));
22344       G__setnull(result7);
22345    return(1 || funcname || hash || result7 || libp) ;
22346 }
22347 
22348 static int G__G__Base1_327_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22349 {
22350       ((TVirtualX*) G__getstructoffset())->WMDeleteNotify((Window_t) G__int(libp->para[0]));
22351       G__setnull(result7);
22352    return(1 || funcname || hash || result7 || libp) ;
22353 }
22354 
22355 static int G__G__Base1_327_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22356 {
22357    switch (libp->paran) {
22358    case 1:
22359       ((TVirtualX*) G__getstructoffset())->SetKeyAutoRepeat((Bool_t) G__int(libp->para[0]));
22360       G__setnull(result7);
22361       break;
22362    case 0:
22363       ((TVirtualX*) G__getstructoffset())->SetKeyAutoRepeat();
22364       G__setnull(result7);
22365       break;
22366    }
22367    return(1 || funcname || hash || result7 || libp) ;
22368 }
22369 
22370 static int G__G__Base1_327_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22371 {
22372    switch (libp->paran) {
22373    case 4:
22374       ((TVirtualX*) G__getstructoffset())->GrabKey((Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22375 , (UInt_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
22376       G__setnull(result7);
22377       break;
22378    case 3:
22379       ((TVirtualX*) G__getstructoffset())->GrabKey((Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22380 , (UInt_t) G__int(libp->para[2]));
22381       G__setnull(result7);
22382       break;
22383    }
22384    return(1 || funcname || hash || result7 || libp) ;
22385 }
22386 
22387 static int G__G__Base1_327_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22388 {
22389    switch (libp->paran) {
22390    case 7:
22391       ((TVirtualX*) G__getstructoffset())->GrabButton(
22392 (Window_t) G__int(libp->para[0]), (EMouseButton) G__int(libp->para[1])
22393 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
22394 , (Window_t) G__int(libp->para[4]), (Cursor_t) G__int(libp->para[5])
22395 , (Bool_t) G__int(libp->para[6]));
22396       G__setnull(result7);
22397       break;
22398    case 6:
22399       ((TVirtualX*) G__getstructoffset())->GrabButton((Window_t) G__int(libp->para[0]), (EMouseButton) G__int(libp->para[1])
22400 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
22401 , (Window_t) G__int(libp->para[4]), (Cursor_t) G__int(libp->para[5]));
22402       G__setnull(result7);
22403       break;
22404    }
22405    return(1 || funcname || hash || result7 || libp) ;
22406 }
22407 
22408 static int G__G__Base1_327_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22409 {
22410    switch (libp->paran) {
22411    case 6:
22412       ((TVirtualX*) G__getstructoffset())->GrabPointer((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22413 , (Window_t) G__int(libp->para[2]), (Cursor_t) G__int(libp->para[3])
22414 , (Bool_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
22415       G__setnull(result7);
22416       break;
22417    case 5:
22418       ((TVirtualX*) G__getstructoffset())->GrabPointer((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22419 , (Window_t) G__int(libp->para[2]), (Cursor_t) G__int(libp->para[3])
22420 , (Bool_t) G__int(libp->para[4]));
22421       G__setnull(result7);
22422       break;
22423    case 4:
22424       ((TVirtualX*) G__getstructoffset())->GrabPointer((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22425 , (Window_t) G__int(libp->para[2]), (Cursor_t) G__int(libp->para[3]));
22426       G__setnull(result7);
22427       break;
22428    }
22429    return(1 || funcname || hash || result7 || libp) ;
22430 }
22431 
22432 static int G__G__Base1_327_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22433 {
22434       ((TVirtualX*) G__getstructoffset())->SetWindowName((Window_t) G__int(libp->para[0]), (char*) G__int(libp->para[1]));
22435       G__setnull(result7);
22436    return(1 || funcname || hash || result7 || libp) ;
22437 }
22438 
22439 static int G__G__Base1_327_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22440 {
22441       ((TVirtualX*) G__getstructoffset())->SetIconName((Window_t) G__int(libp->para[0]), (char*) G__int(libp->para[1]));
22442       G__setnull(result7);
22443    return(1 || funcname || hash || result7 || libp) ;
22444 }
22445 
22446 static int G__G__Base1_327_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22447 {
22448       ((TVirtualX*) G__getstructoffset())->SetIconPixmap((Window_t) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1]));
22449       G__setnull(result7);
22450    return(1 || funcname || hash || result7 || libp) ;
22451 }
22452 
22453 static int G__G__Base1_327_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22454 {
22455       ((TVirtualX*) G__getstructoffset())->SetClassHints((Window_t) G__int(libp->para[0]), (char*) G__int(libp->para[1])
22456 , (char*) G__int(libp->para[2]));
22457       G__setnull(result7);
22458    return(1 || funcname || hash || result7 || libp) ;
22459 }
22460 
22461 static int G__G__Base1_327_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22462 {
22463       ((TVirtualX*) G__getstructoffset())->SetMWMHints((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22464 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
22465       G__setnull(result7);
22466    return(1 || funcname || hash || result7 || libp) ;
22467 }
22468 
22469 static int G__G__Base1_327_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22470 {
22471       ((TVirtualX*) G__getstructoffset())->SetWMPosition((Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22472 , (Int_t) G__int(libp->para[2]));
22473       G__setnull(result7);
22474    return(1 || funcname || hash || result7 || libp) ;
22475 }
22476 
22477 static int G__G__Base1_327_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22478 {
22479       ((TVirtualX*) G__getstructoffset())->SetWMSize((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22480 , (UInt_t) G__int(libp->para[2]));
22481       G__setnull(result7);
22482    return(1 || funcname || hash || result7 || libp) ;
22483 }
22484 
22485 static int G__G__Base1_327_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22486 {
22487       ((TVirtualX*) G__getstructoffset())->SetWMSizeHints(
22488 (Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22489 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
22490 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
22491 , (UInt_t) G__int(libp->para[6]));
22492       G__setnull(result7);
22493    return(1 || funcname || hash || result7 || libp) ;
22494 }
22495 
22496 static int G__G__Base1_327_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22497 {
22498       ((TVirtualX*) G__getstructoffset())->SetWMState((Window_t) G__int(libp->para[0]), (EInitialState) G__int(libp->para[1]));
22499       G__setnull(result7);
22500    return(1 || funcname || hash || result7 || libp) ;
22501 }
22502 
22503 static int G__G__Base1_327_0_155(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22504 {
22505       ((TVirtualX*) G__getstructoffset())->SetWMTransientHint((Window_t) G__int(libp->para[0]), (Window_t) G__int(libp->para[1]));
22506       G__setnull(result7);
22507    return(1 || funcname || hash || result7 || libp) ;
22508 }
22509 
22510 static int G__G__Base1_327_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22511 {
22512       ((TVirtualX*) G__getstructoffset())->DrawString((Drawable_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22513 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22514 , (const char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
22515       G__setnull(result7);
22516    return(1 || funcname || hash || result7 || libp) ;
22517 }
22518 
22519 static int G__G__Base1_327_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22520 {
22521       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->TextWidth((FontStruct_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
22522 , (Int_t) G__int(libp->para[2])));
22523    return(1 || funcname || hash || result7 || libp) ;
22524 }
22525 
22526 static int G__G__Base1_327_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22527 {
22528       ((TVirtualX*) G__getstructoffset())->GetFontProperties((FontStruct_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
22529 , *(Int_t*) G__Intref(&libp->para[2]));
22530       G__setnull(result7);
22531    return(1 || funcname || hash || result7 || libp) ;
22532 }
22533 
22534 static int G__G__Base1_327_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22535 {
22536       ((TVirtualX*) G__getstructoffset())->GetGCValues((GContext_t) G__int(libp->para[0]), *(GCValues_t*) libp->para[1].ref);
22537       G__setnull(result7);
22538    return(1 || funcname || hash || result7 || libp) ;
22539 }
22540 
22541 static int G__G__Base1_327_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22542 {
22543       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->GetFontStruct((FontH_t) G__int(libp->para[0])));
22544    return(1 || funcname || hash || result7 || libp) ;
22545 }
22546 
22547 static int G__G__Base1_327_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22548 {
22549       ((TVirtualX*) G__getstructoffset())->FreeFontStruct((FontStruct_t) G__int(libp->para[0]));
22550       G__setnull(result7);
22551    return(1 || funcname || hash || result7 || libp) ;
22552 }
22553 
22554 static int G__G__Base1_327_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22555 {
22556       ((TVirtualX*) G__getstructoffset())->ClearWindow((Window_t) G__int(libp->para[0]));
22557       G__setnull(result7);
22558    return(1 || funcname || hash || result7 || libp) ;
22559 }
22560 
22561 static int G__G__Base1_327_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22562 {
22563       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->KeysymToKeycode((UInt_t) G__int(libp->para[0])));
22564    return(1 || funcname || hash || result7 || libp) ;
22565 }
22566 
22567 static int G__G__Base1_327_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22568 {
22569       ((TVirtualX*) G__getstructoffset())->FillRectangle((Drawable_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22570 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22571 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
22572       G__setnull(result7);
22573    return(1 || funcname || hash || result7 || libp) ;
22574 }
22575 
22576 static int G__G__Base1_327_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22577 {
22578       ((TVirtualX*) G__getstructoffset())->DrawRectangle((Drawable_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22579 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22580 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
22581       G__setnull(result7);
22582    return(1 || funcname || hash || result7 || libp) ;
22583 }
22584 
22585 static int G__G__Base1_327_0_166(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22586 {
22587       ((TVirtualX*) G__getstructoffset())->DrawSegments((Drawable_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22588 , (Segment_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
22589       G__setnull(result7);
22590    return(1 || funcname || hash || result7 || libp) ;
22591 }
22592 
22593 static int G__G__Base1_327_0_167(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22594 {
22595       ((TVirtualX*) G__getstructoffset())->SelectInput((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
22596       G__setnull(result7);
22597    return(1 || funcname || hash || result7 || libp) ;
22598 }
22599 
22600 static int G__G__Base1_327_0_168(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22601 {
22602       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->GetInputFocus());
22603    return(1 || funcname || hash || result7 || libp) ;
22604 }
22605 
22606 static int G__G__Base1_327_0_169(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22607 {
22608       ((TVirtualX*) G__getstructoffset())->SetInputFocus((Window_t) G__int(libp->para[0]));
22609       G__setnull(result7);
22610    return(1 || funcname || hash || result7 || libp) ;
22611 }
22612 
22613 static int G__G__Base1_327_0_170(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22614 {
22615       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->GetPrimarySelectionOwner());
22616    return(1 || funcname || hash || result7 || libp) ;
22617 }
22618 
22619 static int G__G__Base1_327_0_171(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22620 {
22621       ((TVirtualX*) G__getstructoffset())->SetPrimarySelectionOwner((Window_t) G__int(libp->para[0]));
22622       G__setnull(result7);
22623    return(1 || funcname || hash || result7 || libp) ;
22624 }
22625 
22626 static int G__G__Base1_327_0_172(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22627 {
22628       ((TVirtualX*) G__getstructoffset())->ConvertPrimarySelection((Window_t) G__int(libp->para[0]), (Atom_t) G__int(libp->para[1])
22629 , (Time_t) G__int(libp->para[2]));
22630       G__setnull(result7);
22631    return(1 || funcname || hash || result7 || libp) ;
22632 }
22633 
22634 static int G__G__Base1_327_0_173(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22635 {
22636       ((TVirtualX*) G__getstructoffset())->LookupString((Event_t*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
22637 , (Int_t) G__int(libp->para[2]), *(UInt_t*) G__UIntref(&libp->para[3]));
22638       G__setnull(result7);
22639    return(1 || funcname || hash || result7 || libp) ;
22640 }
22641 
22642 static int G__G__Base1_327_0_174(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22643 {
22644       ((TVirtualX*) G__getstructoffset())->GetPasteBuffer((Window_t) G__int(libp->para[0]), (Atom_t) G__int(libp->para[1])
22645 , *(TString*) libp->para[2].ref, *(Int_t*) G__Intref(&libp->para[3])
22646 , (Bool_t) G__int(libp->para[4]));
22647       G__setnull(result7);
22648    return(1 || funcname || hash || result7 || libp) ;
22649 }
22650 
22651 static int G__G__Base1_327_0_175(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22652 {
22653       ((TVirtualX*) G__getstructoffset())->TranslateCoordinates(
22654 (Window_t) G__int(libp->para[0]), (Window_t) G__int(libp->para[1])
22655 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22656 , *(Int_t*) G__Intref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5])
22657 , *(Window_t*) G__ULongref(&libp->para[6]));
22658       G__setnull(result7);
22659    return(1 || funcname || hash || result7 || libp) ;
22660 }
22661 
22662 static int G__G__Base1_327_0_176(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22663 {
22664       ((TVirtualX*) G__getstructoffset())->GetWindowSize((Drawable_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
22665 , *(Int_t*) G__Intref(&libp->para[2]), *(UInt_t*) G__UIntref(&libp->para[3])
22666 , *(UInt_t*) G__UIntref(&libp->para[4]));
22667       G__setnull(result7);
22668    return(1 || funcname || hash || result7 || libp) ;
22669 }
22670 
22671 static int G__G__Base1_327_0_177(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22672 {
22673       ((TVirtualX*) G__getstructoffset())->FillPolygon((Window_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22674 , (Point_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
22675       G__setnull(result7);
22676    return(1 || funcname || hash || result7 || libp) ;
22677 }
22678 
22679 static int G__G__Base1_327_0_178(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22680 {
22681       ((TVirtualX*) G__getstructoffset())->QueryPointer(
22682 (Window_t) G__int(libp->para[0]), *(Window_t*) G__ULongref(&libp->para[1])
22683 , *(Window_t*) G__ULongref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
22684 , *(Int_t*) G__Intref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5])
22685 , *(Int_t*) G__Intref(&libp->para[6]), *(UInt_t*) G__UIntref(&libp->para[7]));
22686       G__setnull(result7);
22687    return(1 || funcname || hash || result7 || libp) ;
22688 }
22689 
22690 static int G__G__Base1_327_0_179(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22691 {
22692       ((TVirtualX*) G__getstructoffset())->SetForeground((GContext_t) G__int(libp->para[0]), (ULong_t) G__int(libp->para[1]));
22693       G__setnull(result7);
22694    return(1 || funcname || hash || result7 || libp) ;
22695 }
22696 
22697 static int G__G__Base1_327_0_180(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22698 {
22699       ((TVirtualX*) G__getstructoffset())->SetClipRectangles((GContext_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22700 , (Int_t) G__int(libp->para[2]), (Rectangle_t*) G__int(libp->para[3])
22701 , (Int_t) G__int(libp->para[4]));
22702       G__setnull(result7);
22703    return(1 || funcname || hash || result7 || libp) ;
22704 }
22705 
22706 static int G__G__Base1_327_0_181(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22707 {
22708    switch (libp->paran) {
22709    case 1:
22710       ((TVirtualX*) G__getstructoffset())->Update((Int_t) G__int(libp->para[0]));
22711       G__setnull(result7);
22712       break;
22713    case 0:
22714       ((TVirtualX*) G__getstructoffset())->Update();
22715       G__setnull(result7);
22716       break;
22717    }
22718    return(1 || funcname || hash || result7 || libp) ;
22719 }
22720 
22721 static int G__G__Base1_327_0_182(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22722 {
22723       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreateRegion());
22724    return(1 || funcname || hash || result7 || libp) ;
22725 }
22726 
22727 static int G__G__Base1_327_0_183(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22728 {
22729       ((TVirtualX*) G__getstructoffset())->DestroyRegion((Region_t) G__int(libp->para[0]));
22730       G__setnull(result7);
22731    return(1 || funcname || hash || result7 || libp) ;
22732 }
22733 
22734 static int G__G__Base1_327_0_184(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22735 {
22736       ((TVirtualX*) G__getstructoffset())->UnionRectWithRegion((Rectangle_t*) G__int(libp->para[0]), (Region_t) G__int(libp->para[1])
22737 , (Region_t) G__int(libp->para[2]));
22738       G__setnull(result7);
22739    return(1 || funcname || hash || result7 || libp) ;
22740 }
22741 
22742 static int G__G__Base1_327_0_185(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22743 {
22744       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->PolygonRegion((Point_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22745 , (Bool_t) G__int(libp->para[2])));
22746    return(1 || funcname || hash || result7 || libp) ;
22747 }
22748 
22749 static int G__G__Base1_327_0_186(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22750 {
22751       ((TVirtualX*) G__getstructoffset())->UnionRegion((Region_t) G__int(libp->para[0]), (Region_t) G__int(libp->para[1])
22752 , (Region_t) G__int(libp->para[2]));
22753       G__setnull(result7);
22754    return(1 || funcname || hash || result7 || libp) ;
22755 }
22756 
22757 static int G__G__Base1_327_0_187(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22758 {
22759       ((TVirtualX*) G__getstructoffset())->IntersectRegion((Region_t) G__int(libp->para[0]), (Region_t) G__int(libp->para[1])
22760 , (Region_t) G__int(libp->para[2]));
22761       G__setnull(result7);
22762    return(1 || funcname || hash || result7 || libp) ;
22763 }
22764 
22765 static int G__G__Base1_327_0_188(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22766 {
22767       ((TVirtualX*) G__getstructoffset())->SubtractRegion((Region_t) G__int(libp->para[0]), (Region_t) G__int(libp->para[1])
22768 , (Region_t) G__int(libp->para[2]));
22769       G__setnull(result7);
22770    return(1 || funcname || hash || result7 || libp) ;
22771 }
22772 
22773 static int G__G__Base1_327_0_189(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22774 {
22775       ((TVirtualX*) G__getstructoffset())->XorRegion((Region_t) G__int(libp->para[0]), (Region_t) G__int(libp->para[1])
22776 , (Region_t) G__int(libp->para[2]));
22777       G__setnull(result7);
22778    return(1 || funcname || hash || result7 || libp) ;
22779 }
22780 
22781 static int G__G__Base1_327_0_190(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22782 {
22783       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->EmptyRegion((Region_t) G__int(libp->para[0])));
22784    return(1 || funcname || hash || result7 || libp) ;
22785 }
22786 
22787 static int G__G__Base1_327_0_191(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22788 {
22789       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->PointInRegion((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22790 , (Region_t) G__int(libp->para[2])));
22791    return(1 || funcname || hash || result7 || libp) ;
22792 }
22793 
22794 static int G__G__Base1_327_0_192(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22795 {
22796       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->EqualRegion((Region_t) G__int(libp->para[0]), (Region_t) G__int(libp->para[1])));
22797    return(1 || funcname || hash || result7 || libp) ;
22798 }
22799 
22800 static int G__G__Base1_327_0_193(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22801 {
22802       ((TVirtualX*) G__getstructoffset())->GetRegionBox((Region_t) G__int(libp->para[0]), (Rectangle_t*) G__int(libp->para[1]));
22803       G__setnull(result7);
22804    return(1 || funcname || hash || result7 || libp) ;
22805 }
22806 
22807 static int G__G__Base1_327_0_194(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22808 {
22809       G__letint(result7, 67, (long) ((TVirtualX*) G__getstructoffset())->ListFonts((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22810 , *(Int_t*) G__Intref(&libp->para[2])));
22811    return(1 || funcname || hash || result7 || libp) ;
22812 }
22813 
22814 static int G__G__Base1_327_0_195(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22815 {
22816       ((TVirtualX*) G__getstructoffset())->FreeFontNames((char**) G__int(libp->para[0]));
22817       G__setnull(result7);
22818    return(1 || funcname || hash || result7 || libp) ;
22819 }
22820 
22821 static int G__G__Base1_327_0_196(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22822 {
22823       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->CreateImage((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
22824    return(1 || funcname || hash || result7 || libp) ;
22825 }
22826 
22827 static int G__G__Base1_327_0_197(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22828 {
22829       ((TVirtualX*) G__getstructoffset())->GetImageSize((Drawable_t) G__int(libp->para[0]), *(UInt_t*) G__UIntref(&libp->para[1])
22830 , *(UInt_t*) G__UIntref(&libp->para[2]));
22831       G__setnull(result7);
22832    return(1 || funcname || hash || result7 || libp) ;
22833 }
22834 
22835 static int G__G__Base1_327_0_198(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22836 {
22837       ((TVirtualX*) G__getstructoffset())->PutPixel((Drawable_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22838 , (Int_t) G__int(libp->para[2]), (ULong_t) G__int(libp->para[3]));
22839       G__setnull(result7);
22840    return(1 || funcname || hash || result7 || libp) ;
22841 }
22842 
22843 static int G__G__Base1_327_0_199(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22844 {
22845       ((TVirtualX*) G__getstructoffset())->PutImage(
22846 (Drawable_t) G__int(libp->para[0]), (GContext_t) G__int(libp->para[1])
22847 , (Drawable_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22848 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
22849 , (Int_t) G__int(libp->para[6]), (UInt_t) G__int(libp->para[7])
22850 , (UInt_t) G__int(libp->para[8]));
22851       G__setnull(result7);
22852    return(1 || funcname || hash || result7 || libp) ;
22853 }
22854 
22855 static int G__G__Base1_327_0_200(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22856 {
22857       ((TVirtualX*) G__getstructoffset())->DeleteImage((Drawable_t) G__int(libp->para[0]));
22858       G__setnull(result7);
22859    return(1 || funcname || hash || result7 || libp) ;
22860 }
22861 
22862 static int G__G__Base1_327_0_201(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22863 {
22864    switch (libp->paran) {
22865    case 5:
22866       G__letint(result7, 66, (long) ((TVirtualX*) G__getstructoffset())->GetColorBits((Drawable_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22867 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
22868 , (UInt_t) G__int(libp->para[4])));
22869       break;
22870    case 4:
22871       G__letint(result7, 66, (long) ((TVirtualX*) G__getstructoffset())->GetColorBits((Drawable_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22872 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])));
22873       break;
22874    case 3:
22875       G__letint(result7, 66, (long) ((TVirtualX*) G__getstructoffset())->GetColorBits((Drawable_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22876 , (Int_t) G__int(libp->para[2])));
22877       break;
22878    case 2:
22879       G__letint(result7, 66, (long) ((TVirtualX*) G__getstructoffset())->GetColorBits((Drawable_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
22880       break;
22881    case 1:
22882       G__letint(result7, 66, (long) ((TVirtualX*) G__getstructoffset())->GetColorBits((Drawable_t) G__int(libp->para[0])));
22883       break;
22884    }
22885    return(1 || funcname || hash || result7 || libp) ;
22886 }
22887 
22888 static int G__G__Base1_327_0_202(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22889 {
22890       ((TVirtualX*) G__getstructoffset())->ShapeCombineMask((Window_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
22891 , (Int_t) G__int(libp->para[2]), (Pixmap_t) G__int(libp->para[3]));
22892       G__setnull(result7);
22893    return(1 || funcname || hash || result7 || libp) ;
22894 }
22895 
22896 static int G__G__Base1_327_0_203(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22897 {
22898       ((TVirtualX*) G__getstructoffset())->DeleteProperty((Window_t) G__int(libp->para[0]), *(Atom_t*) G__ULongref(&libp->para[1]));
22899       G__setnull(result7);
22900    return(1 || funcname || hash || result7 || libp) ;
22901 }
22902 
22903 static int G__G__Base1_327_0_204(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22904 {
22905       G__letint(result7, 105, (long) ((TVirtualX*) G__getstructoffset())->GetProperty(
22906 (Window_t) G__int(libp->para[0]), (Atom_t) G__int(libp->para[1])
22907 , (Long_t) G__int(libp->para[2]), (Long_t) G__int(libp->para[3])
22908 , (Bool_t) G__int(libp->para[4]), (Atom_t) G__int(libp->para[5])
22909 , (Atom_t*) G__int(libp->para[6]), (Int_t*) G__int(libp->para[7])
22910 , (ULong_t*) G__int(libp->para[8]), (ULong_t*) G__int(libp->para[9])
22911 , (unsigned char**) G__int(libp->para[10])));
22912    return(1 || funcname || hash || result7 || libp) ;
22913 }
22914 
22915 static int G__G__Base1_327_0_205(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22916 {
22917       ((TVirtualX*) G__getstructoffset())->ChangeActivePointerGrab((Window_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
22918 , (Cursor_t) G__int(libp->para[2]));
22919       G__setnull(result7);
22920    return(1 || funcname || hash || result7 || libp) ;
22921 }
22922 
22923 static int G__G__Base1_327_0_206(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22924 {
22925       ((TVirtualX*) G__getstructoffset())->ConvertSelection((Window_t) G__int(libp->para[0]), *(Atom_t*) G__ULongref(&libp->para[1])
22926 , *(Atom_t*) G__ULongref(&libp->para[2]), *(Atom_t*) G__ULongref(&libp->para[3])
22927 , *(Time_t*) G__ULongref(&libp->para[4]));
22928       G__setnull(result7);
22929    return(1 || funcname || hash || result7 || libp) ;
22930 }
22931 
22932 static int G__G__Base1_327_0_207(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22933 {
22934       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->SetSelectionOwner((Window_t) G__int(libp->para[0]), *(Atom_t*) G__ULongref(&libp->para[1])));
22935    return(1 || funcname || hash || result7 || libp) ;
22936 }
22937 
22938 static int G__G__Base1_327_0_208(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22939 {
22940       ((TVirtualX*) G__getstructoffset())->ChangeProperties((Window_t) G__int(libp->para[0]), (Atom_t) G__int(libp->para[1])
22941 , (Atom_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
22942 , (UChar_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
22943       G__setnull(result7);
22944    return(1 || funcname || hash || result7 || libp) ;
22945 }
22946 
22947 static int G__G__Base1_327_0_209(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22948 {
22949       ((TVirtualX*) G__getstructoffset())->SetDNDAware((Window_t) G__int(libp->para[0]), (Atom_t*) G__int(libp->para[1]));
22950       G__setnull(result7);
22951    return(1 || funcname || hash || result7 || libp) ;
22952 }
22953 
22954 static int G__G__Base1_327_0_210(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22955 {
22956       ((TVirtualX*) G__getstructoffset())->SetTypeList((Window_t) G__int(libp->para[0]), (Atom_t) G__int(libp->para[1])
22957 , (Atom_t*) G__int(libp->para[2]));
22958       G__setnull(result7);
22959    return(1 || funcname || hash || result7 || libp) ;
22960 }
22961 
22962 static int G__G__Base1_327_0_211(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22963 {
22964       G__letint(result7, 107, (long) ((TVirtualX*) G__getstructoffset())->FindRWindow((Window_t) G__int(libp->para[0]), (Window_t) G__int(libp->para[1])
22965 , (Window_t) G__int(libp->para[2]), (int) G__int(libp->para[3])
22966 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
22967    return(1 || funcname || hash || result7 || libp) ;
22968 }
22969 
22970 static int G__G__Base1_327_0_212(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22971 {
22972       G__letint(result7, 103, (long) ((TVirtualX*) G__getstructoffset())->IsDNDAware((Window_t) G__int(libp->para[0]), (Atom_t*) G__int(libp->para[1])));
22973    return(1 || funcname || hash || result7 || libp) ;
22974 }
22975 
22976 static int G__G__Base1_327_0_213(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22977 {
22978       G__letint(result7, 103, (long) ((const TVirtualX*) G__getstructoffset())->IsCmdThread());
22979    return(1 || funcname || hash || result7 || libp) ;
22980 }
22981 
22982 static int G__G__Base1_327_0_214(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22983 {
22984       {
22985          TVirtualX*& obj = TVirtualX::Instance();
22986          result7->ref = (long) (&obj);
22987          G__letint(result7, 'U', (long)obj);
22988       }
22989    return(1 || funcname || hash || result7 || libp) ;
22990 }
22991 
22992 static int G__G__Base1_327_0_215(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22993 {
22994       G__letint(result7, 85, (long) TVirtualX::Class());
22995    return(1 || funcname || hash || result7 || libp) ;
22996 }
22997 
22998 static int G__G__Base1_327_0_216(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
22999 {
23000       G__letint(result7, 67, (long) TVirtualX::Class_Name());
23001    return(1 || funcname || hash || result7 || libp) ;
23002 }
23003 
23004 static int G__G__Base1_327_0_217(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23005 {
23006       G__letint(result7, 115, (long) TVirtualX::Class_Version());
23007    return(1 || funcname || hash || result7 || libp) ;
23008 }
23009 
23010 static int G__G__Base1_327_0_218(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23011 {
23012       TVirtualX::Dictionary();
23013       G__setnull(result7);
23014    return(1 || funcname || hash || result7 || libp) ;
23015 }
23016 
23017 static int G__G__Base1_327_0_222(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23018 {
23019       ((TVirtualX*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23020       G__setnull(result7);
23021    return(1 || funcname || hash || result7 || libp) ;
23022 }
23023 
23024 static int G__G__Base1_327_0_223(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23025 {
23026       G__letint(result7, 67, (long) TVirtualX::DeclFileName());
23027    return(1 || funcname || hash || result7 || libp) ;
23028 }
23029 
23030 static int G__G__Base1_327_0_224(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23031 {
23032       G__letint(result7, 105, (long) TVirtualX::ImplFileLine());
23033    return(1 || funcname || hash || result7 || libp) ;
23034 }
23035 
23036 static int G__G__Base1_327_0_225(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23037 {
23038       G__letint(result7, 67, (long) TVirtualX::ImplFileName());
23039    return(1 || funcname || hash || result7 || libp) ;
23040 }
23041 
23042 static int G__G__Base1_327_0_226(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23043 {
23044       G__letint(result7, 105, (long) TVirtualX::DeclFileLine());
23045    return(1 || funcname || hash || result7 || libp) ;
23046 }
23047 
23048 // automatic copy constructor
23049 static int G__G__Base1_327_0_227(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23050 
23051 {
23052    TVirtualX* p;
23053    void* tmp = (void*) G__int(libp->para[0]);
23054    p = new TVirtualX(*(TVirtualX*) tmp);
23055    result7->obj.i = (long) p;
23056    result7->ref = (long) p;
23057    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Base1LN_TVirtualX));
23058    return(1 || funcname || hash || result7 || libp) ;
23059 }
23060 
23061 // automatic destructor
23062 typedef TVirtualX G__TTVirtualX;
23063 static int G__G__Base1_327_0_228(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23064 {
23065    char* gvp = (char*) G__getgvp();
23066    long soff = G__getstructoffset();
23067    int n = G__getaryconstruct();
23068    //
23069    //has_a_delete: 1
23070    //has_own_delete1arg: 0
23071    //has_own_delete2arg: 0
23072    //
23073    if (!soff) {
23074      return(1);
23075    }
23076    if (n) {
23077      if (gvp == (char*)G__PVOID) {
23078        delete[] (TVirtualX*) soff;
23079      } else {
23080        G__setgvp((long) G__PVOID);
23081        for (int i = n - 1; i >= 0; --i) {
23082          ((TVirtualX*) (soff+(sizeof(TVirtualX)*i)))->~G__TTVirtualX();
23083        }
23084        G__setgvp((long)gvp);
23085      }
23086    } else {
23087      if (gvp == (char*)G__PVOID) {
23088        delete (TVirtualX*) soff;
23089      } else {
23090        G__setgvp((long) G__PVOID);
23091        ((TVirtualX*) (soff))->~G__TTVirtualX();
23092        G__setgvp((long)gvp);
23093      }
23094    }
23095    G__setnull(result7);
23096    return(1 || funcname || hash || result7 || libp) ;
23097 }
23098 
23099 // automatic assignment operator
23100 static int G__G__Base1_327_0_229(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23101 {
23102    TVirtualX* dest = (TVirtualX*) G__getstructoffset();
23103    *dest = *(TVirtualX*) libp->para[0].ref;
23104    const TVirtualX& obj = *dest;
23105    result7->ref = (long) (&obj);
23106    result7->obj.i = (long) (&obj);
23107    return(1 || funcname || hash || result7 || libp) ;
23108 }
23109 
23110 
23111 /* TVirtualPadPainter */
23112 static int G__G__Base1_339_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23113 {
23114       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetLineColor());
23115    return(1 || funcname || hash || result7 || libp) ;
23116 }
23117 
23118 static int G__G__Base1_339_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23119 {
23120       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetLineStyle());
23121    return(1 || funcname || hash || result7 || libp) ;
23122 }
23123 
23124 static int G__G__Base1_339_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23125 {
23126       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetLineWidth());
23127    return(1 || funcname || hash || result7 || libp) ;
23128 }
23129 
23130 static int G__G__Base1_339_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23131 {
23132       ((TVirtualPadPainter*) G__getstructoffset())->SetLineColor((Color_t) G__int(libp->para[0]));
23133       G__setnull(result7);
23134    return(1 || funcname || hash || result7 || libp) ;
23135 }
23136 
23137 static int G__G__Base1_339_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23138 {
23139       ((TVirtualPadPainter*) G__getstructoffset())->SetLineStyle((Style_t) G__int(libp->para[0]));
23140       G__setnull(result7);
23141    return(1 || funcname || hash || result7 || libp) ;
23142 }
23143 
23144 static int G__G__Base1_339_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23145 {
23146       ((TVirtualPadPainter*) G__getstructoffset())->SetLineWidth((Width_t) G__int(libp->para[0]));
23147       G__setnull(result7);
23148    return(1 || funcname || hash || result7 || libp) ;
23149 }
23150 
23151 static int G__G__Base1_339_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23152 {
23153       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetFillColor());
23154    return(1 || funcname || hash || result7 || libp) ;
23155 }
23156 
23157 static int G__G__Base1_339_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23158 {
23159       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetFillStyle());
23160    return(1 || funcname || hash || result7 || libp) ;
23161 }
23162 
23163 static int G__G__Base1_339_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23164 {
23165       G__letint(result7, 103, (long) ((const TVirtualPadPainter*) G__getstructoffset())->IsTransparent());
23166    return(1 || funcname || hash || result7 || libp) ;
23167 }
23168 
23169 static int G__G__Base1_339_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23170 {
23171       ((TVirtualPadPainter*) G__getstructoffset())->SetFillColor((Color_t) G__int(libp->para[0]));
23172       G__setnull(result7);
23173    return(1 || funcname || hash || result7 || libp) ;
23174 }
23175 
23176 static int G__G__Base1_339_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23177 {
23178       ((TVirtualPadPainter*) G__getstructoffset())->SetFillStyle((Style_t) G__int(libp->para[0]));
23179       G__setnull(result7);
23180    return(1 || funcname || hash || result7 || libp) ;
23181 }
23182 
23183 static int G__G__Base1_339_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23184 {
23185       ((TVirtualPadPainter*) G__getstructoffset())->SetOpacity((Int_t) G__int(libp->para[0]));
23186       G__setnull(result7);
23187    return(1 || funcname || hash || result7 || libp) ;
23188 }
23189 
23190 static int G__G__Base1_339_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23191 {
23192       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetTextAlign());
23193    return(1 || funcname || hash || result7 || libp) ;
23194 }
23195 
23196 static int G__G__Base1_339_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23197 {
23198       G__letdouble(result7, 102, (double) ((const TVirtualPadPainter*) G__getstructoffset())->GetTextAngle());
23199    return(1 || funcname || hash || result7 || libp) ;
23200 }
23201 
23202 static int G__G__Base1_339_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23203 {
23204       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetTextColor());
23205    return(1 || funcname || hash || result7 || libp) ;
23206 }
23207 
23208 static int G__G__Base1_339_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23209 {
23210       G__letint(result7, 115, (long) ((const TVirtualPadPainter*) G__getstructoffset())->GetTextFont());
23211    return(1 || funcname || hash || result7 || libp) ;
23212 }
23213 
23214 static int G__G__Base1_339_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23215 {
23216       G__letdouble(result7, 102, (double) ((const TVirtualPadPainter*) G__getstructoffset())->GetTextSize());
23217    return(1 || funcname || hash || result7 || libp) ;
23218 }
23219 
23220 static int G__G__Base1_339_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23221 {
23222       G__letdouble(result7, 102, (double) ((const TVirtualPadPainter*) G__getstructoffset())->GetTextMagnitude());
23223    return(1 || funcname || hash || result7 || libp) ;
23224 }
23225 
23226 static int G__G__Base1_339_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23227 {
23228    switch (libp->paran) {
23229    case 1:
23230       ((TVirtualPadPainter*) G__getstructoffset())->SetTextAlign((Short_t) G__int(libp->para[0]));
23231       G__setnull(result7);
23232       break;
23233    case 0:
23234       ((TVirtualPadPainter*) G__getstructoffset())->SetTextAlign();
23235       G__setnull(result7);
23236       break;
23237    }
23238    return(1 || funcname || hash || result7 || libp) ;
23239 }
23240 
23241 static int G__G__Base1_339_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23242 {
23243    switch (libp->paran) {
23244    case 1:
23245       ((TVirtualPadPainter*) G__getstructoffset())->SetTextAngle((Float_t) G__double(libp->para[0]));
23246       G__setnull(result7);
23247       break;
23248    case 0:
23249       ((TVirtualPadPainter*) G__getstructoffset())->SetTextAngle();
23250       G__setnull(result7);
23251       break;
23252    }
23253    return(1 || funcname || hash || result7 || libp) ;
23254 }
23255 
23256 static int G__G__Base1_339_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23257 {
23258    switch (libp->paran) {
23259    case 1:
23260       ((TVirtualPadPainter*) G__getstructoffset())->SetTextColor((Color_t) G__int(libp->para[0]));
23261       G__setnull(result7);
23262       break;
23263    case 0:
23264       ((TVirtualPadPainter*) G__getstructoffset())->SetTextColor();
23265       G__setnull(result7);
23266       break;
23267    }
23268    return(1 || funcname || hash || result7 || libp) ;
23269 }
23270 
23271 static int G__G__Base1_339_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23272 {
23273    switch (libp->paran) {
23274    case 1:
23275       ((TVirtualPadPainter*) G__getstructoffset())->SetTextFont((Font_t) G__int(libp->para[0]));
23276       G__setnull(result7);
23277       break;
23278    case 0:
23279       ((TVirtualPadPainter*) G__getstructoffset())->SetTextFont();
23280       G__setnull(result7);
23281       break;
23282    }
23283    return(1 || funcname || hash || result7 || libp) ;
23284 }
23285 
23286 static int G__G__Base1_339_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23287 {
23288    switch (libp->paran) {
23289    case 1:
23290       ((TVirtualPadPainter*) G__getstructoffset())->SetTextSize((Float_t) G__double(libp->para[0]));
23291       G__setnull(result7);
23292       break;
23293    case 0:
23294       ((TVirtualPadPainter*) G__getstructoffset())->SetTextSize();
23295       G__setnull(result7);
23296       break;
23297    }
23298    return(1 || funcname || hash || result7 || libp) ;
23299 }
23300 
23301 static int G__G__Base1_339_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23302 {
23303       ((TVirtualPadPainter*) G__getstructoffset())->SetTextSizePixels((Int_t) G__int(libp->para[0]));
23304       G__setnull(result7);
23305    return(1 || funcname || hash || result7 || libp) ;
23306 }
23307 
23308 static int G__G__Base1_339_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23309 {
23310       G__letint(result7, 105, (long) ((TVirtualPadPainter*) G__getstructoffset())->CreateDrawable((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
23311    return(1 || funcname || hash || result7 || libp) ;
23312 }
23313 
23314 static int G__G__Base1_339_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23315 {
23316       ((TVirtualPadPainter*) G__getstructoffset())->ClearDrawable();
23317       G__setnull(result7);
23318    return(1 || funcname || hash || result7 || libp) ;
23319 }
23320 
23321 static int G__G__Base1_339_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23322 {
23323       ((TVirtualPadPainter*) G__getstructoffset())->CopyDrawable((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
23324 , (Int_t) G__int(libp->para[2]));
23325       G__setnull(result7);
23326    return(1 || funcname || hash || result7 || libp) ;
23327 }
23328 
23329 static int G__G__Base1_339_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23330 {
23331       ((TVirtualPadPainter*) G__getstructoffset())->DestroyDrawable();
23332       G__setnull(result7);
23333    return(1 || funcname || hash || result7 || libp) ;
23334 }
23335 
23336 static int G__G__Base1_339_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23337 {
23338       ((TVirtualPadPainter*) G__getstructoffset())->SelectDrawable((Int_t) G__int(libp->para[0]));
23339       G__setnull(result7);
23340    return(1 || funcname || hash || result7 || libp) ;
23341 }
23342 
23343 static int G__G__Base1_339_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23344 {
23345       ((TVirtualPadPainter*) G__getstructoffset())->InitPainter();
23346       G__setnull(result7);
23347    return(1 || funcname || hash || result7 || libp) ;
23348 }
23349 
23350 static int G__G__Base1_339_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23351 {
23352       ((TVirtualPadPainter*) G__getstructoffset())->InvalidateCS();
23353       G__setnull(result7);
23354    return(1 || funcname || hash || result7 || libp) ;
23355 }
23356 
23357 static int G__G__Base1_339_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23358 {
23359       ((TVirtualPadPainter*) G__getstructoffset())->LockPainter();
23360       G__setnull(result7);
23361    return(1 || funcname || hash || result7 || libp) ;
23362 }
23363 
23364 static int G__G__Base1_339_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23365 {
23366       ((TVirtualPadPainter*) G__getstructoffset())->DrawLine((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23367 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
23368       G__setnull(result7);
23369    return(1 || funcname || hash || result7 || libp) ;
23370 }
23371 
23372 static int G__G__Base1_339_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23373 {
23374       ((TVirtualPadPainter*) G__getstructoffset())->DrawLineNDC((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23375 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
23376       G__setnull(result7);
23377    return(1 || funcname || hash || result7 || libp) ;
23378 }
23379 
23380 static int G__G__Base1_339_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23381 {
23382       ((TVirtualPadPainter*) G__getstructoffset())->DrawBox((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23383 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
23384 , (TVirtualPadPainter::EBoxMode) G__int(libp->para[4]));
23385       G__setnull(result7);
23386    return(1 || funcname || hash || result7 || libp) ;
23387 }
23388 
23389 static int G__G__Base1_339_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23390 {
23391       ((TVirtualPadPainter*) G__getstructoffset())->DrawFillArea((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23392 , (Double_t*) G__int(libp->para[2]));
23393       G__setnull(result7);
23394    return(1 || funcname || hash || result7 || libp) ;
23395 }
23396 
23397 static int G__G__Base1_339_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23398 {
23399       ((TVirtualPadPainter*) G__getstructoffset())->DrawFillArea((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
23400 , (Float_t*) G__int(libp->para[2]));
23401       G__setnull(result7);
23402    return(1 || funcname || hash || result7 || libp) ;
23403 }
23404 
23405 static int G__G__Base1_339_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23406 {
23407       ((TVirtualPadPainter*) G__getstructoffset())->DrawPolyLine((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23408 , (Double_t*) G__int(libp->para[2]));
23409       G__setnull(result7);
23410    return(1 || funcname || hash || result7 || libp) ;
23411 }
23412 
23413 static int G__G__Base1_339_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23414 {
23415       ((TVirtualPadPainter*) G__getstructoffset())->DrawPolyLine((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
23416 , (Float_t*) G__int(libp->para[2]));
23417       G__setnull(result7);
23418    return(1 || funcname || hash || result7 || libp) ;
23419 }
23420 
23421 static int G__G__Base1_339_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23422 {
23423       ((TVirtualPadPainter*) G__getstructoffset())->DrawPolyLineNDC((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23424 , (Double_t*) G__int(libp->para[2]));
23425       G__setnull(result7);
23426    return(1 || funcname || hash || result7 || libp) ;
23427 }
23428 
23429 static int G__G__Base1_339_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23430 {
23431       ((TVirtualPadPainter*) G__getstructoffset())->DrawPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23432 , (Double_t*) G__int(libp->para[2]));
23433       G__setnull(result7);
23434    return(1 || funcname || hash || result7 || libp) ;
23435 }
23436 
23437 static int G__G__Base1_339_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23438 {
23439       ((TVirtualPadPainter*) G__getstructoffset())->DrawPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
23440 , (Float_t*) G__int(libp->para[2]));
23441       G__setnull(result7);
23442    return(1 || funcname || hash || result7 || libp) ;
23443 }
23444 
23445 static int G__G__Base1_339_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23446 {
23447       ((TVirtualPadPainter*) G__getstructoffset())->DrawText((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23448 , (const char*) G__int(libp->para[2]), (TVirtualPadPainter::ETextMode) G__int(libp->para[3]));
23449       G__setnull(result7);
23450    return(1 || funcname || hash || result7 || libp) ;
23451 }
23452 
23453 static int G__G__Base1_339_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23454 {
23455       ((TVirtualPadPainter*) G__getstructoffset())->DrawTextNDC((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23456 , (const char*) G__int(libp->para[2]), (TVirtualPadPainter::ETextMode) G__int(libp->para[3]));
23457       G__setnull(result7);
23458    return(1 || funcname || hash || result7 || libp) ;
23459 }
23460 
23461 static int G__G__Base1_339_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23462 {
23463       ((const TVirtualPadPainter*) G__getstructoffset())->SaveImage((TVirtualPad*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
23464 , (Int_t) G__int(libp->para[2]));
23465       G__setnull(result7);
23466    return(1 || funcname || hash || result7 || libp) ;
23467 }
23468 
23469 static int G__G__Base1_339_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23470 {
23471    switch (libp->paran) {
23472    case 1:
23473       G__letint(result7, 85, (long) TVirtualPadPainter::PadPainter((Option_t*) G__int(libp->para[0])));
23474       break;
23475    case 0:
23476       G__letint(result7, 85, (long) TVirtualPadPainter::PadPainter());
23477       break;
23478    }
23479    return(1 || funcname || hash || result7 || libp) ;
23480 }
23481 
23482 static int G__G__Base1_339_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23483 {
23484       G__letint(result7, 85, (long) TVirtualPadPainter::Class());
23485    return(1 || funcname || hash || result7 || libp) ;
23486 }
23487 
23488 static int G__G__Base1_339_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23489 {
23490       G__letint(result7, 67, (long) TVirtualPadPainter::Class_Name());
23491    return(1 || funcname || hash || result7 || libp) ;
23492 }
23493 
23494 static int G__G__Base1_339_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23495 {
23496       G__letint(result7, 115, (long) TVirtualPadPainter::Class_Version());
23497    return(1 || funcname || hash || result7 || libp) ;
23498 }
23499 
23500 static int G__G__Base1_339_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23501 {
23502       TVirtualPadPainter::Dictionary();
23503       G__setnull(result7);
23504    return(1 || funcname || hash || result7 || libp) ;
23505 }
23506 
23507 static int G__G__Base1_339_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23508 {
23509       G__letint(result7, 85, (long) ((const TVirtualPadPainter*) G__getstructoffset())->IsA());
23510    return(1 || funcname || hash || result7 || libp) ;
23511 }
23512 
23513 static int G__G__Base1_339_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23514 {
23515       ((TVirtualPadPainter*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
23516       G__setnull(result7);
23517    return(1 || funcname || hash || result7 || libp) ;
23518 }
23519 
23520 static int G__G__Base1_339_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23521 {
23522       ((TVirtualPadPainter*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
23523       G__setnull(result7);
23524    return(1 || funcname || hash || result7 || libp) ;
23525 }
23526 
23527 static int G__G__Base1_339_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23528 {
23529       ((TVirtualPadPainter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23530       G__setnull(result7);
23531    return(1 || funcname || hash || result7 || libp) ;
23532 }
23533 
23534 static int G__G__Base1_339_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23535 {
23536       G__letint(result7, 67, (long) TVirtualPadPainter::DeclFileName());
23537    return(1 || funcname || hash || result7 || libp) ;
23538 }
23539 
23540 static int G__G__Base1_339_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23541 {
23542       G__letint(result7, 105, (long) TVirtualPadPainter::ImplFileLine());
23543    return(1 || funcname || hash || result7 || libp) ;
23544 }
23545 
23546 static int G__G__Base1_339_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23547 {
23548       G__letint(result7, 67, (long) TVirtualPadPainter::ImplFileName());
23549    return(1 || funcname || hash || result7 || libp) ;
23550 }
23551 
23552 static int G__G__Base1_339_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23553 {
23554       G__letint(result7, 105, (long) TVirtualPadPainter::DeclFileLine());
23555    return(1 || funcname || hash || result7 || libp) ;
23556 }
23557 
23558 // automatic destructor
23559 typedef TVirtualPadPainter G__TTVirtualPadPainter;
23560 static int G__G__Base1_339_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23561 {
23562    char* gvp = (char*) G__getgvp();
23563    long soff = G__getstructoffset();
23564    int n = G__getaryconstruct();
23565    //
23566    //has_a_delete: 0
23567    //has_own_delete1arg: 0
23568    //has_own_delete2arg: 0
23569    //
23570    if (!soff) {
23571      return(1);
23572    }
23573    if (n) {
23574      if (gvp == (char*)G__PVOID) {
23575        delete[] (TVirtualPadPainter*) soff;
23576      } else {
23577        G__setgvp((long) G__PVOID);
23578        for (int i = n - 1; i >= 0; --i) {
23579          ((TVirtualPadPainter*) (soff+(sizeof(TVirtualPadPainter)*i)))->~G__TTVirtualPadPainter();
23580        }
23581        G__setgvp((long)gvp);
23582      }
23583    } else {
23584      if (gvp == (char*)G__PVOID) {
23585        delete (TVirtualPadPainter*) soff;
23586      } else {
23587        G__setgvp((long) G__PVOID);
23588        ((TVirtualPadPainter*) (soff))->~G__TTVirtualPadPainter();
23589        G__setgvp((long)gvp);
23590      }
23591    }
23592    G__setnull(result7);
23593    return(1 || funcname || hash || result7 || libp) ;
23594 }
23595 
23596 // automatic assignment operator
23597 static int G__G__Base1_339_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23598 {
23599    TVirtualPadPainter* dest = (TVirtualPadPainter*) G__getstructoffset();
23600    *dest = *(TVirtualPadPainter*) libp->para[0].ref;
23601    const TVirtualPadPainter& obj = *dest;
23602    result7->ref = (long) (&obj);
23603    result7->obj.i = (long) (&obj);
23604    return(1 || funcname || hash || result7 || libp) ;
23605 }
23606 
23607 
23608 /* TVirtualPS */
23609 static int G__G__Base1_342_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23610 {
23611       ((TVirtualPS*) G__getstructoffset())->CellArrayBegin((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
23612 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
23613 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5]));
23614       G__setnull(result7);
23615    return(1 || funcname || hash || result7 || libp) ;
23616 }
23617 
23618 static int G__G__Base1_342_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23619 {
23620       ((TVirtualPS*) G__getstructoffset())->CellArrayFill((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
23621 , (Int_t) G__int(libp->para[2]));
23622       G__setnull(result7);
23623    return(1 || funcname || hash || result7 || libp) ;
23624 }
23625 
23626 static int G__G__Base1_342_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23627 {
23628       ((TVirtualPS*) G__getstructoffset())->CellArrayEnd();
23629       G__setnull(result7);
23630    return(1 || funcname || hash || result7 || libp) ;
23631 }
23632 
23633 static int G__G__Base1_342_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23634 {
23635    switch (libp->paran) {
23636    case 1:
23637       ((TVirtualPS*) G__getstructoffset())->Close((Option_t*) G__int(libp->para[0]));
23638       G__setnull(result7);
23639       break;
23640    case 0:
23641       ((TVirtualPS*) G__getstructoffset())->Close();
23642       G__setnull(result7);
23643       break;
23644    }
23645    return(1 || funcname || hash || result7 || libp) ;
23646 }
23647 
23648 static int G__G__Base1_342_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23649 {
23650       ((TVirtualPS*) G__getstructoffset())->DrawBox((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23651 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
23652       G__setnull(result7);
23653    return(1 || funcname || hash || result7 || libp) ;
23654 }
23655 
23656 static int G__G__Base1_342_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23657 {
23658       ((TVirtualPS*) G__getstructoffset())->DrawFrame(
23659 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23660 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
23661 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
23662 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
23663       G__setnull(result7);
23664    return(1 || funcname || hash || result7 || libp) ;
23665 }
23666 
23667 static int G__G__Base1_342_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23668 {
23669       ((TVirtualPS*) G__getstructoffset())->DrawPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
23670 , (Float_t*) G__int(libp->para[2]));
23671       G__setnull(result7);
23672    return(1 || funcname || hash || result7 || libp) ;
23673 }
23674 
23675 static int G__G__Base1_342_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23676 {
23677       ((TVirtualPS*) G__getstructoffset())->DrawPolyMarker((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23678 , (Double_t*) G__int(libp->para[2]));
23679       G__setnull(result7);
23680    return(1 || funcname || hash || result7 || libp) ;
23681 }
23682 
23683 static int G__G__Base1_342_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23684 {
23685       ((TVirtualPS*) G__getstructoffset())->DrawPS((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
23686 , (Float_t*) G__int(libp->para[2]));
23687       G__setnull(result7);
23688    return(1 || funcname || hash || result7 || libp) ;
23689 }
23690 
23691 static int G__G__Base1_342_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23692 {
23693       ((TVirtualPS*) G__getstructoffset())->DrawPS((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
23694 , (Double_t*) G__int(libp->para[2]));
23695       G__setnull(result7);
23696    return(1 || funcname || hash || result7 || libp) ;
23697 }
23698 
23699 static int G__G__Base1_342_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23700 {
23701       ((TVirtualPS*) G__getstructoffset())->NewPage();
23702       G__setnull(result7);
23703    return(1 || funcname || hash || result7 || libp) ;
23704 }
23705 
23706 static int G__G__Base1_342_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23707 {
23708    switch (libp->paran) {
23709    case 2:
23710       ((TVirtualPS*) G__getstructoffset())->Open((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
23711       G__setnull(result7);
23712       break;
23713    case 1:
23714       ((TVirtualPS*) G__getstructoffset())->Open((const char*) G__int(libp->para[0]));
23715       G__setnull(result7);
23716       break;
23717    }
23718    return(1 || funcname || hash || result7 || libp) ;
23719 }
23720 
23721 static int G__G__Base1_342_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23722 {
23723       ((TVirtualPS*) G__getstructoffset())->Text((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
23724 , (const char*) G__int(libp->para[2]));
23725       G__setnull(result7);
23726    return(1 || funcname || hash || result7 || libp) ;
23727 }
23728 
23729 static int G__G__Base1_342_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23730 {
23731       ((TVirtualPS*) G__getstructoffset())->SetColor((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
23732 , (Float_t) G__double(libp->para[2]));
23733       G__setnull(result7);
23734    return(1 || funcname || hash || result7 || libp) ;
23735 }
23736 
23737 static int G__G__Base1_342_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23738 {
23739    switch (libp->paran) {
23740    case 2:
23741       ((TVirtualPS*) G__getstructoffset())->PrintFast((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
23742       G__setnull(result7);
23743       break;
23744    case 1:
23745       ((TVirtualPS*) G__getstructoffset())->PrintFast((Int_t) G__int(libp->para[0]));
23746       G__setnull(result7);
23747       break;
23748    }
23749    return(1 || funcname || hash || result7 || libp) ;
23750 }
23751 
23752 static int G__G__Base1_342_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23753 {
23754    switch (libp->paran) {
23755    case 1:
23756       ((TVirtualPS*) G__getstructoffset())->PrintStr((const char*) G__int(libp->para[0]));
23757       G__setnull(result7);
23758       break;
23759    case 0:
23760       ((TVirtualPS*) G__getstructoffset())->PrintStr();
23761       G__setnull(result7);
23762       break;
23763    }
23764    return(1 || funcname || hash || result7 || libp) ;
23765 }
23766 
23767 static int G__G__Base1_342_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23768 {
23769    switch (libp->paran) {
23770    case 2:
23771       ((TVirtualPS*) G__getstructoffset())->WriteInteger((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
23772       G__setnull(result7);
23773       break;
23774    case 1:
23775       ((TVirtualPS*) G__getstructoffset())->WriteInteger((Int_t) G__int(libp->para[0]));
23776       G__setnull(result7);
23777       break;
23778    }
23779    return(1 || funcname || hash || result7 || libp) ;
23780 }
23781 
23782 static int G__G__Base1_342_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23783 {
23784       ((TVirtualPS*) G__getstructoffset())->WriteReal((Float_t) G__double(libp->para[0]));
23785       G__setnull(result7);
23786    return(1 || funcname || hash || result7 || libp) ;
23787 }
23788 
23789 static int G__G__Base1_342_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23790 {
23791       G__letint(result7, 89, (long) ((const TVirtualPS*) G__getstructoffset())->GetStream());
23792    return(1 || funcname || hash || result7 || libp) ;
23793 }
23794 
23795 static int G__G__Base1_342_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23796 {
23797       ((TVirtualPS*) G__getstructoffset())->SetStream((ofstream*) G__int(libp->para[0]));
23798       G__setnull(result7);
23799    return(1 || funcname || hash || result7 || libp) ;
23800 }
23801 
23802 static int G__G__Base1_342_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23803 {
23804    switch (libp->paran) {
23805    case 1:
23806       ((TVirtualPS*) G__getstructoffset())->SetType((Int_t) G__int(libp->para[0]));
23807       G__setnull(result7);
23808       break;
23809    case 0:
23810       ((TVirtualPS*) G__getstructoffset())->SetType();
23811       G__setnull(result7);
23812       break;
23813    }
23814    return(1 || funcname || hash || result7 || libp) ;
23815 }
23816 
23817 static int G__G__Base1_342_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23818 {
23819       G__letint(result7, 105, (long) ((const TVirtualPS*) G__getstructoffset())->GetType());
23820    return(1 || funcname || hash || result7 || libp) ;
23821 }
23822 
23823 static int G__G__Base1_342_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23824 {
23825       G__letint(result7, 85, (long) TVirtualPS::Class());
23826    return(1 || funcname || hash || result7 || libp) ;
23827 }
23828 
23829 static int G__G__Base1_342_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23830 {
23831       G__letint(result7, 67, (long) TVirtualPS::Class_Name());
23832    return(1 || funcname || hash || result7 || libp) ;
23833 }
23834 
23835 static int G__G__Base1_342_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23836 {
23837       G__letint(result7, 115, (long) TVirtualPS::Class_Version());
23838    return(1 || funcname || hash || result7 || libp) ;
23839 }
23840 
23841 static int G__G__Base1_342_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23842 {
23843       TVirtualPS::Dictionary();
23844       G__setnull(result7);
23845    return(1 || funcname || hash || result7 || libp) ;
23846 }
23847 
23848 static int G__G__Base1_342_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23849 {
23850       ((TVirtualPS*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
23851       G__setnull(result7);
23852    return(1 || funcname || hash || result7 || libp) ;
23853 }
23854 
23855 static int G__G__Base1_342_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23856 {
23857       G__letint(result7, 67, (long) TVirtualPS::DeclFileName());
23858    return(1 || funcname || hash || result7 || libp) ;
23859 }
23860 
23861 static int G__G__Base1_342_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23862 {
23863       G__letint(result7, 105, (long) TVirtualPS::ImplFileLine());
23864    return(1 || funcname || hash || result7 || libp) ;
23865 }
23866 
23867 static int G__G__Base1_342_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23868 {
23869       G__letint(result7, 67, (long) TVirtualPS::ImplFileName());
23870    return(1 || funcname || hash || result7 || libp) ;
23871 }
23872 
23873 static int G__G__Base1_342_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23874 {
23875       G__letint(result7, 105, (long) TVirtualPS::DeclFileLine());
23876    return(1 || funcname || hash || result7 || libp) ;
23877 }
23878 
23879 // automatic destructor
23880 typedef TVirtualPS G__TTVirtualPS;
23881 static int G__G__Base1_342_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23882 {
23883    char* gvp = (char*) G__getgvp();
23884    long soff = G__getstructoffset();
23885    int n = G__getaryconstruct();
23886    //
23887    //has_a_delete: 1
23888    //has_own_delete1arg: 0
23889    //has_own_delete2arg: 0
23890    //
23891    if (!soff) {
23892      return(1);
23893    }
23894    if (n) {
23895      if (gvp == (char*)G__PVOID) {
23896        delete[] (TVirtualPS*) soff;
23897      } else {
23898        G__setgvp((long) G__PVOID);
23899        for (int i = n - 1; i >= 0; --i) {
23900          ((TVirtualPS*) (soff+(sizeof(TVirtualPS)*i)))->~G__TTVirtualPS();
23901        }
23902        G__setgvp((long)gvp);
23903      }
23904    } else {
23905      if (gvp == (char*)G__PVOID) {
23906        delete (TVirtualPS*) soff;
23907      } else {
23908        G__setgvp((long) G__PVOID);
23909        ((TVirtualPS*) (soff))->~G__TTVirtualPS();
23910        G__setgvp((long)gvp);
23911      }
23912    }
23913    G__setnull(result7);
23914    return(1 || funcname || hash || result7 || libp) ;
23915 }
23916 
23917 
23918 /* Setting up global function */
23919 static int G__G__Base1__0_282(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23920 {
23921       {
23922          TString* pobj;
23923          TString xobj = operator+(*(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref);
23924          pobj = new TString(xobj);
23925          result7->obj.i = (long) ((void*) pobj);
23926          result7->ref = result7->obj.i;
23927          G__store_tempobject(*result7);
23928       }
23929    return(1 || funcname || hash || result7 || libp) ;
23930 }
23931 
23932 static int G__G__Base1__0_283(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23933 {
23934       {
23935          TString* pobj;
23936          TString xobj = operator+(*(TString*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
23937          pobj = new TString(xobj);
23938          result7->obj.i = (long) ((void*) pobj);
23939          result7->ref = result7->obj.i;
23940          G__store_tempobject(*result7);
23941       }
23942    return(1 || funcname || hash || result7 || libp) ;
23943 }
23944 
23945 static int G__G__Base1__0_284(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23946 {
23947       {
23948          TString* pobj;
23949          TString xobj = operator+((const char*) G__int(libp->para[0]), *(TString*) libp->para[1].ref);
23950          pobj = new TString(xobj);
23951          result7->obj.i = (long) ((void*) pobj);
23952          result7->ref = result7->obj.i;
23953          G__store_tempobject(*result7);
23954       }
23955    return(1 || funcname || hash || result7 || libp) ;
23956 }
23957 
23958 static int G__G__Base1__0_285(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23959 {
23960       {
23961          TString* pobj;
23962          TString xobj = operator+(*(TString*) libp->para[0].ref, (char) G__int(libp->para[1]));
23963          pobj = new TString(xobj);
23964          result7->obj.i = (long) ((void*) pobj);
23965          result7->ref = result7->obj.i;
23966          G__store_tempobject(*result7);
23967       }
23968    return(1 || funcname || hash || result7 || libp) ;
23969 }
23970 
23971 static int G__G__Base1__0_286(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23972 {
23973       {
23974          TString* pobj;
23975          TString xobj = operator+(*(TString*) libp->para[0].ref, (Long_t) G__int(libp->para[1]));
23976          pobj = new TString(xobj);
23977          result7->obj.i = (long) ((void*) pobj);
23978          result7->ref = result7->obj.i;
23979          G__store_tempobject(*result7);
23980       }
23981    return(1 || funcname || hash || result7 || libp) ;
23982 }
23983 
23984 static int G__G__Base1__0_287(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23985 {
23986       {
23987          TString* pobj;
23988          TString xobj = operator+(*(TString*) libp->para[0].ref, (ULong_t) G__int(libp->para[1]));
23989          pobj = new TString(xobj);
23990          result7->obj.i = (long) ((void*) pobj);
23991          result7->ref = result7->obj.i;
23992          G__store_tempobject(*result7);
23993       }
23994    return(1 || funcname || hash || result7 || libp) ;
23995 }
23996 
23997 static int G__G__Base1__0_290(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
23998 {
23999       {
24000          TString* pobj;
24001          TString xobj = operator+((char) G__int(libp->para[0]), *(TString*) libp->para[1].ref);
24002          pobj = new TString(xobj);
24003          result7->obj.i = (long) ((void*) pobj);
24004          result7->ref = result7->obj.i;
24005          G__store_tempobject(*result7);
24006       }
24007    return(1 || funcname || hash || result7 || libp) ;
24008 }
24009 
24010 static int G__G__Base1__0_291(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24011 {
24012       {
24013          TString* pobj;
24014          TString xobj = operator+((Long_t) G__int(libp->para[0]), *(TString*) libp->para[1].ref);
24015          pobj = new TString(xobj);
24016          result7->obj.i = (long) ((void*) pobj);
24017          result7->ref = result7->obj.i;
24018          G__store_tempobject(*result7);
24019       }
24020    return(1 || funcname || hash || result7 || libp) ;
24021 }
24022 
24023 static int G__G__Base1__0_292(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24024 {
24025       {
24026          TString* pobj;
24027          TString xobj = operator+((ULong_t) G__int(libp->para[0]), *(TString*) libp->para[1].ref);
24028          pobj = new TString(xobj);
24029          result7->obj.i = (long) ((void*) pobj);
24030          result7->ref = result7->obj.i;
24031          G__store_tempobject(*result7);
24032       }
24033    return(1 || funcname || hash || result7 || libp) ;
24034 }
24035 
24036 static int G__G__Base1__0_295(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24037 {
24038       G__letint(result7, 103, (long) operator==(*(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref));
24039    return(1 || funcname || hash || result7 || libp) ;
24040 }
24041 
24042 static int G__G__Base1__0_296(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24043 {
24044       G__letint(result7, 103, (long) operator==(*(TString*) libp->para[0].ref, (const char*) G__int(libp->para[1])));
24045    return(1 || funcname || hash || result7 || libp) ;
24046 }
24047 
24048 static int G__G__Base1__0_301(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24049 {
24050       {
24051          const istream& obj = operator>>(*(istream*) libp->para[0].ref, *(TString*) libp->para[1].ref);
24052          result7->ref = (long) (&obj);
24053          result7->obj.i = (long) (&obj);
24054       }
24055    return(1 || funcname || hash || result7 || libp) ;
24056 }
24057 
24058 static int G__G__Base1__0_302(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24059 {
24060       {
24061          const ostream& obj = operator<<(*(ostream*) libp->para[0].ref, *(TString*) libp->para[1].ref);
24062          result7->ref = (long) (&obj);
24063          result7->obj.i = (long) (&obj);
24064       }
24065    return(1 || funcname || hash || result7 || libp) ;
24066 }
24067 
24068 static int G__G__Base1__0_304(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24069 {
24070       {
24071          TString* pobj;
24072          TString xobj = ToLower(*(TString*) libp->para[0].ref);
24073          pobj = new TString(xobj);
24074          result7->obj.i = (long) ((void*) pobj);
24075          result7->ref = result7->obj.i;
24076          G__store_tempobject(*result7);
24077       }
24078    return(1 || funcname || hash || result7 || libp) ;
24079 }
24080 
24081 static int G__G__Base1__0_305(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24082 {
24083       {
24084          TString* pobj;
24085          TString xobj = ToUpper(*(TString*) libp->para[0].ref);
24086          pobj = new TString(xobj);
24087          result7->obj.i = (long) ((void*) pobj);
24088          result7->ref = result7->obj.i;
24089          G__store_tempobject(*result7);
24090       }
24091    return(1 || funcname || hash || result7 || libp) ;
24092 }
24093 
24094 static int G__G__Base1__0_306(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24095 {
24096       G__letint(result7, 104, (long) Hash(*(TString*) libp->para[0].ref));
24097    return(1 || funcname || hash || result7 || libp) ;
24098 }
24099 
24100 static int G__G__Base1__0_307(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24101 {
24102       G__letint(result7, 104, (long) Hash((TString*) G__int(libp->para[0])));
24103    return(1 || funcname || hash || result7 || libp) ;
24104 }
24105 
24106 static int G__G__Base1__0_308(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24107 {
24108       G__letint(result7, 104, (long) Hash((const char*) G__int(libp->para[0])));
24109    return(1 || funcname || hash || result7 || libp) ;
24110 }
24111 
24112 static int G__G__Base1__0_309(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24113 {
24114    G__va_arg_buf G__va_arg_bufobj;
24115    G__va_arg_put(&G__va_arg_bufobj, libp, 1);
24116       G__letint(result7, 67, (long) Form((const char*) G__int(libp->para[0]), G__va_arg_bufobj));
24117    return(1 || funcname || hash || result7 || libp) ;
24118 }
24119 
24120 static int G__G__Base1__0_310(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24121 {
24122    G__va_arg_buf G__va_arg_bufobj;
24123    G__va_arg_put(&G__va_arg_bufobj, libp, 1);
24124       Printf((const char*) G__int(libp->para[0]), G__va_arg_bufobj);
24125       G__setnull(result7);
24126    return(1 || funcname || hash || result7 || libp) ;
24127 }
24128 
24129 static int G__G__Base1__0_311(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24130 {
24131    switch (libp->paran) {
24132    case 2:
24133       G__letint(result7, 67, (long) Strip((const char*) G__int(libp->para[0]), (char) G__int(libp->para[1])));
24134       break;
24135    case 1:
24136       G__letint(result7, 67, (long) Strip((const char*) G__int(libp->para[0])));
24137       break;
24138    }
24139    return(1 || funcname || hash || result7 || libp) ;
24140 }
24141 
24142 static int G__G__Base1__0_312(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24143 {
24144       G__letint(result7, 67, (long) StrDup((const char*) G__int(libp->para[0])));
24145    return(1 || funcname || hash || result7 || libp) ;
24146 }
24147 
24148 static int G__G__Base1__0_313(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24149 {
24150       G__letint(result7, 67, (long) Compress((const char*) G__int(libp->para[0])));
24151    return(1 || funcname || hash || result7 || libp) ;
24152 }
24153 
24154 static int G__G__Base1__0_314(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24155 {
24156       G__letint(result7, 105, (long) EscChar((const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
24157 , (int) G__int(libp->para[2]), (char*) G__int(libp->para[3])
24158 , (char) G__int(libp->para[4])));
24159    return(1 || funcname || hash || result7 || libp) ;
24160 }
24161 
24162 static int G__G__Base1__0_315(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24163 {
24164       G__letint(result7, 105, (long) UnEscChar((const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
24165 , (int) G__int(libp->para[2]), (char*) G__int(libp->para[3])
24166 , (char) G__int(libp->para[4])));
24167    return(1 || funcname || hash || result7 || libp) ;
24168 }
24169 
24170 static int G__G__Base1__0_316(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24171 {
24172       G__letint(result7, 103, (long) operator!=(*(TString*) libp->para[0].ref, *(TString*) libp->para[1].ref));
24173    return(1 || funcname || hash || result7 || libp) ;
24174 }
24175 
24176 static int G__G__Base1__0_326(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24177 {
24178       G__letint(result7, 103, (long) operator==((const char*) G__int(libp->para[0]), *(TString*) libp->para[1].ref));
24179    return(1 || funcname || hash || result7 || libp) ;
24180 }
24181 
24182 static int G__G__Base1__0_327(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24183 {
24184       G__letint(result7, 103, (long) operator!=((const char*) G__int(libp->para[0]), *(TString*) libp->para[1].ref));
24185    return(1 || funcname || hash || result7 || libp) ;
24186 }
24187 
24188 static int G__G__Base1__0_344(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24189 {
24190       G__letint(result7, 103, (long) operator==(*(TDatime*) libp->para[0].ref, *(TDatime*) libp->para[1].ref));
24191    return(1 || funcname || hash || result7 || libp) ;
24192 }
24193 
24194 static int G__G__Base1__0_345(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24195 {
24196       G__letint(result7, 103, (long) operator!=(*(TDatime*) libp->para[0].ref, *(TDatime*) libp->para[1].ref));
24197    return(1 || funcname || hash || result7 || libp) ;
24198 }
24199 
24200 static int G__G__Base1__0_346(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24201 {
24202       G__letint(result7, 103, (long) operator<(*(TDatime*) libp->para[0].ref, *(TDatime*) libp->para[1].ref));
24203    return(1 || funcname || hash || result7 || libp) ;
24204 }
24205 
24206 static int G__G__Base1__0_347(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24207 {
24208       G__letint(result7, 103, (long) operator<=(*(TDatime*) libp->para[0].ref, *(TDatime*) libp->para[1].ref));
24209    return(1 || funcname || hash || result7 || libp) ;
24210 }
24211 
24212 static int G__G__Base1__0_348(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24213 {
24214       G__letint(result7, 103, (long) operator>(*(TDatime*) libp->para[0].ref, *(TDatime*) libp->para[1].ref));
24215    return(1 || funcname || hash || result7 || libp) ;
24216 }
24217 
24218 static int G__G__Base1__0_349(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24219 {
24220       G__letint(result7, 103, (long) operator>=(*(TDatime*) libp->para[0].ref, *(TDatime*) libp->para[1].ref));
24221    return(1 || funcname || hash || result7 || libp) ;
24222 }
24223 
24224 static int G__G__Base1__0_358(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24225 {
24226    G__va_arg_buf G__va_arg_bufobj;
24227    G__va_arg_put(&G__va_arg_bufobj, libp, 2);
24228       Info((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]), G__va_arg_bufobj);
24229       G__setnull(result7);
24230    return(1 || funcname || hash || result7 || libp) ;
24231 }
24232 
24233 static int G__G__Base1__0_359(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24234 {
24235    G__va_arg_buf G__va_arg_bufobj;
24236    G__va_arg_put(&G__va_arg_bufobj, libp, 2);
24237       Warning((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]), G__va_arg_bufobj);
24238       G__setnull(result7);
24239    return(1 || funcname || hash || result7 || libp) ;
24240 }
24241 
24242 static int G__G__Base1__0_360(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24243 {
24244    G__va_arg_buf G__va_arg_bufobj;
24245    G__va_arg_put(&G__va_arg_bufobj, libp, 2);
24246       Error((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]), G__va_arg_bufobj);
24247       G__setnull(result7);
24248    return(1 || funcname || hash || result7 || libp) ;
24249 }
24250 
24251 static int G__G__Base1__0_362(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24252 {
24253    G__va_arg_buf G__va_arg_bufobj;
24254    G__va_arg_put(&G__va_arg_bufobj, libp, 2);
24255       SysError((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]), G__va_arg_bufobj);
24256       G__setnull(result7);
24257    return(1 || funcname || hash || result7 || libp) ;
24258 }
24259 
24260 static int G__G__Base1__0_363(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
24261 {
24262    G__va_arg_buf G__va_arg_bufobj;
24263    G__va_arg_put(&G__va_arg_bufobj, libp, 2);
24264       Fatal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]), G__va_arg_bufobj);
24265       G__setnull(result7);
24266    return(1 || funcname || hash || result7 || libp) ;
24267 }
24268 
24269 
24270 /*********************************************************
24271 * Member function Stub
24272 *********************************************************/
24273 
24274 /* TBuffer */
24275 
24276 /* TDirectory */
24277 
24278 /* TRootIOCtor */
24279 
24280 /* ROOT */
24281 
24282 /* TBrowser */
24283 
24284 /* TApplicationImp */
24285 
24286 /* TApplication */
24287 
24288 /* TAtt3D */
24289 
24290 /* TAttAxis */
24291 
24292 /* TAttBBox */
24293 
24294 /* TAttFill */
24295 
24296 /* TAttLine */
24297 
24298 /* TAttMarker */
24299 
24300 /* TAttPad */
24301 
24302 /* TAttText */
24303 
24304 /* TBenchmark */
24305 
24306 /* TBrowserImp */
24307 
24308 /* TContextMenu */
24309 
24310 /* TBuffer3D */
24311 
24312 /* TCanvasImp */
24313 
24314 /* TColor */
24315 
24316 /* TContextMenuImp */
24317 
24318 /* TVirtualPad */
24319 
24320 /* TControlBarImp */
24321 
24322 /* TDatime */
24323 
24324 /* TEnv */
24325 
24326 /* TEnvRec */
24327 
24328 /* TInspectorImp */
24329 
24330 /* TGuiFactory */
24331 
24332 /* TFileHandler */
24333 
24334 /* TStyle */
24335 
24336 /* TVirtualFFT */
24337 
24338 /* TVirtualViewer3D */
24339 
24340 /* TVirtualGLPainter */
24341 
24342 /* TVirtualGLManip */
24343 
24344 /* TGLManager */
24345 
24346 /* TGLPaintDevice */
24347 
24348 /* TVirtualPadEditor */
24349 
24350 /* TVirtualX */
24351 
24352 /* TVirtualPadPainter */
24353 
24354 /* TVirtualPS */
24355 
24356 /*********************************************************
24357 * Global function Stub
24358 *********************************************************/
24359 
24360 /*********************************************************
24361 * Get size of pointer to member function
24362 *********************************************************/
24363 class G__Sizep2memfuncG__Base1 {
24364  public:
24365   G__Sizep2memfuncG__Base1(): p(&G__Sizep2memfuncG__Base1::sizep2memfunc) {}
24366     size_t sizep2memfunc() { return(sizeof(p)); }
24367   private:
24368     size_t (G__Sizep2memfuncG__Base1::*p)();
24369 };
24370 
24371 size_t G__get_sizep2memfuncG__Base1()
24372 {
24373   G__Sizep2memfuncG__Base1 a;
24374   G__setsizep2memfunc((int)a.sizep2memfunc());
24375   return((size_t)a.sizep2memfunc());
24376 }
24377 
24378 
24379 /*********************************************************
24380 * virtual base class offset calculation interface
24381 *********************************************************/
24382 
24383    /* Setting up class inheritance */
24384 
24385 /*********************************************************
24386 * Inheritance information setup/
24387 *********************************************************/
24388 extern "C" void G__cpp_setup_inheritanceG__Base1() {
24389 
24390    /* Setting up class inheritance */
24391    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TBuffer))) {
24392      TBuffer *G__Lderived;
24393      G__Lderived=(TBuffer*)0x1000;
24394      {
24395        TObject *G__Lpbase=(TObject*)G__Lderived;
24396        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TBuffer),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24397      }
24398    }
24399    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TDirectory))) {
24400      TDirectory *G__Lderived;
24401      G__Lderived=(TDirectory*)0x1000;
24402      {
24403        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24404        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TDirectory),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24405      }
24406      {
24407        TObject *G__Lpbase=(TObject*)G__Lderived;
24408        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TDirectory),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24409      }
24410    }
24411    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TNamed))) {
24412      TNamed *G__Lderived;
24413      G__Lderived=(TNamed*)0x1000;
24414      {
24415        TObject *G__Lpbase=(TObject*)G__Lderived;
24416        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TNamed),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24417      }
24418    }
24419    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TBrowser))) {
24420      TBrowser *G__Lderived;
24421      G__Lderived=(TBrowser*)0x1000;
24422      {
24423        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24424        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TBrowser),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24425      }
24426      {
24427        TObject *G__Lpbase=(TObject*)G__Lderived;
24428        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TBrowser),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24429      }
24430    }
24431    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TApplication))) {
24432      TApplication *G__Lderived;
24433      G__Lderived=(TApplication*)0x1000;
24434      {
24435        TObject *G__Lpbase=(TObject*)G__Lderived;
24436        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TApplication),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24437      }
24438      {
24439        TQObject *G__Lpbase=(TQObject*)G__Lderived;
24440        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TApplication),G__get_linked_tagnum(&G__G__Base1LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24441      }
24442    }
24443    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TBenchmark))) {
24444      TBenchmark *G__Lderived;
24445      G__Lderived=(TBenchmark*)0x1000;
24446      {
24447        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24448        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TBenchmark),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24449      }
24450      {
24451        TObject *G__Lpbase=(TObject*)G__Lderived;
24452        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TBenchmark),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24453      }
24454    }
24455    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TContextMenu))) {
24456      TContextMenu *G__Lderived;
24457      G__Lderived=(TContextMenu*)0x1000;
24458      {
24459        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24460        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TContextMenu),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24461      }
24462      {
24463        TObject *G__Lpbase=(TObject*)G__Lderived;
24464        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TContextMenu),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24465      }
24466    }
24467    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D))) {
24468      TBuffer3D *G__Lderived;
24469      G__Lderived=(TBuffer3D*)0x1000;
24470      {
24471        TObject *G__Lpbase=(TObject*)G__Lderived;
24472        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24473      }
24474    }
24475    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TColor))) {
24476      TColor *G__Lderived;
24477      G__Lderived=(TColor*)0x1000;
24478      {
24479        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24480        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TColor),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24481      }
24482      {
24483        TObject *G__Lpbase=(TObject*)G__Lderived;
24484        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TColor),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24485      }
24486    }
24487    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad))) {
24488      TVirtualPad *G__Lderived;
24489      G__Lderived=(TVirtualPad*)0x1000;
24490      {
24491        TObject *G__Lpbase=(TObject*)G__Lderived;
24492        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24493      }
24494      {
24495        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
24496        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad),G__get_linked_tagnum(&G__G__Base1LN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
24497      }
24498      {
24499        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
24500        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad),G__get_linked_tagnum(&G__G__Base1LN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
24501      }
24502      {
24503        TAttPad *G__Lpbase=(TAttPad*)G__Lderived;
24504        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad),G__get_linked_tagnum(&G__G__Base1LN_TAttPad),(long)G__Lpbase-(long)G__Lderived,1,1);
24505      }
24506      {
24507        TQObject *G__Lpbase=(TQObject*)G__Lderived;
24508        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad),G__get_linked_tagnum(&G__G__Base1LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24509      }
24510    }
24511    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TEnv))) {
24512      TEnv *G__Lderived;
24513      G__Lderived=(TEnv*)0x1000;
24514      {
24515        TObject *G__Lpbase=(TObject*)G__Lderived;
24516        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TEnv),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24517      }
24518    }
24519    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TEnvRec))) {
24520      TEnvRec *G__Lderived;
24521      G__Lderived=(TEnvRec*)0x1000;
24522      {
24523        TObject *G__Lpbase=(TObject*)G__Lderived;
24524        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TEnvRec),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24525      }
24526    }
24527    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory))) {
24528      TGuiFactory *G__Lderived;
24529      G__Lderived=(TGuiFactory*)0x1000;
24530      {
24531        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24532        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24533      }
24534      {
24535        TObject *G__Lpbase=(TObject*)G__Lderived;
24536        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24537      }
24538    }
24539    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TFileHandler))) {
24540      TFileHandler *G__Lderived;
24541      G__Lderived=(TFileHandler*)0x1000;
24542      {
24543        TSysEvtHandler *G__Lpbase=(TSysEvtHandler*)G__Lderived;
24544        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TFileHandler),G__get_linked_tagnum(&G__G__Base1LN_TSysEvtHandler),(long)G__Lpbase-(long)G__Lderived,1,1);
24545      }
24546      {
24547        TObject *G__Lpbase=(TObject*)G__Lderived;
24548        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TFileHandler),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24549      }
24550      {
24551        TQObject *G__Lpbase=(TQObject*)G__Lderived;
24552        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TFileHandler),G__get_linked_tagnum(&G__G__Base1LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24553      }
24554    }
24555    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TStyle))) {
24556      TStyle *G__Lderived;
24557      G__Lderived=(TStyle*)0x1000;
24558      {
24559        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24560        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24561      }
24562      {
24563        TObject *G__Lpbase=(TObject*)G__Lderived;
24564        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24565      }
24566      {
24567        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
24568        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle),G__get_linked_tagnum(&G__G__Base1LN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
24569      }
24570      {
24571        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
24572        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle),G__get_linked_tagnum(&G__G__Base1LN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
24573      }
24574      {
24575        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
24576        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle),G__get_linked_tagnum(&G__G__Base1LN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
24577      }
24578      {
24579        TAttText *G__Lpbase=(TAttText*)G__Lderived;
24580        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle),G__get_linked_tagnum(&G__G__Base1LN_TAttText),(long)G__Lpbase-(long)G__Lderived,1,1);
24581      }
24582    }
24583    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT))) {
24584      TVirtualFFT *G__Lderived;
24585      G__Lderived=(TVirtualFFT*)0x1000;
24586      {
24587        TObject *G__Lpbase=(TObject*)G__Lderived;
24588        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24589      }
24590    }
24591    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TVirtualViewer3D))) {
24592      TVirtualViewer3D *G__Lderived;
24593      G__Lderived=(TVirtualViewer3D*)0x1000;
24594      {
24595        TObject *G__Lpbase=(TObject*)G__Lderived;
24596        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualViewer3D),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
24597      }
24598    }
24599    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TGLManager))) {
24600      TGLManager *G__Lderived;
24601      G__Lderived=(TGLManager*)0x1000;
24602      {
24603        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24604        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TGLManager),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24605      }
24606      {
24607        TObject *G__Lpbase=(TObject*)G__Lderived;
24608        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TGLManager),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24609      }
24610    }
24611    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX))) {
24612      TVirtualX *G__Lderived;
24613      G__Lderived=(TVirtualX*)0x1000;
24614      {
24615        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24616        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24617      }
24618      {
24619        TObject *G__Lpbase=(TObject*)G__Lderived;
24620        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24621      }
24622      {
24623        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
24624        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX),G__get_linked_tagnum(&G__G__Base1LN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
24625      }
24626      {
24627        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
24628        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX),G__get_linked_tagnum(&G__G__Base1LN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
24629      }
24630      {
24631        TAttText *G__Lpbase=(TAttText*)G__Lderived;
24632        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX),G__get_linked_tagnum(&G__G__Base1LN_TAttText),(long)G__Lpbase-(long)G__Lderived,1,1);
24633      }
24634      {
24635        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
24636        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX),G__get_linked_tagnum(&G__G__Base1LN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
24637      }
24638    }
24639    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS))) {
24640      TVirtualPS *G__Lderived;
24641      G__Lderived=(TVirtualPS*)0x1000;
24642      {
24643        TNamed *G__Lpbase=(TNamed*)G__Lderived;
24644        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS),G__get_linked_tagnum(&G__G__Base1LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
24645      }
24646      {
24647        TObject *G__Lpbase=(TObject*)G__Lderived;
24648        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS),G__get_linked_tagnum(&G__G__Base1LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
24649      }
24650      {
24651        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
24652        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS),G__get_linked_tagnum(&G__G__Base1LN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
24653      }
24654      {
24655        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
24656        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS),G__get_linked_tagnum(&G__G__Base1LN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
24657      }
24658      {
24659        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
24660        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS),G__get_linked_tagnum(&G__G__Base1LN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
24661      }
24662      {
24663        TAttText *G__Lpbase=(TAttText*)G__Lderived;
24664        G__inheritance_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS),G__get_linked_tagnum(&G__G__Base1LN_TAttText),(long)G__Lpbase-(long)G__Lderived,1,1);
24665      }
24666    }
24667 }
24668 
24669 /*********************************************************
24670 * typedef information setup/
24671 *********************************************************/
24672 extern "C" void G__cpp_setup_typetableG__Base1() {
24673 
24674    /* Setting up typedef entry */
24675    G__search_typename2("Char_t",99,-1,0,-1);
24676    G__setnewtype(-1,"Signed Character 1 byte (char)",0);
24677    G__search_typename2("UChar_t",98,-1,0,-1);
24678    G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0);
24679    G__search_typename2("Short_t",115,-1,0,-1);
24680    G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0);
24681    G__search_typename2("UShort_t",114,-1,0,-1);
24682    G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0);
24683    G__search_typename2("Int_t",105,-1,0,-1);
24684    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
24685    G__search_typename2("UInt_t",104,-1,0,-1);
24686    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
24687    G__search_typename2("Long_t",108,-1,0,-1);
24688    G__setnewtype(-1,"Signed long integer 4 bytes (long)",0);
24689    G__search_typename2("ULong_t",107,-1,0,-1);
24690    G__setnewtype(-1,"Unsigned long integer 4 bytes (unsigned long)",0);
24691    G__search_typename2("Float_t",102,-1,0,-1);
24692    G__setnewtype(-1,"Float 4 bytes (float)",0);
24693    G__search_typename2("Float16_t",102,-1,0,-1);
24694    G__setnewtype(-1,"Float 4 bytes written with a truncated mantissa",0);
24695    G__search_typename2("Double_t",100,-1,0,-1);
24696    G__setnewtype(-1,"Double 8 bytes",0);
24697    G__search_typename2("Double32_t",100,-1,0,-1);
24698    G__setnewtype(-1,"Double 8 bytes in memory, written as a 4 bytes float",0);
24699    G__search_typename2("Bool_t",103,-1,0,-1);
24700    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
24701    G__search_typename2("Version_t",115,-1,0,-1);
24702    G__setnewtype(-1,"Class version identifier (short)",0);
24703    G__search_typename2("Option_t",99,-1,256,-1);
24704    G__setnewtype(-1,"Option string (const char)",0);
24705    G__search_typename2("Long64_t",110,-1,0,-1);
24706    G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
24707    G__search_typename2("ULong64_t",109,-1,0,-1);
24708    G__setnewtype(-1,"Portable unsigned long integer 8 bytes",0);
24709    G__search_typename2("Font_t",115,-1,0,-1);
24710    G__setnewtype(-1,"Font number (short)",0);
24711    G__search_typename2("Style_t",115,-1,0,-1);
24712    G__setnewtype(-1,"Style number (short)",0);
24713    G__search_typename2("Width_t",115,-1,0,-1);
24714    G__setnewtype(-1,"Line width (short)",0);
24715    G__search_typename2("Color_t",115,-1,0,-1);
24716    G__setnewtype(-1,"Color number (short)",0);
24717    G__search_typename2("Size_t",102,-1,0,-1);
24718    G__setnewtype(-1,"Attribute size (float)",0);
24719    G__search_typename2("VoidFuncPtr_t",89,-1,0,-1);
24720    G__setnewtype(-1,"pointer to void function",0);
24721    G__search_typename2("ShowMembersFunc_t",89,-1,0,-1);
24722    G__setnewtype(-1,"void (*ShowMembersFunc_t)(void *obj, TMemberInspector &R__insp);",0);
24723    G__search_typename2("NewFunc_t",89,-1,0,G__get_linked_tagnum(&G__G__Base1LN_ROOT));
24724    G__setnewtype(-1,"void *(*NewFunc_t)(void *);",0);
24725    G__search_typename2("NewArrFunc_t",89,-1,0,G__get_linked_tagnum(&G__G__Base1LN_ROOT));
24726    G__setnewtype(-1,"void *(*NewArrFunc_t)(Long_t size, void *arena);",0);
24727    G__search_typename2("DelFunc_t",89,-1,0,G__get_linked_tagnum(&G__G__Base1LN_ROOT));
24728    G__setnewtype(-1,"void  (*DelFunc_t)(void *);",0);
24729    G__search_typename2("DelArrFunc_t",89,-1,0,G__get_linked_tagnum(&G__G__Base1LN_ROOT));
24730    G__setnewtype(-1,"void  (*DelArrFunc_t)(void *);",0);
24731    G__search_typename2("DesFunc_t",89,-1,0,G__get_linked_tagnum(&G__G__Base1LN_ROOT));
24732    G__setnewtype(-1,"void  (*DesFunc_t)(void *);",0);
24733    G__search_typename2("DirAutoAdd_t",89,-1,0,G__get_linked_tagnum(&G__G__Base1LN_ROOT));
24734    G__setnewtype(-1,"void  (*DirAutoAdd_t)(void *, TDirectory*);",0);
24735    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__Base1LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
24736    G__setnewtype(-1,NULL,0);
24737    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
24738    G__setnewtype(-1,NULL,0);
24739    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
24740    G__setnewtype(-1,NULL,0);
24741    G__search_typename2("ReAllocCharFun_t",89,-1,0,-1);
24742    G__setnewtype(-1,"char *(*ReAllocCharFun_t)(char*, size_t, size_t);",0);
24743    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
24744    G__setnewtype(-1,NULL,0);
24745    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
24746    G__setnewtype(-1,NULL,0);
24747    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
24748    G__setnewtype(-1,NULL,0);
24749    G__search_typename2("CacheList_t",117,G__get_linked_tagnum(&G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,G__get_linked_tagnum(&G__G__Base1LN_TBuffer));
24750    G__setnewtype(-1,NULL,0);
24751    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__Base1LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
24752    G__setnewtype(-1,NULL,0);
24753    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__Base1LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
24754    G__setnewtype(-1,NULL,0);
24755    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__Base1LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
24756    G__setnewtype(-1,NULL,0);
24757    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__Base1LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
24758    G__setnewtype(-1,NULL,0);
24759    G__search_typename2("map<std::string,TObjArray*>",117,G__get_linked_tagnum(&G__G__Base1LN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
24760    G__setnewtype(-1,NULL,0);
24761    G__search_typename2("map<string,TObjArray*>",117,G__get_linked_tagnum(&G__G__Base1LN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
24762    G__setnewtype(-1,NULL,0);
24763    G__search_typename2("map<string,TObjArray*,less<string> >",117,G__get_linked_tagnum(&G__G__Base1LN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
24764    G__setnewtype(-1,NULL,0);
24765    G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__G__Base1LN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
24766    G__setnewtype(-1,NULL,0);
24767    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
24768    G__setnewtype(-1,NULL,0);
24769    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
24770    G__setnewtype(-1,NULL,0);
24771    G__search_typename2("vector<unsigned int>",117,G__get_linked_tagnum(&G__G__Base1LN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
24772    G__setnewtype(-1,NULL,0);
24773    G__search_typename2("vector<TString>",117,G__get_linked_tagnum(&G__G__Base1LN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1);
24774    G__setnewtype(-1,NULL,0);
24775    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlETStringcOallocatorlETStringgRsPgR));
24776    G__setnewtype(-1,NULL,0);
24777    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Base1LN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Base1LN_vectorlETStringcOallocatorlETStringgRsPgR));
24778    G__setnewtype(-1,NULL,0);
24779    G__search_typename2("Handle_t",107,-1,0,-1);
24780    G__setnewtype(-1,"Generic resource handle",0);
24781    G__search_typename2("Display_t",107,-1,0,-1);
24782    G__setnewtype(-1,"Display handle",0);
24783    G__search_typename2("Visual_t",107,-1,0,-1);
24784    G__setnewtype(-1,"Visual handle",0);
24785    G__search_typename2("Window_t",107,-1,0,-1);
24786    G__setnewtype(-1,"Window handle",0);
24787    G__search_typename2("Pixmap_t",107,-1,0,-1);
24788    G__setnewtype(-1,"Pixmap handle",0);
24789    G__search_typename2("Drawable_t",107,-1,0,-1);
24790    G__setnewtype(-1,"Drawable handle",0);
24791    G__search_typename2("Region_t",107,-1,0,-1);
24792    G__setnewtype(-1,"Region handle",0);
24793    G__search_typename2("Colormap_t",107,-1,0,-1);
24794    G__setnewtype(-1,"Colormap handle",0);
24795    G__search_typename2("Cursor_t",107,-1,0,-1);
24796    G__setnewtype(-1,"Cursor handle",0);
24797    G__search_typename2("FontH_t",107,-1,0,-1);
24798    G__setnewtype(-1,"Font handle (as opposed to Font_t which is an index)",0);
24799    G__search_typename2("Atom_t",107,-1,0,-1);
24800    G__setnewtype(-1,"WM token",0);
24801    G__search_typename2("GContext_t",107,-1,0,-1);
24802    G__setnewtype(-1,"Graphics context handle",0);
24803    G__search_typename2("FontStruct_t",107,-1,0,-1);
24804    G__setnewtype(-1,"Pointer to font structure",0);
24805    G__search_typename2("Mask_t",104,-1,0,-1);
24806    G__setnewtype(-1,"Structure mask type",0);
24807    G__search_typename2("Time_t",107,-1,0,-1);
24808    G__setnewtype(-1,"Event time",0);
24809 }
24810 
24811 /*********************************************************
24812 * Data Member information setup/
24813 *********************************************************/
24814 
24815    /* Setting up class,struct,union tag member variable */
24816 
24817    /* TBuffer */
24818 static void G__setup_memvarTBuffer(void) {
24819    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TBuffer));
24820    { TBuffer *p; p=(TBuffer*)0x1000; if (p) { }
24821    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMode=",0,"Read or write mode");
24822    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fVersion=",0,"Buffer format version");
24823    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufSize=",0,"Size of buffer");
24824    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fBuffer=",0,"Buffer used to store objects");
24825    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fBufCur=",0,"Current position in buffer");
24826    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fBufMax=",0,"End of buffer");
24827    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TObject),-1,-1,2,"fParent=",0,"Pointer to parent object owning this buffer");
24828    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("ReAllocCharFun_t"),-1,2,"fReAllocFunc=",0,"! Realloc function to be used when extending the buffer.");
24829    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),G__defined_typename("CacheList_t"),-1,2,"fCacheStack=",0,"Stack of pointers to the cache where to temporarily store the value of 'missing' data members");
24830    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffercLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kRead=%lldLL",(long long)TBuffer::kRead).data(),0,(char*)NULL);
24831    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffercLcLEMode),-1,-2,1,G__FastAllocString(2048).Format("kWrite=%lldLL",(long long)TBuffer::kWrite).data(),0,(char*)NULL);
24832    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kIsOwner=%lldLL",(long long)TBuffer::kIsOwner).data(),0,(char*)NULL);
24833    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kCannotHandleMemberWiseStreaming=%lldLL",(long long)TBuffer::kCannotHandleMemberWiseStreaming).data(),0,(char*)NULL);
24834    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kInitialSize=%lldLL",(long long)TBuffer::kInitialSize).data(),0,(char*)NULL);
24835    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kMinimalSize=%lldLL",(long long)TBuffer::kMinimalSize).data(),0,(char*)NULL);
24836    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24837    }
24838    G__tag_memvar_reset();
24839 }
24840 
24841 
24842    /* TDirectory */
24843 static void G__setup_memvarTDirectory(void) {
24844    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TDirectory));
24845    { TDirectory *p; p=(TDirectory*)0x1000; if (p) { }
24846    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TObject),-1,-1,2,"fMother=",0,"pointer to mother of the directory");
24847    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TList),-1,-1,2,"fList=",0,"List of objects in memory");
24848    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TUUID),-1,-1,2,"fUUID=",0,"Unique identifier");
24849    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,2,"fPathBuffer=",0,"!Buffer for GetPath() function");
24850    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TDirectorycLcLTContext),-1,-1,2,"fContext=",0,"!Pointer to a list of TContext object pointing to this TDirectory");
24851    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgAddDirectory=",0,"!flag to add histograms, graphs,etc to the directory");
24852    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24853    }
24854    G__tag_memvar_reset();
24855 }
24856 
24857 
24858    /* TRootIOCtor */
24859 static void G__setup_memvarTRootIOCtor(void) {
24860    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TRootIOCtor));
24861    { TRootIOCtor *p; p=(TRootIOCtor*)0x1000; if (p) { }
24862    }
24863    G__tag_memvar_reset();
24864 }
24865 
24866 
24867    /* ROOT */
24868 static void G__setup_memvarROOT(void) {
24869    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_ROOT));
24870    {
24871    }
24872    G__tag_memvar_reset();
24873 }
24874 
24875 
24876    /* TBrowser */
24877 static void G__setup_memvarTBrowser(void) {
24878    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
24879    { TBrowser *p; p=(TBrowser*)0x1000; if (p) { }
24880    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TObject),-1,-1,4,"fLastSelectedObject=",0,"!The last TObject selected by user");
24881    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp),-1,-1,2,"fImp=",0,"!Window system specific browser implementation");
24882    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TBrowserTimer),-1,-1,2,"fTimer=",0,"!Browser's timer");
24883    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TContextMenu),-1,-1,2,"fContextMenu=",0,"!Context menu pointer");
24884    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fNeedRefresh=",0,"True if the browser needs refresh");
24885    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBrowsercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNoHidden=%lldLL",(long long)TBrowser::kNoHidden).data(),0,(char*)NULL);
24886    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24887    }
24888    G__tag_memvar_reset();
24889 }
24890 
24891 
24892    /* TApplicationImp */
24893 static void G__setup_memvarTApplicationImp(void) {
24894    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp));
24895    { TApplicationImp *p; p=(TApplicationImp*)0x1000; if (p) { }
24896    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,2,"fApplicationName=",0,"application name");
24897    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24898    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24899    }
24900    G__tag_memvar_reset();
24901 }
24902 
24903 
24904    /* TApplication */
24905 static void G__setup_memvarTApplication(void) {
24906    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TApplication));
24907    { TApplication *p; p=(TApplication*)0x1000; if (p) { }
24908    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TApplicationcLcLEStatusBits),-1,-2,1,G__FastAllocString(2048).Format("kProcessRemotely=%lldLL",(long long)TApplication::kProcessRemotely).data(),0,(char*)NULL);
24909    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TApplicationcLcLEStatusBits),-1,-2,1,G__FastAllocString(2048).Format("kDefaultApplication=%lldLL",(long long)TApplication::kDefaultApplication).data(),0,(char*)NULL);
24910    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TApplicationcLcLEExitOnException),-1,-2,1,G__FastAllocString(2048).Format("kDontExit=%lldLL",(long long)TApplication::kDontExit).data(),0,(char*)NULL);
24911    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TApplicationcLcLEExitOnException),-1,-2,1,G__FastAllocString(2048).Format("kExit=%lldLL",(long long)TApplication::kExit).data(),0,(char*)NULL);
24912    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TApplicationcLcLEExitOnException),-1,-2,1,G__FastAllocString(2048).Format("kAbort=%lldLL",(long long)TApplication::kAbort).data(),0,(char*)NULL);
24913    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fArgc=",0,"Number of com   mand line arguments");
24914    G__memvar_setup((void*)0,67,2,0,-1,-1,-1,4,"fArgv=",0,"Command line arguments");
24915    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp),-1,-1,4,"fAppImp=",0,"!Window system specific application implementation");
24916    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsRunning=",0,"True when in event loop (Run() has been called)");
24917    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fReturnFromRun=",0,"When true return from Run()");
24918    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fNoLog=",0,"Do not process logon and logoff macros");
24919    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fNoLogo=",0,"Do not show splash screen and welcome message");
24920    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fQuit=",0,"Exit after having processed input files");
24921    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fUseMemstat=",0,"Run with TMemStat enabled");
24922    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TObjArray),-1,-1,4,"fFiles=",0,"Array of input files (TObjString's) specified via argv");
24923    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fWorkDir=",0,"Working directory specified via argv");
24924    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fIdleCommand=",0,"Command to execute while application is idle");
24925    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TTimer),-1,-1,4,"fIdleTimer=",0,"Idle timer");
24926    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TSignalHandler),-1,-1,4,"fSigHandler=",0,"Interrupt handler");
24927    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__Base1LN_TApplicationcLcLEExitOnException),-1,-1,4,"fExitOnException=",0,"Exit on exception option");
24928    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,4,"fgGraphNeeded=",0,"True if graphics libs need to be initialized");
24929    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,4,"fgGraphInit=",0,"True if graphics libs initialized");
24930    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TApplication),-1,-1,2,"fAppRemote=",0,"Current remote application, if defined");
24931    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TList),-1,-2,2,"fgApplications=",0,"List of available applications");
24932    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24933    }
24934    G__tag_memvar_reset();
24935 }
24936 
24937 
24938    /* TAtt3D */
24939 static void G__setup_memvarTAtt3D(void) {
24940    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAtt3D));
24941    { TAtt3D *p; p=(TAtt3D*)0x1000; if (p) { }
24942    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24943    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24944    }
24945    G__tag_memvar_reset();
24946 }
24947 
24948 
24949    /* TAttAxis */
24950 static void G__setup_memvarTAttAxis(void) {
24951    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttAxis));
24952    { TAttAxis *p; p=(TAttAxis*)0x1000; if (p) { }
24953    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNdivisions=",0,"Number of divisions(10000*n3 + 100*n2 + n1)");
24954    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fAxisColor=",0,"color of the line axis");
24955    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fLabelColor=",0,"color of labels");
24956    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,2,"fLabelFont=",0,"font for labels");
24957    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLabelOffset=",0,"offset of labels");
24958    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLabelSize=",0,"size of labels");
24959    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTickLength=",0,"length of tick marks");
24960    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTitleOffset=",0,"offset of axis title");
24961    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTitleSize=",0,"size of axis title");
24962    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fTitleColor=",0,"color of axis title");
24963    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,2,"fTitleFont=",0,"font for axis title");
24964    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24965    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24966    }
24967    G__tag_memvar_reset();
24968 }
24969 
24970 
24971    /* TAttBBox */
24972 static void G__setup_memvarTAttBBox(void) {
24973    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttBBox));
24974    { TAttBBox *p; p=(TAttBBox*)0x1000; if (p) { }
24975    G__memvar_setup((void*)0,70,0,0,-1,G__defined_typename("Float_t"),-1,2,"fBBox=",0,"! Dynamic Float_t[6] X(min,max), Y(min,max), Z(min,max)");
24976    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24977    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24978    }
24979    G__tag_memvar_reset();
24980 }
24981 
24982 
24983    /* TAttFill */
24984 static void G__setup_memvarTAttFill(void) {
24985    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttFill));
24986    { TAttFill *p; p=(TAttFill*)0x1000; if (p) { }
24987    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fFillColor=",0,"fill area color");
24988    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,2,"fFillStyle=",0,"fill area style");
24989    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24990    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24991    }
24992    G__tag_memvar_reset();
24993 }
24994 
24995 
24996    /* TAttLine */
24997 static void G__setup_memvarTAttLine(void) {
24998    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttLine));
24999    { TAttLine *p; p=(TAttLine*)0x1000; if (p) { }
25000    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fLineColor=",0,"line color");
25001    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,2,"fLineStyle=",0,"line style");
25002    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,2,"fLineWidth=",0,"line width");
25003    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25004    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25005    }
25006    G__tag_memvar_reset();
25007 }
25008 
25009 
25010    /* TAttMarker */
25011 static void G__setup_memvarTAttMarker(void) {
25012    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttMarker));
25013    { TAttMarker *p; p=(TAttMarker*)0x1000; if (p) { }
25014    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fMarkerColor=",0,"Marker color index");
25015    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,2,"fMarkerStyle=",0,"Marker style");
25016    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Size_t"),-1,2,"fMarkerSize=",0,"Marker size");
25017    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25018    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25019    }
25020    G__tag_memvar_reset();
25021 }
25022 
25023 
25024    /* TAttPad */
25025 static void G__setup_memvarTAttPad(void) {
25026    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttPad));
25027    { TAttPad *p; p=(TAttPad*)0x1000; if (p) { }
25028    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fLeftMargin=",0,"LeftMargin");
25029    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fRightMargin=",0,"RightMargin");
25030    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fBottomMargin=",0,"BottomMargin");
25031    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTopMargin=",0,"TopMargin");
25032    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fXfile=",0,"X position where to draw the file name");
25033    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fYfile=",0,"Y position where to draw the file name");
25034    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fAfile=",0,"Alignment for the file name");
25035    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fXstat=",0,"X position where to draw the statistics");
25036    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fYstat=",0,"Y position where to draw the statistics");
25037    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fAstat=",0,"Alignment for the statistics");
25038    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fFrameFillColor=",0,"pad frame fill color");
25039    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fFrameLineColor=",0,"pad frame line color");
25040    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,2,"fFrameFillStyle=",0,"pad frame fill style");
25041    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,2,"fFrameLineStyle=",0,"pad frame line style");
25042    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,2,"fFrameLineWidth=",0,"pad frame line width");
25043    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,2,"fFrameBorderSize=",0,"pad frame border size");
25044    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fFrameBorderMode=",0,"pad frame border mode");
25045    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25046    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25047    }
25048    G__tag_memvar_reset();
25049 }
25050 
25051 
25052    /* TAttText */
25053 static void G__setup_memvarTAttText(void) {
25054    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttText));
25055    { TAttText *p; p=(TAttText*)0x1000; if (p) { }
25056    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTextAngle=",0,"Text angle");
25057    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTextSize=",0,"Text size");
25058    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fTextAlign=",0,"Text alignment");
25059    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,2,"fTextColor=",0,"Text color index");
25060    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Font_t"),-1,2,"fTextFont=",0,"Text font number");
25061    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25062    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25063    }
25064    G__tag_memvar_reset();
25065 }
25066 
25067 
25068    /* TBenchmark */
25069 static void G__setup_memvarTBenchmark(void) {
25070    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TBenchmark));
25071    { TBenchmark *p; p=(TBenchmark*)0x1000; if (p) { }
25072    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNbench=",0,"Number of active benchmarks");
25073    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNmax=",0,"Maximum number of benchmarks initialized");
25074    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,2,"fNames=",0,"[fNbench] Names of benchmarks");
25075    G__memvar_setup((void*)0,70,0,0,-1,G__defined_typename("Float_t"),-1,2,"fRealTime=",0,"[fNbench] Real Time");
25076    G__memvar_setup((void*)0,70,0,0,-1,G__defined_typename("Float_t"),-1,2,"fCpuTime=",0,"[fNbench] Cpu Time");
25077    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TStopwatch),-1,-1,2,"fTimer=",0,"Timers");
25078    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25079    }
25080    G__tag_memvar_reset();
25081 }
25082 
25083 
25084    /* TBrowserImp */
25085 static void G__setup_memvarTBrowserImp(void) {
25086    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp));
25087    { TBrowserImp *p; p=(TBrowserImp*)0x1000; if (p) { }
25088    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TBrowser),-1,-1,2,"fBrowser=",0,"TBrowser associated with this implementation");
25089    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowCycles=",0,"Show object cycle numbers in browser");
25090    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25091    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25092    }
25093    G__tag_memvar_reset();
25094 }
25095 
25096 
25097    /* TContextMenu */
25098 static void G__setup_memvarTContextMenu(void) {
25099    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TContextMenu));
25100    { TContextMenu *p; p=(TContextMenu*)0x1000; if (p) { }
25101    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp),-1,-1,2,"fContextMenuImp=",0,"!Context menu system specific implementation");
25102    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TFunction),-1,-1,2,"fSelectedMethod=",0,"selected method");
25103    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TObject),-1,-1,2,"fSelectedObject=",0,"selected object");
25104    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TObject),-1,-1,2,"fCalledObject=",0,"object to call");
25105    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClassMenuItem),-1,-1,2,"fSelectedMenuItem=",0,"selected class menu item");
25106    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad),-1,-1,2,"fSelectedCanvas=",0,"selected canvas (if exist)");
25107    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad),-1,-1,2,"fSelectedPad=",0,"selected pad (if exist)");
25108    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TBrowser),-1,-1,2,"fBrowser=",0,"selected browser (if exist)");
25109    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25110    }
25111    G__tag_memvar_reset();
25112 }
25113 
25114 
25115    /* TBuffer3D */
25116 static void G__setup_memvarTBuffer3D(void) {
25117    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D));
25118    { TBuffer3D *p; p=(TBuffer3D*)0x1000; if (p) { }
25119    G__memvar_setup((void*)0,105,0,1,-1,G__defined_typename("Int_t"),-1,4,"fType=",0,"Primitive type - predefined ones in TBuffer3DTypes.h");
25120    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNbPnts=",0,"Number of points describing the shape");
25121    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNbSegs=",0,"Number of segments describing the shape");
25122    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNbPols=",0,"Number of polygons describing the shape");
25123    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fPntsCapacity=",0,"Current capacity of fPnts space");
25124    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSegsCapacity=",0,"Current capacity of fSegs space");
25125    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fPolsCapacity=",0,"Current capacity of fSegs space");
25126    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fSections=",0,"Section validity flags");
25127    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-2,4,"fgCSLevel=",0,(char*)NULL);
25128    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLEBoolOpCode),-1,-2,1,G__FastAllocString(2048).Format("kCSUnion=%lldLL",(long long)TBuffer3D::kCSUnion).data(),0,(char*)NULL);
25129    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLEBoolOpCode),-1,-2,1,G__FastAllocString(2048).Format("kCSIntersection=%lldLL",(long long)TBuffer3D::kCSIntersection).data(),0,(char*)NULL);
25130    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLEBoolOpCode),-1,-2,1,G__FastAllocString(2048).Format("kCSDifference=%lldLL",(long long)TBuffer3D::kCSDifference).data(),0,(char*)NULL);
25131    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLEBoolOpCode),-1,-2,1,G__FastAllocString(2048).Format("kCSNoOp=%lldLL",(long long)TBuffer3D::kCSNoOp).data(),0,(char*)NULL);
25132    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLESection),-1,-2,1,G__FastAllocString(2048).Format("kNone=%lldLL",(long long)TBuffer3D::kNone).data(),0,(char*)NULL);
25133    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLESection),-1,-2,1,G__FastAllocString(2048).Format("kCore=%lldLL",(long long)TBuffer3D::kCore).data(),0,(char*)NULL);
25134    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLESection),-1,-2,1,G__FastAllocString(2048).Format("kBoundingBox=%lldLL",(long long)TBuffer3D::kBoundingBox).data(),0,(char*)NULL);
25135    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLESection),-1,-2,1,G__FastAllocString(2048).Format("kShapeSpecific=%lldLL",(long long)TBuffer3D::kShapeSpecific).data(),0,(char*)NULL);
25136    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLESection),-1,-2,1,G__FastAllocString(2048).Format("kRawSizes=%lldLL",(long long)TBuffer3D::kRawSizes).data(),0,(char*)NULL);
25137    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLESection),-1,-2,1,G__FastAllocString(2048).Format("kRaw=%lldLL",(long long)TBuffer3D::kRaw).data(),0,(char*)NULL);
25138    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TBuffer3DcLcLESection),-1,-2,1,G__FastAllocString(2048).Format("kAll=%lldLL",(long long)TBuffer3D::kAll).data(),0,(char*)NULL);
25139    G__memvar_setup((void*)((long)(&p->fID)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TObject),-1,-1,1,"fID=",0,"ID/object generating buffer - see TVirtualViewer3D for setting");
25140    G__memvar_setup((void*)((long)(&p->fColor)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fColor=",0,"Color index");
25141    G__memvar_setup((void*)((long)(&p->fTransparency)-(long)(p)),115,0,0,-1,G__defined_typename("Short_t"),-1,1,"fTransparency=",0,"Percentage transparency [0,100]");
25142    G__memvar_setup((void*)((long)(&p->fLocalFrame)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fLocalFrame=",0,"True = Local, False = Master reference frame");
25143    G__memvar_setup((void*)((long)(&p->fReflection)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fReflection=",0,"Matrix is reflection - TODO: REMOVE when OGL viewer rewokred to local frame");
25144    G__memvar_setup((void*)((long)(&p->fLocalMaster)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fLocalMaster[16]=",0,"Local->Master Matrix - identity if master frame");
25145    G__memvar_setup((void*)((long)(&p->fBBVertex)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fBBVertex[8][3]=",0,"8 verticies defining bounding box. ");
25146    G__memvar_setup((void*)((long)(&p->fPnts)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fPnts=",0,"x0, y0, z0, x1, y1, z1, ..... ..... ....");
25147    G__memvar_setup((void*)((long)(&p->fSegs)-(long)(p)),73,0,0,-1,G__defined_typename("Int_t"),-1,1,"fSegs=",0,"c0, p0, q0, c1, p1, q1, ..... ..... ....  ");
25148    G__memvar_setup((void*)((long)(&p->fPols)-(long)(p)),73,0,0,-1,G__defined_typename("Int_t"),-1,1,"fPols=",0,"c0, n0, s0, s1, ... sn, c1, n1, s0, ... sn");
25149    G__memvar_setup((void*)((long)(&p->fPhysicalID)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fPhysicalID=",0,"Unique replica ID.");
25150    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25151    }
25152    G__tag_memvar_reset();
25153 }
25154 
25155 
25156    /* TCanvasImp */
25157 static void G__setup_memvarTCanvasImp(void) {
25158    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp));
25159    { TCanvasImp *p; p=(TCanvasImp*)0x1000; if (p) { }
25160    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TCanvas),-1,-1,2,"fCanvas=",0,"TCanvas associated with this implementation");
25161    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25162    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25163    }
25164    G__tag_memvar_reset();
25165 }
25166 
25167 
25168    /* TColor */
25169 static void G__setup_memvarTColor(void) {
25170    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TColor));
25171    { TColor *p; p=(TColor*)0x1000; if (p) { }
25172    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNumber=",0,"Color number identifier");
25173    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fRed=",0,"Fraction of Red");
25174    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fGreen=",0,"Fraction of Green");
25175    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fBlue=",0,"Fraction of Blue");
25176    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fHue=",0,"Hue");
25177    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fLight=",0,"Light");
25178    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fSaturation=",0,"Saturation");
25179    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fAlpha=",0,"Alpha (transparency)");
25180    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,4,"fgGrayscaleMode=",0,"if set, GetColor will return grayscale");
25181    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,4,"fgInitDone=",0,"kTRUE once ROOT colors have been initialized");
25182    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TArrayI),-1,-2,4,"fgPalette=",0,"Color palette");
25183    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25184    }
25185    G__tag_memvar_reset();
25186 }
25187 
25188 
25189    /* TContextMenuImp */
25190 static void G__setup_memvarTContextMenuImp(void) {
25191    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp));
25192    { TContextMenuImp *p; p=(TContextMenuImp*)0x1000; if (p) { }
25193    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TContextMenu),-1,-1,2,"fContextMenu=",0,"TContextMenu associated with this implementation");
25194    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25195    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25196    }
25197    G__tag_memvar_reset();
25198 }
25199 
25200 
25201    /* TVirtualPad */
25202 static void G__setup_memvarTVirtualPad(void) {
25203    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad));
25204    { TVirtualPad *p; p=(TVirtualPad*)0x1000; if (p) { }
25205    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fResizing=",0,"!true when resizing the pad");
25206    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25207    }
25208    G__tag_memvar_reset();
25209 }
25210 
25211 
25212    /* TControlBarImp */
25213 static void G__setup_memvarTControlBarImp(void) {
25214    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp));
25215    { TControlBarImp *p; p=(TControlBarImp*)0x1000; if (p) { }
25216    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TControlBar),-1,-1,2,"fControlBar=",0,"TControlBar associated with this implementation");
25217    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fXpos=",0,"Initial x position");
25218    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fYpos=",0,"Initial y position");
25219    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TControlBarButton),-1,-1,2,"fClicked=",0,"Last clicked button ");
25220    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25221    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25222    }
25223    G__tag_memvar_reset();
25224 }
25225 
25226 
25227    /* TDatime */
25228 static void G__setup_memvarTDatime(void) {
25229    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TDatime));
25230    { TDatime *p; p=(TDatime*)0x1000; if (p) { }
25231    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fDatime=",0,"Date (relative to 1995) + time");
25232    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25233    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25234    }
25235    G__tag_memvar_reset();
25236 }
25237 
25238 
25239    /* TEnv */
25240 static void G__setup_memvarTEnv(void) {
25241    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TEnv));
25242    { TEnv *p; p=(TEnv*)0x1000; if (p) { }
25243    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_THashList),-1,-1,4,"fTable=",0,"hash table containing env records");
25244    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fRcName=",0,"resource file base name");
25245    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIgnoreDup=",0,"ignore duplicates, don't issue warning");
25246    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25247    }
25248    G__tag_memvar_reset();
25249 }
25250 
25251 
25252    /* TEnvRec */
25253 static void G__setup_memvarTEnvRec(void) {
25254    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TEnvRec));
25255    { TEnvRec *p; p=(TEnvRec*)0x1000; if (p) { }
25256    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fName=",0,"env rec key name");
25257    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fType=",0,"env rec type");
25258    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fValue=",0,"env rec value");
25259    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__Base1LN_EEnvLevel),-1,-1,4,"fLevel=",0,"env rec level");
25260    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fModified=",0,"if env rec has been modified");
25261    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25262    }
25263    G__tag_memvar_reset();
25264 }
25265 
25266 
25267    /* TInspectorImp */
25268 static void G__setup_memvarTInspectorImp(void) {
25269    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp));
25270    { TInspectorImp *p; p=(TInspectorImp*)0x1000; if (p) { }
25271    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25272    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25273    }
25274    G__tag_memvar_reset();
25275 }
25276 
25277 
25278    /* TGuiFactory */
25279 static void G__setup_memvarTGuiFactory(void) {
25280    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory));
25281    { TGuiFactory *p; p=(TGuiFactory*)0x1000; if (p) { }
25282    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25283    }
25284    G__tag_memvar_reset();
25285 }
25286 
25287 
25288    /* TFileHandler */
25289 static void G__setup_memvarTFileHandler(void) {
25290    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TFileHandler));
25291    { TFileHandler *p; p=(TFileHandler*)0x1000; if (p) { }
25292    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fFileNum=",0,"File descriptor");
25293    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fMask=",0,"Event interest mask, either bit 1 (read), 2 (write) or both can be set");
25294    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fReadyMask=",0,"Readiness mask, either bit 1 (read), 2 (write) or both can be set");
25295    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TFileHandlercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kRead=%lldLL",(long long)TFileHandler::kRead).data(),0,(char*)NULL);
25296    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TFileHandlercLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kWrite=%lldLL",(long long)TFileHandler::kWrite).data(),0,(char*)NULL);
25297    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25298    }
25299    G__tag_memvar_reset();
25300 }
25301 
25302 
25303    /* TStyle */
25304 static void G__setup_memvarTStyle(void) {
25305    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle));
25306    { TStyle *p; p=(TStyle*)0x1000; if (p) { }
25307    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TAttAxis),-1,-1,4,"fXaxis=",0,"X axis attributes");
25308    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TAttAxis),-1,-1,4,"fYaxis=",0,"Y axis attributes");
25309    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TAttAxis),-1,-1,4,"fZaxis=",0,"Z axis attributes");
25310    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fBarWidth=",0,"width of bar for graphs");
25311    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fBarOffset=",0,"offset of bar for graphs");
25312    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fColorModelPS=",0,"PostScript color model: 0 = RGB, 1 = CMYK");
25313    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fDrawBorder=",0,"flag to draw border(=1) or not (0)");
25314    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptLogx=",0,"=1 if log scale in X");
25315    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptLogy=",0,"=1 if log scale in y");
25316    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptLogz=",0,"=1 if log scale in z");
25317    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptDate=",0,"=1 if date option is selected");
25318    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptStat=",0,"=1 if option Stat is selected");
25319    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptTitle=",0,"=1 if option Title is selected");
25320    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptFile=",0,"=1 if option File is selected");
25321    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fOptFit=",0,"=1 if option Fit is selected");
25322    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fShowEventStatus=",0,"Show event status panel");
25323    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fShowEditor=",0,"Show pad editor");
25324    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fShowToolBar=",0,"Show toolbar");
25325    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNumberContours=",0,"default number of contours for 2-d plots");
25326    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TAttText),-1,-1,4,"fAttDate=",0,"canvas date attribute");
25327    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fDateX=",0,"X position of the date in the canvas (in NDC)");
25328    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fDateY=",0,"Y position of the date in the canvas (in NDC)");
25329    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fEndErrorSize=",0,"Size of lines at the end of error bars");
25330    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fErrorX=",0,"per cent of bin width for errors along X");
25331    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fFuncColor=",0,"function color");
25332    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fFuncStyle=",0,"function style");
25333    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fFuncWidth=",0,"function line width");
25334    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fGridColor=",0,"grid line color (if 0 use axis line color)");
25335    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fGridStyle=",0,"grid line style");
25336    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fGridWidth=",0,"grid line width");
25337    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fLegendBorderSize=",0,"TLegend box border size");
25338    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fHatchesLineWidth=",0,"hatches line width for hatch styles > 3100");
25339    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fHatchesSpacing=",0,"hatches spacing for hatch styles > 3100");
25340    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fFrameFillColor=",0,"pad frame fill color");
25341    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fFrameLineColor=",0,"pad frame line color");
25342    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fFrameFillStyle=",0,"pad frame fill style");
25343    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fFrameLineStyle=",0,"pad frame line style");
25344    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fFrameLineWidth=",0,"pad frame line width");
25345    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fFrameBorderSize=",0,"pad frame border size");
25346    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fFrameBorderMode=",0,"pad frame border mode");
25347    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fHistFillColor=",0,"histogram fill color");
25348    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fHistLineColor=",0,"histogram line color");
25349    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fHistFillStyle=",0,"histogram fill style");
25350    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fHistLineStyle=",0,"histogram line style");
25351    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fHistLineWidth=",0,"histogram line width");
25352    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fHistMinimumZero=",0,"true if default minimum is 0, false if minimum is automatic");
25353    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fHistTopMargin=",0,"margin between histogram's top and pad's top");
25354    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fCanvasPreferGL=",0,"if true, rendering in canvas is with GL");
25355    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fCanvasColor=",0,"canvas color");
25356    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fCanvasBorderSize=",0,"canvas border size");
25357    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCanvasBorderMode=",0,"canvas border mode");
25358    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCanvasDefH=",0,"default canvas height");
25359    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCanvasDefW=",0,"default canvas width");
25360    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCanvasDefX=",0,"default canvas top X position");
25361    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCanvasDefY=",0,"default canvas top Y position");
25362    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fPadColor=",0,"pad color");
25363    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fPadBorderSize=",0,"pad border size");
25364    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fPadBorderMode=",0,"pad border mode");
25365    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fPadBottomMargin=",0,"pad bottom margin");
25366    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fPadTopMargin=",0,"pad top margin");
25367    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fPadLeftMargin=",0,"pad left margin");
25368    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fPadRightMargin=",0,"pad right margin");
25369    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fPadGridX=",0,"true to get the grid along X");
25370    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fPadGridY=",0,"true to get the grid along Y");
25371    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fPadTickX=",0,"=1 to set special pad ticks along X");
25372    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fPadTickY=",0,"=1 to set special pad ticks along Y");
25373    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fPaperSizeX=",0,"PostScript paper size along X");
25374    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fPaperSizeY=",0,"PostScript paper size along Y");
25375    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fScreenFactor=",0,"Multiplication factor for canvas size and position");
25376    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fStatColor=",0,"stat fill area color");
25377    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fStatTextColor=",0,"stat text color");
25378    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fStatBorderSize=",0,"border size of Stats PaveLabel");
25379    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fStatFont=",0,"font style of Stats PaveLabel");
25380    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fStatFontSize=",0,"font size in pixels for fonts with precision type 3");
25381    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fStatStyle=",0,"fill area style of Stats PaveLabel");
25382    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fStatFormat=",0,"Printing format for stats");
25383    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fStatX=",0,"X position of top right corner of stat box");
25384    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fStatY=",0,"Y position of top right corner of stat box");
25385    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fStatW=",0,"width of stat box");
25386    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fStatH=",0,"height of stat box");
25387    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fStripDecimals=",0,"Strip decimals in axis labels");
25388    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fTitleAlign=",0,"title box alignment");
25389    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fTitleColor=",0,"title fill area color");
25390    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Color_t"),-1,4,"fTitleTextColor=",0,"title text color");
25391    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Width_t"),-1,4,"fTitleBorderSize=",0,"border size of Title PavelLabel");
25392    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fTitleFont=",0,"font style of Title PaveLabel");
25393    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fTitleFontSize=",0,"font size in pixels for fonts with precision type 3");
25394    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Style_t"),-1,4,"fTitleStyle=",0,"fill area style of title PaveLabel");
25395    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fTitleX=",0,"X position of top left corner of title box");
25396    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fTitleY=",0,"Y position of top left corner of title box");
25397    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fTitleW=",0,"width of title box");
25398    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fTitleH=",0,"height of title box");
25399    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fLegoInnerR=",0,"Inner radius for cylindrical legos");
25400    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fLineStyle[30]=",0,"String describing line style i (for postScript)");
25401    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fHeaderPS=",0,"User defined additional Postscript header");
25402    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fTitlePS=",0,"User defined Postscript file title");
25403    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fFitFormat=",0,"Printing format for fit parameters");
25404    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-1,4,"fPaintTextFormat=",0,"Printing format for TH2::PaintText");
25405    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,4,"fLineScalePS=",0,"Line scale factor when drawing lines on Postscript");
25406    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fTimeOffset=",0,"Time offset to the beginning of an axis");
25407    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsReading=",0,"!Set to FALSE when userclass::UseCurrentStyle is called by the style manager");
25408    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TStylecLcLEPaperSize),-1,-2,1,G__FastAllocString(2048).Format("kA4=%lldLL",(long long)TStyle::kA4).data(),0,(char*)NULL);
25409    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TStylecLcLEPaperSize),-1,-2,1,G__FastAllocString(2048).Format("kUSLetter=%lldLL",(long long)TStyle::kUSLetter).data(),0,(char*)NULL);
25410    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25411    }
25412    G__tag_memvar_reset();
25413 }
25414 
25415 
25416    /* TVirtualFFT */
25417 static void G__setup_memvarTVirtualFFT(void) {
25418    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT));
25419    { TVirtualFFT *p; p=(TVirtualFFT*)0x1000; if (p) { }
25420    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT),-1,-2,2,"fgFFT=",0,"current transformer");
25421    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-2,2,"fgDefault=",0,"default transformer");
25422    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25423    }
25424    G__tag_memvar_reset();
25425 }
25426 
25427 
25428    /* TVirtualViewer3D */
25429 static void G__setup_memvarTVirtualViewer3D(void) {
25430    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualViewer3D));
25431    { TVirtualViewer3D *p; p=(TVirtualViewer3D*)0x1000; if (p) { }
25432    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25433    }
25434    G__tag_memvar_reset();
25435 }
25436 
25437 
25438    /* TVirtualGLPainter */
25439 static void G__setup_memvarTVirtualGLPainter(void) {
25440    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualGLPainter));
25441    { TVirtualGLPainter *p; p=(TVirtualGLPainter*)0x1000; if (p) { }
25442    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25443    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25444    }
25445    G__tag_memvar_reset();
25446 }
25447 
25448 
25449    /* TVirtualGLManip */
25450 static void G__setup_memvarTVirtualGLManip(void) {
25451    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualGLManip));
25452    { TVirtualGLManip *p; p=(TVirtualGLManip*)0x1000; if (p) { }
25453    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25454    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25455    }
25456    G__tag_memvar_reset();
25457 }
25458 
25459 
25460    /* TGLManager */
25461 static void G__setup_memvarTGLManager(void) {
25462    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TGLManager));
25463    { TGLManager *p; p=(TGLManager*)0x1000; if (p) { }
25464    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25465    }
25466    G__tag_memvar_reset();
25467 }
25468 
25469 
25470    /* TGLPaintDevice */
25471 static void G__setup_memvarTGLPaintDevice(void) {
25472    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TGLPaintDevice));
25473    { TGLPaintDevice *p; p=(TGLPaintDevice*)0x1000; if (p) { }
25474    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25475    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25476    }
25477    G__tag_memvar_reset();
25478 }
25479 
25480 
25481    /* TVirtualPadEditor */
25482 static void G__setup_memvarTVirtualPadEditor(void) {
25483    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadEditor));
25484    { TVirtualPadEditor *p; p=(TVirtualPadEditor*)0x1000; if (p) { }
25485    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadEditor),-1,-2,2,"fgPadEditor=",0,"singleton editor dialog");
25486    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Base1LN_TString),-1,-2,2,"fgEditorName=",0,"name of the default pad editor \"Ged\"");
25487    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25488    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25489    }
25490    G__tag_memvar_reset();
25491 }
25492 
25493 
25494    /* TVirtualX */
25495 static void G__setup_memvarTVirtualX(void) {
25496    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX));
25497    { TVirtualX *p; p=(TVirtualX*)0x1000; if (p) { }
25498    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLEDrawMode),-1,-2,1,G__FastAllocString(2048).Format("kCopy=%lldLL",(long long)TVirtualX::kCopy).data(),0,(char*)NULL);
25499    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLEDrawMode),-1,-2,1,G__FastAllocString(2048).Format("kXor=%lldLL",(long long)TVirtualX::kXor).data(),0,(char*)NULL);
25500    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLEDrawMode),-1,-2,1,G__FastAllocString(2048).Format("kInvert=%lldLL",(long long)TVirtualX::kInvert).data(),0,(char*)NULL);
25501    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLEBoxMode),-1,-2,1,G__FastAllocString(2048).Format("kHollow=%lldLL",(long long)TVirtualX::kHollow).data(),0,(char*)NULL);
25502    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLEBoxMode),-1,-2,1,G__FastAllocString(2048).Format("kFilled=%lldLL",(long long)TVirtualX::kFilled).data(),0,(char*)NULL);
25503    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLETextMode),-1,-2,1,G__FastAllocString(2048).Format("kClear=%lldLL",(long long)TVirtualX::kClear).data(),0,(char*)NULL);
25504    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLETextMode),-1,-2,1,G__FastAllocString(2048).Format("kOpaque=%lldLL",(long long)TVirtualX::kOpaque).data(),0,(char*)NULL);
25505    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLETextSetMode),-1,-2,1,G__FastAllocString(2048).Format("kCheck=%lldLL",(long long)TVirtualX::kCheck).data(),0,(char*)NULL);
25506    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLETextSetMode),-1,-2,1,G__FastAllocString(2048).Format("kLoad=%lldLL",(long long)TVirtualX::kLoad).data(),0,(char*)NULL);
25507    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLEDrawMode),-1,-1,2,"fDrawMode=",0,"Drawing mode");
25508    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25509    }
25510    G__tag_memvar_reset();
25511 }
25512 
25513 
25514    /* TVirtualPadPainter */
25515 static void G__setup_memvarTVirtualPadPainter(void) {
25516    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPainter));
25517    { TVirtualPadPainter *p; p=(TVirtualPadPainter*)0x1000; if (p) { }
25518    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPaintercLcLEBoxMode),-1,-2,1,G__FastAllocString(2048).Format("kHollow=%lldLL",(long long)TVirtualPadPainter::kHollow).data(),0,(char*)NULL);
25519    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPaintercLcLEBoxMode),-1,-2,1,G__FastAllocString(2048).Format("kFilled=%lldLL",(long long)TVirtualPadPainter::kFilled).data(),0,(char*)NULL);
25520    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPaintercLcLETextMode),-1,-2,1,G__FastAllocString(2048).Format("kClear=%lldLL",(long long)TVirtualPadPainter::kClear).data(),0,(char*)NULL);
25521    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPaintercLcLETextMode),-1,-2,1,G__FastAllocString(2048).Format("kOpaque=%lldLL",(long long)TVirtualPadPainter::kOpaque).data(),0,(char*)NULL);
25522    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
25523    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25524    }
25525    G__tag_memvar_reset();
25526 }
25527 
25528 
25529    /* TVirtualPS */
25530 static void G__setup_memvarTVirtualPS(void) {
25531    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS));
25532    { TVirtualPS *p; p=(TVirtualPS*)0x1000; if (p) { }
25533    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNByte=",0,"Number of bytes written in the file (PDF)");
25534    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLenBuffer=",0,"Buffer length");
25535    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSizBuffer=",0,"Buffer size");
25536    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fPrinted=",0,"True when a page must be printed");
25537    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_basic_ofstreamlEcharcOchar_traitslEchargRsPgR),G__defined_typename("ofstream"),-1,2,"fStream=",0,"File stream identifier");
25538    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fBuffer=",0,"File buffer");
25539    G__memvar_setup((void*)0,67,0,1,-1,-1,-1,2,"fImplicitCREsc=",0,"Escape symbol before enforced new line");
25540    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
25541    }
25542    G__tag_memvar_reset();
25543 }
25544 
25545 extern "C" void G__cpp_setup_memvarG__Base1() {
25546 }
25547 /***********************************************************
25548 ************************************************************
25549 ************************************************************
25550 ************************************************************
25551 ************************************************************
25552 ************************************************************
25553 ************************************************************
25554 ***********************************************************/
25555 
25556 /*********************************************************
25557 * Member function information setup for each class
25558 *********************************************************/
25559 static void G__setup_memfuncTBuffer(void) {
25560    /* TBuffer */
25561    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TBuffer));
25562    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 11 - -", "not implemented", (void*) NULL, 0);
25563    G__memfunc_setup("Read",380,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
25564    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0, 
25565 "C - - 10 - name i - 'Int_t' 0 - opt "
25566 "i - 'Int_t' 0 - bufs", (char*)NULL, (void*) NULL, 1);
25567    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 8, 
25568 "C - - 10 - name i - 'Int_t' 0 - opt "
25569 "i - 'Int_t' 0 - bufs", (char*)NULL, (void*) NULL, 1);
25570    G__memfunc_setup("GetBufferVersion",1632,G__G__Base1_7_0_10, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25571    G__memfunc_setup("IsReading",886,G__G__Base1_7_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25572    G__memfunc_setup("IsWriting",928,G__G__Base1_7_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25573    G__memfunc_setup("SetReadMode",1069,G__G__Base1_7_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25574    G__memfunc_setup("SetWriteMode",1212,G__G__Base1_7_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25575    G__memfunc_setup("SetBuffer",902,G__G__Base1_7_0_15, 121, -1, -1, 0, 4, 1, 1, 0, 
25576 "Y - - 0 - buf h - 'UInt_t' 0 '0' bufsiz "
25577 "g - 'Bool_t' 0 'kTRUE' adopt Y - 'ReAllocCharFun_t' 0 '0' reallocfunc", (char*)NULL, (void*) NULL, 0);
25578    G__memfunc_setup("GetReAllocFunc",1358,G__G__Base1_7_0_16, 89, -1, G__defined_typename("ReAllocCharFun_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25579    G__memfunc_setup("SetReAllocFunc",1370,G__G__Base1_7_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "Y - 'ReAllocCharFun_t' 0 '0' reallocfunc", (char*)NULL, (void*) NULL, 0);
25580    G__memfunc_setup("SetBufferOffset",1517,G__G__Base1_7_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' offset", (char*)NULL, (void*) NULL, 0);
25581    G__memfunc_setup("SetParent",918,G__G__Base1_7_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - parent", (char*)NULL, (void*) NULL, 0);
25582    G__memfunc_setup("GetParent",906,G__G__Base1_7_0_20, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25583    G__memfunc_setup("Buffer",602,G__G__Base1_7_0_21, 67, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25584    G__memfunc_setup("BufferSize",1013,G__G__Base1_7_0_22, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25585    G__memfunc_setup("DetachBuffer",1187,G__G__Base1_7_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25586    G__memfunc_setup("Length",610,G__G__Base1_7_0_24, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25587    G__memfunc_setup("Expand",608,G__G__Base1_7_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - newsize", "expand buffer to newsize", (void*) NULL, 0);
25588    G__memfunc_setup("CheckObject",1077,G__G__Base1_7_0_26, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 3);
25589    G__memfunc_setup("CheckObject",1077,G__G__Base1_7_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
25590 "Y - - 10 - obj U 'TClass' - 10 - ptrClass", (char*)NULL, (void*) NULL, 3);
25591    G__memfunc_setup("ReadBuf",665,G__G__Base1_7_0_28, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25592 "Y - - 0 - buf i - 'Int_t' 0 - max", (char*)NULL, (void*) NULL, 3);
25593    G__memfunc_setup("WriteBuf",808,G__G__Base1_7_0_29, 121, -1, -1, 0, 2, 1, 1, 0, 
25594 "Y - - 10 - buf i - 'Int_t' 0 - max", (char*)NULL, (void*) NULL, 3);
25595    G__memfunc_setup("ReadString",1011,G__G__Base1_7_0_30, 67, -1, -1, 0, 2, 1, 1, 0, 
25596 "C - - 0 - s i - 'Int_t' 0 - max", (char*)NULL, (void*) NULL, 3);
25597    G__memfunc_setup("WriteString",1154,G__G__Base1_7_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - s", (char*)NULL, (void*) NULL, 3);
25598    G__memfunc_setup("GetVersionOwner",1553,G__G__Base1_7_0_32, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
25599    G__memfunc_setup("GetMapCount",1095,G__G__Base1_7_0_33, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
25600    G__memfunc_setup("GetMappedObject",1486,G__G__Base1_7_0_34, 121, -1, -1, 0, 3, 1, 1, 8, 
25601 "h - 'UInt_t' 0 - tag Y - - 1 - ptr "
25602 "U 'TClass' - 1 - ClassPtr", (char*)NULL, (void*) NULL, 3);
25603    G__memfunc_setup("MapObject",885,G__G__Base1_7_0_35, 121, -1, -1, 0, 2, 1, 1, 0, 
25604 "U 'TObject' - 10 - obj h - 'UInt_t' 0 '1' offset", (char*)NULL, (void*) NULL, 3);
25605    G__memfunc_setup("MapObject",885,G__G__Base1_7_0_36, 121, -1, -1, 0, 3, 1, 1, 0, 
25606 "Y - - 10 - obj U 'TClass' - 10 - cl "
25607 "h - 'UInt_t' 0 '1' offset", (char*)NULL, (void*) NULL, 3);
25608    G__memfunc_setup("Reset",515,G__G__Base1_7_0_37, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
25609    G__memfunc_setup("InitMap",690,G__G__Base1_7_0_38, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
25610    G__memfunc_setup("ResetMap",801,G__G__Base1_7_0_39, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
25611    G__memfunc_setup("SetReadParam",1177,G__G__Base1_7_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mapsize", (char*)NULL, (void*) NULL, 3);
25612    G__memfunc_setup("SetWriteParam",1320,G__G__Base1_7_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mapsize", (char*)NULL, (void*) NULL, 3);
25613    G__memfunc_setup("CheckByteCount",1403,G__G__Base1_7_0_42, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25614 "h - 'UInt_t' 0 - startpos h - 'UInt_t' 0 - bcnt "
25615 "U 'TClass' - 10 - clss", (char*)NULL, (void*) NULL, 3);
25616    G__memfunc_setup("CheckByteCount",1403,G__G__Base1_7_0_43, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25617 "h - 'UInt_t' 0 - startpos h - 'UInt_t' 0 - bcnt "
25618 "C - - 10 - classname", (char*)NULL, (void*) NULL, 3);
25619    G__memfunc_setup("SetByteCount",1225,G__G__Base1_7_0_44, 121, -1, -1, 0, 2, 1, 1, 0, 
25620 "h - 'UInt_t' 0 - cntpos g - 'Bool_t' 0 'kFALSE' packInVersion", (char*)NULL, (void*) NULL, 3);
25621    G__memfunc_setup("SkipVersion",1149,G__G__Base1_7_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClass' - 10 '0' cl", (char*)NULL, (void*) NULL, 3);
25622    G__memfunc_setup("ReadVersion",1122,G__G__Base1_7_0_46, 115, -1, G__defined_typename("Version_t"), 0, 3, 1, 1, 0, 
25623 "H - 'UInt_t' 0 '0' start H - 'UInt_t' 0 '0' bcnt "
25624 "U 'TClass' - 10 '0' cl", (char*)NULL, (void*) NULL, 3);
25625    G__memfunc_setup("WriteVersion",1265,G__G__Base1_7_0_47, 104, -1, G__defined_typename("UInt_t"), 0, 2, 1, 1, 0, 
25626 "U 'TClass' - 10 - cl g - 'Bool_t' 0 'kFALSE' useBcnt", (char*)NULL, (void*) NULL, 3);
25627    G__memfunc_setup("WriteVersionMemberWise",2273,G__G__Base1_7_0_48, 104, -1, G__defined_typename("UInt_t"), 0, 2, 1, 1, 0, 
25628 "U 'TClass' - 10 - cl g - 'Bool_t' 0 'kFALSE' useBcnt", (char*)NULL, (void*) NULL, 3);
25629    G__memfunc_setup("ReadObjectAny",1275,G__G__Base1_7_0_49, 89, -1, -1, 0, 1, 1, 1, 0, "U 'TClass' - 10 - cast", (char*)NULL, (void*) NULL, 3);
25630    G__memfunc_setup("SkipObjectAny",1302,G__G__Base1_7_0_50, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
25631    G__memfunc_setup("TagStreamerInfo",1515,G__G__Base1_7_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualStreamerInfo' - 0 - info", (char*)NULL, (void*) NULL, 3);
25632    G__memfunc_setup("IncrementLevel",1437,G__G__Base1_7_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualStreamerInfo' - 0 - info", (char*)NULL, (void*) NULL, 3);
25633    G__memfunc_setup("SetStreamerElementNumber",2466,G__G__Base1_7_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 3);
25634    G__memfunc_setup("DecrementLevel",1423,G__G__Base1_7_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualStreamerInfo' - 0 - -", (char*)NULL, (void*) NULL, 3);
25635    G__memfunc_setup("ClassBegin",987,G__G__Base1_7_0_55, 121, -1, -1, 0, 2, 1, 1, 0, 
25636 "U 'TClass' - 10 - - s - 'Version_t' 0 '-1' -", (char*)NULL, (void*) NULL, 3);
25637    G__memfunc_setup("ClassEnd",781,G__G__Base1_7_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClass' - 10 - -", (char*)NULL, (void*) NULL, 3);
25638    G__memfunc_setup("ClassMember",1102,G__G__Base1_7_0_57, 121, -1, -1, 0, 4, 1, 1, 0, 
25639 "C - - 10 - - C - - 10 '0' - "
25640 "i - 'Int_t' 0 '-1' - i - 'Int_t' 0 '-1' -", (char*)NULL, (void*) NULL, 3);
25641    G__memfunc_setup("GetInfo",684,G__G__Base1_7_0_58, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualStreamerInfo), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
25642    G__memfunc_setup("PeekDataCache",1235,G__G__Base1_7_0_59, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25643    G__memfunc_setup("PopDataCache",1149,G__G__Base1_7_0_60, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25644    G__memfunc_setup("PushDataCache",1262,G__G__Base1_7_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualArray' - 0 - -", (char*)NULL, (void*) NULL, 1);
25645    G__memfunc_setup("ReadClass",882,G__G__Base1_7_0_62, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 2, 1, 1, 0, 
25646 "U 'TClass' - 10 '0' cl H - 'UInt_t' 0 '0' objTag", (char*)NULL, (void*) NULL, 3);
25647    G__memfunc_setup("WriteClass",1025,G__G__Base1_7_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClass' - 10 - cl", (char*)NULL, (void*) NULL, 3);
25648    G__memfunc_setup("ReadObject",979,G__G__Base1_7_0_64, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 0, "U 'TClass' - 10 - cl", (char*)NULL, (void*) NULL, 3);
25649    G__memfunc_setup("WriteObject",1122,G__G__Base1_7_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 3);
25650    G__memfunc_setup("WriteObjectAny",1418,G__G__Base1_7_0_66, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25651 "Y - - 10 - obj U 'TClass' - 10 - ptrClass", (char*)NULL, (void*) NULL, 3);
25652    G__memfunc_setup("GetPidOffset",1188,G__G__Base1_7_0_67, 114, -1, G__defined_typename("UShort_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
25653    G__memfunc_setup("SetPidOffset",1200,G__G__Base1_7_0_68, 121, -1, -1, 0, 1, 1, 1, 0, "r - 'UShort_t' 0 - offset", (char*)NULL, (void*) NULL, 3);
25654    G__memfunc_setup("GetBufferDisplacement",2131,G__G__Base1_7_0_69, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
25655    G__memfunc_setup("SetBufferDisplacement",2143,G__G__Base1_7_0_70, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
25656    G__memfunc_setup("SetBufferDisplacement",2143,G__G__Base1_7_0_71, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - skipped", (char*)NULL, (void*) NULL, 3);
25657    G__memfunc_setup("ReadFloat16",985,G__G__Base1_7_0_72, 121, -1, -1, 0, 2, 1, 1, 0, 
25658 "F - 'Float_t' 0 - f U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25659    G__memfunc_setup("WriteFloat16",1128,G__G__Base1_7_0_73, 121, -1, -1, 0, 2, 1, 1, 0, 
25660 "F - 'Float_t' 0 - f U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25661    G__memfunc_setup("ReadDouble32",1084,G__G__Base1_7_0_74, 121, -1, -1, 0, 2, 1, 1, 0, 
25662 "D - 'Double_t' 0 - d U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25663    G__memfunc_setup("WriteDouble32",1227,G__G__Base1_7_0_75, 121, -1, -1, 0, 2, 1, 1, 0, 
25664 "D - 'Double_t' 0 - d U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25665    G__memfunc_setup("ReadWithFactor",1399,G__G__Base1_7_0_76, 121, -1, -1, 0, 3, 1, 1, 0, 
25666 "F - 'Float_t' 0 - ptr d - 'Double_t' 0 - factor "
25667 "d - 'Double_t' 0 - minvalue", (char*)NULL, (void*) NULL, 3);
25668    G__memfunc_setup("ReadWithNbits",1304,G__G__Base1_7_0_77, 121, -1, -1, 0, 2, 1, 1, 0, 
25669 "F - 'Float_t' 0 - ptr i - 'Int_t' 0 - nbits", (char*)NULL, (void*) NULL, 3);
25670    G__memfunc_setup("ReadWithFactor",1399,G__G__Base1_7_0_78, 121, -1, -1, 0, 3, 1, 1, 0, 
25671 "D - 'Double_t' 0 - ptr d - 'Double_t' 0 - factor "
25672 "d - 'Double_t' 0 - minvalue", (char*)NULL, (void*) NULL, 3);
25673    G__memfunc_setup("ReadWithNbits",1304,G__G__Base1_7_0_79, 121, -1, -1, 0, 2, 1, 1, 0, 
25674 "D - 'Double_t' 0 - ptr i - 'Int_t' 0 - nbits", (char*)NULL, (void*) NULL, 3);
25675    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_80, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "G - 'Bool_t' 1 - b", (char*)NULL, (void*) NULL, 3);
25676    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_81, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - 'Char_t' 1 - c", (char*)NULL, (void*) NULL, 3);
25677    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_82, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "B - 'UChar_t' 1 - c", (char*)NULL, (void*) NULL, 3);
25678    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_83, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "S - 'Short_t' 1 - h", (char*)NULL, (void*) NULL, 3);
25679    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_84, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "R - 'UShort_t' 1 - h", (char*)NULL, (void*) NULL, 3);
25680    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_85, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "I - 'Int_t' 1 - i", (char*)NULL, (void*) NULL, 3);
25681    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_86, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "H - 'UInt_t' 1 - i", (char*)NULL, (void*) NULL, 3);
25682    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_87, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "L - 'Long_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25683    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_88, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "K - 'ULong_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25684    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_89, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "N - 'Long64_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25685    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_90, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "M - 'ULong64_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25686    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_91, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "F - 'Float_t' 1 - f", (char*)NULL, (void*) NULL, 3);
25687    G__memfunc_setup("ReadArray",891,G__G__Base1_7_0_92, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 1 - d", (char*)NULL, (void*) NULL, 3);
25688    G__memfunc_setup("ReadArrayFloat16",1496,G__G__Base1_7_0_93, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25689 "F - 'Float_t' 1 - f U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25690    G__memfunc_setup("ReadArrayDouble32",1595,G__G__Base1_7_0_94, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25691 "D - 'Double_t' 1 - d U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25692    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_95, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "G - 'Bool_t' 0 - b", (char*)NULL, (void*) NULL, 3);
25693    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_96, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - 'Char_t' 0 - c", (char*)NULL, (void*) NULL, 3);
25694    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_97, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "B - 'UChar_t' 0 - c", (char*)NULL, (void*) NULL, 3);
25695    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_98, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "S - 'Short_t' 0 - h", (char*)NULL, (void*) NULL, 3);
25696    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_99, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "R - 'UShort_t' 0 - h", (char*)NULL, (void*) NULL, 3);
25697    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_100, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "I - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 3);
25698    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_101, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "H - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 3);
25699    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_102, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "L - 'Long_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25700    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_103, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "K - 'ULong_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25701    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_104, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "N - 'Long64_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25702    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_105, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "M - 'ULong64_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25703    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_106, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "F - 'Float_t' 0 - f", (char*)NULL, (void*) NULL, 3);
25704    G__memfunc_setup("ReadStaticArray",1507,G__G__Base1_7_0_107, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 3);
25705    G__memfunc_setup("ReadStaticArrayFloat16",2112,G__G__Base1_7_0_108, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25706 "F - 'Float_t' 0 - f U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25707    G__memfunc_setup("ReadStaticArrayDouble32",2211,G__G__Base1_7_0_109, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25708 "D - 'Double_t' 0 - d U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25709    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_110, 121, -1, -1, 0, 2, 1, 1, 0, 
25710 "G - 'Bool_t' 0 - b i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25711    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_111, 121, -1, -1, 0, 2, 1, 1, 0, 
25712 "C - 'Char_t' 0 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25713    G__memfunc_setup("ReadFastArrayString",1920,G__G__Base1_7_0_112, 121, -1, -1, 0, 2, 1, 1, 0, 
25714 "C - 'Char_t' 0 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25715    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_113, 121, -1, -1, 0, 2, 1, 1, 0, 
25716 "B - 'UChar_t' 0 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25717    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_114, 121, -1, -1, 0, 2, 1, 1, 0, 
25718 "S - 'Short_t' 0 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25719    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_115, 121, -1, -1, 0, 2, 1, 1, 0, 
25720 "R - 'UShort_t' 0 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25721    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_116, 121, -1, -1, 0, 2, 1, 1, 0, 
25722 "I - 'Int_t' 0 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25723    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_117, 121, -1, -1, 0, 2, 1, 1, 0, 
25724 "H - 'UInt_t' 0 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25725    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_118, 121, -1, -1, 0, 2, 1, 1, 0, 
25726 "L - 'Long_t' 0 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25727    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_119, 121, -1, -1, 0, 2, 1, 1, 0, 
25728 "K - 'ULong_t' 0 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25729    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_120, 121, -1, -1, 0, 2, 1, 1, 0, 
25730 "N - 'Long64_t' 0 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25731    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_121, 121, -1, -1, 0, 2, 1, 1, 0, 
25732 "M - 'ULong64_t' 0 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25733    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_122, 121, -1, -1, 0, 2, 1, 1, 0, 
25734 "F - 'Float_t' 0 - f i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25735    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_123, 121, -1, -1, 0, 2, 1, 1, 0, 
25736 "D - 'Double_t' 0 - d i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25737    G__memfunc_setup("ReadFastArrayFloat16",1894,G__G__Base1_7_0_124, 121, -1, -1, 0, 3, 1, 1, 0, 
25738 "F - 'Float_t' 0 - f i - 'Int_t' 0 - n "
25739 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25740    G__memfunc_setup("ReadFastArrayDouble32",1993,G__G__Base1_7_0_125, 121, -1, -1, 0, 3, 1, 1, 0, 
25741 "D - 'Double_t' 0 - d i - 'Int_t' 0 - n "
25742 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25743    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_126, 121, -1, -1, 0, 5, 1, 1, 0, 
25744 "Y - - 0 - start U 'TClass' - 10 - cl "
25745 "i - 'Int_t' 0 '1' n U 'TMemberStreamer' - 0 '0' s "
25746 "U 'TClass' - 10 '0' onFileClass", (char*)NULL, (void*) NULL, 3);
25747    G__memfunc_setup("ReadFastArray",1289,G__G__Base1_7_0_127, 121, -1, -1, 0, 6, 1, 1, 0, 
25748 "Y - - 2 - startp U 'TClass' - 10 - cl "
25749 "i - 'Int_t' 0 '1' n g - 'Bool_t' 0 'kFALSE' isPreAlloc "
25750 "U 'TMemberStreamer' - 0 '0' s U 'TClass' - 10 '0' onFileClass", (char*)NULL, (void*) NULL, 3);
25751    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_128, 121, -1, -1, 0, 2, 1, 1, 0, 
25752 "G - 'Bool_t' 10 - b i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25753    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_129, 121, -1, -1, 0, 2, 1, 1, 0, 
25754 "C - 'Char_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25755    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_130, 121, -1, -1, 0, 2, 1, 1, 0, 
25756 "B - 'UChar_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25757    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_131, 121, -1, -1, 0, 2, 1, 1, 0, 
25758 "S - 'Short_t' 10 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25759    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_132, 121, -1, -1, 0, 2, 1, 1, 0, 
25760 "R - 'UShort_t' 10 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25761    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_133, 121, -1, -1, 0, 2, 1, 1, 0, 
25762 "I - 'Int_t' 10 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25763    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_134, 121, -1, -1, 0, 2, 1, 1, 0, 
25764 "H - 'UInt_t' 10 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25765    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_135, 121, -1, -1, 0, 2, 1, 1, 0, 
25766 "L - 'Long_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25767    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_136, 121, -1, -1, 0, 2, 1, 1, 0, 
25768 "K - 'ULong_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25769    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_137, 121, -1, -1, 0, 2, 1, 1, 0, 
25770 "N - 'Long64_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25771    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_138, 121, -1, -1, 0, 2, 1, 1, 0, 
25772 "M - 'ULong64_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25773    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_139, 121, -1, -1, 0, 2, 1, 1, 0, 
25774 "F - 'Float_t' 10 - f i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25775    G__memfunc_setup("WriteArray",1034,G__G__Base1_7_0_140, 121, -1, -1, 0, 2, 1, 1, 0, 
25776 "D - 'Double_t' 10 - d i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25777    G__memfunc_setup("WriteArrayFloat16",1639,G__G__Base1_7_0_141, 121, -1, -1, 0, 3, 1, 1, 0, 
25778 "F - 'Float_t' 10 - f i - 'Int_t' 0 - n "
25779 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25780    G__memfunc_setup("WriteArrayDouble32",1738,G__G__Base1_7_0_142, 121, -1, -1, 0, 3, 1, 1, 0, 
25781 "D - 'Double_t' 10 - d i - 'Int_t' 0 - n "
25782 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25783    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_143, 121, -1, -1, 0, 2, 1, 1, 0, 
25784 "G - 'Bool_t' 10 - b i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25785    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_144, 121, -1, -1, 0, 2, 1, 1, 0, 
25786 "C - 'Char_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25787    G__memfunc_setup("WriteFastArrayString",2063,G__G__Base1_7_0_145, 121, -1, -1, 0, 2, 1, 1, 0, 
25788 "C - 'Char_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25789    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_146, 121, -1, -1, 0, 2, 1, 1, 0, 
25790 "B - 'UChar_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25791    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_147, 121, -1, -1, 0, 2, 1, 1, 0, 
25792 "S - 'Short_t' 10 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25793    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_148, 121, -1, -1, 0, 2, 1, 1, 0, 
25794 "R - 'UShort_t' 10 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25795    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_149, 121, -1, -1, 0, 2, 1, 1, 0, 
25796 "I - 'Int_t' 10 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25797    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_150, 121, -1, -1, 0, 2, 1, 1, 0, 
25798 "H - 'UInt_t' 10 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25799    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_151, 121, -1, -1, 0, 2, 1, 1, 0, 
25800 "L - 'Long_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25801    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_152, 121, -1, -1, 0, 2, 1, 1, 0, 
25802 "K - 'ULong_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25803    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_153, 121, -1, -1, 0, 2, 1, 1, 0, 
25804 "N - 'Long64_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25805    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_154, 121, -1, -1, 0, 2, 1, 1, 0, 
25806 "M - 'ULong64_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25807    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_155, 121, -1, -1, 0, 2, 1, 1, 0, 
25808 "F - 'Float_t' 10 - f i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25809    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_156, 121, -1, -1, 0, 2, 1, 1, 0, 
25810 "D - 'Double_t' 10 - d i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 3);
25811    G__memfunc_setup("WriteFastArrayFloat16",2037,G__G__Base1_7_0_157, 121, -1, -1, 0, 3, 1, 1, 0, 
25812 "F - 'Float_t' 10 - f i - 'Int_t' 0 - n "
25813 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25814    G__memfunc_setup("WriteFastArrayDouble32",2136,G__G__Base1_7_0_158, 121, -1, -1, 0, 3, 1, 1, 0, 
25815 "D - 'Double_t' 10 - d i - 'Int_t' 0 - n "
25816 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 3);
25817    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_159, 121, -1, -1, 0, 4, 1, 1, 0, 
25818 "Y - - 0 - start U 'TClass' - 10 - cl "
25819 "i - 'Int_t' 0 '1' n U 'TMemberStreamer' - 0 '0' s", (char*)NULL, (void*) NULL, 3);
25820    G__memfunc_setup("WriteFastArray",1432,G__G__Base1_7_0_160, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
25821 "Y - - 2 - startp U 'TClass' - 10 - cl "
25822 "i - 'Int_t' 0 '1' n g - 'Bool_t' 0 'kFALSE' isPreAlloc "
25823 "U 'TMemberStreamer' - 0 '0' s", (char*)NULL, (void*) NULL, 3);
25824    G__memfunc_setup("StreamObject",1219,G__G__Base1_7_0_161, 121, -1, -1, 0, 3, 1, 1, 0, 
25825 "Y - - 0 - obj u 'type_info' - 11 - typeinfo "
25826 "U 'TClass' - 10 '0' onFileClass", (char*)NULL, (void*) NULL, 3);
25827    G__memfunc_setup("StreamObject",1219,G__G__Base1_7_0_162, 121, -1, -1, 0, 3, 1, 1, 0, 
25828 "Y - - 0 - obj C - - 10 - className "
25829 "U 'TClass' - 10 '0' onFileClass", (char*)NULL, (void*) NULL, 3);
25830    G__memfunc_setup("StreamObject",1219,G__G__Base1_7_0_163, 121, -1, -1, 0, 3, 1, 1, 0, 
25831 "Y - - 0 - obj U 'TClass' - 10 - cl "
25832 "U 'TClass' - 10 '0' onFileClass", (char*)NULL, (void*) NULL, 3);
25833    G__memfunc_setup("StreamObject",1219,G__G__Base1_7_0_164, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 3);
25834    G__memfunc_setup("ReadBool",776,G__G__Base1_7_0_165, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 1 - b", (char*)NULL, (void*) NULL, 3);
25835    G__memfunc_setup("ReadChar",762,G__G__Base1_7_0_166, 121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 1 - c", (char*)NULL, (void*) NULL, 3);
25836    G__memfunc_setup("ReadUChar",847,G__G__Base1_7_0_167, 121, -1, -1, 0, 1, 1, 1, 0, "b - 'UChar_t' 1 - c", (char*)NULL, (void*) NULL, 3);
25837    G__memfunc_setup("ReadShort",908,G__G__Base1_7_0_168, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 1 - s", (char*)NULL, (void*) NULL, 3);
25838    G__memfunc_setup("ReadUShort",993,G__G__Base1_7_0_169, 121, -1, -1, 0, 1, 1, 1, 0, "r - 'UShort_t' 1 - s", (char*)NULL, (void*) NULL, 3);
25839    G__memfunc_setup("ReadInt",679,G__G__Base1_7_0_170, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 1 - i", (char*)NULL, (void*) NULL, 3);
25840    G__memfunc_setup("ReadUInt",764,G__G__Base1_7_0_171, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 1 - i", (char*)NULL, (void*) NULL, 3);
25841    G__memfunc_setup("ReadLong",780,G__G__Base1_7_0_172, 121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25842    G__memfunc_setup("ReadULong",865,G__G__Base1_7_0_173, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25843    G__memfunc_setup("ReadLong64",886,G__G__Base1_7_0_174, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25844    G__memfunc_setup("ReadULong64",971,G__G__Base1_7_0_175, 121, -1, -1, 0, 1, 1, 1, 0, "m - 'ULong64_t' 1 - l", (char*)NULL, (void*) NULL, 3);
25845    G__memfunc_setup("ReadFloat",882,G__G__Base1_7_0_176, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 1 - f", (char*)NULL, (void*) NULL, 3);
25846    G__memfunc_setup("ReadDouble",983,G__G__Base1_7_0_177, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 1 - d", (char*)NULL, (void*) NULL, 3);
25847    G__memfunc_setup("ReadCharP",842,G__G__Base1_7_0_178, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Char_t' 0 - c", (char*)NULL, (void*) NULL, 3);
25848    G__memfunc_setup("ReadTString",1095,G__G__Base1_7_0_179, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 1 - s", (char*)NULL, (void*) NULL, 3);
25849    G__memfunc_setup("WriteBool",919,G__G__Base1_7_0_180, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - b", (char*)NULL, (void*) NULL, 3);
25850    G__memfunc_setup("WriteChar",905,G__G__Base1_7_0_181, 121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 0 - c", (char*)NULL, (void*) NULL, 3);
25851    G__memfunc_setup("WriteUChar",990,G__G__Base1_7_0_182, 121, -1, -1, 0, 1, 1, 1, 0, "b - 'UChar_t' 0 - c", (char*)NULL, (void*) NULL, 3);
25852    G__memfunc_setup("WriteShort",1051,G__G__Base1_7_0_183, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - s", (char*)NULL, (void*) NULL, 3);
25853    G__memfunc_setup("WriteUShort",1136,G__G__Base1_7_0_184, 121, -1, -1, 0, 1, 1, 1, 0, "r - 'UShort_t' 0 - s", (char*)NULL, (void*) NULL, 3);
25854    G__memfunc_setup("WriteInt",822,G__G__Base1_7_0_185, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 3);
25855    G__memfunc_setup("WriteUInt",907,G__G__Base1_7_0_186, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 3);
25856    G__memfunc_setup("WriteLong",923,G__G__Base1_7_0_187, 121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25857    G__memfunc_setup("WriteULong",1008,G__G__Base1_7_0_188, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25858    G__memfunc_setup("WriteLong64",1029,G__G__Base1_7_0_189, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25859    G__memfunc_setup("WriteULong64",1114,G__G__Base1_7_0_190, 121, -1, -1, 0, 1, 1, 1, 0, "m - 'ULong64_t' 0 - l", (char*)NULL, (void*) NULL, 3);
25860    G__memfunc_setup("WriteFloat",1025,G__G__Base1_7_0_191, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - f", (char*)NULL, (void*) NULL, 3);
25861    G__memfunc_setup("WriteDouble",1126,G__G__Base1_7_0_192, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 3);
25862    G__memfunc_setup("WriteCharP",985,G__G__Base1_7_0_193, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - c", (char*)NULL, (void*) NULL, 3);
25863    G__memfunc_setup("WriteTString",1238,G__G__Base1_7_0_194, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - s", (char*)NULL, (void*) NULL, 3);
25864    G__memfunc_setup("GetLastProcessID",1568,G__G__Base1_7_0_195, 85, G__get_linked_tagnum(&G__G__Base1LN_TProcessID), -1, 0, 1, 1, 1, 8, "U 'TRefTable' - 0 - reftable", (char*)NULL, (void*) NULL, 3);
25865    G__memfunc_setup("GetTRefExecId",1219,G__G__Base1_7_0_196, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
25866    G__memfunc_setup("ReadProcessID",1256,G__G__Base1_7_0_197, 85, G__get_linked_tagnum(&G__G__Base1LN_TProcessID), -1, 0, 1, 1, 1, 0, "r - 'UShort_t' 0 - pidf", (char*)NULL, (void*) NULL, 3);
25867    G__memfunc_setup("WriteProcessID",1399,G__G__Base1_7_0_198, 114, -1, G__defined_typename("UShort_t"), 0, 1, 1, 1, 0, "U 'TProcessID' - 0 - pid", (char*)NULL, (void*) NULL, 3);
25868    G__memfunc_setup("ForceWriteInfo",1414,G__G__Base1_7_0_199, 121, -1, -1, 0, 2, 1, 1, 0, 
25869 "U 'TVirtualStreamerInfo' - 0 - info g - 'Bool_t' 0 - force", (char*)NULL, (void*) NULL, 3);
25870    G__memfunc_setup("ForceWriteInfoClones",2026,G__G__Base1_7_0_200, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClonesArray' - 0 - a", (char*)NULL, (void*) NULL, 3);
25871    G__memfunc_setup("ReadClones",992,G__G__Base1_7_0_201, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25872 "U 'TClonesArray' - 0 - a i - 'Int_t' 0 - nobjects "
25873 "s - 'Version_t' 0 - objvers", (char*)NULL, (void*) NULL, 3);
25874    G__memfunc_setup("WriteClones",1135,G__G__Base1_7_0_202, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25875 "U 'TClonesArray' - 0 - a i - 'Int_t' 0 - nobjects", (char*)NULL, (void*) NULL, 3);
25876    G__memfunc_setup("ReadClassEmulated",1699,G__G__Base1_7_0_203, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25877 "U 'TClass' - 10 - cl Y - - 0 - object "
25878 "U 'TClass' - 10 '0' onfile_class", (char*)NULL, (void*) NULL, 3);
25879    G__memfunc_setup("ReadClassBuffer",1484,G__G__Base1_7_0_204, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25880 "U 'TClass' - 10 - cl Y - - 0 - pointer "
25881 "U 'TClass' - 10 '0' onfile_class", (char*)NULL, (void*) NULL, 3);
25882    G__memfunc_setup("ReadClassBuffer",1484,G__G__Base1_7_0_205, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
25883 "U 'TClass' - 10 - cl Y - - 0 - pointer "
25884 "i - 'Int_t' 0 - version h - 'UInt_t' 0 - start "
25885 "h - 'UInt_t' 0 - count U 'TClass' - 10 '0' onfile_class", (char*)NULL, (void*) NULL, 3);
25886    G__memfunc_setup("WriteClassBuffer",1627,G__G__Base1_7_0_206, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25887 "U 'TClass' - 10 - cl Y - - 0 - pointer", (char*)NULL, (void*) NULL, 3);
25888    G__memfunc_setup("ReadSequence",1205,G__G__Base1_7_0_207, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25889 "u 'TStreamerInfoActions::TActionSequence' - 11 - sequence Y - - 0 - object", (char*)NULL, (void*) NULL, 3);
25890    G__memfunc_setup("ReadSequenceVecPtr",1801,G__G__Base1_7_0_208, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25891 "u 'TStreamerInfoActions::TActionSequence' - 11 - sequence Y - - 0 - start_collection "
25892 "Y - - 0 - end_collection", (char*)NULL, (void*) NULL, 3);
25893    G__memfunc_setup("ReadSequence",1205,G__G__Base1_7_0_209, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25894 "u 'TStreamerInfoActions::TActionSequence' - 11 - sequence Y - - 0 - start_collection "
25895 "Y - - 0 - end_collection", (char*)NULL, (void*) NULL, 3);
25896    G__memfunc_setup("GetClass",790,G__G__Base1_7_0_210, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 1, 3, 1, 0, "u 'type_info' - 11 - typeinfo", (char*)NULL, (void*) G__func2void( (TClass* (*)(const type_info&))(&TBuffer::GetClass) ), 0);
25897    G__memfunc_setup("GetClass",790,G__G__Base1_7_0_211, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 1, 3, 1, 0, "C - - 10 - className", (char*)NULL, (void*) G__func2void( (TClass* (*)(const char*))(&TBuffer::GetClass) ), 0);
25898    G__memfunc_setup("Class",502,G__G__Base1_7_0_212, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBuffer::Class) ), 0);
25899    G__memfunc_setup("Class_Name",982,G__G__Base1_7_0_213, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBuffer::Class_Name) ), 0);
25900    G__memfunc_setup("Class_Version",1339,G__G__Base1_7_0_214, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBuffer::Class_Version) ), 0);
25901    G__memfunc_setup("Dictionary",1046,G__G__Base1_7_0_215, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBuffer::Dictionary) ), 0);
25902    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25903    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);
25904    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);
25905    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_7_0_219, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25906    G__memfunc_setup("DeclFileName",1145,G__G__Base1_7_0_220, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBuffer::DeclFileName) ), 0);
25907    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_7_0_221, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBuffer::ImplFileLine) ), 0);
25908    G__memfunc_setup("ImplFileName",1171,G__G__Base1_7_0_222, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBuffer::ImplFileName) ), 0);
25909    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_7_0_223, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBuffer::DeclFileLine) ), 0);
25910    // automatic destructor
25911    G__memfunc_setup("~TBuffer", 812, G__G__Base1_7_0_224, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25912    G__tag_memfunc_reset();
25913 }
25914 
25915 static void G__setup_memfuncTDirectory(void) {
25916    /* TDirectory */
25917    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TDirectory));
25918    G__memfunc_setup("cd1",248,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 0);
25919    G__memfunc_setup("Cd1",216,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 2, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 0);
25920    G__memfunc_setup("CleanTargets",1213,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25921    G__memfunc_setup("FillFullPath",1191,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 8, "u 'TString' - 1 - buf", (char*)NULL, (void*) NULL, 0);
25922    G__memfunc_setup("RegisterContext",1578,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TDirectory::TContext' - 0 - ctxt", (char*)NULL, (void*) NULL, 0);
25923    G__memfunc_setup("UnregisterContext",1805,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TDirectory::TContext' - 0 - ctxt", (char*)NULL, (void*) NULL, 0);
25924    G__memfunc_setup("TDirectory",1033,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TDirectory), -1, 0, 1, 1, 2, 0, "u 'TDirectory' - 11 - directory", "Directories cannot be copied", (void*) NULL, 0);
25925    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TDirectory' - 11 - -", "Directorise cannot be copied", (void*) NULL, 0);
25926    G__memfunc_setup("TDirectory",1033,G__G__Base1_8_0_9, 105, G__get_linked_tagnum(&G__G__Base1LN_TDirectory), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25927    G__memfunc_setup("TDirectory",1033,G__G__Base1_8_0_10, 105, G__get_linked_tagnum(&G__G__Base1LN_TDirectory), -1, 0, 4, 1, 1, 0, 
25928 "C - - 10 - name C - - 10 - title "
25929 "C - 'Option_t' 10 '\"\"' option U 'TDirectory' - 0 '0' motherDir", (char*)NULL, (void*) NULL, 0);
25930    G__memfunc_setup("AddDirectory",1214,G__G__Base1_8_0_11, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' add", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TDirectory::AddDirectory) ), 0);
25931    G__memfunc_setup("AddDirectoryStatus",1858,G__G__Base1_8_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TDirectory::AddDirectoryStatus) ), 0);
25932    G__memfunc_setup("Append",600,G__G__Base1_8_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
25933 "U 'TObject' - 0 - obj g - 'Bool_t' 0 'kFALSE' replace", (char*)NULL, (void*) NULL, 1);
25934    G__memfunc_setup("Add",265,G__G__Base1_8_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
25935 "U 'TObject' - 0 - obj g - 'Bool_t' 0 'kFALSE' replace", (char*)NULL, (void*) NULL, 1);
25936    G__memfunc_setup("AppendKey",897,G__G__Base1_8_0_15, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TKey' - 0 - -", (char*)NULL, (void*) NULL, 1);
25937    G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
25938    G__memfunc_setup("Build",496,G__G__Base1_8_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
25939 "U 'TFile' - 0 '0' motherFile U 'TDirectory' - 0 '0' motherDir", (char*)NULL, (void*) NULL, 1);
25940    G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25941    G__memfunc_setup("CloneObject",1096,G__G__Base1_8_0_19, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 2, 1, 1, 0, 
25942 "U 'TObject' - 10 - obj g - 'Bool_t' 0 'kTRUE' autoadd", (char*)NULL, (void*) NULL, 1);
25943    G__memfunc_setup("Close",502,G__G__Base1_8_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25944    G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - -", (char*)NULL, (void*) NULL, 1);
25945    G__memfunc_setup("cd",199,G__G__Base1_8_0_22, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 '0' path", (char*)NULL, (void*) NULL, 1);
25946    G__memfunc_setup("DeleteAll",876,G__G__Base1_8_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25947    G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' namecycle", (char*)NULL, (void*) NULL, 1);
25948    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25949    G__memfunc_setup("FindKey",682,G__G__Base1_8_0_26, 85, G__get_linked_tagnum(&G__G__Base1LN_TKey), -1, 0, 1, 1, 1, 8, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
25950    G__memfunc_setup("FindKeyAny",978,G__G__Base1_8_0_27, 85, G__get_linked_tagnum(&G__G__Base1LN_TKey), -1, 0, 1, 1, 1, 8, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
25951    G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
25952    G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 8, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 1);
25953    G__memfunc_setup("FindObjectAny",1280,G__G__Base1_8_0_30, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
25954    G__memfunc_setup("FindObjectAnyFile",1664,G__G__Base1_8_0_31, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
25955    G__memfunc_setup("Get",288,G__G__Base1_8_0_32, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 0, "C - - 10 - namecycle", (char*)NULL, (void*) NULL, 1);
25956    G__memfunc_setup("GetDirectory",1237,G__G__Base1_8_0_33, 85, G__get_linked_tagnum(&G__G__Base1LN_TDirectory), -1, 0, 3, 1, 1, 0, 
25957 "C - - 10 - namecycle g - 'Bool_t' 0 'false' printError "
25958 "C - - 10 '\"GetDirectory\"' funcname", (char*)NULL, (void*) NULL, 1);
25959    G__memfunc_setup("GetObjectChecked",1566,G__G__Base1_8_0_34, 89, -1, -1, 0, 2, 1, 1, 0, 
25960 "C - - 10 - namecycle C - - 10 - classname", (char*)NULL, (void*) NULL, 1);
25961    G__memfunc_setup("GetObjectChecked",1566,G__G__Base1_8_0_35, 89, -1, -1, 0, 2, 1, 1, 0, 
25962 "C - - 10 - namecycle U 'TClass' - 10 - cl", (char*)NULL, (void*) NULL, 1);
25963    G__memfunc_setup("GetObjectUnchecked",1793,G__G__Base1_8_0_36, 89, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - namecycle", (char*)NULL, (void*) NULL, 1);
25964    G__memfunc_setup("GetBufferSize",1301,G__G__Base1_8_0_37, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25965    G__memfunc_setup("GetFile",672,G__G__Base1_8_0_38, 85, G__get_linked_tagnum(&G__G__Base1LN_TFile), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25966    G__memfunc_setup("GetKey",585,G__G__Base1_8_0_39, 85, G__get_linked_tagnum(&G__G__Base1LN_TKey), -1, 0, 2, 1, 1, 8, 
25967 "C - - 10 - - s - 'Short_t' 0 '9999' -", (char*)NULL, (void*) NULL, 1);
25968    G__memfunc_setup("GetList",700,G__G__Base1_8_0_40, 85, G__get_linked_tagnum(&G__G__Base1LN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25969    G__memfunc_setup("GetListOfKeys",1293,G__G__Base1_8_0_41, 85, G__get_linked_tagnum(&G__G__Base1LN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25970    G__memfunc_setup("GetMother",911,G__G__Base1_8_0_42, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25971    G__memfunc_setup("GetMotherDir",1198,G__G__Base1_8_0_43, 85, G__get_linked_tagnum(&G__G__Base1LN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25972    G__memfunc_setup("GetNbytesKeys",1329,G__G__Base1_8_0_44, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25973    G__memfunc_setup("GetNkeys",810,G__G__Base1_8_0_45, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25974    G__memfunc_setup("GetSeekDir",967,G__G__Base1_8_0_46, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25975    G__memfunc_setup("GetSeekParent",1298,G__G__Base1_8_0_47, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25976    G__memfunc_setup("GetSeekKeys",1092,G__G__Base1_8_0_48, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25977    G__memfunc_setup("GetPathStatic",1301,G__G__Base1_8_0_49, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
25978    G__memfunc_setup("GetPath",685,G__G__Base1_8_0_50, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
25979    G__memfunc_setup("GetUUID",599,G__G__Base1_8_0_51, 117, G__get_linked_tagnum(&G__G__Base1LN_TUUID), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25980    G__memfunc_setup("IsFolder",792,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25981    G__memfunc_setup("IsModified",989,G__G__Base1_8_0_53, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25982    G__memfunc_setup("IsWritable",1014,G__G__Base1_8_0_54, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25983    G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25984    G__memfunc_setup("mkdir",535,G__G__Base1_8_0_56, 85, G__get_linked_tagnum(&G__G__Base1LN_TDirectory), -1, 0, 2, 1, 1, 0, 
25985 "C - - 10 - name C - - 10 '\"\"' title", (char*)NULL, (void*) NULL, 1);
25986    G__memfunc_setup("OpenFile",786,G__G__Base1_8_0_57, 85, G__get_linked_tagnum(&G__G__Base1LN_TFile), -1, 0, 5, 1, 1, 0, 
25987 "C - - 10 - - C - 'Option_t' 10 '\"\"' - "
25988 "C - - 10 '\"\"' - i - 'Int_t' 0 '1' - "
25989 "i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
25990    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25991    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25992    G__memfunc_setup("Purge",515,G__G__Base1_8_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 '1' -", (char*)NULL, (void*) NULL, 1);
25993    G__memfunc_setup("pwd",331,G__G__Base1_8_0_61, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25994    G__memfunc_setup("ReadAll",661,G__G__Base1_8_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
25995    G__memfunc_setup("ReadKeys",792,G__G__Base1_8_0_63, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' -", (char*)NULL, (void*) NULL, 1);
25996    G__memfunc_setup("ReadTObject",1063,G__G__Base1_8_0_64, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25997 "U 'TObject' - 0 - - C - - 10 - -", (char*)NULL, (void*) NULL, 1);
25998    G__memfunc_setup("Remove",622,G__G__Base1_8_0_65, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - -", (char*)NULL, (void*) NULL, 1);
25999    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
26000    G__memfunc_setup("rmdir",542,G__G__Base1_8_0_67, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
26001    G__memfunc_setup("Save",399,G__G__Base1_8_0_68, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26002    G__memfunc_setup("SaveObjectAs",1178,G__G__Base1_8_0_69, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8, 
26003 "U 'TObject' - 10 - - C - - 10 '\"\"' - "
26004 "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
26005    G__memfunc_setup("SaveSelf",793,G__G__Base1_8_0_70, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' -", (char*)NULL, (void*) NULL, 1);
26006    G__memfunc_setup("SetBufferSize",1313,G__G__Base1_8_0_71, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26007    G__memfunc_setup("SetModified",1101,G__G__Base1_8_0_72, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26008    G__memfunc_setup("SetMother",923,G__G__Base1_8_0_73, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - mother", (char*)NULL, (void*) NULL, 1);
26009    G__memfunc_setup("SetName",685,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - newname", (char*)NULL, (void*) NULL, 1);
26010    G__memfunc_setup("SetTRefAction",1275,G__G__Base1_8_0_75, 121, -1, -1, 0, 2, 1, 1, 0, 
26011 "U 'TObject' - 0 - - U 'TObject' - 0 - -", (char*)NULL, (void*) NULL, 1);
26012    G__memfunc_setup("SetSeekDir",979,G__G__Base1_8_0_76, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26013    G__memfunc_setup("SetWritable",1126,G__G__Base1_8_0_77, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26014    G__memfunc_setup("Sizeof",624,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26015    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
26016 "C - - 10 '0' - i - 'Int_t' 0 '0' - "
26017 "i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
26018    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8, 
26019 "C - - 10 '0' - i - 'Int_t' 0 '0' - "
26020 "i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
26021    G__memfunc_setup("WriteTObject",1206,G__G__Base1_8_0_81, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
26022 "U 'TObject' - 10 - obj C - - 10 '0' name "
26023 "C - 'Option_t' 10 '\"\"' - i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
26024    G__memfunc_setup("WriteObjectAny",1418,G__G__Base1_8_0_82, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
26025 "Y - - 10 - - C - - 10 - - "
26026 "C - - 10 - - C - 'Option_t' 10 '\"\"' - "
26027 "i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
26028    G__memfunc_setup("WriteObjectAny",1418,G__G__Base1_8_0_83, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
26029 "Y - - 10 - - U 'TClass' - 10 - - "
26030 "C - - 10 - - C - 'Option_t' 10 '\"\"' - "
26031 "i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
26032    G__memfunc_setup("WriteDirHeader",1395,G__G__Base1_8_0_84, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26033    G__memfunc_setup("WriteKeys",935,G__G__Base1_8_0_85, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26034    G__memfunc_setup("Cd",167,G__G__Base1_8_0_86, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 1, 0, "C - - 10 - path", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const char*))(&TDirectory::Cd) ), 0);
26035    G__memfunc_setup("DecodeNameCycle",1461,G__G__Base1_8_0_87, 121, -1, -1, 0, 3, 3, 1, 0, 
26036 "C - - 10 - namecycle C - - 0 - name "
26037 "s - 'Short_t' 1 - cycle", (char*)NULL, (void*) G__func2void( (void (*)(const char*, char*, Short_t&))(&TDirectory::DecodeNameCycle) ), 0);
26038    G__memfunc_setup("EncodeNameCycle",1471,G__G__Base1_8_0_88, 121, -1, -1, 0, 3, 3, 1, 0, 
26039 "C - - 0 - buffer C - - 10 - name "
26040 "s - 'Short_t' 0 - cycle", (char*)NULL, (void*) G__func2void( (void (*)(char*, const char*, Short_t))(&TDirectory::EncodeNameCycle) ), 0);
26041    G__memfunc_setup("Class",502,G__G__Base1_8_0_89, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TDirectory::Class) ), 0);
26042    G__memfunc_setup("Class_Name",982,G__G__Base1_8_0_90, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDirectory::Class_Name) ), 0);
26043    G__memfunc_setup("Class_Version",1339,G__G__Base1_8_0_91, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TDirectory::Class_Version) ), 0);
26044    G__memfunc_setup("Dictionary",1046,G__G__Base1_8_0_92, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TDirectory::Dictionary) ), 0);
26045    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26046    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);
26047    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);
26048    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_8_0_96, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26049    G__memfunc_setup("DeclFileName",1145,G__G__Base1_8_0_97, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDirectory::DeclFileName) ), 0);
26050    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_8_0_98, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDirectory::ImplFileLine) ), 0);
26051    G__memfunc_setup("ImplFileName",1171,G__G__Base1_8_0_99, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDirectory::ImplFileName) ), 0);
26052    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_8_0_100, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDirectory::DeclFileLine) ), 0);
26053    // automatic destructor
26054    G__memfunc_setup("~TDirectory", 1159, G__G__Base1_8_0_101, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26055    G__tag_memfunc_reset();
26056 }
26057 
26058 static void G__setup_memfuncTRootIOCtor(void) {
26059    /* TRootIOCtor */
26060    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TRootIOCtor));
26061    // automatic default constructor
26062    G__memfunc_setup("TRootIOCtor", 1064, G__G__Base1_12_0_1, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TRootIOCtor), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26063    // automatic copy constructor
26064    G__memfunc_setup("TRootIOCtor", 1064, G__G__Base1_12_0_2, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TRootIOCtor), -1, 0, 1, 1, 1, 0, "u 'TRootIOCtor' - 11 - -", (char*) NULL, (void*) NULL, 0);
26065    // automatic destructor
26066    G__memfunc_setup("~TRootIOCtor", 1190, G__G__Base1_12_0_3, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26067    // automatic assignment operator
26068    G__memfunc_setup("operator=", 937, G__G__Base1_12_0_4, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TRootIOCtor), -1, 1, 1, 1, 1, 0, "u 'TRootIOCtor' - 11 - -", (char*) NULL, (void*) NULL, 0);
26069    G__tag_memfunc_reset();
26070 }
26071 
26072 static void G__setup_memfuncROOT(void) {
26073    /* ROOT */
26074    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_ROOT));
26075    G__memfunc_setup("CreateClass",1098,G__G__Base1_19_0_1, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 9, 1, 1, 0, 
26076 "C - - 10 - cname s - 'Version_t' 0 - id "
26077 "u 'type_info' - 11 - info U 'TVirtualIsAProxy' - 0 - isa "
26078 "Y - 'ShowMembersFunc_t' 0 - show C - - 10 - dfil "
26079 "C - - 10 - ifil i - 'Int_t' 0 - dl "
26080 "i - 'Int_t' 0 - il", (char*)NULL, (void*) G__func2void( (TClass* (*)(const char*, Version_t, const type_info&, TVirtualIsAProxy*, ShowMembersFunc_t, const char*, const char*, Int_t, Int_t))(&ROOT::CreateClass) ), 0);
26081    G__memfunc_setup("AddClass",767,G__G__Base1_19_0_2, 121, -1, -1, 0, 5, 1, 1, 0, 
26082 "C - - 10 - cname s - 'Version_t' 0 - id "
26083 "u 'type_info' - 11 - info Y - 'VoidFuncPtr_t' 0 - dict "
26084 "i - 'Int_t' 0 - pragmabits", (char*)NULL, (void*) G__func2void( (void (*)(const char*, Version_t, const type_info&, VoidFuncPtr_t, Int_t))(&ROOT::AddClass) ), 0);
26085    G__memfunc_setup("RemoveClass",1124,G__G__Base1_19_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - cname", (char*)NULL, (void*) G__func2void( (void (*)(const char*))(&ROOT::RemoveClass) ), 0);
26086    G__memfunc_setup("ResetClassVersion",1759,G__G__Base1_19_0_4, 121, -1, -1, 0, 3, 1, 1, 0, 
26087 "U 'TClass' - 0 - - C - - 10 - - "
26088 "s - 'Short_t' 0 - -", (char*)NULL, (void*) G__func2void( (void (*)(TClass*, const char*, Short_t))(&ROOT::ResetClassVersion) ), 0);
26089    G__memfunc_setup("RegisterClassTemplate",2167,G__G__Base1_19_0_5, 85, G__get_linked_tagnum(&G__G__Base1LN_TNamed), -1, 0, 3, 1, 1, 0, 
26090 "C - - 10 - name C - - 10 - file "
26091 "i - 'Int_t' 0 - line", (char*)NULL, (void*) G__func2void( (TNamed* (*)(const char*, const char*, Int_t))(&ROOT::RegisterClassTemplate) ), 0);
26092    G__memfunc_setup("DefineBehavior",1403,G__G__Base1_19_0_6, 85, G__get_linked_tagnum(&G__G__Base1LN_ROOTcLcLTInitBehavior), -1, 0, 2, 1, 1, 1, 
26093 "Y - - 0 - - Y - - 0 - -", (char*)NULL, (void*) G__func2void( (const ROOT::TInitBehavior* (*)(void*, void*))(&ROOT::DefineBehavior) ), 0);
26094    G__memfunc_setup("CreateClass",1098,G__G__Base1_19_0_7, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 6, 1, 1, 0, 
26095 "C - - 10 - cname s - 'Version_t' 0 - id "
26096 "C - - 10 - dfil C - - 10 - ifil "
26097 "i - 'Int_t' 0 - dl i - 'Int_t' 0 - il", (char*)NULL, (void*) G__func2void( (TClass* (*)(const char*, Version_t, const char*, const char*, Int_t, Int_t))(&ROOT::CreateClass) ), 0);
26098    G__memfunc_setup("DefineBehavior",1403,G__G__Base1_19_0_8, 85, G__get_linked_tagnum(&G__G__Base1LN_ROOTcLcLTQObjectInitBehavior), -1, 0, 2, 1, 1, 1, 
26099 "U 'TQObject' - 0 - - U 'TQObject' - 0 - -", (char*)NULL, (void*) G__func2void( (const ROOT::TQObjectInitBehavior* (*)(TQObject*, TQObject*))(&ROOT::DefineBehavior) ), 0);
26100    G__memfunc_setup("GetROOT",612,G__G__Base1_19_0_9, 85, G__get_linked_tagnum(&G__G__Base1LN_TROOT), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) G__func2void( (TROOT* (*)())(&ROOT::GetROOT) ), 0);
26101    G__tag_memfunc_reset();
26102 }
26103 
26104 static void G__setup_memfuncTBrowser(void) {
26105    /* TBrowser */
26106    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TBrowser));
26107    G__memfunc_setup("TBrowser",824,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 1, 1, 4, 0, "u 'TBrowser' - 11 - -", "TBrowser can not be copied since we do not know the type of the TBrowserImp (and it can not be 'Cloned')", (void*) NULL, 0);
26108    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 1, 1, 1, 4, 0, "u 'TBrowser' - 11 - -", "TBrowser can not be copied since we do not know the type of the TBrowserImp (and it can not be 'Cloned')", (void*) NULL, 0);
26109    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_3, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 4, 1, 1, 0, 
26110 "C - - 10 '\"Browser\"' name C - - 10 '\"ROOT Object Browser\"' title "
26111 "U 'TBrowserImp' - 0 '0' extimp C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26112    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_4, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 6, 1, 1, 0, 
26113 "C - - 10 - name C - - 10 - title "
26114 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
26115 "U 'TBrowserImp' - 0 '0' extimp C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26116    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_5, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 8, 1, 1, 0, 
26117 "C - - 10 - name C - - 10 - title "
26118 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
26119 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
26120 "U 'TBrowserImp' - 0 '0' extimp C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26121    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_6, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 4, 1, 1, 0, 
26122 "C - - 10 - name U 'TObject' - 0 - obj "
26123 "C - - 10 '\"ROOT Object Browser\"' title C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26124    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_7, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 6, 1, 1, 0, 
26125 "C - - 10 - name U 'TObject' - 0 - obj "
26126 "C - - 10 - title h - 'UInt_t' 0 - width "
26127 "h - 'UInt_t' 0 - height C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26128    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_8, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 8, 1, 1, 0, 
26129 "C - - 10 - name U 'TObject' - 0 - obj "
26130 "C - - 10 - title i - 'Int_t' 0 - x "
26131 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - width "
26132 "h - 'UInt_t' 0 - height C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26133    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_9, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 6, 1, 1, 0, 
26134 "C - - 10 - name Y - - 0 - obj "
26135 "U 'TClass' - 0 - cl C - - 10 '\"\"' objname "
26136 "C - - 10 '\"ROOT Foreign Browser\"' title C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26137    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_10, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 8, 1, 1, 0, 
26138 "C - - 10 - name Y - - 0 - obj "
26139 "U 'TClass' - 0 - cl C - - 10 - objname "
26140 "C - - 10 - title h - 'UInt_t' 0 - width "
26141 "h - 'UInt_t' 0 - height C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26142    G__memfunc_setup("TBrowser",824,G__G__Base1_77_0_11, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 10, 1, 1, 0, 
26143 "C - - 10 - name Y - - 0 - obj "
26144 "U 'TClass' - 0 - cl C - - 10 - objname "
26145 "C - - 10 - title i - 'Int_t' 0 - x "
26146 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - width "
26147 "h - 'UInt_t' 0 - height C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26148    G__memfunc_setup("Add",265,G__G__Base1_77_0_12, 121, -1, -1, 0, 3, 1, 1, 0, 
26149 "U 'TObject' - 0 - obj C - - 10 '0' name "
26150 "i - 'Int_t' 0 '-1' check", (char*)NULL, (void*) NULL, 0);
26151    G__memfunc_setup("Add",265,G__G__Base1_77_0_13, 121, -1, -1, 0, 4, 1, 1, 0, 
26152 "Y - - 0 - obj U 'TClass' - 0 - cl "
26153 "C - - 10 '0' name i - 'Int_t' 0 '-1' check", (char*)NULL, (void*) NULL, 0);
26154    G__memfunc_setup("AddCheckBox",1040,G__G__Base1_77_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
26155 "U 'TObject' - 0 - obj g - 'Bool_t' 0 'kFALSE' check", (char*)NULL, (void*) NULL, 0);
26156    G__memfunc_setup("CheckObjectItem",1476,G__G__Base1_77_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
26157 "U 'TObject' - 0 - obj g - 'Bool_t' 0 'kFALSE' check", (char*)NULL, (void*) NULL, 0);
26158    G__memfunc_setup("RemoveCheckBox",1397,G__G__Base1_77_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
26159    G__memfunc_setup("Create",596,G__G__Base1_77_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 '0' obj", "Create this Browser", (void*) NULL, 1);
26160    G__memfunc_setup("BrowseObject",1225,G__G__Base1_77_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
26161    G__memfunc_setup("ExecuteDefaultAction",2038,G__G__Base1_77_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
26162    G__memfunc_setup("GetBrowserImp",1322,G__G__Base1_77_0_20, 85, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26163    G__memfunc_setup("SetBrowserImp",1334,G__G__Base1_77_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowserImp' - 0 - i", (char*)NULL, (void*) NULL, 0);
26164    G__memfunc_setup("GetContextMenu",1434,G__G__Base1_77_0_22, 85, G__get_linked_tagnum(&G__G__Base1LN_TContextMenu), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26165    G__memfunc_setup("GetRefreshFlag",1385,G__G__Base1_77_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26166    G__memfunc_setup("GetSelected",1097,G__G__Base1_77_0_24, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26167    G__memfunc_setup("SetRefreshFlag",1397,G__G__Base1_77_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - flag", (char*)NULL, (void*) NULL, 0);
26168    G__memfunc_setup("Iconify",721,G__G__Base1_77_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26169    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
26170    G__memfunc_setup("Refresh",719,G__G__Base1_77_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26171    G__memfunc_setup("SetSelected",1109,G__G__Base1_77_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - clickedObject", (char*)NULL, (void*) NULL, 0);
26172    G__memfunc_setup("Show",417,G__G__Base1_77_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26173    G__memfunc_setup("SetDrawOption",1331,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26174    G__memfunc_setup("GetDrawOption",1319,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26175    G__memfunc_setup("ExecPlugin",1012,G__G__Base1_77_0_33, 108, -1, G__defined_typename("Long_t"), 0, 5, 1, 1, 0, 
26176 "C - - 10 '0' name C - - 10 '0' fname "
26177 "C - - 10 '0' cmd i - 'Int_t' 0 '1' pos "
26178 "i - 'Int_t' 0 '-1' subpos", (char*)NULL, (void*) NULL, 0);
26179    G__memfunc_setup("SetStatusText",1365,G__G__Base1_77_0_34, 121, -1, -1, 0, 2, 1, 1, 0, 
26180 "C - - 10 - txt i - 'Int_t' 0 - col", (char*)NULL, (void*) NULL, 0);
26181    G__memfunc_setup("StartEmbedding",1421,G__G__Base1_77_0_35, 121, -1, -1, 0, 2, 1, 1, 0, 
26182 "i - 'Int_t' 0 - pos i - 'Int_t' 0 - subpos", (char*)NULL, (void*) NULL, 0);
26183    G__memfunc_setup("StopEmbedding",1317,G__G__Base1_77_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' name", (char*)NULL, (void*) NULL, 0);
26184    G__memfunc_setup("Class",502,G__G__Base1_77_0_37, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBrowser::Class) ), 0);
26185    G__memfunc_setup("Class_Name",982,G__G__Base1_77_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowser::Class_Name) ), 0);
26186    G__memfunc_setup("Class_Version",1339,G__G__Base1_77_0_39, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBrowser::Class_Version) ), 0);
26187    G__memfunc_setup("Dictionary",1046,G__G__Base1_77_0_40, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBrowser::Dictionary) ), 0);
26188    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26189    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);
26190    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);
26191    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_77_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26192    G__memfunc_setup("DeclFileName",1145,G__G__Base1_77_0_45, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowser::DeclFileName) ), 0);
26193    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_77_0_46, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBrowser::ImplFileLine) ), 0);
26194    G__memfunc_setup("ImplFileName",1171,G__G__Base1_77_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowser::ImplFileName) ), 0);
26195    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_77_0_48, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBrowser::DeclFileLine) ), 0);
26196    // automatic destructor
26197    G__memfunc_setup("~TBrowser", 950, G__G__Base1_77_0_49, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26198    G__tag_memfunc_reset();
26199 }
26200 
26201 static void G__setup_memfuncTApplicationImp(void) {
26202    /* TApplicationImp */
26203    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp));
26204    G__memfunc_setup("TApplicationImp",1518,G__G__Base1_114_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26205    G__memfunc_setup("TApplicationImp",1518,G__G__Base1_114_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp), -1, 0, 3, 1, 1, 0, 
26206 "C - - 10 - appClassName I - - 0 - argc "
26207 "C - - 2 - argv", (char*)NULL, (void*) NULL, 0);
26208    G__memfunc_setup("ApplicationName",1525,G__G__Base1_114_0_3, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
26209    G__memfunc_setup("Show",417,G__G__Base1_114_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26210    G__memfunc_setup("Hide",378,G__G__Base1_114_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26211    G__memfunc_setup("Iconify",721,G__G__Base1_114_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26212    G__memfunc_setup("IsCmdThread",1064,G__G__Base1_114_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", "by default (for UNIX) ROOT is a single thread application", (void*) NULL, 1);
26213    G__memfunc_setup("Init",404,G__G__Base1_114_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26214    G__memfunc_setup("Open",402,G__G__Base1_114_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26215    G__memfunc_setup("Raise",500,G__G__Base1_114_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26216    G__memfunc_setup("Lower",521,G__G__Base1_114_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26217    G__memfunc_setup("ExecCommand",1092,G__G__Base1_114_0_12, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
26218 "U 'TGWin32Command' - 0 - code g - 'Bool_t' 0 - synch", (char*)NULL, (void*) NULL, 1);
26219    G__memfunc_setup("Class",502,G__G__Base1_114_0_13, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TApplicationImp::Class) ), 0);
26220    G__memfunc_setup("Class_Name",982,G__G__Base1_114_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TApplicationImp::Class_Name) ), 0);
26221    G__memfunc_setup("Class_Version",1339,G__G__Base1_114_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TApplicationImp::Class_Version) ), 0);
26222    G__memfunc_setup("Dictionary",1046,G__G__Base1_114_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TApplicationImp::Dictionary) ), 0);
26223    G__memfunc_setup("IsA",253,G__G__Base1_114_0_17, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26224    G__memfunc_setup("ShowMembers",1132,G__G__Base1_114_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26225    G__memfunc_setup("Streamer",835,G__G__Base1_114_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26226    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_114_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26227    G__memfunc_setup("DeclFileName",1145,G__G__Base1_114_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TApplicationImp::DeclFileName) ), 0);
26228    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_114_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TApplicationImp::ImplFileLine) ), 0);
26229    G__memfunc_setup("ImplFileName",1171,G__G__Base1_114_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TApplicationImp::ImplFileName) ), 0);
26230    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_114_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TApplicationImp::DeclFileLine) ), 0);
26231    // automatic copy constructor
26232    G__memfunc_setup("TApplicationImp", 1518, G__G__Base1_114_0_25, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp), -1, 0, 1, 1, 1, 0, "u 'TApplicationImp' - 11 - -", (char*) NULL, (void*) NULL, 0);
26233    // automatic destructor
26234    G__memfunc_setup("~TApplicationImp", 1644, G__G__Base1_114_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26235    // automatic assignment operator
26236    G__memfunc_setup("operator=", 937, G__G__Base1_114_0_27, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp), -1, 1, 1, 1, 1, 0, "u 'TApplicationImp' - 11 - -", (char*) NULL, (void*) NULL, 0);
26237    G__tag_memfunc_reset();
26238 }
26239 
26240 static void G__setup_memfuncTApplication(void) {
26241    /* TApplication */
26242    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TApplication));
26243    G__memfunc_setup("TApplication",1224,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TApplication), -1, 0, 1, 1, 4, 0, "u 'TApplication' - 11 - -", "not implemented", (void*) NULL, 0);
26244    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TApplication), -1, 1, 1, 1, 4, 0, "u 'TApplication' - 11 - -", "not implemented", (void*) NULL, 0);
26245    G__memfunc_setup("TApplication",1224,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TApplication), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
26246    G__memfunc_setup("ProcessRemote",1355,(G__InterfaceMethod) NULL, 108, -1, G__defined_typename("Long_t"), 0, 2, 1, 2, 0, 
26247 "C - - 10 - line I - 'Int_t' 0 '0' error", (char*)NULL, (void*) NULL, 1);
26248    G__memfunc_setup("Help",393,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - line", (char*)NULL, (void*) NULL, 1);
26249    G__memfunc_setup("LoadGraphicsLibs",1595,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26250    G__memfunc_setup("MakeBatch",864,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26251    G__memfunc_setup("SetSignalHandler",1608,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TSignalHandler' - 0 - sh", (char*)NULL, (void*) NULL, 0);
26252    G__memfunc_setup("ParseRemoteLine",1519,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 5, 3, 2, 0, 
26253 "C - - 10 - ln u 'TString' - 1 - hostdir "
26254 "u 'TString' - 1 - user i - 'Int_t' 1 - dbg "
26255 "u 'TString' - 1 - script", (char*)NULL, (void*) NULL, 0);
26256    G__memfunc_setup("Open",402,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__Base1LN_TApplication), -1, 0, 3, 3, 2, 0, 
26257 "C - - 10 - url i - 'Int_t' 0 - debug "
26258 "C - - 10 - script", (char*)NULL, (void*) NULL, 0);
26259    G__memfunc_setup("Close",502,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "U 'TApplication' - 0 - app", (char*)NULL, (void*) NULL, 0);
26260    G__memfunc_setup("TApplication",1224,G__G__Base1_116_0_12, 105, G__get_linked_tagnum(&G__G__Base1LN_TApplication), -1, 0, 5, 1, 1, 0, 
26261 "C - - 10 - appClassName I - 'Int_t' 0 - argc "
26262 "C - - 2 - argv Y - - 0 '0' options "
26263 "i - 'Int_t' 0 '0' numOptions", (char*)NULL, (void*) NULL, 0);
26264    G__memfunc_setup("InitializeGraphics",1859,G__G__Base1_116_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26265    G__memfunc_setup("GetOptions",1036,G__G__Base1_116_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
26266 "I - 'Int_t' 0 - argc C - - 2 - argv", (char*)NULL, (void*) NULL, 1);
26267    G__memfunc_setup("GetSignalHandler",1596,G__G__Base1_116_0_15, 85, G__get_linked_tagnum(&G__G__Base1LN_TSignalHandler), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26268    G__memfunc_setup("SetEchoMode",1072,G__G__Base1_116_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
26269    G__memfunc_setup("HandleException",1531,G__G__Base1_116_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - sig", (char*)NULL, (void*) NULL, 1);
26270    G__memfunc_setup("HandleIdleTimer",1483,G__G__Base1_116_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 1);
26271    G__memfunc_setup("HandleTermInput",1524,G__G__Base1_116_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26272    G__memfunc_setup("Init",404,G__G__Base1_116_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26273    G__memfunc_setup("ProcessLine",1127,G__G__Base1_116_0_21, 108, -1, G__defined_typename("Long_t"), 0, 3, 1, 1, 0, 
26274 "C - - 10 - line g - 'Bool_t' 0 'kFALSE' sync "
26275 "I - 'Int_t' 0 '0' error", (char*)NULL, (void*) NULL, 1);
26276    G__memfunc_setup("ProcessFile",1119,G__G__Base1_116_0_22, 108, -1, G__defined_typename("Long_t"), 0, 3, 1, 1, 0, 
26277 "C - - 10 - file I - 'Int_t' 0 '0' error "
26278 "g - 'Bool_t' 0 'kFALSE' keep", (char*)NULL, (void*) NULL, 1);
26279    G__memfunc_setup("Run",309,G__G__Base1_116_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' retrn", (char*)NULL, (void*) NULL, 1);
26280    G__memfunc_setup("SetIdleTimer",1195,G__G__Base1_116_0_24, 121, -1, -1, 0, 2, 1, 1, 0, 
26281 "h - 'UInt_t' 0 - idleTimeInSec C - - 10 - command", (char*)NULL, (void*) NULL, 1);
26282    G__memfunc_setup("RemoveIdleTimer",1517,G__G__Base1_116_0_25, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26283    G__memfunc_setup("GetIdleCommand",1373,G__G__Base1_116_0_26, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
26284    G__memfunc_setup("StartIdleing",1226,G__G__Base1_116_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26285    G__memfunc_setup("StopIdleing",1122,G__G__Base1_116_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26286    G__memfunc_setup("ExitOnException",1542,G__G__Base1_116_0_29, 105, G__get_linked_tagnum(&G__G__Base1LN_TApplicationcLcLEExitOnException), -1, 0, 1, 1, 1, 0, "i 'TApplication::EExitOnException' - 0 'kExit' opt", (char*)NULL, (void*) NULL, 0);
26287    G__memfunc_setup("ApplicationName",1525,G__G__Base1_116_0_30, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
26288    G__memfunc_setup("Show",417,G__G__Base1_116_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26289    G__memfunc_setup("Hide",378,G__G__Base1_116_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26290    G__memfunc_setup("Iconify",721,G__G__Base1_116_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26291    G__memfunc_setup("Open",402,G__G__Base1_116_0_34, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26292    G__memfunc_setup("Raise",500,G__G__Base1_116_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26293    G__memfunc_setup("Lower",521,G__G__Base1_116_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26294    G__memfunc_setup("IsCmdThread",1064,G__G__Base1_116_0_37, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26295    G__memfunc_setup("GetApplicationImp",1722,G__G__Base1_116_0_38, 85, G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26296    G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26297    G__memfunc_setup("Argc",381,G__G__Base1_116_0_40, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26298    G__memfunc_setup("Argv",400,G__G__Base1_116_0_41, 67, -1, -1, 2, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26299    G__memfunc_setup("Argv",400,G__G__Base1_116_0_42, 67, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 0);
26300    G__memfunc_setup("NoLogOpt",786,G__G__Base1_116_0_43, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26301    G__memfunc_setup("NoLogoOpt",897,G__G__Base1_116_0_44, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26302    G__memfunc_setup("QuitOpt",726,G__G__Base1_116_0_45, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26303    G__memfunc_setup("InputFiles",1027,G__G__Base1_116_0_46, 85, G__get_linked_tagnum(&G__G__Base1LN_TObjArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26304    G__memfunc_setup("WorkingDirectory",1686,G__G__Base1_116_0_47, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
26305    G__memfunc_setup("ClearInputFiles",1514,G__G__Base1_116_0_48, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26306    G__memfunc_setup("GetAppRemote",1197,G__G__Base1_116_0_49, 85, G__get_linked_tagnum(&G__G__Base1LN_TApplication), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26307    G__memfunc_setup("IsRunning",925,G__G__Base1_116_0_50, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26308    G__memfunc_setup("ReturnFromRun",1353,G__G__Base1_116_0_51, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26309    G__memfunc_setup("SetReturnFromRun",1653,G__G__Base1_116_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - ret", (char*)NULL, (void*) NULL, 0);
26310    G__memfunc_setup("LineProcessed",1328,G__G__Base1_116_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - line", "*SIGNAL*", (void*) NULL, 1);
26311    G__memfunc_setup("Terminate",937,G__G__Base1_116_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' status", "*SIGNAL*", (void*) NULL, 1);
26312    G__memfunc_setup("KeyPressed",1023,G__G__Base1_116_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - key", "*SIGNAL*", (void*) NULL, 1);
26313    G__memfunc_setup("ReturnPressed",1366,G__G__Base1_116_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 0 - text", "*SIGNAL*", (void*) NULL, 1);
26314    G__memfunc_setup("ExecuteFile",1107,G__G__Base1_116_0_57, 108, -1, G__defined_typename("Long_t"), 0, 3, 3, 1, 0, 
26315 "C - - 10 - file I - 'Int_t' 0 '0' error "
26316 "g - 'Bool_t' 0 'kFALSE' keep", (char*)NULL, (void*) G__func2void( (Long_t (*)(const char*, Int_t*, Bool_t))(&TApplication::ExecuteFile) ), 0);
26317    G__memfunc_setup("GetApplications",1543,G__G__Base1_116_0_58, 85, G__get_linked_tagnum(&G__G__Base1LN_TList), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TList* (*)())(&TApplication::GetApplications) ), 0);
26318    G__memfunc_setup("CreateApplication",1736,G__G__Base1_116_0_59, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TApplication::CreateApplication) ), 0);
26319    G__memfunc_setup("NeedGraphicsLibs",1591,G__G__Base1_116_0_60, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TApplication::NeedGraphicsLibs) ), 0);
26320    G__memfunc_setup("Class",502,G__G__Base1_116_0_61, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TApplication::Class) ), 0);
26321    G__memfunc_setup("Class_Name",982,G__G__Base1_116_0_62, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TApplication::Class_Name) ), 0);
26322    G__memfunc_setup("Class_Version",1339,G__G__Base1_116_0_63, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TApplication::Class_Version) ), 0);
26323    G__memfunc_setup("Dictionary",1046,G__G__Base1_116_0_64, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TApplication::Dictionary) ), 0);
26324    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26325    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);
26326    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);
26327    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_116_0_68, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26328    G__memfunc_setup("DeclFileName",1145,G__G__Base1_116_0_69, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TApplication::DeclFileName) ), 0);
26329    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_116_0_70, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TApplication::ImplFileLine) ), 0);
26330    G__memfunc_setup("ImplFileName",1171,G__G__Base1_116_0_71, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TApplication::ImplFileName) ), 0);
26331    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_116_0_72, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TApplication::DeclFileLine) ), 0);
26332    // automatic destructor
26333    G__memfunc_setup("~TApplication", 1350, G__G__Base1_116_0_73, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26334    G__tag_memfunc_reset();
26335 }
26336 
26337 static void G__setup_memfuncTAtt3D(void) {
26338    /* TAtt3D */
26339    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAtt3D));
26340    G__memfunc_setup("TAtt3D",500,G__G__Base1_119_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TAtt3D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26341    G__memfunc_setup("Sizeof3D",743,G__G__Base1_119_0_2, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26342    G__memfunc_setup("Class",502,G__G__Base1_119_0_3, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAtt3D::Class) ), 0);
26343    G__memfunc_setup("Class_Name",982,G__G__Base1_119_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAtt3D::Class_Name) ), 0);
26344    G__memfunc_setup("Class_Version",1339,G__G__Base1_119_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAtt3D::Class_Version) ), 0);
26345    G__memfunc_setup("Dictionary",1046,G__G__Base1_119_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAtt3D::Dictionary) ), 0);
26346    G__memfunc_setup("IsA",253,G__G__Base1_119_0_7, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26347    G__memfunc_setup("ShowMembers",1132,G__G__Base1_119_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26348    G__memfunc_setup("Streamer",835,G__G__Base1_119_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26349    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_119_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26350    G__memfunc_setup("DeclFileName",1145,G__G__Base1_119_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAtt3D::DeclFileName) ), 0);
26351    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_119_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAtt3D::ImplFileLine) ), 0);
26352    G__memfunc_setup("ImplFileName",1171,G__G__Base1_119_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAtt3D::ImplFileName) ), 0);
26353    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_119_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAtt3D::DeclFileLine) ), 0);
26354    // automatic copy constructor
26355    G__memfunc_setup("TAtt3D", 500, G__G__Base1_119_0_15, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TAtt3D), -1, 0, 1, 1, 1, 0, "u 'TAtt3D' - 11 - -", (char*) NULL, (void*) NULL, 0);
26356    // automatic destructor
26357    G__memfunc_setup("~TAtt3D", 626, G__G__Base1_119_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26358    // automatic assignment operator
26359    G__memfunc_setup("operator=", 937, G__G__Base1_119_0_17, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TAtt3D), -1, 1, 1, 1, 1, 0, "u 'TAtt3D' - 11 - -", (char*) NULL, (void*) NULL, 0);
26360    G__tag_memfunc_reset();
26361 }
26362 
26363 static void G__setup_memfuncTAttAxis(void) {
26364    /* TAttAxis */
26365    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttAxis));
26366    G__memfunc_setup("TAttAxis",786,G__G__Base1_120_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttAxis), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26367    G__memfunc_setup("Copy",411,G__G__Base1_120_0_2, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TAttAxis' - 1 - attaxis", (char*)NULL, (void*) NULL, 0);
26368    G__memfunc_setup("GetNdivisions",1350,G__G__Base1_120_0_3, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26369    G__memfunc_setup("GetAxisColor",1204,G__G__Base1_120_0_4, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26370    G__memfunc_setup("GetLabelColor",1279,G__G__Base1_120_0_5, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26371    G__memfunc_setup("GetLabelFont",1175,G__G__Base1_120_0_6, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26372    G__memfunc_setup("GetLabelOffset",1383,G__G__Base1_120_0_7, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26373    G__memfunc_setup("GetLabelSize",1179,G__G__Base1_120_0_8, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26374    G__memfunc_setup("GetTitleOffset",1417,G__G__Base1_120_0_9, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26375    G__memfunc_setup("GetTitleSize",1213,G__G__Base1_120_0_10, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26376    G__memfunc_setup("GetTickLength",1293,G__G__Base1_120_0_11, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26377    G__memfunc_setup("GetTitleColor",1313,G__G__Base1_120_0_12, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26378    G__memfunc_setup("GetTitleFont",1209,G__G__Base1_120_0_13, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26379    G__memfunc_setup("ResetAttAxis",1217,G__G__Base1_120_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26380    G__memfunc_setup("SaveAttributes",1462,G__G__Base1_120_0_15, 121, -1, -1, 0, 3, 1, 1, 0, 
26381 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - - 10 - name "
26382 "C - - 10 - subname", (char*)NULL, (void*) NULL, 1);
26383    G__memfunc_setup("SetNdivisions",1362,G__G__Base1_120_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
26384 "i - 'Int_t' 0 '510' n g - 'Bool_t' 0 'kTRUE' optim", "*MENU*", (void*) NULL, 1);
26385    G__memfunc_setup("SetNdivisions",1362,G__G__Base1_120_0_17, 121, -1, -1, 0, 4, 1, 1, 0, 
26386 "i - 'Int_t' 0 - n1 i - 'Int_t' 0 - n2 "
26387 "i - 'Int_t' 0 - n3 g - 'Bool_t' 0 'kTRUE' optim", (char*)NULL, (void*) NULL, 1);
26388    G__memfunc_setup("SetAxisColor",1216,G__G__Base1_120_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", "*MENU*", (void*) NULL, 1);
26389    G__memfunc_setup("SetLabelColor",1291,G__G__Base1_120_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", "*MENU*", (void*) NULL, 1);
26390    G__memfunc_setup("SetLabelFont",1187,G__G__Base1_120_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '62' font", "*MENU*", (void*) NULL, 1);
26391    G__memfunc_setup("SetLabelOffset",1395,G__G__Base1_120_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.005' offset", "*MENU*", (void*) NULL, 1);
26392    G__memfunc_setup("SetLabelSize",1191,G__G__Base1_120_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.04' size", "*MENU*", (void*) NULL, 1);
26393    G__memfunc_setup("SetTickLength",1305,G__G__Base1_120_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.03' length", "*MENU*", (void*) NULL, 1);
26394    G__memfunc_setup("SetTitleOffset",1429,G__G__Base1_120_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' offset", "*MENU*", (void*) NULL, 1);
26395    G__memfunc_setup("SetTitleSize",1225,G__G__Base1_120_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.04' size", "*MENU*", (void*) NULL, 1);
26396    G__memfunc_setup("SetTitleColor",1325,G__G__Base1_120_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", "*MENU*", (void*) NULL, 1);
26397    G__memfunc_setup("SetTitleFont",1221,G__G__Base1_120_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '62' font", "*MENU*", (void*) NULL, 1);
26398    G__memfunc_setup("Class",502,G__G__Base1_120_0_28, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAttAxis::Class) ), 0);
26399    G__memfunc_setup("Class_Name",982,G__G__Base1_120_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttAxis::Class_Name) ), 0);
26400    G__memfunc_setup("Class_Version",1339,G__G__Base1_120_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAttAxis::Class_Version) ), 0);
26401    G__memfunc_setup("Dictionary",1046,G__G__Base1_120_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAttAxis::Dictionary) ), 0);
26402    G__memfunc_setup("IsA",253,G__G__Base1_120_0_32, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26403    G__memfunc_setup("ShowMembers",1132,G__G__Base1_120_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26404    G__memfunc_setup("Streamer",835,G__G__Base1_120_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26405    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_120_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26406    G__memfunc_setup("DeclFileName",1145,G__G__Base1_120_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttAxis::DeclFileName) ), 0);
26407    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_120_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttAxis::ImplFileLine) ), 0);
26408    G__memfunc_setup("ImplFileName",1171,G__G__Base1_120_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttAxis::ImplFileName) ), 0);
26409    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_120_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttAxis::DeclFileLine) ), 0);
26410    // automatic copy constructor
26411    G__memfunc_setup("TAttAxis", 786, G__G__Base1_120_0_40, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TAttAxis), -1, 0, 1, 1, 1, 0, "u 'TAttAxis' - 11 - -", (char*) NULL, (void*) NULL, 0);
26412    // automatic destructor
26413    G__memfunc_setup("~TAttAxis", 912, G__G__Base1_120_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26414    // automatic assignment operator
26415    G__memfunc_setup("operator=", 937, G__G__Base1_120_0_42, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TAttAxis), -1, 1, 1, 1, 1, 0, "u 'TAttAxis' - 11 - -", (char*) NULL, (void*) NULL, 0);
26416    G__tag_memfunc_reset();
26417 }
26418 
26419 static void G__setup_memfuncTAttBBox(void) {
26420    /* TAttBBox */
26421    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttBBox));
26422    G__memfunc_setup("BBoxInit",767,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "f - 'Float_t' 0 '1e6' infinity", (char*)NULL, (void*) NULL, 0);
26423    G__memfunc_setup("BBoxZero",779,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, 
26424 "f - 'Float_t' 0 '0' epsilon f - 'Float_t' 0 '0' x "
26425 "f - 'Float_t' 0 '0' y f - 'Float_t' 0 '0' z", (char*)NULL, (void*) NULL, 0);
26426    G__memfunc_setup("BBoxClear",850,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
26427    G__memfunc_setup("BBoxCheckPoint",1363,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
26428 "f - 'Float_t' 0 - x f - 'Float_t' 0 - y "
26429 "f - 'Float_t' 0 - z", (char*)NULL, (void*) NULL, 0);
26430    G__memfunc_setup("BBoxCheckPoint",1363,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "F - 'Float_t' 10 - p", (char*)NULL, (void*) NULL, 0);
26431    G__memfunc_setup("AssertBBoxExtents",1736,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "f - 'Float_t' 0 '0.005' epsilon", (char*)NULL, (void*) NULL, 0);
26432    G__memfunc_setup("operator=",937,G__G__Base1_121_0_9, 117, G__get_linked_tagnum(&G__G__Base1LN_TAttBBox), -1, 1, 1, 1, 1, 0, "u 'TAttBBox' - 11 - tab", (char*)NULL, (void*) NULL, 0);
26433    G__memfunc_setup("GetBBoxOK",805,G__G__Base1_121_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26434    G__memfunc_setup("GetBBox",651,G__G__Base1_121_0_11, 70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26435    G__memfunc_setup("AssertBBox",989,G__G__Base1_121_0_12, 70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26436    G__memfunc_setup("ResetBBox",878,G__G__Base1_121_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26437    G__memfunc_setup("ComputeBBox",1096,G__G__Base1_121_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
26438    G__memfunc_setup("Class",502,G__G__Base1_121_0_15, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAttBBox::Class) ), 0);
26439    G__memfunc_setup("Class_Name",982,G__G__Base1_121_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttBBox::Class_Name) ), 0);
26440    G__memfunc_setup("Class_Version",1339,G__G__Base1_121_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAttBBox::Class_Version) ), 0);
26441    G__memfunc_setup("Dictionary",1046,G__G__Base1_121_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAttBBox::Dictionary) ), 0);
26442    G__memfunc_setup("IsA",253,G__G__Base1_121_0_19, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26443    G__memfunc_setup("ShowMembers",1132,G__G__Base1_121_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26444    G__memfunc_setup("Streamer",835,G__G__Base1_121_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26445    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_121_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26446    G__memfunc_setup("DeclFileName",1145,G__G__Base1_121_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttBBox::DeclFileName) ), 0);
26447    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_121_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttBBox::ImplFileLine) ), 0);
26448    G__memfunc_setup("ImplFileName",1171,G__G__Base1_121_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttBBox::ImplFileName) ), 0);
26449    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_121_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttBBox::DeclFileLine) ), 0);
26450    // automatic destructor
26451    G__memfunc_setup("~TAttBBox", 870, G__G__Base1_121_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26452    G__tag_memfunc_reset();
26453 }
26454 
26455 static void G__setup_memfuncTAttFill(void) {
26456    /* TAttFill */
26457    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttFill));
26458    G__memfunc_setup("TAttFill",772,G__G__Base1_122_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttFill), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26459    G__memfunc_setup("TAttFill",772,G__G__Base1_122_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttFill), -1, 0, 2, 1, 1, 0, 
26460 "s - 'Color_t' 0 - fcolor s - 'Style_t' 0 - fstyle", (char*)NULL, (void*) NULL, 0);
26461    G__memfunc_setup("Copy",411,G__G__Base1_122_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TAttFill' - 1 - attfill", (char*)NULL, (void*) NULL, 0);
26462    G__memfunc_setup("GetFillColor",1190,G__G__Base1_122_0_4, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26463    G__memfunc_setup("GetFillStyle",1208,G__G__Base1_122_0_5, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26464    G__memfunc_setup("IsTransparent",1358,G__G__Base1_122_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26465    G__memfunc_setup("Modify",616,G__G__Base1_122_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26466    G__memfunc_setup("ResetAttFill",1203,G__G__Base1_122_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26467    G__memfunc_setup("SaveFillAttributes",1853,G__G__Base1_122_0_9, 121, -1, -1, 0, 4, 1, 1, 0, 
26468 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - - 10 - name "
26469 "i - 'Int_t' 0 '1' coldef i - 'Int_t' 0 '1001' stydef", (char*)NULL, (void*) NULL, 1);
26470    G__memfunc_setup("SetFillAttributes",1754,G__G__Base1_122_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
26471    G__memfunc_setup("SetFillColor",1202,G__G__Base1_122_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - fcolor", (char*)NULL, (void*) NULL, 1);
26472    G__memfunc_setup("SetFillStyle",1220,G__G__Base1_122_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - fstyle", (char*)NULL, (void*) NULL, 1);
26473    G__memfunc_setup("Class",502,G__G__Base1_122_0_13, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAttFill::Class) ), 0);
26474    G__memfunc_setup("Class_Name",982,G__G__Base1_122_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttFill::Class_Name) ), 0);
26475    G__memfunc_setup("Class_Version",1339,G__G__Base1_122_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAttFill::Class_Version) ), 0);
26476    G__memfunc_setup("Dictionary",1046,G__G__Base1_122_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAttFill::Dictionary) ), 0);
26477    G__memfunc_setup("IsA",253,G__G__Base1_122_0_17, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26478    G__memfunc_setup("ShowMembers",1132,G__G__Base1_122_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26479    G__memfunc_setup("Streamer",835,G__G__Base1_122_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26480    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_122_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26481    G__memfunc_setup("DeclFileName",1145,G__G__Base1_122_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttFill::DeclFileName) ), 0);
26482    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_122_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttFill::ImplFileLine) ), 0);
26483    G__memfunc_setup("ImplFileName",1171,G__G__Base1_122_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttFill::ImplFileName) ), 0);
26484    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_122_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttFill::DeclFileLine) ), 0);
26485    // automatic copy constructor
26486    G__memfunc_setup("TAttFill", 772, G__G__Base1_122_0_25, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TAttFill), -1, 0, 1, 1, 1, 0, "u 'TAttFill' - 11 - -", (char*) NULL, (void*) NULL, 0);
26487    // automatic destructor
26488    G__memfunc_setup("~TAttFill", 898, G__G__Base1_122_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26489    // automatic assignment operator
26490    G__memfunc_setup("operator=", 937, G__G__Base1_122_0_27, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TAttFill), -1, 1, 1, 1, 1, 0, "u 'TAttFill' - 11 - -", (char*) NULL, (void*) NULL, 0);
26491    G__tag_memfunc_reset();
26492 }
26493 
26494 static void G__setup_memfuncTAttLine(void) {
26495    /* TAttLine */
26496    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttLine));
26497    G__memfunc_setup("TAttLine",773,G__G__Base1_123_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttLine), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26498    G__memfunc_setup("TAttLine",773,G__G__Base1_123_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttLine), -1, 0, 3, 1, 1, 0, 
26499 "s - 'Color_t' 0 - lcolor s - 'Style_t' 0 - lstyle "
26500 "s - 'Width_t' 0 - lwidth", (char*)NULL, (void*) NULL, 0);
26501    G__memfunc_setup("Copy",411,G__G__Base1_123_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TAttLine' - 1 - attline", (char*)NULL, (void*) NULL, 0);
26502    G__memfunc_setup("DistancetoLine",1430,G__G__Base1_123_0_4, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
26503 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py "
26504 "d - 'Double_t' 0 - xp1 d - 'Double_t' 0 - yp1 "
26505 "d - 'Double_t' 0 - xp2 d - 'Double_t' 0 - yp2", (char*)NULL, (void*) NULL, 0);
26506    G__memfunc_setup("GetLineColor",1191,G__G__Base1_123_0_5, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26507    G__memfunc_setup("GetLineStyle",1209,G__G__Base1_123_0_6, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26508    G__memfunc_setup("GetLineWidth",1192,G__G__Base1_123_0_7, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26509    G__memfunc_setup("Modify",616,G__G__Base1_123_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26510    G__memfunc_setup("ResetAttLine",1204,G__G__Base1_123_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26511    G__memfunc_setup("SaveLineAttributes",1854,G__G__Base1_123_0_10, 121, -1, -1, 0, 5, 1, 1, 0, 
26512 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - - 10 - name "
26513 "i - 'Int_t' 0 '1' coldef i - 'Int_t' 0 '1' stydef "
26514 "i - 'Int_t' 0 '1' widdef", (char*)NULL, (void*) NULL, 1);
26515    G__memfunc_setup("SetLineAttributes",1755,G__G__Base1_123_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
26516    G__memfunc_setup("SetLineColor",1203,G__G__Base1_123_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - lcolor", (char*)NULL, (void*) NULL, 1);
26517    G__memfunc_setup("SetLineStyle",1221,G__G__Base1_123_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - lstyle", (char*)NULL, (void*) NULL, 1);
26518    G__memfunc_setup("SetLineWidth",1204,G__G__Base1_123_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 - lwidth", (char*)NULL, (void*) NULL, 1);
26519    G__memfunc_setup("Class",502,G__G__Base1_123_0_15, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAttLine::Class) ), 0);
26520    G__memfunc_setup("Class_Name",982,G__G__Base1_123_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttLine::Class_Name) ), 0);
26521    G__memfunc_setup("Class_Version",1339,G__G__Base1_123_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAttLine::Class_Version) ), 0);
26522    G__memfunc_setup("Dictionary",1046,G__G__Base1_123_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAttLine::Dictionary) ), 0);
26523    G__memfunc_setup("IsA",253,G__G__Base1_123_0_19, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26524    G__memfunc_setup("ShowMembers",1132,G__G__Base1_123_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26525    G__memfunc_setup("Streamer",835,G__G__Base1_123_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26526    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_123_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26527    G__memfunc_setup("DeclFileName",1145,G__G__Base1_123_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttLine::DeclFileName) ), 0);
26528    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_123_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttLine::ImplFileLine) ), 0);
26529    G__memfunc_setup("ImplFileName",1171,G__G__Base1_123_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttLine::ImplFileName) ), 0);
26530    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_123_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttLine::DeclFileLine) ), 0);
26531    // automatic copy constructor
26532    G__memfunc_setup("TAttLine", 773, G__G__Base1_123_0_27, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TAttLine), -1, 0, 1, 1, 1, 0, "u 'TAttLine' - 11 - -", (char*) NULL, (void*) NULL, 0);
26533    // automatic destructor
26534    G__memfunc_setup("~TAttLine", 899, G__G__Base1_123_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26535    // automatic assignment operator
26536    G__memfunc_setup("operator=", 937, G__G__Base1_123_0_29, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TAttLine), -1, 1, 1, 1, 1, 0, "u 'TAttLine' - 11 - -", (char*) NULL, (void*) NULL, 0);
26537    G__tag_memfunc_reset();
26538 }
26539 
26540 static void G__setup_memfuncTAttMarker(void) {
26541    /* TAttMarker */
26542    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttMarker));
26543    G__memfunc_setup("TAttMarker",991,G__G__Base1_125_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttMarker), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26544    G__memfunc_setup("TAttMarker",991,G__G__Base1_125_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttMarker), -1, 0, 3, 1, 1, 0, 
26545 "s - 'Color_t' 0 - color s - 'Style_t' 0 - style "
26546 "f - 'Size_t' 0 - msize", (char*)NULL, (void*) NULL, 0);
26547    G__memfunc_setup("Copy",411,G__G__Base1_125_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TAttMarker' - 1 - attmarker", (char*)NULL, (void*) NULL, 0);
26548    G__memfunc_setup("GetMarkerColor",1409,G__G__Base1_125_0_4, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26549    G__memfunc_setup("GetMarkerStyle",1427,G__G__Base1_125_0_5, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26550    G__memfunc_setup("GetMarkerSize",1309,G__G__Base1_125_0_6, 102, -1, G__defined_typename("Size_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26551    G__memfunc_setup("Modify",616,G__G__Base1_125_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26552    G__memfunc_setup("ResetAttMarker",1422,G__G__Base1_125_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' toption", (char*)NULL, (void*) NULL, 1);
26553    G__memfunc_setup("SaveMarkerAttributes",2072,G__G__Base1_125_0_9, 121, -1, -1, 0, 5, 1, 1, 0, 
26554 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - - 10 - name "
26555 "i - 'Int_t' 0 '1' coldef i - 'Int_t' 0 '1' stydef "
26556 "i - 'Int_t' 0 '1' sizdef", (char*)NULL, (void*) NULL, 1);
26557    G__memfunc_setup("SetMarkerAttributes",1973,G__G__Base1_125_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
26558    G__memfunc_setup("SetMarkerColor",1421,G__G__Base1_125_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' tcolor", (char*)NULL, (void*) NULL, 1);
26559    G__memfunc_setup("SetMarkerStyle",1439,G__G__Base1_125_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '1' mstyle", (char*)NULL, (void*) NULL, 1);
26560    G__memfunc_setup("SetMarkerSize",1321,G__G__Base1_125_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Size_t' 0 '1' msize", (char*)NULL, (void*) NULL, 1);
26561    G__memfunc_setup("Class",502,G__G__Base1_125_0_14, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAttMarker::Class) ), 0);
26562    G__memfunc_setup("Class_Name",982,G__G__Base1_125_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttMarker::Class_Name) ), 0);
26563    G__memfunc_setup("Class_Version",1339,G__G__Base1_125_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAttMarker::Class_Version) ), 0);
26564    G__memfunc_setup("Dictionary",1046,G__G__Base1_125_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAttMarker::Dictionary) ), 0);
26565    G__memfunc_setup("IsA",253,G__G__Base1_125_0_18, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26566    G__memfunc_setup("ShowMembers",1132,G__G__Base1_125_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26567    G__memfunc_setup("Streamer",835,G__G__Base1_125_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26568    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_125_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26569    G__memfunc_setup("DeclFileName",1145,G__G__Base1_125_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttMarker::DeclFileName) ), 0);
26570    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_125_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttMarker::ImplFileLine) ), 0);
26571    G__memfunc_setup("ImplFileName",1171,G__G__Base1_125_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttMarker::ImplFileName) ), 0);
26572    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_125_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttMarker::DeclFileLine) ), 0);
26573    // automatic copy constructor
26574    G__memfunc_setup("TAttMarker", 991, G__G__Base1_125_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TAttMarker), -1, 0, 1, 1, 1, 0, "u 'TAttMarker' - 11 - -", (char*) NULL, (void*) NULL, 0);
26575    // automatic destructor
26576    G__memfunc_setup("~TAttMarker", 1117, G__G__Base1_125_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26577    // automatic assignment operator
26578    G__memfunc_setup("operator=", 937, G__G__Base1_125_0_28, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TAttMarker), -1, 1, 1, 1, 1, 0, "u 'TAttMarker' - 11 - -", (char*) NULL, (void*) NULL, 0);
26579    G__tag_memfunc_reset();
26580 }
26581 
26582 static void G__setup_memfuncTAttPad(void) {
26583    /* TAttPad */
26584    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttPad));
26585    G__memfunc_setup("TAttPad",658,G__G__Base1_127_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttPad), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26586    G__memfunc_setup("Copy",411,G__G__Base1_127_0_2, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TAttPad' - 1 - attpad", (char*)NULL, (void*) NULL, 1);
26587    G__memfunc_setup("GetBottomMargin",1523,G__G__Base1_127_0_3, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26588    G__memfunc_setup("GetLeftMargin",1289,G__G__Base1_127_0_4, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26589    G__memfunc_setup("GetRightMargin",1404,G__G__Base1_127_0_5, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26590    G__memfunc_setup("GetTopMargin",1201,G__G__Base1_127_0_6, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26591    G__memfunc_setup("GetAfile",769,G__G__Base1_127_0_7, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26592    G__memfunc_setup("GetXfile",792,G__G__Base1_127_0_8, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26593    G__memfunc_setup("GetYfile",793,G__G__Base1_127_0_9, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26594    G__memfunc_setup("GetAstat",797,G__G__Base1_127_0_10, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26595    G__memfunc_setup("GetXstat",820,G__G__Base1_127_0_11, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26596    G__memfunc_setup("GetYstat",821,G__G__Base1_127_0_12, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26597    G__memfunc_setup("GetFrameFillColor",1681,G__G__Base1_127_0_13, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26598    G__memfunc_setup("GetFrameLineColor",1682,G__G__Base1_127_0_14, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26599    G__memfunc_setup("GetFrameFillStyle",1699,G__G__Base1_127_0_15, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26600    G__memfunc_setup("GetFrameLineStyle",1700,G__G__Base1_127_0_16, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26601    G__memfunc_setup("GetFrameLineWidth",1683,G__G__Base1_127_0_17, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26602    G__memfunc_setup("GetFrameBorderSize",1796,G__G__Base1_127_0_18, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26603    G__memfunc_setup("GetFrameBorderMode",1774,G__G__Base1_127_0_19, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26604    G__memfunc_setup("Print",525,G__G__Base1_127_0_20, 121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26605    G__memfunc_setup("ResetAttPad",1089,G__G__Base1_127_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26606    G__memfunc_setup("SetBottomMargin",1535,G__G__Base1_127_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - bottommargin", (char*)NULL, (void*) NULL, 1);
26607    G__memfunc_setup("SetLeftMargin",1301,G__G__Base1_127_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - leftmargin", (char*)NULL, (void*) NULL, 1);
26608    G__memfunc_setup("SetRightMargin",1416,G__G__Base1_127_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - rightmargin", (char*)NULL, (void*) NULL, 1);
26609    G__memfunc_setup("SetTopMargin",1213,G__G__Base1_127_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - topmargin", (char*)NULL, (void*) NULL, 1);
26610    G__memfunc_setup("SetMargin",906,G__G__Base1_127_0_26, 121, -1, -1, 0, 4, 1, 1, 0, 
26611 "f - 'Float_t' 0 - left f - 'Float_t' 0 - right "
26612 "f - 'Float_t' 0 - bottom f - 'Float_t' 0 - top", (char*)NULL, (void*) NULL, 1);
26613    G__memfunc_setup("SetAfile",781,G__G__Base1_127_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - afile", (char*)NULL, (void*) NULL, 1);
26614    G__memfunc_setup("SetXfile",804,G__G__Base1_127_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - xfile", (char*)NULL, (void*) NULL, 1);
26615    G__memfunc_setup("SetYfile",805,G__G__Base1_127_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - yfile", (char*)NULL, (void*) NULL, 1);
26616    G__memfunc_setup("SetAstat",809,G__G__Base1_127_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - astat", (char*)NULL, (void*) NULL, 1);
26617    G__memfunc_setup("SetXstat",832,G__G__Base1_127_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - xstat", (char*)NULL, (void*) NULL, 1);
26618    G__memfunc_setup("SetYstat",833,G__G__Base1_127_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - ystat", (char*)NULL, (void*) NULL, 1);
26619    G__memfunc_setup("SetFrameFillColor",1693,G__G__Base1_127_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
26620    G__memfunc_setup("SetFrameLineColor",1694,G__G__Base1_127_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
26621    G__memfunc_setup("SetFrameFillStyle",1711,G__G__Base1_127_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '0' styl", (char*)NULL, (void*) NULL, 0);
26622    G__memfunc_setup("SetFrameLineStyle",1712,G__G__Base1_127_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '0' styl", (char*)NULL, (void*) NULL, 0);
26623    G__memfunc_setup("SetFrameLineWidth",1695,G__G__Base1_127_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' width", (char*)NULL, (void*) NULL, 0);
26624    G__memfunc_setup("SetFrameBorderSize",1808,G__G__Base1_127_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' size", (char*)NULL, (void*) NULL, 0);
26625    G__memfunc_setup("SetFrameBorderMode",1786,G__G__Base1_127_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' mode", (char*)NULL, (void*) NULL, 0);
26626    G__memfunc_setup("Class",502,G__G__Base1_127_0_40, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAttPad::Class) ), 0);
26627    G__memfunc_setup("Class_Name",982,G__G__Base1_127_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttPad::Class_Name) ), 0);
26628    G__memfunc_setup("Class_Version",1339,G__G__Base1_127_0_42, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAttPad::Class_Version) ), 0);
26629    G__memfunc_setup("Dictionary",1046,G__G__Base1_127_0_43, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAttPad::Dictionary) ), 0);
26630    G__memfunc_setup("IsA",253,G__G__Base1_127_0_44, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26631    G__memfunc_setup("ShowMembers",1132,G__G__Base1_127_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26632    G__memfunc_setup("Streamer",835,G__G__Base1_127_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26633    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_127_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26634    G__memfunc_setup("DeclFileName",1145,G__G__Base1_127_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttPad::DeclFileName) ), 0);
26635    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_127_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttPad::ImplFileLine) ), 0);
26636    G__memfunc_setup("ImplFileName",1171,G__G__Base1_127_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttPad::ImplFileName) ), 0);
26637    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_127_0_51, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttPad::DeclFileLine) ), 0);
26638    // automatic copy constructor
26639    G__memfunc_setup("TAttPad", 658, G__G__Base1_127_0_52, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TAttPad), -1, 0, 1, 1, 1, 0, "u 'TAttPad' - 11 - -", (char*) NULL, (void*) NULL, 0);
26640    // automatic destructor
26641    G__memfunc_setup("~TAttPad", 784, G__G__Base1_127_0_53, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26642    // automatic assignment operator
26643    G__memfunc_setup("operator=", 937, G__G__Base1_127_0_54, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TAttPad), -1, 1, 1, 1, 1, 0, "u 'TAttPad' - 11 - -", (char*) NULL, (void*) NULL, 0);
26644    G__tag_memfunc_reset();
26645 }
26646 
26647 static void G__setup_memfuncTAttText(void) {
26648    /* TAttText */
26649    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TAttText));
26650    G__memfunc_setup("TAttText",802,G__G__Base1_128_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttText), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26651    G__memfunc_setup("TAttText",802,G__G__Base1_128_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TAttText), -1, 0, 5, 1, 1, 0, 
26652 "i - 'Int_t' 0 - align f - 'Float_t' 0 - angle "
26653 "s - 'Color_t' 0 - color s - 'Style_t' 0 - font "
26654 "f - 'Float_t' 0 - tsize", (char*)NULL, (void*) NULL, 0);
26655    G__memfunc_setup("Copy",411,G__G__Base1_128_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TAttText' - 1 - atttext", (char*)NULL, (void*) NULL, 0);
26656    G__memfunc_setup("GetTextAlign",1200,G__G__Base1_128_0_4, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26657    G__memfunc_setup("GetTextAngle",1196,G__G__Base1_128_0_5, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26658    G__memfunc_setup("GetTextColor",1220,G__G__Base1_128_0_6, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26659    G__memfunc_setup("GetTextFont",1116,G__G__Base1_128_0_7, 115, -1, G__defined_typename("Font_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26660    G__memfunc_setup("GetTextSize",1120,G__G__Base1_128_0_8, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26661    G__memfunc_setup("Modify",616,G__G__Base1_128_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26662    G__memfunc_setup("ResetAttText",1233,G__G__Base1_128_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' toption", (char*)NULL, (void*) NULL, 1);
26663    G__memfunc_setup("SaveTextAttributes",1883,G__G__Base1_128_0_11, 121, -1, -1, 0, 7, 1, 1, 0, 
26664 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - - 10 - name "
26665 "i - 'Int_t' 0 '12' alidef f - 'Float_t' 0 '0' angdef "
26666 "i - 'Int_t' 0 '1' coldef i - 'Int_t' 0 '61' fondef "
26667 "f - 'Float_t' 0 '1' sizdef", (char*)NULL, (void*) NULL, 1);
26668    G__memfunc_setup("SetTextAttributes",1784,G__G__Base1_128_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
26669    G__memfunc_setup("SetTextAlign",1212,G__G__Base1_128_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 '11' align", (char*)NULL, (void*) NULL, 1);
26670    G__memfunc_setup("SetTextAngle",1208,G__G__Base1_128_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' tangle", "*MENU*", (void*) NULL, 1);
26671    G__memfunc_setup("SetTextColor",1232,G__G__Base1_128_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' tcolor", (char*)NULL, (void*) NULL, 1);
26672    G__memfunc_setup("SetTextFont",1128,G__G__Base1_128_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Font_t' 0 '62' tfont", (char*)NULL, (void*) NULL, 1);
26673    G__memfunc_setup("SetTextSize",1132,G__G__Base1_128_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' tsize", (char*)NULL, (void*) NULL, 1);
26674    G__memfunc_setup("SetTextSizePixels",1761,G__G__Base1_128_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npixels", (char*)NULL, (void*) NULL, 1);
26675    G__memfunc_setup("Class",502,G__G__Base1_128_0_19, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TAttText::Class) ), 0);
26676    G__memfunc_setup("Class_Name",982,G__G__Base1_128_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttText::Class_Name) ), 0);
26677    G__memfunc_setup("Class_Version",1339,G__G__Base1_128_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TAttText::Class_Version) ), 0);
26678    G__memfunc_setup("Dictionary",1046,G__G__Base1_128_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TAttText::Dictionary) ), 0);
26679    G__memfunc_setup("IsA",253,G__G__Base1_128_0_23, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26680    G__memfunc_setup("ShowMembers",1132,G__G__Base1_128_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26681    G__memfunc_setup("Streamer",835,G__G__Base1_128_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26682    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_128_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26683    G__memfunc_setup("DeclFileName",1145,G__G__Base1_128_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttText::DeclFileName) ), 0);
26684    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_128_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttText::ImplFileLine) ), 0);
26685    G__memfunc_setup("ImplFileName",1171,G__G__Base1_128_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TAttText::ImplFileName) ), 0);
26686    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_128_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TAttText::DeclFileLine) ), 0);
26687    // automatic copy constructor
26688    G__memfunc_setup("TAttText", 802, G__G__Base1_128_0_31, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TAttText), -1, 0, 1, 1, 1, 0, "u 'TAttText' - 11 - -", (char*) NULL, (void*) NULL, 0);
26689    // automatic destructor
26690    G__memfunc_setup("~TAttText", 928, G__G__Base1_128_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26691    // automatic assignment operator
26692    G__memfunc_setup("operator=", 937, G__G__Base1_128_0_33, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TAttText), -1, 1, 1, 1, 1, 0, "u 'TAttText' - 11 - -", (char*) NULL, (void*) NULL, 0);
26693    G__tag_memfunc_reset();
26694 }
26695 
26696 static void G__setup_memfuncTBenchmark(void) {
26697    /* TBenchmark */
26698    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TBenchmark));
26699    G__memfunc_setup("TBenchmark",991,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TBenchmark), -1, 0, 1, 1, 2, 0, "u 'TBenchmark' - 11 - -", (char*)NULL, (void*) NULL, 0);
26700    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TBenchmark), -1, 1, 1, 1, 2, 0, "u 'TBenchmark' - 11 - -", (char*)NULL, (void*) NULL, 0);
26701    G__memfunc_setup("TBenchmark",991,G__G__Base1_131_0_3, 105, G__get_linked_tagnum(&G__G__Base1LN_TBenchmark), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26702    G__memfunc_setup("GetBench",768,G__G__Base1_131_0_4, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
26703    G__memfunc_setup("GetCpuTime",983,G__G__Base1_131_0_5, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
26704    G__memfunc_setup("GetRealTime",1075,G__G__Base1_131_0_6, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
26705    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' name", (char*)NULL, (void*) NULL, 1);
26706    G__memfunc_setup("Reset",515,G__G__Base1_131_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26707    G__memfunc_setup("Show",417,G__G__Base1_131_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
26708    G__memfunc_setup("Start",526,G__G__Base1_131_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
26709    G__memfunc_setup("Stop",422,G__G__Base1_131_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
26710    G__memfunc_setup("Summary",750,G__G__Base1_131_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
26711 "f - 'Float_t' 1 - rt f - 'Float_t' 1 - cp", (char*)NULL, (void*) NULL, 1);
26712    G__memfunc_setup("Class",502,G__G__Base1_131_0_13, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBenchmark::Class) ), 0);
26713    G__memfunc_setup("Class_Name",982,G__G__Base1_131_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBenchmark::Class_Name) ), 0);
26714    G__memfunc_setup("Class_Version",1339,G__G__Base1_131_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBenchmark::Class_Version) ), 0);
26715    G__memfunc_setup("Dictionary",1046,G__G__Base1_131_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBenchmark::Dictionary) ), 0);
26716    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26717    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);
26718    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);
26719    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_131_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26720    G__memfunc_setup("DeclFileName",1145,G__G__Base1_131_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBenchmark::DeclFileName) ), 0);
26721    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_131_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBenchmark::ImplFileLine) ), 0);
26722    G__memfunc_setup("ImplFileName",1171,G__G__Base1_131_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBenchmark::ImplFileName) ), 0);
26723    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_131_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBenchmark::DeclFileLine) ), 0);
26724    // automatic destructor
26725    G__memfunc_setup("~TBenchmark", 1117, G__G__Base1_131_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26726    G__tag_memfunc_reset();
26727 }
26728 
26729 static void G__setup_memfuncTBrowserImp(void) {
26730    /* TBrowserImp */
26731    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp));
26732    G__memfunc_setup("TBrowserImp",1118,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 0, 1, 1, 2, 0, "u 'TBrowserImp' - 11 - br", (char*)NULL, (void*) NULL, 0);
26733    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 1, 1, 1, 2, 0, "u 'TBrowserImp' - 11 - br", (char*)NULL, (void*) NULL, 0);
26734    G__memfunc_setup("TBrowserImp",1118,G__G__Base1_133_0_3, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 '0' b", (char*)NULL, (void*) NULL, 0);
26735    G__memfunc_setup("TBrowserImp",1118,G__G__Base1_133_0_4, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 0, 5, 1, 1, 0, 
26736 "U 'TBrowser' - 0 - b C - - 10 - title "
26737 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
26738 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26739    G__memfunc_setup("TBrowserImp",1118,G__G__Base1_133_0_5, 105, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 0, 7, 1, 1, 0, 
26740 "U 'TBrowser' - 0 - b C - - 10 - title "
26741 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
26742 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
26743 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
26744    G__memfunc_setup("Add",265,G__G__Base1_133_0_6, 121, -1, -1, 0, 3, 1, 1, 0, 
26745 "U 'TObject' - 0 - - C - - 10 - - "
26746 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26747    G__memfunc_setup("AddCheckBox",1040,G__G__Base1_133_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
26748 "U 'TObject' - 0 - - g - 'Bool_t' 0 'kFALSE' -", (char*)NULL, (void*) NULL, 1);
26749    G__memfunc_setup("CheckObjectItem",1476,G__G__Base1_133_0_8, 121, -1, -1, 0, 2, 1, 1, 0, 
26750 "U 'TObject' - 0 - - g - 'Bool_t' 0 'kFALSE' -", (char*)NULL, (void*) NULL, 1);
26751    G__memfunc_setup("RemoveCheckBox",1397,G__G__Base1_133_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - -", (char*)NULL, (void*) NULL, 1);
26752    G__memfunc_setup("BrowseObj",909,G__G__Base1_133_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - -", (char*)NULL, (void*) NULL, 1);
26753    G__memfunc_setup("Browser",740,G__G__Base1_133_0_11, 85, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26754    G__memfunc_setup("ExecuteDefaultAction",2038,G__G__Base1_133_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - -", (char*)NULL, (void*) NULL, 1);
26755    G__memfunc_setup("Iconify",721,G__G__Base1_133_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26756    G__memfunc_setup("RecursiveRemove",1574,G__G__Base1_133_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - -", (char*)NULL, (void*) NULL, 1);
26757    G__memfunc_setup("Refresh",719,G__G__Base1_133_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' -", (char*)NULL, (void*) NULL, 1);
26758    G__memfunc_setup("Show",417,G__G__Base1_133_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26759    G__memfunc_setup("SetDrawOption",1331,G__G__Base1_133_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26760    G__memfunc_setup("GetDrawOption",1319,G__G__Base1_133_0_18, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26761    G__memfunc_setup("ExecPlugin",1012,G__G__Base1_133_0_19, 108, -1, G__defined_typename("Long_t"), 0, 5, 1, 1, 0, 
26762 "C - - 10 - - C - - 10 - - "
26763 "C - - 10 - - i - 'Int_t' 0 - - "
26764 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26765    G__memfunc_setup("SetStatusText",1365,G__G__Base1_133_0_20, 121, -1, -1, 0, 2, 1, 1, 0, 
26766 "C - - 10 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26767    G__memfunc_setup("StartEmbedding",1421,G__G__Base1_133_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
26768 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26769    G__memfunc_setup("StopEmbedding",1317,G__G__Base1_133_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
26770    G__memfunc_setup("GetMainFrame",1168,G__G__Base1_133_0_23, 85, G__get_linked_tagnum(&G__G__Base1LN_TGMainFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26771    G__memfunc_setup("GetBrowser",1028,G__G__Base1_133_0_24, 85, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26772    G__memfunc_setup("SetBrowser",1040,G__G__Base1_133_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
26773    G__memfunc_setup("Class",502,G__G__Base1_133_0_26, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBrowserImp::Class) ), 0);
26774    G__memfunc_setup("Class_Name",982,G__G__Base1_133_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowserImp::Class_Name) ), 0);
26775    G__memfunc_setup("Class_Version",1339,G__G__Base1_133_0_28, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBrowserImp::Class_Version) ), 0);
26776    G__memfunc_setup("Dictionary",1046,G__G__Base1_133_0_29, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBrowserImp::Dictionary) ), 0);
26777    G__memfunc_setup("IsA",253,G__G__Base1_133_0_30, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26778    G__memfunc_setup("ShowMembers",1132,G__G__Base1_133_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26779    G__memfunc_setup("Streamer",835,G__G__Base1_133_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26780    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_133_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26781    G__memfunc_setup("DeclFileName",1145,G__G__Base1_133_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowserImp::DeclFileName) ), 0);
26782    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_133_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBrowserImp::ImplFileLine) ), 0);
26783    G__memfunc_setup("ImplFileName",1171,G__G__Base1_133_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowserImp::ImplFileName) ), 0);
26784    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_133_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBrowserImp::DeclFileLine) ), 0);
26785    // automatic destructor
26786    G__memfunc_setup("~TBrowserImp", 1244, G__G__Base1_133_0_38, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26787    G__tag_memfunc_reset();
26788 }
26789 
26790 static void G__setup_memfuncTContextMenu(void) {
26791    /* TContextMenu */
26792    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TContextMenu));
26793    G__memfunc_setup("TContextMenu",1230,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TContextMenu), -1, 0, 1, 1, 4, 0, "u 'TContextMenu' - 11 - -", "TContextMenu can not be copied since we do not know the actual type of the TContextMenuImp (and it can not be 'Cloned')", (void*) NULL, 0);
26794    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TContextMenu), -1, 1, 1, 1, 4, 0, "u 'TContextMenu' - 11 - -", "TContextMenu can not be copied since we do not know the actual type of the TContextMenuImp (and it can not be 'Cloned')", (void*) NULL, 0);
26795    G__memfunc_setup("DisplayPopUp",1226,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26796 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
26797    G__memfunc_setup("TContextMenu",1230,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TContextMenu), -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
26798    G__memfunc_setup("TContextMenu",1230,G__G__Base1_134_0_5, 105, G__get_linked_tagnum(&G__G__Base1LN_TContextMenu), -1, 0, 2, 1, 1, 0, 
26799 "C - - 10 - name C - - 10 '\"Context sensitive popup menu\"' title", (char*)NULL, (void*) NULL, 0);
26800    G__memfunc_setup("Action",606,G__G__Base1_134_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
26801 "U 'TObject' - 0 - object U 'TMethod' - 0 - method", (char*)NULL, (void*) NULL, 1);
26802    G__memfunc_setup("Action",606,G__G__Base1_134_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
26803 "U 'TObject' - 0 - object U 'TToggle' - 0 - toggle", (char*)NULL, (void*) NULL, 1);
26804    G__memfunc_setup("Action",606,G__G__Base1_134_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClassMenuItem' - 0 - classmenuitem", (char*)NULL, (void*) NULL, 1);
26805    G__memfunc_setup("Action",606,G__G__Base1_134_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TMethod' - 0 - method", (char*)NULL, (void*) NULL, 0);
26806    G__memfunc_setup("Action",606,G__G__Base1_134_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TToggle' - 0 - toggle", (char*)NULL, (void*) NULL, 0);
26807    G__memfunc_setup("CreateArgumentTitle",1945,G__G__Base1_134_0_11, 67, -1, -1, 0, 1, 1, 1, 1, "U 'TMethodArg' - 0 - argument", (char*)NULL, (void*) NULL, 1);
26808    G__memfunc_setup("CreateDialogTitle",1702,G__G__Base1_134_0_12, 67, -1, -1, 0, 2, 1, 1, 1, 
26809 "U 'TObject' - 0 - object U 'TFunction' - 0 - method", (char*)NULL, (void*) NULL, 1);
26810    G__memfunc_setup("CreatePopupTitle",1642,G__G__Base1_134_0_13, 67, -1, -1, 0, 1, 1, 1, 1, "U 'TObject' - 0 - object", (char*)NULL, (void*) NULL, 1);
26811    G__memfunc_setup("Execute",723,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
26812 "C - - 10 - method C - - 10 - params "
26813 "I - 'Int_t' 0 '0' error", (char*)NULL, (void*) NULL, 1);
26814    G__memfunc_setup("Execute",723,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
26815 "U 'TMethod' - 0 - method U 'TObjArray' - 0 - params "
26816 "I - 'Int_t' 0 '0' error", (char*)NULL, (void*) NULL, 1);
26817    G__memfunc_setup("Execute",723,G__G__Base1_134_0_16, 121, -1, -1, 0, 3, 1, 1, 0, 
26818 "U 'TObject' - 0 - object U 'TFunction' - 0 - method "
26819 "C - - 10 - params", (char*)NULL, (void*) NULL, 1);
26820    G__memfunc_setup("Execute",723,G__G__Base1_134_0_17, 121, -1, -1, 0, 3, 1, 1, 0, 
26821 "U 'TObject' - 0 - object U 'TFunction' - 0 - method "
26822 "U 'TObjArray' - 0 - params", (char*)NULL, (void*) NULL, 1);
26823    G__memfunc_setup("Execute",723,G__G__Base1_134_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - params", (char*)NULL, (void*) NULL, 0);
26824    G__memfunc_setup("Execute",723,G__G__Base1_134_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObjArray' - 0 - params", (char*)NULL, (void*) NULL, 0);
26825    G__memfunc_setup("GetBrowser",1028,G__G__Base1_134_0_20, 85, G__get_linked_tagnum(&G__G__Base1LN_TBrowser), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26826    G__memfunc_setup("GetContextMenuImp",1728,G__G__Base1_134_0_21, 85, G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26827    G__memfunc_setup("GetSelectedCanvas",1701,G__G__Base1_134_0_22, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26828    G__memfunc_setup("GetSelectedMethod",1706,G__G__Base1_134_0_23, 85, G__get_linked_tagnum(&G__G__Base1LN_TFunction), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26829    G__memfunc_setup("GetSelectedObject",1696,G__G__Base1_134_0_24, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26830    G__memfunc_setup("GetCalledObject",1468,G__G__Base1_134_0_25, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26831    G__memfunc_setup("GetSelectedMenuItem",1901,G__G__Base1_134_0_26, 85, G__get_linked_tagnum(&G__G__Base1LN_TClassMenuItem), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26832    G__memfunc_setup("GetSelectedPad",1374,G__G__Base1_134_0_27, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26833    G__memfunc_setup("Popup",532,G__G__Base1_134_0_28, 121, -1, -1, 0, 5, 1, 1, 0, 
26834 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
26835 "U 'TObject' - 0 - obj U 'TVirtualPad' - 0 '0' c "
26836 "U 'TVirtualPad' - 0 '0' p", "Create menu from canvas", (void*) NULL, 1);
26837    G__memfunc_setup("Popup",532,G__G__Base1_134_0_29, 121, -1, -1, 0, 4, 1, 1, 0, 
26838 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
26839 "U 'TObject' - 0 - obj U 'TBrowser' - 0 - b", "Create menu from Browser", (void*) NULL, 1);
26840    G__memfunc_setup("SetCanvas",904,G__G__Base1_134_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - c", (char*)NULL, (void*) NULL, 1);
26841    G__memfunc_setup("SetBrowser",1040,G__G__Base1_134_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
26842    G__memfunc_setup("SetMethod",909,G__G__Base1_134_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TFunction' - 0 - m", (char*)NULL, (void*) NULL, 1);
26843    G__memfunc_setup("SetCalledObject",1480,G__G__Base1_134_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - o", (char*)NULL, (void*) NULL, 1);
26844    G__memfunc_setup("SetSelectedMenuItem",1913,G__G__Base1_134_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClassMenuItem' - 0 - mi", (char*)NULL, (void*) NULL, 1);
26845    G__memfunc_setup("SetNameTitle",1199,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
26846 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 1);
26847    G__memfunc_setup("SetObject",899,G__G__Base1_134_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - o", (char*)NULL, (void*) NULL, 1);
26848    G__memfunc_setup("SetPad",577,G__G__Base1_134_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - p", (char*)NULL, (void*) NULL, 1);
26849    G__memfunc_setup("Class",502,G__G__Base1_134_0_38, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TContextMenu::Class) ), 0);
26850    G__memfunc_setup("Class_Name",982,G__G__Base1_134_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TContextMenu::Class_Name) ), 0);
26851    G__memfunc_setup("Class_Version",1339,G__G__Base1_134_0_40, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TContextMenu::Class_Version) ), 0);
26852    G__memfunc_setup("Dictionary",1046,G__G__Base1_134_0_41, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TContextMenu::Dictionary) ), 0);
26853    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26854    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);
26855    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);
26856    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_134_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26857    G__memfunc_setup("DeclFileName",1145,G__G__Base1_134_0_46, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TContextMenu::DeclFileName) ), 0);
26858    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_134_0_47, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TContextMenu::ImplFileLine) ), 0);
26859    G__memfunc_setup("ImplFileName",1171,G__G__Base1_134_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TContextMenu::ImplFileName) ), 0);
26860    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_134_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TContextMenu::DeclFileLine) ), 0);
26861    // automatic destructor
26862    G__memfunc_setup("~TContextMenu", 1356, G__G__Base1_134_0_50, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26863    G__tag_memfunc_reset();
26864 }
26865 
26866 static void G__setup_memfuncTBuffer3D(void) {
26867    /* TBuffer3D */
26868    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D));
26869    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
26870    G__memfunc_setup("TBuffer3D",805,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D), -1, 0, 1, 1, 4, 0, "u 'TBuffer3D' - 11 - -", (char*)NULL, (void*) NULL, 0);
26871    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D), -1, 1, 1, 1, 4, 1, "u 'TBuffer3D' - 11 - -", (char*)NULL, (void*) NULL, 0);
26872    G__memfunc_setup("GetCSLevel",942,G__G__Base1_137_0_4, 104, -1, G__defined_typename("UInt_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (UInt_t (*)())(&TBuffer3D::GetCSLevel) ), 0);
26873    G__memfunc_setup("IncCSLevel",936,G__G__Base1_137_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBuffer3D::IncCSLevel) ), 0);
26874    G__memfunc_setup("DecCSLevel",922,G__G__Base1_137_0_6, 104, -1, G__defined_typename("UInt_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (UInt_t (*)())(&TBuffer3D::DecCSLevel) ), 0);
26875    G__memfunc_setup("TBuffer3D",805,G__G__Base1_137_0_7, 105, G__get_linked_tagnum(&G__G__Base1LN_TBuffer3D), -1, 0, 7, 1, 1, 0, 
26876 "i - 'Int_t' 0 - type h - 'UInt_t' 0 '0' reqPnts "
26877 "h - 'UInt_t' 0 '0' reqPntsCapacity h - 'UInt_t' 0 '0' reqSegs "
26878 "h - 'UInt_t' 0 '0' reqSegsCapacity h - 'UInt_t' 0 '0' reqPols "
26879 "h - 'UInt_t' 0 '0' reqPolsCapacity", (char*)NULL, (void*) NULL, 0);
26880    G__memfunc_setup("SetSectionsValid",1636,G__G__Base1_137_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - mask", (char*)NULL, (void*) NULL, 0);
26881    G__memfunc_setup("ClearSectionsValid",1823,G__G__Base1_137_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26882    G__memfunc_setup("SectionsValid",1336,G__G__Base1_137_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - mask", (char*)NULL, (void*) NULL, 0);
26883    G__memfunc_setup("GetSections",1128,G__G__Base1_137_0_11, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - mask", (char*)NULL, (void*) NULL, 0);
26884    G__memfunc_setup("SetLocalMasterIdentity",2253,G__G__Base1_137_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", "Set fLocalMaster in kCore to identity", (void*) NULL, 0);
26885    G__memfunc_setup("SetAABoundingBox",1549,G__G__Base1_137_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
26886 "D - 'Double_t' 10 - origin D - 'Double_t' 10 - halfLengths", (char*)NULL, (void*) NULL, 0);
26887    G__memfunc_setup("SetRawSizes",1124,G__G__Base1_137_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 6, 1, 1, 0, 
26888 "h - 'UInt_t' 0 - reqPnts h - 'UInt_t' 0 - reqPntsCapacity "
26889 "h - 'UInt_t' 0 - reqSegs h - 'UInt_t' 0 - reqSegsCapacity "
26890 "h - 'UInt_t' 0 - reqPols h - 'UInt_t' 0 - reqPolsCapacity", (char*)NULL, (void*) NULL, 0);
26891    G__memfunc_setup("NbPnts",597,G__G__Base1_137_0_15, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26892    G__memfunc_setup("NbSegs",578,G__G__Base1_137_0_16, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26893    G__memfunc_setup("NbPols",590,G__G__Base1_137_0_17, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26894    G__memfunc_setup("Type",418,G__G__Base1_137_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26895    G__memfunc_setup("Class",502,G__G__Base1_137_0_19, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBuffer3D::Class) ), 0);
26896    G__memfunc_setup("Class_Name",982,G__G__Base1_137_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBuffer3D::Class_Name) ), 0);
26897    G__memfunc_setup("Class_Version",1339,G__G__Base1_137_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBuffer3D::Class_Version) ), 0);
26898    G__memfunc_setup("Dictionary",1046,G__G__Base1_137_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBuffer3D::Dictionary) ), 0);
26899    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26900    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);
26901    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);
26902    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_137_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26903    G__memfunc_setup("DeclFileName",1145,G__G__Base1_137_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBuffer3D::DeclFileName) ), 0);
26904    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_137_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBuffer3D::ImplFileLine) ), 0);
26905    G__memfunc_setup("ImplFileName",1171,G__G__Base1_137_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBuffer3D::ImplFileName) ), 0);
26906    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_137_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBuffer3D::DeclFileLine) ), 0);
26907    // automatic destructor
26908    G__memfunc_setup("~TBuffer3D", 931, G__G__Base1_137_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26909    G__tag_memfunc_reset();
26910 }
26911 
26912 static void G__setup_memfuncTCanvasImp(void) {
26913    /* TCanvasImp */
26914    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp));
26915    G__memfunc_setup("TCanvasImp",982,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 0, 1, 1, 2, 0, "u 'TCanvasImp' - 11 - ci", (char*)NULL, (void*) NULL, 0);
26916    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 1, 1, 1, 2, 0, "u 'TCanvasImp' - 11 - ci", (char*)NULL, (void*) NULL, 0);
26917    G__memfunc_setup("Lock",393,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26918    G__memfunc_setup("Unlock",620,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26919    G__memfunc_setup("IsLocked",782,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26920    G__memfunc_setup("TCanvasImp",982,G__G__Base1_147_0_6, 105, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 0, 1, 1, 1, 0, "U 'TCanvas' - 0 '0' c", (char*)NULL, (void*) NULL, 0);
26921    G__memfunc_setup("TCanvasImp",982,G__G__Base1_147_0_7, 105, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 0, 4, 1, 1, 0, 
26922 "U 'TCanvas' - 0 - c C - - 10 - name "
26923 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
26924    G__memfunc_setup("TCanvasImp",982,G__G__Base1_147_0_8, 105, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 0, 6, 1, 1, 0, 
26925 "U 'TCanvas' - 0 - c C - - 10 - name "
26926 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
26927 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
26928    G__memfunc_setup("Canvas",604,G__G__Base1_147_0_9, 85, G__get_linked_tagnum(&G__G__Base1LN_TCanvas), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26929    G__memfunc_setup("Close",502,G__G__Base1_147_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26930    G__memfunc_setup("ForceUpdate",1106,G__G__Base1_147_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26931    G__memfunc_setup("GetWindowGeometry",1764,G__G__Base1_147_0_12, 104, -1, G__defined_typename("UInt_t"), 0, 4, 1, 1, 0, 
26932 "i - 'Int_t' 1 - x i - 'Int_t' 1 - y "
26933 "h - 'UInt_t' 1 - w h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1);
26934    G__memfunc_setup("Iconify",721,G__G__Base1_147_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26935    G__memfunc_setup("InitWindow",1036,G__G__Base1_147_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26936    G__memfunc_setup("SetStatusText",1365,G__G__Base1_147_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
26937 "C - - 10 '0' text i - 'Int_t' 0 '0' partidx", (char*)NULL, (void*) NULL, 1);
26938    G__memfunc_setup("SetWindowPosition",1785,G__G__Base1_147_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
26939 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
26940    G__memfunc_setup("SetWindowSize",1343,G__G__Base1_147_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
26941 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
26942    G__memfunc_setup("SetWindowTitle",1446,G__G__Base1_147_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - newTitle", (char*)NULL, (void*) NULL, 1);
26943    G__memfunc_setup("SetCanvasSize",1315,G__G__Base1_147_0_19, 121, -1, -1, 0, 2, 1, 1, 0, 
26944 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
26945    G__memfunc_setup("Show",417,G__G__Base1_147_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26946    G__memfunc_setup("ShowMenuBar",1099,G__G__Base1_147_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
26947    G__memfunc_setup("ShowStatusBar",1338,G__G__Base1_147_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
26948    G__memfunc_setup("RaiseWindow",1132,G__G__Base1_147_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26949    G__memfunc_setup("ReallyDelete",1212,G__G__Base1_147_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26950    G__memfunc_setup("ShowEditor",1032,G__G__Base1_147_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
26951    G__memfunc_setup("ShowToolBar",1108,G__G__Base1_147_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
26952    G__memfunc_setup("ShowToolTips",1247,G__G__Base1_147_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
26953    G__memfunc_setup("HasEditor",899,G__G__Base1_147_0_28, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26954    G__memfunc_setup("HasMenuBar",966,G__G__Base1_147_0_29, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26955    G__memfunc_setup("HasStatusBar",1205,G__G__Base1_147_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26956    G__memfunc_setup("HasToolBar",975,G__G__Base1_147_0_31, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26957    G__memfunc_setup("HasToolTips",1114,G__G__Base1_147_0_32, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26958    G__memfunc_setup("Class",502,G__G__Base1_147_0_33, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TCanvasImp::Class) ), 0);
26959    G__memfunc_setup("Class_Name",982,G__G__Base1_147_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCanvasImp::Class_Name) ), 0);
26960    G__memfunc_setup("Class_Version",1339,G__G__Base1_147_0_35, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TCanvasImp::Class_Version) ), 0);
26961    G__memfunc_setup("Dictionary",1046,G__G__Base1_147_0_36, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCanvasImp::Dictionary) ), 0);
26962    G__memfunc_setup("IsA",253,G__G__Base1_147_0_37, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26963    G__memfunc_setup("ShowMembers",1132,G__G__Base1_147_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26964    G__memfunc_setup("Streamer",835,G__G__Base1_147_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26965    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_147_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26966    G__memfunc_setup("DeclFileName",1145,G__G__Base1_147_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCanvasImp::DeclFileName) ), 0);
26967    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_147_0_42, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCanvasImp::ImplFileLine) ), 0);
26968    G__memfunc_setup("ImplFileName",1171,G__G__Base1_147_0_43, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCanvasImp::ImplFileName) ), 0);
26969    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_147_0_44, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCanvasImp::DeclFileLine) ), 0);
26970    // automatic destructor
26971    G__memfunc_setup("~TCanvasImp", 1108, G__G__Base1_147_0_45, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26972    G__tag_memfunc_reset();
26973 }
26974 
26975 static void G__setup_memfuncTColor(void) {
26976    /* TColor */
26977    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TColor));
26978    G__memfunc_setup("Allocate",805,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
26979    G__memfunc_setup("HLStoRGB1",726,(G__InterfaceMethod) NULL, 102, -1, G__defined_typename("Float_t"), 0, 3, 3, 4, 0, 
26980 "f - 'Float_t' 0 - rn1 f - 'Float_t' 0 - rn2 "
26981 "f - 'Float_t' 0 - huei", (char*)NULL, (void*) NULL, 0);
26982    G__memfunc_setup("TColor",595,G__G__Base1_150_0_3, 105, G__get_linked_tagnum(&G__G__Base1LN_TColor), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26983    G__memfunc_setup("TColor",595,G__G__Base1_150_0_4, 105, G__get_linked_tagnum(&G__G__Base1LN_TColor), -1, 0, 6, 1, 1, 0, 
26984 "i - 'Int_t' 0 - color f - 'Float_t' 0 - r "
26985 "f - 'Float_t' 0 - g f - 'Float_t' 0 - b "
26986 "C - - 10 '\"\"' name f - 'Float_t' 0 '1' a", (char*)NULL, (void*) NULL, 0);
26987    G__memfunc_setup("TColor",595,G__G__Base1_150_0_5, 105, G__get_linked_tagnum(&G__G__Base1LN_TColor), -1, 0, 1, 1, 1, 0, "u 'TColor' - 11 - color", (char*)NULL, (void*) NULL, 0);
26988    G__memfunc_setup("AsHexString",1104,G__G__Base1_150_0_6, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
26989    G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - color", (char*)NULL, (void*) NULL, 1);
26990    G__memfunc_setup("CreateColorWheel",1608,G__G__Base1_150_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TColor::CreateColorWheel) ), 0);
26991    G__memfunc_setup("CreateColorsGray",1625,G__G__Base1_150_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TColor::CreateColorsGray) ), 0);
26992    G__memfunc_setup("CreateColorsCircle",1816,G__G__Base1_150_0_10, 121, -1, -1, 0, 3, 3, 1, 0, 
26993 "i - 'Int_t' 0 - offset C - - 10 - name "
26994 "B - 'UChar_t' 0 - rgb", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, const char*, UChar_t*))(&TColor::CreateColorsCircle) ), 0);
26995    G__memfunc_setup("CreateColorsRectangle",2139,G__G__Base1_150_0_11, 121, -1, -1, 0, 3, 3, 1, 0, 
26996 "i - 'Int_t' 0 - offset C - - 10 - name "
26997 "B - 'UChar_t' 0 - rgb", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, const char*, UChar_t*))(&TColor::CreateColorsRectangle) ), 0);
26998    G__memfunc_setup("CreateGradientColorTable",2409,G__G__Base1_150_0_12, 105, -1, G__defined_typename("Int_t"), 0, 6, 3, 1, 0, 
26999 "h - 'UInt_t' 0 - Number D - 'Double_t' 0 - Stops "
27000 "D - 'Double_t' 0 - Red D - 'Double_t' 0 - Green "
27001 "D - 'Double_t' 0 - Blue h - 'UInt_t' 0 - NColors", (char*)NULL, (void*) G__func2void( (Int_t (*)(UInt_t, Double_t*, Double_t*, Double_t*, Double_t*, UInt_t))(&TColor::CreateGradientColorTable) ), 0);
27002    G__memfunc_setup("GetColorPalette",1518,G__G__Base1_150_0_13, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t))(&TColor::GetColorPalette) ), 0);
27003    G__memfunc_setup("GetNumberOfColors",1712,G__G__Base1_150_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Int_t (*)())(&TColor::GetNumberOfColors) ), 0);
27004    G__memfunc_setup("GetRGB",507,G__G__Base1_150_0_15, 121, -1, -1, 0, 3, 1, 1, 8, 
27005 "f - 'Float_t' 1 - r f - 'Float_t' 1 - g "
27006 "f - 'Float_t' 1 - b", (char*)NULL, (void*) NULL, 1);
27007    G__memfunc_setup("GetHLS",519,G__G__Base1_150_0_16, 121, -1, -1, 0, 3, 1, 1, 8, 
27008 "f - 'Float_t' 1 - h f - 'Float_t' 1 - l "
27009 "f - 'Float_t' 1 - s", (char*)NULL, (void*) NULL, 1);
27010    G__memfunc_setup("GetNumber",905,G__G__Base1_150_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27011    G__memfunc_setup("GetPixel",802,G__G__Base1_150_0_18, 107, -1, G__defined_typename("ULong_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27012    G__memfunc_setup("GetRed",571,G__G__Base1_150_0_19, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27013    G__memfunc_setup("GetGreen",785,G__G__Base1_150_0_20, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27014    G__memfunc_setup("GetBlue",680,G__G__Base1_150_0_21, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27015    G__memfunc_setup("GetHue",578,G__G__Base1_150_0_22, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27016    G__memfunc_setup("GetLight",792,G__G__Base1_150_0_23, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27017    G__memfunc_setup("GetSaturation",1354,G__G__Base1_150_0_24, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27018    G__memfunc_setup("GetAlpha",774,G__G__Base1_150_0_25, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27019    G__memfunc_setup("GetGrayscale",1211,G__G__Base1_150_0_26, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27020    G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
27021    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
27022    G__memfunc_setup("SetRGB",519,G__G__Base1_150_0_29, 121, -1, -1, 0, 3, 1, 1, 0, 
27023 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
27024 "f - 'Float_t' 0 - b", (char*)NULL, (void*) NULL, 1);
27025    G__memfunc_setup("InitializeColors",1668,G__G__Base1_150_0_30, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TColor::InitializeColors) ), 0);
27026    G__memfunc_setup("HLS2RGB",500,G__G__Base1_150_0_31, 121, -1, -1, 0, 6, 3, 1, 0, 
27027 "f - 'Float_t' 0 - h f - 'Float_t' 0 - l "
27028 "f - 'Float_t' 0 - s f - 'Float_t' 1 - r "
27029 "f - 'Float_t' 1 - g f - 'Float_t' 1 - b", (char*)NULL, (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Float_t&, Float_t&, Float_t&))(&TColor::HLS2RGB) ), 0);
27030    G__memfunc_setup("HLS2RGB",500,G__G__Base1_150_0_32, 121, -1, -1, 0, 6, 3, 1, 0, 
27031 "i - 'Int_t' 0 - h i - 'Int_t' 0 - l "
27032 "i - 'Int_t' 0 - s i - 'Int_t' 1 - r "
27033 "i - 'Int_t' 1 - g i - 'Int_t' 1 - b", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t, Int_t, Int_t&, Int_t&, Int_t&))(&TColor::HLS2RGB) ), 0);
27034    G__memfunc_setup("HLStoRGB",677,G__G__Base1_150_0_33, 121, -1, -1, 0, 6, 3, 1, 0, 
27035 "f - 'Float_t' 0 - h f - 'Float_t' 0 - l "
27036 "f - 'Float_t' 0 - s f - 'Float_t' 1 - r "
27037 "f - 'Float_t' 1 - g f - 'Float_t' 1 - b", "backward compatible", (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Float_t&, Float_t&, Float_t&))(&TColor::HLStoRGB) ), 0);
27038    G__memfunc_setup("HSV2RGB",510,G__G__Base1_150_0_34, 121, -1, -1, 0, 6, 3, 1, 0, 
27039 "f - 'Float_t' 0 - h f - 'Float_t' 0 - s "
27040 "f - 'Float_t' 0 - v f - 'Float_t' 1 - r "
27041 "f - 'Float_t' 1 - g f - 'Float_t' 1 - b", (char*)NULL, (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Float_t&, Float_t&, Float_t&))(&TColor::HSV2RGB) ), 0);
27042    G__memfunc_setup("RGB2HLS",500,G__G__Base1_150_0_35, 121, -1, -1, 0, 6, 3, 1, 0, 
27043 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
27044 "f - 'Float_t' 0 - b f - 'Float_t' 1 - h "
27045 "f - 'Float_t' 1 - l f - 'Float_t' 1 - s", (char*)NULL, (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Float_t&, Float_t&, Float_t&))(&TColor::RGB2HLS) ), 0);
27046    G__memfunc_setup("RGB2HLS",500,G__G__Base1_150_0_36, 121, -1, -1, 0, 6, 3, 1, 0, 
27047 "i - 'Int_t' 0 - r i - 'Int_t' 0 - g "
27048 "i - 'Int_t' 0 - b i - 'Int_t' 1 - h "
27049 "i - 'Int_t' 1 - l i - 'Int_t' 1 - s", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t, Int_t, Int_t&, Int_t&, Int_t&))(&TColor::RGB2HLS) ), 0);
27050    G__memfunc_setup("RGBtoHLS",677,G__G__Base1_150_0_37, 121, -1, -1, 0, 6, 3, 1, 0, 
27051 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
27052 "f - 'Float_t' 0 - b f - 'Float_t' 1 - h "
27053 "f - 'Float_t' 1 - l f - 'Float_t' 1 - s", "backward compatible", (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Float_t&, Float_t&, Float_t&))(&TColor::RGBtoHLS) ), 0);
27054    G__memfunc_setup("RGB2HSV",510,G__G__Base1_150_0_38, 121, -1, -1, 0, 6, 3, 1, 0, 
27055 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
27056 "f - 'Float_t' 0 - b f - 'Float_t' 1 - h "
27057 "f - 'Float_t' 1 - s f - 'Float_t' 1 - v", (char*)NULL, (void*) G__func2void( (void (*)(Float_t, Float_t, Float_t, Float_t&, Float_t&, Float_t&))(&TColor::RGB2HSV) ), 0);
27058    G__memfunc_setup("GetColor",799,G__G__Base1_150_0_39, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "C - - 10 - hexcolor", (char*)NULL, (void*) G__func2void( (Int_t (*)(const char*))(&TColor::GetColor) ), 0);
27059    G__memfunc_setup("GetColor",799,G__G__Base1_150_0_40, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
27060 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
27061 "f - 'Float_t' 0 - b", (char*)NULL, (void*) G__func2void( (Int_t (*)(Float_t, Float_t, Float_t))(&TColor::GetColor) ), 0);
27062    G__memfunc_setup("GetColor",799,G__G__Base1_150_0_41, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
27063 "i - 'Int_t' 0 - r i - 'Int_t' 0 - g "
27064 "i - 'Int_t' 0 - b", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t, Int_t, Int_t))(&TColor::GetColor) ), 0);
27065    G__memfunc_setup("GetColor",799,G__G__Base1_150_0_42, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) G__func2void( (Int_t (*)(ULong_t))(&TColor::GetColor) ), 0);
27066    G__memfunc_setup("GetColorBright",1407,G__G__Base1_150_0_43, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "i - 'Int_t' 0 - color", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t))(&TColor::GetColorBright) ), 0);
27067    G__memfunc_setup("GetColorDark",1185,G__G__Base1_150_0_44, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "i - 'Int_t' 0 - color", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t))(&TColor::GetColorDark) ), 0);
27068    G__memfunc_setup("Number2Pixel",1181,G__G__Base1_150_0_45, 107, -1, G__defined_typename("ULong_t"), 0, 1, 3, 1, 0, "i - 'Int_t' 0 - ci", (char*)NULL, (void*) G__func2void( (ULong_t (*)(Int_t))(&TColor::Number2Pixel) ), 0);
27069    G__memfunc_setup("RGB2Pixel",783,G__G__Base1_150_0_46, 107, -1, G__defined_typename("ULong_t"), 0, 3, 3, 1, 0, 
27070 "i - 'Int_t' 0 - r i - 'Int_t' 0 - g "
27071 "i - 'Int_t' 0 - b", (char*)NULL, (void*) G__func2void( (ULong_t (*)(Int_t, Int_t, Int_t))(&TColor::RGB2Pixel) ), 0);
27072    G__memfunc_setup("RGB2Pixel",783,G__G__Base1_150_0_47, 107, -1, G__defined_typename("ULong_t"), 0, 3, 3, 1, 0, 
27073 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
27074 "f - 'Float_t' 0 - b", (char*)NULL, (void*) G__func2void( (ULong_t (*)(Float_t, Float_t, Float_t))(&TColor::RGB2Pixel) ), 0);
27075    G__memfunc_setup("Pixel2RGB",783,G__G__Base1_150_0_48, 121, -1, -1, 0, 4, 3, 1, 0, 
27076 "k - 'ULong_t' 0 - pixel i - 'Int_t' 1 - r "
27077 "i - 'Int_t' 1 - g i - 'Int_t' 1 - b", (char*)NULL, (void*) G__func2void( (void (*)(ULong_t, Int_t&, Int_t&, Int_t&))(&TColor::Pixel2RGB) ), 0);
27078    G__memfunc_setup("Pixel2RGB",783,G__G__Base1_150_0_49, 121, -1, -1, 0, 4, 3, 1, 0, 
27079 "k - 'ULong_t' 0 - pixel f - 'Float_t' 1 - r "
27080 "f - 'Float_t' 1 - g f - 'Float_t' 1 - b", (char*)NULL, (void*) G__func2void( (void (*)(ULong_t, Float_t&, Float_t&, Float_t&))(&TColor::Pixel2RGB) ), 0);
27081    G__memfunc_setup("PixelAsHexString",1618,G__G__Base1_150_0_50, 67, -1, -1, 0, 1, 3, 1, 1, "k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) G__func2void( (const char* (*)(ULong_t))(&TColor::PixelAsHexString) ), 0);
27082    G__memfunc_setup("SaveColor",910,G__G__Base1_150_0_51, 121, -1, -1, 0, 2, 3, 1, 0, 
27083 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out i - 'Int_t' 0 - ci", (char*)NULL, (void*) G__func2void( (void (*)(ostream&, Int_t))(&TColor::SaveColor) ), 0);
27084    G__memfunc_setup("IsGrayscale",1111,G__G__Base1_150_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TColor::IsGrayscale) ), 0);
27085    G__memfunc_setup("SetGrayscale",1223,G__G__Base1_150_0_53, 121, -1, -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' set", (char*)NULL, (void*) G__func2void( (void (*)(Bool_t))(&TColor::SetGrayscale) ), 0);
27086    G__memfunc_setup("SetPalette",1019,G__G__Base1_150_0_54, 121, -1, -1, 0, 2, 3, 1, 0, 
27087 "i - 'Int_t' 0 - ncolors I - 'Int_t' 0 - colors", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t*))(&TColor::SetPalette) ), 0);
27088    G__memfunc_setup("Class",502,G__G__Base1_150_0_55, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TColor::Class) ), 0);
27089    G__memfunc_setup("Class_Name",982,G__G__Base1_150_0_56, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TColor::Class_Name) ), 0);
27090    G__memfunc_setup("Class_Version",1339,G__G__Base1_150_0_57, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TColor::Class_Version) ), 0);
27091    G__memfunc_setup("Dictionary",1046,G__G__Base1_150_0_58, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TColor::Dictionary) ), 0);
27092    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27093    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);
27094    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);
27095    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_150_0_62, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27096    G__memfunc_setup("DeclFileName",1145,G__G__Base1_150_0_63, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TColor::DeclFileName) ), 0);
27097    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_150_0_64, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TColor::ImplFileLine) ), 0);
27098    G__memfunc_setup("ImplFileName",1171,G__G__Base1_150_0_65, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TColor::ImplFileName) ), 0);
27099    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_150_0_66, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TColor::DeclFileLine) ), 0);
27100    // automatic destructor
27101    G__memfunc_setup("~TColor", 721, G__G__Base1_150_0_67, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27102    // automatic assignment operator
27103    G__memfunc_setup("operator=", 937, G__G__Base1_150_0_68, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TColor), -1, 1, 1, 1, 1, 0, "u 'TColor' - 11 - -", (char*) NULL, (void*) NULL, 0);
27104    G__tag_memfunc_reset();
27105 }
27106 
27107 static void G__setup_memfuncTContextMenuImp(void) {
27108    /* TContextMenuImp */
27109    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp));
27110    G__memfunc_setup("TContextMenuImp",1524,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp), -1, 0, 1, 1, 2, 0, "u 'TContextMenuImp' - 11 - cmi", (char*)NULL, (void*) NULL, 0);
27111    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp), -1, 1, 1, 1, 2, 0, "u 'TContextMenuImp' - 11 - cmi", (char*)NULL, (void*) NULL, 0);
27112    G__memfunc_setup("TContextMenuImp",1524,G__G__Base1_152_0_3, 105, G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp), -1, 0, 1, 1, 1, 0, "U 'TContextMenu' - 0 '0' c", (char*)NULL, (void*) NULL, 0);
27113    G__memfunc_setup("GetContextMenu",1434,G__G__Base1_152_0_4, 85, G__get_linked_tagnum(&G__G__Base1LN_TContextMenu), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27114    G__memfunc_setup("Dialog",592,G__G__Base1_152_0_5, 121, -1, -1, 0, 2, 1, 1, 0, 
27115 "U 'TObject' - 0 - object U 'TFunction' - 0 - function", (char*)NULL, (void*) NULL, 1);
27116    G__memfunc_setup("Dialog",592,G__G__Base1_152_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
27117 "U 'TObject' - 0 - object U 'TMethod' - 0 - method", (char*)NULL, (void*) NULL, 1);
27118    G__memfunc_setup("DisplayPopup",1258,G__G__Base1_152_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
27119 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
27120    G__memfunc_setup("Class",502,G__G__Base1_152_0_8, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TContextMenuImp::Class) ), 0);
27121    G__memfunc_setup("Class_Name",982,G__G__Base1_152_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TContextMenuImp::Class_Name) ), 0);
27122    G__memfunc_setup("Class_Version",1339,G__G__Base1_152_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TContextMenuImp::Class_Version) ), 0);
27123    G__memfunc_setup("Dictionary",1046,G__G__Base1_152_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TContextMenuImp::Dictionary) ), 0);
27124    G__memfunc_setup("IsA",253,G__G__Base1_152_0_12, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27125    G__memfunc_setup("ShowMembers",1132,G__G__Base1_152_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
27126    G__memfunc_setup("Streamer",835,G__G__Base1_152_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
27127    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_152_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27128    G__memfunc_setup("DeclFileName",1145,G__G__Base1_152_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TContextMenuImp::DeclFileName) ), 0);
27129    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_152_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TContextMenuImp::ImplFileLine) ), 0);
27130    G__memfunc_setup("ImplFileName",1171,G__G__Base1_152_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TContextMenuImp::ImplFileName) ), 0);
27131    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_152_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TContextMenuImp::DeclFileLine) ), 0);
27132    // automatic destructor
27133    G__memfunc_setup("~TContextMenuImp", 1650, G__G__Base1_152_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27134    G__tag_memfunc_reset();
27135 }
27136 
27137 static void G__setup_memfuncTVirtualPad(void) {
27138    /* TVirtualPad */
27139    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad));
27140    G__memfunc_setup("GetSender",897,(G__InterfaceMethod) NULL, 89, -1, -1, 0, 0, 1, 2, 0, "", "used to set gTQSender", (void*) NULL, 1);
27141    G__memfunc_setup("AbsCoordinates",1425,G__G__Base1_154_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - set", (char*)NULL, (void*) NULL, 3);
27142    G__memfunc_setup("AbsPixeltoX",1107,G__G__Base1_154_0_5, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - px", (char*)NULL, (void*) NULL, 3);
27143    G__memfunc_setup("AbsPixeltoY",1108,G__G__Base1_154_0_6, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
27144    G__memfunc_setup("AddExec",654,G__G__Base1_154_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
27145 "C - - 10 - name C - - 10 - command", (char*)NULL, (void*) NULL, 3);
27146    G__memfunc_setup("cd",199,G__G__Base1_154_0_8, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' subpadnumber", (char*)NULL, (void*) NULL, 3);
27147    G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27148    G__memfunc_setup("Close",502,G__G__Base1_154_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27149    G__memfunc_setup("CopyPixmap",1034,G__G__Base1_154_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
27150    G__memfunc_setup("CopyPixmaps",1149,G__G__Base1_154_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
27151    G__memfunc_setup("DeleteExec",984,G__G__Base1_154_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 3);
27152    G__memfunc_setup("Divide",597,G__G__Base1_154_0_14, 121, -1, -1, 0, 5, 1, 1, 0, 
27153 "i - 'Int_t' 0 '1' nx i - 'Int_t' 0 '1' ny "
27154 "f - 'Float_t' 0 '0.01' xmargin f - 'Float_t' 0 '0.01' ymargin "
27155 "i - 'Int_t' 0 '0' color", (char*)NULL, (void*) NULL, 3);
27156    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27157    G__memfunc_setup("DrawClassObject",1499,G__G__Base1_154_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
27158 "U 'TObject' - 10 - obj C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27159    G__memfunc_setup("DrawFrame",889,G__G__Base1_154_0_17, 85, G__get_linked_tagnum(&G__G__Base1LN_TH1F), -1, 0, 5, 1, 1, 0, 
27160 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
27161 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymax "
27162 "C - - 10 '\"\"' title", (char*)NULL, (void*) NULL, 3);
27163    G__memfunc_setup("ExecuteEventAxis",1642,G__G__Base1_154_0_18, 121, -1, -1, 0, 4, 1, 1, 0, 
27164 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
27165 "i - 'Int_t' 0 - py U 'TAxis' - 0 - axis", (char*)NULL, (void*) NULL, 3);
27166    G__memfunc_setup("GetBorderMode",1283,G__G__Base1_154_0_19, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27167    G__memfunc_setup("GetBorderSize",1305,G__G__Base1_154_0_20, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27168    G__memfunc_setup("GetCanvasID",1033,G__G__Base1_154_0_21, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27169    G__memfunc_setup("GetCanvasImp",1186,G__G__Base1_154_0_22, 85, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27170    G__memfunc_setup("GetCanvas",892,G__G__Base1_154_0_23, 85, G__get_linked_tagnum(&G__G__Base1LN_TCanvas), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27171    G__memfunc_setup("GetVirtCanvas",1313,G__G__Base1_154_0_24, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27172    G__memfunc_setup("GetEvent",802,G__G__Base1_154_0_25, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27173    G__memfunc_setup("GetEventX",890,G__G__Base1_154_0_26, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27174    G__memfunc_setup("GetEventY",891,G__G__Base1_154_0_27, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27175    G__memfunc_setup("GetFrame",779,G__G__Base1_154_0_28, 85, G__get_linked_tagnum(&G__G__Base1LN_TFrame), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
27176    G__memfunc_setup("GetHighLightColor",1687,G__G__Base1_154_0_29, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27177    G__memfunc_setup("GetNumber",905,G__G__Base1_154_0_30, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27178    G__memfunc_setup("GetRange",781,G__G__Base1_154_0_31, 121, -1, -1, 0, 4, 1, 1, 0, 
27179 "d - 'Double_t' 1 - x1 d - 'Double_t' 1 - y1 "
27180 "d - 'Double_t' 1 - x2 d - 'Double_t' 1 - y2", (char*)NULL, (void*) NULL, 3);
27181    G__memfunc_setup("GetRangeAxis",1186,G__G__Base1_154_0_32, 121, -1, -1, 0, 4, 1, 1, 0, 
27182 "d - 'Double_t' 1 - xmin d - 'Double_t' 1 - ymin "
27183 "d - 'Double_t' 1 - xmax d - 'Double_t' 1 - ymax", (char*)NULL, (void*) NULL, 3);
27184    G__memfunc_setup("GetPadPar",856,G__G__Base1_154_0_33, 121, -1, -1, 0, 4, 1, 1, 0, 
27185 "d - 'Double_t' 1 - xlow d - 'Double_t' 1 - ylow "
27186 "d - 'Double_t' 1 - xup d - 'Double_t' 1 - yup", (char*)NULL, (void*) NULL, 3);
27187    G__memfunc_setup("GetXlowNDC",927,G__G__Base1_154_0_34, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27188    G__memfunc_setup("GetYlowNDC",928,G__G__Base1_154_0_35, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27189    G__memfunc_setup("GetWNDC",588,G__G__Base1_154_0_36, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27190    G__memfunc_setup("GetHNDC",573,G__G__Base1_154_0_37, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27191    G__memfunc_setup("GetWw",494,G__G__Base1_154_0_38, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27192    G__memfunc_setup("GetWh",479,G__G__Base1_154_0_39, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27193    G__memfunc_setup("GetAbsXlowNDC",1205,G__G__Base1_154_0_40, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27194    G__memfunc_setup("GetAbsYlowNDC",1206,G__G__Base1_154_0_41, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27195    G__memfunc_setup("GetAbsWNDC",866,G__G__Base1_154_0_42, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27196    G__memfunc_setup("GetAbsHNDC",851,G__G__Base1_154_0_43, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27197    G__memfunc_setup("GetAspectRatio",1407,G__G__Base1_154_0_44, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27198    G__memfunc_setup("GetPhi",577,G__G__Base1_154_0_45, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27199    G__memfunc_setup("GetTheta",790,G__G__Base1_154_0_46, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27200    G__memfunc_setup("GetUxmin",817,G__G__Base1_154_0_47, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27201    G__memfunc_setup("GetUymin",818,G__G__Base1_154_0_48, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27202    G__memfunc_setup("GetUxmax",819,G__G__Base1_154_0_49, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27203    G__memfunc_setup("GetUymax",820,G__G__Base1_154_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27204    G__memfunc_setup("GetGridx",798,G__G__Base1_154_0_51, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27205    G__memfunc_setup("GetGridy",799,G__G__Base1_154_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27206    G__memfunc_setup("GetTickx",803,G__G__Base1_154_0_53, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27207    G__memfunc_setup("GetTicky",804,G__G__Base1_154_0_54, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27208    G__memfunc_setup("GetX1",425,G__G__Base1_154_0_55, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27209    G__memfunc_setup("GetX2",426,G__G__Base1_154_0_56, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27210    G__memfunc_setup("GetY1",426,G__G__Base1_154_0_57, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27211    G__memfunc_setup("GetY2",427,G__G__Base1_154_0_58, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27212    G__memfunc_setup("GetListOfPrimitives",1949,G__G__Base1_154_0_59, 85, G__get_linked_tagnum(&G__G__Base1LN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27213    G__memfunc_setup("GetListOfExecs",1385,G__G__Base1_154_0_60, 85, G__get_linked_tagnum(&G__G__Base1LN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27214    G__memfunc_setup("GetPrimitive",1241,G__G__Base1_154_0_61, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 3);
27215    G__memfunc_setup("GetSelected",1097,G__G__Base1_154_0_62, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27216    G__memfunc_setup("GetPad",565,G__G__Base1_154_0_63, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - subpadnumber", (char*)NULL, (void*) NULL, 3);
27217    G__memfunc_setup("GetPadPointer",1302,G__G__Base1_154_0_64, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27218    G__memfunc_setup("GetPadSave",964,G__G__Base1_154_0_65, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27219    G__memfunc_setup("GetSelectedPad",1374,G__G__Base1_154_0_66, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27220    G__memfunc_setup("GetView",699,G__G__Base1_154_0_67, 85, G__get_linked_tagnum(&G__G__Base1LN_TView), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27221    G__memfunc_setup("GetLogx",698,G__G__Base1_154_0_68, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27222    G__memfunc_setup("GetLogy",699,G__G__Base1_154_0_69, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27223    G__memfunc_setup("GetLogz",700,G__G__Base1_154_0_70, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27224    G__memfunc_setup("GetMother",911,G__G__Base1_154_0_71, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27225    G__memfunc_setup("GetName",673,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 3);
27226    G__memfunc_setup("GetTitle",802,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 3);
27227    G__memfunc_setup("GetPadPaint",1073,G__G__Base1_154_0_74, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27228    G__memfunc_setup("GetPixmapID",1052,G__G__Base1_154_0_75, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27229    G__memfunc_setup("GetView3D",818,G__G__Base1_154_0_76, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27230    G__memfunc_setup("HasCrosshair",1226,G__G__Base1_154_0_77, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27231    G__memfunc_setup("HighLight",888,G__G__Base1_154_0_78, 121, -1, -1, 0, 2, 1, 1, 0, 
27232 "s - 'Color_t' 0 'kRed' col g - 'Bool_t' 0 'kTRUE' set", (char*)NULL, (void*) NULL, 3);
27233    G__memfunc_setup("HasFixedAspectRatio",1899,G__G__Base1_154_0_79, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27234    G__memfunc_setup("IsBatch",670,G__G__Base1_154_0_80, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27235    G__memfunc_setup("IsBeingResized",1399,G__G__Base1_154_0_81, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27236    G__memfunc_setup("IsEditable",982,G__G__Base1_154_0_82, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27237    G__memfunc_setup("IsModified",989,G__G__Base1_154_0_83, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27238    G__memfunc_setup("IsRetained",1000,G__G__Base1_154_0_84, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27239    G__memfunc_setup("IsVertical",1014,G__G__Base1_154_0_85, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27240    G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27241    G__memfunc_setup("Modified",801,G__G__Base1_154_0_87, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 '1' flag", (char*)NULL, (void*) NULL, 3);
27242    G__memfunc_setup("OpaqueMoving",1243,G__G__Base1_154_0_88, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27243    G__memfunc_setup("OpaqueResizing",1462,G__G__Base1_154_0_89, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27244    G__memfunc_setup("PadtoX",592,G__G__Base1_154_0_90, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 3);
27245    G__memfunc_setup("PadtoY",593,G__G__Base1_154_0_91, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 3);
27246    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27247    G__memfunc_setup("PaintBorderPS",1277,G__G__Base1_154_0_93, 121, -1, -1, 0, 8, 1, 1, 0, 
27248 "d - 'Double_t' 0 - xl d - 'Double_t' 0 - yl "
27249 "d - 'Double_t' 0 - xt d - 'Double_t' 0 - yt "
27250 "i - 'Int_t' 0 - bmode i - 'Int_t' 0 - bsize "
27251 "i - 'Int_t' 0 - dark i - 'Int_t' 0 - light", (char*)NULL, (void*) NULL, 3);
27252    G__memfunc_setup("PaintBox",805,G__G__Base1_154_0_94, 121, -1, -1, 0, 5, 1, 1, 0, 
27253 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
27254 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2 "
27255 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27256    G__memfunc_setup("PaintFillArea",1276,G__G__Base1_154_0_95, 121, -1, -1, 0, 4, 1, 1, 0, 
27257 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
27258 "F - 'Float_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27259    G__memfunc_setup("PaintFillArea",1276,G__G__Base1_154_0_96, 121, -1, -1, 0, 4, 1, 1, 0, 
27260 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
27261 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27262    G__memfunc_setup("PaintPadFrame",1276,G__G__Base1_154_0_97, 121, -1, -1, 0, 4, 1, 1, 0, 
27263 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
27264 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 3);
27265    G__memfunc_setup("PaintLine",900,G__G__Base1_154_0_98, 121, -1, -1, 0, 4, 1, 1, 0, 
27266 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
27267 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2", (char*)NULL, (void*) NULL, 3);
27268    G__memfunc_setup("PaintLineNDC",1113,G__G__Base1_154_0_99, 121, -1, -1, 0, 4, 1, 1, 0, 
27269 "d - 'Double_t' 0 - u1 d - 'Double_t' 0 - v1 "
27270 "d - 'Double_t' 0 - u2 d - 'Double_t' 0 - v2", (char*)NULL, (void*) NULL, 3);
27271    G__memfunc_setup("PaintLine3D",1019,G__G__Base1_154_0_100, 121, -1, -1, 0, 2, 1, 1, 0, 
27272 "F - 'Float_t' 0 - p1 F - 'Float_t' 0 - p2", (char*)NULL, (void*) NULL, 3);
27273    G__memfunc_setup("PaintLine3D",1019,G__G__Base1_154_0_101, 121, -1, -1, 0, 2, 1, 1, 0, 
27274 "D - 'Double_t' 0 - p1 D - 'Double_t' 0 - p2", (char*)NULL, (void*) NULL, 3);
27275    G__memfunc_setup("PaintPolyLine",1320,G__G__Base1_154_0_102, 121, -1, -1, 0, 4, 1, 1, 0, 
27276 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
27277 "F - 'Float_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27278    G__memfunc_setup("PaintPolyLine",1320,G__G__Base1_154_0_103, 121, -1, -1, 0, 4, 1, 1, 0, 
27279 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
27280 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27281    G__memfunc_setup("PaintPolyLine3D",1439,G__G__Base1_154_0_104, 121, -1, -1, 0, 2, 1, 1, 0, 
27282 "i - 'Int_t' 0 - n D - 'Double_t' 0 - p", (char*)NULL, (void*) NULL, 3);
27283    G__memfunc_setup("PaintPolyLineNDC",1533,G__G__Base1_154_0_105, 121, -1, -1, 0, 4, 1, 1, 0, 
27284 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
27285 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27286    G__memfunc_setup("PaintPolyMarker",1538,G__G__Base1_154_0_106, 121, -1, -1, 0, 4, 1, 1, 0, 
27287 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
27288 "F - 'Float_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27289    G__memfunc_setup("PaintPolyMarker",1538,G__G__Base1_154_0_107, 121, -1, -1, 0, 4, 1, 1, 0, 
27290 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
27291 "D - 'Double_t' 0 - y C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27292    G__memfunc_setup("PaintModified",1309,G__G__Base1_154_0_108, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
27293    G__memfunc_setup("PaintText",929,G__G__Base1_154_0_109, 121, -1, -1, 0, 3, 1, 1, 0, 
27294 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
27295 "C - - 10 - text", (char*)NULL, (void*) NULL, 3);
27296    G__memfunc_setup("PaintTextNDC",1142,G__G__Base1_154_0_110, 121, -1, -1, 0, 3, 1, 1, 0, 
27297 "d - 'Double_t' 0 - u d - 'Double_t' 0 - v "
27298 "C - - 10 - text", (char*)NULL, (void*) NULL, 3);
27299    G__memfunc_setup("PixeltoX",829,G__G__Base1_154_0_111, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - px", (char*)NULL, (void*) NULL, 3);
27300    G__memfunc_setup("PixeltoY",830,G__G__Base1_154_0_112, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
27301    G__memfunc_setup("Pop",303,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
27302    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - - 10 '\"\"' filename", (char*)NULL, (void*) NULL, 3);
27303    G__memfunc_setup("Print",525,G__G__Base1_154_0_115, 121, -1, -1, 0, 2, 1, 1, 0, 
27304 "C - - 10 - filename C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 3);
27305    G__memfunc_setup("Range",493,G__G__Base1_154_0_116, 121, -1, -1, 0, 4, 1, 1, 0, 
27306 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
27307 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2", (char*)NULL, (void*) NULL, 3);
27308    G__memfunc_setup("RangeAxis",898,G__G__Base1_154_0_117, 121, -1, -1, 0, 4, 1, 1, 0, 
27309 "d - 'Double_t' 0 - xmin d - 'Double_t' 0 - ymin "
27310 "d - 'Double_t' 0 - xmax d - 'Double_t' 0 - ymax", (char*)NULL, (void*) NULL, 3);
27311    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 3);
27312    G__memfunc_setup("RedrawAxis",1018,G__G__Base1_154_0_119, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27313    G__memfunc_setup("ResetView3D",1045,G__G__Base1_154_0_120, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 '0' view", (char*)NULL, (void*) NULL, 3);
27314    G__memfunc_setup("ResizePad",903,G__G__Base1_154_0_121, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27315    G__memfunc_setup("SaveAs",579,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8, 
27316 "C - - 10 '\"\"' filename C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 3);
27317    G__memfunc_setup("SetBatch",782,G__G__Base1_154_0_123, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' batch", (char*)NULL, (void*) NULL, 3);
27318    G__memfunc_setup("SetBorderMode",1295,G__G__Base1_154_0_124, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - bordermode", (char*)NULL, (void*) NULL, 3);
27319    G__memfunc_setup("SetBorderSize",1317,G__G__Base1_154_0_125, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - bordersize", (char*)NULL, (void*) NULL, 3);
27320    G__memfunc_setup("SetCanvas",904,G__G__Base1_154_0_126, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TCanvas' - 0 - c", (char*)NULL, (void*) NULL, 3);
27321    G__memfunc_setup("SetCanvasSize",1315,G__G__Base1_154_0_127, 121, -1, -1, 0, 2, 1, 1, 0, 
27322 "h - 'UInt_t' 0 - ww h - 'UInt_t' 0 - wh", (char*)NULL, (void*) NULL, 3);
27323    G__memfunc_setup("SetCrosshair",1242,G__G__Base1_154_0_128, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' crhair", (char*)NULL, (void*) NULL, 3);
27324    G__memfunc_setup("SetCursor",938,G__G__Base1_154_0_129, 121, -1, -1, 0, 1, 1, 1, 0, "i 'ECursor' - 0 - cursor", (char*)NULL, (void*) NULL, 3);
27325    G__memfunc_setup("SetDoubleBuffer",1505,G__G__Base1_154_0_130, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' mode", (char*)NULL, (void*) NULL, 3);
27326    G__memfunc_setup("SetEditable",1094,G__G__Base1_154_0_131, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' mode", (char*)NULL, (void*) NULL, 3);
27327    G__memfunc_setup("SetFixedAspectRatio",1915,G__G__Base1_154_0_132, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' fixed", (char*)NULL, (void*) NULL, 3);
27328    G__memfunc_setup("SetGrid",690,G__G__Base1_154_0_133, 121, -1, -1, 0, 2, 1, 1, 0, 
27329 "i - 'Int_t' 0 '1' valuex i - 'Int_t' 0 '1' valuey", (char*)NULL, (void*) NULL, 3);
27330    G__memfunc_setup("SetGridx",810,G__G__Base1_154_0_134, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' value", (char*)NULL, (void*) NULL, 3);
27331    G__memfunc_setup("SetGridy",811,G__G__Base1_154_0_135, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' value", (char*)NULL, (void*) NULL, 3);
27332    G__memfunc_setup("SetLogx",710,G__G__Base1_154_0_136, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' value", (char*)NULL, (void*) NULL, 3);
27333    G__memfunc_setup("SetLogy",711,G__G__Base1_154_0_137, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' value", (char*)NULL, (void*) NULL, 3);
27334    G__memfunc_setup("SetLogz",712,G__G__Base1_154_0_138, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' value", (char*)NULL, (void*) NULL, 3);
27335    G__memfunc_setup("SetPad",577,G__G__Base1_154_0_139, 121, -1, -1, 0, 9, 1, 1, 0, 
27336 "C - - 10 - name C - - 10 - title "
27337 "d - 'Double_t' 0 - xlow d - 'Double_t' 0 - ylow "
27338 "d - 'Double_t' 0 - xup d - 'Double_t' 0 - yup "
27339 "s - 'Color_t' 0 '35' color s - 'Short_t' 0 '5' bordersize "
27340 "s - 'Short_t' 0 '-1' bordermode", (char*)NULL, (void*) NULL, 3);
27341    G__memfunc_setup("SetPad",577,G__G__Base1_154_0_140, 121, -1, -1, 0, 4, 1, 1, 0, 
27342 "d - 'Double_t' 0 - xlow d - 'Double_t' 0 - ylow "
27343 "d - 'Double_t' 0 - xup d - 'Double_t' 0 - yup", (char*)NULL, (void*) NULL, 3);
27344    G__memfunc_setup("SetAttFillPS",1151,G__G__Base1_154_0_141, 121, -1, -1, 0, 2, 1, 1, 0, 
27345 "s - 'Color_t' 0 - color s - 'Style_t' 0 - style", (char*)NULL, (void*) NULL, 3);
27346    G__memfunc_setup("SetAttLinePS",1152,G__G__Base1_154_0_142, 121, -1, -1, 0, 3, 1, 1, 0, 
27347 "s - 'Color_t' 0 - color s - 'Style_t' 0 - style "
27348 "s - 'Width_t' 0 - lwidth", (char*)NULL, (void*) NULL, 3);
27349    G__memfunc_setup("SetAttMarkerPS",1370,G__G__Base1_154_0_143, 121, -1, -1, 0, 3, 1, 1, 0, 
27350 "s - 'Color_t' 0 - color s - 'Style_t' 0 - style "
27351 "f - 'Size_t' 0 - msize", (char*)NULL, (void*) NULL, 3);
27352    G__memfunc_setup("SetAttTextPS",1181,G__G__Base1_154_0_144, 121, -1, -1, 0, 5, 1, 1, 0, 
27353 "i - 'Int_t' 0 - align f - 'Float_t' 0 - angle "
27354 "s - 'Color_t' 0 - color s - 'Style_t' 0 - font "
27355 "f - 'Float_t' 0 - tsize", (char*)NULL, (void*) NULL, 3);
27356    G__memfunc_setup("SetName",685,G__G__Base1_154_0_145, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 3);
27357    G__memfunc_setup("SetSelected",1109,G__G__Base1_154_0_146, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 3);
27358    G__memfunc_setup("SetTicks",810,G__G__Base1_154_0_147, 121, -1, -1, 0, 2, 1, 1, 0, 
27359 "i - 'Int_t' 0 '1' valuex i - 'Int_t' 0 '1' valuey", (char*)NULL, (void*) NULL, 3);
27360    G__memfunc_setup("SetTickx",815,G__G__Base1_154_0_148, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' value", (char*)NULL, (void*) NULL, 3);
27361    G__memfunc_setup("SetTicky",816,G__G__Base1_154_0_149, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' value", (char*)NULL, (void*) NULL, 3);
27362    G__memfunc_setup("SetTitle",814,G__G__Base1_154_0_150, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' title", (char*)NULL, (void*) NULL, 3);
27363    G__memfunc_setup("SetTheta",802,G__G__Base1_154_0_151, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '30' theta", (char*)NULL, (void*) NULL, 3);
27364    G__memfunc_setup("SetPhi",589,G__G__Base1_154_0_152, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '30' phi", (char*)NULL, (void*) NULL, 3);
27365    G__memfunc_setup("SetToolTipText",1436,G__G__Base1_154_0_153, 121, -1, -1, 0, 2, 1, 1, 0, 
27366 "C - - 10 - text l - 'Long_t' 0 '1000' delayms", (char*)NULL, (void*) NULL, 3);
27367    G__memfunc_setup("SetVertical",1126,G__G__Base1_154_0_154, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' vert", (char*)NULL, (void*) NULL, 3);
27368    G__memfunc_setup("SetView",711,G__G__Base1_154_0_155, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TView' - 0 '0' view", (char*)NULL, (void*) NULL, 3);
27369    G__memfunc_setup("SetViewer3D",1045,G__G__Base1_154_0_156, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualViewer3D' - 0 - -", (char*)NULL, (void*) NULL, 1);
27370    G__memfunc_setup("WaitPrimitive",1358,G__G__Base1_154_0_157, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 2, 1, 1, 0, 
27371 "C - - 10 '\"\"' pname C - - 10 '\"\"' emode", (char*)NULL, (void*) NULL, 3);
27372    G__memfunc_setup("Update",611,G__G__Base1_154_0_158, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
27373    G__memfunc_setup("UtoAbsPixel",1104,G__G__Base1_154_0_159, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - u", (char*)NULL, (void*) NULL, 3);
27374    G__memfunc_setup("VtoAbsPixel",1105,G__G__Base1_154_0_160, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 3);
27375    G__memfunc_setup("UtoPixel",826,G__G__Base1_154_0_161, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - u", (char*)NULL, (void*) NULL, 3);
27376    G__memfunc_setup("VtoPixel",827,G__G__Base1_154_0_162, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - v", (char*)NULL, (void*) NULL, 3);
27377    G__memfunc_setup("XtoAbsPixel",1107,G__G__Base1_154_0_163, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 3);
27378    G__memfunc_setup("YtoAbsPixel",1108,G__G__Base1_154_0_164, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 3);
27379    G__memfunc_setup("XtoPad",592,G__G__Base1_154_0_165, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 3);
27380    G__memfunc_setup("YtoPad",593,G__G__Base1_154_0_166, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 3);
27381    G__memfunc_setup("XtoPixel",829,G__G__Base1_154_0_167, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 3);
27382    G__memfunc_setup("YtoPixel",830,G__G__Base1_154_0_168, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 3);
27383    G__memfunc_setup("CreateToolTip",1311,G__G__Base1_154_0_169, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 3, 1, 1, 0, 
27384 "U 'TBox' - 10 - b C - - 10 - text "
27385 "l - 'Long_t' 0 - delayms", (char*)NULL, (void*) NULL, 3);
27386    G__memfunc_setup("DeleteToolTip",1310,G__G__Base1_154_0_170, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - tip", (char*)NULL, (void*) NULL, 3);
27387    G__memfunc_setup("ResetToolTip",1230,G__G__Base1_154_0_171, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - tip", (char*)NULL, (void*) NULL, 3);
27388    G__memfunc_setup("CloseToolTip",1217,G__G__Base1_154_0_172, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - tip", (char*)NULL, (void*) NULL, 3);
27389    G__memfunc_setup("GetViewer3D",1033,G__G__Base1_154_0_173, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualViewer3D), -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' type", (char*)NULL, (void*) NULL, 3);
27390    G__memfunc_setup("HasViewer3D",1029,G__G__Base1_154_0_174, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
27391    G__memfunc_setup("ReleaseViewer3D",1450,G__G__Base1_154_0_175, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' type", (char*)NULL, (void*) NULL, 3);
27392    G__memfunc_setup("GetGLDevice",1027,G__G__Base1_154_0_176, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
27393    G__memfunc_setup("SetCopyGLDevice",1450,G__G__Base1_154_0_177, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - copy", (char*)NULL, (void*) NULL, 3);
27394    G__memfunc_setup("Pad",277,G__G__Base1_154_0_178, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPad), -1, 1, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualPad*& (*)())(&TVirtualPad::Pad) ), 0);
27395    G__memfunc_setup("Class",502,G__G__Base1_154_0_179, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualPad::Class) ), 0);
27396    G__memfunc_setup("Class_Name",982,G__G__Base1_154_0_180, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPad::Class_Name) ), 0);
27397    G__memfunc_setup("Class_Version",1339,G__G__Base1_154_0_181, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualPad::Class_Version) ), 0);
27398    G__memfunc_setup("Dictionary",1046,G__G__Base1_154_0_182, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualPad::Dictionary) ), 0);
27399    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27400    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);
27401    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);
27402    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_154_0_186, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27403    G__memfunc_setup("DeclFileName",1145,G__G__Base1_154_0_187, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPad::DeclFileName) ), 0);
27404    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_154_0_188, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPad::ImplFileLine) ), 0);
27405    G__memfunc_setup("ImplFileName",1171,G__G__Base1_154_0_189, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPad::ImplFileName) ), 0);
27406    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_154_0_190, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPad::DeclFileLine) ), 0);
27407    // automatic destructor
27408    G__memfunc_setup("~TVirtualPad", 1230, G__G__Base1_154_0_191, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27409    G__tag_memfunc_reset();
27410 }
27411 
27412 static void G__setup_memfuncTControlBarImp(void) {
27413    /* TControlBarImp */
27414    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp));
27415    G__memfunc_setup("TControlBarImp",1392,G__G__Base1_159_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp), -1, 0, 2, 1, 1, 0, 
27416 "U 'TControlBar' - 0 - c C - - 10 '\"\"' -", (char*)NULL, (void*) NULL, 0);
27417    G__memfunc_setup("TControlBarImp",1392,G__G__Base1_159_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp), -1, 0, 4, 1, 1, 0, 
27418 "U 'TControlBar' - 0 - c C - - 10 - - "
27419 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 0);
27420    G__memfunc_setup("GetControlBar",1302,G__G__Base1_159_0_3, 85, G__get_linked_tagnum(&G__G__Base1LN_TControlBar), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27421    G__memfunc_setup("GetClicked",975,G__G__Base1_159_0_4, 85, G__get_linked_tagnum(&G__G__Base1LN_TControlBarButton), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27422    G__memfunc_setup("Create",596,G__G__Base1_159_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27423    G__memfunc_setup("Hide",378,G__G__Base1_159_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27424    G__memfunc_setup("Show",417,G__G__Base1_159_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27425    G__memfunc_setup("SetFont",707,G__G__Base1_159_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
27426    G__memfunc_setup("SetTextColor",1232,G__G__Base1_159_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
27427    G__memfunc_setup("SetButtonState",1449,G__G__Base1_159_0_10, 121, -1, -1, 0, 2, 1, 1, 0, 
27428 "C - - 10 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
27429    G__memfunc_setup("SetButtonWidth",1448,G__G__Base1_159_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - -", (char*)NULL, (void*) NULL, 1);
27430    G__memfunc_setup("Class",502,G__G__Base1_159_0_12, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TControlBarImp::Class) ), 0);
27431    G__memfunc_setup("Class_Name",982,G__G__Base1_159_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TControlBarImp::Class_Name) ), 0);
27432    G__memfunc_setup("Class_Version",1339,G__G__Base1_159_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TControlBarImp::Class_Version) ), 0);
27433    G__memfunc_setup("Dictionary",1046,G__G__Base1_159_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TControlBarImp::Dictionary) ), 0);
27434    G__memfunc_setup("IsA",253,G__G__Base1_159_0_16, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27435    G__memfunc_setup("ShowMembers",1132,G__G__Base1_159_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
27436    G__memfunc_setup("Streamer",835,G__G__Base1_159_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
27437    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_159_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27438    G__memfunc_setup("DeclFileName",1145,G__G__Base1_159_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TControlBarImp::DeclFileName) ), 0);
27439    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_159_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TControlBarImp::ImplFileLine) ), 0);
27440    G__memfunc_setup("ImplFileName",1171,G__G__Base1_159_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TControlBarImp::ImplFileName) ), 0);
27441    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_159_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TControlBarImp::DeclFileLine) ), 0);
27442    // automatic copy constructor
27443    G__memfunc_setup("TControlBarImp", 1392, G__G__Base1_159_0_24, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp), -1, 0, 1, 1, 1, 0, "u 'TControlBarImp' - 11 - -", (char*) NULL, (void*) NULL, 0);
27444    // automatic destructor
27445    G__memfunc_setup("~TControlBarImp", 1518, G__G__Base1_159_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27446    // automatic assignment operator
27447    G__memfunc_setup("operator=", 937, G__G__Base1_159_0_26, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp), -1, 1, 1, 1, 1, 0, "u 'TControlBarImp' - 11 - -", (char*) NULL, (void*) NULL, 0);
27448    G__tag_memfunc_reset();
27449 }
27450 
27451 static void G__setup_memfuncTDatime(void) {
27452    /* TDatime */
27453    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TDatime));
27454    G__memfunc_setup("TDatime",680,G__G__Base1_160_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TDatime), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27455    G__memfunc_setup("TDatime",680,G__G__Base1_160_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TDatime), -1, 0, 1, 1, 1, 0, "u 'TDatime' - 11 - d", (char*)NULL, (void*) NULL, 0);
27456    G__memfunc_setup("TDatime",680,G__G__Base1_160_0_3, 105, G__get_linked_tagnum(&G__G__Base1LN_TDatime), -1, 0, 2, 1, 1, 0, 
27457 "h - 'UInt_t' 0 - tloc g - 'Bool_t' 0 'kFALSE' dosDate", (char*)NULL, (void*) NULL, 0);
27458    G__memfunc_setup("TDatime",680,G__G__Base1_160_0_4, 105, G__get_linked_tagnum(&G__G__Base1LN_TDatime), -1, 0, 2, 1, 1, 0, 
27459 "i - 'Int_t' 0 - date i - 'Int_t' 0 - time", (char*)NULL, (void*) NULL, 0);
27460    G__memfunc_setup("TDatime",680,G__G__Base1_160_0_5, 105, G__get_linked_tagnum(&G__G__Base1LN_TDatime), -1, 0, 6, 1, 1, 0, 
27461 "i - 'Int_t' 0 - year i - 'Int_t' 0 - month "
27462 "i - 'Int_t' 0 - day i - 'Int_t' 0 - hour "
27463 "i - 'Int_t' 0 - min i - 'Int_t' 0 - sec", (char*)NULL, (void*) NULL, 0);
27464    G__memfunc_setup("TDatime",680,G__G__Base1_160_0_6, 105, G__get_linked_tagnum(&G__G__Base1LN_TDatime), -1, 0, 1, 1, 1, 0, "C - - 10 - sqlDateTime", (char*)NULL, (void*) NULL, 0);
27465    G__memfunc_setup("operator=",937,G__G__Base1_160_0_7, 117, G__get_linked_tagnum(&G__G__Base1LN_TDatime), -1, 1, 1, 1, 1, 0, "u 'TDatime' - 11 - d", (char*)NULL, (void*) NULL, 0);
27466    G__memfunc_setup("AsString",811,G__G__Base1_160_0_8, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27467    G__memfunc_setup("AsString",811,G__G__Base1_160_0_9, 67, -1, -1, 0, 1, 1, 1, 9, "C - - 0 - out", (char*)NULL, (void*) NULL, 0);
27468    G__memfunc_setup("AsSQLString",1051,G__G__Base1_160_0_10, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27469    G__memfunc_setup("Convert",737,G__G__Base1_160_0_11, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "g - 'Bool_t' 0 'kFALSE' toGMT", (char*)NULL, (void*) NULL, 0);
27470    G__memfunc_setup("Copy",411,G__G__Base1_160_0_12, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TDatime' - 1 - datime", (char*)NULL, (void*) NULL, 0);
27471    G__memfunc_setup("Get",288,G__G__Base1_160_0_13, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27472    G__memfunc_setup("GetDate",670,G__G__Base1_160_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27473    G__memfunc_setup("GetTime",687,G__G__Base1_160_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27474    G__memfunc_setup("GetYear",689,G__G__Base1_160_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27475    G__memfunc_setup("GetMonth",806,G__G__Base1_160_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27476    G__memfunc_setup("GetDay",574,G__G__Base1_160_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27477    G__memfunc_setup("GetDayOfWeek",1151,G__G__Base1_160_0_19, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27478    G__memfunc_setup("GetHour",702,G__G__Base1_160_0_20, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27479    G__memfunc_setup("GetMinute",914,G__G__Base1_160_0_21, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27480    G__memfunc_setup("GetSecond",892,G__G__Base1_160_0_22, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27481    G__memfunc_setup("FillBuffer",993,G__G__Base1_160_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 1 - buffer", (char*)NULL, (void*) NULL, 0);
27482    G__memfunc_setup("Print",525,G__G__Base1_160_0_24, 121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
27483    G__memfunc_setup("ReadBuffer",982,G__G__Base1_160_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 1 - buffer", (char*)NULL, (void*) NULL, 0);
27484    G__memfunc_setup("Set",300,G__G__Base1_160_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27485    G__memfunc_setup("Set",300,G__G__Base1_160_0_27, 121, -1, -1, 0, 2, 1, 1, 0, 
27486 "h - 'UInt_t' 0 - tloc g - 'Bool_t' 0 'kFALSE' dosDate", (char*)NULL, (void*) NULL, 0);
27487    G__memfunc_setup("Set",300,G__G__Base1_160_0_28, 121, -1, -1, 0, 2, 1, 1, 0, 
27488 "i - 'Int_t' 0 - date i - 'Int_t' 0 - time", (char*)NULL, (void*) NULL, 0);
27489    G__memfunc_setup("Set",300,G__G__Base1_160_0_29, 121, -1, -1, 0, 6, 1, 1, 0, 
27490 "i - 'Int_t' 0 - year i - 'Int_t' 0 - month "
27491 "i - 'Int_t' 0 - day i - 'Int_t' 0 - hour "
27492 "i - 'Int_t' 0 - min i - 'Int_t' 0 - sec", (char*)NULL, (void*) NULL, 0);
27493    G__memfunc_setup("Set",300,G__G__Base1_160_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - sqlDateTime", (char*)NULL, (void*) NULL, 0);
27494    G__memfunc_setup("Sizeof",624,G__G__Base1_160_0_31, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27495    G__memfunc_setup("GetDateTime",1069,G__G__Base1_160_0_32, 121, -1, -1, 0, 3, 3, 1, 0, 
27496 "h - 'UInt_t' 0 - datetime i - 'Int_t' 1 - date "
27497 "i - 'Int_t' 1 - time", (char*)NULL, (void*) G__func2void( (void (*)(UInt_t, Int_t&, Int_t&))(&TDatime::GetDateTime) ), 0);
27498    G__memfunc_setup("Class",502,G__G__Base1_160_0_33, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TDatime::Class) ), 0);
27499    G__memfunc_setup("Class_Name",982,G__G__Base1_160_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDatime::Class_Name) ), 0);
27500    G__memfunc_setup("Class_Version",1339,G__G__Base1_160_0_35, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TDatime::Class_Version) ), 0);
27501    G__memfunc_setup("Dictionary",1046,G__G__Base1_160_0_36, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TDatime::Dictionary) ), 0);
27502    G__memfunc_setup("IsA",253,G__G__Base1_160_0_37, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27503    G__memfunc_setup("ShowMembers",1132,G__G__Base1_160_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
27504    G__memfunc_setup("Streamer",835,G__G__Base1_160_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
27505    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_160_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27506    G__memfunc_setup("DeclFileName",1145,G__G__Base1_160_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDatime::DeclFileName) ), 0);
27507    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_160_0_42, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDatime::ImplFileLine) ), 0);
27508    G__memfunc_setup("ImplFileName",1171,G__G__Base1_160_0_43, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDatime::ImplFileName) ), 0);
27509    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_160_0_44, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDatime::DeclFileLine) ), 0);
27510    // automatic destructor
27511    G__memfunc_setup("~TDatime", 806, G__G__Base1_160_0_45, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27512    G__tag_memfunc_reset();
27513 }
27514 
27515 static void G__setup_memfuncTEnv(void) {
27516    /* TEnv */
27517    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TEnv));
27518    G__memfunc_setup("TEnv",381,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TEnv), -1, 0, 1, 1, 4, 0, "u 'TEnv' - 11 - -", "not implemented", (void*) NULL, 0);
27519    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TEnv), -1, 1, 1, 1, 4, 0, "u 'TEnv' - 11 - -", "not implemented", (void*) NULL, 0);
27520    G__memfunc_setup("Getvalue",829,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 1, 4, 1, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
27521    G__memfunc_setup("TEnv",381,G__G__Base1_178_0_4, 105, G__get_linked_tagnum(&G__G__Base1LN_TEnv), -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' name", (char*)NULL, (void*) NULL, 0);
27522    G__memfunc_setup("GetTable",776,G__G__Base1_178_0_5, 85, G__get_linked_tagnum(&G__G__Base1LN_THashList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27523    G__memfunc_setup("Defined",687,G__G__Base1_178_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
27524    G__memfunc_setup("GetRcName",854,G__G__Base1_178_0_7, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
27525    G__memfunc_setup("SetRcName",866,G__G__Base1_178_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
27526    G__memfunc_setup("GetValue",797,G__G__Base1_178_0_9, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
27527 "C - - 10 - name i - 'Int_t' 0 - dflt", (char*)NULL, (void*) NULL, 1);
27528    G__memfunc_setup("GetValue",797,G__G__Base1_178_0_10, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0, 
27529 "C - - 10 - name d - 'Double_t' 0 - dflt", (char*)NULL, (void*) NULL, 1);
27530    G__memfunc_setup("GetValue",797,G__G__Base1_178_0_11, 67, -1, -1, 0, 2, 1, 1, 1, 
27531 "C - - 10 - name C - - 10 - dflt", (char*)NULL, (void*) NULL, 1);
27532    G__memfunc_setup("SetValue",809,G__G__Base1_178_0_12, 121, -1, -1, 0, 4, 1, 1, 0, 
27533 "C - - 10 - name C - - 10 - value "
27534 "i 'EEnvLevel' - 0 'kEnvChange' level C - - 10 '0' type", (char*)NULL, (void*) NULL, 1);
27535    G__memfunc_setup("SetValue",809,G__G__Base1_178_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
27536 "C - - 10 - name i 'EEnvLevel' - 0 'kEnvChange' level", (char*)NULL, (void*) NULL, 1);
27537    G__memfunc_setup("SetValue",809,G__G__Base1_178_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
27538 "C - - 10 - name i - 'Int_t' 0 - value", (char*)NULL, (void*) NULL, 1);
27539    G__memfunc_setup("SetValue",809,G__G__Base1_178_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
27540 "C - - 10 - name d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 1);
27541    G__memfunc_setup("Lookup",634,G__G__Base1_178_0_16, 85, G__get_linked_tagnum(&G__G__Base1LN_TEnvRec), -1, 0, 1, 1, 1, 0, "C - - 10 - n", (char*)NULL, (void*) NULL, 1);
27542    G__memfunc_setup("ReadFile",764,G__G__Base1_178_0_17, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
27543 "C - - 10 - fname i 'EEnvLevel' - 0 - level", (char*)NULL, (void*) NULL, 1);
27544    G__memfunc_setup("WriteFile",907,G__G__Base1_178_0_18, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
27545 "C - - 10 - fname i 'EEnvLevel' - 0 'kEnvAll' level", (char*)NULL, (void*) NULL, 1);
27546    G__memfunc_setup("Save",399,G__G__Base1_178_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27547    G__memfunc_setup("SaveLevel",903,G__G__Base1_178_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "i 'EEnvLevel' - 0 - level", (char*)NULL, (void*) NULL, 1);
27548    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
27549    G__memfunc_setup("PrintEnv",822,G__G__Base1_178_0_22, 121, -1, -1, 0, 1, 1, 1, 8, "i 'EEnvLevel' - 0 'kEnvAll' level", (char*)NULL, (void*) NULL, 1);
27550    G__memfunc_setup("IgnoreDuplicates",1650,G__G__Base1_178_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - ignore", (char*)NULL, (void*) NULL, 0);
27551    G__memfunc_setup("Class",502,G__G__Base1_178_0_24, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TEnv::Class) ), 0);
27552    G__memfunc_setup("Class_Name",982,G__G__Base1_178_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEnv::Class_Name) ), 0);
27553    G__memfunc_setup("Class_Version",1339,G__G__Base1_178_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TEnv::Class_Version) ), 0);
27554    G__memfunc_setup("Dictionary",1046,G__G__Base1_178_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TEnv::Dictionary) ), 0);
27555    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27556    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);
27557    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);
27558    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_178_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27559    G__memfunc_setup("DeclFileName",1145,G__G__Base1_178_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEnv::DeclFileName) ), 0);
27560    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_178_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEnv::ImplFileLine) ), 0);
27561    G__memfunc_setup("ImplFileName",1171,G__G__Base1_178_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEnv::ImplFileName) ), 0);
27562    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_178_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEnv::DeclFileLine) ), 0);
27563    // automatic destructor
27564    G__memfunc_setup("~TEnv", 507, G__G__Base1_178_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27565    G__tag_memfunc_reset();
27566 }
27567 
27568 static void G__setup_memfuncTEnvRec(void) {
27569    /* TEnvRec */
27570    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TEnvRec));
27571    G__memfunc_setup("TEnvRec",663,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TEnvRec), -1, 0, 4, 1, 4, 0, 
27572 "C - - 10 - n C - - 10 - v "
27573 "C - - 10 - t i 'EEnvLevel' - 0 - l", (char*)NULL, (void*) NULL, 0);
27574    G__memfunc_setup("Compare",711,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 4, 8, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 1);
27575    G__memfunc_setup("ChangeValue",1091,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, 
27576 "C - - 10 - v C - - 10 - t "
27577 "i 'EEnvLevel' - 0 - l g - 'Bool_t' 0 'kFALSE' append "
27578 "g - 'Bool_t' 0 'kFALSE' ignoredup", (char*)NULL, (void*) NULL, 0);
27579    G__memfunc_setup("ExpandValue",1117,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 1, 1, 4, 0, "C - - 10 - v", (char*)NULL, (void*) NULL, 0);
27580    G__memfunc_setup("TEnvRec",663,G__G__Base1_183_0_5, 105, G__get_linked_tagnum(&G__G__Base1LN_TEnvRec), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27581    G__memfunc_setup("GetName",673,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
27582    G__memfunc_setup("GetValue",797,G__G__Base1_183_0_7, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27583    G__memfunc_setup("GetType",706,G__G__Base1_183_0_8, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27584    G__memfunc_setup("GetLevel",792,G__G__Base1_183_0_9, 105, G__get_linked_tagnum(&G__G__Base1LN_EEnvLevel), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27585    G__memfunc_setup("Hash",388,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("ULong_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27586    G__memfunc_setup("Class",502,G__G__Base1_183_0_11, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TEnvRec::Class) ), 0);
27587    G__memfunc_setup("Class_Name",982,G__G__Base1_183_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEnvRec::Class_Name) ), 0);
27588    G__memfunc_setup("Class_Version",1339,G__G__Base1_183_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TEnvRec::Class_Version) ), 0);
27589    G__memfunc_setup("Dictionary",1046,G__G__Base1_183_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TEnvRec::Dictionary) ), 0);
27590    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27591    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);
27592    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);
27593    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_183_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27594    G__memfunc_setup("DeclFileName",1145,G__G__Base1_183_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEnvRec::DeclFileName) ), 0);
27595    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_183_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEnvRec::ImplFileLine) ), 0);
27596    G__memfunc_setup("ImplFileName",1171,G__G__Base1_183_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEnvRec::ImplFileName) ), 0);
27597    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_183_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEnvRec::DeclFileLine) ), 0);
27598    // automatic copy constructor
27599    G__memfunc_setup("TEnvRec", 663, G__G__Base1_183_0_23, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TEnvRec), -1, 0, 1, 1, 1, 0, "u 'TEnvRec' - 11 - -", (char*) NULL, (void*) NULL, 0);
27600    // automatic destructor
27601    G__memfunc_setup("~TEnvRec", 789, G__G__Base1_183_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
27602    // automatic assignment operator
27603    G__memfunc_setup("operator=", 937, G__G__Base1_183_0_25, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TEnvRec), -1, 1, 1, 1, 1, 0, "u 'TEnvRec' - 11 - -", (char*) NULL, (void*) NULL, 0);
27604    G__tag_memfunc_reset();
27605 }
27606 
27607 static void G__setup_memfuncTInspectorImp(void) {
27608    /* TInspectorImp */
27609    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp));
27610    G__memfunc_setup("TInspectorImp",1329,G__G__Base1_189_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27611    G__memfunc_setup("TInspectorImp",1329,G__G__Base1_189_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp), -1, 0, 3, 1, 1, 0, 
27612 "U 'TObject' - 10 - - h - 'UInt_t' 0 - - "
27613 "h - 'UInt_t' 0 - -", (char*)NULL, (void*) NULL, 0);
27614    G__memfunc_setup("Hide",378,G__G__Base1_189_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27615    G__memfunc_setup("Show",417,G__G__Base1_189_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27616    G__memfunc_setup("Class",502,G__G__Base1_189_0_5, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TInspectorImp::Class) ), 0);
27617    G__memfunc_setup("Class_Name",982,G__G__Base1_189_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TInspectorImp::Class_Name) ), 0);
27618    G__memfunc_setup("Class_Version",1339,G__G__Base1_189_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TInspectorImp::Class_Version) ), 0);
27619    G__memfunc_setup("Dictionary",1046,G__G__Base1_189_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TInspectorImp::Dictionary) ), 0);
27620    G__memfunc_setup("IsA",253,G__G__Base1_189_0_9, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27621    G__memfunc_setup("ShowMembers",1132,G__G__Base1_189_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
27622    G__memfunc_setup("Streamer",835,G__G__Base1_189_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
27623    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_189_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27624    G__memfunc_setup("DeclFileName",1145,G__G__Base1_189_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TInspectorImp::DeclFileName) ), 0);
27625    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_189_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TInspectorImp::ImplFileLine) ), 0);
27626    G__memfunc_setup("ImplFileName",1171,G__G__Base1_189_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TInspectorImp::ImplFileName) ), 0);
27627    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_189_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TInspectorImp::DeclFileLine) ), 0);
27628    // automatic copy constructor
27629    G__memfunc_setup("TInspectorImp", 1329, G__G__Base1_189_0_17, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp), -1, 0, 1, 1, 1, 0, "u 'TInspectorImp' - 11 - -", (char*) NULL, (void*) NULL, 0);
27630    // automatic destructor
27631    G__memfunc_setup("~TInspectorImp", 1455, G__G__Base1_189_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27632    // automatic assignment operator
27633    G__memfunc_setup("operator=", 937, G__G__Base1_189_0_19, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp), -1, 1, 1, 1, 1, 0, "u 'TInspectorImp' - 11 - -", (char*) NULL, (void*) NULL, 0);
27634    G__tag_memfunc_reset();
27635 }
27636 
27637 static void G__setup_memfuncTGuiFactory(void) {
27638    /* TGuiFactory */
27639    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory));
27640    G__memfunc_setup("TGuiFactory",1105,G__G__Base1_190_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory), -1, 0, 2, 1, 1, 0, 
27641 "C - - 10 '\"Batch\"' name C - - 10 '\"Batch GUI Factory\"' title", (char*)NULL, (void*) NULL, 0);
27642    G__memfunc_setup("CreateApplicationImp",2030,G__G__Base1_190_0_2, 85, G__get_linked_tagnum(&G__G__Base1LN_TApplicationImp), -1, 0, 3, 1, 1, 0, 
27643 "C - - 10 - classname I - - 0 - argc "
27644 "C - - 2 - argv", (char*)NULL, (void*) NULL, 1);
27645    G__memfunc_setup("CreateCanvasImp",1494,G__G__Base1_190_0_3, 85, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 0, 4, 1, 1, 0, 
27646 "U 'TCanvas' - 0 - c C - - 10 - title "
27647 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
27648    G__memfunc_setup("CreateCanvasImp",1494,G__G__Base1_190_0_4, 85, G__get_linked_tagnum(&G__G__Base1LN_TCanvasImp), -1, 0, 6, 1, 1, 0, 
27649 "U 'TCanvas' - 0 - c C - - 10 - title "
27650 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
27651 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
27652    G__memfunc_setup("CreateBrowserImp",1630,G__G__Base1_190_0_5, 85, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 0, 5, 1, 1, 0, 
27653 "U 'TBrowser' - 0 - b C - - 10 - title "
27654 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
27655 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
27656    G__memfunc_setup("CreateBrowserImp",1630,G__G__Base1_190_0_6, 85, G__get_linked_tagnum(&G__G__Base1LN_TBrowserImp), -1, 0, 7, 1, 1, 0, 
27657 "U 'TBrowser' - 0 - b C - - 10 - title "
27658 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
27659 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
27660 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
27661    G__memfunc_setup("CreateContextMenuImp",2036,G__G__Base1_190_0_7, 85, G__get_linked_tagnum(&G__G__Base1LN_TContextMenuImp), -1, 0, 3, 1, 1, 0, 
27662 "U 'TContextMenu' - 0 - c C - - 10 - name "
27663 "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
27664    G__memfunc_setup("CreateControlBarImp",1904,G__G__Base1_190_0_8, 85, G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp), -1, 0, 2, 1, 1, 0, 
27665 "U 'TControlBar' - 0 - c C - - 10 - title", (char*)NULL, (void*) NULL, 1);
27666    G__memfunc_setup("CreateControlBarImp",1904,G__G__Base1_190_0_9, 85, G__get_linked_tagnum(&G__G__Base1LN_TControlBarImp), -1, 0, 4, 1, 1, 0, 
27667 "U 'TControlBar' - 0 - c C - - 10 - title "
27668 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
27669    G__memfunc_setup("CreateInspectorImp",1841,G__G__Base1_190_0_10, 85, G__get_linked_tagnum(&G__G__Base1LN_TInspectorImp), -1, 0, 3, 1, 1, 0, 
27670 "U 'TObject' - 10 - obj h - 'UInt_t' 0 - width "
27671 "h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
27672    G__memfunc_setup("Class",502,G__G__Base1_190_0_11, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGuiFactory::Class) ), 0);
27673    G__memfunc_setup("Class_Name",982,G__G__Base1_190_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiFactory::Class_Name) ), 0);
27674    G__memfunc_setup("Class_Version",1339,G__G__Base1_190_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGuiFactory::Class_Version) ), 0);
27675    G__memfunc_setup("Dictionary",1046,G__G__Base1_190_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGuiFactory::Dictionary) ), 0);
27676    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27677    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);
27678    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);
27679    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_190_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27680    G__memfunc_setup("DeclFileName",1145,G__G__Base1_190_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiFactory::DeclFileName) ), 0);
27681    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_190_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGuiFactory::ImplFileLine) ), 0);
27682    G__memfunc_setup("ImplFileName",1171,G__G__Base1_190_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiFactory::ImplFileName) ), 0);
27683    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_190_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGuiFactory::DeclFileLine) ), 0);
27684    // automatic copy constructor
27685    G__memfunc_setup("TGuiFactory", 1105, G__G__Base1_190_0_23, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory), -1, 0, 1, 1, 1, 0, "u 'TGuiFactory' - 11 - -", (char*) NULL, (void*) NULL, 0);
27686    // automatic destructor
27687    G__memfunc_setup("~TGuiFactory", 1231, G__G__Base1_190_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27688    // automatic assignment operator
27689    G__memfunc_setup("operator=", 937, G__G__Base1_190_0_25, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TGuiFactory), -1, 1, 1, 1, 1, 0, "u 'TGuiFactory' - 11 - -", (char*) NULL, (void*) NULL, 0);
27690    G__tag_memfunc_reset();
27691 }
27692 
27693 static void G__setup_memfuncTFileHandler(void) {
27694    /* TFileHandler */
27695    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TFileHandler));
27696    G__memfunc_setup("TFileHandler",1170,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Base1LN_TFileHandler), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
27697    G__memfunc_setup("TFileHandler",1170,G__G__Base1_257_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TFileHandler), -1, 0, 2, 1, 1, 0, 
27698 "i - - 0 - fd i - - 0 - mask", (char*)NULL, (void*) NULL, 0);
27699    G__memfunc_setup("GetFd",458,G__G__Base1_257_0_3, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27700    G__memfunc_setup("SetFd",470,G__G__Base1_257_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - fd", (char*)NULL, (void*) NULL, 0);
27701    G__memfunc_setup("Notify",633,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27702    G__memfunc_setup("ReadNotify",1013,G__G__Base1_257_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27703    G__memfunc_setup("WriteNotify",1156,G__G__Base1_257_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27704    G__memfunc_setup("HasReadInterest",1510,G__G__Base1_257_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27705    G__memfunc_setup("HasWriteInterest",1653,G__G__Base1_257_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27706    G__memfunc_setup("SetInterest",1146,G__G__Base1_257_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mask", (char*)NULL, (void*) NULL, 1);
27707    G__memfunc_setup("ResetReadyMask",1412,G__G__Base1_257_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27708    G__memfunc_setup("SetReadReady",1181,G__G__Base1_257_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27709    G__memfunc_setup("SetWriteReady",1324,G__G__Base1_257_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27710    G__memfunc_setup("IsReadReady",1069,G__G__Base1_257_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27711    G__memfunc_setup("IsWriteReady",1212,G__G__Base1_257_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27712    G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27713    G__memfunc_setup("Remove",622,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27714    G__memfunc_setup("Class",502,G__G__Base1_257_0_18, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFileHandler::Class) ), 0);
27715    G__memfunc_setup("Class_Name",982,G__G__Base1_257_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileHandler::Class_Name) ), 0);
27716    G__memfunc_setup("Class_Version",1339,G__G__Base1_257_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFileHandler::Class_Version) ), 0);
27717    G__memfunc_setup("Dictionary",1046,G__G__Base1_257_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFileHandler::Dictionary) ), 0);
27718    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27719    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);
27720    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);
27721    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_257_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27722    G__memfunc_setup("DeclFileName",1145,G__G__Base1_257_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileHandler::DeclFileName) ), 0);
27723    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_257_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFileHandler::ImplFileLine) ), 0);
27724    G__memfunc_setup("ImplFileName",1171,G__G__Base1_257_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileHandler::ImplFileName) ), 0);
27725    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_257_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFileHandler::DeclFileLine) ), 0);
27726    // automatic destructor
27727    G__memfunc_setup("~TFileHandler", 1296, G__G__Base1_257_0_30, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27728    G__tag_memfunc_reset();
27729 }
27730 
27731 static void G__setup_memfuncTStyle(void) {
27732    /* TStyle */
27733    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TStyle));
27734    G__memfunc_setup("TStyle",613,G__G__Base1_284_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TStyle), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27735    G__memfunc_setup("TStyle",613,G__G__Base1_284_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TStyle), -1, 0, 2, 1, 1, 0, 
27736 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
27737    G__memfunc_setup("TStyle",613,G__G__Base1_284_0_3, 105, G__get_linked_tagnum(&G__G__Base1LN_TStyle), -1, 0, 1, 1, 1, 0, "u 'TStyle' - 11 - style", (char*)NULL, (void*) NULL, 0);
27738    G__memfunc_setup("AxisChoice",992,G__G__Base1_284_0_4, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 - axis", (char*)NULL, (void*) NULL, 0);
27739    G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - b", (char*)NULL, (void*) NULL, 1);
27740    G__memfunc_setup("BuildStyles",1140,G__G__Base1_284_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TStyle::BuildStyles) ), 0);
27741    G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - style", (char*)NULL, (void*) NULL, 1);
27742    G__memfunc_setup("cd",199,G__G__Base1_284_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27743    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
27744 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
27745    G__memfunc_setup("GetNdivisions",1350,G__G__Base1_284_0_10, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27746    G__memfunc_setup("GetAttDate",967,G__G__Base1_284_0_11, 85, G__get_linked_tagnum(&G__G__Base1LN_TAttText), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27747    G__memfunc_setup("GetAxisColor",1204,G__G__Base1_284_0_12, 115, -1, G__defined_typename("Color_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27748    G__memfunc_setup("GetLabelColor",1279,G__G__Base1_284_0_13, 115, -1, G__defined_typename("Color_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27749    G__memfunc_setup("GetLabelFont",1175,G__G__Base1_284_0_14, 115, -1, G__defined_typename("Style_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27750    G__memfunc_setup("GetLabelOffset",1383,G__G__Base1_284_0_15, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27751    G__memfunc_setup("GetLabelSize",1179,G__G__Base1_284_0_16, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27752    G__memfunc_setup("GetTitleColor",1313,G__G__Base1_284_0_17, 115, -1, G__defined_typename("Color_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", "return axis title color of pad title color", (void*) NULL, 0);
27753    G__memfunc_setup("GetTitleFont",1209,G__G__Base1_284_0_18, 115, -1, G__defined_typename("Style_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", "return axis title font of pad title font", (void*) NULL, 0);
27754    G__memfunc_setup("GetTitleOffset",1417,G__G__Base1_284_0_19, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", "return axis title offset", (void*) NULL, 0);
27755    G__memfunc_setup("GetTitleSize",1213,G__G__Base1_284_0_20, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", "return axis title size", (void*) NULL, 0);
27756    G__memfunc_setup("GetTickLength",1293,G__G__Base1_284_0_21, 102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27757    G__memfunc_setup("GetBarOffset",1180,G__G__Base1_284_0_22, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27758    G__memfunc_setup("GetBarWidth",1077,G__G__Base1_284_0_23, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27759    G__memfunc_setup("GetDrawBorder",1292,G__G__Base1_284_0_24, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27760    G__memfunc_setup("GetEndErrorSize",1500,G__G__Base1_284_0_25, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27761    G__memfunc_setup("GetErrorX",898,G__G__Base1_284_0_26, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27762    G__memfunc_setup("GetCanvasPreferGL",1651,G__G__Base1_284_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27763    G__memfunc_setup("GetCanvasColor",1403,G__G__Base1_284_0_28, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27764    G__memfunc_setup("GetCanvasBorderSize",1909,G__G__Base1_284_0_29, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27765    G__memfunc_setup("GetCanvasBorderMode",1887,G__G__Base1_284_0_30, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27766    G__memfunc_setup("GetCanvasDefH",1235,G__G__Base1_284_0_31, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27767    G__memfunc_setup("GetCanvasDefW",1250,G__G__Base1_284_0_32, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27768    G__memfunc_setup("GetCanvasDefX",1251,G__G__Base1_284_0_33, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27769    G__memfunc_setup("GetCanvasDefY",1252,G__G__Base1_284_0_34, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27770    G__memfunc_setup("GetColorPalette",1518,G__G__Base1_284_0_35, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
27771    G__memfunc_setup("GetColorModelPS",1459,G__G__Base1_284_0_36, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27772    G__memfunc_setup("GetDateX",758,G__G__Base1_284_0_37, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27773    G__memfunc_setup("GetDateY",759,G__G__Base1_284_0_38, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27774    G__memfunc_setup("GetFitFormat",1196,G__G__Base1_284_0_39, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27775    G__memfunc_setup("GetHatchesLineWidth",1896,G__G__Base1_284_0_40, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27776    G__memfunc_setup("GetHatchesSpacing",1701,G__G__Base1_284_0_41, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27777    G__memfunc_setup("GetLegendBorderSize",1896,G__G__Base1_284_0_42, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27778    G__memfunc_setup("GetNumberOfColors",1712,G__G__Base1_284_0_43, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27779    G__memfunc_setup("GetPadColor",1076,G__G__Base1_284_0_44, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27780    G__memfunc_setup("GetPadBorderSize",1582,G__G__Base1_284_0_45, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27781    G__memfunc_setup("GetPadBorderMode",1560,G__G__Base1_284_0_46, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27782    G__memfunc_setup("GetPadBottomMargin",1800,G__G__Base1_284_0_47, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27783    G__memfunc_setup("GetPadTopMargin",1478,G__G__Base1_284_0_48, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27784    G__memfunc_setup("GetPadLeftMargin",1566,G__G__Base1_284_0_49, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27785    G__memfunc_setup("GetPadRightMargin",1681,G__G__Base1_284_0_50, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27786    G__memfunc_setup("GetPadGridX",1043,G__G__Base1_284_0_51, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27787    G__memfunc_setup("GetPadGridY",1044,G__G__Base1_284_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27788    G__memfunc_setup("GetPadTickX",1048,G__G__Base1_284_0_53, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27789    G__memfunc_setup("GetPadTickY",1049,G__G__Base1_284_0_54, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27790    G__memfunc_setup("GetFuncColor",1195,G__G__Base1_284_0_55, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27791    G__memfunc_setup("GetFuncStyle",1213,G__G__Base1_284_0_56, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27792    G__memfunc_setup("GetFuncWidth",1196,G__G__Base1_284_0_57, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27793    G__memfunc_setup("GetGridColor",1189,G__G__Base1_284_0_58, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27794    G__memfunc_setup("GetGridStyle",1207,G__G__Base1_284_0_59, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27795    G__memfunc_setup("GetGridWidth",1190,G__G__Base1_284_0_60, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27796    G__memfunc_setup("GetFrameFillColor",1681,G__G__Base1_284_0_61, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27797    G__memfunc_setup("GetFrameLineColor",1682,G__G__Base1_284_0_62, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27798    G__memfunc_setup("GetFrameFillStyle",1699,G__G__Base1_284_0_63, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27799    G__memfunc_setup("GetFrameLineStyle",1700,G__G__Base1_284_0_64, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27800    G__memfunc_setup("GetFrameLineWidth",1683,G__G__Base1_284_0_65, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27801    G__memfunc_setup("GetFrameBorderSize",1796,G__G__Base1_284_0_66, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27802    G__memfunc_setup("GetFrameBorderMode",1774,G__G__Base1_284_0_67, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27803    G__memfunc_setup("GetHistFillColor",1598,G__G__Base1_284_0_68, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27804    G__memfunc_setup("GetHistLineColor",1599,G__G__Base1_284_0_69, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27805    G__memfunc_setup("GetHistFillStyle",1616,G__G__Base1_284_0_70, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27806    G__memfunc_setup("GetHistLineStyle",1617,G__G__Base1_284_0_71, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27807    G__memfunc_setup("GetHistLineWidth",1600,G__G__Base1_284_0_72, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27808    G__memfunc_setup("GetHistMinimumZero",1844,G__G__Base1_284_0_73, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27809    G__memfunc_setup("GetHistTopMargin",1609,G__G__Base1_284_0_74, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27810    G__memfunc_setup("GetLegoInnerR",1269,G__G__Base1_284_0_75, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27811    G__memfunc_setup("GetNumberContours",1766,G__G__Base1_284_0_76, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27812    G__memfunc_setup("GetOptDate",977,G__G__Base1_284_0_77, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27813    G__memfunc_setup("GetOptFile",979,G__G__Base1_284_0_78, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27814    G__memfunc_setup("GetOptFit",886,G__G__Base1_284_0_79, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27815    G__memfunc_setup("GetOptStat",1007,G__G__Base1_284_0_80, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27816    G__memfunc_setup("GetOptTitle",1109,G__G__Base1_284_0_81, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27817    G__memfunc_setup("GetOptLogx",1005,G__G__Base1_284_0_82, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27818    G__memfunc_setup("GetOptLogy",1006,G__G__Base1_284_0_83, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27819    G__memfunc_setup("GetOptLogz",1007,G__G__Base1_284_0_84, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27820    G__memfunc_setup("GetPaintTextFormat",1834,G__G__Base1_284_0_85, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27821    G__memfunc_setup("GetPaperSize",1203,G__G__Base1_284_0_86, 121, -1, -1, 0, 2, 1, 1, 8, 
27822 "f - 'Float_t' 1 - xsize f - 'Float_t' 1 - ysize", (char*)NULL, (void*) NULL, 0);
27823    G__memfunc_setup("GetShowEventStatus",1863,G__G__Base1_284_0_87, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27824    G__memfunc_setup("GetShowEditor",1320,G__G__Base1_284_0_88, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27825    G__memfunc_setup("GetShowToolBar",1396,G__G__Base1_284_0_89, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27826    G__memfunc_setup("GetScreenFactor",1503,G__G__Base1_284_0_90, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27827    G__memfunc_setup("GetStatColor",1211,G__G__Base1_284_0_91, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27828    G__memfunc_setup("GetStatTextColor",1632,G__G__Base1_284_0_92, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27829    G__memfunc_setup("GetStatBorderSize",1717,G__G__Base1_284_0_93, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27830    G__memfunc_setup("GetStatFont",1107,G__G__Base1_284_0_94, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27831    G__memfunc_setup("GetStatFontSize",1518,G__G__Base1_284_0_95, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27832    G__memfunc_setup("GetStatStyle",1229,G__G__Base1_284_0_96, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27833    G__memfunc_setup("GetStatFormat",1317,G__G__Base1_284_0_97, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27834    G__memfunc_setup("GetStatX",788,G__G__Base1_284_0_98, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27835    G__memfunc_setup("GetStatY",789,G__G__Base1_284_0_99, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27836    G__memfunc_setup("GetStatW",787,G__G__Base1_284_0_100, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27837    G__memfunc_setup("GetStatH",772,G__G__Base1_284_0_101, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27838    G__memfunc_setup("GetStripDecimals",1620,G__G__Base1_284_0_102, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27839    G__memfunc_setup("GetTimeOffset",1302,G__G__Base1_284_0_103, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", "return axis time offset", (void*) NULL, 0);
27840    G__memfunc_setup("GetTitleAlign",1293,G__G__Base1_284_0_104, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", "return the histogram title TPaveLabel alignment", (void*) NULL, 0);
27841    G__memfunc_setup("GetTitleFillColor",1704,G__G__Base1_284_0_105, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", "return histogram title fill area color", (void*) NULL, 0);
27842    G__memfunc_setup("GetTitleTextColor",1734,G__G__Base1_284_0_106, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", "return histogram title text color", (void*) NULL, 0);
27843    G__memfunc_setup("GetTitleStyle",1331,G__G__Base1_284_0_107, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27844    G__memfunc_setup("GetTitleFontSize",1620,G__G__Base1_284_0_108, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return histogram title font size", (void*) NULL, 0);
27845    G__memfunc_setup("GetTitleBorderSize",1819,G__G__Base1_284_0_109, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", "return border size of histogram title TPaveLabel", (void*) NULL, 0);
27846    G__memfunc_setup("GetTitleXOffset",1505,G__G__Base1_284_0_110, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return X axis title offset", (void*) NULL, 0);
27847    G__memfunc_setup("GetTitleXSize",1301,G__G__Base1_284_0_111, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return X axis title size", (void*) NULL, 0);
27848    G__memfunc_setup("GetTitleYOffset",1506,G__G__Base1_284_0_112, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return Y axis title offset", (void*) NULL, 0);
27849    G__memfunc_setup("GetTitleYSize",1302,G__G__Base1_284_0_113, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return Y axis title size", (void*) NULL, 0);
27850    G__memfunc_setup("GetTitleX",890,G__G__Base1_284_0_114, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return left X position of histogram title TPavelabel", (void*) NULL, 0);
27851    G__memfunc_setup("GetTitleY",891,G__G__Base1_284_0_115, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return left bottom position of histogram title TPavelabel", (void*) NULL, 0);
27852    G__memfunc_setup("GetTitleW",889,G__G__Base1_284_0_116, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return width of histogram title TPaveLabel", (void*) NULL, 0);
27853    G__memfunc_setup("GetTitleH",874,G__G__Base1_284_0_117, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", "return height of histogram title TPavelabel", (void*) NULL, 0);
27854    G__memfunc_setup("GetHeaderPS",1036,G__G__Base1_284_0_118, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27855    G__memfunc_setup("GetTitlePS",965,G__G__Base1_284_0_119, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27856    G__memfunc_setup("GetLineStyleString",1840,G__G__Base1_284_0_120, 67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 '1' i", (char*)NULL, (void*) NULL, 0);
27857    G__memfunc_setup("GetLineScalePS",1331,G__G__Base1_284_0_121, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27858    G__memfunc_setup("IsReading",886,G__G__Base1_284_0_122, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27859    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
27860    G__memfunc_setup("Reset",515,G__G__Base1_284_0_124, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
27861    G__memfunc_setup("SetColorModelPS",1471,G__G__Base1_284_0_125, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' c", (char*)NULL, (void*) NULL, 0);
27862    G__memfunc_setup("SetFitFormat",1208,G__G__Base1_284_0_126, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"5.4g\"' format", (char*)NULL, (void*) NULL, 0);
27863    G__memfunc_setup("SetHeaderPS",1048,G__G__Base1_284_0_127, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - header", (char*)NULL, (void*) NULL, 0);
27864    G__memfunc_setup("SetHatchesLineWidth",1908,G__G__Base1_284_0_128, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - l", (char*)NULL, (void*) NULL, 0);
27865    G__memfunc_setup("SetHatchesSpacing",1713,G__G__Base1_284_0_129, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - h", (char*)NULL, (void*) NULL, 0);
27866    G__memfunc_setup("SetTitlePS",977,G__G__Base1_284_0_130, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - pstitle", (char*)NULL, (void*) NULL, 0);
27867    G__memfunc_setup("SetLineScalePS",1343,G__G__Base1_284_0_131, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '3' scale", (char*)NULL, (void*) NULL, 0);
27868    G__memfunc_setup("SetLineStyleString",1852,G__G__Base1_284_0_132, 121, -1, -1, 0, 2, 1, 1, 0, 
27869 "i - 'Int_t' 0 - i C - - 10 - text", (char*)NULL, (void*) NULL, 0);
27870    G__memfunc_setup("SetNdivisions",1362,G__G__Base1_284_0_133, 121, -1, -1, 0, 2, 1, 1, 0, 
27871 "i - 'Int_t' 0 '510' n C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27872    G__memfunc_setup("SetAxisColor",1216,G__G__Base1_284_0_134, 121, -1, -1, 0, 2, 1, 1, 0, 
27873 "s - 'Color_t' 0 '1' color C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27874    G__memfunc_setup("SetLabelColor",1291,G__G__Base1_284_0_135, 121, -1, -1, 0, 2, 1, 1, 0, 
27875 "s - 'Color_t' 0 '1' color C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27876    G__memfunc_setup("SetLabelFont",1187,G__G__Base1_284_0_136, 121, -1, -1, 0, 2, 1, 1, 0, 
27877 "s - 'Style_t' 0 '62' font C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27878    G__memfunc_setup("SetLabelOffset",1395,G__G__Base1_284_0_137, 121, -1, -1, 0, 2, 1, 1, 0, 
27879 "f - 'Float_t' 0 '0.005' offset C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27880    G__memfunc_setup("SetLabelSize",1191,G__G__Base1_284_0_138, 121, -1, -1, 0, 2, 1, 1, 0, 
27881 "f - 'Float_t' 0 '0.04' size C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27882    G__memfunc_setup("SetLegoInnerR",1281,G__G__Base1_284_0_139, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.5' rad", (char*)NULL, (void*) NULL, 0);
27883    G__memfunc_setup("SetScreenFactor",1515,G__G__Base1_284_0_140, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' factor", (char*)NULL, (void*) NULL, 0);
27884    G__memfunc_setup("SetTickLength",1305,G__G__Base1_284_0_141, 121, -1, -1, 0, 2, 1, 1, 0, 
27885 "f - 'Float_t' 0 '0.03' length C - 'Option_t' 10 '\"X\"' axis", (char*)NULL, (void*) NULL, 0);
27886    G__memfunc_setup("SetTitleColor",1325,G__G__Base1_284_0_142, 121, -1, -1, 0, 2, 1, 1, 0, 
27887 "s - 'Color_t' 0 '1' color C - 'Option_t' 10 '\"X\"' axis", "set axis title color or pad title color", (void*) NULL, 0);
27888    G__memfunc_setup("SetTitleFont",1221,G__G__Base1_284_0_143, 121, -1, -1, 0, 2, 1, 1, 0, 
27889 "s - 'Style_t' 0 '62' font C - 'Option_t' 10 '\"X\"' axis", "set axis title font or pad title font", (void*) NULL, 0);
27890    G__memfunc_setup("SetTitleOffset",1429,G__G__Base1_284_0_144, 121, -1, -1, 0, 2, 1, 1, 0, 
27891 "f - 'Float_t' 0 '1' offset C - 'Option_t' 10 '\"X\"' axis", "set axis title offset", (void*) NULL, 0);
27892    G__memfunc_setup("SetTitleSize",1225,G__G__Base1_284_0_145, 121, -1, -1, 0, 2, 1, 1, 0, 
27893 "f - 'Float_t' 0 '0.02' size C - 'Option_t' 10 '\"X\"' axis", "set axis title size or pad title size", (void*) NULL, 0);
27894    G__memfunc_setup("SetNumberContours",1778,G__G__Base1_284_0_146, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '20' number", (char*)NULL, (void*) NULL, 0);
27895    G__memfunc_setup("SetOptDate",989,G__G__Base1_284_0_147, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' datefl", (char*)NULL, (void*) NULL, 0);
27896    G__memfunc_setup("SetOptFile",991,G__G__Base1_284_0_148, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' file", (char*)NULL, (void*) NULL, 0);
27897    G__memfunc_setup("SetOptFit",898,G__G__Base1_284_0_149, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' fit", (char*)NULL, (void*) NULL, 0);
27898    G__memfunc_setup("SetOptLogx",1017,G__G__Base1_284_0_150, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' logx", (char*)NULL, (void*) NULL, 0);
27899    G__memfunc_setup("SetOptLogy",1018,G__G__Base1_284_0_151, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' logy", (char*)NULL, (void*) NULL, 0);
27900    G__memfunc_setup("SetOptLogz",1019,G__G__Base1_284_0_152, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' logz", (char*)NULL, (void*) NULL, 0);
27901    G__memfunc_setup("SetOptStat",1019,G__G__Base1_284_0_153, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' stat", (char*)NULL, (void*) NULL, 0);
27902    G__memfunc_setup("SetOptStat",1019,G__G__Base1_284_0_154, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - stat", (char*)NULL, (void*) NULL, 0);
27903    G__memfunc_setup("SetOptTitle",1121,G__G__Base1_284_0_155, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' tit", (char*)NULL, (void*) NULL, 0);
27904    G__memfunc_setup("SetBarOffset",1192,G__G__Base1_284_0_156, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.5' baroff", (char*)NULL, (void*) NULL, 0);
27905    G__memfunc_setup("SetBarWidth",1089,G__G__Base1_284_0_157, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.5' barwidth", (char*)NULL, (void*) NULL, 0);
27906    G__memfunc_setup("SetDateX",770,G__G__Base1_284_0_158, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.01' x", (char*)NULL, (void*) NULL, 0);
27907    G__memfunc_setup("SetDateY",771,G__G__Base1_284_0_159, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.01' y", (char*)NULL, (void*) NULL, 0);
27908    G__memfunc_setup("SetEndErrorSize",1512,G__G__Base1_284_0_160, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '2' np", (char*)NULL, (void*) NULL, 0);
27909    G__memfunc_setup("SetErrorX",910,G__G__Base1_284_0_161, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.5' errorx", (char*)NULL, (void*) NULL, 0);
27910    G__memfunc_setup("SetCanvasPreferGL",1663,G__G__Base1_284_0_162, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' prefer", (char*)NULL, (void*) NULL, 0);
27911    G__memfunc_setup("SetDrawBorder",1304,G__G__Base1_284_0_163, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' drawborder", (char*)NULL, (void*) NULL, 0);
27912    G__memfunc_setup("SetCanvasColor",1415,G__G__Base1_284_0_164, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '19' color", (char*)NULL, (void*) NULL, 0);
27913    G__memfunc_setup("SetCanvasBorderSize",1921,G__G__Base1_284_0_165, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' size", (char*)NULL, (void*) NULL, 0);
27914    G__memfunc_setup("SetCanvasBorderMode",1899,G__G__Base1_284_0_166, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' mode", (char*)NULL, (void*) NULL, 0);
27915    G__memfunc_setup("SetCanvasDefH",1247,G__G__Base1_284_0_167, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '500' h", (char*)NULL, (void*) NULL, 0);
27916    G__memfunc_setup("SetCanvasDefW",1262,G__G__Base1_284_0_168, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '700' w", (char*)NULL, (void*) NULL, 0);
27917    G__memfunc_setup("SetCanvasDefX",1263,G__G__Base1_284_0_169, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '10' topx", (char*)NULL, (void*) NULL, 0);
27918    G__memfunc_setup("SetCanvasDefY",1264,G__G__Base1_284_0_170, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '10' topy", (char*)NULL, (void*) NULL, 0);
27919    G__memfunc_setup("SetLegendBorderSize",1908,G__G__Base1_284_0_171, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '4' size", (char*)NULL, (void*) NULL, 0);
27920    G__memfunc_setup("SetPadColor",1088,G__G__Base1_284_0_172, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '19' color", (char*)NULL, (void*) NULL, 0);
27921    G__memfunc_setup("SetPadBorderSize",1594,G__G__Base1_284_0_173, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' size", (char*)NULL, (void*) NULL, 0);
27922    G__memfunc_setup("SetPadBorderMode",1572,G__G__Base1_284_0_174, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' mode", (char*)NULL, (void*) NULL, 0);
27923    G__memfunc_setup("SetPadBottomMargin",1812,G__G__Base1_284_0_175, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.1' margin", (char*)NULL, (void*) NULL, 0);
27924    G__memfunc_setup("SetPadTopMargin",1490,G__G__Base1_284_0_176, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.1' margin", (char*)NULL, (void*) NULL, 0);
27925    G__memfunc_setup("SetPadLeftMargin",1578,G__G__Base1_284_0_177, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.1' margin", (char*)NULL, (void*) NULL, 0);
27926    G__memfunc_setup("SetPadRightMargin",1693,G__G__Base1_284_0_178, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.1' margin", (char*)NULL, (void*) NULL, 0);
27927    G__memfunc_setup("SetPadGridX",1055,G__G__Base1_284_0_179, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - gridx", (char*)NULL, (void*) NULL, 0);
27928    G__memfunc_setup("SetPadGridY",1056,G__G__Base1_284_0_180, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - gridy", (char*)NULL, (void*) NULL, 0);
27929    G__memfunc_setup("SetPadTickX",1060,G__G__Base1_284_0_181, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - tickx", (char*)NULL, (void*) NULL, 0);
27930    G__memfunc_setup("SetPadTickY",1061,G__G__Base1_284_0_182, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ticky", (char*)NULL, (void*) NULL, 0);
27931    G__memfunc_setup("SetFuncStyle",1225,G__G__Base1_284_0_183, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '1' style", (char*)NULL, (void*) NULL, 0);
27932    G__memfunc_setup("SetFuncColor",1207,G__G__Base1_284_0_184, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27933    G__memfunc_setup("SetFuncWidth",1208,G__G__Base1_284_0_185, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '4' width", (char*)NULL, (void*) NULL, 0);
27934    G__memfunc_setup("SetGridStyle",1219,G__G__Base1_284_0_186, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '3' style", (char*)NULL, (void*) NULL, 0);
27935    G__memfunc_setup("SetGridColor",1201,G__G__Base1_284_0_187, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '0' color", (char*)NULL, (void*) NULL, 0);
27936    G__memfunc_setup("SetGridWidth",1202,G__G__Base1_284_0_188, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' width", (char*)NULL, (void*) NULL, 0);
27937    G__memfunc_setup("SetFrameFillColor",1693,G__G__Base1_284_0_189, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27938    G__memfunc_setup("SetFrameLineColor",1694,G__G__Base1_284_0_190, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27939    G__memfunc_setup("SetFrameFillStyle",1711,G__G__Base1_284_0_191, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '0' styl", (char*)NULL, (void*) NULL, 0);
27940    G__memfunc_setup("SetFrameLineStyle",1712,G__G__Base1_284_0_192, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '0' styl", (char*)NULL, (void*) NULL, 0);
27941    G__memfunc_setup("SetFrameLineWidth",1695,G__G__Base1_284_0_193, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' width", (char*)NULL, (void*) NULL, 0);
27942    G__memfunc_setup("SetFrameBorderSize",1808,G__G__Base1_284_0_194, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' size", (char*)NULL, (void*) NULL, 0);
27943    G__memfunc_setup("SetFrameBorderMode",1786,G__G__Base1_284_0_195, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' mode", (char*)NULL, (void*) NULL, 0);
27944    G__memfunc_setup("SetHistFillColor",1610,G__G__Base1_284_0_196, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27945    G__memfunc_setup("SetHistLineColor",1611,G__G__Base1_284_0_197, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27946    G__memfunc_setup("SetHistFillStyle",1628,G__G__Base1_284_0_198, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '0' styl", (char*)NULL, (void*) NULL, 0);
27947    G__memfunc_setup("SetHistLineStyle",1629,G__G__Base1_284_0_199, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '0' styl", (char*)NULL, (void*) NULL, 0);
27948    G__memfunc_setup("SetHistLineWidth",1612,G__G__Base1_284_0_200, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '1' width", (char*)NULL, (void*) NULL, 0);
27949    G__memfunc_setup("SetHistMinimumZero",1856,G__G__Base1_284_0_201, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' zero", (char*)NULL, (void*) NULL, 0);
27950    G__memfunc_setup("SetHistTopMargin",1621,G__G__Base1_284_0_202, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 '0.05' hmax", (char*)NULL, (void*) NULL, 0);
27951    G__memfunc_setup("SetPaintTextFormat",1846,G__G__Base1_284_0_203, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"g\"' format", (char*)NULL, (void*) NULL, 0);
27952    G__memfunc_setup("SetPaperSize",1215,G__G__Base1_284_0_204, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TStyle::EPaperSize' - 0 - size", (char*)NULL, (void*) NULL, 0);
27953    G__memfunc_setup("SetPaperSize",1215,G__G__Base1_284_0_205, 121, -1, -1, 0, 2, 1, 1, 0, 
27954 "f - 'Float_t' 0 '20' xsize f - 'Float_t' 0 '26' ysize", (char*)NULL, (void*) NULL, 0);
27955    G__memfunc_setup("SetStatColor",1223,G__G__Base1_284_0_206, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '19' color", (char*)NULL, (void*) NULL, 0);
27956    G__memfunc_setup("SetStatTextColor",1644,G__G__Base1_284_0_207, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27957    G__memfunc_setup("SetStatStyle",1241,G__G__Base1_284_0_208, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '1001' style", (char*)NULL, (void*) NULL, 0);
27958    G__memfunc_setup("SetStatBorderSize",1729,G__G__Base1_284_0_209, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '2' size", (char*)NULL, (void*) NULL, 0);
27959    G__memfunc_setup("SetStatFont",1119,G__G__Base1_284_0_210, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '62' font", (char*)NULL, (void*) NULL, 0);
27960    G__memfunc_setup("SetStatFontSize",1530,G__G__Base1_284_0_211, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' size", (char*)NULL, (void*) NULL, 0);
27961    G__memfunc_setup("SetStatFormat",1329,G__G__Base1_284_0_212, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"6.4g\"' format", (char*)NULL, (void*) NULL, 0);
27962    G__memfunc_setup("SetStatX",800,G__G__Base1_284_0_213, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' x", (char*)NULL, (void*) NULL, 0);
27963    G__memfunc_setup("SetStatY",801,G__G__Base1_284_0_214, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' y", (char*)NULL, (void*) NULL, 0);
27964    G__memfunc_setup("SetStatW",799,G__G__Base1_284_0_215, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.19' w", (char*)NULL, (void*) NULL, 0);
27965    G__memfunc_setup("SetStatH",784,G__G__Base1_284_0_216, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.1' h", (char*)NULL, (void*) NULL, 0);
27966    G__memfunc_setup("SetStripDecimals",1632,G__G__Base1_284_0_217, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' strip", (char*)NULL, (void*) NULL, 0);
27967    G__memfunc_setup("SetTimeOffset",1314,G__G__Base1_284_0_218, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - toffset", (char*)NULL, (void*) NULL, 0);
27968    G__memfunc_setup("SetTitleAlign",1305,G__G__Base1_284_0_219, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '13' a", (char*)NULL, (void*) NULL, 0);
27969    G__memfunc_setup("SetTitleFillColor",1716,G__G__Base1_284_0_220, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27970    G__memfunc_setup("SetTitleTextColor",1746,G__G__Base1_284_0_221, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' color", (char*)NULL, (void*) NULL, 0);
27971    G__memfunc_setup("SetTitleStyle",1343,G__G__Base1_284_0_222, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 '1001' style", (char*)NULL, (void*) NULL, 0);
27972    G__memfunc_setup("SetTitleFontSize",1632,G__G__Base1_284_0_223, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' size", (char*)NULL, (void*) NULL, 0);
27973    G__memfunc_setup("SetTitleBorderSize",1831,G__G__Base1_284_0_224, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 '2' size", (char*)NULL, (void*) NULL, 0);
27974    G__memfunc_setup("SetTitleXOffset",1517,G__G__Base1_284_0_225, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' offset", (char*)NULL, (void*) NULL, 0);
27975    G__memfunc_setup("SetTitleXSize",1313,G__G__Base1_284_0_226, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.02' size", (char*)NULL, (void*) NULL, 0);
27976    G__memfunc_setup("SetTitleYOffset",1518,G__G__Base1_284_0_227, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' offset", (char*)NULL, (void*) NULL, 0);
27977    G__memfunc_setup("SetTitleYSize",1314,G__G__Base1_284_0_228, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.02' size", (char*)NULL, (void*) NULL, 0);
27978    G__memfunc_setup("SetTitleX",902,G__G__Base1_284_0_229, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' x", (char*)NULL, (void*) NULL, 0);
27979    G__memfunc_setup("SetTitleY",903,G__G__Base1_284_0_230, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0.985' y", (char*)NULL, (void*) NULL, 0);
27980    G__memfunc_setup("SetTitleW",901,G__G__Base1_284_0_231, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' w", (char*)NULL, (void*) NULL, 0);
27981    G__memfunc_setup("SetTitleH",886,G__G__Base1_284_0_232, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' h", (char*)NULL, (void*) NULL, 0);
27982    G__memfunc_setup("ToggleEventStatus",1768,G__G__Base1_284_0_233, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27983    G__memfunc_setup("ToggleEditor",1225,G__G__Base1_284_0_234, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27984    G__memfunc_setup("ToggleToolBar",1301,G__G__Base1_284_0_235, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27985    G__memfunc_setup("SetIsReading",1186,G__G__Base1_284_0_236, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' reading", (char*)NULL, (void*) NULL, 0);
27986    G__memfunc_setup("SetPalette",1019,G__G__Base1_284_0_237, 121, -1, -1, 0, 2, 1, 1, 0, 
27987 "i - 'Int_t' 0 '0' ncolors I - 'Int_t' 0 '0' colors", (char*)NULL, (void*) NULL, 0);
27988    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
27989 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
27990    G__memfunc_setup("SaveSource",1024,G__G__Base1_284_0_239, 121, -1, -1, 0, 2, 1, 1, 0, 
27991 "C - - 10 - filename C - 'Option_t' 10 '0' option", (char*)NULL, (void*) NULL, 0);
27992    G__memfunc_setup("Class",502,G__G__Base1_284_0_240, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TStyle::Class) ), 0);
27993    G__memfunc_setup("Class_Name",982,G__G__Base1_284_0_241, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TStyle::Class_Name) ), 0);
27994    G__memfunc_setup("Class_Version",1339,G__G__Base1_284_0_242, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TStyle::Class_Version) ), 0);
27995    G__memfunc_setup("Dictionary",1046,G__G__Base1_284_0_243, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TStyle::Dictionary) ), 0);
27996    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27997    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);
27998    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);
27999    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_284_0_247, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28000    G__memfunc_setup("DeclFileName",1145,G__G__Base1_284_0_248, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TStyle::DeclFileName) ), 0);
28001    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_284_0_249, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TStyle::ImplFileLine) ), 0);
28002    G__memfunc_setup("ImplFileName",1171,G__G__Base1_284_0_250, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TStyle::ImplFileName) ), 0);
28003    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_284_0_251, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TStyle::DeclFileLine) ), 0);
28004    // automatic destructor
28005    G__memfunc_setup("~TStyle", 739, G__G__Base1_284_0_252, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28006    // automatic assignment operator
28007    G__memfunc_setup("operator=", 937, G__G__Base1_284_0_253, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TStyle), -1, 1, 1, 1, 1, 0, "u 'TStyle' - 11 - -", (char*) NULL, (void*) NULL, 0);
28008    G__tag_memfunc_reset();
28009 }
28010 
28011 static void G__setup_memfuncTVirtualFFT(void) {
28012    /* TVirtualFFT */
28013    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT));
28014    G__memfunc_setup("GetN",366,G__G__Base1_293_0_2, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28015    G__memfunc_setup("GetNdim",680,G__G__Base1_293_0_3, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28016    G__memfunc_setup("GetType",706,G__G__Base1_293_0_4, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28017    G__memfunc_setup("GetSign",689,G__G__Base1_293_0_5, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28018    G__memfunc_setup("GetTransformFlag",1622,G__G__Base1_293_0_6, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28019    G__memfunc_setup("Init",404,G__G__Base1_293_0_7, 121, -1, -1, 0, 3, 1, 1, 0, 
28020 "C - 'Option_t' 10 - flag i - 'Int_t' 0 - sign "
28021 "I - 'Int_t' 10 - kind", (char*)NULL, (void*) NULL, 3);
28022    G__memfunc_setup("IsInplace",888,G__G__Base1_293_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28023    G__memfunc_setup("GetPoints",925,G__G__Base1_293_0_9, 121, -1, -1, 0, 2, 1, 1, 8, 
28024 "D - 'Double_t' 0 - data g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28025    G__memfunc_setup("GetPointReal",1198,G__G__Base1_293_0_10, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
28026 "i - 'Int_t' 0 - ipoint g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28027    G__memfunc_setup("GetPointReal",1198,G__G__Base1_293_0_11, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
28028 "I - 'Int_t' 10 - ipoint g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28029    G__memfunc_setup("GetPointComplex",1538,G__G__Base1_293_0_12, 121, -1, -1, 0, 4, 1, 1, 8, 
28030 "i - 'Int_t' 0 - ipoint d - 'Double_t' 1 - re "
28031 "d - 'Double_t' 1 - im g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28032    G__memfunc_setup("GetPointComplex",1538,G__G__Base1_293_0_13, 121, -1, -1, 0, 4, 1, 1, 8, 
28033 "I - 'Int_t' 10 - ipoint d - 'Double_t' 1 - re "
28034 "d - 'Double_t' 1 - im g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28035    G__memfunc_setup("GetPointsReal",1313,G__G__Base1_293_0_14, 68, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28036    G__memfunc_setup("GetPointsComplex",1653,G__G__Base1_293_0_15, 121, -1, -1, 0, 3, 1, 1, 8, 
28037 "D - 'Double_t' 0 - re D - 'Double_t' 0 - im "
28038 "g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28039    G__memfunc_setup("GetPointsComplex",1653,G__G__Base1_293_0_16, 121, -1, -1, 0, 2, 1, 1, 8, 
28040 "D - 'Double_t' 0 - data g - 'Bool_t' 0 'kFALSE' fromInput", (char*)NULL, (void*) NULL, 3);
28041    G__memfunc_setup("SetPoint",822,G__G__Base1_293_0_17, 121, -1, -1, 0, 3, 1, 1, 0, 
28042 "i - 'Int_t' 0 - ipoint d - 'Double_t' 0 - re "
28043 "d - 'Double_t' 0 '0' im", (char*)NULL, (void*) NULL, 3);
28044    G__memfunc_setup("SetPoint",822,G__G__Base1_293_0_18, 121, -1, -1, 0, 3, 1, 1, 0, 
28045 "I - 'Int_t' 10 - ipoint d - 'Double_t' 0 - re "
28046 "d - 'Double_t' 0 '0' im", (char*)NULL, (void*) NULL, 3);
28047    G__memfunc_setup("SetPoints",937,G__G__Base1_293_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 10 - data", (char*)NULL, (void*) NULL, 3);
28048    G__memfunc_setup("SetPointComplex",1550,G__G__Base1_293_0_20, 121, -1, -1, 0, 2, 1, 1, 0, 
28049 "i - 'Int_t' 0 - ipoint u 'TComplex' - 1 - c", (char*)NULL, (void*) NULL, 3);
28050    G__memfunc_setup("SetPointsComplex",1665,G__G__Base1_293_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
28051 "D - 'Double_t' 10 - re D - 'Double_t' 10 - im", (char*)NULL, (void*) NULL, 3);
28052    G__memfunc_setup("Transform",956,G__G__Base1_293_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28053    G__memfunc_setup("FFT",224,G__G__Base1_293_0_23, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT), -1, 0, 3, 3, 1, 0, 
28054 "i - 'Int_t' 0 - ndim I - 'Int_t' 0 - n "
28055 "C - 'Option_t' 10 - option", (char*)NULL, (void*) G__func2void( (TVirtualFFT* (*)(Int_t, Int_t*, Option_t*))(&TVirtualFFT::FFT) ), 0);
28056    G__memfunc_setup("SineCosine",1008,G__G__Base1_293_0_24, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT), -1, 0, 4, 3, 1, 0, 
28057 "i - 'Int_t' 0 - ndim I - 'Int_t' 0 - n "
28058 "I - 'Int_t' 0 - r2rkind C - 'Option_t' 10 - option", (char*)NULL, (void*) G__func2void( (TVirtualFFT* (*)(Int_t, Int_t*, Int_t*, Option_t*))(&TVirtualFFT::SineCosine) ), 0);
28059    G__memfunc_setup("GetCurrentTransform",1983,G__G__Base1_293_0_25, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualFFT* (*)())(&TVirtualFFT::GetCurrentTransform) ), 0);
28060    G__memfunc_setup("SetTransform",1256,G__G__Base1_293_0_26, 121, -1, -1, 0, 1, 3, 1, 0, "U 'TVirtualFFT' - 0 - fft", (char*)NULL, (void*) G__func2void( (void (*)(TVirtualFFT*))(&TVirtualFFT::SetTransform) ), 0);
28061    G__memfunc_setup("GetDefaultFFT",1221,G__G__Base1_293_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualFFT::GetDefaultFFT) ), 0);
28062    G__memfunc_setup("SetDefaultFFT",1233,G__G__Base1_293_0_28, 121, -1, -1, 0, 1, 3, 1, 0, "C - - 10 '\"\"' name", (char*)NULL, (void*) G__func2void( (void (*)(const char*))(&TVirtualFFT::SetDefaultFFT) ), 0);
28063    G__memfunc_setup("Class",502,G__G__Base1_293_0_29, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualFFT::Class) ), 0);
28064    G__memfunc_setup("Class_Name",982,G__G__Base1_293_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualFFT::Class_Name) ), 0);
28065    G__memfunc_setup("Class_Version",1339,G__G__Base1_293_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualFFT::Class_Version) ), 0);
28066    G__memfunc_setup("Dictionary",1046,G__G__Base1_293_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualFFT::Dictionary) ), 0);
28067    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28068    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);
28069    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);
28070    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_293_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28071    G__memfunc_setup("DeclFileName",1145,G__G__Base1_293_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualFFT::DeclFileName) ), 0);
28072    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_293_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualFFT::ImplFileLine) ), 0);
28073    G__memfunc_setup("ImplFileName",1171,G__G__Base1_293_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualFFT::ImplFileName) ), 0);
28074    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_293_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualFFT::DeclFileLine) ), 0);
28075    // automatic destructor
28076    G__memfunc_setup("~TVirtualFFT", 1177, G__G__Base1_293_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28077    // automatic assignment operator
28078    G__memfunc_setup("operator=", 937, G__G__Base1_293_0_42, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualFFT), -1, 1, 1, 1, 1, 0, "u 'TVirtualFFT' - 11 - -", (char*) NULL, (void*) NULL, 0);
28079    G__tag_memfunc_reset();
28080 }
28081 
28082 static void G__setup_memfuncTVirtualViewer3D(void) {
28083    /* TVirtualViewer3D */
28084    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualViewer3D));
28085    G__memfunc_setup("PreferLocalFrame",1594,G__G__Base1_311_0_1, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28086    G__memfunc_setup("CanLoopOnPrimitives",1941,G__G__Base1_311_0_2, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28087    G__memfunc_setup("PadPaint",785,G__G__Base1_311_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - -", (char*)NULL, (void*) NULL, 1);
28088    G__memfunc_setup("ObjectPaint",1107,G__G__Base1_311_0_4, 121, -1, -1, 0, 2, 1, 1, 0, 
28089 "U 'TObject' - 0 - - C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
28090    G__memfunc_setup("BeginScene",979,G__G__Base1_311_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28091    G__memfunc_setup("BuildingScene",1308,G__G__Base1_311_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28092    G__memfunc_setup("EndScene",773,G__G__Base1_311_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28093    G__memfunc_setup("AddObject",864,G__G__Base1_311_0_8, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
28094 "u 'TBuffer3D' - 11 - buffer G - 'Bool_t' 0 '0' addChildren", (char*)NULL, (void*) NULL, 3);
28095    G__memfunc_setup("AddObject",864,G__G__Base1_311_0_9, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
28096 "h - 'UInt_t' 0 - physicalID u 'TBuffer3D' - 11 - buffer "
28097 "G - 'Bool_t' 0 '0' addChildren", (char*)NULL, (void*) NULL, 3);
28098    G__memfunc_setup("OpenComposite",1349,G__G__Base1_311_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28099 "u 'TBuffer3D' - 11 - buffer G - 'Bool_t' 0 '0' addChildren", (char*)NULL, (void*) NULL, 3);
28100    G__memfunc_setup("CloseComposite",1449,G__G__Base1_311_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28101    G__memfunc_setup("AddCompositeOp",1403,G__G__Base1_311_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - operation", (char*)NULL, (void*) NULL, 3);
28102    G__memfunc_setup("SelectObject",1207,G__G__Base1_311_0_13, 85, G__get_linked_tagnum(&G__G__Base1LN_TObject), -1, 0, 2, 1, 1, 0, 
28103 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28104    G__memfunc_setup("DrawViewer",1024,G__G__Base1_311_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28105    G__memfunc_setup("PrintObjects",1239,G__G__Base1_311_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28106    G__memfunc_setup("ResetCameras",1215,G__G__Base1_311_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28107    G__memfunc_setup("ResetCamerasAfterNextUpdate",2739,G__G__Base1_311_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28108    G__memfunc_setup("Viewer3D",745,G__G__Base1_311_0_18, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualViewer3D), -1, 0, 2, 3, 1, 0, 
28109 "U 'TVirtualPad' - 0 '0' pad C - 'Option_t' 10 '\"\"' type", (char*)NULL, (void*) G__func2void( (TVirtualViewer3D* (*)(TVirtualPad*, Option_t*))(&TVirtualViewer3D::Viewer3D) ), 0);
28110    G__memfunc_setup("Class",502,G__G__Base1_311_0_19, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualViewer3D::Class) ), 0);
28111    G__memfunc_setup("Class_Name",982,G__G__Base1_311_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualViewer3D::Class_Name) ), 0);
28112    G__memfunc_setup("Class_Version",1339,G__G__Base1_311_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualViewer3D::Class_Version) ), 0);
28113    G__memfunc_setup("Dictionary",1046,G__G__Base1_311_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualViewer3D::Dictionary) ), 0);
28114    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28115    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);
28116    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);
28117    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_311_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28118    G__memfunc_setup("DeclFileName",1145,G__G__Base1_311_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualViewer3D::DeclFileName) ), 0);
28119    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_311_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualViewer3D::ImplFileLine) ), 0);
28120    G__memfunc_setup("ImplFileName",1171,G__G__Base1_311_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualViewer3D::ImplFileName) ), 0);
28121    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_311_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualViewer3D::DeclFileLine) ), 0);
28122    // automatic destructor
28123    G__memfunc_setup("~TVirtualViewer3D", 1698, G__G__Base1_311_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28124    // automatic assignment operator
28125    G__memfunc_setup("operator=", 937, G__G__Base1_311_0_32, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualViewer3D), -1, 1, 1, 1, 1, 0, "u 'TVirtualViewer3D' - 11 - -", (char*) NULL, (void*) NULL, 0);
28126    G__tag_memfunc_reset();
28127 }
28128 
28129 static void G__setup_memfuncTVirtualGLPainter(void) {
28130    /* TVirtualGLPainter */
28131    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualGLPainter));
28132    G__memfunc_setup("Paint",508,G__G__Base1_318_0_1, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28133    G__memfunc_setup("Pan",287,G__G__Base1_318_0_2, 121, -1, -1, 0, 2, 1, 1, 0, 
28134 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
28135    G__memfunc_setup("PlotSelected",1224,G__G__Base1_318_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28136 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
28137    G__memfunc_setup("GetPlotInfo",1099,G__G__Base1_318_0_4, 67, -1, -1, 0, 2, 1, 1, 0, 
28138 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
28139    G__memfunc_setup("Class",502,G__G__Base1_318_0_5, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualGLPainter::Class) ), 0);
28140    G__memfunc_setup("Class_Name",982,G__G__Base1_318_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGLPainter::Class_Name) ), 0);
28141    G__memfunc_setup("Class_Version",1339,G__G__Base1_318_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualGLPainter::Class_Version) ), 0);
28142    G__memfunc_setup("Dictionary",1046,G__G__Base1_318_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualGLPainter::Dictionary) ), 0);
28143    G__memfunc_setup("IsA",253,G__G__Base1_318_0_9, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28144    G__memfunc_setup("ShowMembers",1132,G__G__Base1_318_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
28145    G__memfunc_setup("Streamer",835,G__G__Base1_318_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
28146    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_318_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28147    G__memfunc_setup("DeclFileName",1145,G__G__Base1_318_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGLPainter::DeclFileName) ), 0);
28148    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_318_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualGLPainter::ImplFileLine) ), 0);
28149    G__memfunc_setup("ImplFileName",1171,G__G__Base1_318_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGLPainter::ImplFileName) ), 0);
28150    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_318_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualGLPainter::DeclFileLine) ), 0);
28151    // automatic destructor
28152    G__memfunc_setup("~TVirtualGLPainter", 1823, G__G__Base1_318_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28153    // automatic assignment operator
28154    G__memfunc_setup("operator=", 937, G__G__Base1_318_0_18, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualGLPainter), -1, 1, 1, 1, 1, 0, "u 'TVirtualGLPainter' - 11 - -", (char*) NULL, (void*) NULL, 0);
28155    G__tag_memfunc_reset();
28156 }
28157 
28158 static void G__setup_memfuncTVirtualGLManip(void) {
28159    /* TVirtualGLManip */
28160    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualGLManip));
28161    G__memfunc_setup("Select",608,G__G__Base1_319_0_1, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
28162 "u 'TGLCamera' - 11 - camera u 'TGLRect' - 11 - rect "
28163 "u 'TGLBoundingBox' - 11 - sceneBox", (char*)NULL, (void*) NULL, 3);
28164    G__memfunc_setup("Class",502,G__G__Base1_319_0_2, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualGLManip::Class) ), 0);
28165    G__memfunc_setup("Class_Name",982,G__G__Base1_319_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGLManip::Class_Name) ), 0);
28166    G__memfunc_setup("Class_Version",1339,G__G__Base1_319_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualGLManip::Class_Version) ), 0);
28167    G__memfunc_setup("Dictionary",1046,G__G__Base1_319_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualGLManip::Dictionary) ), 0);
28168    G__memfunc_setup("IsA",253,G__G__Base1_319_0_6, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28169    G__memfunc_setup("ShowMembers",1132,G__G__Base1_319_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
28170    G__memfunc_setup("Streamer",835,G__G__Base1_319_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
28171    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_319_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28172    G__memfunc_setup("DeclFileName",1145,G__G__Base1_319_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGLManip::DeclFileName) ), 0);
28173    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_319_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualGLManip::ImplFileLine) ), 0);
28174    G__memfunc_setup("ImplFileName",1171,G__G__Base1_319_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualGLManip::ImplFileName) ), 0);
28175    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_319_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualGLManip::DeclFileLine) ), 0);
28176    // automatic destructor
28177    G__memfunc_setup("~TVirtualGLManip", 1601, G__G__Base1_319_0_14, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28178    // automatic assignment operator
28179    G__memfunc_setup("operator=", 937, G__G__Base1_319_0_15, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualGLManip), -1, 1, 1, 1, 1, 0, "u 'TVirtualGLManip' - 11 - -", (char*) NULL, (void*) NULL, 0);
28180    G__tag_memfunc_reset();
28181 }
28182 
28183 static void G__setup_memfuncTGLManager(void) {
28184    /* TGLManager */
28185    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TGLManager));
28186    G__memfunc_setup("InitGLWindow",1183,G__G__Base1_320_0_2, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "k - 'Window_t' 0 - winID", (char*)NULL, (void*) NULL, 3);
28187    G__memfunc_setup("CreateGLContext",1484,G__G__Base1_320_0_3, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - winInd", (char*)NULL, (void*) NULL, 3);
28188    G__memfunc_setup("AttachOffScreenDevice",2080,G__G__Base1_320_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
28189 "i - 'Int_t' 0 - ctxInd i - 'Int_t' 0 - x "
28190 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
28191 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 3);
28192    G__memfunc_setup("ResizeOffScreenDevice",2109,G__G__Base1_320_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
28193 "i - 'Int_t' 0 - ctxInd i - 'Int_t' 0 - x "
28194 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
28195 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 3);
28196    G__memfunc_setup("SelectOffScreenDevice",2091,G__G__Base1_320_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 3);
28197    G__memfunc_setup("GetVirtualXInd",1402,G__G__Base1_320_0_7, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 3);
28198    G__memfunc_setup("MarkForDirectCopy",1704,G__G__Base1_320_0_8, 121, -1, -1, 0, 2, 1, 1, 0, 
28199 "i - 'Int_t' 0 - ctxInd g - 'Bool_t' 0 - -", (char*)NULL, (void*) NULL, 3);
28200    G__memfunc_setup("ExtractViewport",1595,G__G__Base1_320_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
28201 "i - 'Int_t' 0 - ctxInd I - 'Int_t' 0 - vp", (char*)NULL, (void*) NULL, 3);
28202    G__memfunc_setup("ReadGLBuffer",1129,G__G__Base1_320_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 3);
28203    G__memfunc_setup("MakeCurrent",1121,G__G__Base1_320_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 3);
28204    G__memfunc_setup("Flush",514,G__G__Base1_320_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 3);
28205    G__memfunc_setup("DeleteGLContext",1483,G__G__Base1_320_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 3);
28206    G__memfunc_setup("SelectManip",1109,G__G__Base1_320_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
28207 "U 'TVirtualGLManip' - 0 - manip U 'TGLCamera' - 10 - camera "
28208 "U 'TGLRect' - 10 - rect U 'TGLBoundingBox' - 10 - sceneBox", (char*)NULL, (void*) NULL, 3);
28209    G__memfunc_setup("PaintSingleObject",1717,G__G__Base1_320_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualGLPainter' - 0 - -", (char*)NULL, (void*) NULL, 3);
28210    G__memfunc_setup("PanObject",886,G__G__Base1_320_0_16, 121, -1, -1, 0, 3, 1, 1, 0, 
28211 "U 'TVirtualGLPainter' - 0 - o i - 'Int_t' 0 - x "
28212 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 3);
28213    G__memfunc_setup("PrintViewer",1151,G__G__Base1_320_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualViewer3D' - 0 - vv", (char*)NULL, (void*) NULL, 3);
28214    G__memfunc_setup("PlotSelected",1224,G__G__Base1_320_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
28215 "U 'TVirtualGLPainter' - 0 - plot i - 'Int_t' 0 - px "
28216 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
28217    G__memfunc_setup("GetPlotInfo",1099,G__G__Base1_320_0_19, 67, -1, -1, 0, 3, 1, 1, 0, 
28218 "U 'TVirtualGLPainter' - 0 - plot i - 'Int_t' 0 - px "
28219 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
28220    G__memfunc_setup("HighColorFormat",1512,G__G__Base1_320_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ctxInd", (char*)NULL, (void*) NULL, 3);
28221    G__memfunc_setup("Instance",821,G__G__Base1_320_0_21, 85, G__get_linked_tagnum(&G__G__Base1LN_TGLManager), -1, 1, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGLManager*& (*)())(&TGLManager::Instance) ), 0);
28222    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TGLManager), -1, 1, 1, 1, 4, 0, "u 'TGLManager' - 11 - -", (char*)NULL, (void*) NULL, 0);
28223    G__memfunc_setup("Class",502,G__G__Base1_320_0_24, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLManager::Class) ), 0);
28224    G__memfunc_setup("Class_Name",982,G__G__Base1_320_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManager::Class_Name) ), 0);
28225    G__memfunc_setup("Class_Version",1339,G__G__Base1_320_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLManager::Class_Version) ), 0);
28226    G__memfunc_setup("Dictionary",1046,G__G__Base1_320_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLManager::Dictionary) ), 0);
28227    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28228    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);
28229    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);
28230    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_320_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28231    G__memfunc_setup("DeclFileName",1145,G__G__Base1_320_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManager::DeclFileName) ), 0);
28232    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_320_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLManager::ImplFileLine) ), 0);
28233    G__memfunc_setup("ImplFileName",1171,G__G__Base1_320_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLManager::ImplFileName) ), 0);
28234    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_320_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLManager::DeclFileLine) ), 0);
28235    // automatic destructor
28236    G__memfunc_setup("~TGLManager", 1056, G__G__Base1_320_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
28237    G__tag_memfunc_reset();
28238 }
28239 
28240 static void G__setup_memfuncTGLPaintDevice(void) {
28241    /* TGLPaintDevice */
28242    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TGLPaintDevice));
28243    G__memfunc_setup("MakeCurrent",1121,G__G__Base1_323_0_1, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28244    G__memfunc_setup("SwapBuffers",1128,G__G__Base1_323_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28245    G__memfunc_setup("GetPixelFormat",1419,G__G__Base1_323_0_3, 85, G__get_linked_tagnum(&G__G__Base1LN_TGLFormat), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 3);
28246    G__memfunc_setup("GetContext",1029,G__G__Base1_323_0_4, 85, G__get_linked_tagnum(&G__G__Base1LN_TGLContext), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 3);
28247    G__memfunc_setup("ExtractViewport",1595,G__G__Base1_323_0_5, 121, -1, -1, 0, 1, 1, 1, 8, "I - 'Int_t' 0 - vp", (char*)NULL, (void*) NULL, 3);
28248    G__memfunc_setup("AddContext",1006,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGLContext' - 0 - ctx", (char*)NULL, (void*) NULL, 3);
28249    G__memfunc_setup("RemoveContext",1363,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGLContext' - 0 - ctx", (char*)NULL, (void*) NULL, 3);
28250    G__memfunc_setup("Class",502,G__G__Base1_323_0_8, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGLPaintDevice::Class) ), 0);
28251    G__memfunc_setup("Class_Name",982,G__G__Base1_323_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPaintDevice::Class_Name) ), 0);
28252    G__memfunc_setup("Class_Version",1339,G__G__Base1_323_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGLPaintDevice::Class_Version) ), 0);
28253    G__memfunc_setup("Dictionary",1046,G__G__Base1_323_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGLPaintDevice::Dictionary) ), 0);
28254    G__memfunc_setup("IsA",253,G__G__Base1_323_0_12, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28255    G__memfunc_setup("ShowMembers",1132,G__G__Base1_323_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
28256    G__memfunc_setup("Streamer",835,G__G__Base1_323_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
28257    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_323_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28258    G__memfunc_setup("DeclFileName",1145,G__G__Base1_323_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPaintDevice::DeclFileName) ), 0);
28259    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_323_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPaintDevice::ImplFileLine) ), 0);
28260    G__memfunc_setup("ImplFileName",1171,G__G__Base1_323_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGLPaintDevice::ImplFileName) ), 0);
28261    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_323_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGLPaintDevice::DeclFileLine) ), 0);
28262    // automatic destructor
28263    G__memfunc_setup("~TGLPaintDevice", 1457, G__G__Base1_323_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28264    // automatic assignment operator
28265    G__memfunc_setup("operator=", 937, G__G__Base1_323_0_21, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TGLPaintDevice), -1, 1, 1, 1, 1, 0, "u 'TGLPaintDevice' - 11 - -", (char*) NULL, (void*) NULL, 0);
28266    G__tag_memfunc_reset();
28267 }
28268 
28269 static void G__setup_memfuncTVirtualPadEditor(void) {
28270    /* TVirtualPadEditor */
28271    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadEditor));
28272    G__memfunc_setup("IsGlobal",781,G__G__Base1_324_0_2, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28273    G__memfunc_setup("DrawLine",790,G__G__Base1_324_0_3, 121, -1, -1, 0, 4, 1, 1, 0, 
28274 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
28275 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28276    G__memfunc_setup("DrawLineNDC",1003,G__G__Base1_324_0_4, 121, -1, -1, 0, 4, 1, 1, 0, 
28277 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
28278 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28279    G__memfunc_setup("DrawText",819,G__G__Base1_324_0_5, 121, -1, -1, 0, 3, 1, 1, 0, 
28280 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
28281 "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
28282    G__memfunc_setup("DrawTextNDC",1032,G__G__Base1_324_0_6, 121, -1, -1, 0, 3, 1, 1, 0, 
28283 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
28284 "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
28285    G__memfunc_setup("FillAttributes",1454,G__G__Base1_324_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
28286 "i - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28287    G__memfunc_setup("LineAttributes",1455,G__G__Base1_324_0_8, 121, -1, -1, 0, 3, 1, 1, 0, 
28288 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
28289 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28290    G__memfunc_setup("MarkerAttributes",1673,G__G__Base1_324_0_9, 121, -1, -1, 0, 3, 1, 1, 0, 
28291 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
28292 "f - 'Float_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28293    G__memfunc_setup("TextAttributes",1484,G__G__Base1_324_0_10, 121, -1, -1, 0, 5, 1, 1, 0, 
28294 "i - 'Int_t' 0 - - f - 'Float_t' 0 - - "
28295 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
28296 "f - 'Float_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28297    G__memfunc_setup("Build",496,G__G__Base1_324_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28298    G__memfunc_setup("Show",417,G__G__Base1_324_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28299    G__memfunc_setup("Hide",378,G__G__Base1_324_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28300    G__memfunc_setup("DeleteEditors",1325,G__G__Base1_324_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28301    G__memfunc_setup("SetGlobal",893,G__G__Base1_324_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28302    G__memfunc_setup("GetCanvas",892,G__G__Base1_324_0_16, 85, G__get_linked_tagnum(&G__G__Base1LN_TCanvas), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28303    G__memfunc_setup("GetEditorName",1288,G__G__Base1_324_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPadEditor::GetEditorName) ), 0);
28304    G__memfunc_setup("GetPadEditor",1180,G__G__Base1_324_0_18, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadEditor), -1, 0, 1, 3, 1, 0, "g - 'Bool_t' 0 'kTRUE' load", (char*)NULL, (void*) G__func2void( (TVirtualPadEditor* (*)(Bool_t))(&TVirtualPadEditor::GetPadEditor) ), 0);
28305    G__memfunc_setup("LoadEditor",999,G__G__Base1_324_0_19, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadEditor), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualPadEditor* (*)())(&TVirtualPadEditor::LoadEditor) ), 0);
28306    G__memfunc_setup("HideEditor",993,G__G__Base1_324_0_20, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualPadEditor::HideEditor) ), 0);
28307    G__memfunc_setup("ShowEditor",1032,G__G__Base1_324_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualPadEditor::ShowEditor) ), 0);
28308    G__memfunc_setup("SetPadEditorName",1577,G__G__Base1_324_0_22, 121, -1, -1, 0, 1, 3, 1, 0, "C - - 10 - name", (char*)NULL, (void*) G__func2void( (void (*)(const char*))(&TVirtualPadEditor::SetPadEditorName) ), 0);
28309    G__memfunc_setup("Terminate",937,G__G__Base1_324_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualPadEditor::Terminate) ), 0);
28310    G__memfunc_setup("UpdateFillAttributes",2065,G__G__Base1_324_0_24, 121, -1, -1, 0, 2, 3, 1, 0, 
28311 "i - 'Int_t' 0 - col i - 'Int_t' 0 - sty", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t))(&TVirtualPadEditor::UpdateFillAttributes) ), 0);
28312    G__memfunc_setup("UpdateLineAttributes",2066,G__G__Base1_324_0_25, 121, -1, -1, 0, 3, 3, 1, 0, 
28313 "i - 'Int_t' 0 - col i - 'Int_t' 0 - sty "
28314 "i - 'Int_t' 0 - width", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t, Int_t))(&TVirtualPadEditor::UpdateLineAttributes) ), 0);
28315    G__memfunc_setup("UpdateMarkerAttributes",2284,G__G__Base1_324_0_26, 121, -1, -1, 0, 3, 3, 1, 0, 
28316 "i - 'Int_t' 0 - col i - 'Int_t' 0 - sty "
28317 "f - 'Float_t' 0 - msiz", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Int_t, Float_t))(&TVirtualPadEditor::UpdateMarkerAttributes) ), 0);
28318    G__memfunc_setup("UpdateTextAttributes",2095,G__G__Base1_324_0_27, 121, -1, -1, 0, 5, 3, 1, 0, 
28319 "i - 'Int_t' 0 - align f - 'Float_t' 0 - angle "
28320 "i - 'Int_t' 0 - col i - 'Int_t' 0 - font "
28321 "f - 'Float_t' 0 - tsize", (char*)NULL, (void*) G__func2void( (void (*)(Int_t, Float_t, Int_t, Int_t, Float_t))(&TVirtualPadEditor::UpdateTextAttributes) ), 0);
28322    G__memfunc_setup("Class",502,G__G__Base1_324_0_28, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualPadEditor::Class) ), 0);
28323    G__memfunc_setup("Class_Name",982,G__G__Base1_324_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPadEditor::Class_Name) ), 0);
28324    G__memfunc_setup("Class_Version",1339,G__G__Base1_324_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualPadEditor::Class_Version) ), 0);
28325    G__memfunc_setup("Dictionary",1046,G__G__Base1_324_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualPadEditor::Dictionary) ), 0);
28326    G__memfunc_setup("IsA",253,G__G__Base1_324_0_32, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28327    G__memfunc_setup("ShowMembers",1132,G__G__Base1_324_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
28328    G__memfunc_setup("Streamer",835,G__G__Base1_324_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
28329    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_324_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28330    G__memfunc_setup("DeclFileName",1145,G__G__Base1_324_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPadEditor::DeclFileName) ), 0);
28331    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_324_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPadEditor::ImplFileLine) ), 0);
28332    G__memfunc_setup("ImplFileName",1171,G__G__Base1_324_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPadEditor::ImplFileName) ), 0);
28333    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_324_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPadEditor::DeclFileLine) ), 0);
28334    // automatic destructor
28335    G__memfunc_setup("~TVirtualPadEditor", 1845, G__G__Base1_324_0_40, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28336    // automatic assignment operator
28337    G__memfunc_setup("operator=", 937, G__G__Base1_324_0_41, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadEditor), -1, 1, 1, 1, 1, 0, "u 'TVirtualPadEditor' - 11 - -", (char*) NULL, (void*) NULL, 0);
28338    G__tag_memfunc_reset();
28339 }
28340 
28341 static void G__setup_memfuncTVirtualX(void) {
28342    /* TVirtualX */
28343    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualX));
28344    G__memfunc_setup("TVirtualX",915,G__G__Base1_327_0_1, 105, G__get_linked_tagnum(&G__G__Base1LN_TVirtualX), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
28345    G__memfunc_setup("TVirtualX",915,G__G__Base1_327_0_2, 105, G__get_linked_tagnum(&G__G__Base1LN_TVirtualX), -1, 0, 2, 1, 1, 0, 
28346 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
28347    G__memfunc_setup("Init",404,G__G__Base1_327_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "Y - - 0 '0' display", (char*)NULL, (void*) NULL, 1);
28348    G__memfunc_setup("ClearWindow",1119,G__G__Base1_327_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28349    G__memfunc_setup("ClosePixmap",1125,G__G__Base1_327_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28350    G__memfunc_setup("CloseWindow",1134,G__G__Base1_327_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28351    G__memfunc_setup("CopyPixmap",1034,G__G__Base1_327_0_7, 121, -1, -1, 0, 3, 1, 1, 0, 
28352 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - xpos "
28353 "i - 'Int_t' 0 - ypos", (char*)NULL, (void*) NULL, 1);
28354    G__memfunc_setup("CreateOpenGLContext",1886,G__G__Base1_327_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' wid", (char*)NULL, (void*) NULL, 1);
28355    G__memfunc_setup("DeleteOpenGLContext",1885,G__G__Base1_327_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' wid", (char*)NULL, (void*) NULL, 1);
28356    G__memfunc_setup("DrawBox",695,G__G__Base1_327_0_10, 121, -1, -1, 0, 5, 1, 1, 0, 
28357 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
28358 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 "
28359 "i 'TVirtualX::EBoxMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
28360    G__memfunc_setup("DrawCellArray",1293,G__G__Base1_327_0_11, 121, -1, -1, 0, 7, 1, 1, 0, 
28361 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
28362 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 "
28363 "i - 'Int_t' 0 - nx i - 'Int_t' 0 - ny "
28364 "I - 'Int_t' 0 - ic", (char*)NULL, (void*) NULL, 1);
28365    G__memfunc_setup("DrawFillArea",1166,G__G__Base1_327_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
28366 "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1);
28367    G__memfunc_setup("DrawLine",790,G__G__Base1_327_0_13, 121, -1, -1, 0, 4, 1, 1, 0, 
28368 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
28369 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2", (char*)NULL, (void*) NULL, 1);
28370    G__memfunc_setup("DrawPolyLine",1210,G__G__Base1_327_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
28371 "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1);
28372    G__memfunc_setup("DrawPolyMarker",1428,G__G__Base1_327_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
28373 "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1);
28374    G__memfunc_setup("DrawText",819,G__G__Base1_327_0_16, 121, -1, -1, 0, 6, 1, 1, 0, 
28375 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
28376 "f - 'Float_t' 0 - angle f - 'Float_t' 0 - mgn "
28377 "C - - 10 - text i 'TVirtualX::ETextMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
28378    G__memfunc_setup("ExecCommand",1092,G__G__Base1_327_0_17, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 0, "U 'TGWin32Command' - 0 - code", (char*)NULL, (void*) NULL, 1);
28379    G__memfunc_setup("GetCharacterUp",1394,G__G__Base1_327_0_18, 121, -1, -1, 0, 2, 1, 1, 0, 
28380 "f - 'Float_t' 1 - chupx f - 'Float_t' 1 - chupy", (char*)NULL, (void*) NULL, 1);
28381    G__memfunc_setup("GetDrawMode",1075,G__G__Base1_327_0_19, 105, G__get_linked_tagnum(&G__G__Base1LN_TVirtualXcLcLEDrawMode), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
28382    G__memfunc_setup("GetDoubleBuffer",1493,G__G__Base1_327_0_20, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
28383    G__memfunc_setup("GetGeometry",1132,G__G__Base1_327_0_21, 121, -1, -1, 0, 5, 1, 1, 0, 
28384 "i - 'Int_t' 0 - wid i - 'Int_t' 1 - x "
28385 "i - 'Int_t' 1 - y h - 'UInt_t' 1 - w "
28386 "h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1);
28387    G__memfunc_setup("DisplayName",1111,G__G__Base1_327_0_22, 67, -1, -1, 0, 1, 1, 1, 1, "C - - 10 '0' -", (char*)NULL, (void*) NULL, 1);
28388    G__memfunc_setup("GetNativeEvent",1417,G__G__Base1_327_0_23, 107, -1, G__defined_typename("Handle_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28389    G__memfunc_setup("GetPixel",802,G__G__Base1_327_0_24, 107, -1, G__defined_typename("ULong_t"), 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
28390    G__memfunc_setup("GetPlanes",899,G__G__Base1_327_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 1 - nplanes", (char*)NULL, (void*) NULL, 1);
28391    G__memfunc_setup("GetRGB",507,G__G__Base1_327_0_26, 121, -1, -1, 0, 4, 1, 1, 0, 
28392 "i - 'Int_t' 0 - index f - 'Float_t' 1 - r "
28393 "f - 'Float_t' 1 - g f - 'Float_t' 1 - b", (char*)NULL, (void*) NULL, 1);
28394    G__memfunc_setup("GetTextExtent",1341,G__G__Base1_327_0_27, 121, -1, -1, 0, 3, 1, 1, 0, 
28395 "h - 'UInt_t' 1 - w h - 'UInt_t' 1 - h "
28396 "C - - 0 - mess", (char*)NULL, (void*) NULL, 1);
28397    G__memfunc_setup("GetFontAscent",1301,G__G__Base1_327_0_28, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28398    G__memfunc_setup("GetFontDescent",1405,G__G__Base1_327_0_29, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28399    G__memfunc_setup("GetTextMagnitude",1635,G__G__Base1_327_0_30, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28400    G__memfunc_setup("GetWindowID",1061,G__G__Base1_327_0_31, 107, -1, G__defined_typename("Window_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
28401    G__memfunc_setup("HasTTFonts",974,G__G__Base1_327_0_32, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28402    G__memfunc_setup("InitWindow",1036,G__G__Base1_327_0_33, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - window", (char*)NULL, (void*) NULL, 1);
28403    G__memfunc_setup("AddWindow",897,G__G__Base1_327_0_34, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
28404 "k - 'ULong_t' 0 - qwid h - 'UInt_t' 0 - w "
28405 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28406    G__memfunc_setup("AddPixmap",888,G__G__Base1_327_0_35, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
28407 "k - 'ULong_t' 0 - pixid h - 'UInt_t' 0 - w "
28408 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28409    G__memfunc_setup("RemoveWindow",1254,G__G__Base1_327_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - qwid", (char*)NULL, (void*) NULL, 1);
28410    G__memfunc_setup("MoveWindow",1039,G__G__Base1_327_0_37, 121, -1, -1, 0, 3, 1, 1, 0, 
28411 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - x "
28412 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
28413    G__memfunc_setup("OpenPixmap",1025,G__G__Base1_327_0_38, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
28414 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28415    G__memfunc_setup("QueryPointer",1271,G__G__Base1_327_0_39, 121, -1, -1, 0, 2, 1, 1, 0, 
28416 "i - 'Int_t' 1 - ix i - 'Int_t' 1 - iy", (char*)NULL, (void*) NULL, 1);
28417    G__memfunc_setup("ReadGIF",594,G__G__Base1_327_0_40, 107, -1, G__defined_typename("Pixmap_t"), 0, 4, 1, 1, 0, 
28418 "i - 'Int_t' 0 - x0 i - 'Int_t' 0 - y0 "
28419 "C - - 10 - file k - 'Window_t' 0 '0' id", (char*)NULL, (void*) NULL, 1);
28420    G__memfunc_setup("RequestLocator",1469,G__G__Base1_327_0_41, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
28421 "i - 'Int_t' 0 - mode i - 'Int_t' 0 - ctyp "
28422 "i - 'Int_t' 1 - x i - 'Int_t' 1 - y", (char*)NULL, (void*) NULL, 1);
28423    G__memfunc_setup("RequestString",1376,G__G__Base1_327_0_42, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
28424 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
28425 "C - - 0 - text", (char*)NULL, (void*) NULL, 1);
28426    G__memfunc_setup("RescaleWindow",1335,G__G__Base1_327_0_43, 121, -1, -1, 0, 3, 1, 1, 0, 
28427 "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w "
28428 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28429    G__memfunc_setup("ResizePixmap",1249,G__G__Base1_327_0_44, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
28430 "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w "
28431 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28432    G__memfunc_setup("ResizeWindow",1258,G__G__Base1_327_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
28433    G__memfunc_setup("SelectWindow",1240,G__G__Base1_327_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
28434    G__memfunc_setup("SelectPixmap",1231,G__G__Base1_327_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - qpixid", (char*)NULL, (void*) NULL, 1);
28435    G__memfunc_setup("SetCharacterUp",1406,G__G__Base1_327_0_48, 121, -1, -1, 0, 2, 1, 1, 0, 
28436 "f - 'Float_t' 0 - chupx f - 'Float_t' 0 - chupy", (char*)NULL, (void*) NULL, 1);
28437    G__memfunc_setup("SetClipOFF",911,G__G__Base1_327_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
28438    G__memfunc_setup("SetClipRegion",1304,G__G__Base1_327_0_50, 121, -1, -1, 0, 5, 1, 1, 0, 
28439 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - x "
28440 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
28441 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28442    G__memfunc_setup("SetCursor",938,G__G__Base1_327_0_51, 121, -1, -1, 0, 2, 1, 1, 0, 
28443 "i - 'Int_t' 0 - win i 'ECursor' - 0 - cursor", (char*)NULL, (void*) NULL, 1);
28444    G__memfunc_setup("SetDoubleBuffer",1505,G__G__Base1_327_0_52, 121, -1, -1, 0, 2, 1, 1, 0, 
28445 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
28446    G__memfunc_setup("SetDoubleBufferOFF",1724,G__G__Base1_327_0_53, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28447    G__memfunc_setup("SetDoubleBufferON",1662,G__G__Base1_327_0_54, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28448    G__memfunc_setup("SetDrawMode",1087,G__G__Base1_327_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TVirtualX::EDrawMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
28449    G__memfunc_setup("SetFillColor",1202,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
28450    G__memfunc_setup("SetFillStyle",1220,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - style", (char*)NULL, (void*) NULL, 1);
28451    G__memfunc_setup("SetLineColor",1203,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
28452    G__memfunc_setup("SetLineType",1110,G__G__Base1_327_0_59, 121, -1, -1, 0, 2, 1, 1, 0, 
28453 "i - 'Int_t' 0 - n I - 'Int_t' 0 - dash", (char*)NULL, (void*) NULL, 1);
28454    G__memfunc_setup("SetLineStyle",1221,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - linestyle", (char*)NULL, (void*) NULL, 1);
28455    G__memfunc_setup("SetLineWidth",1204,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 - width", (char*)NULL, (void*) NULL, 1);
28456    G__memfunc_setup("SetMarkerColor",1421,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
28457    G__memfunc_setup("SetMarkerSize",1321,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - markersize", (char*)NULL, (void*) NULL, 1);
28458    G__memfunc_setup("SetMarkerStyle",1439,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - markerstyle", (char*)NULL, (void*) NULL, 1);
28459    G__memfunc_setup("SetOpacity",1029,G__G__Base1_327_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - percent", (char*)NULL, (void*) NULL, 1);
28460    G__memfunc_setup("SetRGB",519,G__G__Base1_327_0_66, 121, -1, -1, 0, 4, 1, 1, 0, 
28461 "i - 'Int_t' 0 - cindex f - 'Float_t' 0 - r "
28462 "f - 'Float_t' 0 - g f - 'Float_t' 0 - b", (char*)NULL, (void*) NULL, 1);
28463    G__memfunc_setup("SetTextAlign",1212,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 '11' talign", (char*)NULL, (void*) NULL, 1);
28464    G__memfunc_setup("SetTextColor",1232,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
28465    G__memfunc_setup("SetTextFont",1128,G__G__Base1_327_0_69, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
28466 "C - - 0 - fontname i 'TVirtualX::ETextSetMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
28467    G__memfunc_setup("SetTextFont",1128,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Font_t' 0 - fontnumber", (char*)NULL, (void*) NULL, 1);
28468    G__memfunc_setup("SetTextMagnitude",1647,G__G__Base1_327_0_71, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - mgn", (char*)NULL, (void*) NULL, 1);
28469    G__memfunc_setup("SetTextSize",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - textsize", (char*)NULL, (void*) NULL, 1);
28470    G__memfunc_setup("UpdateWindow",1243,G__G__Base1_327_0_73, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
28471    G__memfunc_setup("Warp",410,G__G__Base1_327_0_74, 121, -1, -1, 0, 3, 1, 1, 0, 
28472 "i - 'Int_t' 0 - ix i - 'Int_t' 0 - iy "
28473 "k - 'Window_t' 0 '0' id", (char*)NULL, (void*) NULL, 1);
28474    G__memfunc_setup("WriteGIF",737,G__G__Base1_327_0_75, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 0 - name", (char*)NULL, (void*) NULL, 1);
28475    G__memfunc_setup("WritePixmap",1146,G__G__Base1_327_0_76, 121, -1, -1, 0, 4, 1, 1, 0, 
28476 "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w "
28477 "h - 'UInt_t' 0 - h C - - 0 - pxname", (char*)NULL, (void*) NULL, 1);
28478    G__memfunc_setup("GetCurrentWindow",1659,G__G__Base1_327_0_77, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28479    G__memfunc_setup("SupportsExtension",1837,G__G__Base1_327_0_78, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - - 10 - ext", (char*)NULL, (void*) NULL, 1);
28480    G__memfunc_setup("GetWindowAttributes",1983,G__G__Base1_327_0_79, 121, -1, -1, 0, 2, 1, 1, 0, 
28481 "k - 'Window_t' 0 - id u 'WindowAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1);
28482    G__memfunc_setup("MapWindow",918,G__G__Base1_327_0_80, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28483    G__memfunc_setup("MapSubwindows",1363,G__G__Base1_327_0_81, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28484    G__memfunc_setup("MapRaised",886,G__G__Base1_327_0_82, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28485    G__memfunc_setup("UnmapWindow",1145,G__G__Base1_327_0_83, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28486    G__memfunc_setup("DestroyWindow",1378,G__G__Base1_327_0_84, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28487    G__memfunc_setup("DestroySubwindows",1823,G__G__Base1_327_0_85, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28488    G__memfunc_setup("RaiseWindow",1132,G__G__Base1_327_0_86, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28489    G__memfunc_setup("LowerWindow",1153,G__G__Base1_327_0_87, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28490    G__memfunc_setup("MoveWindow",1039,G__G__Base1_327_0_88, 121, -1, -1, 0, 3, 1, 1, 0, 
28491 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
28492 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
28493    G__memfunc_setup("MoveResizeWindow",1665,G__G__Base1_327_0_89, 121, -1, -1, 0, 5, 1, 1, 0, 
28494 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
28495 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
28496 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28497    G__memfunc_setup("ResizeWindow",1258,G__G__Base1_327_0_90, 121, -1, -1, 0, 3, 1, 1, 0, 
28498 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - w "
28499 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28500    G__memfunc_setup("IconifyWindow",1353,G__G__Base1_327_0_91, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28501    G__memfunc_setup("NeedRedraw",993,G__G__Base1_327_0_92, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28502 "k - 'ULong_t' 0 - tgwindow g - 'Bool_t' 0 - force", (char*)NULL, (void*) NULL, 1);
28503    G__memfunc_setup("ReparentWindow",1465,G__G__Base1_327_0_93, 121, -1, -1, 0, 4, 1, 1, 0, 
28504 "k - 'Window_t' 0 - id k - 'Window_t' 0 - pid "
28505 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
28506    G__memfunc_setup("SetWindowBackground",1956,G__G__Base1_327_0_94, 121, -1, -1, 0, 2, 1, 1, 0, 
28507 "k - 'Window_t' 0 - id k - 'ULong_t' 0 - color", (char*)NULL, (void*) NULL, 1);
28508    G__memfunc_setup("SetWindowBackgroundPixmap",2579,G__G__Base1_327_0_95, 121, -1, -1, 0, 2, 1, 1, 0, 
28509 "k - 'Window_t' 0 - id k - 'Pixmap_t' 0 - pxm", (char*)NULL, (void*) NULL, 1);
28510    G__memfunc_setup("CreateWindow",1228,G__G__Base1_327_0_96, 107, -1, G__defined_typename("Window_t"), 0, 11, 1, 1, 0, 
28511 "k - 'Window_t' 0 - parent i - 'Int_t' 0 - x "
28512 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
28513 "h - 'UInt_t' 0 - h h - 'UInt_t' 0 - border "
28514 "i - 'Int_t' 0 - depth h - 'UInt_t' 0 - clss "
28515 "Y - - 0 - visual U 'SetWindowAttributes_t' - 0 - attr "
28516 "h - 'UInt_t' 0 - wtype", (char*)NULL, (void*) NULL, 1);
28517    G__memfunc_setup("OpenDisplay",1128,G__G__Base1_327_0_97, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - dpyName", (char*)NULL, (void*) NULL, 1);
28518    G__memfunc_setup("CloseDisplay",1228,G__G__Base1_327_0_98, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28519    G__memfunc_setup("GetDisplay",1014,G__G__Base1_327_0_99, 107, -1, G__defined_typename("Display_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28520    G__memfunc_setup("GetVisual",916,G__G__Base1_327_0_100, 107, -1, G__defined_typename("Visual_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28521    G__memfunc_setup("GetScreen",896,G__G__Base1_327_0_101, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28522    G__memfunc_setup("GetDepth",789,G__G__Base1_327_0_102, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28523    G__memfunc_setup("ScreenWidthMM",1274,G__G__Base1_327_0_103, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28524    G__memfunc_setup("GetColormap",1117,G__G__Base1_327_0_104, 107, -1, G__defined_typename("Colormap_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28525    G__memfunc_setup("InternAtom",1025,G__G__Base1_327_0_105, 107, -1, G__defined_typename("Atom_t"), 0, 2, 1, 1, 0, 
28526 "C - - 10 - atom_name g - 'Bool_t' 0 - only_if_exist", (char*)NULL, (void*) NULL, 1);
28527    G__memfunc_setup("GetDefaultRootWindow",2049,G__G__Base1_327_0_106, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28528    G__memfunc_setup("GetParent",906,G__G__Base1_327_0_107, 107, -1, G__defined_typename("Window_t"), 0, 1, 1, 1, 8, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28529    G__memfunc_setup("LoadQueryFont",1325,G__G__Base1_327_0_108, 107, -1, G__defined_typename("FontStruct_t"), 0, 1, 1, 1, 0, "C - - 10 - font_name", (char*)NULL, (void*) NULL, 1);
28530    G__memfunc_setup("GetFontHandle",1283,G__G__Base1_327_0_109, 107, -1, G__defined_typename("FontH_t"), 0, 1, 1, 1, 0, "k - 'FontStruct_t' 0 - fs", (char*)NULL, (void*) NULL, 1);
28531    G__memfunc_setup("DeleteFont",1002,G__G__Base1_327_0_110, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'FontStruct_t' 0 - fs", (char*)NULL, (void*) NULL, 1);
28532    G__memfunc_setup("CreateGC",734,G__G__Base1_327_0_111, 107, -1, G__defined_typename("GContext_t"), 0, 2, 1, 1, 0, 
28533 "k - 'Drawable_t' 0 - id U 'GCValues_t' - 0 - gval", (char*)NULL, (void*) NULL, 1);
28534    G__memfunc_setup("ChangeGC",720,G__G__Base1_327_0_112, 121, -1, -1, 0, 2, 1, 1, 0, 
28535 "k - 'GContext_t' 0 - gc U 'GCValues_t' - 0 - gval", (char*)NULL, (void*) NULL, 1);
28536    G__memfunc_setup("CopyGC",549,G__G__Base1_327_0_113, 121, -1, -1, 0, 3, 1, 1, 0, 
28537 "k - 'GContext_t' 0 - org k - 'GContext_t' 0 - dest "
28538 "h - 'Mask_t' 0 - mask", (char*)NULL, (void*) NULL, 1);
28539    G__memfunc_setup("DeleteGC",733,G__G__Base1_327_0_114, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'GContext_t' 0 - gc", (char*)NULL, (void*) NULL, 1);
28540    G__memfunc_setup("CreateCursor",1234,G__G__Base1_327_0_115, 107, -1, G__defined_typename("Cursor_t"), 0, 1, 1, 1, 0, "i 'ECursor' - 0 - cursor", (char*)NULL, (void*) NULL, 1);
28541    G__memfunc_setup("SetCursor",938,G__G__Base1_327_0_116, 121, -1, -1, 0, 2, 1, 1, 0, 
28542 "k - 'Window_t' 0 - id k - 'Cursor_t' 0 - curid", (char*)NULL, (void*) NULL, 1);
28543    G__memfunc_setup("CreatePixmap",1219,G__G__Base1_327_0_117, 107, -1, G__defined_typename("Pixmap_t"), 0, 3, 1, 1, 0, 
28544 "k - 'Drawable_t' 0 - id h - 'UInt_t' 0 - w "
28545 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28546    G__memfunc_setup("CreatePixmap",1219,G__G__Base1_327_0_118, 107, -1, G__defined_typename("Pixmap_t"), 0, 7, 1, 1, 0, 
28547 "k - 'Drawable_t' 0 - id C - - 10 - bitmap "
28548 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
28549 "k - 'ULong_t' 0 - forecolor k - 'ULong_t' 0 - backcolor "
28550 "i - 'Int_t' 0 - depth", (char*)NULL, (void*) NULL, 1);
28551    G__memfunc_setup("CreateBitmap",1201,G__G__Base1_327_0_119, 107, -1, G__defined_typename("Pixmap_t"), 0, 4, 1, 1, 0, 
28552 "k - 'Drawable_t' 0 - id C - - 10 - bitmap "
28553 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
28554    G__memfunc_setup("DeletePixmap",1218,G__G__Base1_327_0_120, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixmap_t' 0 - pmap", (char*)NULL, (void*) NULL, 1);
28555    G__memfunc_setup("CreatePictureFromFile",2116,G__G__Base1_327_0_121, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
28556 "k - 'Drawable_t' 0 - id C - - 10 - filename "
28557 "k - 'Pixmap_t' 1 - pict k - 'Pixmap_t' 1 - pict_mask "
28558 "u 'PictureAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1);
28559    G__memfunc_setup("CreatePictureFromData",2110,G__G__Base1_327_0_122, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
28560 "k - 'Drawable_t' 0 - id C - - 2 - data "
28561 "k - 'Pixmap_t' 1 - pict k - 'Pixmap_t' 1 - pict_mask "
28562 "u 'PictureAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1);
28563    G__memfunc_setup("CreatePixmapFromData",2001,G__G__Base1_327_0_123, 107, -1, G__defined_typename("Pixmap_t"), 0, 3, 1, 1, 0, 
28564 "B - - 0 - bits h - 'UInt_t' 0 - width "
28565 "h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
28566    G__memfunc_setup("ReadPictureDataFromFile",2278,G__G__Base1_327_0_124, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28567 "C - - 10 - filename C - - 3 - ret_data", (char*)NULL, (void*) NULL, 1);
28568    G__memfunc_setup("DeletePictureData",1705,G__G__Base1_327_0_125, 121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - data", (char*)NULL, (void*) NULL, 1);
28569    G__memfunc_setup("SetDashes",900,G__G__Base1_327_0_126, 121, -1, -1, 0, 4, 1, 1, 0, 
28570 "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - offset "
28571 "C - - 10 - dash_list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
28572    G__memfunc_setup("ParseColor",1018,G__G__Base1_327_0_127, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
28573 "k - 'Colormap_t' 0 - cmap C - - 10 - cname "
28574 "u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1);
28575    G__memfunc_setup("AllocColor",1002,G__G__Base1_327_0_128, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28576 "k - 'Colormap_t' 0 - cmap u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1);
28577    G__memfunc_setup("QueryColor",1045,G__G__Base1_327_0_129, 121, -1, -1, 0, 2, 1, 1, 0, 
28578 "k - 'Colormap_t' 0 - cmap u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1);
28579    G__memfunc_setup("FreeColor",897,G__G__Base1_327_0_130, 121, -1, -1, 0, 2, 1, 1, 0, 
28580 "k - 'Colormap_t' 0 - cmap k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) NULL, 1);
28581    G__memfunc_setup("EventsPending",1338,G__G__Base1_327_0_131, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28582    G__memfunc_setup("NextEvent",929,G__G__Base1_327_0_132, 121, -1, -1, 0, 1, 1, 1, 0, "u 'Event_t' - 1 - event", (char*)NULL, (void*) NULL, 1);
28583    G__memfunc_setup("Bell",383,G__G__Base1_327_0_133, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - percent", (char*)NULL, (void*) NULL, 1);
28584    G__memfunc_setup("CopyArea",788,G__G__Base1_327_0_134, 121, -1, -1, 0, 9, 1, 1, 0, 
28585 "k - 'Drawable_t' 0 - src k - 'Drawable_t' 0 - dest "
28586 "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - src_x "
28587 "i - 'Int_t' 0 - src_y h - 'UInt_t' 0 - width "
28588 "h - 'UInt_t' 0 - height i - 'Int_t' 0 - dest_x "
28589 "i - 'Int_t' 0 - dest_y", (char*)NULL, (void*) NULL, 1);
28590    G__memfunc_setup("ChangeWindowAttributes",2277,G__G__Base1_327_0_135, 121, -1, -1, 0, 2, 1, 1, 0, 
28591 "k - 'Window_t' 0 - id U 'SetWindowAttributes_t' - 0 - attr", (char*)NULL, (void*) NULL, 1);
28592    G__memfunc_setup("ChangeProperty",1451,G__G__Base1_327_0_136, 121, -1, -1, 0, 5, 1, 1, 0, 
28593 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - property "
28594 "k - 'Atom_t' 0 - type B - 'UChar_t' 0 - data "
28595 "i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
28596    G__memfunc_setup("DrawLine",790,G__G__Base1_327_0_137, 121, -1, -1, 0, 6, 1, 1, 0, 
28597 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
28598 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
28599 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2", (char*)NULL, (void*) NULL, 1);
28600    G__memfunc_setup("ClearArea",864,G__G__Base1_327_0_138, 121, -1, -1, 0, 5, 1, 1, 0, 
28601 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
28602 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
28603 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28604    G__memfunc_setup("CheckEvent",992,G__G__Base1_327_0_139, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
28605 "k - 'Window_t' 0 - id i 'EGEventType' - 0 - type "
28606 "u 'Event_t' - 1 - ev", (char*)NULL, (void*) NULL, 1);
28607    G__memfunc_setup("SendEvent",908,G__G__Base1_327_0_140, 121, -1, -1, 0, 2, 1, 1, 0, 
28608 "k - 'Window_t' 0 - id U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
28609    G__memfunc_setup("WMDeleteNotify",1392,G__G__Base1_327_0_141, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28610    G__memfunc_setup("SetKeyAutoRepeat",1615,G__G__Base1_327_0_142, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' on", (char*)NULL, (void*) NULL, 1);
28611    G__memfunc_setup("GrabKey",677,G__G__Base1_327_0_143, 121, -1, -1, 0, 4, 1, 1, 0, 
28612 "k - 'Window_t' 0 - id i - 'Int_t' 0 - keycode "
28613 "h - 'UInt_t' 0 - modifier g - 'Bool_t' 0 'kTRUE' grab", (char*)NULL, (void*) NULL, 1);
28614    G__memfunc_setup("GrabButton",1016,G__G__Base1_327_0_144, 121, -1, -1, 0, 7, 1, 1, 0, 
28615 "k - 'Window_t' 0 - id i 'EMouseButton' - 0 - button "
28616 "h - 'UInt_t' 0 - modifier h - 'UInt_t' 0 - evmask "
28617 "k - 'Window_t' 0 - confine k - 'Cursor_t' 0 - cursor "
28618 "g - 'Bool_t' 0 'kTRUE' grab", (char*)NULL, (void*) NULL, 1);
28619    G__memfunc_setup("GrabPointer",1117,G__G__Base1_327_0_145, 121, -1, -1, 0, 6, 1, 1, 0, 
28620 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - evmask "
28621 "k - 'Window_t' 0 - confine k - 'Cursor_t' 0 - cursor "
28622 "g - 'Bool_t' 0 'kTRUE' grab g - 'Bool_t' 0 'kTRUE' owner_events", (char*)NULL, (void*) NULL, 1);
28623    G__memfunc_setup("SetWindowName",1317,G__G__Base1_327_0_146, 121, -1, -1, 0, 2, 1, 1, 0, 
28624 "k - 'Window_t' 0 - id C - - 0 - name", (char*)NULL, (void*) NULL, 1);
28625    G__memfunc_setup("SetIconName",1078,G__G__Base1_327_0_147, 121, -1, -1, 0, 2, 1, 1, 0, 
28626 "k - 'Window_t' 0 - id C - - 0 - name", (char*)NULL, (void*) NULL, 1);
28627    G__memfunc_setup("SetIconPixmap",1316,G__G__Base1_327_0_148, 121, -1, -1, 0, 2, 1, 1, 0, 
28628 "k - 'Window_t' 0 - id k - 'Pixmap_t' 0 - pix", (char*)NULL, (void*) NULL, 1);
28629    G__memfunc_setup("SetClassHints",1320,G__G__Base1_327_0_149, 121, -1, -1, 0, 3, 1, 1, 0, 
28630 "k - 'Window_t' 0 - id C - - 0 - className "
28631 "C - - 0 - resourceName", (char*)NULL, (void*) NULL, 1);
28632    G__memfunc_setup("SetMWMHints",1059,G__G__Base1_327_0_150, 121, -1, -1, 0, 4, 1, 1, 0, 
28633 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - value "
28634 "h - 'UInt_t' 0 - funcs h - 'UInt_t' 0 - input", (char*)NULL, (void*) NULL, 1);
28635    G__memfunc_setup("SetWMPosition",1317,G__G__Base1_327_0_151, 121, -1, -1, 0, 3, 1, 1, 0, 
28636 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
28637 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
28638    G__memfunc_setup("SetWMSize",875,G__G__Base1_327_0_152, 121, -1, -1, 0, 3, 1, 1, 0, 
28639 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - w "
28640 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28641    G__memfunc_setup("SetWMSizeHints",1393,G__G__Base1_327_0_153, 121, -1, -1, 0, 7, 1, 1, 0, 
28642 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - wmin "
28643 "h - 'UInt_t' 0 - hmin h - 'UInt_t' 0 - wmax "
28644 "h - 'UInt_t' 0 - hmax h - 'UInt_t' 0 - winc "
28645 "h - 'UInt_t' 0 - hinc", (char*)NULL, (void*) NULL, 1);
28646    G__memfunc_setup("SetWMState",977,G__G__Base1_327_0_154, 121, -1, -1, 0, 2, 1, 1, 0, 
28647 "k - 'Window_t' 0 - id i 'EInitialState' - 0 - state", (char*)NULL, (void*) NULL, 1);
28648    G__memfunc_setup("SetWMTransientHint",1819,G__G__Base1_327_0_155, 121, -1, -1, 0, 2, 1, 1, 0, 
28649 "k - 'Window_t' 0 - id k - 'Window_t' 0 - main_id", (char*)NULL, (void*) NULL, 1);
28650    G__memfunc_setup("DrawString",1029,G__G__Base1_327_0_156, 121, -1, -1, 0, 6, 1, 1, 0, 
28651 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
28652 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
28653 "C - - 10 - s i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
28654    G__memfunc_setup("TextWidth",933,G__G__Base1_327_0_157, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
28655 "k - 'FontStruct_t' 0 - font C - - 10 - s "
28656 "i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
28657    G__memfunc_setup("GetFontProperties",1764,G__G__Base1_327_0_158, 121, -1, -1, 0, 3, 1, 1, 0, 
28658 "k - 'FontStruct_t' 0 - font i - 'Int_t' 1 - max_ascent "
28659 "i - 'Int_t' 1 - max_descent", (char*)NULL, (void*) NULL, 1);
28660    G__memfunc_setup("GetGCValues",1050,G__G__Base1_327_0_159, 121, -1, -1, 0, 2, 1, 1, 0, 
28661 "k - 'GContext_t' 0 - gc u 'GCValues_t' - 1 - gval", (char*)NULL, (void*) NULL, 1);
28662    G__memfunc_setup("GetFontStruct",1340,G__G__Base1_327_0_160, 107, -1, G__defined_typename("FontStruct_t"), 0, 1, 1, 1, 0, "k - 'FontH_t' 0 - fh", (char*)NULL, (void*) NULL, 1);
28663    G__memfunc_setup("FreeFontStruct",1438,G__G__Base1_327_0_161, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'FontStruct_t' 0 - fs", (char*)NULL, (void*) NULL, 1);
28664    G__memfunc_setup("ClearWindow",1119,G__G__Base1_327_0_162, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28665    G__memfunc_setup("KeysymToKeycode",1545,G__G__Base1_327_0_163, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - keysym", (char*)NULL, (void*) NULL, 1);
28666    G__memfunc_setup("FillRectangle",1308,G__G__Base1_327_0_164, 121, -1, -1, 0, 6, 1, 1, 0, 
28667 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
28668 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
28669 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28670    G__memfunc_setup("DrawRectangle",1315,G__G__Base1_327_0_165, 121, -1, -1, 0, 6, 1, 1, 0, 
28671 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
28672 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
28673 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28674    G__memfunc_setup("DrawSegments",1236,G__G__Base1_327_0_166, 121, -1, -1, 0, 4, 1, 1, 0, 
28675 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
28676 "U 'Segment_t' - 0 - seg i - 'Int_t' 0 - nseg", (char*)NULL, (void*) NULL, 1);
28677    G__memfunc_setup("SelectInput",1136,G__G__Base1_327_0_167, 121, -1, -1, 0, 2, 1, 1, 0, 
28678 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - evmask", (char*)NULL, (void*) NULL, 1);
28679    G__memfunc_setup("GetInputFocus",1328,G__G__Base1_327_0_168, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28680    G__memfunc_setup("SetInputFocus",1340,G__G__Base1_327_0_169, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28681    G__memfunc_setup("GetPrimarySelectionOwner",2485,G__G__Base1_327_0_170, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28682    G__memfunc_setup("SetPrimarySelectionOwner",2497,G__G__Base1_327_0_171, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
28683    G__memfunc_setup("ConvertPrimarySelection",2411,G__G__Base1_327_0_172, 121, -1, -1, 0, 3, 1, 1, 0, 
28684 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - clipboard "
28685 "k - 'Time_t' 0 - when", (char*)NULL, (void*) NULL, 1);
28686    G__memfunc_setup("LookupString",1265,G__G__Base1_327_0_173, 121, -1, -1, 0, 4, 1, 1, 0, 
28687 "U 'Event_t' - 0 - event C - - 0 - buf "
28688 "i - 'Int_t' 0 - buflen h - 'UInt_t' 1 - keysym", (char*)NULL, (void*) NULL, 1);
28689    G__memfunc_setup("GetPasteBuffer",1399,G__G__Base1_327_0_174, 121, -1, -1, 0, 5, 1, 1, 0, 
28690 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - atom "
28691 "u 'TString' - 1 - text i - 'Int_t' 1 - nchar "
28692 "g - 'Bool_t' 0 - del", (char*)NULL, (void*) NULL, 1);
28693    G__memfunc_setup("TranslateCoordinates",2089,G__G__Base1_327_0_175, 121, -1, -1, 0, 7, 1, 1, 0, 
28694 "k - 'Window_t' 0 - src k - 'Window_t' 0 - dest "
28695 "i - 'Int_t' 0 - src_x i - 'Int_t' 0 - src_y "
28696 "i - 'Int_t' 1 - dest_x i - 'Int_t' 1 - dest_y "
28697 "k - 'Window_t' 1 - child", (char*)NULL, (void*) NULL, 1);
28698    G__memfunc_setup("GetWindowSize",1331,G__G__Base1_327_0_176, 121, -1, -1, 0, 5, 1, 1, 0, 
28699 "k - 'Drawable_t' 0 - id i - 'Int_t' 1 - x "
28700 "i - 'Int_t' 1 - y h - 'UInt_t' 1 - w "
28701 "h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1);
28702    G__memfunc_setup("FillPolygon",1135,G__G__Base1_327_0_177, 121, -1, -1, 0, 4, 1, 1, 0, 
28703 "k - 'Window_t' 0 - id k - 'GContext_t' 0 - gc "
28704 "U 'Point_t' - 0 - points i - 'Int_t' 0 - npnt", (char*)NULL, (void*) NULL, 1);
28705    G__memfunc_setup("QueryPointer",1271,G__G__Base1_327_0_178, 121, -1, -1, 0, 8, 1, 1, 0, 
28706 "k - 'Window_t' 0 - id k - 'Window_t' 1 - rootw "
28707 "k - 'Window_t' 1 - childw i - 'Int_t' 1 - root_x "
28708 "i - 'Int_t' 1 - root_y i - 'Int_t' 1 - win_x "
28709 "i - 'Int_t' 1 - win_y h - 'UInt_t' 1 - mask", (char*)NULL, (void*) NULL, 1);
28710    G__memfunc_setup("SetForeground",1351,G__G__Base1_327_0_179, 121, -1, -1, 0, 2, 1, 1, 0, 
28711 "k - 'GContext_t' 0 - gc k - 'ULong_t' 0 - foreground", (char*)NULL, (void*) NULL, 1);
28712    G__memfunc_setup("SetClipRectangles",1724,G__G__Base1_327_0_180, 121, -1, -1, 0, 5, 1, 1, 0, 
28713 "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - x "
28714 "i - 'Int_t' 0 - y U 'Rectangle_t' - 0 - recs "
28715 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
28716    G__memfunc_setup("Update",611,G__G__Base1_327_0_181, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' mode", (char*)NULL, (void*) NULL, 1);
28717    G__memfunc_setup("CreateRegion",1208,G__G__Base1_327_0_182, 107, -1, G__defined_typename("Region_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28718    G__memfunc_setup("DestroyRegion",1358,G__G__Base1_327_0_183, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Region_t' 0 - reg", (char*)NULL, (void*) NULL, 1);
28719    G__memfunc_setup("UnionRectWithRegion",1943,G__G__Base1_327_0_184, 121, -1, -1, 0, 3, 1, 1, 0, 
28720 "U 'Rectangle_t' - 0 - rect k - 'Region_t' 0 - src "
28721 "k - 'Region_t' 0 - dest", (char*)NULL, (void*) NULL, 1);
28722    G__memfunc_setup("PolygonRegion",1356,G__G__Base1_327_0_185, 107, -1, G__defined_typename("Region_t"), 0, 3, 1, 1, 0, 
28723 "U 'Point_t' - 0 - points i - 'Int_t' 0 - np "
28724 "g - 'Bool_t' 0 - winding", (char*)NULL, (void*) NULL, 1);
28725    G__memfunc_setup("UnionRegion",1133,G__G__Base1_327_0_186, 121, -1, -1, 0, 3, 1, 1, 0, 
28726 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
28727 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
28728    G__memfunc_setup("IntersectRegion",1557,G__G__Base1_327_0_187, 121, -1, -1, 0, 3, 1, 1, 0, 
28729 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
28730 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
28731    G__memfunc_setup("SubtractRegion",1452,G__G__Base1_327_0_188, 121, -1, -1, 0, 3, 1, 1, 0, 
28732 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
28733 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
28734    G__memfunc_setup("XorRegion",925,G__G__Base1_327_0_189, 121, -1, -1, 0, 3, 1, 1, 0, 
28735 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
28736 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
28737    G__memfunc_setup("EmptyRegion",1139,G__G__Base1_327_0_190, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "k - 'Region_t' 0 - reg", (char*)NULL, (void*) NULL, 1);
28738    G__memfunc_setup("PointInRegion",1317,G__G__Base1_327_0_191, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
28739 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
28740 "k - 'Region_t' 0 - reg", (char*)NULL, (void*) NULL, 1);
28741    G__memfunc_setup("EqualRegion",1116,G__G__Base1_327_0_192, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28742 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb", (char*)NULL, (void*) NULL, 1);
28743    G__memfunc_setup("GetRegionBox",1197,G__G__Base1_327_0_193, 121, -1, -1, 0, 2, 1, 1, 0, 
28744 "k - 'Region_t' 0 - reg U 'Rectangle_t' - 0 - rect", (char*)NULL, (void*) NULL, 1);
28745    G__memfunc_setup("ListFonts",934,G__G__Base1_327_0_194, 67, -1, -1, 2, 3, 1, 1, 0, 
28746 "C - - 10 - fontname i - 'Int_t' 0 - max "
28747 "i - 'Int_t' 1 - count", (char*)NULL, (void*) NULL, 1);
28748    G__memfunc_setup("FreeFontNames",1293,G__G__Base1_327_0_195, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 2 - fontlist", (char*)NULL, (void*) NULL, 1);
28749    G__memfunc_setup("CreateImage",1079,G__G__Base1_327_0_196, 107, -1, G__defined_typename("Drawable_t"), 0, 2, 1, 1, 0, 
28750 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
28751    G__memfunc_setup("GetImageSize",1182,G__G__Base1_327_0_197, 121, -1, -1, 0, 3, 1, 1, 0, 
28752 "k - 'Drawable_t' 0 - id h - 'UInt_t' 1 - width "
28753 "h - 'UInt_t' 1 - height", (char*)NULL, (void*) NULL, 1);
28754    G__memfunc_setup("PutPixel",827,G__G__Base1_327_0_198, 121, -1, -1, 0, 4, 1, 1, 0, 
28755 "k - 'Drawable_t' 0 - id i - 'Int_t' 0 - x "
28756 "i - 'Int_t' 0 - y k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) NULL, 1);
28757    G__memfunc_setup("PutImage",796,G__G__Base1_327_0_199, 121, -1, -1, 0, 9, 1, 1, 0, 
28758 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
28759 "k - 'Drawable_t' 0 - img i - 'Int_t' 0 - dx "
28760 "i - 'Int_t' 0 - dy i - 'Int_t' 0 - x "
28761 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
28762 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
28763    G__memfunc_setup("DeleteImage",1078,G__G__Base1_327_0_200, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Drawable_t' 0 - img", (char*)NULL, (void*) NULL, 1);
28764    G__memfunc_setup("GetColorBits",1201,G__G__Base1_327_0_201, 66, -1, -1, 0, 5, 1, 1, 0, 
28765 "k - 'Drawable_t' 0 - wid i - 'Int_t' 0 '0' x "
28766 "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' w "
28767 "h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 1);
28768    G__memfunc_setup("ShapeCombineMask",1594,G__G__Base1_327_0_202, 121, -1, -1, 0, 4, 1, 1, 0, 
28769 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
28770 "i - 'Int_t' 0 - y k - 'Pixmap_t' 0 - mask", (char*)NULL, (void*) NULL, 1);
28771    G__memfunc_setup("DeleteProperty",1464,G__G__Base1_327_0_203, 121, -1, -1, 0, 2, 1, 1, 0, 
28772 "k - 'Window_t' 0 - - k - 'Atom_t' 1 - -", (char*)NULL, (void*) NULL, 1);
28773    G__memfunc_setup("GetProperty",1157,G__G__Base1_327_0_204, 105, -1, G__defined_typename("Int_t"), 0, 11, 1, 1, 0, 
28774 "k - 'Window_t' 0 - - k - 'Atom_t' 0 - - "
28775 "l - 'Long_t' 0 - - l - 'Long_t' 0 - - "
28776 "g - 'Bool_t' 0 - - k - 'Atom_t' 0 - - "
28777 "K - 'Atom_t' 0 - - I - 'Int_t' 0 - - "
28778 "K - 'ULong_t' 0 - - K - 'ULong_t' 0 - - "
28779 "B - - 2 - -", (char*)NULL, (void*) NULL, 1);
28780    G__memfunc_setup("ChangeActivePointerGrab",2303,G__G__Base1_327_0_205, 121, -1, -1, 0, 3, 1, 1, 0, 
28781 "k - 'Window_t' 0 - - h - 'UInt_t' 0 - - "
28782 "k - 'Cursor_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28783    G__memfunc_setup("ConvertSelection",1671,G__G__Base1_327_0_206, 121, -1, -1, 0, 5, 1, 1, 0, 
28784 "k - 'Window_t' 0 - - k - 'Atom_t' 1 - - "
28785 "k - 'Atom_t' 1 - - k - 'Atom_t' 1 - - "
28786 "k - 'Time_t' 1 - -", (char*)NULL, (void*) NULL, 1);
28787    G__memfunc_setup("SetSelectionOwner",1757,G__G__Base1_327_0_207, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28788 "k - 'Window_t' 0 - - k - 'Atom_t' 1 - -", (char*)NULL, (void*) NULL, 1);
28789    G__memfunc_setup("ChangeProperties",1651,G__G__Base1_327_0_208, 121, -1, -1, 0, 6, 1, 1, 0, 
28790 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - property "
28791 "k - 'Atom_t' 0 - type i - 'Int_t' 0 - format "
28792 "B - 'UChar_t' 0 - data i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
28793    G__memfunc_setup("SetDNDAware",1010,G__G__Base1_327_0_209, 121, -1, -1, 0, 2, 1, 1, 0, 
28794 "k - 'Window_t' 0 - - K - 'Atom_t' 0 - -", (char*)NULL, (void*) NULL, 1);
28795    G__memfunc_setup("SetTypeList",1130,G__G__Base1_327_0_210, 121, -1, -1, 0, 3, 1, 1, 0, 
28796 "k - 'Window_t' 0 - win k - 'Atom_t' 0 - prop "
28797 "K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1);
28798    G__memfunc_setup("FindRWindow",1099,G__G__Base1_327_0_211, 107, -1, G__defined_typename("Window_t"), 0, 6, 1, 1, 0, 
28799 "k - 'Window_t' 0 - win k - 'Window_t' 0 - dragwin "
28800 "k - 'Window_t' 0 - input i - - 0 - x "
28801 "i - - 0 - y i - - 0 - maxd", (char*)NULL, (void*) NULL, 1);
28802    G__memfunc_setup("IsDNDAware",898,G__G__Base1_327_0_212, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
28803 "k - 'Window_t' 0 - win K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1);
28804    G__memfunc_setup("IsCmdThread",1064,G__G__Base1_327_0_213, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28805    G__memfunc_setup("Instance",821,G__G__Base1_327_0_214, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualX), -1, 1, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualX*& (*)())(&TVirtualX::Instance) ), 0);
28806    G__memfunc_setup("Class",502,G__G__Base1_327_0_215, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualX::Class) ), 0);
28807    G__memfunc_setup("Class_Name",982,G__G__Base1_327_0_216, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualX::Class_Name) ), 0);
28808    G__memfunc_setup("Class_Version",1339,G__G__Base1_327_0_217, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualX::Class_Version) ), 0);
28809    G__memfunc_setup("Dictionary",1046,G__G__Base1_327_0_218, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualX::Dictionary) ), 0);
28810    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28811    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);
28812    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);
28813    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_327_0_222, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28814    G__memfunc_setup("DeclFileName",1145,G__G__Base1_327_0_223, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualX::DeclFileName) ), 0);
28815    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_327_0_224, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualX::ImplFileLine) ), 0);
28816    G__memfunc_setup("ImplFileName",1171,G__G__Base1_327_0_225, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualX::ImplFileName) ), 0);
28817    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_327_0_226, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualX::DeclFileLine) ), 0);
28818    // automatic copy constructor
28819    G__memfunc_setup("TVirtualX", 915, G__G__Base1_327_0_227, (int) ('i'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualX), -1, 0, 1, 1, 1, 0, "u 'TVirtualX' - 11 - -", (char*) NULL, (void*) NULL, 0);
28820    // automatic destructor
28821    G__memfunc_setup("~TVirtualX", 1041, G__G__Base1_327_0_228, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28822    // automatic assignment operator
28823    G__memfunc_setup("operator=", 937, G__G__Base1_327_0_229, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualX), -1, 1, 1, 1, 1, 0, "u 'TVirtualX' - 11 - -", (char*) NULL, (void*) NULL, 0);
28824    G__tag_memfunc_reset();
28825 }
28826 
28827 static void G__setup_memfuncTVirtualPadPainter(void) {
28828    /* TVirtualPadPainter */
28829    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPainter));
28830    G__memfunc_setup("GetLineColor",1191,G__G__Base1_339_0_1, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28831    G__memfunc_setup("GetLineStyle",1209,G__G__Base1_339_0_2, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28832    G__memfunc_setup("GetLineWidth",1192,G__G__Base1_339_0_3, 115, -1, G__defined_typename("Width_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28833    G__memfunc_setup("SetLineColor",1203,G__G__Base1_339_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - lcolor", (char*)NULL, (void*) NULL, 3);
28834    G__memfunc_setup("SetLineStyle",1221,G__G__Base1_339_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - lstyle", (char*)NULL, (void*) NULL, 3);
28835    G__memfunc_setup("SetLineWidth",1204,G__G__Base1_339_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 - lwidth", (char*)NULL, (void*) NULL, 3);
28836    G__memfunc_setup("GetFillColor",1190,G__G__Base1_339_0_7, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28837    G__memfunc_setup("GetFillStyle",1208,G__G__Base1_339_0_8, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28838    G__memfunc_setup("IsTransparent",1358,G__G__Base1_339_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28839    G__memfunc_setup("SetFillColor",1202,G__G__Base1_339_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - fcolor", (char*)NULL, (void*) NULL, 3);
28840    G__memfunc_setup("SetFillStyle",1220,G__G__Base1_339_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - fstyle", (char*)NULL, (void*) NULL, 3);
28841    G__memfunc_setup("SetOpacity",1029,G__G__Base1_339_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - percent", (char*)NULL, (void*) NULL, 3);
28842    G__memfunc_setup("GetTextAlign",1200,G__G__Base1_339_0_13, 115, -1, G__defined_typename("Short_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28843    G__memfunc_setup("GetTextAngle",1196,G__G__Base1_339_0_14, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28844    G__memfunc_setup("GetTextColor",1220,G__G__Base1_339_0_15, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28845    G__memfunc_setup("GetTextFont",1116,G__G__Base1_339_0_16, 115, -1, G__defined_typename("Font_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28846    G__memfunc_setup("GetTextSize",1120,G__G__Base1_339_0_17, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28847    G__memfunc_setup("GetTextMagnitude",1635,G__G__Base1_339_0_18, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
28848    G__memfunc_setup("SetTextAlign",1212,G__G__Base1_339_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 '11' align", (char*)NULL, (void*) NULL, 3);
28849    G__memfunc_setup("SetTextAngle",1208,G__G__Base1_339_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '0' tangle", (char*)NULL, (void*) NULL, 3);
28850    G__memfunc_setup("SetTextColor",1232,G__G__Base1_339_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 '1' tcolor", (char*)NULL, (void*) NULL, 3);
28851    G__memfunc_setup("SetTextFont",1128,G__G__Base1_339_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "s - 'Font_t' 0 '62' tfont", (char*)NULL, (void*) NULL, 3);
28852    G__memfunc_setup("SetTextSize",1132,G__G__Base1_339_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' tsize", (char*)NULL, (void*) NULL, 3);
28853    G__memfunc_setup("SetTextSizePixels",1761,G__G__Base1_339_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - npixels", (char*)NULL, (void*) NULL, 3);
28854    G__memfunc_setup("CreateDrawable",1398,G__G__Base1_339_0_25, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
28855 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", "gVirtualX->OpenPixmap", (void*) NULL, 3);
28856    G__memfunc_setup("ClearDrawable",1289,G__G__Base1_339_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", "gVirtualX->Clear()", (void*) NULL, 3);
28857    G__memfunc_setup("CopyDrawable",1213,G__G__Base1_339_0_27, 121, -1, -1, 0, 3, 1, 1, 0, 
28858 "i - 'Int_t' 0 - device i - 'Int_t' 0 - px "
28859 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 3);
28860    G__memfunc_setup("DestroyDrawable",1548,G__G__Base1_339_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", "gVirtualX->CloseWindow", (void*) NULL, 3);
28861    G__memfunc_setup("SelectDrawable",1410,G__G__Base1_339_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - device", "gVirtualX->SelectWindow", (void*) NULL, 3);
28862    G__memfunc_setup("InitPainter",1127,G__G__Base1_339_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28863    G__memfunc_setup("InvalidateCS",1175,G__G__Base1_339_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28864    G__memfunc_setup("LockPainter",1116,G__G__Base1_339_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
28865    G__memfunc_setup("DrawLine",790,G__G__Base1_339_0_33, 121, -1, -1, 0, 4, 1, 1, 0, 
28866 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
28867 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2", (char*)NULL, (void*) NULL, 3);
28868    G__memfunc_setup("DrawLineNDC",1003,G__G__Base1_339_0_34, 121, -1, -1, 0, 4, 1, 1, 0, 
28869 "d - 'Double_t' 0 - u1 d - 'Double_t' 0 - v1 "
28870 "d - 'Double_t' 0 - u2 d - 'Double_t' 0 - v2", (char*)NULL, (void*) NULL, 3);
28871    G__memfunc_setup("DrawBox",695,G__G__Base1_339_0_35, 121, -1, -1, 0, 5, 1, 1, 0, 
28872 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
28873 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2 "
28874 "i 'TVirtualPadPainter::EBoxMode' - 0 - mode", (char*)NULL, (void*) NULL, 3);
28875    G__memfunc_setup("DrawFillArea",1166,G__G__Base1_339_0_36, 121, -1, -1, 0, 3, 1, 1, 0, 
28876 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
28877 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 3);
28878    G__memfunc_setup("DrawFillArea",1166,G__G__Base1_339_0_37, 121, -1, -1, 0, 3, 1, 1, 0, 
28879 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
28880 "F - 'Float_t' 10 - y", (char*)NULL, (void*) NULL, 3);
28881    G__memfunc_setup("DrawPolyLine",1210,G__G__Base1_339_0_38, 121, -1, -1, 0, 3, 1, 1, 0, 
28882 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
28883 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 3);
28884    G__memfunc_setup("DrawPolyLine",1210,G__G__Base1_339_0_39, 121, -1, -1, 0, 3, 1, 1, 0, 
28885 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
28886 "F - 'Float_t' 10 - y", (char*)NULL, (void*) NULL, 3);
28887    G__memfunc_setup("DrawPolyLineNDC",1423,G__G__Base1_339_0_40, 121, -1, -1, 0, 3, 1, 1, 0, 
28888 "i - 'Int_t' 0 - n D - 'Double_t' 10 - u "
28889 "D - 'Double_t' 10 - v", (char*)NULL, (void*) NULL, 3);
28890    G__memfunc_setup("DrawPolyMarker",1428,G__G__Base1_339_0_41, 121, -1, -1, 0, 3, 1, 1, 0, 
28891 "i - 'Int_t' 0 - n D - 'Double_t' 10 - x "
28892 "D - 'Double_t' 10 - y", (char*)NULL, (void*) NULL, 3);
28893    G__memfunc_setup("DrawPolyMarker",1428,G__G__Base1_339_0_42, 121, -1, -1, 0, 3, 1, 1, 0, 
28894 "i - 'Int_t' 0 - n F - 'Float_t' 10 - x "
28895 "F - 'Float_t' 10 - y", (char*)NULL, (void*) NULL, 3);
28896    G__memfunc_setup("DrawText",819,G__G__Base1_339_0_43, 121, -1, -1, 0, 4, 1, 1, 0, 
28897 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
28898 "C - - 10 - text i 'TVirtualPadPainter::ETextMode' - 0 - mode", (char*)NULL, (void*) NULL, 3);
28899    G__memfunc_setup("DrawTextNDC",1032,G__G__Base1_339_0_44, 121, -1, -1, 0, 4, 1, 1, 0, 
28900 "d - 'Double_t' 0 - u d - 'Double_t' 0 - v "
28901 "C - - 10 - text i 'TVirtualPadPainter::ETextMode' - 0 - mode", (char*)NULL, (void*) NULL, 3);
28902    G__memfunc_setup("SaveImage",882,G__G__Base1_339_0_45, 121, -1, -1, 0, 3, 1, 1, 8, 
28903 "U 'TVirtualPad' - 0 - pad C - - 10 - fileName "
28904 "i - 'Int_t' 0 - type", (char*)NULL, (void*) NULL, 3);
28905    G__memfunc_setup("PadPainter",1000,G__G__Base1_339_0_46, 85, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPainter), -1, 0, 1, 3, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (TVirtualPadPainter* (*)(Option_t*))(&TVirtualPadPainter::PadPainter) ), 0);
28906    G__memfunc_setup("Class",502,G__G__Base1_339_0_47, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualPadPainter::Class) ), 0);
28907    G__memfunc_setup("Class_Name",982,G__G__Base1_339_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPadPainter::Class_Name) ), 0);
28908    G__memfunc_setup("Class_Version",1339,G__G__Base1_339_0_49, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualPadPainter::Class_Version) ), 0);
28909    G__memfunc_setup("Dictionary",1046,G__G__Base1_339_0_50, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualPadPainter::Dictionary) ), 0);
28910    G__memfunc_setup("IsA",253,G__G__Base1_339_0_51, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28911    G__memfunc_setup("ShowMembers",1132,G__G__Base1_339_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
28912    G__memfunc_setup("Streamer",835,G__G__Base1_339_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
28913    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_339_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28914    G__memfunc_setup("DeclFileName",1145,G__G__Base1_339_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPadPainter::DeclFileName) ), 0);
28915    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_339_0_56, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPadPainter::ImplFileLine) ), 0);
28916    G__memfunc_setup("ImplFileName",1171,G__G__Base1_339_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPadPainter::ImplFileName) ), 0);
28917    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_339_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPadPainter::DeclFileLine) ), 0);
28918    // automatic destructor
28919    G__memfunc_setup("~TVirtualPadPainter", 1953, G__G__Base1_339_0_59, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28920    // automatic assignment operator
28921    G__memfunc_setup("operator=", 937, G__G__Base1_339_0_60, (int) ('u'), G__get_linked_tagnum(&G__G__Base1LN_TVirtualPadPainter), -1, 1, 1, 1, 1, 0, "u 'TVirtualPadPainter' - 11 - -", (char*) NULL, (void*) NULL, 0);
28922    G__tag_memfunc_reset();
28923 }
28924 
28925 static void G__setup_memfuncTVirtualPS(void) {
28926    /* TVirtualPS */
28927    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS));
28928    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS), -1, 1, 1, 1, 4, 0, "u 'TVirtualPS' - 11 - -", "Not implemented", (void*) NULL, 0);
28929    G__memfunc_setup("CellArrayBegin",1380,G__G__Base1_342_0_5, 121, -1, -1, 0, 6, 1, 1, 0, 
28930 "i - 'Int_t' 0 - W i - 'Int_t' 0 - H "
28931 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - x2 "
28932 "d - 'Double_t' 0 - y1 d - 'Double_t' 0 - y2", (char*)NULL, (void*) NULL, 3);
28933    G__memfunc_setup("CellArrayFill",1286,G__G__Base1_342_0_6, 121, -1, -1, 0, 3, 1, 1, 0, 
28934 "i - 'Int_t' 0 - r i - 'Int_t' 0 - g "
28935 "i - 'Int_t' 0 - b", (char*)NULL, (void*) NULL, 3);
28936    G__memfunc_setup("CellArrayEnd",1174,G__G__Base1_342_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28937    G__memfunc_setup("Close",502,G__G__Base1_342_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 3);
28938    G__memfunc_setup("DrawBox",695,G__G__Base1_342_0_9, 121, -1, -1, 0, 4, 1, 1, 0, 
28939 "d - 'Double_t' 0 - x1 d - 'Double_t' 0 - y1 "
28940 "d - 'Double_t' 0 - x2 d - 'Double_t' 0 - y2", (char*)NULL, (void*) NULL, 3);
28941    G__memfunc_setup("DrawFrame",889,G__G__Base1_342_0_10, 121, -1, -1, 0, 8, 1, 1, 0, 
28942 "d - 'Double_t' 0 - xl d - 'Double_t' 0 - yl "
28943 "d - 'Double_t' 0 - xt d - 'Double_t' 0 - yt "
28944 "i - 'Int_t' 0 - mode i - 'Int_t' 0 - border "
28945 "i - 'Int_t' 0 - dark i - 'Int_t' 0 - light", (char*)NULL, (void*) NULL, 3);
28946    G__memfunc_setup("DrawPolyMarker",1428,G__G__Base1_342_0_11, 121, -1, -1, 0, 3, 1, 1, 0, 
28947 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
28948 "F - 'Float_t' 0 - y", (char*)NULL, (void*) NULL, 3);
28949    G__memfunc_setup("DrawPolyMarker",1428,G__G__Base1_342_0_12, 121, -1, -1, 0, 3, 1, 1, 0, 
28950 "i - 'Int_t' 0 - n D - 'Double_t' 0 - x "
28951 "D - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 3);
28952    G__memfunc_setup("DrawPS",561,G__G__Base1_342_0_13, 121, -1, -1, 0, 3, 1, 1, 0, 
28953 "i - 'Int_t' 0 - n F - 'Float_t' 0 - xw "
28954 "F - 'Float_t' 0 - yw", (char*)NULL, (void*) NULL, 3);
28955    G__memfunc_setup("DrawPS",561,G__G__Base1_342_0_14, 121, -1, -1, 0, 3, 1, 1, 0, 
28956 "i - 'Int_t' 0 - n D - 'Double_t' 0 - xw "
28957 "D - 'Double_t' 0 - yw", (char*)NULL, (void*) NULL, 3);
28958    G__memfunc_setup("NewPage",679,G__G__Base1_342_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
28959    G__memfunc_setup("Open",402,G__G__Base1_342_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
28960 "C - - 10 - filename i - 'Int_t' 0 '-111' type", (char*)NULL, (void*) NULL, 3);
28961    G__memfunc_setup("Text",421,G__G__Base1_342_0_17, 121, -1, -1, 0, 3, 1, 1, 0, 
28962 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
28963 "C - - 10 - string", (char*)NULL, (void*) NULL, 3);
28964    G__memfunc_setup("SetColor",811,G__G__Base1_342_0_18, 121, -1, -1, 0, 3, 1, 1, 0, 
28965 "f - 'Float_t' 0 - r f - 'Float_t' 0 - g "
28966 "f - 'Float_t' 0 - b", (char*)NULL, (void*) NULL, 3);
28967    G__memfunc_setup("PrintFast",923,G__G__Base1_342_0_19, 121, -1, -1, 0, 2, 1, 1, 0, 
28968 "i - 'Int_t' 0 - nch C - - 10 '\"\"' string", (char*)NULL, (void*) NULL, 1);
28969    G__memfunc_setup("PrintStr",838,G__G__Base1_342_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' string", (char*)NULL, (void*) NULL, 1);
28970    G__memfunc_setup("WriteInteger",1241,G__G__Base1_342_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
28971 "i - 'Int_t' 0 - i g - 'Bool_t' 0 'kTRUE' space", (char*)NULL, (void*) NULL, 1);
28972    G__memfunc_setup("WriteReal",911,G__G__Base1_342_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - r", (char*)NULL, (void*) NULL, 1);
28973    G__memfunc_setup("GetStream",908,G__G__Base1_342_0_23, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28974    G__memfunc_setup("SetStream",920,G__G__Base1_342_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "U 'basic_ofstream<char,char_traits<char> >' 'ofstream' 0 - os", (char*)NULL, (void*) NULL, 1);
28975    G__memfunc_setup("SetType",718,G__G__Base1_342_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '-111' -", (char*)NULL, (void*) NULL, 1);
28976    G__memfunc_setup("GetType",706,G__G__Base1_342_0_26, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28977    G__memfunc_setup("Class",502,G__G__Base1_342_0_27, 85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualPS::Class) ), 0);
28978    G__memfunc_setup("Class_Name",982,G__G__Base1_342_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPS::Class_Name) ), 0);
28979    G__memfunc_setup("Class_Version",1339,G__G__Base1_342_0_29, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualPS::Class_Version) ), 0);
28980    G__memfunc_setup("Dictionary",1046,G__G__Base1_342_0_30, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualPS::Dictionary) ), 0);
28981    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Base1LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
28982    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);
28983    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);
28984    G__memfunc_setup("StreamerNVirtual",1656,G__G__Base1_342_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
28985    G__memfunc_setup("DeclFileName",1145,G__G__Base1_342_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPS::DeclFileName) ), 0);
28986    G__memfunc_setup("ImplFileLine",1178,G__G__Base1_342_0_36, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPS::ImplFileLine) ), 0);
28987    G__memfunc_setup("ImplFileName",1171,G__G__Base1_342_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualPS::ImplFileName) ), 0);
28988    G__memfunc_setup("DeclFileLine",1152,G__G__Base1_342_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualPS::DeclFileLine) ), 0);
28989    // automatic destructor
28990    G__memfunc_setup("~TVirtualPS", 1116, G__G__Base1_342_0_39, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
28991    G__tag_memfunc_reset();
28992 }
28993 
28994 
28995 /*********************************************************
28996 * Member function information setup
28997 *********************************************************/
28998 extern "C" void G__cpp_setup_memfuncG__Base1() {
28999 }
29000 
29001 /*********************************************************
29002 * Global variable information setup for each class
29003 *********************************************************/
29004 static void G__cpp_setup_global0() {
29005 
29006    /* Setting up global variables */
29007    G__resetplocal();
29008 
29009    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kWhite=0",0,(char*)NULL);
29010    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kBlack=1",0,(char*)NULL);
29011    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kGray=920",0,(char*)NULL);
29012    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kRed=632",0,(char*)NULL);
29013    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kGreen=416",0,(char*)NULL);
29014    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kBlue=600",0,(char*)NULL);
29015    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kYellow=400",0,(char*)NULL);
29016    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kMagenta=616",0,(char*)NULL);
29017    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kCyan=432",0,(char*)NULL);
29018    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kOrange=800",0,(char*)NULL);
29019    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kSpring=820",0,(char*)NULL);
29020    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kTeal=840",0,(char*)NULL);
29021    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kAzure=860",0,(char*)NULL);
29022    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kViolet=880",0,(char*)NULL);
29023    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EColor),-1,-1,1,"kPink=900",0,(char*)NULL);
29024    G__memvar_setup((void*)(&kTRUE),103,0,1,-1,G__defined_typename("Bool_t"),-1,1,"kTRUE=",0,(char*)NULL);
29025    G__memvar_setup((void*)(&kFALSE),103,0,1,-1,G__defined_typename("Bool_t"),-1,1,"kFALSE=",0,(char*)NULL);
29026    G__memvar_setup((void*)(&kMaxUChar),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMaxUChar=",0,(char*)NULL);
29027    G__memvar_setup((void*)(&kMaxChar),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMaxChar=",0,(char*)NULL);
29028    G__memvar_setup((void*)(&kMinChar),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMinChar=",0,(char*)NULL);
29029    G__memvar_setup((void*)(&kMaxUShort),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMaxUShort=",0,(char*)NULL);
29030    G__memvar_setup((void*)(&kMaxShort),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMaxShort=",0,(char*)NULL);
29031    G__memvar_setup((void*)(&kMinShort),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMinShort=",0,(char*)NULL);
29032    G__memvar_setup((void*)(&kMaxUInt),104,0,1,-1,G__defined_typename("UInt_t"),-1,1,"kMaxUInt=",0,(char*)NULL);
29033    G__memvar_setup((void*)(&kMaxInt),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMaxInt=",0,(char*)NULL);
29034    G__memvar_setup((void*)(&kMinInt),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kMinInt=",0,(char*)NULL);
29035    G__memvar_setup((void*)(&kMaxULong),107,0,1,-1,G__defined_typename("ULong_t"),-1,1,"kMaxULong=",0,(char*)NULL);
29036    G__memvar_setup((void*)(&kMaxLong),108,0,1,-1,G__defined_typename("Long_t"),-1,1,"kMaxLong=",0,(char*)NULL);
29037    G__memvar_setup((void*)(&kMinLong),108,0,1,-1,G__defined_typename("Long_t"),-1,1,"kMinLong=",0,(char*)NULL);
29038    G__memvar_setup((void*)(&kMaxULong64),109,0,1,-1,G__defined_typename("ULong64_t"),-1,1,"kMaxULong64=",0,(char*)NULL);
29039    G__memvar_setup((void*)(&kMaxLong64),110,0,1,-1,G__defined_typename("Long64_t"),-1,1,"kMaxLong64=",0,(char*)NULL);
29040 }
29041 
29042 static void G__cpp_setup_global1() {
29043    G__memvar_setup((void*)(&kMinLong64),110,0,1,-1,G__defined_typename("Long64_t"),-1,1,"kMinLong64=",0,(char*)NULL);
29044    G__memvar_setup((void*)(&kBitsPerByte),104,0,1,-1,G__defined_typename("size_t"),-1,1,"kBitsPerByte=",0,(char*)NULL);
29045    G__memvar_setup((void*)(&kNPOS),105,0,1,-1,G__defined_typename("Ssiz_t"),-1,1,"kNPOS=",0,(char*)NULL);
29046    G__memvar_setup((void*)(&gDebug),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"gDebug=",0,(char*)NULL);
29047    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kCanDelete=1",0,(char*)NULL);
29048    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kMustCleanup=8",0,(char*)NULL);
29049    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kObjInCanvas=8",0,(char*)NULL);
29050    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kIsReferenced=16",0,(char*)NULL);
29051    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kHasUUID=32",0,(char*)NULL);
29052    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kCannotPick=64",0,(char*)NULL);
29053    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kNoContextMenu=256",0,(char*)NULL);
29054    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EObjBits),-1,-1,1,"kInvalidObject=8192",0,(char*)NULL);
29055    G__memvar_setup((void*)G__PVOID,112,0,0,-1,-1,-1,1,"ROOT_TMathBase=0",1,(char*)NULL);
29056    G__memvar_setup((void*)(&gApplication),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TApplication),-1,-1,1,"gApplication=",0,(char*)NULL);
29057    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_ELineStyle),-1,-1,1,"kSolid=1",0,(char*)NULL);
29058    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_ELineStyle),-1,-1,1,"kDashed=2",0,(char*)NULL);
29059    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_ELineStyle),-1,-1,1,"kDotted=3",0,(char*)NULL);
29060    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_ELineStyle),-1,-1,1,"kDashDotted=4",0,(char*)NULL);
29061    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kDot=1",0,(char*)NULL);
29062    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kPlus=2",0,(char*)NULL);
29063    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kStar=3",0,(char*)NULL);
29064    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kCircle=4",0,(char*)NULL);
29065    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kMultiply=5",0,(char*)NULL);
29066    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullDotSmall=6",0,(char*)NULL);
29067    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullDotMedium=7",0,(char*)NULL);
29068    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullDotLarge=8",0,(char*)NULL);
29069    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullCircle=20",0,(char*)NULL);
29070    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullSquare=21",0,(char*)NULL);
29071    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullTriangleUp=22",0,(char*)NULL);
29072    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullTriangleDown=23",0,(char*)NULL);
29073    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kOpenCircle=24",0,(char*)NULL);
29074    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kOpenSquare=25",0,(char*)NULL);
29075    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kOpenTriangleUp=26",0,(char*)NULL);
29076    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kOpenDiamond=27",0,(char*)NULL);
29077    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kOpenCross=28",0,(char*)NULL);
29078    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kFullStar=29",0,(char*)NULL);
29079    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EMarkerStyle),-1,-1,1,"kOpenStar=30",0,(char*)NULL);
29080    G__memvar_setup((void*)(&gBenchmark),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TBenchmark),-1,-1,1,"gBenchmark=",0,(char*)NULL);
29081 }
29082 
29083 static void G__cpp_setup_global2() {
29084    G__memvar_setup((void*)(&gDirectory),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TDirectory),-1,-1,1,"gDirectory=",0,(char*)NULL);
29085    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EEnvLevel),-1,-1,1,"kEnvGlobal=0",0,(char*)NULL);
29086    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EEnvLevel),-1,-1,1,"kEnvUser=1",0,(char*)NULL);
29087    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EEnvLevel),-1,-1,1,"kEnvLocal=2",0,(char*)NULL);
29088    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EEnvLevel),-1,-1,1,"kEnvChange=3",0,(char*)NULL);
29089    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Base1LN_EEnvLevel),-1,-1,1,"kEnvAll=4",0,(char*)NULL);
29090    G__memvar_setup((void*)(&gEnv),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TEnv),-1,-1,1,"gEnv=",0,(char*)NULL);
29091    G__memvar_setup((void*)(&kInfo),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kInfo=",0,(char*)NULL);
29092    G__memvar_setup((void*)(&kWarning),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kWarning=",0,(char*)NULL);
29093    G__memvar_setup((void*)(&kError),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kError=",0,(char*)NULL);
29094    G__memvar_setup((void*)(&kSysError),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kSysError=",0,(char*)NULL);
29095    G__memvar_setup((void*)(&kFatal),105,0,1,-1,G__defined_typename("Int_t"),-1,1,"kFatal=",0,(char*)NULL);
29096    G__memvar_setup((void*)(&gErrorIgnoreLevel),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"gErrorIgnoreLevel=",0,(char*)NULL);
29097    G__memvar_setup((void*)(&gErrorAbortLevel),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"gErrorAbortLevel=",0,(char*)NULL);
29098    G__memvar_setup((void*)(&gPrintViaErrorHandler),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"gPrintViaErrorHandler=",0,(char*)NULL);
29099    G__memvar_setup((void*)(&gPluginMgr),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TPluginManager),-1,-1,1,"gPluginMgr=",0,(char*)NULL);
29100 }
29101 
29102 static void G__cpp_setup_global3() {
29103 }
29104 
29105 static void G__cpp_setup_global4() {
29106    G__memvar_setup((void*)(&gRootDir),67,0,1,-1,-1,-1,1,"gRootDir=",0,(char*)NULL);
29107    G__memvar_setup((void*)(&gProgName),67,0,1,-1,-1,-1,1,"gProgName=",0,(char*)NULL);
29108    G__memvar_setup((void*)(&gProgPath),67,0,1,-1,-1,-1,1,"gProgPath=",0,(char*)NULL);
29109    G__memvar_setup((void*)(&gSystem),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TSystem),-1,-1,1,"gSystem=",0,(char*)NULL);
29110    G__memvar_setup((void*)(&gROOT),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TROOT),-1,-1,1,"gROOT=",0,(char*)NULL);
29111    G__memvar_setup((void*)(&gStyle),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TStyle),-1,-1,1,"gStyle=",0,(char*)NULL);
29112 }
29113 
29114 static void G__cpp_setup_global5() {
29115 }
29116 
29117 static void G__cpp_setup_global6() {
29118 }
29119 
29120 static void G__cpp_setup_global7() {
29121 }
29122 
29123 static void G__cpp_setup_global8() {
29124 }
29125 
29126 static void G__cpp_setup_global9() {
29127    G__memvar_setup((void*)(&gVirtualPS),85,0,0,G__get_linked_tagnum(&G__G__Base1LN_TVirtualPS),-1,-1,1,"gVirtualPS=",0,(char*)NULL);
29128 
29129    G__resetglobalenv();
29130 }
29131 extern "C" void G__cpp_setup_globalG__Base1() {
29132   G__cpp_setup_global0();
29133   G__cpp_setup_global1();
29134   G__cpp_setup_global2();
29135   G__cpp_setup_global3();
29136   G__cpp_setup_global4();
29137   G__cpp_setup_global5();
29138   G__cpp_setup_global6();
29139   G__cpp_setup_global7();
29140   G__cpp_setup_global8();
29141   G__cpp_setup_global9();
29142 }
29143 
29144 /*********************************************************
29145 * Global function information setup for each class
29146 *********************************************************/
29147 static void G__cpp_setup_func0() {
29148    G__lastifuncposition();
29149 
29150 }
29151 
29152 static void G__cpp_setup_func1() {
29153 }
29154 
29155 static void G__cpp_setup_func2() {
29156    G__memfunc_setup("operator+", 919, G__G__Base1__0_282, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29157 "u 'TString' - 11 - s1 u 'TString' - 11 - s2", (char*) NULL
29158 , (void*) NULL, 0);
29159    G__memfunc_setup("operator+", 919, G__G__Base1__0_283, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29160 "u 'TString' - 11 - s C - - 10 - cs", (char*) NULL
29161 , (void*) NULL, 0);
29162    G__memfunc_setup("operator+", 919, G__G__Base1__0_284, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29163 "C - - 10 - cs u 'TString' - 11 - s", (char*) NULL
29164 , (void*) NULL, 0);
29165    G__memfunc_setup("operator+", 919, G__G__Base1__0_285, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29166 "u 'TString' - 11 - s c - - 0 - c", (char*) NULL
29167 , (void*) NULL, 0);
29168    G__memfunc_setup("operator+", 919, G__G__Base1__0_286, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29169 "u 'TString' - 11 - s l - 'Long_t' 0 - i", (char*) NULL
29170 , (void*) NULL, 0);
29171    G__memfunc_setup("operator+", 919, G__G__Base1__0_287, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29172 "u 'TString' - 11 - s k - 'ULong_t' 0 - i", (char*) NULL
29173 , (void*) NULL, 0);
29174    G__memfunc_setup("operator+", 919, G__G__Base1__0_290, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29175 "c - - 0 - c u 'TString' - 11 - s", (char*) NULL
29176 , (void*) NULL, 0);
29177    G__memfunc_setup("operator+", 919, G__G__Base1__0_291, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29178 "l - 'Long_t' 0 - i u 'TString' - 11 - s", (char*) NULL
29179 , (void*) NULL, 0);
29180    G__memfunc_setup("operator+", 919, G__G__Base1__0_292, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 2, 1, 1, 0, 
29181 "k - 'ULong_t' 0 - i u 'TString' - 11 - s", (char*) NULL
29182 , (void*) NULL, 0);
29183    G__memfunc_setup("operator==", 998, G__G__Base1__0_295, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29184 "u 'TString' - 11 - s1 u 'TString' - 11 - s2", (char*) NULL
29185 , (void*) NULL, 0);
29186    G__memfunc_setup("operator==", 998, G__G__Base1__0_296, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29187 "u 'TString' - 11 - s1 C - - 10 - s2", (char*) NULL
29188 , (void*) NULL, 0);
29189    G__memfunc_setup("operator>>", 1000, G__G__Base1__0_301, 117, G__get_linked_tagnum(&G__G__Base1LN_basic_istreamlEcharcOchar_traitslEchargRsPgR), G__defined_typename("istream"), 1, 2, 1, 1, 0, 
29190 "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - str u 'TString' - 1 - s", (char*) NULL
29191 , (void*) NULL, 0);
29192    G__memfunc_setup("operator<<", 996, G__G__Base1__0_302, 117, G__get_linked_tagnum(&G__G__Base1LN_basic_ostreamlEcharcOchar_traitslEchargRsPgR), G__defined_typename("ostream"), 1, 2, 1, 1, 0, 
29193 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - str u 'TString' - 11 - s", (char*) NULL
29194 , (void*) NULL, 0);
29195    G__memfunc_setup("ToLower", 716, G__G__Base1__0_304, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - s", (char*) NULL
29196 , (void*) NULL, 0);
29197 }
29198 
29199 static void G__cpp_setup_func3() {
29200    G__memfunc_setup("ToUpper", 719, G__G__Base1__0_305, 117, G__get_linked_tagnum(&G__G__Base1LN_TString), -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - s", (char*) NULL
29201 , (void*) NULL, 0);
29202    G__memfunc_setup("Hash", 388, G__G__Base1__0_306, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 0, "u 'TString' - 11 - s", (char*) NULL
29203 , (void*) NULL, 0);
29204    G__memfunc_setup("Hash", 388, G__G__Base1__0_307, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 0, "U 'TString' - 10 - s", (char*) NULL
29205 , (void*) NULL, 0);
29206    G__memfunc_setup("Hash", 388, G__G__Base1__0_308, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 0, "C - - 10 - s", (char*) NULL
29207 , (void*) NULL, 0);
29208    G__memfunc_setup("Form", 404, G__G__Base1__0_309, 67, -1, -1, 0, 1, 8, 1, 0, "C - - 10 - fmt", (char*) NULL
29209 , (void*) NULL, 0);
29210    G__memfunc_setup("Printf", 627, G__G__Base1__0_310, 121, -1, -1, 0, 1, 8, 1, 0, "C - - 10 - fmt", (char*) NULL
29211 , (void*) NULL, 0);
29212    G__memfunc_setup("Strip", 530, G__G__Base1__0_311, 67, -1, -1, 0, 2, 1, 1, 0, 
29213 "C - - 10 - str c - - 0 '' '' c", (char*) NULL
29214 , (void*) NULL, 0);
29215    G__memfunc_setup("StrDup", 610, G__G__Base1__0_312, 67, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - str", (char*) NULL
29216 , (void*) NULL, 0);
29217    G__memfunc_setup("Compress", 844, G__G__Base1__0_313, 67, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - str", (char*) NULL
29218 , (void*) NULL, 0);
29219    G__memfunc_setup("EscChar", 665, G__G__Base1__0_314, 105, -1, -1, 0, 5, 1, 1, 0, 
29220 "C - - 10 - src C - - 0 - dst "
29221 "i - - 0 - dstlen C - - 0 - specchars "
29222 "c - - 0 - escchar", (char*) NULL
29223 , (void*) NULL, 0);
29224    G__memfunc_setup("UnEscChar", 860, G__G__Base1__0_315, 105, -1, -1, 0, 5, 1, 1, 0, 
29225 "C - - 10 - src C - - 0 - dst "
29226 "i - - 0 - dstlen C - - 0 - specchars "
29227 "c - - 0 - escchar", (char*) NULL
29228 , (void*) NULL, 0);
29229    G__memfunc_setup("operator!=", 970, G__G__Base1__0_316, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29230 "u 'TString' - 11 - s1 u 'TString' - 11 - s2", (char*) NULL
29231 , (void*) NULL, 0);
29232    G__memfunc_setup("operator==", 998, G__G__Base1__0_326, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29233 "C - - 10 - s1 u 'TString' - 11 - s2", (char*) NULL
29234 , (void*) NULL, 0);
29235    G__memfunc_setup("operator!=", 970, G__G__Base1__0_327, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29236 "C - - 10 - s1 u 'TString' - 11 - s2", (char*) NULL
29237 , (void*) NULL, 0);
29238    G__memfunc_setup("operator==", 998, G__G__Base1__0_344, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29239 "u 'TDatime' - 11 - d1 u 'TDatime' - 11 - d2", (char*) NULL
29240 , (void*) NULL, 0);
29241    G__memfunc_setup("operator!=", 970, G__G__Base1__0_345, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29242 "u 'TDatime' - 11 - d1 u 'TDatime' - 11 - d2", (char*) NULL
29243 , (void*) NULL, 0);
29244    G__memfunc_setup("operator<", 936, G__G__Base1__0_346, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29245 "u 'TDatime' - 11 - d1 u 'TDatime' - 11 - d2", (char*) NULL
29246 , (void*) NULL, 0);
29247    G__memfunc_setup("operator<=", 997, G__G__Base1__0_347, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29248 "u 'TDatime' - 11 - d1 u 'TDatime' - 11 - d2", (char*) NULL
29249 , (void*) NULL, 0);
29250    G__memfunc_setup("operator>", 938, G__G__Base1__0_348, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29251 "u 'TDatime' - 11 - d1 u 'TDatime' - 11 - d2", (char*) NULL
29252 , (void*) NULL, 0);
29253    G__memfunc_setup("operator>=", 999, G__G__Base1__0_349, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
29254 "u 'TDatime' - 11 - d1 u 'TDatime' - 11 - d2", (char*) NULL
29255 , (void*) NULL, 0);
29256    G__memfunc_setup("Info", 396, G__G__Base1__0_358, 121, -1, -1, 0, 2, 8, 1, 0, 
29257 "C - - 10 - location C - - 10 - msgfmt", (char*) NULL
29258 , (void*) NULL, 0);
29259    G__memfunc_setup("Warning", 726, G__G__Base1__0_359, 121, -1, -1, 0, 2, 8, 1, 0, 
29260 "C - - 10 - location C - - 10 - msgfmt", (char*) NULL
29261 , (void*) NULL, 0);
29262    G__memfunc_setup("Error", 522, G__G__Base1__0_360, 121, -1, -1, 0, 2, 8, 1, 0, 
29263 "C - - 10 - location C - - 10 - msgfmt", (char*) NULL
29264 , (void*) NULL, 0);
29265    G__memfunc_setup("SysError", 841, G__G__Base1__0_362, 121, -1, -1, 0, 2, 8, 1, 0, 
29266 "C - - 10 - location C - - 10 - msgfmt", (char*) NULL
29267 , (void*) NULL, 0);
29268    G__memfunc_setup("Fatal", 488, G__G__Base1__0_363, 121, -1, -1, 0, 2, 8, 1, 0, 
29269 "C - - 10 - location C - - 10 - msgfmt", (char*) NULL
29270 , (void*) NULL, 0);
29271 }
29272 
29273 static void G__cpp_setup_func4() {
29274 }
29275 
29276 static void G__cpp_setup_func5() {
29277 
29278    G__resetifuncposition();
29279 }
29280 
29281 extern "C" void G__cpp_setup_funcG__Base1() {
29282   G__cpp_setup_func0();
29283   G__cpp_setup_func1();
29284   G__cpp_setup_func2();
29285   G__cpp_setup_func3();
29286   G__cpp_setup_func4();
29287   G__cpp_setup_func5();
29288 }
29289 
29290 /*********************************************************
29291 * Class,struct,union,enum tag information setup
29292 *********************************************************/
29293 /* Setup class/struct taginfo */
29294 G__linked_taginfo G__G__Base1LN_type_info = { "type_info" , 99 , -1 };
29295 G__linked_taginfo G__G__Base1LN_TClass = { "TClass" , 99 , -1 };
29296 G__linked_taginfo G__G__Base1LN_TBuffer = { "TBuffer" , 99 , -1 };
29297 G__linked_taginfo G__G__Base1LN_TDirectory = { "TDirectory" , 99 , -1 };
29298 G__linked_taginfo G__G__Base1LN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
29299 G__linked_taginfo G__G__Base1LN_TObject = { "TObject" , 99 , -1 };
29300 G__linked_taginfo G__G__Base1LN_TNamed = { "TNamed" , 99 , -1 };
29301 G__linked_taginfo G__G__Base1LN_TRootIOCtor = { "TRootIOCtor" , 99 , -1 };
29302 G__linked_taginfo G__G__Base1LN_TString = { "TString" , 99 , -1 };
29303 G__linked_taginfo G__G__Base1LN_EColor = { "EColor" , 101 , -1 };
29304 G__linked_taginfo G__G__Base1LN_TMemberStreamer = { "TMemberStreamer" , 99 , -1 };
29305 G__linked_taginfo G__G__Base1LN_TVirtualIsAProxy = { "TVirtualIsAProxy" , 99 , -1 };
29306 G__linked_taginfo G__G__Base1LN_ROOT = { "ROOT" , 110 , -1 };
29307 G__linked_taginfo G__G__Base1LN_ROOTcLcLTInitBehavior = { "ROOT::TInitBehavior" , 99 , -1 };
29308 G__linked_taginfo G__G__Base1LN_basic_istreamlEcharcOchar_traitslEchargRsPgR = { "basic_istream<char,char_traits<char> >" , 99 , -1 };
29309 G__linked_taginfo G__G__Base1LN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream<char,char_traits<char> >" , 99 , -1 };
29310 G__linked_taginfo G__G__Base1LN_basic_ofstreamlEcharcOchar_traitslEchargRsPgR = { "basic_ofstream<char,char_traits<char> >" , 99 , -1 };
29311 G__linked_taginfo G__G__Base1LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
29312 G__linked_taginfo G__G__Base1LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
29313 G__linked_taginfo G__G__Base1LN_TList = { "TList" , 99 , -1 };
29314 G__linked_taginfo G__G__Base1LN_TBrowser = { "TBrowser" , 99 , -1 };
29315 G__linked_taginfo G__G__Base1LN_TObjArray = { "TObjArray" , 99 , -1 };
29316 G__linked_taginfo G__G__Base1LN_TMethod = { "TMethod" , 99 , -1 };
29317 G__linked_taginfo G__G__Base1LN_TTimer = { "TTimer" , 99 , -1 };
29318 G__linked_taginfo G__G__Base1LN_EObjBits = { "EObjBits" , 101 , -1 };
29319 G__linked_taginfo G__G__Base1LN_TVirtualStreamerInfo = { "TVirtualStreamerInfo" , 99 , -1 };
29320 G__linked_taginfo G__G__Base1LN_TStreamerElement = { "TStreamerElement" , 99 , -1 };
29321 G__linked_taginfo G__G__Base1LN_TProcessID = { "TProcessID" , 99 , -1 };
29322 G__linked_taginfo G__G__Base1LN_TClonesArray = { "TClonesArray" , 99 , -1 };
29323 G__linked_taginfo G__G__Base1LN_TRefTable = { "TRefTable" , 99 , -1 };
29324 G__linked_taginfo G__G__Base1LN_TVirtualArray = { "TVirtualArray" , 99 , -1 };
29325 G__linked_taginfo G__G__Base1LN_TStreamerInfoActions = { "TStreamerInfoActions" , 110 , -1 };
29326 G__linked_taginfo G__G__Base1LN_TStreamerInfoActionscLcLTActionSequence = { "TStreamerInfoActions::TActionSequence" , 99 , -1 };
29327 G__linked_taginfo G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
29328 G__linked_taginfo G__G__Base1LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
29329 G__linked_taginfo G__G__Base1LN_TBuffercLcLEMode = { "TBuffer::EMode" , 101 , -1 };
29330 G__linked_taginfo G__G__Base1LN_TBuffercLcLdA = { "TBuffer::$" , 101 , -1 };
29331 G__linked_taginfo G__G__Base1LN_TQObject = { "TQObject" , 99 , -1 };
29332 G__linked_taginfo G__G__Base1LN_TGWin32Command = { "TGWin32Command" , 99 , -1 };
29333 G__linked_taginfo G__G__Base1LN_TApplicationImp = { "TApplicationImp" , 99 , -1 };
29334 G__linked_taginfo G__G__Base1LN_TSignalHandler = { "TSignalHandler" , 99 , -1 };
29335 G__linked_taginfo G__G__Base1LN_TApplication = { "TApplication" , 99 , -1 };
29336 G__linked_taginfo G__G__Base1LN_TApplicationcLcLEStatusBits = { "TApplication::EStatusBits" , 101 , -1 };
29337 G__linked_taginfo G__G__Base1LN_TApplicationcLcLEExitOnException = { "TApplication::EExitOnException" , 101 , -1 };
29338 G__linked_taginfo G__G__Base1LN_TAtt3D = { "TAtt3D" , 99 , -1 };
29339 G__linked_taginfo G__G__Base1LN_TAttAxis = { "TAttAxis" , 99 , -1 };
29340 G__linked_taginfo G__G__Base1LN_TAttBBox = { "TAttBBox" , 99 , -1 };
29341 G__linked_taginfo G__G__Base1LN_TAttFill = { "TAttFill" , 99 , -1 };
29342 G__linked_taginfo G__G__Base1LN_TAttLine = { "TAttLine" , 99 , -1 };
29343 G__linked_taginfo G__G__Base1LN_ELineStyle = { "ELineStyle" , 101 , -1 };
29344 G__linked_taginfo G__G__Base1LN_TAttMarker = { "TAttMarker" , 99 , -1 };
29345 G__linked_taginfo G__G__Base1LN_EMarkerStyle = { "EMarkerStyle" , 101 , -1 };
29346 G__linked_taginfo G__G__Base1LN_TAttPad = { "TAttPad" , 99 , -1 };
29347 G__linked_taginfo G__G__Base1LN_TAttText = { "TAttText" , 99 , -1 };
29348 G__linked_taginfo G__G__Base1LN_TStopwatch = { "TStopwatch" , 99 , -1 };
29349 G__linked_taginfo G__G__Base1LN_TBenchmark = { "TBenchmark" , 99 , -1 };
29350 G__linked_taginfo G__G__Base1LN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
29351 G__linked_taginfo G__G__Base1LN_TBrowserImp = { "TBrowserImp" , 99 , -1 };
29352 G__linked_taginfo G__G__Base1LN_TContextMenu = { "TContextMenu" , 99 , -1 };
29353 G__linked_taginfo G__G__Base1LN_TBrowserTimer = { "TBrowserTimer" , 99 , -1 };
29354 G__linked_taginfo G__G__Base1LN_TBrowsercLcLdA = { "TBrowser::$" , 101 , -1 };
29355 G__linked_taginfo G__G__Base1LN_TBuffer3D = { "TBuffer3D" , 99 , -1 };
29356 G__linked_taginfo G__G__Base1LN_TBuffer3DcLcLEBoolOpCode = { "TBuffer3D::EBoolOpCode" , 101 , -1 };
29357 G__linked_taginfo G__G__Base1LN_TBuffer3DcLcLESection = { "TBuffer3D::ESection" , 101 , -1 };
29358 G__linked_taginfo G__G__Base1LN_TCanvas = { "TCanvas" , 99 , -1 };
29359 G__linked_taginfo G__G__Base1LN_TCanvasImp = { "TCanvasImp" , 99 , -1 };
29360 G__linked_taginfo G__G__Base1LN_TArrayI = { "TArrayI" , 99 , -1 };
29361 G__linked_taginfo G__G__Base1LN_TColor = { "TColor" , 99 , -1 };
29362 G__linked_taginfo G__G__Base1LN_TFunction = { "TFunction" , 99 , -1 };
29363 G__linked_taginfo G__G__Base1LN_TContextMenuImp = { "TContextMenuImp" , 99 , -1 };
29364 G__linked_taginfo G__G__Base1LN_TMethodArg = { "TMethodArg" , 99 , -1 };
29365 G__linked_taginfo G__G__Base1LN_TVirtualPad = { "TVirtualPad" , 99 , -1 };
29366 G__linked_taginfo G__G__Base1LN_TToggle = { "TToggle" , 99 , -1 };
29367 G__linked_taginfo G__G__Base1LN_TClassMenuItem = { "TClassMenuItem" , 99 , -1 };
29368 G__linked_taginfo G__G__Base1LN_TControlBar = { "TControlBar" , 99 , -1 };
29369 G__linked_taginfo G__G__Base1LN_TControlBarButton = { "TControlBarButton" , 99 , -1 };
29370 G__linked_taginfo G__G__Base1LN_TControlBarImp = { "TControlBarImp" , 99 , -1 };
29371 G__linked_taginfo G__G__Base1LN_TDatime = { "TDatime" , 99 , -1 };
29372 G__linked_taginfo G__G__Base1LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
29373 G__linked_taginfo G__G__Base1LN_TFile = { "TFile" , 99 , -1 };
29374 G__linked_taginfo G__G__Base1LN_TUUID = { "TUUID" , 99 , -1 };
29375 G__linked_taginfo G__G__Base1LN_TKey = { "TKey" , 99 , -1 };
29376 G__linked_taginfo G__G__Base1LN_TDirectorycLcLTContext = { "TDirectory::TContext" , 99 , -1 };
29377 G__linked_taginfo G__G__Base1LN_THashList = { "THashList" , 99 , -1 };
29378 G__linked_taginfo G__G__Base1LN_TEnv = { "TEnv" , 99 , -1 };
29379 G__linked_taginfo G__G__Base1LN_EEnvLevel = { "EEnvLevel" , 101 , -1 };
29380 G__linked_taginfo G__G__Base1LN_TEnvRec = { "TEnvRec" , 99 , -1 };
29381 G__linked_taginfo G__G__Base1LN_TInspectorImp = { "TInspectorImp" , 99 , -1 };
29382 G__linked_taginfo G__G__Base1LN_TGuiFactory = { "TGuiFactory" , 99 , -1 };
29383 G__linked_taginfo G__G__Base1LN_TPluginManager = { "TPluginManager" , 99 , -1 };
29384 G__linked_taginfo G__G__Base1LN_TPoint = { "TPoint" , 99 , -1 };
29385 G__linked_taginfo G__G__Base1LN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR = { "map<string,TObjArray*,less<string>,allocator<pair<const string,TObjArray*> > >" , 99 , -1 };
29386 G__linked_taginfo G__G__Base1LN_ROOTcLcLTQObjectInitBehavior = { "ROOT::TQObjectInitBehavior" , 99 , -1 };
29387 G__linked_taginfo G__G__Base1LN_TSystem = { "TSystem" , 99 , -1 };
29388 G__linked_taginfo G__G__Base1LN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
29389 G__linked_taginfo G__G__Base1LN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<unsigned int,allocator<unsigned int> >::iterator>" , 99 , -1 };
29390 G__linked_taginfo G__G__Base1LN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector<TString,allocator<TString> >" , 99 , -1 };
29391 G__linked_taginfo G__G__Base1LN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TString,allocator<TString> >::iterator>" , 99 , -1 };
29392 G__linked_taginfo G__G__Base1LN_TSysEvtHandler = { "TSysEvtHandler" , 99 , -1 };
29393 G__linked_taginfo G__G__Base1LN_TFileHandler = { "TFileHandler" , 99 , -1 };
29394 G__linked_taginfo G__G__Base1LN_TFileHandlercLcLdA = { "TFileHandler::$" , 101 , -1 };
29395 G__linked_taginfo G__G__Base1LN_TStyle = { "TStyle" , 99 , -1 };
29396 G__linked_taginfo G__G__Base1LN_TROOT = { "TROOT" , 99 , -1 };
29397 G__linked_taginfo G__G__Base1LN_TStylecLcLEPaperSize = { "TStyle::EPaperSize" , 101 , -1 };
29398 G__linked_taginfo G__G__Base1LN_TComplex = { "TComplex" , 99 , -1 };
29399 G__linked_taginfo G__G__Base1LN_TVirtualFFT = { "TVirtualFFT" , 99 , -1 };
29400 G__linked_taginfo G__G__Base1LN_EGEventType = { "EGEventType" , 101 , -1 };
29401 G__linked_taginfo G__G__Base1LN_SetWindowAttributes_t = { "SetWindowAttributes_t" , 115 , -1 };
29402 G__linked_taginfo G__G__Base1LN_WindowAttributes_t = { "WindowAttributes_t" , 115 , -1 };
29403 G__linked_taginfo G__G__Base1LN_Event_t = { "Event_t" , 115 , -1 };
29404 G__linked_taginfo G__G__Base1LN_EMouseButton = { "EMouseButton" , 101 , -1 };
29405 G__linked_taginfo G__G__Base1LN_GCValues_t = { "GCValues_t" , 115 , -1 };
29406 G__linked_taginfo G__G__Base1LN_ColorStruct_t = { "ColorStruct_t" , 115 , -1 };
29407 G__linked_taginfo G__G__Base1LN_PictureAttributes_t = { "PictureAttributes_t" , 115 , -1 };
29408 G__linked_taginfo G__G__Base1LN_EInitialState = { "EInitialState" , 101 , -1 };
29409 G__linked_taginfo G__G__Base1LN_Segment_t = { "Segment_t" , 115 , -1 };
29410 G__linked_taginfo G__G__Base1LN_Point_t = { "Point_t" , 115 , -1 };
29411 G__linked_taginfo G__G__Base1LN_Rectangle_t = { "Rectangle_t" , 115 , -1 };
29412 G__linked_taginfo G__G__Base1LN_TVirtualViewer3D = { "TVirtualViewer3D" , 99 , -1 };
29413 G__linked_taginfo G__G__Base1LN_TGLCamera = { "TGLCamera" , 99 , -1 };
29414 G__linked_taginfo G__G__Base1LN_TGLBoundingBox = { "TGLBoundingBox" , 99 , -1 };
29415 G__linked_taginfo G__G__Base1LN_TGLRect = { "TGLRect" , 99 , -1 };
29416 G__linked_taginfo G__G__Base1LN_TVirtualGLPainter = { "TVirtualGLPainter" , 99 , -1 };
29417 G__linked_taginfo G__G__Base1LN_TVirtualGLManip = { "TVirtualGLManip" , 99 , -1 };
29418 G__linked_taginfo G__G__Base1LN_TGLManager = { "TGLManager" , 99 , -1 };
29419 G__linked_taginfo G__G__Base1LN_TGLContext = { "TGLContext" , 99 , -1 };
29420 G__linked_taginfo G__G__Base1LN_TGLFormat = { "TGLFormat" , 99 , -1 };
29421 G__linked_taginfo G__G__Base1LN_TGLPaintDevice = { "TGLPaintDevice" , 99 , -1 };
29422 G__linked_taginfo G__G__Base1LN_TVirtualPadEditor = { "TVirtualPadEditor" , 99 , -1 };
29423 G__linked_taginfo G__G__Base1LN_ECursor = { "ECursor" , 101 , -1 };
29424 G__linked_taginfo G__G__Base1LN_TVirtualX = { "TVirtualX" , 99 , -1 };
29425 G__linked_taginfo G__G__Base1LN_TVirtualXcLcLEDrawMode = { "TVirtualX::EDrawMode" , 101 , -1 };
29426 G__linked_taginfo G__G__Base1LN_TVirtualXcLcLEBoxMode = { "TVirtualX::EBoxMode" , 101 , -1 };
29427 G__linked_taginfo G__G__Base1LN_TVirtualXcLcLETextMode = { "TVirtualX::ETextMode" , 101 , -1 };
29428 G__linked_taginfo G__G__Base1LN_TVirtualXcLcLETextSetMode = { "TVirtualX::ETextSetMode" , 101 , -1 };
29429 G__linked_taginfo G__G__Base1LN_TAxis = { "TAxis" , 99 , -1 };
29430 G__linked_taginfo G__G__Base1LN_TView = { "TView" , 99 , -1 };
29431 G__linked_taginfo G__G__Base1LN_TH1F = { "TH1F" , 99 , -1 };
29432 G__linked_taginfo G__G__Base1LN_TFrame = { "TFrame" , 99 , -1 };
29433 G__linked_taginfo G__G__Base1LN_TBox = { "TBox" , 99 , -1 };
29434 G__linked_taginfo G__G__Base1LN_TVirtualPadPainter = { "TVirtualPadPainter" , 99 , -1 };
29435 G__linked_taginfo G__G__Base1LN_TVirtualPadPaintercLcLEBoxMode = { "TVirtualPadPainter::EBoxMode" , 101 , -1 };
29436 G__linked_taginfo G__G__Base1LN_TVirtualPadPaintercLcLETextMode = { "TVirtualPadPainter::ETextMode" , 101 , -1 };
29437 G__linked_taginfo G__G__Base1LN_TVirtualPS = { "TVirtualPS" , 99 , -1 };
29438 
29439 /* Reset class/struct taginfo */
29440 extern "C" void G__cpp_reset_tagtableG__Base1() {
29441   G__G__Base1LN_type_info.tagnum = -1 ;
29442   G__G__Base1LN_TClass.tagnum = -1 ;
29443   G__G__Base1LN_TBuffer.tagnum = -1 ;
29444   G__G__Base1LN_TDirectory.tagnum = -1 ;
29445   G__G__Base1LN_TMemberInspector.tagnum = -1 ;
29446   G__G__Base1LN_TObject.tagnum = -1 ;
29447   G__G__Base1LN_TNamed.tagnum = -1 ;
29448   G__G__Base1LN_TRootIOCtor.tagnum = -1 ;
29449   G__G__Base1LN_TString.tagnum = -1 ;
29450   G__G__Base1LN_EColor.tagnum = -1 ;
29451   G__G__Base1LN_TMemberStreamer.tagnum = -1 ;
29452   G__G__Base1LN_TVirtualIsAProxy.tagnum = -1 ;
29453   G__G__Base1LN_ROOT.tagnum = -1 ;
29454   G__G__Base1LN_ROOTcLcLTInitBehavior.tagnum = -1 ;
29455   G__G__Base1LN_basic_istreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
29456   G__G__Base1LN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
29457   G__G__Base1LN_basic_ofstreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
29458   G__G__Base1LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
29459   G__G__Base1LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
29460   G__G__Base1LN_TList.tagnum = -1 ;
29461   G__G__Base1LN_TBrowser.tagnum = -1 ;
29462   G__G__Base1LN_TObjArray.tagnum = -1 ;
29463   G__G__Base1LN_TMethod.tagnum = -1 ;
29464   G__G__Base1LN_TTimer.tagnum = -1 ;
29465   G__G__Base1LN_EObjBits.tagnum = -1 ;
29466   G__G__Base1LN_TVirtualStreamerInfo.tagnum = -1 ;
29467   G__G__Base1LN_TStreamerElement.tagnum = -1 ;
29468   G__G__Base1LN_TProcessID.tagnum = -1 ;
29469   G__G__Base1LN_TClonesArray.tagnum = -1 ;
29470   G__G__Base1LN_TRefTable.tagnum = -1 ;
29471   G__G__Base1LN_TVirtualArray.tagnum = -1 ;
29472   G__G__Base1LN_TStreamerInfoActions.tagnum = -1 ;
29473   G__G__Base1LN_TStreamerInfoActionscLcLTActionSequence.tagnum = -1 ;
29474   G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
29475   G__G__Base1LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
29476   G__G__Base1LN_TBuffercLcLEMode.tagnum = -1 ;
29477   G__G__Base1LN_TBuffercLcLdA.tagnum = -1 ;
29478   G__G__Base1LN_TQObject.tagnum = -1 ;
29479   G__G__Base1LN_TGWin32Command.tagnum = -1 ;
29480   G__G__Base1LN_TApplicationImp.tagnum = -1 ;
29481   G__G__Base1LN_TSignalHandler.tagnum = -1 ;
29482   G__G__Base1LN_TApplication.tagnum = -1 ;
29483   G__G__Base1LN_TApplicationcLcLEStatusBits.tagnum = -1 ;
29484   G__G__Base1LN_TApplicationcLcLEExitOnException.tagnum = -1 ;
29485   G__G__Base1LN_TAtt3D.tagnum = -1 ;
29486   G__G__Base1LN_TAttAxis.tagnum = -1 ;
29487   G__G__Base1LN_TAttBBox.tagnum = -1 ;
29488   G__G__Base1LN_TAttFill.tagnum = -1 ;
29489   G__G__Base1LN_TAttLine.tagnum = -1 ;
29490   G__G__Base1LN_ELineStyle.tagnum = -1 ;
29491   G__G__Base1LN_TAttMarker.tagnum = -1 ;
29492   G__G__Base1LN_EMarkerStyle.tagnum = -1 ;
29493   G__G__Base1LN_TAttPad.tagnum = -1 ;
29494   G__G__Base1LN_TAttText.tagnum = -1 ;
29495   G__G__Base1LN_TStopwatch.tagnum = -1 ;
29496   G__G__Base1LN_TBenchmark.tagnum = -1 ;
29497   G__G__Base1LN_TGMainFrame.tagnum = -1 ;
29498   G__G__Base1LN_TBrowserImp.tagnum = -1 ;
29499   G__G__Base1LN_TContextMenu.tagnum = -1 ;
29500   G__G__Base1LN_TBrowserTimer.tagnum = -1 ;
29501   G__G__Base1LN_TBrowsercLcLdA.tagnum = -1 ;
29502   G__G__Base1LN_TBuffer3D.tagnum = -1 ;
29503   G__G__Base1LN_TBuffer3DcLcLEBoolOpCode.tagnum = -1 ;
29504   G__G__Base1LN_TBuffer3DcLcLESection.tagnum = -1 ;
29505   G__G__Base1LN_TCanvas.tagnum = -1 ;
29506   G__G__Base1LN_TCanvasImp.tagnum = -1 ;
29507   G__G__Base1LN_TArrayI.tagnum = -1 ;
29508   G__G__Base1LN_TColor.tagnum = -1 ;
29509   G__G__Base1LN_TFunction.tagnum = -1 ;
29510   G__G__Base1LN_TContextMenuImp.tagnum = -1 ;
29511   G__G__Base1LN_TMethodArg.tagnum = -1 ;
29512   G__G__Base1LN_TVirtualPad.tagnum = -1 ;
29513   G__G__Base1LN_TToggle.tagnum = -1 ;
29514   G__G__Base1LN_TClassMenuItem.tagnum = -1 ;
29515   G__G__Base1LN_TControlBar.tagnum = -1 ;
29516   G__G__Base1LN_TControlBarButton.tagnum = -1 ;
29517   G__G__Base1LN_TControlBarImp.tagnum = -1 ;
29518   G__G__Base1LN_TDatime.tagnum = -1 ;
29519   G__G__Base1LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
29520   G__G__Base1LN_TFile.tagnum = -1 ;
29521   G__G__Base1LN_TUUID.tagnum = -1 ;
29522   G__G__Base1LN_TKey.tagnum = -1 ;
29523   G__G__Base1LN_TDirectorycLcLTContext.tagnum = -1 ;
29524   G__G__Base1LN_THashList.tagnum = -1 ;
29525   G__G__Base1LN_TEnv.tagnum = -1 ;
29526   G__G__Base1LN_EEnvLevel.tagnum = -1 ;
29527   G__G__Base1LN_TEnvRec.tagnum = -1 ;
29528   G__G__Base1LN_TInspectorImp.tagnum = -1 ;
29529   G__G__Base1LN_TGuiFactory.tagnum = -1 ;
29530   G__G__Base1LN_TPluginManager.tagnum = -1 ;
29531   G__G__Base1LN_TPoint.tagnum = -1 ;
29532   G__G__Base1LN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR.tagnum = -1 ;
29533   G__G__Base1LN_ROOTcLcLTQObjectInitBehavior.tagnum = -1 ;
29534   G__G__Base1LN_TSystem.tagnum = -1 ;
29535   G__G__Base1LN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
29536   G__G__Base1LN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ;
29537   G__G__Base1LN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ;
29538   G__G__Base1LN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ;
29539   G__G__Base1LN_TSysEvtHandler.tagnum = -1 ;
29540   G__G__Base1LN_TFileHandler.tagnum = -1 ;
29541   G__G__Base1LN_TFileHandlercLcLdA.tagnum = -1 ;
29542   G__G__Base1LN_TStyle.tagnum = -1 ;
29543   G__G__Base1LN_TROOT.tagnum = -1 ;
29544   G__G__Base1LN_TStylecLcLEPaperSize.tagnum = -1 ;
29545   G__G__Base1LN_TComplex.tagnum = -1 ;
29546   G__G__Base1LN_TVirtualFFT.tagnum = -1 ;
29547   G__G__Base1LN_EGEventType.tagnum = -1 ;
29548   G__G__Base1LN_SetWindowAttributes_t.tagnum = -1 ;
29549   G__G__Base1LN_WindowAttributes_t.tagnum = -1 ;
29550   G__G__Base1LN_Event_t.tagnum = -1 ;
29551   G__G__Base1LN_EMouseButton.tagnum = -1 ;
29552   G__G__Base1LN_GCValues_t.tagnum = -1 ;
29553   G__G__Base1LN_ColorStruct_t.tagnum = -1 ;
29554   G__G__Base1LN_PictureAttributes_t.tagnum = -1 ;
29555   G__G__Base1LN_EInitialState.tagnum = -1 ;
29556   G__G__Base1LN_Segment_t.tagnum = -1 ;
29557   G__G__Base1LN_Point_t.tagnum = -1 ;
29558   G__G__Base1LN_Rectangle_t.tagnum = -1 ;
29559   G__G__Base1LN_TVirtualViewer3D.tagnum = -1 ;
29560   G__G__Base1LN_TGLCamera.tagnum = -1 ;
29561   G__G__Base1LN_TGLBoundingBox.tagnum = -1 ;
29562   G__G__Base1LN_TGLRect.tagnum = -1 ;
29563   G__G__Base1LN_TVirtualGLPainter.tagnum = -1 ;
29564   G__G__Base1LN_TVirtualGLManip.tagnum = -1 ;
29565   G__G__Base1LN_TGLManager.tagnum = -1 ;
29566   G__G__Base1LN_TGLContext.tagnum = -1 ;
29567   G__G__Base1LN_TGLFormat.tagnum = -1 ;
29568   G__G__Base1LN_TGLPaintDevice.tagnum = -1 ;
29569   G__G__Base1LN_TVirtualPadEditor.tagnum = -1 ;
29570   G__G__Base1LN_ECursor.tagnum = -1 ;
29571   G__G__Base1LN_TVirtualX.tagnum = -1 ;
29572   G__G__Base1LN_TVirtualXcLcLEDrawMode.tagnum = -1 ;
29573   G__G__Base1LN_TVirtualXcLcLEBoxMode.tagnum = -1 ;
29574   G__G__Base1LN_TVirtualXcLcLETextMode.tagnum = -1 ;
29575   G__G__Base1LN_TVirtualXcLcLETextSetMode.tagnum = -1 ;
29576   G__G__Base1LN_TAxis.tagnum = -1 ;
29577   G__G__Base1LN_TView.tagnum = -1 ;
29578   G__G__Base1LN_TH1F.tagnum = -1 ;
29579   G__G__Base1LN_TFrame.tagnum = -1 ;
29580   G__G__Base1LN_TBox.tagnum = -1 ;
29581   G__G__Base1LN_TVirtualPadPainter.tagnum = -1 ;
29582   G__G__Base1LN_TVirtualPadPaintercLcLEBoxMode.tagnum = -1 ;
29583   G__G__Base1LN_TVirtualPadPaintercLcLETextMode.tagnum = -1 ;
29584   G__G__Base1LN_TVirtualPS.tagnum = -1 ;
29585 }
29586 
29587 
29588 extern "C" void G__cpp_setup_tagtableG__Base1() {
29589 
29590    /* Setting up class,struct,union tag entry */
29591    G__get_linked_tagnum_fwd(&G__G__Base1LN_type_info);
29592    G__get_linked_tagnum_fwd(&G__G__Base1LN_TClass);
29593    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TBuffer),sizeof(TBuffer),-1,65205,"Buffer base class used for serializing objects",G__setup_memvarTBuffer,G__setup_memfuncTBuffer);
29594    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TDirectory),sizeof(TDirectory),-1,65280,"Describe directory structure in memory",G__setup_memvarTDirectory,G__setup_memfuncTDirectory);
29595    G__get_linked_tagnum_fwd(&G__G__Base1LN_TMemberInspector);
29596    G__get_linked_tagnum_fwd(&G__G__Base1LN_TObject);
29597    G__get_linked_tagnum_fwd(&G__G__Base1LN_TNamed);
29598    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TRootIOCtor),sizeof(TRootIOCtor),-1,262144,(char*)NULL,G__setup_memvarTRootIOCtor,G__setup_memfuncTRootIOCtor);
29599    G__get_linked_tagnum_fwd(&G__G__Base1LN_TString);
29600    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_EColor),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
29601    G__get_linked_tagnum_fwd(&G__G__Base1LN_TMemberStreamer);
29602    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualIsAProxy);
29603    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_ROOT),0,-1,0,(char*)NULL,G__setup_memvarROOT,G__setup_memfuncROOT);
29604    G__get_linked_tagnum_fwd(&G__G__Base1LN_ROOTcLcLTInitBehavior);
29605    G__get_linked_tagnum_fwd(&G__G__Base1LN_basic_istreamlEcharcOchar_traitslEchargRsPgR);
29606    G__get_linked_tagnum_fwd(&G__G__Base1LN_basic_ostreamlEcharcOchar_traitslEchargRsPgR);
29607    G__get_linked_tagnum_fwd(&G__G__Base1LN_basic_ofstreamlEcharcOchar_traitslEchargRsPgR);
29608    G__get_linked_tagnum_fwd(&G__G__Base1LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
29609    G__get_linked_tagnum_fwd(&G__G__Base1LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
29610    G__get_linked_tagnum_fwd(&G__G__Base1LN_TList);
29611    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TBrowser),sizeof(TBrowser),-1,327424,"ROOT Object Browser",G__setup_memvarTBrowser,G__setup_memfuncTBrowser);
29612    G__get_linked_tagnum_fwd(&G__G__Base1LN_TObjArray);
29613    G__get_linked_tagnum_fwd(&G__G__Base1LN_TMethod);
29614    G__get_linked_tagnum_fwd(&G__G__Base1LN_TTimer);
29615    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_EObjBits),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
29616    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualStreamerInfo);
29617    G__get_linked_tagnum_fwd(&G__G__Base1LN_TStreamerElement);
29618    G__get_linked_tagnum_fwd(&G__G__Base1LN_TProcessID);
29619    G__get_linked_tagnum_fwd(&G__G__Base1LN_TClonesArray);
29620    G__get_linked_tagnum_fwd(&G__G__Base1LN_TRefTable);
29621    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualArray);
29622    G__get_linked_tagnum_fwd(&G__G__Base1LN_TStreamerInfoActions);
29623    G__get_linked_tagnum_fwd(&G__G__Base1LN_TStreamerInfoActionscLcLTActionSequence);
29624    G__get_linked_tagnum_fwd(&G__G__Base1LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
29625    G__get_linked_tagnum_fwd(&G__G__Base1LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
29626    G__get_linked_tagnum_fwd(&G__G__Base1LN_TBuffercLcLEMode);
29627    G__get_linked_tagnum_fwd(&G__G__Base1LN_TBuffercLcLdA);
29628    G__get_linked_tagnum_fwd(&G__G__Base1LN_TQObject);
29629    G__get_linked_tagnum_fwd(&G__G__Base1LN_TGWin32Command);
29630    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TApplicationImp),sizeof(TApplicationImp),-1,34048,"ABC describing application protocol",G__setup_memvarTApplicationImp,G__setup_memfuncTApplicationImp);
29631    G__get_linked_tagnum_fwd(&G__G__Base1LN_TSignalHandler);
29632    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TApplication),sizeof(TApplication),-1,65280,"GUI application singleton",G__setup_memvarTApplication,G__setup_memfuncTApplication);
29633    G__get_linked_tagnum_fwd(&G__G__Base1LN_TApplicationcLcLEStatusBits);
29634    G__get_linked_tagnum_fwd(&G__G__Base1LN_TApplicationcLcLEExitOnException);
29635    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAtt3D),sizeof(TAtt3D),-1,263424,"3D attributes",G__setup_memvarTAtt3D,G__setup_memfuncTAtt3D);
29636    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAttAxis),sizeof(TAttAxis),-1,66816,"Axis attributes",G__setup_memvarTAttAxis,G__setup_memfuncTAttAxis);
29637    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAttBBox),sizeof(TAttBBox),-1,265985,"Helper for management of bounding-box information",G__setup_memvarTAttBBox,G__setup_memfuncTAttBBox);
29638    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAttFill),sizeof(TAttFill),-1,296192,"Fill area attributes",G__setup_memvarTAttFill,G__setup_memfuncTAttFill);
29639    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAttLine),sizeof(TAttLine),-1,296192,"Line attributes",G__setup_memvarTAttLine,G__setup_memfuncTAttLine);
29640    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_ELineStyle),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
29641    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAttMarker),sizeof(TAttMarker),-1,296192,"Marker attributes",G__setup_memvarTAttMarker,G__setup_memfuncTAttMarker);
29642    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_EMarkerStyle),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
29643    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAttPad),sizeof(TAttPad),-1,66816,"Pad attributes",G__setup_memvarTAttPad,G__setup_memfuncTAttPad);
29644    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TAttText),sizeof(TAttText),-1,296192,"Text attributes",G__setup_memvarTAttText,G__setup_memfuncTAttText);
29645    G__get_linked_tagnum_fwd(&G__G__Base1LN_TStopwatch);
29646    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TBenchmark),sizeof(TBenchmark),-1,327424,"ROOT utility to help benchmarking applications",G__setup_memvarTBenchmark,G__setup_memfuncTBenchmark);
29647    G__get_linked_tagnum_fwd(&G__G__Base1LN_TGMainFrame);
29648    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TBrowserImp),sizeof(TBrowserImp),-1,298752,"ABC describing browser implementation protocol",G__setup_memvarTBrowserImp,G__setup_memfuncTBrowserImp);
29649    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TContextMenu),sizeof(TContextMenu),-1,327424,"Context sensitive popup menu",G__setup_memvarTContextMenu,G__setup_memfuncTContextMenu);
29650    G__get_linked_tagnum_fwd(&G__G__Base1LN_TBrowserTimer);
29651    G__get_linked_tagnum_fwd(&G__G__Base1LN_TBrowsercLcLdA);
29652    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TBuffer3D),sizeof(TBuffer3D),-1,65024,"3D primitives description",G__setup_memvarTBuffer3D,G__setup_memfuncTBuffer3D);
29653    G__get_linked_tagnum_fwd(&G__G__Base1LN_TBuffer3DcLcLEBoolOpCode);
29654    G__get_linked_tagnum_fwd(&G__G__Base1LN_TBuffer3DcLcLESection);
29655    G__get_linked_tagnum_fwd(&G__G__Base1LN_TCanvas);
29656    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TCanvasImp),sizeof(TCanvasImp),-1,36608,"ABC describing main window protocol",G__setup_memvarTCanvasImp,G__setup_memfuncTCanvasImp);
29657    G__get_linked_tagnum_fwd(&G__G__Base1LN_TArrayI);
29658    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TColor),sizeof(TColor),-1,325376,"Color defined by RGB or HLS",G__setup_memvarTColor,G__setup_memfuncTColor);
29659    G__get_linked_tagnum_fwd(&G__G__Base1LN_TFunction);
29660    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TContextMenuImp),sizeof(TContextMenuImp),-1,265984,"Context sensitive popup menu implementation",G__setup_memvarTContextMenuImp,G__setup_memfuncTContextMenuImp);
29661    G__get_linked_tagnum_fwd(&G__G__Base1LN_TMethodArg);
29662    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualPad),sizeof(TVirtualPad),-1,128172,"Abstract base class for Pads and Canvases",G__setup_memvarTVirtualPad,G__setup_memfuncTVirtualPad);
29663    G__get_linked_tagnum_fwd(&G__G__Base1LN_TToggle);
29664    G__get_linked_tagnum_fwd(&G__G__Base1LN_TClassMenuItem);
29665    G__get_linked_tagnum_fwd(&G__G__Base1LN_TControlBar);
29666    G__get_linked_tagnum_fwd(&G__G__Base1LN_TControlBarButton);
29667    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TControlBarImp),sizeof(TControlBarImp),-1,295936,"GUI independent controlbar abc",G__setup_memvarTControlBarImp,G__setup_memfuncTControlBarImp);
29668    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TDatime),sizeof(TDatime),-1,102144,"Date and time 950130 124559",G__setup_memvarTDatime,G__setup_memfuncTDatime);
29669    G__get_linked_tagnum_fwd(&G__G__Base1LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
29670    G__get_linked_tagnum_fwd(&G__G__Base1LN_TFile);
29671    G__get_linked_tagnum_fwd(&G__G__Base1LN_TUUID);
29672    G__get_linked_tagnum_fwd(&G__G__Base1LN_TKey);
29673    G__get_linked_tagnum_fwd(&G__G__Base1LN_TDirectorycLcLTContext);
29674    G__get_linked_tagnum_fwd(&G__G__Base1LN_THashList);
29675    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TEnv),sizeof(TEnv),-1,294656,"Handle ROOT configuration resources",G__setup_memvarTEnv,G__setup_memfuncTEnv);
29676    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_EEnvLevel),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
29677    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TEnvRec),sizeof(TEnvRec),-1,323840,"Individual TEnv records",G__setup_memvarTEnvRec,G__setup_memfuncTEnvRec);
29678    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TInspectorImp),sizeof(TInspectorImp),-1,296192,"GUI independent inspector abc",G__setup_memvarTInspectorImp,G__setup_memfuncTInspectorImp);
29679    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TGuiFactory),sizeof(TGuiFactory),-1,62720,"Abstract factory for GUI components",G__setup_memvarTGuiFactory,G__setup_memfuncTGuiFactory);
29680    G__get_linked_tagnum_fwd(&G__G__Base1LN_TPluginManager);
29681    G__get_linked_tagnum_fwd(&G__G__Base1LN_TPoint);
29682    G__get_linked_tagnum_fwd(&G__G__Base1LN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR);
29683    G__get_linked_tagnum_fwd(&G__G__Base1LN_ROOTcLcLTQObjectInitBehavior);
29684    G__get_linked_tagnum_fwd(&G__G__Base1LN_TSystem);
29685    G__get_linked_tagnum_fwd(&G__G__Base1LN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
29686    G__get_linked_tagnum_fwd(&G__G__Base1LN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR);
29687    G__get_linked_tagnum_fwd(&G__G__Base1LN_vectorlETStringcOallocatorlETStringgRsPgR);
29688    G__get_linked_tagnum_fwd(&G__G__Base1LN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR);
29689    G__get_linked_tagnum_fwd(&G__G__Base1LN_TSysEvtHandler);
29690    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TFileHandler),sizeof(TFileHandler),-1,324864,"Handles events on file descriptors",G__setup_memvarTFileHandler,G__setup_memfuncTFileHandler);
29691    G__get_linked_tagnum_fwd(&G__G__Base1LN_TFileHandlercLcLdA);
29692    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TStyle),sizeof(TStyle),-1,325376,"A collection of all graphics attributes",G__setup_memvarTStyle,G__setup_memfuncTStyle);
29693    G__get_linked_tagnum_fwd(&G__G__Base1LN_TROOT);
29694    G__get_linked_tagnum_fwd(&G__G__Base1LN_TStylecLcLEPaperSize);
29695    G__get_linked_tagnum_fwd(&G__G__Base1LN_TComplex);
29696    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualFFT),sizeof(TVirtualFFT),-1,29973,"abstract interface for FFT calculations",G__setup_memvarTVirtualFFT,G__setup_memfuncTVirtualFFT);
29697    G__get_linked_tagnum_fwd(&G__G__Base1LN_EGEventType);
29698    G__get_linked_tagnum_fwd(&G__G__Base1LN_SetWindowAttributes_t);
29699    G__get_linked_tagnum_fwd(&G__G__Base1LN_WindowAttributes_t);
29700    G__get_linked_tagnum_fwd(&G__G__Base1LN_Event_t);
29701    G__get_linked_tagnum_fwd(&G__G__Base1LN_EMouseButton);
29702    G__get_linked_tagnum_fwd(&G__G__Base1LN_GCValues_t);
29703    G__get_linked_tagnum_fwd(&G__G__Base1LN_ColorStruct_t);
29704    G__get_linked_tagnum_fwd(&G__G__Base1LN_PictureAttributes_t);
29705    G__get_linked_tagnum_fwd(&G__G__Base1LN_EInitialState);
29706    G__get_linked_tagnum_fwd(&G__G__Base1LN_Segment_t);
29707    G__get_linked_tagnum_fwd(&G__G__Base1LN_Point_t);
29708    G__get_linked_tagnum_fwd(&G__G__Base1LN_Rectangle_t);
29709    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualViewer3D),sizeof(TVirtualViewer3D),-1,29705,"Abstract interface to 3D viewers",G__setup_memvarTVirtualViewer3D,G__setup_memfuncTVirtualViewer3D);
29710    G__get_linked_tagnum_fwd(&G__G__Base1LN_TGLCamera);
29711    G__get_linked_tagnum_fwd(&G__G__Base1LN_TGLBoundingBox);
29712    G__get_linked_tagnum_fwd(&G__G__Base1LN_TGLRect);
29713    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualGLPainter),sizeof(TVirtualGLPainter),-1,1028,"Interface for OpenGL painter",G__setup_memvarTVirtualGLPainter,G__setup_memfuncTVirtualGLPainter);
29714    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualGLManip),sizeof(TVirtualGLManip),-1,1025,"Interface for GL manipulator",G__setup_memvarTVirtualGLManip,G__setup_memfuncTVirtualGLManip);
29715    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TGLManager),sizeof(TGLManager),-1,64275,"Interface for OpenGL manager",G__setup_memvarTGLManager,G__setup_memfuncTGLManager);
29716    G__get_linked_tagnum_fwd(&G__G__Base1LN_TGLContext);
29717    G__get_linked_tagnum_fwd(&G__G__Base1LN_TGLFormat);
29718    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TGLPaintDevice),sizeof(TGLPaintDevice),-1,1031,"Base class for GL widgets and GL off-screen rendering",G__setup_memvarTGLPaintDevice,G__setup_memfuncTGLPaintDevice);
29719    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualPadEditor),sizeof(TVirtualPadEditor),-1,1282,"Abstract interface for graphics pad editor",G__setup_memvarTVirtualPadEditor,G__setup_memfuncTVirtualPadEditor);
29720    G__get_linked_tagnum_fwd(&G__G__Base1LN_ECursor);
29721    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualX),sizeof(TVirtualX),-1,324864,"ABC defining a generic interface to graphics system",G__setup_memvarTVirtualX,G__setup_memfuncTVirtualX);
29722    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualXcLcLEDrawMode);
29723    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualXcLcLEBoxMode);
29724    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualXcLcLETextMode);
29725    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualXcLcLETextSetMode);
29726    G__get_linked_tagnum_fwd(&G__G__Base1LN_TAxis);
29727    G__get_linked_tagnum_fwd(&G__G__Base1LN_TView);
29728    G__get_linked_tagnum_fwd(&G__G__Base1LN_TH1F);
29729    G__get_linked_tagnum_fwd(&G__G__Base1LN_TFrame);
29730    G__get_linked_tagnum_fwd(&G__G__Base1LN_TBox);
29731    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualPadPainter),sizeof(TVirtualPadPainter),-1,1066,"Painter interface for pad.",G__setup_memvarTVirtualPadPainter,G__setup_memfuncTVirtualPadPainter);
29732    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualPadPaintercLcLEBoxMode);
29733    G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualPadPaintercLcLETextMode);
29734    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Base1LN_TVirtualPS),sizeof(TVirtualPS),-1,65294,"Abstract interface to a PostScript driver",G__setup_memvarTVirtualPS,G__setup_memfuncTVirtualPS);
29735 }
29736 extern "C" void G__cpp_setupG__Base1(void) {
29737   G__check_setup_version(30051515,"G__cpp_setupG__Base1()");
29738   G__set_cpp_environmentG__Base1();
29739   G__cpp_setup_tagtableG__Base1();
29740 
29741   G__cpp_setup_inheritanceG__Base1();
29742 
29743   G__cpp_setup_typetableG__Base1();
29744 
29745   G__cpp_setup_memvarG__Base1();
29746 
29747   G__cpp_setup_memfuncG__Base1();
29748   G__cpp_setup_globalG__Base1();
29749   G__cpp_setup_funcG__Base1();
29750 
29751    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Base1();
29752   return;
29753 }
29754 class G__cpp_setup_initG__Base1 {
29755   public:
29756     G__cpp_setup_initG__Base1() { G__add_setup_func("G__Base1",(G__incsetup)(&G__cpp_setupG__Base1)); G__call_setup_funcs(); }
29757    ~G__cpp_setup_initG__Base1() { G__remove_setup_func("G__Base1"); }
29758 };
29759 G__cpp_setup_initG__Base1 G__cpp_setup_initializerG__Base1;
29760 

Generated on Tue Jul 5 14:10:49 2011 for ROOT_528-00b_version by  doxygen 1.5.1