G__Table.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 14:04:11 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME miscdItabledIsrcdIG__Table
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__Table.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 ::tableDescriptor_st tableDescriptor_st;
00037       #else
00038       class tableDescriptor_st  {
00039          public:
00040          //friend XX;
00041          char fColumnName[32]; //The name of this data-member: see dstype.h for dsl compatible mode 
00042          unsigned int fIndexArray[3]; //The array of the sizes for each dimensions fIndexArray[fDimensions]
00043          unsigned int fOffset; //The first byte in the row of this column                              
00044          unsigned int fSize; //The full size of the selected column in bytes                         
00045          unsigned int fTypeSize; //The type size of the selected column in bytes                         
00046          unsigned int fDimensions; //The number of the dimensions for array                                
00047          int fType; //The data type of the selected column                                  
00048       };
00049       #endif
00050 
00051    } // of namespace Shadow
00052 } // of namespace ROOT
00053 // END OF SHADOWS
00054 
00055 namespace ROOT {
00056    void tableDescriptor_st_ShowMembers(void *obj, TMemberInspector &R__insp);
00057    static void tableDescriptor_st_Dictionary();
00058    static void *new_tableDescriptor_st(void *p = 0);
00059    static void *newArray_tableDescriptor_st(Long_t size, void *p);
00060    static void delete_tableDescriptor_st(void *p);
00061    static void deleteArray_tableDescriptor_st(void *p);
00062    static void destruct_tableDescriptor_st(void *p);
00063 
00064    // Function generating the singleton type initializer
00065    static TGenericClassInfo *GenerateInitInstanceLocal(const ::tableDescriptor_st*)
00066    {
00067       // Make sure the shadow class has the right sizeof
00068       R__ASSERT(sizeof(::tableDescriptor_st) == sizeof(::ROOT::Shadow::tableDescriptor_st));
00069       ::tableDescriptor_st *ptr = 0;
00070       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::tableDescriptor_st),0);
00071       static ::ROOT::TGenericClassInfo 
00072          instance("tableDescriptor_st", "include/tableDescriptor.h", 72,
00073                   typeid(::tableDescriptor_st), DefineBehavior(ptr, ptr),
00074                   &tableDescriptor_st_ShowMembers, &tableDescriptor_st_Dictionary, isa_proxy, 4,
00075                   sizeof(::tableDescriptor_st) );
00076       instance.SetNew(&new_tableDescriptor_st);
00077       instance.SetNewArray(&newArray_tableDescriptor_st);
00078       instance.SetDelete(&delete_tableDescriptor_st);
00079       instance.SetDeleteArray(&deleteArray_tableDescriptor_st);
00080       instance.SetDestructor(&destruct_tableDescriptor_st);
00081       return &instance;
00082    }
00083    TGenericClassInfo *GenerateInitInstance(const ::tableDescriptor_st*)
00084    {
00085       return GenerateInitInstanceLocal((::tableDescriptor_st*)0);
00086    }
00087    // Static variable to force the class initialization
00088    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::tableDescriptor_st*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00089 
00090    // Dictionary for non-ClassDef classes
00091    static void tableDescriptor_st_Dictionary() {
00092       ::ROOT::GenerateInitInstanceLocal((const ::tableDescriptor_st*)0x0)->GetClass();
00093    }
00094 
00095 } // end of namespace ROOT
00096 
00097 namespace ROOT {
00098    void TCL_ShowMembers(void *obj, TMemberInspector &R__insp);
00099    static void *new_TCL(void *p = 0);
00100    static void *newArray_TCL(Long_t size, void *p);
00101    static void delete_TCL(void *p);
00102    static void deleteArray_TCL(void *p);
00103    static void destruct_TCL(void *p);
00104    static void streamer_TCL(TBuffer &buf, void *obj);
00105 
00106    // Function generating the singleton type initializer
00107    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TCL*)
00108    {
00109       ::TCL *ptr = 0;
00110       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TCL >(0);
00111       static ::ROOT::TGenericClassInfo 
00112          instance("TCL", ::TCL::Class_Version(), "include/TCernLib.h", 35,
00113                   typeid(::TCL), DefineBehavior(ptr, ptr),
00114                   &::TCL::Dictionary, isa_proxy, 0,
00115                   sizeof(::TCL) );
00116       instance.SetNew(&new_TCL);
00117       instance.SetNewArray(&newArray_TCL);
00118       instance.SetDelete(&delete_TCL);
00119       instance.SetDeleteArray(&deleteArray_TCL);
00120       instance.SetDestructor(&destruct_TCL);
00121       instance.SetStreamerFunc(&streamer_TCL);
00122       return &instance;
00123    }
00124    TGenericClassInfo *GenerateInitInstance(const ::TCL*)
00125    {
00126       return GenerateInitInstanceLocal((::TCL*)0);
00127    }
00128    // Static variable to force the class initialization
00129    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TCL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00130 } // end of namespace ROOT
00131 
00132 namespace ROOT {
00133    void TTable_ShowMembers(void *obj, TMemberInspector &R__insp);
00134    static void *new_TTable(void *p = 0);
00135    static void *newArray_TTable(Long_t size, void *p);
00136    static void delete_TTable(void *p);
00137    static void deleteArray_TTable(void *p);
00138    static void destruct_TTable(void *p);
00139    static void streamer_TTable(TBuffer &buf, void *obj);
00140 
00141    // Function generating the singleton type initializer
00142    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTable*)
00143    {
00144       ::TTable *ptr = 0;
00145       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTable >(0);
00146       static ::ROOT::TGenericClassInfo 
00147          instance("TTable", ::TTable::Class_Version(), "include/TTable.h", 52,
00148                   typeid(::TTable), DefineBehavior(ptr, ptr),
00149                   &::TTable::Dictionary, isa_proxy, 1,
00150                   sizeof(::TTable) );
00151       instance.SetNew(&new_TTable);
00152       instance.SetNewArray(&newArray_TTable);
00153       instance.SetDelete(&delete_TTable);
00154       instance.SetDeleteArray(&deleteArray_TTable);
00155       instance.SetDestructor(&destruct_TTable);
00156       instance.SetStreamerFunc(&streamer_TTable);
00157       return &instance;
00158    }
00159    TGenericClassInfo *GenerateInitInstance(const ::TTable*)
00160    {
00161       return GenerateInitInstanceLocal((::TTable*)0);
00162    }
00163    // Static variable to force the class initialization
00164    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00165 } // end of namespace ROOT
00166 
00167 namespace ROOT {
00168    void TDataSetIter_ShowMembers(void *obj, TMemberInspector &R__insp);
00169    static void *new_TDataSetIter(void *p = 0);
00170    static void *newArray_TDataSetIter(Long_t size, void *p);
00171    static void delete_TDataSetIter(void *p);
00172    static void deleteArray_TDataSetIter(void *p);
00173    static void destruct_TDataSetIter(void *p);
00174    static void streamer_TDataSetIter(TBuffer &buf, void *obj);
00175 
00176    // Function generating the singleton type initializer
00177    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TDataSetIter*)
00178    {
00179       ::TDataSetIter *ptr = 0;
00180       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TDataSetIter >(0);
00181       static ::ROOT::TGenericClassInfo 
00182          instance("TDataSetIter", ::TDataSetIter::Class_Version(), "include/TDataSetIter.h", 35,
00183                   typeid(::TDataSetIter), DefineBehavior(ptr, ptr),
00184                   &::TDataSetIter::Dictionary, isa_proxy, 0,
00185                   sizeof(::TDataSetIter) );
00186       instance.SetNew(&new_TDataSetIter);
00187       instance.SetNewArray(&newArray_TDataSetIter);
00188       instance.SetDelete(&delete_TDataSetIter);
00189       instance.SetDeleteArray(&deleteArray_TDataSetIter);
00190       instance.SetDestructor(&destruct_TDataSetIter);
00191       instance.SetStreamerFunc(&streamer_TDataSetIter);
00192       return &instance;
00193    }
00194    TGenericClassInfo *GenerateInitInstance(const ::TDataSetIter*)
00195    {
00196       return GenerateInitInstanceLocal((::TDataSetIter*)0);
00197    }
00198    // Static variable to force the class initialization
00199    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TDataSetIter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00200 } // end of namespace ROOT
00201 
00202 namespace ROOT {
00203    void TDataSet_ShowMembers(void *obj, TMemberInspector &R__insp);
00204    static void *new_TDataSet(void *p = 0);
00205    static void *newArray_TDataSet(Long_t size, void *p);
00206    static void delete_TDataSet(void *p);
00207    static void deleteArray_TDataSet(void *p);
00208    static void destruct_TDataSet(void *p);
00209 
00210    // Function generating the singleton type initializer
00211    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TDataSet*)
00212    {
00213       ::TDataSet *ptr = 0;
00214       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TDataSet >(0);
00215       static ::ROOT::TGenericClassInfo 
00216          instance("TDataSet", ::TDataSet::Class_Version(), "include/TDataSet.h", 35,
00217                   typeid(::TDataSet), DefineBehavior(ptr, ptr),
00218                   &::TDataSet::Dictionary, isa_proxy, 4,
00219                   sizeof(::TDataSet) );
00220       instance.SetNew(&new_TDataSet);
00221       instance.SetNewArray(&newArray_TDataSet);
00222       instance.SetDelete(&delete_TDataSet);
00223       instance.SetDeleteArray(&deleteArray_TDataSet);
00224       instance.SetDestructor(&destruct_TDataSet);
00225       return &instance;
00226    }
00227    TGenericClassInfo *GenerateInitInstance(const ::TDataSet*)
00228    {
00229       return GenerateInitInstanceLocal((::TDataSet*)0);
00230    }
00231    // Static variable to force the class initialization
00232    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TDataSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00233 } // end of namespace ROOT
00234 
00235 namespace ROOT {
00236    void TTableDescriptor_ShowMembers(void *obj, TMemberInspector &R__insp);
00237    static void *new_TTableDescriptor(void *p = 0);
00238    static void *newArray_TTableDescriptor(Long_t size, void *p);
00239    static void delete_TTableDescriptor(void *p);
00240    static void deleteArray_TTableDescriptor(void *p);
00241    static void destruct_TTableDescriptor(void *p);
00242    static void streamer_TTableDescriptor(TBuffer &buf, void *obj);
00243 
00244    // Function generating the singleton type initializer
00245    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTableDescriptor*)
00246    {
00247       ::TTableDescriptor *ptr = 0;
00248       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTableDescriptor >(0);
00249       static ::ROOT::TGenericClassInfo 
00250          instance("TTableDescriptor", ::TTableDescriptor::Class_Version(), "include/TTableDescriptor.h", 25,
00251                   typeid(::TTableDescriptor), DefineBehavior(ptr, ptr),
00252                   &::TTableDescriptor::Dictionary, isa_proxy, 1,
00253                   sizeof(::TTableDescriptor) );
00254       instance.SetNew(&new_TTableDescriptor);
00255       instance.SetNewArray(&newArray_TTableDescriptor);
00256       instance.SetDelete(&delete_TTableDescriptor);
00257       instance.SetDeleteArray(&deleteArray_TTableDescriptor);
00258       instance.SetDestructor(&destruct_TTableDescriptor);
00259       instance.SetStreamerFunc(&streamer_TTableDescriptor);
00260       return &instance;
00261    }
00262    TGenericClassInfo *GenerateInitInstance(const ::TTableDescriptor*)
00263    {
00264       return GenerateInitInstanceLocal((::TTableDescriptor*)0);
00265    }
00266    // Static variable to force the class initialization
00267    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTableDescriptor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00268 } // end of namespace ROOT
00269 
00270 namespace ROOT {
00271    void TTableMap_ShowMembers(void *obj, TMemberInspector &R__insp);
00272    static void *new_TTableMap(void *p = 0);
00273    static void *newArray_TTableMap(Long_t size, void *p);
00274    static void delete_TTableMap(void *p);
00275    static void deleteArray_TTableMap(void *p);
00276    static void destruct_TTableMap(void *p);
00277    static void streamer_TTableMap(TBuffer &buf, void *obj);
00278 
00279    // Function generating the singleton type initializer
00280    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTableMap*)
00281    {
00282       ::TTableMap *ptr = 0;
00283       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTableMap >(0);
00284       static ::ROOT::TGenericClassInfo 
00285          instance("TTableMap", ::TTableMap::Class_Version(), "include/TTableMap.h", 35,
00286                   typeid(::TTableMap), DefineBehavior(ptr, ptr),
00287                   &::TTableMap::Dictionary, isa_proxy, 1,
00288                   sizeof(::TTableMap) );
00289       instance.SetNew(&new_TTableMap);
00290       instance.SetNewArray(&newArray_TTableMap);
00291       instance.SetDelete(&delete_TTableMap);
00292       instance.SetDeleteArray(&deleteArray_TTableMap);
00293       instance.SetDestructor(&destruct_TTableMap);
00294       instance.SetStreamerFunc(&streamer_TTableMap);
00295       return &instance;
00296    }
00297    TGenericClassInfo *GenerateInitInstance(const ::TTableMap*)
00298    {
00299       return GenerateInitInstanceLocal((::TTableMap*)0);
00300    }
00301    // Static variable to force the class initialization
00302    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTableMap*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00303 } // end of namespace ROOT
00304 
00305 namespace ROOT {
00306    void TTablecLcLiterator_ShowMembers(void *obj, TMemberInspector &R__insp);
00307    static void TTablecLcLiterator_Dictionary();
00308    static void *new_TTablecLcLiterator(void *p = 0);
00309    static void *newArray_TTablecLcLiterator(Long_t size, void *p);
00310    static void delete_TTablecLcLiterator(void *p);
00311    static void deleteArray_TTablecLcLiterator(void *p);
00312    static void destruct_TTablecLcLiterator(void *p);
00313 
00314    // Function generating the singleton type initializer
00315    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTable::iterator*)
00316    {
00317       ::TTable::iterator *ptr = 0;
00318       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TTable::iterator),0);
00319       static ::ROOT::TGenericClassInfo 
00320          instance("TTable::iterator", "include/TTable.h", 183,
00321                   typeid(::TTable::iterator), DefineBehavior(ptr, ptr),
00322                   0, &TTablecLcLiterator_Dictionary, isa_proxy, 3,
00323                   sizeof(::TTable::iterator) );
00324       instance.SetNew(&new_TTablecLcLiterator);
00325       instance.SetNewArray(&newArray_TTablecLcLiterator);
00326       instance.SetDelete(&delete_TTablecLcLiterator);
00327       instance.SetDeleteArray(&deleteArray_TTablecLcLiterator);
00328       instance.SetDestructor(&destruct_TTablecLcLiterator);
00329       return &instance;
00330    }
00331    TGenericClassInfo *GenerateInitInstance(const ::TTable::iterator*)
00332    {
00333       return GenerateInitInstanceLocal((::TTable::iterator*)0);
00334    }
00335    // Static variable to force the class initialization
00336    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTable::iterator*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00337 
00338    // Dictionary for non-ClassDef classes
00339    static void TTablecLcLiterator_Dictionary() {
00340       ::ROOT::GenerateInitInstanceLocal((const ::TTable::iterator*)0x0)->GetClass();
00341    }
00342 
00343 } // end of namespace ROOT
00344 
00345 namespace ROOT {
00346    void TChair_ShowMembers(void *obj, TMemberInspector &R__insp);
00347    static void delete_TChair(void *p);
00348    static void deleteArray_TChair(void *p);
00349    static void destruct_TChair(void *p);
00350 
00351    // Function generating the singleton type initializer
00352    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TChair*)
00353    {
00354       ::TChair *ptr = 0;
00355       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TChair >(0);
00356       static ::ROOT::TGenericClassInfo 
00357          instance("TChair", ::TChair::Class_Version(), "include/TChair.h", 25,
00358                   typeid(::TChair), DefineBehavior(ptr, ptr),
00359                   &::TChair::Dictionary, isa_proxy, 4,
00360                   sizeof(::TChair) );
00361       instance.SetDelete(&delete_TChair);
00362       instance.SetDeleteArray(&deleteArray_TChair);
00363       instance.SetDestructor(&destruct_TChair);
00364       return &instance;
00365    }
00366    TGenericClassInfo *GenerateInitInstance(const ::TChair*)
00367    {
00368       return GenerateInitInstanceLocal((::TChair*)0);
00369    }
00370    // Static variable to force the class initialization
00371    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TChair*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00372 } // end of namespace ROOT
00373 
00374 namespace ROOT {
00375    void TColumnView_ShowMembers(void *obj, TMemberInspector &R__insp);
00376    static void *new_TColumnView(void *p = 0);
00377    static void *newArray_TColumnView(Long_t size, void *p);
00378    static void delete_TColumnView(void *p);
00379    static void deleteArray_TColumnView(void *p);
00380    static void destruct_TColumnView(void *p);
00381    static void streamer_TColumnView(TBuffer &buf, void *obj);
00382 
00383    // Function generating the singleton type initializer
00384    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TColumnView*)
00385    {
00386       ::TColumnView *ptr = 0;
00387       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TColumnView >(0);
00388       static ::ROOT::TGenericClassInfo 
00389          instance("TColumnView", ::TColumnView::Class_Version(), "include/TColumnView.h", 21,
00390                   typeid(::TColumnView), DefineBehavior(ptr, ptr),
00391                   &::TColumnView::Dictionary, isa_proxy, 0,
00392                   sizeof(::TColumnView) );
00393       instance.SetNew(&new_TColumnView);
00394       instance.SetNewArray(&newArray_TColumnView);
00395       instance.SetDelete(&delete_TColumnView);
00396       instance.SetDeleteArray(&deleteArray_TColumnView);
00397       instance.SetDestructor(&destruct_TColumnView);
00398       instance.SetStreamerFunc(&streamer_TColumnView);
00399       return &instance;
00400    }
00401    TGenericClassInfo *GenerateInitInstance(const ::TColumnView*)
00402    {
00403       return GenerateInitInstanceLocal((::TColumnView*)0);
00404    }
00405    // Static variable to force the class initialization
00406    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TColumnView*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00407 } // end of namespace ROOT
00408 
00409 namespace ROOT {
00410    void TFileIter_ShowMembers(void *obj, TMemberInspector &R__insp);
00411    static void *new_TFileIter(void *p = 0);
00412    static void *newArray_TFileIter(Long_t size, void *p);
00413    static void delete_TFileIter(void *p);
00414    static void deleteArray_TFileIter(void *p);
00415    static void destruct_TFileIter(void *p);
00416    static void streamer_TFileIter(TBuffer &buf, void *obj);
00417 
00418    // Function generating the singleton type initializer
00419    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFileIter*)
00420    {
00421       ::TFileIter *ptr = 0;
00422       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFileIter >(0);
00423       static ::ROOT::TGenericClassInfo 
00424          instance("TFileIter", ::TFileIter::Class_Version(), "include/TFileIter.h", 61,
00425                   typeid(::TFileIter), DefineBehavior(ptr, ptr),
00426                   &::TFileIter::Dictionary, isa_proxy, 0,
00427                   sizeof(::TFileIter) );
00428       instance.SetNew(&new_TFileIter);
00429       instance.SetNewArray(&newArray_TFileIter);
00430       instance.SetDelete(&delete_TFileIter);
00431       instance.SetDeleteArray(&deleteArray_TFileIter);
00432       instance.SetDestructor(&destruct_TFileIter);
00433       instance.SetStreamerFunc(&streamer_TFileIter);
00434       return &instance;
00435    }
00436    TGenericClassInfo *GenerateInitInstance(const ::TFileIter*)
00437    {
00438       return GenerateInitInstanceLocal((::TFileIter*)0);
00439    }
00440    // Static variable to force the class initialization
00441    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFileIter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00442 } // end of namespace ROOT
00443 
00444 namespace ROOT {
00445    void TFileSet_ShowMembers(void *obj, TMemberInspector &R__insp);
00446    static void *new_TFileSet(void *p = 0);
00447    static void *newArray_TFileSet(Long_t size, void *p);
00448    static void delete_TFileSet(void *p);
00449    static void deleteArray_TFileSet(void *p);
00450    static void destruct_TFileSet(void *p);
00451 
00452    // Function generating the singleton type initializer
00453    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFileSet*)
00454    {
00455       ::TFileSet *ptr = 0;
00456       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFileSet >(0);
00457       static ::ROOT::TGenericClassInfo 
00458          instance("TFileSet", ::TFileSet::Class_Version(), "include/TFileSet.h", 28,
00459                   typeid(::TFileSet), DefineBehavior(ptr, ptr),
00460                   &::TFileSet::Dictionary, isa_proxy, 4,
00461                   sizeof(::TFileSet) );
00462       instance.SetNew(&new_TFileSet);
00463       instance.SetNewArray(&newArray_TFileSet);
00464       instance.SetDelete(&delete_TFileSet);
00465       instance.SetDeleteArray(&deleteArray_TFileSet);
00466       instance.SetDestructor(&destruct_TFileSet);
00467       return &instance;
00468    }
00469    TGenericClassInfo *GenerateInitInstance(const ::TFileSet*)
00470    {
00471       return GenerateInitInstanceLocal((::TFileSet*)0);
00472    }
00473    // Static variable to force the class initialization
00474    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFileSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00475 } // end of namespace ROOT
00476 
00477 namespace ROOT {
00478    void TGenericTable_ShowMembers(void *obj, TMemberInspector &R__insp);
00479    static void *new_TGenericTable(void *p = 0);
00480    static void *newArray_TGenericTable(Long_t size, void *p);
00481    static void delete_TGenericTable(void *p);
00482    static void deleteArray_TGenericTable(void *p);
00483    static void destruct_TGenericTable(void *p);
00484    static void streamer_TGenericTable(TBuffer &buf, void *obj);
00485 
00486    // Function generating the singleton type initializer
00487    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGenericTable*)
00488    {
00489       ::TGenericTable *ptr = 0;
00490       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGenericTable >(0);
00491       static ::ROOT::TGenericClassInfo 
00492          instance("TGenericTable", ::TGenericTable::Class_Version(), "include/TGenericTable.h", 17,
00493                   typeid(::TGenericTable), DefineBehavior(ptr, ptr),
00494                   &::TGenericTable::Dictionary, isa_proxy, 1,
00495                   sizeof(::TGenericTable) );
00496       instance.SetNew(&new_TGenericTable);
00497       instance.SetNewArray(&newArray_TGenericTable);
00498       instance.SetDelete(&delete_TGenericTable);
00499       instance.SetDeleteArray(&deleteArray_TGenericTable);
00500       instance.SetDestructor(&destruct_TGenericTable);
00501       instance.SetStreamerFunc(&streamer_TGenericTable);
00502       return &instance;
00503    }
00504    TGenericClassInfo *GenerateInitInstance(const ::TGenericTable*)
00505    {
00506       return GenerateInitInstanceLocal((::TGenericTable*)0);
00507    }
00508    // Static variable to force the class initialization
00509    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGenericTable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00510 } // end of namespace ROOT
00511 
00512 namespace ROOT {
00513    void TGenericTablecLcLiterator_ShowMembers(void *obj, TMemberInspector &R__insp);
00514    static void TGenericTablecLcLiterator_Dictionary();
00515    static void delete_TGenericTablecLcLiterator(void *p);
00516    static void deleteArray_TGenericTablecLcLiterator(void *p);
00517    static void destruct_TGenericTablecLcLiterator(void *p);
00518 
00519    // Function generating the singleton type initializer
00520    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGenericTable::iterator*)
00521    {
00522       ::TGenericTable::iterator *ptr = 0;
00523       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TGenericTable::iterator),0);
00524       static ::ROOT::TGenericClassInfo 
00525          instance("TGenericTable::iterator", "include/TGenericTable.h", 25,
00526                   typeid(::TGenericTable::iterator), DefineBehavior(ptr, ptr),
00527                   0, &TGenericTablecLcLiterator_Dictionary, isa_proxy, 3,
00528                   sizeof(::TGenericTable::iterator) );
00529       instance.SetDelete(&delete_TGenericTablecLcLiterator);
00530       instance.SetDeleteArray(&deleteArray_TGenericTablecLcLiterator);
00531       instance.SetDestructor(&destruct_TGenericTablecLcLiterator);
00532       return &instance;
00533    }
00534    TGenericClassInfo *GenerateInitInstance(const ::TGenericTable::iterator*)
00535    {
00536       return GenerateInitInstanceLocal((::TGenericTable::iterator*)0);
00537    }
00538    // Static variable to force the class initialization
00539    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGenericTable::iterator*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00540 
00541    // Dictionary for non-ClassDef classes
00542    static void TGenericTablecLcLiterator_Dictionary() {
00543       ::ROOT::GenerateInitInstanceLocal((const ::TGenericTable::iterator*)0x0)->GetClass();
00544    }
00545 
00546 } // end of namespace ROOT
00547 
00548 namespace ROOT {
00549    void TIndexTable_ShowMembers(void *obj, TMemberInspector &R__insp);
00550    static void *new_TIndexTable(void *p = 0);
00551    static void *newArray_TIndexTable(Long_t size, void *p);
00552    static void delete_TIndexTable(void *p);
00553    static void deleteArray_TIndexTable(void *p);
00554    static void destruct_TIndexTable(void *p);
00555    static void streamer_TIndexTable(TBuffer &buf, void *obj);
00556 
00557    // Function generating the singleton type initializer
00558    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TIndexTable*)
00559    {
00560       ::TIndexTable *ptr = 0;
00561       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TIndexTable >(0);
00562       static ::ROOT::TGenericClassInfo 
00563          instance("TIndexTable", ::TIndexTable::Class_Version(), "include/TIndexTable.h", 28,
00564                   typeid(::TIndexTable), DefineBehavior(ptr, ptr),
00565                   &::TIndexTable::Dictionary, isa_proxy, 1,
00566                   sizeof(::TIndexTable) );
00567       instance.SetNew(&new_TIndexTable);
00568       instance.SetNewArray(&newArray_TIndexTable);
00569       instance.SetDelete(&delete_TIndexTable);
00570       instance.SetDeleteArray(&deleteArray_TIndexTable);
00571       instance.SetDestructor(&destruct_TIndexTable);
00572       instance.SetStreamerFunc(&streamer_TIndexTable);
00573       return &instance;
00574    }
00575    TGenericClassInfo *GenerateInitInstance(const ::TIndexTable*)
00576    {
00577       return GenerateInitInstanceLocal((::TIndexTable*)0);
00578    }
00579    // Static variable to force the class initialization
00580    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TIndexTable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00581 } // end of namespace ROOT
00582 
00583 namespace ROOT {
00584    void TIndexTablecLcLiterator_ShowMembers(void *obj, TMemberInspector &R__insp);
00585    static void TIndexTablecLcLiterator_Dictionary();
00586    static void delete_TIndexTablecLcLiterator(void *p);
00587    static void deleteArray_TIndexTablecLcLiterator(void *p);
00588    static void destruct_TIndexTablecLcLiterator(void *p);
00589 
00590    // Function generating the singleton type initializer
00591    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TIndexTable::iterator*)
00592    {
00593       ::TIndexTable::iterator *ptr = 0;
00594       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TIndexTable::iterator),0);
00595       static ::ROOT::TGenericClassInfo 
00596          instance("TIndexTable::iterator", "include/TIndexTable.h", 32,
00597                   typeid(::TIndexTable::iterator), DefineBehavior(ptr, ptr),
00598                   0, &TIndexTablecLcLiterator_Dictionary, isa_proxy, 3,
00599                   sizeof(::TIndexTable::iterator) );
00600       instance.SetDelete(&delete_TIndexTablecLcLiterator);
00601       instance.SetDeleteArray(&deleteArray_TIndexTablecLcLiterator);
00602       instance.SetDestructor(&destruct_TIndexTablecLcLiterator);
00603       return &instance;
00604    }
00605    TGenericClassInfo *GenerateInitInstance(const ::TIndexTable::iterator*)
00606    {
00607       return GenerateInitInstanceLocal((::TIndexTable::iterator*)0);
00608    }
00609    // Static variable to force the class initialization
00610    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TIndexTable::iterator*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00611 
00612    // Dictionary for non-ClassDef classes
00613    static void TIndexTablecLcLiterator_Dictionary() {
00614       ::ROOT::GenerateInitInstanceLocal((const ::TIndexTable::iterator*)0x0)->GetClass();
00615    }
00616 
00617 } // end of namespace ROOT
00618 
00619 namespace ROOT {
00620    void TObjectSet_ShowMembers(void *obj, TMemberInspector &R__insp);
00621    static void *new_TObjectSet(void *p = 0);
00622    static void *newArray_TObjectSet(Long_t size, void *p);
00623    static void delete_TObjectSet(void *p);
00624    static void deleteArray_TObjectSet(void *p);
00625    static void destruct_TObjectSet(void *p);
00626 
00627    // Function generating the singleton type initializer
00628    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TObjectSet*)
00629    {
00630       ::TObjectSet *ptr = 0;
00631       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TObjectSet >(0);
00632       static ::ROOT::TGenericClassInfo 
00633          instance("TObjectSet", ::TObjectSet::Class_Version(), "include/TObjectSet.h", 27,
00634                   typeid(::TObjectSet), DefineBehavior(ptr, ptr),
00635                   &::TObjectSet::Dictionary, isa_proxy, 4,
00636                   sizeof(::TObjectSet) );
00637       instance.SetNew(&new_TObjectSet);
00638       instance.SetNewArray(&newArray_TObjectSet);
00639       instance.SetDelete(&delete_TObjectSet);
00640       instance.SetDeleteArray(&deleteArray_TObjectSet);
00641       instance.SetDestructor(&destruct_TObjectSet);
00642       return &instance;
00643    }
00644    TGenericClassInfo *GenerateInitInstance(const ::TObjectSet*)
00645    {
00646       return GenerateInitInstanceLocal((::TObjectSet*)0);
00647    }
00648    // Static variable to force the class initialization
00649    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TObjectSet*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00650 } // end of namespace ROOT
00651 
00652 namespace ROOT {
00653    void TPoints3D_ShowMembers(void *obj, TMemberInspector &R__insp);
00654    static void *new_TPoints3D(void *p = 0);
00655    static void *newArray_TPoints3D(Long_t size, void *p);
00656    static void delete_TPoints3D(void *p);
00657    static void deleteArray_TPoints3D(void *p);
00658    static void destruct_TPoints3D(void *p);
00659 
00660    // Function generating the singleton type initializer
00661    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPoints3D*)
00662    {
00663       ::TPoints3D *ptr = 0;
00664       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPoints3D >(0);
00665       static ::ROOT::TGenericClassInfo 
00666          instance("TPoints3D", ::TPoints3D::Class_Version(), "include/TPoints3D.h", 28,
00667                   typeid(::TPoints3D), DefineBehavior(ptr, ptr),
00668                   &::TPoints3D::Dictionary, isa_proxy, 4,
00669                   sizeof(::TPoints3D) );
00670       instance.SetNew(&new_TPoints3D);
00671       instance.SetNewArray(&newArray_TPoints3D);
00672       instance.SetDelete(&delete_TPoints3D);
00673       instance.SetDeleteArray(&deleteArray_TPoints3D);
00674       instance.SetDestructor(&destruct_TPoints3D);
00675       return &instance;
00676    }
00677    TGenericClassInfo *GenerateInitInstance(const ::TPoints3D*)
00678    {
00679       return GenerateInitInstanceLocal((::TPoints3D*)0);
00680    }
00681    // Static variable to force the class initialization
00682    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TPoints3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00683 } // end of namespace ROOT
00684 
00685 namespace ROOT {
00686    void TPointsArray3D_ShowMembers(void *obj, TMemberInspector &R__insp);
00687    static void *new_TPointsArray3D(void *p = 0);
00688    static void *newArray_TPointsArray3D(Long_t size, void *p);
00689    static void delete_TPointsArray3D(void *p);
00690    static void deleteArray_TPointsArray3D(void *p);
00691    static void destruct_TPointsArray3D(void *p);
00692    static void streamer_TPointsArray3D(TBuffer &buf, void *obj);
00693 
00694    // Function generating the singleton type initializer
00695    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPointsArray3D*)
00696    {
00697       ::TPointsArray3D *ptr = 0;
00698       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPointsArray3D >(0);
00699       static ::ROOT::TGenericClassInfo 
00700          instance("TPointsArray3D", ::TPointsArray3D::Class_Version(), "include/TPointsArray3D.h", 29,
00701                   typeid(::TPointsArray3D), DefineBehavior(ptr, ptr),
00702                   &::TPointsArray3D::Dictionary, isa_proxy, 1,
00703                   sizeof(::TPointsArray3D) );
00704       instance.SetNew(&new_TPointsArray3D);
00705       instance.SetNewArray(&newArray_TPointsArray3D);
00706       instance.SetDelete(&delete_TPointsArray3D);
00707       instance.SetDeleteArray(&deleteArray_TPointsArray3D);
00708       instance.SetDestructor(&destruct_TPointsArray3D);
00709       instance.SetStreamerFunc(&streamer_TPointsArray3D);
00710       return &instance;
00711    }
00712    TGenericClassInfo *GenerateInitInstance(const ::TPointsArray3D*)
00713    {
00714       return GenerateInitInstanceLocal((::TPointsArray3D*)0);
00715    }
00716    // Static variable to force the class initialization
00717    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TPointsArray3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00718 } // end of namespace ROOT
00719 
00720 namespace ROOT {
00721    void TPolyLineShape_ShowMembers(void *obj, TMemberInspector &R__insp);
00722    static void *new_TPolyLineShape(void *p = 0);
00723    static void *newArray_TPolyLineShape(Long_t size, void *p);
00724    static void delete_TPolyLineShape(void *p);
00725    static void deleteArray_TPolyLineShape(void *p);
00726    static void destruct_TPolyLineShape(void *p);
00727 
00728    // Function generating the singleton type initializer
00729    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TPolyLineShape*)
00730    {
00731       ::TPolyLineShape *ptr = 0;
00732       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TPolyLineShape >(0);
00733       static ::ROOT::TGenericClassInfo 
00734          instance("TPolyLineShape", ::TPolyLineShape::Class_Version(), "include/TPolyLineShape.h", 27,
00735                   typeid(::TPolyLineShape), DefineBehavior(ptr, ptr),
00736                   &::TPolyLineShape::Dictionary, isa_proxy, 4,
00737                   sizeof(::TPolyLineShape) );
00738       instance.SetNew(&new_TPolyLineShape);
00739       instance.SetNewArray(&newArray_TPolyLineShape);
00740       instance.SetDelete(&delete_TPolyLineShape);
00741       instance.SetDeleteArray(&deleteArray_TPolyLineShape);
00742       instance.SetDestructor(&destruct_TPolyLineShape);
00743       return &instance;
00744    }
00745    TGenericClassInfo *GenerateInitInstance(const ::TPolyLineShape*)
00746    {
00747       return GenerateInitInstanceLocal((::TPolyLineShape*)0);
00748    }
00749    // Static variable to force the class initialization
00750    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TPolyLineShape*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00751 } // end of namespace ROOT
00752 
00753 namespace ROOT {
00754    void TResponseTable_ShowMembers(void *obj, TMemberInspector &R__insp);
00755    static void *new_TResponseTable(void *p = 0);
00756    static void *newArray_TResponseTable(Long_t size, void *p);
00757    static void delete_TResponseTable(void *p);
00758    static void deleteArray_TResponseTable(void *p);
00759    static void destruct_TResponseTable(void *p);
00760    static void streamer_TResponseTable(TBuffer &buf, void *obj);
00761 
00762    // Function generating the singleton type initializer
00763    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TResponseTable*)
00764    {
00765       ::TResponseTable *ptr = 0;
00766       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TResponseTable >(0);
00767       static ::ROOT::TGenericClassInfo 
00768          instance("TResponseTable", ::TResponseTable::Class_Version(), "include/TResponseTable.h", 15,
00769                   typeid(::TResponseTable), DefineBehavior(ptr, ptr),
00770                   &::TResponseTable::Dictionary, isa_proxy, 1,
00771                   sizeof(::TResponseTable) );
00772       instance.SetNew(&new_TResponseTable);
00773       instance.SetNewArray(&newArray_TResponseTable);
00774       instance.SetDelete(&delete_TResponseTable);
00775       instance.SetDeleteArray(&deleteArray_TResponseTable);
00776       instance.SetDestructor(&destruct_TResponseTable);
00777       instance.SetStreamerFunc(&streamer_TResponseTable);
00778       return &instance;
00779    }
00780    TGenericClassInfo *GenerateInitInstance(const ::TResponseTable*)
00781    {
00782       return GenerateInitInstanceLocal((::TResponseTable*)0);
00783    }
00784    // Static variable to force the class initialization
00785    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TResponseTable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00786 } // end of namespace ROOT
00787 
00788 namespace ROOT {
00789    void TTableSorter_ShowMembers(void *obj, TMemberInspector &R__insp);
00790    static void *new_TTableSorter(void *p = 0);
00791    static void *newArray_TTableSorter(Long_t size, void *p);
00792    static void delete_TTableSorter(void *p);
00793    static void deleteArray_TTableSorter(void *p);
00794    static void destruct_TTableSorter(void *p);
00795    static void streamer_TTableSorter(TBuffer &buf, void *obj);
00796 
00797    // Function generating the singleton type initializer
00798    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTableSorter*)
00799    {
00800       ::TTableSorter *ptr = 0;
00801       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTableSorter >(0);
00802       static ::ROOT::TGenericClassInfo 
00803          instance("TTableSorter", ::TTableSorter::Class_Version(), "include/TTableSorter.h", 46,
00804                   typeid(::TTableSorter), DefineBehavior(ptr, ptr),
00805                   &::TTableSorter::Dictionary, isa_proxy, 0,
00806                   sizeof(::TTableSorter) );
00807       instance.SetNew(&new_TTableSorter);
00808       instance.SetNewArray(&newArray_TTableSorter);
00809       instance.SetDelete(&delete_TTableSorter);
00810       instance.SetDeleteArray(&deleteArray_TTableSorter);
00811       instance.SetDestructor(&destruct_TTableSorter);
00812       instance.SetStreamerFunc(&streamer_TTableSorter);
00813       return &instance;
00814    }
00815    TGenericClassInfo *GenerateInitInstance(const ::TTableSorter*)
00816    {
00817       return GenerateInitInstanceLocal((::TTableSorter*)0);
00818    }
00819    // Static variable to force the class initialization
00820    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTableSorter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00821 } // end of namespace ROOT
00822 
00823 namespace ROOT {
00824    void TTablePoints_ShowMembers(void *obj, TMemberInspector &R__insp);
00825    static void delete_TTablePoints(void *p);
00826    static void deleteArray_TTablePoints(void *p);
00827    static void destruct_TTablePoints(void *p);
00828 
00829    // Function generating the singleton type initializer
00830    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTablePoints*)
00831    {
00832       ::TTablePoints *ptr = 0;
00833       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTablePoints >(0);
00834       static ::ROOT::TGenericClassInfo 
00835          instance("TTablePoints", ::TTablePoints::Class_Version(), "include/TTablePoints.h", 20,
00836                   typeid(::TTablePoints), DefineBehavior(ptr, ptr),
00837                   &::TTablePoints::Dictionary, isa_proxy, 4,
00838                   sizeof(::TTablePoints) );
00839       instance.SetDelete(&delete_TTablePoints);
00840       instance.SetDeleteArray(&deleteArray_TTablePoints);
00841       instance.SetDestructor(&destruct_TTablePoints);
00842       return &instance;
00843    }
00844    TGenericClassInfo *GenerateInitInstance(const ::TTablePoints*)
00845    {
00846       return GenerateInitInstanceLocal((::TTablePoints*)0);
00847    }
00848    // Static variable to force the class initialization
00849    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTablePoints*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00850 } // end of namespace ROOT
00851 
00852 namespace ROOT {
00853    void TTable3Points_ShowMembers(void *obj, TMemberInspector &R__insp);
00854    static void *new_TTable3Points(void *p = 0);
00855    static void *newArray_TTable3Points(Long_t size, void *p);
00856    static void delete_TTable3Points(void *p);
00857    static void deleteArray_TTable3Points(void *p);
00858    static void destruct_TTable3Points(void *p);
00859 
00860    // Function generating the singleton type initializer
00861    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTable3Points*)
00862    {
00863       ::TTable3Points *ptr = 0;
00864       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTable3Points >(0);
00865       static ::ROOT::TGenericClassInfo 
00866          instance("TTable3Points", ::TTable3Points::Class_Version(), "include/TTable3Points.h", 18,
00867                   typeid(::TTable3Points), DefineBehavior(ptr, ptr),
00868                   &::TTable3Points::Dictionary, isa_proxy, 4,
00869                   sizeof(::TTable3Points) );
00870       instance.SetNew(&new_TTable3Points);
00871       instance.SetNewArray(&newArray_TTable3Points);
00872       instance.SetDelete(&delete_TTable3Points);
00873       instance.SetDeleteArray(&deleteArray_TTable3Points);
00874       instance.SetDestructor(&destruct_TTable3Points);
00875       return &instance;
00876    }
00877    TGenericClassInfo *GenerateInitInstance(const ::TTable3Points*)
00878    {
00879       return GenerateInitInstanceLocal((::TTable3Points*)0);
00880    }
00881    // Static variable to force the class initialization
00882    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTable3Points*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00883 } // end of namespace ROOT
00884 
00885 namespace ROOT {
00886    void TTableIter_ShowMembers(void *obj, TMemberInspector &R__insp);
00887    static void delete_TTableIter(void *p);
00888    static void deleteArray_TTableIter(void *p);
00889    static void destruct_TTableIter(void *p);
00890    static void streamer_TTableIter(TBuffer &buf, void *obj);
00891 
00892    // Function generating the singleton type initializer
00893    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTableIter*)
00894    {
00895       ::TTableIter *ptr = 0;
00896       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTableIter >(0);
00897       static ::ROOT::TGenericClassInfo 
00898          instance("TTableIter", ::TTableIter::Class_Version(), "include/TTableIter.h", 24,
00899                   typeid(::TTableIter), DefineBehavior(ptr, ptr),
00900                   &::TTableIter::Dictionary, isa_proxy, 0,
00901                   sizeof(::TTableIter) );
00902       instance.SetDelete(&delete_TTableIter);
00903       instance.SetDeleteArray(&deleteArray_TTableIter);
00904       instance.SetDestructor(&destruct_TTableIter);
00905       instance.SetStreamerFunc(&streamer_TTableIter);
00906       return &instance;
00907    }
00908    TGenericClassInfo *GenerateInitInstance(const ::TTableIter*)
00909    {
00910       return GenerateInitInstanceLocal((::TTableIter*)0);
00911    }
00912    // Static variable to force the class initialization
00913    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTableIter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00914 } // end of namespace ROOT
00915 
00916 namespace ROOT {
00917    void TTablePadView3D_ShowMembers(void *obj, TMemberInspector &R__insp);
00918    static void TTablePadView3D_Dictionary();
00919    static void *new_TTablePadView3D(void *p = 0);
00920    static void *newArray_TTablePadView3D(Long_t size, void *p);
00921    static void delete_TTablePadView3D(void *p);
00922    static void deleteArray_TTablePadView3D(void *p);
00923    static void destruct_TTablePadView3D(void *p);
00924 
00925    // Function generating the singleton type initializer
00926    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTablePadView3D*)
00927    {
00928       ::TTablePadView3D *ptr = 0;
00929       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TTablePadView3D),0);
00930       static ::ROOT::TGenericClassInfo 
00931          instance("TTablePadView3D", "include/TTablePadView3D.h", 38,
00932                   typeid(::TTablePadView3D), DefineBehavior(ptr, ptr),
00933                   0, &TTablePadView3D_Dictionary, isa_proxy, 0,
00934                   sizeof(::TTablePadView3D) );
00935       instance.SetNew(&new_TTablePadView3D);
00936       instance.SetNewArray(&newArray_TTablePadView3D);
00937       instance.SetDelete(&delete_TTablePadView3D);
00938       instance.SetDeleteArray(&deleteArray_TTablePadView3D);
00939       instance.SetDestructor(&destruct_TTablePadView3D);
00940       return &instance;
00941    }
00942    TGenericClassInfo *GenerateInitInstance(const ::TTablePadView3D*)
00943    {
00944       return GenerateInitInstanceLocal((::TTablePadView3D*)0);
00945    }
00946    // Static variable to force the class initialization
00947    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTablePadView3D*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00948 
00949    // Dictionary for non-ClassDef classes
00950    static void TTablePadView3D_Dictionary() {
00951       ::ROOT::GenerateInitInstanceLocal((const ::TTablePadView3D*)0x0)->GetClass();
00952    }
00953 
00954 } // end of namespace ROOT
00955 
00956 namespace ROOT {
00957    void TVolumePosition_ShowMembers(void *obj, TMemberInspector &R__insp);
00958    static void *new_TVolumePosition(void *p = 0);
00959    static void *newArray_TVolumePosition(Long_t size, void *p);
00960    static void delete_TVolumePosition(void *p);
00961    static void deleteArray_TVolumePosition(void *p);
00962    static void destruct_TVolumePosition(void *p);
00963    static void streamer_TVolumePosition(TBuffer &buf, void *obj);
00964 
00965    // Function generating the singleton type initializer
00966    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVolumePosition*)
00967    {
00968       ::TVolumePosition *ptr = 0;
00969       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVolumePosition >(0);
00970       static ::ROOT::TGenericClassInfo 
00971          instance("TVolumePosition", ::TVolumePosition::Class_Version(), "include/TVolumePosition.h", 28,
00972                   typeid(::TVolumePosition), DefineBehavior(ptr, ptr),
00973                   &::TVolumePosition::Dictionary, isa_proxy, 1,
00974                   sizeof(::TVolumePosition) );
00975       instance.SetNew(&new_TVolumePosition);
00976       instance.SetNewArray(&newArray_TVolumePosition);
00977       instance.SetDelete(&delete_TVolumePosition);
00978       instance.SetDeleteArray(&deleteArray_TVolumePosition);
00979       instance.SetDestructor(&destruct_TVolumePosition);
00980       instance.SetStreamerFunc(&streamer_TVolumePosition);
00981       return &instance;
00982    }
00983    TGenericClassInfo *GenerateInitInstance(const ::TVolumePosition*)
00984    {
00985       return GenerateInitInstanceLocal((::TVolumePosition*)0);
00986    }
00987    // Static variable to force the class initialization
00988    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVolumePosition*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00989 } // end of namespace ROOT
00990 
00991 namespace ROOT {
00992    void TVolume_ShowMembers(void *obj, TMemberInspector &R__insp);
00993    static void *new_TVolume(void *p = 0);
00994    static void *newArray_TVolume(Long_t size, void *p);
00995    static void delete_TVolume(void *p);
00996    static void deleteArray_TVolume(void *p);
00997    static void destruct_TVolume(void *p);
00998 
00999    // Function generating the singleton type initializer
01000    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVolume*)
01001    {
01002       ::TVolume *ptr = 0;
01003       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVolume >(0);
01004       static ::ROOT::TGenericClassInfo 
01005          instance("TVolume", ::TVolume::Class_Version(), "include/TVolume.h", 42,
01006                   typeid(::TVolume), DefineBehavior(ptr, ptr),
01007                   &::TVolume::Dictionary, isa_proxy, 4,
01008                   sizeof(::TVolume) );
01009       instance.SetNew(&new_TVolume);
01010       instance.SetNewArray(&newArray_TVolume);
01011       instance.SetDelete(&delete_TVolume);
01012       instance.SetDeleteArray(&deleteArray_TVolume);
01013       instance.SetDestructor(&destruct_TVolume);
01014       return &instance;
01015    }
01016    TGenericClassInfo *GenerateInitInstance(const ::TVolume*)
01017    {
01018       return GenerateInitInstanceLocal((::TVolume*)0);
01019    }
01020    // Static variable to force the class initialization
01021    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVolume*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01022 } // end of namespace ROOT
01023 
01024 namespace ROOT {
01025    void TVolumeView_ShowMembers(void *obj, TMemberInspector &R__insp);
01026    static void *new_TVolumeView(void *p = 0);
01027    static void *newArray_TVolumeView(Long_t size, void *p);
01028    static void delete_TVolumeView(void *p);
01029    static void deleteArray_TVolumeView(void *p);
01030    static void destruct_TVolumeView(void *p);
01031 
01032    // Function generating the singleton type initializer
01033    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVolumeView*)
01034    {
01035       ::TVolumeView *ptr = 0;
01036       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVolumeView >(0);
01037       static ::ROOT::TGenericClassInfo 
01038          instance("TVolumeView", ::TVolumeView::Class_Version(), "include/TVolumeView.h", 26,
01039                   typeid(::TVolumeView), DefineBehavior(ptr, ptr),
01040                   &::TVolumeView::Dictionary, isa_proxy, 4,
01041                   sizeof(::TVolumeView) );
01042       instance.SetNew(&new_TVolumeView);
01043       instance.SetNewArray(&newArray_TVolumeView);
01044       instance.SetDelete(&delete_TVolumeView);
01045       instance.SetDeleteArray(&deleteArray_TVolumeView);
01046       instance.SetDestructor(&destruct_TVolumeView);
01047       return &instance;
01048    }
01049    TGenericClassInfo *GenerateInitInstance(const ::TVolumeView*)
01050    {
01051       return GenerateInitInstanceLocal((::TVolumeView*)0);
01052    }
01053    // Static variable to force the class initialization
01054    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVolumeView*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01055 } // end of namespace ROOT
01056 
01057 namespace ROOT {
01058    void TVolumeViewIter_ShowMembers(void *obj, TMemberInspector &R__insp);
01059    static void delete_TVolumeViewIter(void *p);
01060    static void deleteArray_TVolumeViewIter(void *p);
01061    static void destruct_TVolumeViewIter(void *p);
01062    static void streamer_TVolumeViewIter(TBuffer &buf, void *obj);
01063 
01064    // Function generating the singleton type initializer
01065    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVolumeViewIter*)
01066    {
01067       ::TVolumeViewIter *ptr = 0;
01068       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVolumeViewIter >(0);
01069       static ::ROOT::TGenericClassInfo 
01070          instance("TVolumeViewIter", ::TVolumeViewIter::Class_Version(), "include/TVolumeViewIter.h", 21,
01071                   typeid(::TVolumeViewIter), DefineBehavior(ptr, ptr),
01072                   &::TVolumeViewIter::Dictionary, isa_proxy, 0,
01073                   sizeof(::TVolumeViewIter) );
01074       instance.SetDelete(&delete_TVolumeViewIter);
01075       instance.SetDeleteArray(&deleteArray_TVolumeViewIter);
01076       instance.SetDestructor(&destruct_TVolumeViewIter);
01077       instance.SetStreamerFunc(&streamer_TVolumeViewIter);
01078       return &instance;
01079    }
01080    TGenericClassInfo *GenerateInitInstance(const ::TVolumeViewIter*)
01081    {
01082       return GenerateInitInstanceLocal((::TVolumeViewIter*)0);
01083    }
01084    // Static variable to force the class initialization
01085    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVolumeViewIter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01086 } // end of namespace ROOT
01087 
01088 //______________________________________________________________________________
01089 TClass *TCL::fgIsA = 0;  // static to hold class pointer
01090 
01091 //______________________________________________________________________________
01092 const char *TCL::Class_Name()
01093 {
01094    return "TCL";
01095 }
01096 
01097 //______________________________________________________________________________
01098 const char *TCL::ImplFileName()
01099 {
01100    return ::ROOT::GenerateInitInstanceLocal((const ::TCL*)0x0)->GetImplFileName();
01101 }
01102 
01103 //______________________________________________________________________________
01104 int TCL::ImplFileLine()
01105 {
01106    return ::ROOT::GenerateInitInstanceLocal((const ::TCL*)0x0)->GetImplFileLine();
01107 }
01108 
01109 //______________________________________________________________________________
01110 void TCL::Dictionary()
01111 {
01112    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCL*)0x0)->GetClass();
01113 }
01114 
01115 //______________________________________________________________________________
01116 TClass *TCL::Class()
01117 {
01118    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCL*)0x0)->GetClass();
01119    return fgIsA;
01120 }
01121 
01122 //______________________________________________________________________________
01123 TClass *TTable::fgIsA = 0;  // static to hold class pointer
01124 
01125 //______________________________________________________________________________
01126 const char *TTable::Class_Name()
01127 {
01128    return "TTable";
01129 }
01130 
01131 //______________________________________________________________________________
01132 const char *TTable::ImplFileName()
01133 {
01134    return ::ROOT::GenerateInitInstanceLocal((const ::TTable*)0x0)->GetImplFileName();
01135 }
01136 
01137 //______________________________________________________________________________
01138 int TTable::ImplFileLine()
01139 {
01140    return ::ROOT::GenerateInitInstanceLocal((const ::TTable*)0x0)->GetImplFileLine();
01141 }
01142 
01143 //______________________________________________________________________________
01144 void TTable::Dictionary()
01145 {
01146    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTable*)0x0)->GetClass();
01147 }
01148 
01149 //______________________________________________________________________________
01150 TClass *TTable::Class()
01151 {
01152    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTable*)0x0)->GetClass();
01153    return fgIsA;
01154 }
01155 
01156 //______________________________________________________________________________
01157 TClass *TDataSetIter::fgIsA = 0;  // static to hold class pointer
01158 
01159 //______________________________________________________________________________
01160 const char *TDataSetIter::Class_Name()
01161 {
01162    return "TDataSetIter";
01163 }
01164 
01165 //______________________________________________________________________________
01166 const char *TDataSetIter::ImplFileName()
01167 {
01168    return ::ROOT::GenerateInitInstanceLocal((const ::TDataSetIter*)0x0)->GetImplFileName();
01169 }
01170 
01171 //______________________________________________________________________________
01172 int TDataSetIter::ImplFileLine()
01173 {
01174    return ::ROOT::GenerateInitInstanceLocal((const ::TDataSetIter*)0x0)->GetImplFileLine();
01175 }
01176 
01177 //______________________________________________________________________________
01178 void TDataSetIter::Dictionary()
01179 {
01180    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDataSetIter*)0x0)->GetClass();
01181 }
01182 
01183 //______________________________________________________________________________
01184 TClass *TDataSetIter::Class()
01185 {
01186    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDataSetIter*)0x0)->GetClass();
01187    return fgIsA;
01188 }
01189 
01190 //______________________________________________________________________________
01191 TClass *TDataSet::fgIsA = 0;  // static to hold class pointer
01192 
01193 //______________________________________________________________________________
01194 const char *TDataSet::Class_Name()
01195 {
01196    return "TDataSet";
01197 }
01198 
01199 //______________________________________________________________________________
01200 const char *TDataSet::ImplFileName()
01201 {
01202    return ::ROOT::GenerateInitInstanceLocal((const ::TDataSet*)0x0)->GetImplFileName();
01203 }
01204 
01205 //______________________________________________________________________________
01206 int TDataSet::ImplFileLine()
01207 {
01208    return ::ROOT::GenerateInitInstanceLocal((const ::TDataSet*)0x0)->GetImplFileLine();
01209 }
01210 
01211 //______________________________________________________________________________
01212 void TDataSet::Dictionary()
01213 {
01214    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDataSet*)0x0)->GetClass();
01215 }
01216 
01217 //______________________________________________________________________________
01218 TClass *TDataSet::Class()
01219 {
01220    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDataSet*)0x0)->GetClass();
01221    return fgIsA;
01222 }
01223 
01224 //______________________________________________________________________________
01225 TClass *TTableDescriptor::fgIsA = 0;  // static to hold class pointer
01226 
01227 //______________________________________________________________________________
01228 const char *TTableDescriptor::Class_Name()
01229 {
01230    return "TTableDescriptor";
01231 }
01232 
01233 //______________________________________________________________________________
01234 const char *TTableDescriptor::ImplFileName()
01235 {
01236    return ::ROOT::GenerateInitInstanceLocal((const ::TTableDescriptor*)0x0)->GetImplFileName();
01237 }
01238 
01239 //______________________________________________________________________________
01240 int TTableDescriptor::ImplFileLine()
01241 {
01242    return ::ROOT::GenerateInitInstanceLocal((const ::TTableDescriptor*)0x0)->GetImplFileLine();
01243 }
01244 
01245 //______________________________________________________________________________
01246 void TTableDescriptor::Dictionary()
01247 {
01248    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableDescriptor*)0x0)->GetClass();
01249 }
01250 
01251 //______________________________________________________________________________
01252 TClass *TTableDescriptor::Class()
01253 {
01254    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableDescriptor*)0x0)->GetClass();
01255    return fgIsA;
01256 }
01257 
01258 //______________________________________________________________________________
01259 TClass *TTableMap::fgIsA = 0;  // static to hold class pointer
01260 
01261 //______________________________________________________________________________
01262 const char *TTableMap::Class_Name()
01263 {
01264    return "TTableMap";
01265 }
01266 
01267 //______________________________________________________________________________
01268 const char *TTableMap::ImplFileName()
01269 {
01270    return ::ROOT::GenerateInitInstanceLocal((const ::TTableMap*)0x0)->GetImplFileName();
01271 }
01272 
01273 //______________________________________________________________________________
01274 int TTableMap::ImplFileLine()
01275 {
01276    return ::ROOT::GenerateInitInstanceLocal((const ::TTableMap*)0x0)->GetImplFileLine();
01277 }
01278 
01279 //______________________________________________________________________________
01280 void TTableMap::Dictionary()
01281 {
01282    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableMap*)0x0)->GetClass();
01283 }
01284 
01285 //______________________________________________________________________________
01286 TClass *TTableMap::Class()
01287 {
01288    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableMap*)0x0)->GetClass();
01289    return fgIsA;
01290 }
01291 
01292 //______________________________________________________________________________
01293 TClass *TChair::fgIsA = 0;  // static to hold class pointer
01294 
01295 //______________________________________________________________________________
01296 const char *TChair::Class_Name()
01297 {
01298    return "TChair";
01299 }
01300 
01301 //______________________________________________________________________________
01302 const char *TChair::ImplFileName()
01303 {
01304    return ::ROOT::GenerateInitInstanceLocal((const ::TChair*)0x0)->GetImplFileName();
01305 }
01306 
01307 //______________________________________________________________________________
01308 int TChair::ImplFileLine()
01309 {
01310    return ::ROOT::GenerateInitInstanceLocal((const ::TChair*)0x0)->GetImplFileLine();
01311 }
01312 
01313 //______________________________________________________________________________
01314 void TChair::Dictionary()
01315 {
01316    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TChair*)0x0)->GetClass();
01317 }
01318 
01319 //______________________________________________________________________________
01320 TClass *TChair::Class()
01321 {
01322    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TChair*)0x0)->GetClass();
01323    return fgIsA;
01324 }
01325 
01326 //______________________________________________________________________________
01327 TClass *TColumnView::fgIsA = 0;  // static to hold class pointer
01328 
01329 //______________________________________________________________________________
01330 const char *TColumnView::Class_Name()
01331 {
01332    return "TColumnView";
01333 }
01334 
01335 //______________________________________________________________________________
01336 const char *TColumnView::ImplFileName()
01337 {
01338    return ::ROOT::GenerateInitInstanceLocal((const ::TColumnView*)0x0)->GetImplFileName();
01339 }
01340 
01341 //______________________________________________________________________________
01342 int TColumnView::ImplFileLine()
01343 {
01344    return ::ROOT::GenerateInitInstanceLocal((const ::TColumnView*)0x0)->GetImplFileLine();
01345 }
01346 
01347 //______________________________________________________________________________
01348 void TColumnView::Dictionary()
01349 {
01350    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TColumnView*)0x0)->GetClass();
01351 }
01352 
01353 //______________________________________________________________________________
01354 TClass *TColumnView::Class()
01355 {
01356    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TColumnView*)0x0)->GetClass();
01357    return fgIsA;
01358 }
01359 
01360 //______________________________________________________________________________
01361 TClass *TFileIter::fgIsA = 0;  // static to hold class pointer
01362 
01363 //______________________________________________________________________________
01364 const char *TFileIter::Class_Name()
01365 {
01366    return "TFileIter";
01367 }
01368 
01369 //______________________________________________________________________________
01370 const char *TFileIter::ImplFileName()
01371 {
01372    return ::ROOT::GenerateInitInstanceLocal((const ::TFileIter*)0x0)->GetImplFileName();
01373 }
01374 
01375 //______________________________________________________________________________
01376 int TFileIter::ImplFileLine()
01377 {
01378    return ::ROOT::GenerateInitInstanceLocal((const ::TFileIter*)0x0)->GetImplFileLine();
01379 }
01380 
01381 //______________________________________________________________________________
01382 void TFileIter::Dictionary()
01383 {
01384    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFileIter*)0x0)->GetClass();
01385 }
01386 
01387 //______________________________________________________________________________
01388 TClass *TFileIter::Class()
01389 {
01390    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFileIter*)0x0)->GetClass();
01391    return fgIsA;
01392 }
01393 
01394 //______________________________________________________________________________
01395 TClass *TFileSet::fgIsA = 0;  // static to hold class pointer
01396 
01397 //______________________________________________________________________________
01398 const char *TFileSet::Class_Name()
01399 {
01400    return "TFileSet";
01401 }
01402 
01403 //______________________________________________________________________________
01404 const char *TFileSet::ImplFileName()
01405 {
01406    return ::ROOT::GenerateInitInstanceLocal((const ::TFileSet*)0x0)->GetImplFileName();
01407 }
01408 
01409 //______________________________________________________________________________
01410 int TFileSet::ImplFileLine()
01411 {
01412    return ::ROOT::GenerateInitInstanceLocal((const ::TFileSet*)0x0)->GetImplFileLine();
01413 }
01414 
01415 //______________________________________________________________________________
01416 void TFileSet::Dictionary()
01417 {
01418    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFileSet*)0x0)->GetClass();
01419 }
01420 
01421 //______________________________________________________________________________
01422 TClass *TFileSet::Class()
01423 {
01424    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFileSet*)0x0)->GetClass();
01425    return fgIsA;
01426 }
01427 
01428 //______________________________________________________________________________
01429 TClass *TGenericTable::fgIsA = 0;  // static to hold class pointer
01430 
01431 //______________________________________________________________________________
01432 const char *TGenericTable::Class_Name()
01433 {
01434    return "TGenericTable";
01435 }
01436 
01437 //______________________________________________________________________________
01438 const char *TGenericTable::ImplFileName()
01439 {
01440    return ::ROOT::GenerateInitInstanceLocal((const ::TGenericTable*)0x0)->GetImplFileName();
01441 }
01442 
01443 //______________________________________________________________________________
01444 int TGenericTable::ImplFileLine()
01445 {
01446    return ::ROOT::GenerateInitInstanceLocal((const ::TGenericTable*)0x0)->GetImplFileLine();
01447 }
01448 
01449 //______________________________________________________________________________
01450 void TGenericTable::Dictionary()
01451 {
01452    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGenericTable*)0x0)->GetClass();
01453 }
01454 
01455 //______________________________________________________________________________
01456 TClass *TGenericTable::Class()
01457 {
01458    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGenericTable*)0x0)->GetClass();
01459    return fgIsA;
01460 }
01461 
01462 //______________________________________________________________________________
01463 TClass *TIndexTable::fgIsA = 0;  // static to hold class pointer
01464 
01465 //______________________________________________________________________________
01466 const char *TIndexTable::Class_Name()
01467 {
01468    return "TIndexTable";
01469 }
01470 
01471 //______________________________________________________________________________
01472 const char *TIndexTable::ImplFileName()
01473 {
01474    return ::ROOT::GenerateInitInstanceLocal((const ::TIndexTable*)0x0)->GetImplFileName();
01475 }
01476 
01477 //______________________________________________________________________________
01478 int TIndexTable::ImplFileLine()
01479 {
01480    return ::ROOT::GenerateInitInstanceLocal((const ::TIndexTable*)0x0)->GetImplFileLine();
01481 }
01482 
01483 //______________________________________________________________________________
01484 void TIndexTable::Dictionary()
01485 {
01486    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TIndexTable*)0x0)->GetClass();
01487 }
01488 
01489 //______________________________________________________________________________
01490 TClass *TIndexTable::Class()
01491 {
01492    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TIndexTable*)0x0)->GetClass();
01493    return fgIsA;
01494 }
01495 
01496 //______________________________________________________________________________
01497 TClass *TObjectSet::fgIsA = 0;  // static to hold class pointer
01498 
01499 //______________________________________________________________________________
01500 const char *TObjectSet::Class_Name()
01501 {
01502    return "TObjectSet";
01503 }
01504 
01505 //______________________________________________________________________________
01506 const char *TObjectSet::ImplFileName()
01507 {
01508    return ::ROOT::GenerateInitInstanceLocal((const ::TObjectSet*)0x0)->GetImplFileName();
01509 }
01510 
01511 //______________________________________________________________________________
01512 int TObjectSet::ImplFileLine()
01513 {
01514    return ::ROOT::GenerateInitInstanceLocal((const ::TObjectSet*)0x0)->GetImplFileLine();
01515 }
01516 
01517 //______________________________________________________________________________
01518 void TObjectSet::Dictionary()
01519 {
01520    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TObjectSet*)0x0)->GetClass();
01521 }
01522 
01523 //______________________________________________________________________________
01524 TClass *TObjectSet::Class()
01525 {
01526    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TObjectSet*)0x0)->GetClass();
01527    return fgIsA;
01528 }
01529 
01530 //______________________________________________________________________________
01531 TClass *TPoints3D::fgIsA = 0;  // static to hold class pointer
01532 
01533 //______________________________________________________________________________
01534 const char *TPoints3D::Class_Name()
01535 {
01536    return "TPoints3D";
01537 }
01538 
01539 //______________________________________________________________________________
01540 const char *TPoints3D::ImplFileName()
01541 {
01542    return ::ROOT::GenerateInitInstanceLocal((const ::TPoints3D*)0x0)->GetImplFileName();
01543 }
01544 
01545 //______________________________________________________________________________
01546 int TPoints3D::ImplFileLine()
01547 {
01548    return ::ROOT::GenerateInitInstanceLocal((const ::TPoints3D*)0x0)->GetImplFileLine();
01549 }
01550 
01551 //______________________________________________________________________________
01552 void TPoints3D::Dictionary()
01553 {
01554    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPoints3D*)0x0)->GetClass();
01555 }
01556 
01557 //______________________________________________________________________________
01558 TClass *TPoints3D::Class()
01559 {
01560    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPoints3D*)0x0)->GetClass();
01561    return fgIsA;
01562 }
01563 
01564 //______________________________________________________________________________
01565 TClass *TPointsArray3D::fgIsA = 0;  // static to hold class pointer
01566 
01567 //______________________________________________________________________________
01568 const char *TPointsArray3D::Class_Name()
01569 {
01570    return "TPointsArray3D";
01571 }
01572 
01573 //______________________________________________________________________________
01574 const char *TPointsArray3D::ImplFileName()
01575 {
01576    return ::ROOT::GenerateInitInstanceLocal((const ::TPointsArray3D*)0x0)->GetImplFileName();
01577 }
01578 
01579 //______________________________________________________________________________
01580 int TPointsArray3D::ImplFileLine()
01581 {
01582    return ::ROOT::GenerateInitInstanceLocal((const ::TPointsArray3D*)0x0)->GetImplFileLine();
01583 }
01584 
01585 //______________________________________________________________________________
01586 void TPointsArray3D::Dictionary()
01587 {
01588    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPointsArray3D*)0x0)->GetClass();
01589 }
01590 
01591 //______________________________________________________________________________
01592 TClass *TPointsArray3D::Class()
01593 {
01594    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPointsArray3D*)0x0)->GetClass();
01595    return fgIsA;
01596 }
01597 
01598 //______________________________________________________________________________
01599 TClass *TPolyLineShape::fgIsA = 0;  // static to hold class pointer
01600 
01601 //______________________________________________________________________________
01602 const char *TPolyLineShape::Class_Name()
01603 {
01604    return "TPolyLineShape";
01605 }
01606 
01607 //______________________________________________________________________________
01608 const char *TPolyLineShape::ImplFileName()
01609 {
01610    return ::ROOT::GenerateInitInstanceLocal((const ::TPolyLineShape*)0x0)->GetImplFileName();
01611 }
01612 
01613 //______________________________________________________________________________
01614 int TPolyLineShape::ImplFileLine()
01615 {
01616    return ::ROOT::GenerateInitInstanceLocal((const ::TPolyLineShape*)0x0)->GetImplFileLine();
01617 }
01618 
01619 //______________________________________________________________________________
01620 void TPolyLineShape::Dictionary()
01621 {
01622    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPolyLineShape*)0x0)->GetClass();
01623 }
01624 
01625 //______________________________________________________________________________
01626 TClass *TPolyLineShape::Class()
01627 {
01628    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TPolyLineShape*)0x0)->GetClass();
01629    return fgIsA;
01630 }
01631 
01632 //______________________________________________________________________________
01633 TClass *TResponseTable::fgIsA = 0;  // static to hold class pointer
01634 
01635 //______________________________________________________________________________
01636 const char *TResponseTable::Class_Name()
01637 {
01638    return "TResponseTable";
01639 }
01640 
01641 //______________________________________________________________________________
01642 const char *TResponseTable::ImplFileName()
01643 {
01644    return ::ROOT::GenerateInitInstanceLocal((const ::TResponseTable*)0x0)->GetImplFileName();
01645 }
01646 
01647 //______________________________________________________________________________
01648 int TResponseTable::ImplFileLine()
01649 {
01650    return ::ROOT::GenerateInitInstanceLocal((const ::TResponseTable*)0x0)->GetImplFileLine();
01651 }
01652 
01653 //______________________________________________________________________________
01654 void TResponseTable::Dictionary()
01655 {
01656    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TResponseTable*)0x0)->GetClass();
01657 }
01658 
01659 //______________________________________________________________________________
01660 TClass *TResponseTable::Class()
01661 {
01662    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TResponseTable*)0x0)->GetClass();
01663    return fgIsA;
01664 }
01665 
01666 //______________________________________________________________________________
01667 TClass *TTableSorter::fgIsA = 0;  // static to hold class pointer
01668 
01669 //______________________________________________________________________________
01670 const char *TTableSorter::Class_Name()
01671 {
01672    return "TTableSorter";
01673 }
01674 
01675 //______________________________________________________________________________
01676 const char *TTableSorter::ImplFileName()
01677 {
01678    return ::ROOT::GenerateInitInstanceLocal((const ::TTableSorter*)0x0)->GetImplFileName();
01679 }
01680 
01681 //______________________________________________________________________________
01682 int TTableSorter::ImplFileLine()
01683 {
01684    return ::ROOT::GenerateInitInstanceLocal((const ::TTableSorter*)0x0)->GetImplFileLine();
01685 }
01686 
01687 //______________________________________________________________________________
01688 void TTableSorter::Dictionary()
01689 {
01690    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableSorter*)0x0)->GetClass();
01691 }
01692 
01693 //______________________________________________________________________________
01694 TClass *TTableSorter::Class()
01695 {
01696    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableSorter*)0x0)->GetClass();
01697    return fgIsA;
01698 }
01699 
01700 //______________________________________________________________________________
01701 TClass *TTablePoints::fgIsA = 0;  // static to hold class pointer
01702 
01703 //______________________________________________________________________________
01704 const char *TTablePoints::Class_Name()
01705 {
01706    return "TTablePoints";
01707 }
01708 
01709 //______________________________________________________________________________
01710 const char *TTablePoints::ImplFileName()
01711 {
01712    return ::ROOT::GenerateInitInstanceLocal((const ::TTablePoints*)0x0)->GetImplFileName();
01713 }
01714 
01715 //______________________________________________________________________________
01716 int TTablePoints::ImplFileLine()
01717 {
01718    return ::ROOT::GenerateInitInstanceLocal((const ::TTablePoints*)0x0)->GetImplFileLine();
01719 }
01720 
01721 //______________________________________________________________________________
01722 void TTablePoints::Dictionary()
01723 {
01724    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTablePoints*)0x0)->GetClass();
01725 }
01726 
01727 //______________________________________________________________________________
01728 TClass *TTablePoints::Class()
01729 {
01730    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTablePoints*)0x0)->GetClass();
01731    return fgIsA;
01732 }
01733 
01734 //______________________________________________________________________________
01735 TClass *TTable3Points::fgIsA = 0;  // static to hold class pointer
01736 
01737 //______________________________________________________________________________
01738 const char *TTable3Points::Class_Name()
01739 {
01740    return "TTable3Points";
01741 }
01742 
01743 //______________________________________________________________________________
01744 const char *TTable3Points::ImplFileName()
01745 {
01746    return ::ROOT::GenerateInitInstanceLocal((const ::TTable3Points*)0x0)->GetImplFileName();
01747 }
01748 
01749 //______________________________________________________________________________
01750 int TTable3Points::ImplFileLine()
01751 {
01752    return ::ROOT::GenerateInitInstanceLocal((const ::TTable3Points*)0x0)->GetImplFileLine();
01753 }
01754 
01755 //______________________________________________________________________________
01756 void TTable3Points::Dictionary()
01757 {
01758    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTable3Points*)0x0)->GetClass();
01759 }
01760 
01761 //______________________________________________________________________________
01762 TClass *TTable3Points::Class()
01763 {
01764    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTable3Points*)0x0)->GetClass();
01765    return fgIsA;
01766 }
01767 
01768 //______________________________________________________________________________
01769 TClass *TTableIter::fgIsA = 0;  // static to hold class pointer
01770 
01771 //______________________________________________________________________________
01772 const char *TTableIter::Class_Name()
01773 {
01774    return "TTableIter";
01775 }
01776 
01777 //______________________________________________________________________________
01778 const char *TTableIter::ImplFileName()
01779 {
01780    return ::ROOT::GenerateInitInstanceLocal((const ::TTableIter*)0x0)->GetImplFileName();
01781 }
01782 
01783 //______________________________________________________________________________
01784 int TTableIter::ImplFileLine()
01785 {
01786    return ::ROOT::GenerateInitInstanceLocal((const ::TTableIter*)0x0)->GetImplFileLine();
01787 }
01788 
01789 //______________________________________________________________________________
01790 void TTableIter::Dictionary()
01791 {
01792    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableIter*)0x0)->GetClass();
01793 }
01794 
01795 //______________________________________________________________________________
01796 TClass *TTableIter::Class()
01797 {
01798    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableIter*)0x0)->GetClass();
01799    return fgIsA;
01800 }
01801 
01802 //______________________________________________________________________________
01803 TClass *TVolumePosition::fgIsA = 0;  // static to hold class pointer
01804 
01805 //______________________________________________________________________________
01806 const char *TVolumePosition::Class_Name()
01807 {
01808    return "TVolumePosition";
01809 }
01810 
01811 //______________________________________________________________________________
01812 const char *TVolumePosition::ImplFileName()
01813 {
01814    return ::ROOT::GenerateInitInstanceLocal((const ::TVolumePosition*)0x0)->GetImplFileName();
01815 }
01816 
01817 //______________________________________________________________________________
01818 int TVolumePosition::ImplFileLine()
01819 {
01820    return ::ROOT::GenerateInitInstanceLocal((const ::TVolumePosition*)0x0)->GetImplFileLine();
01821 }
01822 
01823 //______________________________________________________________________________
01824 void TVolumePosition::Dictionary()
01825 {
01826    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolumePosition*)0x0)->GetClass();
01827 }
01828 
01829 //______________________________________________________________________________
01830 TClass *TVolumePosition::Class()
01831 {
01832    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolumePosition*)0x0)->GetClass();
01833    return fgIsA;
01834 }
01835 
01836 //______________________________________________________________________________
01837 TClass *TVolume::fgIsA = 0;  // static to hold class pointer
01838 
01839 //______________________________________________________________________________
01840 const char *TVolume::Class_Name()
01841 {
01842    return "TVolume";
01843 }
01844 
01845 //______________________________________________________________________________
01846 const char *TVolume::ImplFileName()
01847 {
01848    return ::ROOT::GenerateInitInstanceLocal((const ::TVolume*)0x0)->GetImplFileName();
01849 }
01850 
01851 //______________________________________________________________________________
01852 int TVolume::ImplFileLine()
01853 {
01854    return ::ROOT::GenerateInitInstanceLocal((const ::TVolume*)0x0)->GetImplFileLine();
01855 }
01856 
01857 //______________________________________________________________________________
01858 void TVolume::Dictionary()
01859 {
01860    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolume*)0x0)->GetClass();
01861 }
01862 
01863 //______________________________________________________________________________
01864 TClass *TVolume::Class()
01865 {
01866    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolume*)0x0)->GetClass();
01867    return fgIsA;
01868 }
01869 
01870 //______________________________________________________________________________
01871 TClass *TVolumeView::fgIsA = 0;  // static to hold class pointer
01872 
01873 //______________________________________________________________________________
01874 const char *TVolumeView::Class_Name()
01875 {
01876    return "TVolumeView";
01877 }
01878 
01879 //______________________________________________________________________________
01880 const char *TVolumeView::ImplFileName()
01881 {
01882    return ::ROOT::GenerateInitInstanceLocal((const ::TVolumeView*)0x0)->GetImplFileName();
01883 }
01884 
01885 //______________________________________________________________________________
01886 int TVolumeView::ImplFileLine()
01887 {
01888    return ::ROOT::GenerateInitInstanceLocal((const ::TVolumeView*)0x0)->GetImplFileLine();
01889 }
01890 
01891 //______________________________________________________________________________
01892 void TVolumeView::Dictionary()
01893 {
01894    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolumeView*)0x0)->GetClass();
01895 }
01896 
01897 //______________________________________________________________________________
01898 TClass *TVolumeView::Class()
01899 {
01900    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolumeView*)0x0)->GetClass();
01901    return fgIsA;
01902 }
01903 
01904 //______________________________________________________________________________
01905 TClass *TVolumeViewIter::fgIsA = 0;  // static to hold class pointer
01906 
01907 //______________________________________________________________________________
01908 const char *TVolumeViewIter::Class_Name()
01909 {
01910    return "TVolumeViewIter";
01911 }
01912 
01913 //______________________________________________________________________________
01914 const char *TVolumeViewIter::ImplFileName()
01915 {
01916    return ::ROOT::GenerateInitInstanceLocal((const ::TVolumeViewIter*)0x0)->GetImplFileName();
01917 }
01918 
01919 //______________________________________________________________________________
01920 int TVolumeViewIter::ImplFileLine()
01921 {
01922    return ::ROOT::GenerateInitInstanceLocal((const ::TVolumeViewIter*)0x0)->GetImplFileLine();
01923 }
01924 
01925 //______________________________________________________________________________
01926 void TVolumeViewIter::Dictionary()
01927 {
01928    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolumeViewIter*)0x0)->GetClass();
01929 }
01930 
01931 //______________________________________________________________________________
01932 TClass *TVolumeViewIter::Class()
01933 {
01934    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVolumeViewIter*)0x0)->GetClass();
01935    return fgIsA;
01936 }
01937 
01938 //______________________________________________________________________________
01939 void TDataSet::Streamer(TBuffer &R__b)
01940 {
01941    // Stream an object of class TDataSet.
01942 
01943    if (R__b.IsReading()) {
01944       R__b.ReadClassBuffer(TDataSet::Class(),this);
01945    } else {
01946       R__b.WriteClassBuffer(TDataSet::Class(),this);
01947    }
01948 }
01949 
01950 //______________________________________________________________________________
01951 void TDataSet::ShowMembers(TMemberInspector &R__insp)
01952 {
01953       // Inspect the data members of an object of class TDataSet.
01954       TClass *R__cl = ::TDataSet::IsA();
01955       if (R__cl || R__insp.IsA()) { }
01956       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
01957       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fList", &fList);
01958       TNamed::ShowMembers(R__insp);
01959 }
01960 
01961 namespace ROOT {
01962    // Wrappers around operator new
01963    static void *new_TDataSet(void *p) {
01964       return  p ? new(p) ::TDataSet : new ::TDataSet;
01965    }
01966    static void *newArray_TDataSet(Long_t nElements, void *p) {
01967       return p ? new(p) ::TDataSet[nElements] : new ::TDataSet[nElements];
01968    }
01969    // Wrapper around operator delete
01970    static void delete_TDataSet(void *p) {
01971       delete ((::TDataSet*)p);
01972    }
01973    static void deleteArray_TDataSet(void *p) {
01974       delete [] ((::TDataSet*)p);
01975    }
01976    static void destruct_TDataSet(void *p) {
01977       typedef ::TDataSet current_t;
01978       ((current_t*)p)->~current_t();
01979    }
01980 } // end of namespace ROOT for class ::TDataSet
01981 
01982 //______________________________________________________________________________
01983 void TDataSetIter::Streamer(TBuffer &R__b)
01984 {
01985    // Stream an object of class TDataSetIter.
01986 
01987    TObject::Streamer(R__b);
01988 }
01989 
01990 //______________________________________________________________________________
01991 void TDataSetIter::ShowMembers(TMemberInspector &R__insp)
01992 {
01993       // Inspect the data members of an object of class TDataSetIter.
01994       TClass *R__cl = ::TDataSetIter::IsA();
01995       if (R__cl || R__insp.IsA()) { }
01996       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNext", &fNext);
01997       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextSet[100]", &fNextSet);
01998       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDepth", &fDepth);
01999       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxDepth", &fMaxDepth);
02000       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDataSet", &fDataSet);
02001       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRootDataSet", &fRootDataSet);
02002       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWorkingDataSet", &fWorkingDataSet);
02003       TObject::ShowMembers(R__insp);
02004 }
02005 
02006 namespace ROOT {
02007    // Wrappers around operator new
02008    static void *new_TDataSetIter(void *p) {
02009       return  p ? new(p) ::TDataSetIter : new ::TDataSetIter;
02010    }
02011    static void *newArray_TDataSetIter(Long_t nElements, void *p) {
02012       return p ? new(p) ::TDataSetIter[nElements] : new ::TDataSetIter[nElements];
02013    }
02014    // Wrapper around operator delete
02015    static void delete_TDataSetIter(void *p) {
02016       delete ((::TDataSetIter*)p);
02017    }
02018    static void deleteArray_TDataSetIter(void *p) {
02019       delete [] ((::TDataSetIter*)p);
02020    }
02021    static void destruct_TDataSetIter(void *p) {
02022       typedef ::TDataSetIter current_t;
02023       ((current_t*)p)->~current_t();
02024    }
02025    // Wrapper around a custom streamer member function.
02026    static void streamer_TDataSetIter(TBuffer &buf, void *obj) {
02027       ((::TDataSetIter*)obj)->::TDataSetIter::Streamer(buf);
02028    }
02029 } // end of namespace ROOT for class ::TDataSetIter
02030 
02031 //______________________________________________________________________________
02032 void TFileSet::Streamer(TBuffer &R__b)
02033 {
02034    // Stream an object of class TFileSet.
02035 
02036    if (R__b.IsReading()) {
02037       R__b.ReadClassBuffer(TFileSet::Class(),this);
02038    } else {
02039       R__b.WriteClassBuffer(TFileSet::Class(),this);
02040    }
02041 }
02042 
02043 //______________________________________________________________________________
02044 void TFileSet::ShowMembers(TMemberInspector &R__insp)
02045 {
02046       // Inspect the data members of an object of class TFileSet.
02047       TClass *R__cl = ::TFileSet::IsA();
02048       if (R__cl || R__insp.IsA()) { }
02049       TDataSet::ShowMembers(R__insp);
02050 }
02051 
02052 namespace ROOT {
02053    // Wrappers around operator new
02054    static void *new_TFileSet(void *p) {
02055       return  p ? new(p) ::TFileSet : new ::TFileSet;
02056    }
02057    static void *newArray_TFileSet(Long_t nElements, void *p) {
02058       return p ? new(p) ::TFileSet[nElements] : new ::TFileSet[nElements];
02059    }
02060    // Wrapper around operator delete
02061    static void delete_TFileSet(void *p) {
02062       delete ((::TFileSet*)p);
02063    }
02064    static void deleteArray_TFileSet(void *p) {
02065       delete [] ((::TFileSet*)p);
02066    }
02067    static void destruct_TFileSet(void *p) {
02068       typedef ::TFileSet current_t;
02069       ((current_t*)p)->~current_t();
02070    }
02071 } // end of namespace ROOT for class ::TFileSet
02072 
02073 //______________________________________________________________________________
02074 void TFileIter::Streamer(TBuffer &R__b)
02075 {
02076    // Stream an object of class TFileIter.
02077 
02078    TListIter::Streamer(R__b);
02079 }
02080 
02081 //______________________________________________________________________________
02082 void TFileIter::ShowMembers(TMemberInspector &R__insp)
02083 {
02084       // Inspect the data members of an object of class TFileIter.
02085       TClass *R__cl = ::TFileIter::IsA();
02086       if (R__cl || R__insp.IsA()) { }
02087       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileBackUp", &fFileBackUp);
02088       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectoryBackUp", &fDirectoryBackUp);
02089       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNestedIterator", &fNestedIterator);
02090       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRootFile", &fRootFile);
02091       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEventName", &fEventName);
02092       R__insp.InspectMember(fEventName, "fEventName.");
02093       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRunNumber", &fRunNumber);
02094       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEventNumber", &fEventNumber);
02095       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCursorPosition", &fCursorPosition);
02096       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOwnTFile", &fOwnTFile);
02097       TListIter::ShowMembers(R__insp);
02098 }
02099 
02100 namespace ROOT {
02101    // Wrappers around operator new
02102    static void *new_TFileIter(void *p) {
02103       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TFileIter : new ::TFileIter;
02104    }
02105    static void *newArray_TFileIter(Long_t nElements, void *p) {
02106       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TFileIter[nElements] : new ::TFileIter[nElements];
02107    }
02108    // Wrapper around operator delete
02109    static void delete_TFileIter(void *p) {
02110       delete ((::TFileIter*)p);
02111    }
02112    static void deleteArray_TFileIter(void *p) {
02113       delete [] ((::TFileIter*)p);
02114    }
02115    static void destruct_TFileIter(void *p) {
02116       typedef ::TFileIter current_t;
02117       ((current_t*)p)->~current_t();
02118    }
02119    // Wrapper around a custom streamer member function.
02120    static void streamer_TFileIter(TBuffer &buf, void *obj) {
02121       ((::TFileIter*)obj)->::TFileIter::Streamer(buf);
02122    }
02123 } // end of namespace ROOT for class ::TFileIter
02124 
02125 //______________________________________________________________________________
02126 void TObjectSet::Streamer(TBuffer &R__b)
02127 {
02128    // Stream an object of class TObjectSet.
02129 
02130    if (R__b.IsReading()) {
02131       R__b.ReadClassBuffer(TObjectSet::Class(),this);
02132    } else {
02133       R__b.WriteClassBuffer(TObjectSet::Class(),this);
02134    }
02135 }
02136 
02137 //______________________________________________________________________________
02138 void TObjectSet::ShowMembers(TMemberInspector &R__insp)
02139 {
02140       // Inspect the data members of an object of class TObjectSet.
02141       TClass *R__cl = ::TObjectSet::IsA();
02142       if (R__cl || R__insp.IsA()) { }
02143       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObj", &fObj);
02144       TDataSet::ShowMembers(R__insp);
02145 }
02146 
02147 namespace ROOT {
02148    // Wrappers around operator new
02149    static void *new_TObjectSet(void *p) {
02150       return  p ? new(p) ::TObjectSet : new ::TObjectSet;
02151    }
02152    static void *newArray_TObjectSet(Long_t nElements, void *p) {
02153       return p ? new(p) ::TObjectSet[nElements] : new ::TObjectSet[nElements];
02154    }
02155    // Wrapper around operator delete
02156    static void delete_TObjectSet(void *p) {
02157       delete ((::TObjectSet*)p);
02158    }
02159    static void deleteArray_TObjectSet(void *p) {
02160       delete [] ((::TObjectSet*)p);
02161    }
02162    static void destruct_TObjectSet(void *p) {
02163       typedef ::TObjectSet current_t;
02164       ((current_t*)p)->~current_t();
02165    }
02166 } // end of namespace ROOT for class ::TObjectSet
02167 
02168 //______________________________________________________________________________
02169 void TCL::Streamer(TBuffer &R__b)
02170 {
02171    // Stream an object of class TCL.
02172 
02173    ::Error("TCL::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
02174 }
02175 
02176 //______________________________________________________________________________
02177 void TCL::ShowMembers(TMemberInspector &R__insp)
02178 {
02179       // Inspect the data members of an object of class TCL.
02180       TClass *R__cl = ::TCL::IsA();
02181       if (R__cl || R__insp.IsA()) { }
02182 }
02183 
02184 namespace ROOT {
02185    // Wrappers around operator new
02186    static void *new_TCL(void *p) {
02187       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TCL : new ::TCL;
02188    }
02189    static void *newArray_TCL(Long_t nElements, void *p) {
02190       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TCL[nElements] : new ::TCL[nElements];
02191    }
02192    // Wrapper around operator delete
02193    static void delete_TCL(void *p) {
02194       delete ((::TCL*)p);
02195    }
02196    static void deleteArray_TCL(void *p) {
02197       delete [] ((::TCL*)p);
02198    }
02199    static void destruct_TCL(void *p) {
02200       typedef ::TCL current_t;
02201       ((current_t*)p)->~current_t();
02202    }
02203    // Wrapper around a custom streamer member function.
02204    static void streamer_TCL(TBuffer &buf, void *obj) {
02205       ((::TCL*)obj)->::TCL::Streamer(buf);
02206    }
02207 } // end of namespace ROOT for class ::TCL
02208 
02209 //______________________________________________________________________________
02210 void TTableIter::Streamer(TBuffer &R__b)
02211 {
02212    // Stream an object of class TTableIter.
02213 
02214    TObject::Streamer(R__b);
02215 }
02216 
02217 //______________________________________________________________________________
02218 void TTableIter::ShowMembers(TMemberInspector &R__insp)
02219 {
02220       // Inspect the data members of an object of class TTableIter.
02221       TClass *R__cl = ::TTableIter::IsA();
02222       if (R__cl || R__insp.IsA()) { }
02223       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTableSorter", &fTableSorter);
02224       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIndx", &fIndx);
02225       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTotalKeys", &fTotalKeys);
02226       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirstIndx", &fFirstIndx);
02227       TObject::ShowMembers(R__insp);
02228 }
02229 
02230 namespace ROOT {
02231    // Wrapper around operator delete
02232    static void delete_TTableIter(void *p) {
02233       delete ((::TTableIter*)p);
02234    }
02235    static void deleteArray_TTableIter(void *p) {
02236       delete [] ((::TTableIter*)p);
02237    }
02238    static void destruct_TTableIter(void *p) {
02239       typedef ::TTableIter current_t;
02240       ((current_t*)p)->~current_t();
02241    }
02242    // Wrapper around a custom streamer member function.
02243    static void streamer_TTableIter(TBuffer &buf, void *obj) {
02244       ((::TTableIter*)obj)->::TTableIter::Streamer(buf);
02245    }
02246 } // end of namespace ROOT for class ::TTableIter
02247 
02248 //______________________________________________________________________________
02249 void TTable::ShowMembers(TMemberInspector &R__insp)
02250 {
02251       // Inspect the data members of an object of class TTable.
02252       TClass *R__cl = ::TTable::IsA();
02253       if (R__cl || R__insp.IsA()) { }
02254       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
02255       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
02256       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTable", &fTable);
02257       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxIndex", &fMaxIndex);
02258       TDataSet::ShowMembers(R__insp);
02259 }
02260 
02261 namespace ROOT {
02262    // Wrappers around operator new
02263    static void *new_TTable(void *p) {
02264       return  p ? new(p) ::TTable : new ::TTable;
02265    }
02266    static void *newArray_TTable(Long_t nElements, void *p) {
02267       return p ? new(p) ::TTable[nElements] : new ::TTable[nElements];
02268    }
02269    // Wrapper around operator delete
02270    static void delete_TTable(void *p) {
02271       delete ((::TTable*)p);
02272    }
02273    static void deleteArray_TTable(void *p) {
02274       delete [] ((::TTable*)p);
02275    }
02276    static void destruct_TTable(void *p) {
02277       typedef ::TTable current_t;
02278       ((current_t*)p)->~current_t();
02279    }
02280    // Wrapper around a custom streamer member function.
02281    static void streamer_TTable(TBuffer &buf, void *obj) {
02282       ((::TTable*)obj)->::TTable::Streamer(buf);
02283    }
02284 } // end of namespace ROOT for class ::TTable
02285 
02286 namespace ROOT {
02287    // Wrappers around operator new
02288    static void *new_TTablecLcLiterator(void *p) {
02289       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTable::iterator : new ::TTable::iterator;
02290    }
02291    static void *newArray_TTablecLcLiterator(Long_t nElements, void *p) {
02292       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTable::iterator[nElements] : new ::TTable::iterator[nElements];
02293    }
02294    // Wrapper around operator delete
02295    static void delete_TTablecLcLiterator(void *p) {
02296       delete ((::TTable::iterator*)p);
02297    }
02298    static void deleteArray_TTablecLcLiterator(void *p) {
02299       delete [] ((::TTable::iterator*)p);
02300    }
02301    static void destruct_TTablecLcLiterator(void *p) {
02302       typedef ::TTable::iterator current_t;
02303       ((current_t*)p)->~current_t();
02304    }
02305 } // end of namespace ROOT for class ::TTable::iterator
02306 
02307 //______________________________________________________________________________
02308 void TGenericTable::ShowMembers(TMemberInspector &R__insp)
02309 {
02310       // Inspect the data members of an object of class TGenericTable.
02311       TClass *R__cl = ::TGenericTable::IsA();
02312       if (R__cl || R__insp.IsA()) { }
02313       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColDescriptors", &fColDescriptors);
02314       TTable::ShowMembers(R__insp);
02315 }
02316 
02317 namespace ROOT {
02318    // Wrappers around operator new
02319    static void *new_TGenericTable(void *p) {
02320       return  p ? new(p) ::TGenericTable : new ::TGenericTable;
02321    }
02322    static void *newArray_TGenericTable(Long_t nElements, void *p) {
02323       return p ? new(p) ::TGenericTable[nElements] : new ::TGenericTable[nElements];
02324    }
02325    // Wrapper around operator delete
02326    static void delete_TGenericTable(void *p) {
02327       delete ((::TGenericTable*)p);
02328    }
02329    static void deleteArray_TGenericTable(void *p) {
02330       delete [] ((::TGenericTable*)p);
02331    }
02332    static void destruct_TGenericTable(void *p) {
02333       typedef ::TGenericTable current_t;
02334       ((current_t*)p)->~current_t();
02335    }
02336    // Wrapper around a custom streamer member function.
02337    static void streamer_TGenericTable(TBuffer &buf, void *obj) {
02338       ((::TGenericTable*)obj)->::TGenericTable::Streamer(buf);
02339    }
02340 } // end of namespace ROOT for class ::TGenericTable
02341 
02342 namespace ROOT {
02343    // Wrapper around operator delete
02344    static void delete_TGenericTablecLcLiterator(void *p) {
02345       delete ((::TGenericTable::iterator*)p);
02346    }
02347    static void deleteArray_TGenericTablecLcLiterator(void *p) {
02348       delete [] ((::TGenericTable::iterator*)p);
02349    }
02350    static void destruct_TGenericTablecLcLiterator(void *p) {
02351       typedef ::TGenericTable::iterator current_t;
02352       ((current_t*)p)->~current_t();
02353    }
02354 } // end of namespace ROOT for class ::TGenericTable::iterator
02355 
02356 //______________________________________________________________________________
02357 void TIndexTable::ShowMembers(TMemberInspector &R__insp)
02358 {
02359       // Inspect the data members of an object of class TIndexTable.
02360       TClass *R__cl = ::TIndexTable::IsA();
02361       if (R__cl || R__insp.IsA()) { }
02362       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRefTable", &fRefTable);
02363       TTable::ShowMembers(R__insp);
02364 }
02365 
02366 namespace ROOT {
02367    // Wrappers around operator new
02368    static void *new_TIndexTable(void *p) {
02369       return  p ? new(p) ::TIndexTable : new ::TIndexTable;
02370    }
02371    static void *newArray_TIndexTable(Long_t nElements, void *p) {
02372       return p ? new(p) ::TIndexTable[nElements] : new ::TIndexTable[nElements];
02373    }
02374    // Wrapper around operator delete
02375    static void delete_TIndexTable(void *p) {
02376       delete ((::TIndexTable*)p);
02377    }
02378    static void deleteArray_TIndexTable(void *p) {
02379       delete [] ((::TIndexTable*)p);
02380    }
02381    static void destruct_TIndexTable(void *p) {
02382       typedef ::TIndexTable current_t;
02383       ((current_t*)p)->~current_t();
02384    }
02385    // Wrapper around a custom streamer member function.
02386    static void streamer_TIndexTable(TBuffer &buf, void *obj) {
02387       ((::TIndexTable*)obj)->::TIndexTable::Streamer(buf);
02388    }
02389 } // end of namespace ROOT for class ::TIndexTable
02390 
02391 namespace ROOT {
02392    // Wrapper around operator delete
02393    static void delete_TIndexTablecLcLiterator(void *p) {
02394       delete ((::TIndexTable::iterator*)p);
02395    }
02396    static void deleteArray_TIndexTablecLcLiterator(void *p) {
02397       delete [] ((::TIndexTable::iterator*)p);
02398    }
02399    static void destruct_TIndexTablecLcLiterator(void *p) {
02400       typedef ::TIndexTable::iterator current_t;
02401       ((current_t*)p)->~current_t();
02402    }
02403 } // end of namespace ROOT for class ::TIndexTable::iterator
02404 
02405 //______________________________________________________________________________
02406 void TChair::Streamer(TBuffer &R__b)
02407 {
02408    // Stream an object of class TChair.
02409 
02410    if (R__b.IsReading()) {
02411       R__b.ReadClassBuffer(TChair::Class(),this);
02412    } else {
02413       R__b.WriteClassBuffer(TChair::Class(),this);
02414    }
02415 }
02416 
02417 //______________________________________________________________________________
02418 void TChair::ShowMembers(TMemberInspector &R__insp)
02419 {
02420       // Inspect the data members of an object of class TChair.
02421       TClass *R__cl = ::TChair::IsA();
02422       if (R__cl || R__insp.IsA()) { }
02423       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTable", &fTable);
02424       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastIndx", &fLastIndx);
02425       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastRow", &fLastRow);
02426       TDataSet::ShowMembers(R__insp);
02427 }
02428 
02429 namespace ROOT {
02430    // Wrapper around operator delete
02431    static void delete_TChair(void *p) {
02432       delete ((::TChair*)p);
02433    }
02434    static void deleteArray_TChair(void *p) {
02435       delete [] ((::TChair*)p);
02436    }
02437    static void destruct_TChair(void *p) {
02438       typedef ::TChair current_t;
02439       ((current_t*)p)->~current_t();
02440    }
02441 } // end of namespace ROOT for class ::TChair
02442 
02443 //______________________________________________________________________________
02444 void TTableSorter::Streamer(TBuffer &R__b)
02445 {
02446    // Stream an object of class TTableSorter.
02447 
02448    TNamed::Streamer(R__b);
02449 }
02450 
02451 //______________________________________________________________________________
02452 void TTableSorter::ShowMembers(TMemberInspector &R__insp)
02453 {
02454       // Inspect the data members of an object of class TTableSorter.
02455       TClass *R__cl = ::TTableSorter::IsA();
02456       if (R__cl || R__insp.IsA()) { }
02457       R__insp.Inspect(R__cl, R__insp.GetParent(), "fValue", (void*)&fValue);
02458       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSortIndex", &fSortIndex);
02459       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastFound", &fLastFound);
02460       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirstRow", &fFirstRow);
02461       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumberOfRows", &fNumberOfRows);
02462       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColName", &fColName);
02463       R__insp.InspectMember(fColName, "fColName.");
02464       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColOffset", &fColOffset);
02465       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColSize", &fColSize);
02466       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIndexArray", &fIndexArray);
02467       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColDimensions", &fColDimensions);
02468       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fsimpleArray", &fsimpleArray);
02469       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParentTable", &fParentTable);
02470       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSearchMethod", &fSearchMethod);
02471       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCompareMethod", &fCompareMethod);
02472       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColType", &fColType);
02473       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParentRowSize", &fParentRowSize);
02474       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstParentRow", &fFirstParentRow);
02475       TNamed::ShowMembers(R__insp);
02476 }
02477 
02478 namespace ROOT {
02479    // Wrappers around operator new
02480    static void *new_TTableSorter(void *p) {
02481       return  p ? new(p) ::TTableSorter : new ::TTableSorter;
02482    }
02483    static void *newArray_TTableSorter(Long_t nElements, void *p) {
02484       return p ? new(p) ::TTableSorter[nElements] : new ::TTableSorter[nElements];
02485    }
02486    // Wrapper around operator delete
02487    static void delete_TTableSorter(void *p) {
02488       delete ((::TTableSorter*)p);
02489    }
02490    static void deleteArray_TTableSorter(void *p) {
02491       delete [] ((::TTableSorter*)p);
02492    }
02493    static void destruct_TTableSorter(void *p) {
02494       typedef ::TTableSorter current_t;
02495       ((current_t*)p)->~current_t();
02496    }
02497    // Wrapper around a custom streamer member function.
02498    static void streamer_TTableSorter(TBuffer &buf, void *obj) {
02499       ((::TTableSorter*)obj)->::TTableSorter::Streamer(buf);
02500    }
02501 } // end of namespace ROOT for class ::TTableSorter
02502 
02503 //______________________________________________________________________________
02504 void TTableDescriptor::ShowMembers(TMemberInspector &R__insp)
02505 {
02506       // Inspect the data members of an object of class TTableDescriptor.
02507       TClass *R__cl = ::TTableDescriptor::IsA();
02508       if (R__cl || R__insp.IsA()) { }
02509       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRowClass", &fRowClass);
02510       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSecondDescriptor", &fSecondDescriptor);
02511       TTable::ShowMembers(R__insp);
02512 }
02513 
02514 namespace ROOT {
02515    // Wrappers around operator new
02516    static void *new_TTableDescriptor(void *p) {
02517       return  p ? new(p) ::TTableDescriptor : new ::TTableDescriptor;
02518    }
02519    static void *newArray_TTableDescriptor(Long_t nElements, void *p) {
02520       return p ? new(p) ::TTableDescriptor[nElements] : new ::TTableDescriptor[nElements];
02521    }
02522    // Wrapper around operator delete
02523    static void delete_TTableDescriptor(void *p) {
02524       delete ((::TTableDescriptor*)p);
02525    }
02526    static void deleteArray_TTableDescriptor(void *p) {
02527       delete [] ((::TTableDescriptor*)p);
02528    }
02529    static void destruct_TTableDescriptor(void *p) {
02530       typedef ::TTableDescriptor current_t;
02531       ((current_t*)p)->~current_t();
02532    }
02533    // Wrapper around a custom streamer member function.
02534    static void streamer_TTableDescriptor(TBuffer &buf, void *obj) {
02535       ((::TTableDescriptor*)obj)->::TTableDescriptor::Streamer(buf);
02536    }
02537 } // end of namespace ROOT for class ::TTableDescriptor
02538 
02539 //______________________________________________________________________________
02540 namespace ROOT {
02541    void tableDescriptor_st_ShowMembers(void *obj, TMemberInspector &R__insp)
02542    {
02543       // Inspect the data members of an object of class tableDescriptor_st.
02544       typedef ::ROOT::Shadow::tableDescriptor_st ShadowClass;
02545       ShadowClass *sobj = (ShadowClass*)obj;
02546       if (sobj) { } // Dummy usage just in case there is no datamember.
02547 
02548       TClass *R__cl  = ::ROOT::GenerateInitInstanceLocal((const ::tableDescriptor_st*)0x0)->GetClass();
02549       if (R__cl || R__insp.IsA()) { }
02550       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColumnName[32]", sobj->fColumnName);
02551       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIndexArray[3]", sobj->fIndexArray);
02552       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOffset", &sobj->fOffset);
02553       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &sobj->fSize);
02554       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTypeSize", &sobj->fTypeSize);
02555       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDimensions", &sobj->fDimensions);
02556       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &sobj->fType);
02557    }
02558 
02559 }
02560 
02561 namespace ROOT {
02562    // Wrappers around operator new
02563    static void *new_tableDescriptor_st(void *p) {
02564       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::tableDescriptor_st : new ::tableDescriptor_st;
02565    }
02566    static void *newArray_tableDescriptor_st(Long_t nElements, void *p) {
02567       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::tableDescriptor_st[nElements] : new ::tableDescriptor_st[nElements];
02568    }
02569    // Wrapper around operator delete
02570    static void delete_tableDescriptor_st(void *p) {
02571       delete ((::tableDescriptor_st*)p);
02572    }
02573    static void deleteArray_tableDescriptor_st(void *p) {
02574       delete [] ((::tableDescriptor_st*)p);
02575    }
02576    static void destruct_tableDescriptor_st(void *p) {
02577       typedef ::tableDescriptor_st current_t;
02578       ((current_t*)p)->~current_t();
02579    }
02580 } // end of namespace ROOT for class ::tableDescriptor_st
02581 
02582 //______________________________________________________________________________
02583 void TColumnView::Streamer(TBuffer &R__b)
02584 {
02585    // Stream an object of class TColumnView.
02586 
02587    TChair::Streamer(R__b);
02588 }
02589 
02590 //______________________________________________________________________________
02591 void TColumnView::ShowMembers(TMemberInspector &R__insp)
02592 {
02593       // Inspect the data members of an object of class TColumnView.
02594       TClass *R__cl = ::TColumnView::IsA();
02595       if (R__cl || R__insp.IsA()) { }
02596       TChair::ShowMembers(R__insp);
02597 }
02598 
02599 namespace ROOT {
02600    // Wrappers around operator new
02601    static void *new_TColumnView(void *p) {
02602       return  p ? new(p) ::TColumnView : new ::TColumnView;
02603    }
02604    static void *newArray_TColumnView(Long_t nElements, void *p) {
02605       return p ? new(p) ::TColumnView[nElements] : new ::TColumnView[nElements];
02606    }
02607    // Wrapper around operator delete
02608    static void delete_TColumnView(void *p) {
02609       delete ((::TColumnView*)p);
02610    }
02611    static void deleteArray_TColumnView(void *p) {
02612       delete [] ((::TColumnView*)p);
02613    }
02614    static void destruct_TColumnView(void *p) {
02615       typedef ::TColumnView current_t;
02616       ((current_t*)p)->~current_t();
02617    }
02618    // Wrapper around a custom streamer member function.
02619    static void streamer_TColumnView(TBuffer &buf, void *obj) {
02620       ((::TColumnView*)obj)->::TColumnView::Streamer(buf);
02621    }
02622 } // end of namespace ROOT for class ::TColumnView
02623 
02624 //______________________________________________________________________________
02625 void TTableMap::ShowMembers(TMemberInspector &R__insp)
02626 {
02627       // Inspect the data members of an object of class TTableMap.
02628       TClass *R__cl = ::TTableMap::IsA();
02629       if (R__cl || R__insp.IsA()) { }
02630       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTable", &fTable);
02631       TObject::ShowMembers(R__insp);
02632 }
02633 
02634 namespace ROOT {
02635    // Wrappers around operator new
02636    static void *new_TTableMap(void *p) {
02637       return  p ? new(p) ::TTableMap : new ::TTableMap;
02638    }
02639    static void *newArray_TTableMap(Long_t nElements, void *p) {
02640       return p ? new(p) ::TTableMap[nElements] : new ::TTableMap[nElements];
02641    }
02642    // Wrapper around operator delete
02643    static void delete_TTableMap(void *p) {
02644       delete ((::TTableMap*)p);
02645    }
02646    static void deleteArray_TTableMap(void *p) {
02647       delete [] ((::TTableMap*)p);
02648    }
02649    static void destruct_TTableMap(void *p) {
02650       typedef ::TTableMap current_t;
02651       ((current_t*)p)->~current_t();
02652    }
02653    // Wrapper around a custom streamer member function.
02654    static void streamer_TTableMap(TBuffer &buf, void *obj) {
02655       ((::TTableMap*)obj)->::TTableMap::Streamer(buf);
02656    }
02657 } // end of namespace ROOT for class ::TTableMap
02658 
02659 namespace ROOT {
02660    // Wrappers around operator new
02661    static void *new_TTablePadView3D(void *p) {
02662       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTablePadView3D : new ::TTablePadView3D;
02663    }
02664    static void *newArray_TTablePadView3D(Long_t nElements, void *p) {
02665       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTablePadView3D[nElements] : new ::TTablePadView3D[nElements];
02666    }
02667    // Wrapper around operator delete
02668    static void delete_TTablePadView3D(void *p) {
02669       delete ((::TTablePadView3D*)p);
02670    }
02671    static void deleteArray_TTablePadView3D(void *p) {
02672       delete [] ((::TTablePadView3D*)p);
02673    }
02674    static void destruct_TTablePadView3D(void *p) {
02675       typedef ::TTablePadView3D current_t;
02676       ((current_t*)p)->~current_t();
02677    }
02678 } // end of namespace ROOT for class ::TTablePadView3D
02679 
02680 //______________________________________________________________________________
02681 void TResponseTable::ShowMembers(TMemberInspector &R__insp)
02682 {
02683       // Inspect the data members of an object of class TResponseTable.
02684       TClass *R__cl = ::TResponseTable::IsA();
02685       if (R__cl || R__insp.IsA()) { }
02686       R__insp.Inspect(R__cl, R__insp.GetParent(), "fResponseLocation", &fResponseLocation);
02687       TGenericTable::ShowMembers(R__insp);
02688 }
02689 
02690 namespace ROOT {
02691    // Wrappers around operator new
02692    static void *new_TResponseTable(void *p) {
02693       return  p ? new(p) ::TResponseTable : new ::TResponseTable;
02694    }
02695    static void *newArray_TResponseTable(Long_t nElements, void *p) {
02696       return p ? new(p) ::TResponseTable[nElements] : new ::TResponseTable[nElements];
02697    }
02698    // Wrapper around operator delete
02699    static void delete_TResponseTable(void *p) {
02700       delete ((::TResponseTable*)p);
02701    }
02702    static void deleteArray_TResponseTable(void *p) {
02703       delete [] ((::TResponseTable*)p);
02704    }
02705    static void destruct_TResponseTable(void *p) {
02706       typedef ::TResponseTable current_t;
02707       ((current_t*)p)->~current_t();
02708    }
02709    // Wrapper around a custom streamer member function.
02710    static void streamer_TResponseTable(TBuffer &buf, void *obj) {
02711       ((::TResponseTable*)obj)->::TResponseTable::Streamer(buf);
02712    }
02713 } // end of namespace ROOT for class ::TResponseTable
02714 
02715 //______________________________________________________________________________
02716 void TPoints3D::Streamer(TBuffer &R__b)
02717 {
02718    // Stream an object of class TPoints3D.
02719 
02720    if (R__b.IsReading()) {
02721       R__b.ReadClassBuffer(TPoints3D::Class(),this);
02722    } else {
02723       R__b.WriteClassBuffer(TPoints3D::Class(),this);
02724    }
02725 }
02726 
02727 //______________________________________________________________________________
02728 void TPoints3D::ShowMembers(TMemberInspector &R__insp)
02729 {
02730       // Inspect the data members of an object of class TPoints3D.
02731       TClass *R__cl = ::TPoints3D::IsA();
02732       if (R__cl || R__insp.IsA()) { }
02733       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPoints", &fPoints);
02734       TPoints3DABC::ShowMembers(R__insp);
02735 }
02736 
02737 namespace ROOT {
02738    // Wrappers around operator new
02739    static void *new_TPoints3D(void *p) {
02740       return  p ? new(p) ::TPoints3D : new ::TPoints3D;
02741    }
02742    static void *newArray_TPoints3D(Long_t nElements, void *p) {
02743       return p ? new(p) ::TPoints3D[nElements] : new ::TPoints3D[nElements];
02744    }
02745    // Wrapper around operator delete
02746    static void delete_TPoints3D(void *p) {
02747       delete ((::TPoints3D*)p);
02748    }
02749    static void deleteArray_TPoints3D(void *p) {
02750       delete [] ((::TPoints3D*)p);
02751    }
02752    static void destruct_TPoints3D(void *p) {
02753       typedef ::TPoints3D current_t;
02754       ((current_t*)p)->~current_t();
02755    }
02756 } // end of namespace ROOT for class ::TPoints3D
02757 
02758 //______________________________________________________________________________
02759 void TPolyLineShape::Streamer(TBuffer &R__b)
02760 {
02761    // Stream an object of class TPolyLineShape.
02762 
02763    if (R__b.IsReading()) {
02764       R__b.ReadClassBuffer(TPolyLineShape::Class(),this);
02765    } else {
02766       R__b.WriteClassBuffer(TPolyLineShape::Class(),this);
02767    }
02768 }
02769 
02770 //______________________________________________________________________________
02771 void TPolyLineShape::ShowMembers(TMemberInspector &R__insp)
02772 {
02773       // Inspect the data members of an object of class TPolyLineShape.
02774       TClass *R__cl = ::TPolyLineShape::IsA();
02775       if (R__cl || R__insp.IsA()) { }
02776       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPointFlag", &fPointFlag);
02777       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineFlag", &fLineFlag);
02778       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShapeType", &fShapeType);
02779       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShape", &fShape);
02780       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fConnection", &fConnection);
02781       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPoints", &fPoints);
02782       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWidthFactor", &fWidthFactor);
02783       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasDrawn", &fHasDrawn);
02784       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSmooth", &fSmooth);
02785       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSizeX3D", &fSizeX3D);
02786       TShape::ShowMembers(R__insp);
02787       TAttMarker::ShowMembers(R__insp);
02788 }
02789 
02790 namespace ROOT {
02791    // Wrappers around operator new
02792    static void *new_TPolyLineShape(void *p) {
02793       return  p ? new(p) ::TPolyLineShape : new ::TPolyLineShape;
02794    }
02795    static void *newArray_TPolyLineShape(Long_t nElements, void *p) {
02796       return p ? new(p) ::TPolyLineShape[nElements] : new ::TPolyLineShape[nElements];
02797    }
02798    // Wrapper around operator delete
02799    static void delete_TPolyLineShape(void *p) {
02800       delete ((::TPolyLineShape*)p);
02801    }
02802    static void deleteArray_TPolyLineShape(void *p) {
02803       delete [] ((::TPolyLineShape*)p);
02804    }
02805    static void destruct_TPolyLineShape(void *p) {
02806       typedef ::TPolyLineShape current_t;
02807       ((current_t*)p)->~current_t();
02808    }
02809 } // end of namespace ROOT for class ::TPolyLineShape
02810 
02811 //______________________________________________________________________________
02812 void TVolume::Streamer(TBuffer &R__b)
02813 {
02814    // Stream an object of class TVolume.
02815 
02816    if (R__b.IsReading()) {
02817       R__b.ReadClassBuffer(TVolume::Class(),this);
02818    } else {
02819       R__b.WriteClassBuffer(TVolume::Class(),this);
02820    }
02821 }
02822 
02823 //______________________________________________________________________________
02824 void TVolume::ShowMembers(TMemberInspector &R__insp)
02825 {
02826       // Inspect the data members of an object of class TVolume.
02827       TClass *R__cl = ::TVolume::IsA();
02828       if (R__cl || R__insp.IsA()) { }
02829       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fShape", &fShape);
02830       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListOfShapes", &fListOfShapes);
02831       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOption", &fOption);
02832       R__insp.InspectMember(fOption, "fOption.");
02833       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVisibility", &fVisibility);
02834       TObjectSet::ShowMembers(R__insp);
02835       TAttLine::ShowMembers(R__insp);
02836       TAttFill::ShowMembers(R__insp);
02837       TAtt3D::ShowMembers(R__insp);
02838 }
02839 
02840 namespace ROOT {
02841    // Wrappers around operator new
02842    static void *new_TVolume(void *p) {
02843       return  p ? new(p) ::TVolume : new ::TVolume;
02844    }
02845    static void *newArray_TVolume(Long_t nElements, void *p) {
02846       return p ? new(p) ::TVolume[nElements] : new ::TVolume[nElements];
02847    }
02848    // Wrapper around operator delete
02849    static void delete_TVolume(void *p) {
02850       delete ((::TVolume*)p);
02851    }
02852    static void deleteArray_TVolume(void *p) {
02853       delete [] ((::TVolume*)p);
02854    }
02855    static void destruct_TVolume(void *p) {
02856       typedef ::TVolume current_t;
02857       ((current_t*)p)->~current_t();
02858    }
02859 } // end of namespace ROOT for class ::TVolume
02860 
02861 //______________________________________________________________________________
02862 void TVolumePosition::ShowMembers(TMemberInspector &R__insp)
02863 {
02864       // Inspect the data members of an object of class TVolumePosition.
02865       TClass *R__cl = ::TVolumePosition::IsA();
02866       if (R__cl || R__insp.IsA()) { }
02867       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX[3]", fX);
02868       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMatrix", &fMatrix);
02869       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNode", &fNode);
02870       R__insp.Inspect(R__cl, R__insp.GetParent(), "fId", &fId);
02871       TObject::ShowMembers(R__insp);
02872 }
02873 
02874 namespace ROOT {
02875    // Wrappers around operator new
02876    static void *new_TVolumePosition(void *p) {
02877       return  p ? new(p) ::TVolumePosition : new ::TVolumePosition;
02878    }
02879    static void *newArray_TVolumePosition(Long_t nElements, void *p) {
02880       return p ? new(p) ::TVolumePosition[nElements] : new ::TVolumePosition[nElements];
02881    }
02882    // Wrapper around operator delete
02883    static void delete_TVolumePosition(void *p) {
02884       delete ((::TVolumePosition*)p);
02885    }
02886    static void deleteArray_TVolumePosition(void *p) {
02887       delete [] ((::TVolumePosition*)p);
02888    }
02889    static void destruct_TVolumePosition(void *p) {
02890       typedef ::TVolumePosition current_t;
02891       ((current_t*)p)->~current_t();
02892    }
02893    // Wrapper around a custom streamer member function.
02894    static void streamer_TVolumePosition(TBuffer &buf, void *obj) {
02895       ((::TVolumePosition*)obj)->::TVolumePosition::Streamer(buf);
02896    }
02897 } // end of namespace ROOT for class ::TVolumePosition
02898 
02899 //______________________________________________________________________________
02900 void TVolumeView::Streamer(TBuffer &R__b)
02901 {
02902    // Stream an object of class TVolumeView.
02903 
02904    if (R__b.IsReading()) {
02905       R__b.ReadClassBuffer(TVolumeView::Class(),this);
02906    } else {
02907       R__b.WriteClassBuffer(TVolumeView::Class(),this);
02908    }
02909 }
02910 
02911 //______________________________________________________________________________
02912 void TVolumeView::ShowMembers(TMemberInspector &R__insp)
02913 {
02914       // Inspect the data members of an object of class TVolumeView.
02915       TClass *R__cl = ::TVolumeView::IsA();
02916       if (R__cl || R__insp.IsA()) { }
02917       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListOfShapes", &fListOfShapes);
02918       TObjectSet::ShowMembers(R__insp);
02919       TAtt3D::ShowMembers(R__insp);
02920 }
02921 
02922 namespace ROOT {
02923    // Wrappers around operator new
02924    static void *new_TVolumeView(void *p) {
02925       return  p ? new(p) ::TVolumeView : new ::TVolumeView;
02926    }
02927    static void *newArray_TVolumeView(Long_t nElements, void *p) {
02928       return p ? new(p) ::TVolumeView[nElements] : new ::TVolumeView[nElements];
02929    }
02930    // Wrapper around operator delete
02931    static void delete_TVolumeView(void *p) {
02932       delete ((::TVolumeView*)p);
02933    }
02934    static void deleteArray_TVolumeView(void *p) {
02935       delete [] ((::TVolumeView*)p);
02936    }
02937    static void destruct_TVolumeView(void *p) {
02938       typedef ::TVolumeView current_t;
02939       ((current_t*)p)->~current_t();
02940    }
02941 } // end of namespace ROOT for class ::TVolumeView
02942 
02943 //______________________________________________________________________________
02944 void TVolumeViewIter::Streamer(TBuffer &R__b)
02945 {
02946    // Stream an object of class TVolumeViewIter.
02947 
02948    TDataSetIter::Streamer(R__b);
02949 }
02950 
02951 //______________________________________________________________________________
02952 void TVolumeViewIter::ShowMembers(TMemberInspector &R__insp)
02953 {
02954       // Inspect the data members of an object of class TVolumeViewIter.
02955       TClass *R__cl = ::TVolumeViewIter::IsA();
02956       if (R__cl || R__insp.IsA()) { }
02957       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPositions", &fPositions);
02958       TDataSetIter::ShowMembers(R__insp);
02959 }
02960 
02961 namespace ROOT {
02962    // Wrapper around operator delete
02963    static void delete_TVolumeViewIter(void *p) {
02964       delete ((::TVolumeViewIter*)p);
02965    }
02966    static void deleteArray_TVolumeViewIter(void *p) {
02967       delete [] ((::TVolumeViewIter*)p);
02968    }
02969    static void destruct_TVolumeViewIter(void *p) {
02970       typedef ::TVolumeViewIter current_t;
02971       ((current_t*)p)->~current_t();
02972    }
02973    // Wrapper around a custom streamer member function.
02974    static void streamer_TVolumeViewIter(TBuffer &buf, void *obj) {
02975       ((::TVolumeViewIter*)obj)->::TVolumeViewIter::Streamer(buf);
02976    }
02977 } // end of namespace ROOT for class ::TVolumeViewIter
02978 
02979 //______________________________________________________________________________
02980 void TPointsArray3D::ShowMembers(TMemberInspector &R__insp)
02981 {
02982       // Inspect the data members of an object of class TPointsArray3D.
02983       TClass *R__cl = ::TPointsArray3D::IsA();
02984       if (R__cl || R__insp.IsA()) { }
02985       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
02986       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fP", &fP);
02987       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOption", &fOption);
02988       R__insp.InspectMember(fOption, "fOption.");
02989       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGLList", &fGLList);
02990       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastPoint", &fLastPoint);
02991       TPoints3DABC::ShowMembers(R__insp);
02992 }
02993 
02994 namespace ROOT {
02995    // Wrappers around operator new
02996    static void *new_TPointsArray3D(void *p) {
02997       return  p ? new(p) ::TPointsArray3D : new ::TPointsArray3D;
02998    }
02999    static void *newArray_TPointsArray3D(Long_t nElements, void *p) {
03000       return p ? new(p) ::TPointsArray3D[nElements] : new ::TPointsArray3D[nElements];
03001    }
03002    // Wrapper around operator delete
03003    static void delete_TPointsArray3D(void *p) {
03004       delete ((::TPointsArray3D*)p);
03005    }
03006    static void deleteArray_TPointsArray3D(void *p) {
03007       delete [] ((::TPointsArray3D*)p);
03008    }
03009    static void destruct_TPointsArray3D(void *p) {
03010       typedef ::TPointsArray3D current_t;
03011       ((current_t*)p)->~current_t();
03012    }
03013    // Wrapper around a custom streamer member function.
03014    static void streamer_TPointsArray3D(TBuffer &buf, void *obj) {
03015       ((::TPointsArray3D*)obj)->::TPointsArray3D::Streamer(buf);
03016    }
03017 } // end of namespace ROOT for class ::TPointsArray3D
03018 
03019 //______________________________________________________________________________
03020 void TTablePoints::Streamer(TBuffer &R__b)
03021 {
03022    // Stream an object of class TTablePoints.
03023 
03024    if (R__b.IsReading()) {
03025       R__b.ReadClassBuffer(TTablePoints::Class(),this);
03026    } else {
03027       R__b.WriteClassBuffer(TTablePoints::Class(),this);
03028    }
03029 }
03030 
03031 //______________________________________________________________________________
03032 void TTablePoints::ShowMembers(TMemberInspector &R__insp)
03033 {
03034       // Inspect the data members of an object of class TTablePoints.
03035       TClass *R__cl = ::TTablePoints::IsA();
03036       if (R__cl || R__insp.IsA()) { }
03037       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTableSorter", &fTableSorter);
03038       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fKey", &fKey);
03039       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirstRow", &fFirstRow);
03040       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
03041       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRows", &fRows);
03042       TPoints3DABC::ShowMembers(R__insp);
03043 }
03044 
03045 namespace ROOT {
03046    // Wrapper around operator delete
03047    static void delete_TTablePoints(void *p) {
03048       delete ((::TTablePoints*)p);
03049    }
03050    static void deleteArray_TTablePoints(void *p) {
03051       delete [] ((::TTablePoints*)p);
03052    }
03053    static void destruct_TTablePoints(void *p) {
03054       typedef ::TTablePoints current_t;
03055       ((current_t*)p)->~current_t();
03056    }
03057 } // end of namespace ROOT for class ::TTablePoints
03058 
03059 //______________________________________________________________________________
03060 void TTable3Points::Streamer(TBuffer &R__b)
03061 {
03062    // Stream an object of class TTable3Points.
03063 
03064    if (R__b.IsReading()) {
03065       R__b.ReadClassBuffer(TTable3Points::Class(),this);
03066    } else {
03067       R__b.WriteClassBuffer(TTable3Points::Class(),this);
03068    }
03069 }
03070 
03071 //______________________________________________________________________________
03072 void TTable3Points::ShowMembers(TMemberInspector &R__insp)
03073 {
03074       // Inspect the data members of an object of class TTable3Points.
03075       TClass *R__cl = ::TTable3Points::IsA();
03076       if (R__cl || R__insp.IsA()) { }
03077       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColumnOffset", &fColumnOffset);
03078       TTablePoints::ShowMembers(R__insp);
03079 }
03080 
03081 namespace ROOT {
03082    // Wrappers around operator new
03083    static void *new_TTable3Points(void *p) {
03084       return  p ? new(p) ::TTable3Points : new ::TTable3Points;
03085    }
03086    static void *newArray_TTable3Points(Long_t nElements, void *p) {
03087       return p ? new(p) ::TTable3Points[nElements] : new ::TTable3Points[nElements];
03088    }
03089    // Wrapper around operator delete
03090    static void delete_TTable3Points(void *p) {
03091       delete ((::TTable3Points*)p);
03092    }
03093    static void deleteArray_TTable3Points(void *p) {
03094       delete [] ((::TTable3Points*)p);
03095    }
03096    static void destruct_TTable3Points(void *p) {
03097       typedef ::TTable3Points current_t;
03098       ((current_t*)p)->~current_t();
03099    }
03100 } // end of namespace ROOT for class ::TTable3Points
03101 
03102 /********************************************************
03103 * misc/table/src/G__Table.cxx
03104 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
03105 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
03106 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
03107 ********************************************************/
03108 
03109 #ifdef G__MEMTEST
03110 #undef malloc
03111 #undef free
03112 #endif
03113 
03114 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
03115 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
03116 #endif
03117 
03118 extern "C" void G__cpp_reset_tagtableG__Table();
03119 
03120 extern "C" void G__set_cpp_environmentG__Table() {
03121   G__add_compiledheader("TObject.h");
03122   G__add_compiledheader("TMemberInspector.h");
03123   G__add_compiledheader("tableDescriptor.h");
03124   G__add_compiledheader("TCernLib.h");
03125   G__add_compiledheader("TChair.h");
03126   G__add_compiledheader("TColumnView.h");
03127   G__add_compiledheader("TDataSet.h");
03128   G__add_compiledheader("TDataSetIter.h");
03129   G__add_compiledheader("TDsKey.h");
03130   G__add_compiledheader("TFileIter.h");
03131   G__add_compiledheader("TFileSet.h");
03132   G__add_compiledheader("TGenericTable.h");
03133   G__add_compiledheader("TIndexTable.h");
03134   G__add_compiledheader("TObjectSet.h");
03135   G__add_compiledheader("TPoints3D.h");
03136   G__add_compiledheader("TPointsArray3D.h");
03137   G__add_compiledheader("TPolyLineShape.h");
03138   G__add_compiledheader("TResponseTable.h");
03139   G__add_compiledheader("TTable3Points.h");
03140   G__add_compiledheader("TTableDescriptor.h");
03141   G__add_compiledheader("TTable.h");
03142   G__add_compiledheader("TTableIter.h");
03143   G__add_compiledheader("TTableMap.h");
03144   G__add_compiledheader("TTablePadView3D.h");
03145   G__add_compiledheader("TTablePoints.h");
03146   G__add_compiledheader("TTableSorter.h");
03147   G__add_compiledheader("Ttypes.h");
03148   G__add_compiledheader("TVolume.h");
03149   G__add_compiledheader("TVolumePosition.h");
03150   G__add_compiledheader("TVolumeView.h");
03151   G__add_compiledheader("TVolumeViewIter.h");
03152   G__cpp_reset_tagtableG__Table();
03153 }
03154 #include <new>
03155 extern "C" int G__cpp_dllrevG__Table() { return(30051515); }
03156 
03157 /*********************************************************
03158 * Member function Interface Method
03159 *********************************************************/
03160 
03161 /* tableDescriptor_st */
03162 // automatic default constructor
03163 static int G__G__Table_99_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03164 {
03165    tableDescriptor_st *p;
03166    char* gvp = (char*) G__getgvp();
03167    int n = G__getaryconstruct();
03168    if (n) {
03169      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03170        p = new tableDescriptor_st[n];
03171      } else {
03172        p = new((void*) gvp) tableDescriptor_st[n];
03173      }
03174    } else {
03175      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
03176        p = new tableDescriptor_st;
03177      } else {
03178        p = new((void*) gvp) tableDescriptor_st;
03179      }
03180    }
03181    result7->obj.i = (long) p;
03182    result7->ref = (long) p;
03183    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st));
03184    return(1 || funcname || hash || result7 || libp) ;
03185 }
03186 
03187 // automatic copy constructor
03188 static int G__G__Table_99_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03189 
03190 {
03191    tableDescriptor_st* p;
03192    void* tmp = (void*) G__int(libp->para[0]);
03193    p = new tableDescriptor_st(*(tableDescriptor_st*) tmp);
03194    result7->obj.i = (long) p;
03195    result7->ref = (long) p;
03196    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st));
03197    return(1 || funcname || hash || result7 || libp) ;
03198 }
03199 
03200 // automatic destructor
03201 typedef tableDescriptor_st G__TtableDescriptor_st;
03202 static int G__G__Table_99_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03203 {
03204    char* gvp = (char*) G__getgvp();
03205    long soff = G__getstructoffset();
03206    int n = G__getaryconstruct();
03207    //
03208    //has_a_delete: 0
03209    //has_own_delete1arg: 0
03210    //has_own_delete2arg: 0
03211    //
03212    if (!soff) {
03213      return(1);
03214    }
03215    if (n) {
03216      if (gvp == (char*)G__PVOID) {
03217        delete[] (tableDescriptor_st*) soff;
03218      } else {
03219        G__setgvp((long) G__PVOID);
03220        for (int i = n - 1; i >= 0; --i) {
03221          ((tableDescriptor_st*) (soff+(sizeof(tableDescriptor_st)*i)))->~G__TtableDescriptor_st();
03222        }
03223        G__setgvp((long)gvp);
03224      }
03225    } else {
03226      if (gvp == (char*)G__PVOID) {
03227        delete (tableDescriptor_st*) soff;
03228      } else {
03229        G__setgvp((long) G__PVOID);
03230        ((tableDescriptor_st*) (soff))->~G__TtableDescriptor_st();
03231        G__setgvp((long)gvp);
03232      }
03233    }
03234    G__setnull(result7);
03235    return(1 || funcname || hash || result7 || libp) ;
03236 }
03237 
03238 // automatic assignment operator
03239 static int G__G__Table_99_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03240 {
03241    tableDescriptor_st* dest = (tableDescriptor_st*) G__getstructoffset();
03242    *dest = *(tableDescriptor_st*) libp->para[0].ref;
03243    const tableDescriptor_st& obj = *dest;
03244    result7->ref = (long) (&obj);
03245    result7->obj.i = (long) (&obj);
03246    return(1 || funcname || hash || result7 || libp) ;
03247 }
03248 
03249 
03250 /* TCL */
03251 static int G__G__Table_101_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03252 {
03253       G__letint(result7, 73, (long) TCL::ucopy((const int*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
03254 , (int) G__int(libp->para[2])));
03255    return(1 || funcname || hash || result7 || libp) ;
03256 }
03257 
03258 static int G__G__Table_101_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03259 {
03260       G__letint(result7, 70, (long) TCL::ucopy((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03261 , (int) G__int(libp->para[2])));
03262    return(1 || funcname || hash || result7 || libp) ;
03263 }
03264 
03265 static int G__G__Table_101_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03266 {
03267       G__letint(result7, 68, (long) TCL::ucopy((float*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03268 , (int) G__int(libp->para[2])));
03269    return(1 || funcname || hash || result7 || libp) ;
03270 }
03271 
03272 static int G__G__Table_101_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03273 {
03274       G__letint(result7, 70, (long) TCL::ucopy((double*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03275 , (int) G__int(libp->para[2])));
03276    return(1 || funcname || hash || result7 || libp) ;
03277 }
03278 
03279 static int G__G__Table_101_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03280 {
03281       G__letint(result7, 68, (long) TCL::ucopy((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03282 , (int) G__int(libp->para[2])));
03283    return(1 || funcname || hash || result7 || libp) ;
03284 }
03285 
03286 static int G__G__Table_101_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03287 {
03288       G__letint(result7, 89, (long) TCL::ucopy((const void**) G__int(libp->para[0]), (void**) G__int(libp->para[1])
03289 , (int) G__int(libp->para[2])));
03290    return(1 || funcname || hash || result7 || libp) ;
03291 }
03292 
03293 static int G__G__Table_101_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03294 {
03295       G__letint(result7, 70, (long) TCL::vzero((float*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
03296    return(1 || funcname || hash || result7 || libp) ;
03297 }
03298 
03299 static int G__G__Table_101_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03300 {
03301       G__letint(result7, 68, (long) TCL::vzero((double*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
03302    return(1 || funcname || hash || result7 || libp) ;
03303 }
03304 
03305 static int G__G__Table_101_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03306 {
03307       G__letint(result7, 89, (long) TCL::vzero((void**) G__int(libp->para[0]), (int) G__int(libp->para[1])));
03308    return(1 || funcname || hash || result7 || libp) ;
03309 }
03310 
03311 static int G__G__Table_101_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03312 {
03313       G__letint(result7, 70, (long) TCL::vadd((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03314 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03315    return(1 || funcname || hash || result7 || libp) ;
03316 }
03317 
03318 static int G__G__Table_101_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03319 {
03320       G__letint(result7, 68, (long) TCL::vadd((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03321 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03322    return(1 || funcname || hash || result7 || libp) ;
03323 }
03324 
03325 static int G__G__Table_101_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03326 {
03327       G__letint(result7, 70, (long) TCL::vadd((float*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03328 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03329    return(1 || funcname || hash || result7 || libp) ;
03330 }
03331 
03332 static int G__G__Table_101_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03333 {
03334       G__letint(result7, 68, (long) TCL::vadd((double*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03335 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03336    return(1 || funcname || hash || result7 || libp) ;
03337 }
03338 
03339 static int G__G__Table_101_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03340 {
03341       G__letdouble(result7, 102, (double) TCL::vdot((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03342 , (int) G__int(libp->para[2])));
03343    return(1 || funcname || hash || result7 || libp) ;
03344 }
03345 
03346 static int G__G__Table_101_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03347 {
03348       G__letdouble(result7, 100, (double) TCL::vdot((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03349 , (int) G__int(libp->para[2])));
03350    return(1 || funcname || hash || result7 || libp) ;
03351 }
03352 
03353 static int G__G__Table_101_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03354 {
03355       G__letint(result7, 70, (long) TCL::vsub((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03356 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03357    return(1 || funcname || hash || result7 || libp) ;
03358 }
03359 
03360 static int G__G__Table_101_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03361 {
03362       G__letint(result7, 68, (long) TCL::vsub((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03363 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03364    return(1 || funcname || hash || result7 || libp) ;
03365 }
03366 
03367 static int G__G__Table_101_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03368 {
03369       G__letint(result7, 70, (long) TCL::vsub((float*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03370 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03371    return(1 || funcname || hash || result7 || libp) ;
03372 }
03373 
03374 static int G__G__Table_101_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03375 {
03376       G__letint(result7, 68, (long) TCL::vsub((double*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03377 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03378    return(1 || funcname || hash || result7 || libp) ;
03379 }
03380 
03381 static int G__G__Table_101_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03382 {
03383       G__letint(result7, 70, (long) TCL::vcopyn((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03384 , (int) G__int(libp->para[2])));
03385    return(1 || funcname || hash || result7 || libp) ;
03386 }
03387 
03388 static int G__G__Table_101_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03389 {
03390       G__letint(result7, 68, (long) TCL::vcopyn((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03391 , (int) G__int(libp->para[2])));
03392    return(1 || funcname || hash || result7 || libp) ;
03393 }
03394 
03395 static int G__G__Table_101_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03396 {
03397       G__letint(result7, 70, (long) TCL::vscale((float*) G__int(libp->para[0]), (float) G__double(libp->para[1])
03398 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03399    return(1 || funcname || hash || result7 || libp) ;
03400 }
03401 
03402 static int G__G__Table_101_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03403 {
03404       G__letint(result7, 68, (long) TCL::vscale((double*) G__int(libp->para[0]), (double) G__double(libp->para[1])
03405 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03406    return(1 || funcname || hash || result7 || libp) ;
03407 }
03408 
03409 static int G__G__Table_101_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03410 {
03411       G__letint(result7, 70, (long) TCL::vlinco((float*) G__int(libp->para[0]), (float) G__double(libp->para[1])
03412 , (float*) G__int(libp->para[2]), (float) G__double(libp->para[3])
03413 , (float*) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03414    return(1 || funcname || hash || result7 || libp) ;
03415 }
03416 
03417 static int G__G__Table_101_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03418 {
03419       G__letint(result7, 68, (long) TCL::vlinco((double*) G__int(libp->para[0]), (double) G__double(libp->para[1])
03420 , (double*) G__int(libp->para[2]), (double) G__double(libp->para[3])
03421 , (double*) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03422    return(1 || funcname || hash || result7 || libp) ;
03423 }
03424 
03425 static int G__G__Table_101_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03426 {
03427    switch (libp->paran) {
03428    case 5:
03429       G__letint(result7, 70, (long) TCL::vmatl((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03430 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03431 , (int) G__int(libp->para[4])));
03432       break;
03433    case 4:
03434       G__letint(result7, 70, (long) TCL::vmatl((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03435 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03436       break;
03437    case 3:
03438       G__letint(result7, 70, (long) TCL::vmatl((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03439 , (float*) G__int(libp->para[2])));
03440       break;
03441    }
03442    return(1 || funcname || hash || result7 || libp) ;
03443 }
03444 
03445 static int G__G__Table_101_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03446 {
03447    switch (libp->paran) {
03448    case 5:
03449       G__letint(result7, 68, (long) TCL::vmatl((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03450 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03451 , (int) G__int(libp->para[4])));
03452       break;
03453    case 4:
03454       G__letint(result7, 68, (long) TCL::vmatl((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03455 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03456       break;
03457    case 3:
03458       G__letint(result7, 68, (long) TCL::vmatl((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03459 , (double*) G__int(libp->para[2])));
03460       break;
03461    }
03462    return(1 || funcname || hash || result7 || libp) ;
03463 }
03464 
03465 static int G__G__Table_101_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03466 {
03467    switch (libp->paran) {
03468    case 5:
03469       G__letint(result7, 70, (long) TCL::vmatr((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03470 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03471 , (int) G__int(libp->para[4])));
03472       break;
03473    case 4:
03474       G__letint(result7, 70, (long) TCL::vmatr((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03475 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03476       break;
03477    case 3:
03478       G__letint(result7, 70, (long) TCL::vmatr((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03479 , (float*) G__int(libp->para[2])));
03480       break;
03481    }
03482    return(1 || funcname || hash || result7 || libp) ;
03483 }
03484 
03485 static int G__G__Table_101_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03486 {
03487    switch (libp->paran) {
03488    case 5:
03489       G__letint(result7, 68, (long) TCL::vmatr((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03490 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03491 , (int) G__int(libp->para[4])));
03492       break;
03493    case 4:
03494       G__letint(result7, 68, (long) TCL::vmatr((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03495 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03496       break;
03497    case 3:
03498       G__letint(result7, 68, (long) TCL::vmatr((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03499 , (double*) G__int(libp->para[2])));
03500       break;
03501    }
03502    return(1 || funcname || hash || result7 || libp) ;
03503 }
03504 
03505 static int G__G__Table_101_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03506 {
03507       G__letint(result7, 70, (long) TCL::mxmad_0_(
03508 (int) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03509 , (float*) G__int(libp->para[2]), (float*) G__int(libp->para[3])
03510 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
03511 , (int) G__int(libp->para[6])));
03512    return(1 || funcname || hash || result7 || libp) ;
03513 }
03514 
03515 static int G__G__Table_101_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03516 {
03517       G__letint(result7, 70, (long) TCL::mxmad((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03518 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03519 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03520    return(1 || funcname || hash || result7 || libp) ;
03521 }
03522 
03523 static int G__G__Table_101_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03524 {
03525       G__letint(result7, 70, (long) TCL::mxmad1((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03526 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03527 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03528    return(1 || funcname || hash || result7 || libp) ;
03529 }
03530 
03531 static int G__G__Table_101_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03532 {
03533       G__letint(result7, 70, (long) TCL::mxmad2((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03534 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03535 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03536    return(1 || funcname || hash || result7 || libp) ;
03537 }
03538 
03539 static int G__G__Table_101_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03540 {
03541       G__letint(result7, 70, (long) TCL::mxmad3((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03542 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03543 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03544    return(1 || funcname || hash || result7 || libp) ;
03545 }
03546 
03547 static int G__G__Table_101_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03548 {
03549       G__letint(result7, 70, (long) TCL::mxmpy((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03550 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03551 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03552    return(1 || funcname || hash || result7 || libp) ;
03553 }
03554 
03555 static int G__G__Table_101_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03556 {
03557       G__letint(result7, 70, (long) TCL::mxmpy1((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03558 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03559 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03560    return(1 || funcname || hash || result7 || libp) ;
03561 }
03562 
03563 static int G__G__Table_101_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03564 {
03565       G__letint(result7, 70, (long) TCL::mxmpy2((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03566 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03567 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03568    return(1 || funcname || hash || result7 || libp) ;
03569 }
03570 
03571 static int G__G__Table_101_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03572 {
03573       G__letint(result7, 70, (long) TCL::mxmpy3((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03574 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03575 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03576    return(1 || funcname || hash || result7 || libp) ;
03577 }
03578 
03579 static int G__G__Table_101_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03580 {
03581       G__letint(result7, 70, (long) TCL::mxmub((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03582 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03583 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03584    return(1 || funcname || hash || result7 || libp) ;
03585 }
03586 
03587 static int G__G__Table_101_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03588 {
03589       G__letint(result7, 70, (long) TCL::mxmub1((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03590 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03591 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03592    return(1 || funcname || hash || result7 || libp) ;
03593 }
03594 
03595 static int G__G__Table_101_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03596 {
03597       G__letint(result7, 70, (long) TCL::mxmub2((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03598 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03599 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03600    return(1 || funcname || hash || result7 || libp) ;
03601 }
03602 
03603 static int G__G__Table_101_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03604 {
03605       G__letint(result7, 70, (long) TCL::mxmub3((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03606 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03607 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03608    return(1 || funcname || hash || result7 || libp) ;
03609 }
03610 
03611 static int G__G__Table_101_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03612 {
03613       G__letint(result7, 70, (long) TCL::mxmlrt_0_((int) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03614 , (float*) G__int(libp->para[2]), (float*) G__int(libp->para[3])
03615 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03616    return(1 || funcname || hash || result7 || libp) ;
03617 }
03618 
03619 static int G__G__Table_101_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03620 {
03621       G__letint(result7, 70, (long) TCL::mxmlrt((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03622 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03623 , (int) G__int(libp->para[4])));
03624    return(1 || funcname || hash || result7 || libp) ;
03625 }
03626 
03627 static int G__G__Table_101_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03628 {
03629       G__letint(result7, 70, (long) TCL::mxmltr((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03630 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03631 , (int) G__int(libp->para[4])));
03632    return(1 || funcname || hash || result7 || libp) ;
03633 }
03634 
03635 static int G__G__Table_101_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03636 {
03637       G__letint(result7, 70, (long) TCL::mxtrp((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03638 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03639    return(1 || funcname || hash || result7 || libp) ;
03640 }
03641 
03642 static int G__G__Table_101_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03643 {
03644       G__letint(result7, 68, (long) TCL::mxmad_0_(
03645 (int) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03646 , (double*) G__int(libp->para[2]), (double*) G__int(libp->para[3])
03647 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])
03648 , (int) G__int(libp->para[6])));
03649    return(1 || funcname || hash || result7 || libp) ;
03650 }
03651 
03652 static int G__G__Table_101_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03653 {
03654       G__letint(result7, 68, (long) TCL::mxmad((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03655 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03656 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03657    return(1 || funcname || hash || result7 || libp) ;
03658 }
03659 
03660 static int G__G__Table_101_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03661 {
03662       G__letint(result7, 68, (long) TCL::mxmad1((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03663 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03664 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03665    return(1 || funcname || hash || result7 || libp) ;
03666 }
03667 
03668 static int G__G__Table_101_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03669 {
03670       G__letint(result7, 68, (long) TCL::mxmad2((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03671 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03672 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03673    return(1 || funcname || hash || result7 || libp) ;
03674 }
03675 
03676 static int G__G__Table_101_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03677 {
03678       G__letint(result7, 68, (long) TCL::mxmad3((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03679 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03680 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03681    return(1 || funcname || hash || result7 || libp) ;
03682 }
03683 
03684 static int G__G__Table_101_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03685 {
03686       G__letint(result7, 68, (long) TCL::mxmpy((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03687 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03688 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03689    return(1 || funcname || hash || result7 || libp) ;
03690 }
03691 
03692 static int G__G__Table_101_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03693 {
03694       G__letint(result7, 68, (long) TCL::mxmpy1((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03695 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03696 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03697    return(1 || funcname || hash || result7 || libp) ;
03698 }
03699 
03700 static int G__G__Table_101_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03701 {
03702       G__letint(result7, 68, (long) TCL::mxmpy2((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03703 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03704 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03705    return(1 || funcname || hash || result7 || libp) ;
03706 }
03707 
03708 static int G__G__Table_101_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03709 {
03710       G__letint(result7, 68, (long) TCL::mxmpy3((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03711 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03712 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03713    return(1 || funcname || hash || result7 || libp) ;
03714 }
03715 
03716 static int G__G__Table_101_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03717 {
03718       G__letint(result7, 68, (long) TCL::mxmub((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03719 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03720 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03721    return(1 || funcname || hash || result7 || libp) ;
03722 }
03723 
03724 static int G__G__Table_101_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03725 {
03726       G__letint(result7, 68, (long) TCL::mxmub1((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03727 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03728 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03729    return(1 || funcname || hash || result7 || libp) ;
03730 }
03731 
03732 static int G__G__Table_101_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03733 {
03734       G__letint(result7, 68, (long) TCL::mxmub2((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03735 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03736 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03737    return(1 || funcname || hash || result7 || libp) ;
03738 }
03739 
03740 static int G__G__Table_101_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03741 {
03742       G__letint(result7, 68, (long) TCL::mxmub3((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03743 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03744 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03745    return(1 || funcname || hash || result7 || libp) ;
03746 }
03747 
03748 static int G__G__Table_101_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03749 {
03750       G__letint(result7, 68, (long) TCL::mxmlrt_0_((int) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03751 , (double*) G__int(libp->para[2]), (double*) G__int(libp->para[3])
03752 , (int) G__int(libp->para[4]), (int) G__int(libp->para[5])));
03753    return(1 || funcname || hash || result7 || libp) ;
03754 }
03755 
03756 static int G__G__Table_101_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03757 {
03758       G__letint(result7, 68, (long) TCL::mxmlrt((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03759 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03760 , (int) G__int(libp->para[4])));
03761    return(1 || funcname || hash || result7 || libp) ;
03762 }
03763 
03764 static int G__G__Table_101_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03765 {
03766       G__letint(result7, 68, (long) TCL::mxmltr((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03767 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03768 , (int) G__int(libp->para[4])));
03769    return(1 || funcname || hash || result7 || libp) ;
03770 }
03771 
03772 static int G__G__Table_101_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03773 {
03774       G__letint(result7, 68, (long) TCL::mxtrp((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03775 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03776    return(1 || funcname || hash || result7 || libp) ;
03777 }
03778 
03779 static int G__G__Table_101_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03780 {
03781       G__letint(result7, 70, (long) TCL::traat((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03782 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03783    return(1 || funcname || hash || result7 || libp) ;
03784 }
03785 
03786 static int G__G__Table_101_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03787 {
03788       G__letint(result7, 70, (long) TCL::tral((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03789 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03790 , (int) G__int(libp->para[4])));
03791    return(1 || funcname || hash || result7 || libp) ;
03792 }
03793 
03794 static int G__G__Table_101_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03795 {
03796       G__letint(result7, 70, (long) TCL::tralt((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03797 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03798 , (int) G__int(libp->para[4])));
03799    return(1 || funcname || hash || result7 || libp) ;
03800 }
03801 
03802 static int G__G__Table_101_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03803 {
03804       G__letint(result7, 70, (long) TCL::tras((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03805 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03806 , (int) G__int(libp->para[4])));
03807    return(1 || funcname || hash || result7 || libp) ;
03808 }
03809 
03810 static int G__G__Table_101_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03811 {
03812       G__letint(result7, 70, (long) TCL::trasat((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03813 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03814 , (int) G__int(libp->para[4])));
03815    return(1 || funcname || hash || result7 || libp) ;
03816 }
03817 
03818 static int G__G__Table_101_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03819 {
03820       G__letint(result7, 70, (long) TCL::trasat((double*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03821 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03822 , (int) G__int(libp->para[4])));
03823    return(1 || funcname || hash || result7 || libp) ;
03824 }
03825 
03826 static int G__G__Table_101_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03827 {
03828       G__letint(result7, 70, (long) TCL::trata((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03829 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03830    return(1 || funcname || hash || result7 || libp) ;
03831 }
03832 
03833 static int G__G__Table_101_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03834 {
03835       G__letint(result7, 70, (long) TCL::trats((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03836 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03837 , (int) G__int(libp->para[4])));
03838    return(1 || funcname || hash || result7 || libp) ;
03839 }
03840 
03841 static int G__G__Table_101_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03842 {
03843       G__letint(result7, 70, (long) TCL::tratsa((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03844 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03845 , (int) G__int(libp->para[4])));
03846    return(1 || funcname || hash || result7 || libp) ;
03847 }
03848 
03849 static int G__G__Table_101_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03850 {
03851       G__letint(result7, 70, (long) TCL::trchlu((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03852 , (int) G__int(libp->para[2])));
03853    return(1 || funcname || hash || result7 || libp) ;
03854 }
03855 
03856 static int G__G__Table_101_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03857 {
03858       G__letint(result7, 70, (long) TCL::trchul((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03859 , (int) G__int(libp->para[2])));
03860    return(1 || funcname || hash || result7 || libp) ;
03861 }
03862 
03863 static int G__G__Table_101_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03864 {
03865       G__letint(result7, 70, (long) TCL::trinv((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03866 , (int) G__int(libp->para[2])));
03867    return(1 || funcname || hash || result7 || libp) ;
03868 }
03869 
03870 static int G__G__Table_101_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03871 {
03872       G__letint(result7, 70, (long) TCL::trla((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03873 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03874 , (int) G__int(libp->para[4])));
03875    return(1 || funcname || hash || result7 || libp) ;
03876 }
03877 
03878 static int G__G__Table_101_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03879 {
03880       G__letint(result7, 70, (long) TCL::trlta((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03881 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03882 , (int) G__int(libp->para[4])));
03883    return(1 || funcname || hash || result7 || libp) ;
03884 }
03885 
03886 static int G__G__Table_101_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03887 {
03888       G__letint(result7, 70, (long) TCL::trpck((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03889 , (int) G__int(libp->para[2])));
03890    return(1 || funcname || hash || result7 || libp) ;
03891 }
03892 
03893 static int G__G__Table_101_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03894 {
03895       G__letint(result7, 70, (long) TCL::trqsq((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03896 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03897    return(1 || funcname || hash || result7 || libp) ;
03898 }
03899 
03900 static int G__G__Table_101_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03901 {
03902       G__letint(result7, 70, (long) TCL::trsa((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03903 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03904 , (int) G__int(libp->para[4])));
03905    return(1 || funcname || hash || result7 || libp) ;
03906 }
03907 
03908 static int G__G__Table_101_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03909 {
03910       G__letint(result7, 70, (long) TCL::trsinv((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03911 , (int) G__int(libp->para[2])));
03912    return(1 || funcname || hash || result7 || libp) ;
03913 }
03914 
03915 static int G__G__Table_101_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03916 {
03917       G__letint(result7, 70, (long) TCL::trsmlu((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03918 , (int) G__int(libp->para[2])));
03919    return(1 || funcname || hash || result7 || libp) ;
03920 }
03921 
03922 static int G__G__Table_101_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03923 {
03924       G__letint(result7, 70, (long) TCL::trsmul((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03925 , (int) G__int(libp->para[2])));
03926    return(1 || funcname || hash || result7 || libp) ;
03927 }
03928 
03929 static int G__G__Table_101_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03930 {
03931       G__letint(result7, 70, (long) TCL::trupck((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03932 , (int) G__int(libp->para[2])));
03933    return(1 || funcname || hash || result7 || libp) ;
03934 }
03935 
03936 static int G__G__Table_101_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03937 {
03938       G__letint(result7, 70, (long) TCL::trsat((float*) G__int(libp->para[0]), (float*) G__int(libp->para[1])
03939 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03940 , (int) G__int(libp->para[4])));
03941    return(1 || funcname || hash || result7 || libp) ;
03942 }
03943 
03944 static int G__G__Table_101_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03945 {
03946    switch (libp->paran) {
03947    case 4:
03948       G__letint(result7, 70, (long) TCL::trsequ((float*) G__int(libp->para[0]), (int) G__int(libp->para[1])
03949 , (float*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03950       break;
03951    case 3:
03952       G__letint(result7, 70, (long) TCL::trsequ((float*) G__int(libp->para[0]), (int) G__int(libp->para[1])
03953 , (float*) G__int(libp->para[2])));
03954       break;
03955    case 2:
03956       G__letint(result7, 70, (long) TCL::trsequ((float*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
03957       break;
03958    case 1:
03959       G__letint(result7, 70, (long) TCL::trsequ((float*) G__int(libp->para[0])));
03960       break;
03961    }
03962    return(1 || funcname || hash || result7 || libp) ;
03963 }
03964 
03965 static int G__G__Table_101_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03966 {
03967       G__letint(result7, 68, (long) TCL::traat((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03968 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])));
03969    return(1 || funcname || hash || result7 || libp) ;
03970 }
03971 
03972 static int G__G__Table_101_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03973 {
03974       G__letint(result7, 68, (long) TCL::tral((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03975 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03976 , (int) G__int(libp->para[4])));
03977    return(1 || funcname || hash || result7 || libp) ;
03978 }
03979 
03980 static int G__G__Table_101_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03981 {
03982       G__letint(result7, 68, (long) TCL::tralt((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03983 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03984 , (int) G__int(libp->para[4])));
03985    return(1 || funcname || hash || result7 || libp) ;
03986 }
03987 
03988 static int G__G__Table_101_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03989 {
03990       G__letint(result7, 68, (long) TCL::tras((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03991 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
03992 , (int) G__int(libp->para[4])));
03993    return(1 || funcname || hash || result7 || libp) ;
03994 }
03995 
03996 static int G__G__Table_101_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
03997 {
03998       G__letint(result7, 68, (long) TCL::trasat((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
03999 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
04000 , (int) G__int(libp->para[4])));
04001    return(1 || funcname || hash || result7 || libp) ;
04002 }
04003 
04004 static int G__G__Table_101_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04005 {
04006       G__letint(result7, 68, (long) TCL::trata((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04007 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])));
04008    return(1 || funcname || hash || result7 || libp) ;
04009 }
04010 
04011 static int G__G__Table_101_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04012 {
04013       G__letint(result7, 68, (long) TCL::trats((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04014 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
04015 , (int) G__int(libp->para[4])));
04016    return(1 || funcname || hash || result7 || libp) ;
04017 }
04018 
04019 static int G__G__Table_101_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04020 {
04021       G__letint(result7, 68, (long) TCL::tratsa((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04022 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
04023 , (int) G__int(libp->para[4])));
04024    return(1 || funcname || hash || result7 || libp) ;
04025 }
04026 
04027 static int G__G__Table_101_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04028 {
04029       G__letint(result7, 68, (long) TCL::trchlu((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04030 , (int) G__int(libp->para[2])));
04031    return(1 || funcname || hash || result7 || libp) ;
04032 }
04033 
04034 static int G__G__Table_101_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04035 {
04036       G__letint(result7, 68, (long) TCL::trchul((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04037 , (int) G__int(libp->para[2])));
04038    return(1 || funcname || hash || result7 || libp) ;
04039 }
04040 
04041 static int G__G__Table_101_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04042 {
04043       G__letint(result7, 68, (long) TCL::trinv((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04044 , (int) G__int(libp->para[2])));
04045    return(1 || funcname || hash || result7 || libp) ;
04046 }
04047 
04048 static int G__G__Table_101_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04049 {
04050       G__letint(result7, 68, (long) TCL::trla((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04051 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
04052 , (int) G__int(libp->para[4])));
04053    return(1 || funcname || hash || result7 || libp) ;
04054 }
04055 
04056 static int G__G__Table_101_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04057 {
04058       G__letint(result7, 68, (long) TCL::trlta((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04059 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
04060 , (int) G__int(libp->para[4])));
04061    return(1 || funcname || hash || result7 || libp) ;
04062 }
04063 
04064 static int G__G__Table_101_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04065 {
04066       G__letint(result7, 68, (long) TCL::trpck((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04067 , (int) G__int(libp->para[2])));
04068    return(1 || funcname || hash || result7 || libp) ;
04069 }
04070 
04071 static int G__G__Table_101_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04072 {
04073       G__letint(result7, 68, (long) TCL::trqsq((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04074 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
04075    return(1 || funcname || hash || result7 || libp) ;
04076 }
04077 
04078 static int G__G__Table_101_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04079 {
04080       G__letint(result7, 68, (long) TCL::trsa((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04081 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
04082 , (int) G__int(libp->para[4])));
04083    return(1 || funcname || hash || result7 || libp) ;
04084 }
04085 
04086 static int G__G__Table_101_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04087 {
04088       G__letint(result7, 68, (long) TCL::trsinv((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04089 , (int) G__int(libp->para[2])));
04090    return(1 || funcname || hash || result7 || libp) ;
04091 }
04092 
04093 static int G__G__Table_101_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04094 {
04095       G__letint(result7, 68, (long) TCL::trsmlu((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04096 , (int) G__int(libp->para[2])));
04097    return(1 || funcname || hash || result7 || libp) ;
04098 }
04099 
04100 static int G__G__Table_101_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04101 {
04102       G__letint(result7, 68, (long) TCL::trsmul((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04103 , (int) G__int(libp->para[2])));
04104    return(1 || funcname || hash || result7 || libp) ;
04105 }
04106 
04107 static int G__G__Table_101_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04108 {
04109       G__letint(result7, 68, (long) TCL::trupck((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04110 , (int) G__int(libp->para[2])));
04111    return(1 || funcname || hash || result7 || libp) ;
04112 }
04113 
04114 static int G__G__Table_101_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04115 {
04116       G__letint(result7, 68, (long) TCL::trsat((double*) G__int(libp->para[0]), (double*) G__int(libp->para[1])
04117 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])
04118 , (int) G__int(libp->para[4])));
04119    return(1 || funcname || hash || result7 || libp) ;
04120 }
04121 
04122 static int G__G__Table_101_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04123 {
04124    switch (libp->paran) {
04125    case 4:
04126       G__letint(result7, 68, (long) TCL::trsequ((double*) G__int(libp->para[0]), (int) G__int(libp->para[1])
04127 , (double*) G__int(libp->para[2]), (int) G__int(libp->para[3])));
04128       break;
04129    case 3:
04130       G__letint(result7, 68, (long) TCL::trsequ((double*) G__int(libp->para[0]), (int) G__int(libp->para[1])
04131 , (double*) G__int(libp->para[2])));
04132       break;
04133    case 2:
04134       G__letint(result7, 68, (long) TCL::trsequ((double*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
04135       break;
04136    case 1:
04137       G__letint(result7, 68, (long) TCL::trsequ((double*) G__int(libp->para[0])));
04138       break;
04139    }
04140    return(1 || funcname || hash || result7 || libp) ;
04141 }
04142 
04143 static int G__G__Table_101_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04144 {
04145       G__letint(result7, 85, (long) TCL::Class());
04146    return(1 || funcname || hash || result7 || libp) ;
04147 }
04148 
04149 static int G__G__Table_101_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04150 {
04151       G__letint(result7, 67, (long) TCL::Class_Name());
04152    return(1 || funcname || hash || result7 || libp) ;
04153 }
04154 
04155 static int G__G__Table_101_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04156 {
04157       G__letint(result7, 115, (long) TCL::Class_Version());
04158    return(1 || funcname || hash || result7 || libp) ;
04159 }
04160 
04161 static int G__G__Table_101_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04162 {
04163       TCL::Dictionary();
04164       G__setnull(result7);
04165    return(1 || funcname || hash || result7 || libp) ;
04166 }
04167 
04168 static int G__G__Table_101_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04169 {
04170       G__letint(result7, 85, (long) ((const TCL*) G__getstructoffset())->IsA());
04171    return(1 || funcname || hash || result7 || libp) ;
04172 }
04173 
04174 static int G__G__Table_101_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04175 {
04176       ((TCL*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
04177       G__setnull(result7);
04178    return(1 || funcname || hash || result7 || libp) ;
04179 }
04180 
04181 static int G__G__Table_101_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04182 {
04183       ((TCL*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
04184       G__setnull(result7);
04185    return(1 || funcname || hash || result7 || libp) ;
04186 }
04187 
04188 static int G__G__Table_101_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04189 {
04190       ((TCL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
04191       G__setnull(result7);
04192    return(1 || funcname || hash || result7 || libp) ;
04193 }
04194 
04195 static int G__G__Table_101_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04196 {
04197       G__letint(result7, 67, (long) TCL::DeclFileName());
04198    return(1 || funcname || hash || result7 || libp) ;
04199 }
04200 
04201 static int G__G__Table_101_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04202 {
04203       G__letint(result7, 105, (long) TCL::ImplFileLine());
04204    return(1 || funcname || hash || result7 || libp) ;
04205 }
04206 
04207 static int G__G__Table_101_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04208 {
04209       G__letint(result7, 67, (long) TCL::ImplFileName());
04210    return(1 || funcname || hash || result7 || libp) ;
04211 }
04212 
04213 static int G__G__Table_101_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04214 {
04215       G__letint(result7, 105, (long) TCL::DeclFileLine());
04216    return(1 || funcname || hash || result7 || libp) ;
04217 }
04218 
04219 // automatic default constructor
04220 static int G__G__Table_101_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04221 {
04222    TCL *p;
04223    char* gvp = (char*) G__getgvp();
04224    int n = G__getaryconstruct();
04225    if (n) {
04226      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04227        p = new TCL[n];
04228      } else {
04229        p = new((void*) gvp) TCL[n];
04230      }
04231    } else {
04232      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04233        p = new TCL;
04234      } else {
04235        p = new((void*) gvp) TCL;
04236      }
04237    }
04238    result7->obj.i = (long) p;
04239    result7->ref = (long) p;
04240    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TCL));
04241    return(1 || funcname || hash || result7 || libp) ;
04242 }
04243 
04244 // automatic copy constructor
04245 static int G__G__Table_101_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04246 
04247 {
04248    TCL* p;
04249    void* tmp = (void*) G__int(libp->para[0]);
04250    p = new TCL(*(TCL*) tmp);
04251    result7->obj.i = (long) p;
04252    result7->ref = (long) p;
04253    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TCL));
04254    return(1 || funcname || hash || result7 || libp) ;
04255 }
04256 
04257 // automatic destructor
04258 typedef TCL G__TTCL;
04259 static int G__G__Table_101_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04260 {
04261    char* gvp = (char*) G__getgvp();
04262    long soff = G__getstructoffset();
04263    int n = G__getaryconstruct();
04264    //
04265    //has_a_delete: 0
04266    //has_own_delete1arg: 0
04267    //has_own_delete2arg: 0
04268    //
04269    if (!soff) {
04270      return(1);
04271    }
04272    if (n) {
04273      if (gvp == (char*)G__PVOID) {
04274        delete[] (TCL*) soff;
04275      } else {
04276        G__setgvp((long) G__PVOID);
04277        for (int i = n - 1; i >= 0; --i) {
04278          ((TCL*) (soff+(sizeof(TCL)*i)))->~G__TTCL();
04279        }
04280        G__setgvp((long)gvp);
04281      }
04282    } else {
04283      if (gvp == (char*)G__PVOID) {
04284        delete (TCL*) soff;
04285      } else {
04286        G__setgvp((long) G__PVOID);
04287        ((TCL*) (soff))->~G__TTCL();
04288        G__setgvp((long)gvp);
04289      }
04290    }
04291    G__setnull(result7);
04292    return(1 || funcname || hash || result7 || libp) ;
04293 }
04294 
04295 // automatic assignment operator
04296 static int G__G__Table_101_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04297 {
04298    TCL* dest = (TCL*) G__getstructoffset();
04299    *dest = *(TCL*) libp->para[0].ref;
04300    const TCL& obj = *dest;
04301    result7->ref = (long) (&obj);
04302    result7->obj.i = (long) (&obj);
04303    return(1 || funcname || hash || result7 || libp) ;
04304 }
04305 
04306 
04307 /* TTable */
04308 static int G__G__Table_102_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04309 {
04310    TTable* p = NULL;
04311    char* gvp = (char*) G__getgvp();
04312    switch (libp->paran) {
04313    case 2:
04314      //m: 2
04315      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04316        p = new TTable((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
04317      } else {
04318        p = new((void*) gvp) TTable((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
04319      }
04320      break;
04321    case 1:
04322      //m: 1
04323      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04324        p = new TTable((const char*) G__int(libp->para[0]));
04325      } else {
04326        p = new((void*) gvp) TTable((const char*) G__int(libp->para[0]));
04327      }
04328      break;
04329    case 0:
04330      int n = G__getaryconstruct();
04331      if (n) {
04332        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04333          p = new TTable[n];
04334        } else {
04335          p = new((void*) gvp) TTable[n];
04336        }
04337      } else {
04338        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04339          p = new TTable;
04340        } else {
04341          p = new((void*) gvp) TTable;
04342        }
04343      }
04344      break;
04345    }
04346    result7->obj.i = (long) p;
04347    result7->ref = (long) p;
04348    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable));
04349    return(1 || funcname || hash || result7 || libp) ;
04350 }
04351 
04352 static int G__G__Table_102_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04353 {
04354    TTable* p = NULL;
04355    char* gvp = (char*) G__getgvp();
04356    //m: 3
04357    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04358      p = new TTable(
04359 (const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
04360 , (Int_t) G__int(libp->para[2]));
04361    } else {
04362      p = new((void*) gvp) TTable(
04363 (const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
04364 , (Int_t) G__int(libp->para[2]));
04365    }
04366    result7->obj.i = (long) p;
04367    result7->ref = (long) p;
04368    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable));
04369    return(1 || funcname || hash || result7 || libp) ;
04370 }
04371 
04372 static int G__G__Table_102_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04373 {
04374    TTable* p = NULL;
04375    char* gvp = (char*) G__getgvp();
04376    //m: 4
04377    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04378      p = new TTable(
04379 (const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
04380 , (Char_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
04381    } else {
04382      p = new((void*) gvp) TTable(
04383 (const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
04384 , (Char_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
04385    }
04386    result7->obj.i = (long) p;
04387    result7->ref = (long) p;
04388    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable));
04389    return(1 || funcname || hash || result7 || libp) ;
04390 }
04391 
04392 static int G__G__Table_102_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04393 {
04394    TTable* p = NULL;
04395    char* gvp = (char*) G__getgvp();
04396    //m: 5
04397    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04398      p = new TTable(
04399 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04400 , (Int_t) G__int(libp->para[2]), (Char_t*) G__int(libp->para[3])
04401 , (Int_t) G__int(libp->para[4]));
04402    } else {
04403      p = new((void*) gvp) TTable(
04404 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04405 , (Int_t) G__int(libp->para[2]), (Char_t*) G__int(libp->para[3])
04406 , (Int_t) G__int(libp->para[4]));
04407    }
04408    result7->obj.i = (long) p;
04409    result7->ref = (long) p;
04410    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable));
04411    return(1 || funcname || hash || result7 || libp) ;
04412 }
04413 
04414 static int G__G__Table_102_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04415 {
04416    TTable* p = NULL;
04417    char* gvp = (char*) G__getgvp();
04418    //m: 1
04419    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
04420      p = new TTable(*(TTable*) libp->para[0].ref);
04421    } else {
04422      p = new((void*) gvp) TTable(*(TTable*) libp->para[0].ref);
04423    }
04424    result7->obj.i = (long) p;
04425    result7->ref = (long) p;
04426    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable));
04427    return(1 || funcname || hash || result7 || libp) ;
04428 }
04429 
04430 static int G__G__Table_102_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04431 {
04432       {
04433          const TTable& obj = ((TTable*) G__getstructoffset())->operator=(*(TTable*) libp->para[0].ref);
04434          result7->ref = (long) (&obj);
04435          result7->obj.i = (long) (&obj);
04436       }
04437    return(1 || funcname || hash || result7 || libp) ;
04438 }
04439 
04440 static int G__G__Table_102_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04441 {
04442       ((TTable*) G__getstructoffset())->Adopt((Int_t) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
04443       G__setnull(result7);
04444    return(1 || funcname || hash || result7 || libp) ;
04445 }
04446 
04447 static int G__G__Table_102_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04448 {
04449       G__letint(result7, 105, (long) ((TTable*) G__getstructoffset())->AddAt((void*) G__int(libp->para[0])));
04450    return(1 || funcname || hash || result7 || libp) ;
04451 }
04452 
04453 static int G__G__Table_102_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04454 {
04455       ((TTable*) G__getstructoffset())->AddAt((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
04456       G__setnull(result7);
04457    return(1 || funcname || hash || result7 || libp) ;
04458 }
04459 
04460 static int G__G__Table_102_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04461 {
04462       G__letint(result7, 108, (long) ((TTable*) G__getstructoffset())->AppendRows((void*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
04463    return(1 || funcname || hash || result7 || libp) ;
04464 }
04465 
04466 static int G__G__Table_102_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04467 {
04468       ((const TTable*) G__getstructoffset())->AsString((void*) G__int(libp->para[0]), (TTable::EColumnType) G__int(libp->para[1])
04469 , (Int_t) G__int(libp->para[2]), *(ostream*) libp->para[3].ref);
04470       G__setnull(result7);
04471    return(1 || funcname || hash || result7 || libp) ;
04472 }
04473 
04474 static int G__G__Table_102_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04475 {
04476       G__letint(result7, 89, (long) ((const TTable*) G__getstructoffset())->At((Int_t) G__int(libp->para[0])));
04477    return(1 || funcname || hash || result7 || libp) ;
04478 }
04479 
04480 static int G__G__Table_102_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04481 {
04482       ((TTable*) G__getstructoffset())->CopySet(*(TTable*) libp->para[0].ref);
04483       G__setnull(result7);
04484    return(1 || funcname || hash || result7 || libp) ;
04485 }
04486 
04487 static int G__G__Table_102_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04488 {
04489    switch (libp->paran) {
04490    case 5:
04491       G__letint(result7, 105, (long) ((TTable*) G__getstructoffset())->CopyRows((TTable*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
04492 , (Long_t) G__int(libp->para[2]), (Long_t) G__int(libp->para[3])
04493 , (Bool_t) G__int(libp->para[4])));
04494       break;
04495    case 4:
04496       G__letint(result7, 105, (long) ((TTable*) G__getstructoffset())->CopyRows((TTable*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
04497 , (Long_t) G__int(libp->para[2]), (Long_t) G__int(libp->para[3])));
04498       break;
04499    case 3:
04500       G__letint(result7, 105, (long) ((TTable*) G__getstructoffset())->CopyRows((TTable*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
04501 , (Long_t) G__int(libp->para[2])));
04502       break;
04503    case 2:
04504       G__letint(result7, 105, (long) ((TTable*) G__getstructoffset())->CopyRows((TTable*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])));
04505       break;
04506    case 1:
04507       G__letint(result7, 105, (long) ((TTable*) G__getstructoffset())->CopyRows((TTable*) G__int(libp->para[0])));
04508       break;
04509    }
04510    return(1 || funcname || hash || result7 || libp) ;
04511 }
04512 
04513 static int G__G__Table_102_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04514 {
04515    switch (libp->paran) {
04516    case 2:
04517       ((TTable*) G__getstructoffset())->DeleteRows((Long_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
04518       G__setnull(result7);
04519       break;
04520    case 1:
04521       ((TTable*) G__getstructoffset())->DeleteRows((Long_t) G__int(libp->para[0]));
04522       G__setnull(result7);
04523       break;
04524    }
04525    return(1 || funcname || hash || result7 || libp) ;
04526 }
04527 
04528 static int G__G__Table_102_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04529 {
04530    switch (libp->paran) {
04531    case 5:
04532       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))
04533 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
04534 , (Int_t) G__int(libp->para[4])));
04535       break;
04536    case 4:
04537       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))
04538 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
04539       break;
04540    case 3:
04541       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))
04542 , (Option_t*) G__int(libp->para[2])));
04543       break;
04544    case 2:
04545       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))));
04546       break;
04547    }
04548    return(1 || funcname || hash || result7 || libp) ;
04549 }
04550 
04551 static int G__G__Table_102_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04552 {
04553    switch (libp->paran) {
04554    case 5:
04555       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04556 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
04557 , (Int_t) G__int(libp->para[4])));
04558       break;
04559    case 4:
04560       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04561 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
04562       break;
04563    case 3:
04564       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04565 , (Option_t*) G__int(libp->para[2])));
04566       break;
04567    case 2:
04568       G__letint(result7, 85, (long) ((TTable*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
04569       break;
04570    }
04571    return(1 || funcname || hash || result7 || libp) ;
04572 }
04573 
04574 static int G__G__Table_102_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04575 {
04576       G__letint(result7, 89, (long) ((const TTable*) G__getstructoffset())->GetArray());
04577    return(1 || funcname || hash || result7 || libp) ;
04578 }
04579 
04580 static int G__G__Table_102_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04581 {
04582       G__letint(result7, 85, (long) ((const TTable*) G__getstructoffset())->GetRowClass());
04583    return(1 || funcname || hash || result7 || libp) ;
04584 }
04585 
04586 static int G__G__Table_102_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04587 {
04588       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetSize());
04589    return(1 || funcname || hash || result7 || libp) ;
04590 }
04591 
04592 static int G__G__Table_102_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04593 {
04594       G__letint(result7, 108, (long) ((const TTable*) G__getstructoffset())->GetNRows());
04595    return(1 || funcname || hash || result7 || libp) ;
04596 }
04597 
04598 static int G__G__Table_102_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04599 {
04600       G__letint(result7, 108, (long) ((const TTable*) G__getstructoffset())->GetRowSize());
04601    return(1 || funcname || hash || result7 || libp) ;
04602 }
04603 
04604 static int G__G__Table_102_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04605 {
04606       G__letint(result7, 108, (long) ((const TTable*) G__getstructoffset())->GetTableSize());
04607    return(1 || funcname || hash || result7 || libp) ;
04608 }
04609 
04610 static int G__G__Table_102_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04611 {
04612       G__letint(result7, 85, (long) ((const TTable*) G__getstructoffset())->GetTableDescriptors());
04613    return(1 || funcname || hash || result7 || libp) ;
04614 }
04615 
04616 static int G__G__Table_102_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04617 {
04618       G__letint(result7, 85, (long) ((const TTable*) G__getstructoffset())->GetRowDescriptors());
04619    return(1 || funcname || hash || result7 || libp) ;
04620 }
04621 
04622 static int G__G__Table_102_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04623 {
04624       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->GetType());
04625    return(1 || funcname || hash || result7 || libp) ;
04626 }
04627 
04628 static int G__G__Table_102_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04629 {
04630    switch (libp->paran) {
04631    case 7:
04632       ((TTable*) G__getstructoffset())->Fit(
04633 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04634 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
04635 , (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
04636 , (Int_t) G__int(libp->para[6]));
04637       G__setnull(result7);
04638       break;
04639    case 6:
04640       ((TTable*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04641 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
04642 , (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
04643       G__setnull(result7);
04644       break;
04645    case 5:
04646       ((TTable*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04647 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
04648 , (Option_t*) G__int(libp->para[4]));
04649       G__setnull(result7);
04650       break;
04651    case 4:
04652       ((TTable*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04653 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
04654       G__setnull(result7);
04655       break;
04656    case 3:
04657       ((TTable*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04658 , (const char*) G__int(libp->para[2]));
04659       G__setnull(result7);
04660       break;
04661    case 2:
04662       ((TTable*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
04663       G__setnull(result7);
04664       break;
04665    }
04666    return(1 || funcname || hash || result7 || libp) ;
04667 }
04668 
04669 static int G__G__Table_102_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04670 {
04671    switch (libp->paran) {
04672    case 3:
04673       G__letint(result7, 108, (long) ((TTable*) G__getstructoffset())->InsertRows((void*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
04674 , (UInt_t) G__int(libp->para[2])));
04675       break;
04676    case 2:
04677       G__letint(result7, 108, (long) ((TTable*) G__getstructoffset())->InsertRows((void*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])));
04678       break;
04679    }
04680    return(1 || funcname || hash || result7 || libp) ;
04681 }
04682 
04683 static int G__G__Table_102_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04684 {
04685       G__letint(result7, 105, (long) ((TTable*) G__getstructoffset())->NaN());
04686    return(1 || funcname || hash || result7 || libp) ;
04687 }
04688 
04689 static int G__G__Table_102_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04690 {
04691       G__letint(result7, 85, (long) TTable::New((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
04692 , (void*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])));
04693    return(1 || funcname || hash || result7 || libp) ;
04694 }
04695 
04696 static int G__G__Table_102_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04697 {
04698       G__letint(result7, 67, (long) ((TTable*) G__getstructoffset())->MakeExpression((const Char_t**) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
04699    return(1 || funcname || hash || result7 || libp) ;
04700 }
04701 
04702 static int G__G__Table_102_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04703 {
04704       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->Print((Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
04705    return(1 || funcname || hash || result7 || libp) ;
04706 }
04707 
04708 static int G__G__Table_102_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04709 {
04710    switch (libp->paran) {
04711    case 4:
04712       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
04713 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])));
04714       break;
04715    case 3:
04716       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
04717 , (const Char_t*) G__int(libp->para[2])));
04718       break;
04719    case 2:
04720       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
04721       break;
04722    case 1:
04723       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0])));
04724       break;
04725    }
04726    return(1 || funcname || hash || result7 || libp) ;
04727 }
04728 
04729 static int G__G__Table_102_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04730 {
04731       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->PrintHeader());
04732    return(1 || funcname || hash || result7 || libp) ;
04733 }
04734 
04735 static int G__G__Table_102_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04736 {
04737    switch (libp->paran) {
04738    case 6:
04739       ((TTable*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04740 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
04741 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
04742       G__setnull(result7);
04743       break;
04744    case 5:
04745       ((TTable*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04746 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
04747 , (Int_t) G__int(libp->para[4]));
04748       G__setnull(result7);
04749       break;
04750    case 4:
04751       ((TTable*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04752 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
04753       G__setnull(result7);
04754       break;
04755    case 3:
04756       ((TTable*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
04757 , (const char*) G__int(libp->para[2]));
04758       G__setnull(result7);
04759       break;
04760    case 2:
04761       ((TTable*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
04762       G__setnull(result7);
04763       break;
04764    }
04765    return(1 || funcname || hash || result7 || libp) ;
04766 }
04767 
04768 static int G__G__Table_102_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04769 {
04770       G__letint(result7, 89, (long) ((TTable*) G__getstructoffset())->ReAllocate((Int_t) G__int(libp->para[0])));
04771    return(1 || funcname || hash || result7 || libp) ;
04772 }
04773 
04774 static int G__G__Table_102_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04775 {
04776       G__letint(result7, 89, (long) ((TTable*) G__getstructoffset())->ReAllocate());
04777    return(1 || funcname || hash || result7 || libp) ;
04778 }
04779 
04780 static int G__G__Table_102_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04781 {
04782       ((TTable*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]));
04783       G__setnull(result7);
04784    return(1 || funcname || hash || result7 || libp) ;
04785 }
04786 
04787 static int G__G__Table_102_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04788 {
04789       ((TTable*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Char_t*) G__int(libp->para[1]));
04790       G__setnull(result7);
04791    return(1 || funcname || hash || result7 || libp) ;
04792 }
04793 
04794 static int G__G__Table_102_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04795 {
04796       ((TTable*) G__getstructoffset())->SetNRows((Int_t) G__int(libp->para[0]));
04797       G__setnull(result7);
04798    return(1 || funcname || hash || result7 || libp) ;
04799 }
04800 
04801 static int G__G__Table_102_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04802 {
04803    switch (libp->paran) {
04804    case 1:
04805       ((TTable*) G__getstructoffset())->Reset((Int_t) G__int(libp->para[0]));
04806       G__setnull(result7);
04807       break;
04808    case 0:
04809       ((TTable*) G__getstructoffset())->Reset();
04810       G__setnull(result7);
04811       break;
04812    }
04813    return(1 || funcname || hash || result7 || libp) ;
04814 }
04815 
04816 static int G__G__Table_102_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04817 {
04818    switch (libp->paran) {
04819    case 1:
04820       ((TTable*) G__getstructoffset())->ResetMap((Bool_t) G__int(libp->para[0]));
04821       G__setnull(result7);
04822       break;
04823    case 0:
04824       ((TTable*) G__getstructoffset())->ResetMap();
04825       G__setnull(result7);
04826       break;
04827    }
04828    return(1 || funcname || hash || result7 || libp) ;
04829 }
04830 
04831 static int G__G__Table_102_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04832 {
04833       G__letint(result7, 89, (long) ((TTable*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
04834    return(1 || funcname || hash || result7 || libp) ;
04835 }
04836 
04837 static int G__G__Table_102_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04838 {
04839       G__letint(result7, 89, (long) ((const TTable*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
04840    return(1 || funcname || hash || result7 || libp) ;
04841 }
04842 
04843 static int G__G__Table_102_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04844 {
04845       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetColumnIndex((const Char_t*) G__int(libp->para[0])));
04846    return(1 || funcname || hash || result7 || libp) ;
04847 }
04848 
04849 static int G__G__Table_102_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04850 {
04851       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->GetColumnName((Int_t) G__int(libp->para[0])));
04852    return(1 || funcname || hash || result7 || libp) ;
04853 }
04854 
04855 static int G__G__Table_102_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04856 {
04857       G__letint(result7, 72, (long) ((const TTable*) G__getstructoffset())->GetIndexArray((Int_t) G__int(libp->para[0])));
04858    return(1 || funcname || hash || result7 || libp) ;
04859 }
04860 
04861 static int G__G__Table_102_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04862 {
04863       G__letint(result7, 104, (long) ((const TTable*) G__getstructoffset())->GetNumberOfColumns());
04864    return(1 || funcname || hash || result7 || libp) ;
04865 }
04866 
04867 static int G__G__Table_102_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04868 {
04869       G__letint(result7, 104, (long) ((const TTable*) G__getstructoffset())->GetOffset((Int_t) G__int(libp->para[0])));
04870    return(1 || funcname || hash || result7 || libp) ;
04871 }
04872 
04873 static int G__G__Table_102_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04874 {
04875    switch (libp->paran) {
04876    case 1:
04877       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetOffset((const Char_t*) G__int(libp->para[0])));
04878       break;
04879    case 0:
04880       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetOffset());
04881       break;
04882    }
04883    return(1 || funcname || hash || result7 || libp) ;
04884 }
04885 
04886 static int G__G__Table_102_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04887 {
04888       G__letint(result7, 104, (long) ((const TTable*) G__getstructoffset())->GetColumnSize((Int_t) G__int(libp->para[0])));
04889    return(1 || funcname || hash || result7 || libp) ;
04890 }
04891 
04892 static int G__G__Table_102_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04893 {
04894    switch (libp->paran) {
04895    case 1:
04896       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetColumnSize((const Char_t*) G__int(libp->para[0])));
04897       break;
04898    case 0:
04899       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetColumnSize());
04900       break;
04901    }
04902    return(1 || funcname || hash || result7 || libp) ;
04903 }
04904 
04905 static int G__G__Table_102_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04906 {
04907       G__letint(result7, 104, (long) ((const TTable*) G__getstructoffset())->GetTypeSize((Int_t) G__int(libp->para[0])));
04908    return(1 || funcname || hash || result7 || libp) ;
04909 }
04910 
04911 static int G__G__Table_102_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04912 {
04913    switch (libp->paran) {
04914    case 1:
04915       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetTypeSize((const Char_t*) G__int(libp->para[0])));
04916       break;
04917    case 0:
04918       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetTypeSize());
04919       break;
04920    }
04921    return(1 || funcname || hash || result7 || libp) ;
04922 }
04923 
04924 static int G__G__Table_102_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04925 {
04926       G__letint(result7, 104, (long) ((const TTable*) G__getstructoffset())->GetDimensions((Int_t) G__int(libp->para[0])));
04927    return(1 || funcname || hash || result7 || libp) ;
04928 }
04929 
04930 static int G__G__Table_102_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04931 {
04932    switch (libp->paran) {
04933    case 1:
04934       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetDimensions((const Char_t*) G__int(libp->para[0])));
04935       break;
04936    case 0:
04937       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetDimensions());
04938       break;
04939    }
04940    return(1 || funcname || hash || result7 || libp) ;
04941 }
04942 
04943 static int G__G__Table_102_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04944 {
04945       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetColumnType((Int_t) G__int(libp->para[0])));
04946    return(1 || funcname || hash || result7 || libp) ;
04947 }
04948 
04949 static int G__G__Table_102_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04950 {
04951    switch (libp->paran) {
04952    case 1:
04953       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetColumnType((const Char_t*) G__int(libp->para[0])));
04954       break;
04955    case 0:
04956       G__letint(result7, 105, (long) ((const TTable*) G__getstructoffset())->GetColumnType());
04957       break;
04958    }
04959    return(1 || funcname || hash || result7 || libp) ;
04960 }
04961 
04962 static int G__G__Table_102_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04963 {
04964       G__letint(result7, 67, (long) ((const TTable*) G__getstructoffset())->GetColumnComment((Int_t) G__int(libp->para[0])));
04965    return(1 || funcname || hash || result7 || libp) ;
04966 }
04967 
04968 static int G__G__Table_102_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04969 {
04970       G__letint(result7, 67, (long) TTable::GetTypeName((TTable::EColumnType) G__int(libp->para[0])));
04971    return(1 || funcname || hash || result7 || libp) ;
04972 }
04973 
04974 static int G__G__Table_102_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04975 {
04976       G__letint(result7, 105, (long) TTable::GetTypeId((const char*) G__int(libp->para[0])));
04977    return(1 || funcname || hash || result7 || libp) ;
04978 }
04979 
04980 static int G__G__Table_102_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04981 {
04982       G__letint(result7, 67, (long) TTable::TableDictionary());
04983    return(1 || funcname || hash || result7 || libp) ;
04984 }
04985 
04986 static int G__G__Table_102_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04987 {
04988       G__letint(result7, 85, (long) TTable::Class());
04989    return(1 || funcname || hash || result7 || libp) ;
04990 }
04991 
04992 static int G__G__Table_102_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04993 {
04994       G__letint(result7, 67, (long) TTable::Class_Name());
04995    return(1 || funcname || hash || result7 || libp) ;
04996 }
04997 
04998 static int G__G__Table_102_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
04999 {
05000       G__letint(result7, 115, (long) TTable::Class_Version());
05001    return(1 || funcname || hash || result7 || libp) ;
05002 }
05003 
05004 static int G__G__Table_102_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05005 {
05006       TTable::Dictionary();
05007       G__setnull(result7);
05008    return(1 || funcname || hash || result7 || libp) ;
05009 }
05010 
05011 static int G__G__Table_102_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05012 {
05013       ((TTable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
05014       G__setnull(result7);
05015    return(1 || funcname || hash || result7 || libp) ;
05016 }
05017 
05018 static int G__G__Table_102_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05019 {
05020       G__letint(result7, 67, (long) TTable::DeclFileName());
05021    return(1 || funcname || hash || result7 || libp) ;
05022 }
05023 
05024 static int G__G__Table_102_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05025 {
05026       G__letint(result7, 105, (long) TTable::ImplFileLine());
05027    return(1 || funcname || hash || result7 || libp) ;
05028 }
05029 
05030 static int G__G__Table_102_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05031 {
05032       G__letint(result7, 67, (long) TTable::ImplFileName());
05033    return(1 || funcname || hash || result7 || libp) ;
05034 }
05035 
05036 static int G__G__Table_102_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05037 {
05038       G__letint(result7, 105, (long) TTable::DeclFileLine());
05039    return(1 || funcname || hash || result7 || libp) ;
05040 }
05041 
05042 // automatic destructor
05043 typedef TTable G__TTTable;
05044 static int G__G__Table_102_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05045 {
05046    char* gvp = (char*) G__getgvp();
05047    long soff = G__getstructoffset();
05048    int n = G__getaryconstruct();
05049    //
05050    //has_a_delete: 1
05051    //has_own_delete1arg: 0
05052    //has_own_delete2arg: 0
05053    //
05054    if (!soff) {
05055      return(1);
05056    }
05057    if (n) {
05058      if (gvp == (char*)G__PVOID) {
05059        delete[] (TTable*) soff;
05060      } else {
05061        G__setgvp((long) G__PVOID);
05062        for (int i = n - 1; i >= 0; --i) {
05063          ((TTable*) (soff+(sizeof(TTable)*i)))->~G__TTTable();
05064        }
05065        G__setgvp((long)gvp);
05066      }
05067    } else {
05068      if (gvp == (char*)G__PVOID) {
05069        delete (TTable*) soff;
05070      } else {
05071        G__setgvp((long) G__PVOID);
05072        ((TTable*) (soff))->~G__TTTable();
05073        G__setgvp((long)gvp);
05074      }
05075    }
05076    G__setnull(result7);
05077    return(1 || funcname || hash || result7 || libp) ;
05078 }
05079 
05080 
05081 /* TDataSetIter */
05082 static int G__G__Table_138_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05083 {
05084    TDataSetIter* p = NULL;
05085    char* gvp = (char*) G__getgvp();
05086    switch (libp->paran) {
05087    case 3:
05088      //m: 3
05089      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05090        p = new TDataSetIter(
05091 (TDataSet*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05092 , (Bool_t) G__int(libp->para[2]));
05093      } else {
05094        p = new((void*) gvp) TDataSetIter(
05095 (TDataSet*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
05096 , (Bool_t) G__int(libp->para[2]));
05097      }
05098      break;
05099    case 2:
05100      //m: 2
05101      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05102        p = new TDataSetIter((TDataSet*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05103      } else {
05104        p = new((void*) gvp) TDataSetIter((TDataSet*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05105      }
05106      break;
05107    case 1:
05108      //m: 1
05109      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05110        p = new TDataSetIter((TDataSet*) G__int(libp->para[0]));
05111      } else {
05112        p = new((void*) gvp) TDataSetIter((TDataSet*) G__int(libp->para[0]));
05113      }
05114      break;
05115    case 0:
05116      int n = G__getaryconstruct();
05117      if (n) {
05118        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05119          p = new TDataSetIter[n];
05120        } else {
05121          p = new((void*) gvp) TDataSetIter[n];
05122        }
05123      } else {
05124        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05125          p = new TDataSetIter;
05126        } else {
05127          p = new((void*) gvp) TDataSetIter;
05128        }
05129      }
05130      break;
05131    }
05132    result7->obj.i = (long) p;
05133    result7->ref = (long) p;
05134    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TDataSetIter));
05135    return(1 || funcname || hash || result7 || libp) ;
05136 }
05137 
05138 static int G__G__Table_138_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05139 {
05140    TDataSetIter* p = NULL;
05141    char* gvp = (char*) G__getgvp();
05142    //m: 2
05143    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05144      p = new TDataSetIter((TDataSet*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
05145    } else {
05146      p = new((void*) gvp) TDataSetIter((TDataSet*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
05147    }
05148    result7->obj.i = (long) p;
05149    result7->ref = (long) p;
05150    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TDataSetIter));
05151    return(1 || funcname || hash || result7 || libp) ;
05152 }
05153 
05154 static int G__G__Table_138_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05155 {
05156       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Add((TDataSet*) G__int(libp->para[0])));
05157    return(1 || funcname || hash || result7 || libp) ;
05158 }
05159 
05160 static int G__G__Table_138_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05161 {
05162       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Add((TDataSet*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
05163    return(1 || funcname || hash || result7 || libp) ;
05164 }
05165 
05166 static int G__G__Table_138_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05167 {
05168       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Add((TDataSet*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])));
05169    return(1 || funcname || hash || result7 || libp) ;
05170 }
05171 
05172 static int G__G__Table_138_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05173 {
05174       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Cd((const Char_t*) G__int(libp->para[0])));
05175    return(1 || funcname || hash || result7 || libp) ;
05176 }
05177 
05178 static int G__G__Table_138_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05179 {
05180       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Cd((TDataSet*) G__int(libp->para[0])));
05181    return(1 || funcname || hash || result7 || libp) ;
05182 }
05183 
05184 static int G__G__Table_138_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05185 {
05186    switch (libp->paran) {
05187    case 1:
05188       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->operator()((TDataSet::EDataSetPass) G__int(libp->para[0])));
05189       break;
05190    case 0:
05191       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->operator()());
05192       break;
05193    }
05194    return(1 || funcname || hash || result7 || libp) ;
05195 }
05196 
05197 static int G__G__Table_138_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05198 {
05199       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->operator()((const Char_t*) G__int(libp->para[0])));
05200    return(1 || funcname || hash || result7 || libp) ;
05201 }
05202 
05203 static int G__G__Table_138_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05204 {
05205       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->operator[]((const Char_t*) G__int(libp->para[0])));
05206    return(1 || funcname || hash || result7 || libp) ;
05207 }
05208 
05209 static int G__G__Table_138_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05210 {
05211       G__letint(result7, 105, (long) ((const TDataSetIter*) G__getstructoffset())->GetDepth());
05212    return(1 || funcname || hash || result7 || libp) ;
05213 }
05214 
05215 static int G__G__Table_138_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05216 {
05217       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->Cwd());
05218    return(1 || funcname || hash || result7 || libp) ;
05219 }
05220 
05221 static int G__G__Table_138_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05222 {
05223       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Dir((Char_t*) G__int(libp->para[0])));
05224    return(1 || funcname || hash || result7 || libp) ;
05225 }
05226 
05227 static int G__G__Table_138_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05228 {
05229       G__letint(result7, 105, (long) ((const TDataSetIter*) G__getstructoffset())->Du());
05230    return(1 || funcname || hash || result7 || libp) ;
05231 }
05232 
05233 static int G__G__Table_138_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05234 {
05235       G__letint(result7, 105, (long) ((const TDataSetIter*) G__getstructoffset())->Df());
05236    return(1 || funcname || hash || result7 || libp) ;
05237 }
05238 
05239 static int G__G__Table_138_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05240 {
05241    switch (libp->paran) {
05242    case 4:
05243       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Find((const Char_t*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])
05244 , (Bool_t) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])));
05245       break;
05246    case 3:
05247       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Find((const Char_t*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])
05248 , (Bool_t) G__int(libp->para[2])));
05249       break;
05250    case 2:
05251       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Find((const Char_t*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])));
05252       break;
05253    case 1:
05254       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Find((const Char_t*) G__int(libp->para[0])));
05255       break;
05256    }
05257    return(1 || funcname || hash || result7 || libp) ;
05258 }
05259 
05260 static int G__G__Table_138_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05261 {
05262    switch (libp->paran) {
05263    case 3:
05264       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByPath((const Char_t*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])
05265 , (Bool_t) G__int(libp->para[2])));
05266       break;
05267    case 2:
05268       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByPath((const Char_t*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])));
05269       break;
05270    case 1:
05271       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByPath((const Char_t*) G__int(libp->para[0])));
05272       break;
05273    }
05274    return(1 || funcname || hash || result7 || libp) ;
05275 }
05276 
05277 static int G__G__Table_138_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05278 {
05279    switch (libp->paran) {
05280    case 3:
05281       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindDataSet((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
05282 , (Option_t*) G__int(libp->para[2])));
05283       break;
05284    case 2:
05285       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindDataSet((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
05286       break;
05287    case 1:
05288       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindDataSet((const Char_t*) G__int(libp->para[0])));
05289       break;
05290    }
05291    return(1 || funcname || hash || result7 || libp) ;
05292 }
05293 
05294 static int G__G__Table_138_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05295 {
05296    switch (libp->paran) {
05297    case 3:
05298       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByName((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
05299 , (Option_t*) G__int(libp->para[2])));
05300       break;
05301    case 2:
05302       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByName((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
05303       break;
05304    case 1:
05305       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByName((const Char_t*) G__int(libp->para[0])));
05306       break;
05307    }
05308    return(1 || funcname || hash || result7 || libp) ;
05309 }
05310 
05311 static int G__G__Table_138_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05312 {
05313    switch (libp->paran) {
05314    case 3:
05315       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByTitle((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
05316 , (Option_t*) G__int(libp->para[2])));
05317       break;
05318    case 2:
05319       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByTitle((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
05320       break;
05321    case 1:
05322       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByTitle((const Char_t*) G__int(libp->para[0])));
05323       break;
05324    }
05325    return(1 || funcname || hash || result7 || libp) ;
05326 }
05327 
05328 static int G__G__Table_138_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05329 {
05330    switch (libp->paran) {
05331    case 3:
05332       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindDataSet((TDataSet*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
05333 , (Option_t*) G__int(libp->para[2])));
05334       break;
05335    case 2:
05336       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindDataSet((TDataSet*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
05337       break;
05338    }
05339    return(1 || funcname || hash || result7 || libp) ;
05340 }
05341 
05342 static int G__G__Table_138_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05343 {
05344    switch (libp->paran) {
05345    case 3:
05346       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByPointer((TDataSet*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
05347 , (Option_t*) G__int(libp->para[2])));
05348       break;
05349    case 2:
05350       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByPointer((TDataSet*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
05351       break;
05352    case 1:
05353       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->FindByPointer((TDataSet*) G__int(libp->para[0])));
05354       break;
05355    }
05356    return(1 || funcname || hash || result7 || libp) ;
05357 }
05358 
05359 static int G__G__Table_138_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05360 {
05361    switch (libp->paran) {
05362    case 2:
05363       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((UInt_t) G__int(libp->para[0]), (TDataSet::EBitOpt) G__int(libp->para[1])));
05364       break;
05365    case 1:
05366       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((UInt_t) G__int(libp->para[0])));
05367       break;
05368    case 0:
05369       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag());
05370       break;
05371    }
05372    return(1 || funcname || hash || result7 || libp) ;
05373 }
05374 
05375 static int G__G__Table_138_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05376 {
05377    switch (libp->paran) {
05378    case 3:
05379       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((const Char_t*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
05380 , (TDataSet::EBitOpt) G__int(libp->para[2])));
05381       break;
05382    case 2:
05383       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((const Char_t*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
05384       break;
05385    case 1:
05386       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((const Char_t*) G__int(libp->para[0])));
05387       break;
05388    }
05389    return(1 || funcname || hash || result7 || libp) ;
05390 }
05391 
05392 static int G__G__Table_138_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05393 {
05394    switch (libp->paran) {
05395    case 3:
05396       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((TDataSet*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
05397 , (TDataSet::EBitOpt) G__int(libp->para[2])));
05398       break;
05399    case 2:
05400       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((TDataSet*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
05401       break;
05402    case 1:
05403       G__letint(result7, 105, (long) ((TDataSetIter*) G__getstructoffset())->Flag((TDataSet*) G__int(libp->para[0])));
05404       break;
05405    }
05406    return(1 || funcname || hash || result7 || libp) ;
05407 }
05408 
05409 static int G__G__Table_138_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05410 {
05411    switch (libp->paran) {
05412    case 2:
05413       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->Ls((const Char_t*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
05414       break;
05415    case 1:
05416       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->Ls((const Char_t*) G__int(libp->para[0])));
05417       break;
05418    case 0:
05419       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->Ls());
05420       break;
05421    }
05422    return(1 || funcname || hash || result7 || libp) ;
05423 }
05424 
05425 static int G__G__Table_138_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05426 {
05427       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->Ls((const Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
05428    return(1 || funcname || hash || result7 || libp) ;
05429 }
05430 
05431 static int G__G__Table_138_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05432 {
05433    switch (libp->paran) {
05434    case 2:
05435       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->ls(*((TString*) G__int(libp->para[0])), (Option_t*) G__int(libp->para[1])));
05436       break;
05437    case 1:
05438       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->ls(*((TString*) G__int(libp->para[0]))));
05439       break;
05440    }
05441    return(1 || funcname || hash || result7 || libp) ;
05442 }
05443 
05444 static int G__G__Table_138_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05445 {
05446       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->ls((const Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
05447    return(1 || funcname || hash || result7 || libp) ;
05448 }
05449 
05450 static int G__G__Table_138_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05451 {
05452       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Mkdir((const Char_t*) G__int(libp->para[0])));
05453    return(1 || funcname || hash || result7 || libp) ;
05454 }
05455 
05456 static int G__G__Table_138_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05457 {
05458       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Md((const Char_t*) G__int(libp->para[0])));
05459    return(1 || funcname || hash || result7 || libp) ;
05460 }
05461 
05462 static int G__G__Table_138_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05463 {
05464       {
05465          TString* pobj;
05466          TString xobj = ((TDataSetIter*) G__getstructoffset())->Path((const Char_t*) G__int(libp->para[0]));
05467          pobj = new TString(xobj);
05468          result7->obj.i = (long) ((void*) pobj);
05469          result7->ref = result7->obj.i;
05470          G__store_tempobject(*result7);
05471       }
05472    return(1 || funcname || hash || result7 || libp) ;
05473 }
05474 
05475 static int G__G__Table_138_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05476 {
05477       {
05478          TString* pobj;
05479          TString xobj = ((TDataSetIter*) G__getstructoffset())->Path();
05480          pobj = new TString(xobj);
05481          result7->obj.i = (long) ((void*) pobj);
05482          result7->ref = result7->obj.i;
05483          G__store_tempobject(*result7);
05484       }
05485    return(1 || funcname || hash || result7 || libp) ;
05486 }
05487 
05488 static int G__G__Table_138_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05489 {
05490    switch (libp->paran) {
05491    case 1:
05492       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->Pwd((Option_t*) G__int(libp->para[0])));
05493       break;
05494    case 0:
05495       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->Pwd());
05496       break;
05497    }
05498    return(1 || funcname || hash || result7 || libp) ;
05499 }
05500 
05501 static int G__G__Table_138_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05502 {
05503    switch (libp->paran) {
05504    case 2:
05505       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Rmdir((TDataSet*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
05506       break;
05507    case 1:
05508       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Rmdir((TDataSet*) G__int(libp->para[0])));
05509       break;
05510    }
05511    return(1 || funcname || hash || result7 || libp) ;
05512 }
05513 
05514 static int G__G__Table_138_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05515 {
05516    switch (libp->paran) {
05517    case 2:
05518       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Rmdir((const Char_t*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
05519       break;
05520    case 1:
05521       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Rmdir((const Char_t*) G__int(libp->para[0])));
05522       break;
05523    }
05524    return(1 || funcname || hash || result7 || libp) ;
05525 }
05526 
05527 static int G__G__Table_138_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05528 {
05529    switch (libp->paran) {
05530    case 2:
05531       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Rd((const Char_t*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
05532       break;
05533    case 1:
05534       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Rd((const Char_t*) G__int(libp->para[0])));
05535       break;
05536    }
05537    return(1 || funcname || hash || result7 || libp) ;
05538 }
05539 
05540 static int G__G__Table_138_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05541 {
05542       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Shunt((TDataSet*) G__int(libp->para[0])));
05543    return(1 || funcname || hash || result7 || libp) ;
05544 }
05545 
05546 static int G__G__Table_138_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05547 {
05548       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Shunt((TDataSet*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
05549    return(1 || funcname || hash || result7 || libp) ;
05550 }
05551 
05552 static int G__G__Table_138_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05553 {
05554       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Shunt((TDataSet*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])));
05555    return(1 || funcname || hash || result7 || libp) ;
05556 }
05557 
05558 static int G__G__Table_138_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05559 {
05560    switch (libp->paran) {
05561    case 1:
05562       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Next((TDataSet::EDataSetPass) G__int(libp->para[0])));
05563       break;
05564    case 0:
05565       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Next());
05566       break;
05567    }
05568    return(1 || funcname || hash || result7 || libp) ;
05569 }
05570 
05571 static int G__G__Table_138_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05572 {
05573    switch (libp->paran) {
05574    case 3:
05575       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Next((const Char_t*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])
05576 , (Bool_t) G__int(libp->para[2])));
05577       break;
05578    case 2:
05579       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Next((const Char_t*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])));
05580       break;
05581    case 1:
05582       G__letint(result7, 85, (long) ((TDataSetIter*) G__getstructoffset())->Next((const Char_t*) G__int(libp->para[0])));
05583       break;
05584    }
05585    return(1 || funcname || hash || result7 || libp) ;
05586 }
05587 
05588 static int G__G__Table_138_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05589 {
05590       ((TDataSetIter*) G__getstructoffset())->Notify((TDataSet*) G__int(libp->para[0]));
05591       G__setnull(result7);
05592    return(1 || funcname || hash || result7 || libp) ;
05593 }
05594 
05595 static int G__G__Table_138_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05596 {
05597       G__letint(result7, 67, (long) ((const TDataSetIter*) G__getstructoffset())->GetOption());
05598    return(1 || funcname || hash || result7 || libp) ;
05599 }
05600 
05601 static int G__G__Table_138_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05602 {
05603    switch (libp->paran) {
05604    case 2:
05605       ((TDataSetIter*) G__getstructoffset())->Reset((TDataSet*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05606       G__setnull(result7);
05607       break;
05608    case 1:
05609       ((TDataSetIter*) G__getstructoffset())->Reset((TDataSet*) G__int(libp->para[0]));
05610       G__setnull(result7);
05611       break;
05612    case 0:
05613       ((TDataSetIter*) G__getstructoffset())->Reset();
05614       G__setnull(result7);
05615       break;
05616    }
05617    return(1 || funcname || hash || result7 || libp) ;
05618 }
05619 
05620 static int G__G__Table_138_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05621 {
05622       G__letint(result7, 85, (long) ((const TDataSetIter*) G__getstructoffset())->operator*());
05623    return(1 || funcname || hash || result7 || libp) ;
05624 }
05625 
05626 static int G__G__Table_138_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05627 {
05628       G__letint(result7, 85, (long) TDataSetIter::Class());
05629    return(1 || funcname || hash || result7 || libp) ;
05630 }
05631 
05632 static int G__G__Table_138_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05633 {
05634       G__letint(result7, 67, (long) TDataSetIter::Class_Name());
05635    return(1 || funcname || hash || result7 || libp) ;
05636 }
05637 
05638 static int G__G__Table_138_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05639 {
05640       G__letint(result7, 115, (long) TDataSetIter::Class_Version());
05641    return(1 || funcname || hash || result7 || libp) ;
05642 }
05643 
05644 static int G__G__Table_138_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05645 {
05646       TDataSetIter::Dictionary();
05647       G__setnull(result7);
05648    return(1 || funcname || hash || result7 || libp) ;
05649 }
05650 
05651 static int G__G__Table_138_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05652 {
05653       ((TDataSetIter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
05654       G__setnull(result7);
05655    return(1 || funcname || hash || result7 || libp) ;
05656 }
05657 
05658 static int G__G__Table_138_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05659 {
05660       G__letint(result7, 67, (long) TDataSetIter::DeclFileName());
05661    return(1 || funcname || hash || result7 || libp) ;
05662 }
05663 
05664 static int G__G__Table_138_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05665 {
05666       G__letint(result7, 105, (long) TDataSetIter::ImplFileLine());
05667    return(1 || funcname || hash || result7 || libp) ;
05668 }
05669 
05670 static int G__G__Table_138_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05671 {
05672       G__letint(result7, 67, (long) TDataSetIter::ImplFileName());
05673    return(1 || funcname || hash || result7 || libp) ;
05674 }
05675 
05676 static int G__G__Table_138_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05677 {
05678       G__letint(result7, 105, (long) TDataSetIter::DeclFileLine());
05679    return(1 || funcname || hash || result7 || libp) ;
05680 }
05681 
05682 // automatic copy constructor
05683 static int G__G__Table_138_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05684 
05685 {
05686    TDataSetIter* p;
05687    void* tmp = (void*) G__int(libp->para[0]);
05688    p = new TDataSetIter(*(TDataSetIter*) tmp);
05689    result7->obj.i = (long) p;
05690    result7->ref = (long) p;
05691    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TDataSetIter));
05692    return(1 || funcname || hash || result7 || libp) ;
05693 }
05694 
05695 // automatic destructor
05696 typedef TDataSetIter G__TTDataSetIter;
05697 static int G__G__Table_138_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05698 {
05699    char* gvp = (char*) G__getgvp();
05700    long soff = G__getstructoffset();
05701    int n = G__getaryconstruct();
05702    //
05703    //has_a_delete: 1
05704    //has_own_delete1arg: 0
05705    //has_own_delete2arg: 0
05706    //
05707    if (!soff) {
05708      return(1);
05709    }
05710    if (n) {
05711      if (gvp == (char*)G__PVOID) {
05712        delete[] (TDataSetIter*) soff;
05713      } else {
05714        G__setgvp((long) G__PVOID);
05715        for (int i = n - 1; i >= 0; --i) {
05716          ((TDataSetIter*) (soff+(sizeof(TDataSetIter)*i)))->~G__TTDataSetIter();
05717        }
05718        G__setgvp((long)gvp);
05719      }
05720    } else {
05721      if (gvp == (char*)G__PVOID) {
05722        delete (TDataSetIter*) soff;
05723      } else {
05724        G__setgvp((long) G__PVOID);
05725        ((TDataSetIter*) (soff))->~G__TTDataSetIter();
05726        G__setgvp((long)gvp);
05727      }
05728    }
05729    G__setnull(result7);
05730    return(1 || funcname || hash || result7 || libp) ;
05731 }
05732 
05733 // automatic assignment operator
05734 static int G__G__Table_138_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05735 {
05736    TDataSetIter* dest = (TDataSetIter*) G__getstructoffset();
05737    *dest = *(TDataSetIter*) libp->para[0].ref;
05738    const TDataSetIter& obj = *dest;
05739    result7->ref = (long) (&obj);
05740    result7->obj.i = (long) (&obj);
05741    return(1 || funcname || hash || result7 || libp) ;
05742 }
05743 
05744 
05745 /* TDataSet */
05746 static int G__G__Table_139_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05747 {
05748    TDataSet* p = NULL;
05749    char* gvp = (char*) G__getgvp();
05750    switch (libp->paran) {
05751    case 3:
05752      //m: 3
05753      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05754        p = new TDataSet(
05755 (const char*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])
05756 , (Bool_t) G__int(libp->para[2]));
05757      } else {
05758        p = new((void*) gvp) TDataSet(
05759 (const char*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1])
05760 , (Bool_t) G__int(libp->para[2]));
05761      }
05762      break;
05763    case 2:
05764      //m: 2
05765      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05766        p = new TDataSet((const char*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1]));
05767      } else {
05768        p = new((void*) gvp) TDataSet((const char*) G__int(libp->para[0]), (TDataSet*) G__int(libp->para[1]));
05769      }
05770      break;
05771    case 1:
05772      //m: 1
05773      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05774        p = new TDataSet((const char*) G__int(libp->para[0]));
05775      } else {
05776        p = new((void*) gvp) TDataSet((const char*) G__int(libp->para[0]));
05777      }
05778      break;
05779    case 0:
05780      int n = G__getaryconstruct();
05781      if (n) {
05782        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05783          p = new TDataSet[n];
05784        } else {
05785          p = new((void*) gvp) TDataSet[n];
05786        }
05787      } else {
05788        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05789          p = new TDataSet;
05790        } else {
05791          p = new((void*) gvp) TDataSet;
05792        }
05793      }
05794      break;
05795    }
05796    result7->obj.i = (long) p;
05797    result7->ref = (long) p;
05798    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TDataSet));
05799    return(1 || funcname || hash || result7 || libp) ;
05800 }
05801 
05802 static int G__G__Table_139_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05803 {
05804    TDataSet* p = NULL;
05805    char* gvp = (char*) G__getgvp();
05806    switch (libp->paran) {
05807    case 2:
05808      //m: 2
05809      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05810        p = new TDataSet(*(TDataSet*) libp->para[0].ref, (TDataSet::EDataSetPass) G__int(libp->para[1]));
05811      } else {
05812        p = new((void*) gvp) TDataSet(*(TDataSet*) libp->para[0].ref, (TDataSet::EDataSetPass) G__int(libp->para[1]));
05813      }
05814      break;
05815    case 1:
05816      //m: 1
05817      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05818        p = new TDataSet(*(TDataSet*) libp->para[0].ref);
05819      } else {
05820        p = new((void*) gvp) TDataSet(*(TDataSet*) libp->para[0].ref);
05821      }
05822      break;
05823    }
05824    result7->obj.i = (long) p;
05825    result7->ref = (long) p;
05826    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TDataSet));
05827    return(1 || funcname || hash || result7 || libp) ;
05828 }
05829 
05830 static int G__G__Table_139_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05831 {
05832    TDataSet* p = NULL;
05833    char* gvp = (char*) G__getgvp();
05834    //m: 1
05835    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
05836      p = new TDataSet(*(TNode*) libp->para[0].ref);
05837    } else {
05838      p = new((void*) gvp) TDataSet(*(TNode*) libp->para[0].ref);
05839    }
05840    result7->obj.i = (long) p;
05841    result7->ref = (long) p;
05842    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TDataSet));
05843    return(1 || funcname || hash || result7 || libp) ;
05844 }
05845 
05846 static int G__G__Table_139_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05847 {
05848       ((TDataSet*) G__getstructoffset())->Add((TDataSet*) G__int(libp->para[0]));
05849       G__setnull(result7);
05850    return(1 || funcname || hash || result7 || libp) ;
05851 }
05852 
05853 static int G__G__Table_139_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05854 {
05855    switch (libp->paran) {
05856    case 2:
05857       ((TDataSet*) G__getstructoffset())->AddAt((TDataSet*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05858       G__setnull(result7);
05859       break;
05860    case 1:
05861       ((TDataSet*) G__getstructoffset())->AddAt((TDataSet*) G__int(libp->para[0]));
05862       G__setnull(result7);
05863       break;
05864    }
05865    return(1 || funcname || hash || result7 || libp) ;
05866 }
05867 
05868 static int G__G__Table_139_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05869 {
05870    switch (libp->paran) {
05871    case 2:
05872       ((TDataSet*) G__getstructoffset())->AddAtAndExpand((TDataSet*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
05873       G__setnull(result7);
05874       break;
05875    case 1:
05876       ((TDataSet*) G__getstructoffset())->AddAtAndExpand((TDataSet*) G__int(libp->para[0]));
05877       G__setnull(result7);
05878       break;
05879    }
05880    return(1 || funcname || hash || result7 || libp) ;
05881 }
05882 
05883 static int G__G__Table_139_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05884 {
05885       ((TDataSet*) G__getstructoffset())->AddFirst((TDataSet*) G__int(libp->para[0]));
05886       G__setnull(result7);
05887    return(1 || funcname || hash || result7 || libp) ;
05888 }
05889 
05890 static int G__G__Table_139_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05891 {
05892       ((TDataSet*) G__getstructoffset())->AddLast((TDataSet*) G__int(libp->para[0]));
05893       G__setnull(result7);
05894    return(1 || funcname || hash || result7 || libp) ;
05895 }
05896 
05897 static int G__G__Table_139_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05898 {
05899       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->At((Int_t) G__int(libp->para[0])));
05900    return(1 || funcname || hash || result7 || libp) ;
05901 }
05902 
05903 static int G__G__Table_139_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05904 {
05905       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->Find((const char*) G__int(libp->para[0])));
05906    return(1 || funcname || hash || result7 || libp) ;
05907 }
05908 
05909 static int G__G__Table_139_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05910 {
05911    switch (libp->paran) {
05912    case 3:
05913       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->FindByName((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
05914 , (Option_t*) G__int(libp->para[2])));
05915       break;
05916    case 2:
05917       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->FindByName((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
05918       break;
05919    case 1:
05920       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->FindByName((const char*) G__int(libp->para[0])));
05921       break;
05922    }
05923    return(1 || funcname || hash || result7 || libp) ;
05924 }
05925 
05926 static int G__G__Table_139_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05927 {
05928       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->FindByPath((const char*) G__int(libp->para[0])));
05929    return(1 || funcname || hash || result7 || libp) ;
05930 }
05931 
05932 static int G__G__Table_139_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05933 {
05934    switch (libp->paran) {
05935    case 3:
05936       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->FindByTitle((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
05937 , (Option_t*) G__int(libp->para[2])));
05938       break;
05939    case 2:
05940       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->FindByTitle((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
05941       break;
05942    case 1:
05943       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->FindByTitle((const char*) G__int(libp->para[0])));
05944       break;
05945    }
05946    return(1 || funcname || hash || result7 || libp) ;
05947 }
05948 
05949 static int G__G__Table_139_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05950 {
05951       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->First());
05952    return(1 || funcname || hash || result7 || libp) ;
05953 }
05954 
05955 static int G__G__Table_139_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05956 {
05957       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->GetObjArray());
05958    return(1 || funcname || hash || result7 || libp) ;
05959 }
05960 
05961 static int G__G__Table_139_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05962 {
05963       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->GetCollection());
05964    return(1 || funcname || hash || result7 || libp) ;
05965 }
05966 
05967 static int G__G__Table_139_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05968 {
05969       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->GetList());
05970    return(1 || funcname || hash || result7 || libp) ;
05971 }
05972 
05973 static int G__G__Table_139_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05974 {
05975       G__letint(result7, 105, (long) ((const TDataSet*) G__getstructoffset())->GetListSize());
05976    return(1 || funcname || hash || result7 || libp) ;
05977 }
05978 
05979 static int G__G__Table_139_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05980 {
05981       G__letint(result7, 85, (long) TDataSet::GetMainSet());
05982    return(1 || funcname || hash || result7 || libp) ;
05983 }
05984 
05985 static int G__G__Table_139_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05986 {
05987       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->GetMother());
05988    return(1 || funcname || hash || result7 || libp) ;
05989 }
05990 
05991 static int G__G__Table_139_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05992 {
05993       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->GetObject());
05994    return(1 || funcname || hash || result7 || libp) ;
05995 }
05996 
05997 static int G__G__Table_139_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
05998 {
05999       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->GetParent());
06000    return(1 || funcname || hash || result7 || libp) ;
06001 }
06002 
06003 static int G__G__Table_139_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06004 {
06005       G__letint(result7, 108, (long) ((const TDataSet*) G__getstructoffset())->HasData());
06006    return(1 || funcname || hash || result7 || libp) ;
06007 }
06008 
06009 static int G__G__Table_139_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06010 {
06011       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->Instance());
06012    return(1 || funcname || hash || result7 || libp) ;
06013 }
06014 
06015 static int G__G__Table_139_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06016 {
06017       G__letint(result7, 85, (long) TDataSet::instance());
06018    return(1 || funcname || hash || result7 || libp) ;
06019 }
06020 
06021 static int G__G__Table_139_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06022 {
06023       {
06024          const TString* pobj;
06025          const TString xobj = ((const TDataSet*) G__getstructoffset())->Path();
06026          pobj = new TString(xobj);
06027          result7->obj.i = (long) ((void*) pobj);
06028          result7->ref = result7->obj.i;
06029          G__store_tempobject(*result7);
06030       }
06031    return(1 || funcname || hash || result7 || libp) ;
06032 }
06033 
06034 static int G__G__Table_139_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06035 {
06036    switch (libp->paran) {
06037    case 2:
06038       G__letint(result7, 105, (long) ((TDataSet*) G__getstructoffset())->Pass((TDataSet::EDataSetPass (*)(TDataSet*)) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06039       break;
06040    case 1:
06041       G__letint(result7, 105, (long) ((TDataSet*) G__getstructoffset())->Pass((TDataSet::EDataSetPass (*)(TDataSet*)) G__int(libp->para[0])));
06042       break;
06043    }
06044    return(1 || funcname || hash || result7 || libp) ;
06045 }
06046 
06047 static int G__G__Table_139_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06048 {
06049    switch (libp->paran) {
06050    case 3:
06051       G__letint(result7, 105, (long) ((TDataSet*) G__getstructoffset())->Pass((TDataSet::EDataSetPass (*)(TDataSet*,void*)) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06052 , (Int_t) G__int(libp->para[2])));
06053       break;
06054    case 2:
06055       G__letint(result7, 105, (long) ((TDataSet*) G__getstructoffset())->Pass((TDataSet::EDataSetPass (*)(TDataSet*,void*)) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
06056       break;
06057    }
06058    return(1 || funcname || hash || result7 || libp) ;
06059 }
06060 
06061 static int G__G__Table_139_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06062 {
06063    switch (libp->paran) {
06064    case 1:
06065       ((const TDataSet*) G__getstructoffset())->PrintContents((Option_t*) G__int(libp->para[0]));
06066       G__setnull(result7);
06067       break;
06068    case 0:
06069       ((const TDataSet*) G__getstructoffset())->PrintContents();
06070       G__setnull(result7);
06071       break;
06072    }
06073    return(1 || funcname || hash || result7 || libp) ;
06074 }
06075 
06076 static int G__G__Table_139_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06077 {
06078    switch (libp->paran) {
06079    case 1:
06080       G__letint(result7, 105, (long) ((TDataSet*) G__getstructoffset())->Purge((Option_t*) G__int(libp->para[0])));
06081       break;
06082    case 0:
06083       G__letint(result7, 105, (long) ((TDataSet*) G__getstructoffset())->Purge());
06084       break;
06085    }
06086    return(1 || funcname || hash || result7 || libp) ;
06087 }
06088 
06089 static int G__G__Table_139_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06090 {
06091       ((TDataSet*) G__getstructoffset())->Remove((TDataSet*) G__int(libp->para[0]));
06092       G__setnull(result7);
06093    return(1 || funcname || hash || result7 || libp) ;
06094 }
06095 
06096 static int G__G__Table_139_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06097 {
06098       G__letint(result7, 85, (long) ((TDataSet*) G__getstructoffset())->RemoveAt((Int_t) G__int(libp->para[0])));
06099    return(1 || funcname || hash || result7 || libp) ;
06100 }
06101 
06102 static int G__G__Table_139_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06103 {
06104    switch (libp->paran) {
06105    case 1:
06106       ((TDataSet*) G__getstructoffset())->SetMother((TDataSet*) G__int(libp->para[0]));
06107       G__setnull(result7);
06108       break;
06109    case 0:
06110       ((TDataSet*) G__getstructoffset())->SetMother();
06111       G__setnull(result7);
06112       break;
06113    }
06114    return(1 || funcname || hash || result7 || libp) ;
06115 }
06116 
06117 static int G__G__Table_139_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06118 {
06119       ((TDataSet*) G__getstructoffset())->SetObject((TObject*) G__int(libp->para[0]));
06120       G__setnull(result7);
06121    return(1 || funcname || hash || result7 || libp) ;
06122 }
06123 
06124 static int G__G__Table_139_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06125 {
06126    switch (libp->paran) {
06127    case 1:
06128       ((TDataSet*) G__getstructoffset())->SetParent((TDataSet*) G__int(libp->para[0]));
06129       G__setnull(result7);
06130       break;
06131    case 0:
06132       ((TDataSet*) G__getstructoffset())->SetParent();
06133       G__setnull(result7);
06134       break;
06135    }
06136    return(1 || funcname || hash || result7 || libp) ;
06137 }
06138 
06139 static int G__G__Table_139_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06140 {
06141       ((TDataSet*) G__getstructoffset())->SetWrite();
06142       G__setnull(result7);
06143    return(1 || funcname || hash || result7 || libp) ;
06144 }
06145 
06146 static int G__G__Table_139_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06147 {
06148    switch (libp->paran) {
06149    case 1:
06150       ((TDataSet*) G__getstructoffset())->Shunt((TDataSet*) G__int(libp->para[0]));
06151       G__setnull(result7);
06152       break;
06153    case 0:
06154       ((TDataSet*) G__getstructoffset())->Shunt();
06155       G__setnull(result7);
06156       break;
06157    }
06158    return(1 || funcname || hash || result7 || libp) ;
06159 }
06160 
06161 static int G__G__Table_139_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06162 {
06163       ((TDataSet*) G__getstructoffset())->Sort();
06164       G__setnull(result7);
06165    return(1 || funcname || hash || result7 || libp) ;
06166 }
06167 
06168 static int G__G__Table_139_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06169 {
06170       G__letint(result7, 103, (long) ((const TDataSet*) G__getstructoffset())->IsEmpty());
06171    return(1 || funcname || hash || result7 || libp) ;
06172 }
06173 
06174 static int G__G__Table_139_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06175 {
06176       G__letint(result7, 103, (long) ((const TDataSet*) G__getstructoffset())->IsMarked());
06177    return(1 || funcname || hash || result7 || libp) ;
06178 }
06179 
06180 static int G__G__Table_139_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06181 {
06182    switch (libp->paran) {
06183    case 3:
06184       G__letint(result7, 103, (long) ((const TDataSet*) G__getstructoffset())->IsThisDir((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1])
06185 , (int) G__int(libp->para[2])));
06186       break;
06187    case 2:
06188       G__letint(result7, 103, (long) ((const TDataSet*) G__getstructoffset())->IsThisDir((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
06189       break;
06190    case 1:
06191       G__letint(result7, 103, (long) ((const TDataSet*) G__getstructoffset())->IsThisDir((const char*) G__int(libp->para[0])));
06192       break;
06193    }
06194    return(1 || funcname || hash || result7 || libp) ;
06195 }
06196 
06197 static int G__G__Table_139_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06198 {
06199       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->Last());
06200    return(1 || funcname || hash || result7 || libp) ;
06201 }
06202 
06203 static int G__G__Table_139_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06204 {
06205       ((const TDataSet*) G__getstructoffset())->ls((Int_t) G__int(libp->para[0]));
06206       G__setnull(result7);
06207    return(1 || funcname || hash || result7 || libp) ;
06208 }
06209 
06210 static int G__G__Table_139_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06211 {
06212       ((TDataSet*) G__getstructoffset())->Mark();
06213       G__setnull(result7);
06214    return(1 || funcname || hash || result7 || libp) ;
06215 }
06216 
06217 static int G__G__Table_139_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06218 {
06219       ((TDataSet*) G__getstructoffset())->UnMark();
06220       G__setnull(result7);
06221    return(1 || funcname || hash || result7 || libp) ;
06222 }
06223 
06224 static int G__G__Table_139_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06225 {
06226       ((TDataSet*) G__getstructoffset())->MarkAll();
06227       G__setnull(result7);
06228    return(1 || funcname || hash || result7 || libp) ;
06229 }
06230 
06231 static int G__G__Table_139_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06232 {
06233       ((TDataSet*) G__getstructoffset())->UnMarkAll();
06234       G__setnull(result7);
06235    return(1 || funcname || hash || result7 || libp) ;
06236 }
06237 
06238 static int G__G__Table_139_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06239 {
06240       ((TDataSet*) G__getstructoffset())->InvertAllMarks();
06241       G__setnull(result7);
06242    return(1 || funcname || hash || result7 || libp) ;
06243 }
06244 
06245 static int G__G__Table_139_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06246 {
06247    switch (libp->paran) {
06248    case 2:
06249       ((TDataSet*) G__getstructoffset())->Mark((UInt_t) G__int(libp->para[0]), (TDataSet::EBitOpt) G__int(libp->para[1]));
06250       G__setnull(result7);
06251       break;
06252    case 1:
06253       ((TDataSet*) G__getstructoffset())->Mark((UInt_t) G__int(libp->para[0]));
06254       G__setnull(result7);
06255       break;
06256    }
06257    return(1 || funcname || hash || result7 || libp) ;
06258 }
06259 
06260 static int G__G__Table_139_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06261 {
06262       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->Next());
06263    return(1 || funcname || hash || result7 || libp) ;
06264 }
06265 
06266 static int G__G__Table_139_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06267 {
06268       G__letint(result7, 85, (long) ((const TDataSet*) G__getstructoffset())->Prev());
06269    return(1 || funcname || hash || result7 || libp) ;
06270 }
06271 
06272 static int G__G__Table_139_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06273 {
06274       ((TDataSet*) G__getstructoffset())->Update();
06275       G__setnull(result7);
06276    return(1 || funcname || hash || result7 || libp) ;
06277 }
06278 
06279 static int G__G__Table_139_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06280 {
06281    switch (libp->paran) {
06282    case 2:
06283       ((TDataSet*) G__getstructoffset())->Update((TDataSet*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
06284       G__setnull(result7);
06285       break;
06286    case 1:
06287       ((TDataSet*) G__getstructoffset())->Update((TDataSet*) G__int(libp->para[0]));
06288       G__setnull(result7);
06289       break;
06290    }
06291    return(1 || funcname || hash || result7 || libp) ;
06292 }
06293 
06294 static int G__G__Table_139_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06295 {
06296       G__letint(result7, 85, (long) TDataSet::Class());
06297    return(1 || funcname || hash || result7 || libp) ;
06298 }
06299 
06300 static int G__G__Table_139_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06301 {
06302       G__letint(result7, 67, (long) TDataSet::Class_Name());
06303    return(1 || funcname || hash || result7 || libp) ;
06304 }
06305 
06306 static int G__G__Table_139_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06307 {
06308       G__letint(result7, 115, (long) TDataSet::Class_Version());
06309    return(1 || funcname || hash || result7 || libp) ;
06310 }
06311 
06312 static int G__G__Table_139_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06313 {
06314       TDataSet::Dictionary();
06315       G__setnull(result7);
06316    return(1 || funcname || hash || result7 || libp) ;
06317 }
06318 
06319 static int G__G__Table_139_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06320 {
06321       ((TDataSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
06322       G__setnull(result7);
06323    return(1 || funcname || hash || result7 || libp) ;
06324 }
06325 
06326 static int G__G__Table_139_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06327 {
06328       G__letint(result7, 67, (long) TDataSet::DeclFileName());
06329    return(1 || funcname || hash || result7 || libp) ;
06330 }
06331 
06332 static int G__G__Table_139_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06333 {
06334       G__letint(result7, 105, (long) TDataSet::ImplFileLine());
06335    return(1 || funcname || hash || result7 || libp) ;
06336 }
06337 
06338 static int G__G__Table_139_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06339 {
06340       G__letint(result7, 67, (long) TDataSet::ImplFileName());
06341    return(1 || funcname || hash || result7 || libp) ;
06342 }
06343 
06344 static int G__G__Table_139_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06345 {
06346       G__letint(result7, 105, (long) TDataSet::DeclFileLine());
06347    return(1 || funcname || hash || result7 || libp) ;
06348 }
06349 
06350 // automatic destructor
06351 typedef TDataSet G__TTDataSet;
06352 static int G__G__Table_139_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06353 {
06354    char* gvp = (char*) G__getgvp();
06355    long soff = G__getstructoffset();
06356    int n = G__getaryconstruct();
06357    //
06358    //has_a_delete: 1
06359    //has_own_delete1arg: 0
06360    //has_own_delete2arg: 0
06361    //
06362    if (!soff) {
06363      return(1);
06364    }
06365    if (n) {
06366      if (gvp == (char*)G__PVOID) {
06367        delete[] (TDataSet*) soff;
06368      } else {
06369        G__setgvp((long) G__PVOID);
06370        for (int i = n - 1; i >= 0; --i) {
06371          ((TDataSet*) (soff+(sizeof(TDataSet)*i)))->~G__TTDataSet();
06372        }
06373        G__setgvp((long)gvp);
06374      }
06375    } else {
06376      if (gvp == (char*)G__PVOID) {
06377        delete (TDataSet*) soff;
06378      } else {
06379        G__setgvp((long) G__PVOID);
06380        ((TDataSet*) (soff))->~G__TTDataSet();
06381        G__setgvp((long)gvp);
06382      }
06383    }
06384    G__setnull(result7);
06385    return(1 || funcname || hash || result7 || libp) ;
06386 }
06387 
06388 
06389 /* TTableDescriptor */
06390 static int G__G__Table_144_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06391 {
06392    TTableDescriptor* p = NULL;
06393    char* gvp = (char*) G__getgvp();
06394    //m: 1
06395    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06396      p = new TTableDescriptor((TTable*) G__int(libp->para[0]));
06397    } else {
06398      p = new((void*) gvp) TTableDescriptor((TTable*) G__int(libp->para[0]));
06399    }
06400    result7->obj.i = (long) p;
06401    result7->ref = (long) p;
06402    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
06403    return(1 || funcname || hash || result7 || libp) ;
06404 }
06405 
06406 static int G__G__Table_144_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06407 {
06408    TTableDescriptor* p = NULL;
06409    char* gvp = (char*) G__getgvp();
06410    //m: 1
06411    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06412      p = new TTableDescriptor((TClass*) G__int(libp->para[0]));
06413    } else {
06414      p = new((void*) gvp) TTableDescriptor((TClass*) G__int(libp->para[0]));
06415    }
06416    result7->obj.i = (long) p;
06417    result7->ref = (long) p;
06418    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
06419    return(1 || funcname || hash || result7 || libp) ;
06420 }
06421 
06422 static int G__G__Table_144_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06423 {
06424    TTableDescriptor* p = NULL;
06425    char* gvp = (char*) G__getgvp();
06426    //m: 1
06427    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06428      p = new TTableDescriptor(*(TTableDescriptor*) libp->para[0].ref);
06429    } else {
06430      p = new((void*) gvp) TTableDescriptor(*(TTableDescriptor*) libp->para[0].ref);
06431    }
06432    result7->obj.i = (long) p;
06433    result7->ref = (long) p;
06434    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
06435    return(1 || funcname || hash || result7 || libp) ;
06436 }
06437 
06438 static int G__G__Table_144_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06439 {
06440       ((TTableDescriptor*) G__getstructoffset())->AddAt(*(tableDescriptor_st*) libp->para[0].ref, (const char*) G__int(libp->para[1])
06441 , (Int_t) G__int(libp->para[2]));
06442       G__setnull(result7);
06443    return(1 || funcname || hash || result7 || libp) ;
06444 }
06445 
06446 static int G__G__Table_144_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06447 {
06448       {
06449          const TString* pobj;
06450          const TString xobj = ((const TTableDescriptor*) G__getstructoffset())->CreateLeafList();
06451          pobj = new TString(xobj);
06452          result7->obj.i = (long) ((void*) pobj);
06453          result7->ref = result7->obj.i;
06454          G__store_tempobject(*result7);
06455       }
06456    return(1 || funcname || hash || result7 || libp) ;
06457 }
06458 
06459 static int G__G__Table_144_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06460 {
06461       ((TTableDescriptor*) G__getstructoffset())->LearnTable((TTable*) G__int(libp->para[0]));
06462       G__setnull(result7);
06463    return(1 || funcname || hash || result7 || libp) ;
06464 }
06465 
06466 static int G__G__Table_144_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06467 {
06468       ((TTableDescriptor*) G__getstructoffset())->LearnTable((TClass*) G__int(libp->para[0]));
06469       G__setnull(result7);
06470    return(1 || funcname || hash || result7 || libp) ;
06471 }
06472 
06473 static int G__G__Table_144_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06474 {
06475       G__letint(result7, 67, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnName((Int_t) G__int(libp->para[0])));
06476    return(1 || funcname || hash || result7 || libp) ;
06477 }
06478 
06479 static int G__G__Table_144_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06480 {
06481    switch (libp->paran) {
06482    case 1:
06483       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnByName((const Char_t*) G__int(libp->para[0])));
06484       break;
06485    case 0:
06486       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnByName());
06487       break;
06488    }
06489    return(1 || funcname || hash || result7 || libp) ;
06490 }
06491 
06492 static int G__G__Table_144_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06493 {
06494       G__letint(result7, 104, (long) ((const TTableDescriptor*) G__getstructoffset())->NumberOfColumns());
06495    return(1 || funcname || hash || result7 || libp) ;
06496 }
06497 
06498 static int G__G__Table_144_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06499 {
06500       G__letint(result7, 72, (long) ((const TTableDescriptor*) G__getstructoffset())->IndexArray((Int_t) G__int(libp->para[0])));
06501    return(1 || funcname || hash || result7 || libp) ;
06502 }
06503 
06504 static int G__G__Table_144_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06505 {
06506       G__letint(result7, 104, (long) ((const TTableDescriptor*) G__getstructoffset())->Offset((Int_t) G__int(libp->para[0])));
06507    return(1 || funcname || hash || result7 || libp) ;
06508 }
06509 
06510 static int G__G__Table_144_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06511 {
06512    switch (libp->paran) {
06513    case 1:
06514       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->Offset((const Char_t*) G__int(libp->para[0])));
06515       break;
06516    case 0:
06517       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->Offset());
06518       break;
06519    }
06520    return(1 || funcname || hash || result7 || libp) ;
06521 }
06522 
06523 static int G__G__Table_144_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06524 {
06525       G__letint(result7, 104, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnSize((Int_t) G__int(libp->para[0])));
06526    return(1 || funcname || hash || result7 || libp) ;
06527 }
06528 
06529 static int G__G__Table_144_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06530 {
06531    switch (libp->paran) {
06532    case 1:
06533       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnSize((const Char_t*) G__int(libp->para[0])));
06534       break;
06535    case 0:
06536       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnSize());
06537       break;
06538    }
06539    return(1 || funcname || hash || result7 || libp) ;
06540 }
06541 
06542 static int G__G__Table_144_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06543 {
06544       G__letint(result7, 104, (long) ((const TTableDescriptor*) G__getstructoffset())->TypeSize((Int_t) G__int(libp->para[0])));
06545    return(1 || funcname || hash || result7 || libp) ;
06546 }
06547 
06548 static int G__G__Table_144_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06549 {
06550    switch (libp->paran) {
06551    case 1:
06552       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->TypeSize((const Char_t*) G__int(libp->para[0])));
06553       break;
06554    case 0:
06555       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->TypeSize());
06556       break;
06557    }
06558    return(1 || funcname || hash || result7 || libp) ;
06559 }
06560 
06561 static int G__G__Table_144_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06562 {
06563       G__letint(result7, 104, (long) ((const TTableDescriptor*) G__getstructoffset())->Dimensions((Int_t) G__int(libp->para[0])));
06564    return(1 || funcname || hash || result7 || libp) ;
06565 }
06566 
06567 static int G__G__Table_144_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06568 {
06569    switch (libp->paran) {
06570    case 1:
06571       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->Dimensions((const Char_t*) G__int(libp->para[0])));
06572       break;
06573    case 0:
06574       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->Dimensions());
06575       break;
06576    }
06577    return(1 || funcname || hash || result7 || libp) ;
06578 }
06579 
06580 static int G__G__Table_144_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06581 {
06582       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnType((Int_t) G__int(libp->para[0])));
06583    return(1 || funcname || hash || result7 || libp) ;
06584 }
06585 
06586 static int G__G__Table_144_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06587 {
06588    switch (libp->paran) {
06589    case 1:
06590       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnType((const Char_t*) G__int(libp->para[0])));
06591       break;
06592    case 0:
06593       G__letint(result7, 105, (long) ((const TTableDescriptor*) G__getstructoffset())->ColumnType());
06594       break;
06595    }
06596    return(1 || funcname || hash || result7 || libp) ;
06597 }
06598 
06599 static int G__G__Table_144_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06600 {
06601       G__letint(result7, 85, (long) ((const TTableDescriptor*) G__getstructoffset())->RowClass());
06602    return(1 || funcname || hash || result7 || libp) ;
06603 }
06604 
06605 static int G__G__Table_144_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06606 {
06607       ((TTableDescriptor*) G__getstructoffset())->SetOffset((UInt_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
06608       G__setnull(result7);
06609    return(1 || funcname || hash || result7 || libp) ;
06610 }
06611 
06612 static int G__G__Table_144_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06613 {
06614       ((TTableDescriptor*) G__getstructoffset())->SetSize((UInt_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
06615       G__setnull(result7);
06616    return(1 || funcname || hash || result7 || libp) ;
06617 }
06618 
06619 static int G__G__Table_144_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06620 {
06621       ((TTableDescriptor*) G__getstructoffset())->SetTypeSize((UInt_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
06622       G__setnull(result7);
06623    return(1 || funcname || hash || result7 || libp) ;
06624 }
06625 
06626 static int G__G__Table_144_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06627 {
06628       ((TTableDescriptor*) G__getstructoffset())->SetDimensions((UInt_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
06629       G__setnull(result7);
06630    return(1 || funcname || hash || result7 || libp) ;
06631 }
06632 
06633 static int G__G__Table_144_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06634 {
06635       ((TTableDescriptor*) G__getstructoffset())->SetColumnType((TTable::EColumnType) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
06636       G__setnull(result7);
06637    return(1 || funcname || hash || result7 || libp) ;
06638 }
06639 
06640 static int G__G__Table_144_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06641 {
06642       G__letint(result7, 105, (long) ((TTableDescriptor*) G__getstructoffset())->UpdateOffsets((TTableDescriptor*) G__int(libp->para[0])));
06643    return(1 || funcname || hash || result7 || libp) ;
06644 }
06645 
06646 static int G__G__Table_144_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06647 {
06648       G__letint(result7, 85, (long) TTableDescriptor::MakeDescriptor((const char*) G__int(libp->para[0])));
06649    return(1 || funcname || hash || result7 || libp) ;
06650 }
06651 
06652 static int G__G__Table_144_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06653 {
06654    switch (libp->paran) {
06655    case 1:
06656       G__letint(result7, 85, (long) ((TTableDescriptor*) G__getstructoffset())->MakeCommentField((Bool_t) G__int(libp->para[0])));
06657       break;
06658    case 0:
06659       G__letint(result7, 85, (long) ((TTableDescriptor*) G__getstructoffset())->MakeCommentField());
06660       break;
06661    }
06662    return(1 || funcname || hash || result7 || libp) ;
06663 }
06664 
06665 static int G__G__Table_144_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06666 {
06667    TTableDescriptor* p = NULL;
06668    char* gvp = (char*) G__getgvp();
06669    int n = G__getaryconstruct();
06670    if (n) {
06671      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06672        p = new TTableDescriptor[n];
06673      } else {
06674        p = new((void*) gvp) TTableDescriptor[n];
06675      }
06676    } else {
06677      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06678        p = new TTableDescriptor;
06679      } else {
06680        p = new((void*) gvp) TTableDescriptor;
06681      }
06682    }
06683    result7->obj.i = (long) p;
06684    result7->ref = (long) p;
06685    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
06686    return(1 || funcname || hash || result7 || libp) ;
06687 }
06688 
06689 static int G__G__Table_144_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06690 {
06691    TTableDescriptor* p = NULL;
06692    char* gvp = (char*) G__getgvp();
06693    //m: 1
06694    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06695      p = new TTableDescriptor((const char*) G__int(libp->para[0]));
06696    } else {
06697      p = new((void*) gvp) TTableDescriptor((const char*) G__int(libp->para[0]));
06698    }
06699    result7->obj.i = (long) p;
06700    result7->ref = (long) p;
06701    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
06702    return(1 || funcname || hash || result7 || libp) ;
06703 }
06704 
06705 static int G__G__Table_144_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06706 {
06707    TTableDescriptor* p = NULL;
06708    char* gvp = (char*) G__getgvp();
06709    //m: 1
06710    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06711      p = new TTableDescriptor((Int_t) G__int(libp->para[0]));
06712    } else {
06713      p = new((void*) gvp) TTableDescriptor((Int_t) G__int(libp->para[0]));
06714    }
06715    result7->obj.i = (long) p;
06716    result7->ref = (long) p;
06717    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
06718    return(1 || funcname || hash || result7 || libp) ;
06719 }
06720 
06721 static int G__G__Table_144_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06722 {
06723    TTableDescriptor* p = NULL;
06724    char* gvp = (char*) G__getgvp();
06725    //m: 2
06726    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06727      p = new TTableDescriptor((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
06728    } else {
06729      p = new((void*) gvp) TTableDescriptor((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
06730    }
06731    result7->obj.i = (long) p;
06732    result7->ref = (long) p;
06733    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
06734    return(1 || funcname || hash || result7 || libp) ;
06735 }
06736 
06737 static int G__G__Table_144_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06738 {
06739    switch (libp->paran) {
06740    case 1:
06741       G__letint(result7, 85, (long) ((const TTableDescriptor*) G__getstructoffset())->GetTable((Int_t) G__int(libp->para[0])));
06742       break;
06743    case 0:
06744       G__letint(result7, 85, (long) ((const TTableDescriptor*) G__getstructoffset())->GetTable());
06745       break;
06746    }
06747    return(1 || funcname || hash || result7 || libp) ;
06748 }
06749 
06750 static int G__G__Table_144_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06751 {
06752       {
06753          const tableDescriptor_st& obj = ((TTableDescriptor*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
06754          result7->ref = (long) (&obj);
06755          result7->obj.i = (long) (&obj);
06756       }
06757    return(1 || funcname || hash || result7 || libp) ;
06758 }
06759 
06760 static int G__G__Table_144_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06761 {
06762       {
06763          const tableDescriptor_st& obj = ((const TTableDescriptor*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
06764          result7->ref = (long) (&obj);
06765          result7->obj.i = (long) (&obj);
06766       }
06767    return(1 || funcname || hash || result7 || libp) ;
06768 }
06769 
06770 static int G__G__Table_144_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06771 {
06772       G__letint(result7, 85, (long) ((const TTableDescriptor*) G__getstructoffset())->begin());
06773    return(1 || funcname || hash || result7 || libp) ;
06774 }
06775 
06776 static int G__G__Table_144_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06777 {
06778       G__letint(result7, 85, (long) ((const TTableDescriptor*) G__getstructoffset())->end());
06779    return(1 || funcname || hash || result7 || libp) ;
06780 }
06781 
06782 static int G__G__Table_144_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06783 {
06784       G__letint(result7, 67, (long) TTableDescriptor::TableDictionary());
06785    return(1 || funcname || hash || result7 || libp) ;
06786 }
06787 
06788 static int G__G__Table_144_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06789 {
06790       G__letint(result7, 85, (long) TTableDescriptor::Class());
06791    return(1 || funcname || hash || result7 || libp) ;
06792 }
06793 
06794 static int G__G__Table_144_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06795 {
06796       G__letint(result7, 67, (long) TTableDescriptor::Class_Name());
06797    return(1 || funcname || hash || result7 || libp) ;
06798 }
06799 
06800 static int G__G__Table_144_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06801 {
06802       G__letint(result7, 115, (long) TTableDescriptor::Class_Version());
06803    return(1 || funcname || hash || result7 || libp) ;
06804 }
06805 
06806 static int G__G__Table_144_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06807 {
06808       TTableDescriptor::Dictionary();
06809       G__setnull(result7);
06810    return(1 || funcname || hash || result7 || libp) ;
06811 }
06812 
06813 static int G__G__Table_144_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06814 {
06815       ((TTableDescriptor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
06816       G__setnull(result7);
06817    return(1 || funcname || hash || result7 || libp) ;
06818 }
06819 
06820 static int G__G__Table_144_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06821 {
06822       G__letint(result7, 67, (long) TTableDescriptor::DeclFileName());
06823    return(1 || funcname || hash || result7 || libp) ;
06824 }
06825 
06826 static int G__G__Table_144_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06827 {
06828       G__letint(result7, 105, (long) TTableDescriptor::ImplFileLine());
06829    return(1 || funcname || hash || result7 || libp) ;
06830 }
06831 
06832 static int G__G__Table_144_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06833 {
06834       G__letint(result7, 67, (long) TTableDescriptor::ImplFileName());
06835    return(1 || funcname || hash || result7 || libp) ;
06836 }
06837 
06838 static int G__G__Table_144_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06839 {
06840       G__letint(result7, 105, (long) TTableDescriptor::DeclFileLine());
06841    return(1 || funcname || hash || result7 || libp) ;
06842 }
06843 
06844 // automatic destructor
06845 typedef TTableDescriptor G__TTTableDescriptor;
06846 static int G__G__Table_144_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06847 {
06848    char* gvp = (char*) G__getgvp();
06849    long soff = G__getstructoffset();
06850    int n = G__getaryconstruct();
06851    //
06852    //has_a_delete: 1
06853    //has_own_delete1arg: 0
06854    //has_own_delete2arg: 0
06855    //
06856    if (!soff) {
06857      return(1);
06858    }
06859    if (n) {
06860      if (gvp == (char*)G__PVOID) {
06861        delete[] (TTableDescriptor*) soff;
06862      } else {
06863        G__setgvp((long) G__PVOID);
06864        for (int i = n - 1; i >= 0; --i) {
06865          ((TTableDescriptor*) (soff+(sizeof(TTableDescriptor)*i)))->~G__TTTableDescriptor();
06866        }
06867        G__setgvp((long)gvp);
06868      }
06869    } else {
06870      if (gvp == (char*)G__PVOID) {
06871        delete (TTableDescriptor*) soff;
06872      } else {
06873        G__setgvp((long) G__PVOID);
06874        ((TTableDescriptor*) (soff))->~G__TTTableDescriptor();
06875        G__setgvp((long)gvp);
06876      }
06877    }
06878    G__setnull(result7);
06879    return(1 || funcname || hash || result7 || libp) ;
06880 }
06881 
06882 
06883 /* TTableMap */
06884 static int G__G__Table_146_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06885 {
06886    TTableMap* p = NULL;
06887    char* gvp = (char*) G__getgvp();
06888    switch (libp->paran) {
06889    case 1:
06890      //m: 1
06891      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06892        p = new TTableMap((TTable*) G__int(libp->para[0]));
06893      } else {
06894        p = new((void*) gvp) TTableMap((TTable*) G__int(libp->para[0]));
06895      }
06896      break;
06897    case 0:
06898      int n = G__getaryconstruct();
06899      if (n) {
06900        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06901          p = new TTableMap[n];
06902        } else {
06903          p = new((void*) gvp) TTableMap[n];
06904        }
06905      } else {
06906        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06907          p = new TTableMap;
06908        } else {
06909          p = new((void*) gvp) TTableMap;
06910        }
06911      }
06912      break;
06913    }
06914    result7->obj.i = (long) p;
06915    result7->ref = (long) p;
06916    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableMap));
06917    return(1 || funcname || hash || result7 || libp) ;
06918 }
06919 
06920 static int G__G__Table_146_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06921 {
06922    TTableMap* p = NULL;
06923    char* gvp = (char*) G__getgvp();
06924    //m: 1
06925    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06926      p = new TTableMap(*(TTableMap*) libp->para[0].ref);
06927    } else {
06928      p = new((void*) gvp) TTableMap(*(TTableMap*) libp->para[0].ref);
06929    }
06930    result7->obj.i = (long) p;
06931    result7->ref = (long) p;
06932    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableMap));
06933    return(1 || funcname || hash || result7 || libp) ;
06934 }
06935 
06936 static int G__G__Table_146_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06937 {
06938       G__letint(result7, 103, (long) ((const TTableMap*) G__getstructoffset())->IsValid());
06939    return(1 || funcname || hash || result7 || libp) ;
06940 }
06941 
06942 static int G__G__Table_146_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06943 {
06944       ((TTableMap*) G__getstructoffset())->Push_back((Long_t) G__int(libp->para[0]));
06945       G__setnull(result7);
06946    return(1 || funcname || hash || result7 || libp) ;
06947 }
06948 
06949 static int G__G__Table_146_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06950 {
06951       G__letint(result7, 85, (long) ((TTableMap*) G__getstructoffset())->Table());
06952    return(1 || funcname || hash || result7 || libp) ;
06953 }
06954 
06955 static int G__G__Table_146_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06956 {
06957       {
06958          TTable::iterator* pobj;
06959          TTable::iterator xobj = ((TTableMap*) G__getstructoffset())->Begin();
06960          pobj = new TTable::iterator(xobj);
06961          result7->obj.i = (long) ((void*) pobj);
06962          result7->ref = result7->obj.i;
06963          G__store_tempobject(*result7);
06964       }
06965    return(1 || funcname || hash || result7 || libp) ;
06966 }
06967 
06968 static int G__G__Table_146_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06969 {
06970       {
06971          const TTable::iterator* pobj;
06972          const TTable::iterator xobj = ((const TTableMap*) G__getstructoffset())->Begin();
06973          pobj = new TTable::iterator(xobj);
06974          result7->obj.i = (long) ((void*) pobj);
06975          result7->ref = result7->obj.i;
06976          G__store_tempobject(*result7);
06977       }
06978    return(1 || funcname || hash || result7 || libp) ;
06979 }
06980 
06981 static int G__G__Table_146_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06982 {
06983       {
06984          TTable::iterator* pobj;
06985          TTable::iterator xobj = ((TTableMap*) G__getstructoffset())->End();
06986          pobj = new TTable::iterator(xobj);
06987          result7->obj.i = (long) ((void*) pobj);
06988          result7->ref = result7->obj.i;
06989          G__store_tempobject(*result7);
06990       }
06991    return(1 || funcname || hash || result7 || libp) ;
06992 }
06993 
06994 static int G__G__Table_146_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06995 {
06996       {
06997          const TTable::iterator* pobj;
06998          const TTable::iterator xobj = ((const TTableMap*) G__getstructoffset())->End();
06999          pobj = new TTable::iterator(xobj);
07000          result7->obj.i = (long) ((void*) pobj);
07001          result7->ref = result7->obj.i;
07002          G__store_tempobject(*result7);
07003       }
07004    return(1 || funcname || hash || result7 || libp) ;
07005 }
07006 
07007 static int G__G__Table_146_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07008 {
07009       G__letint(result7, 85, (long) TTableMap::Class());
07010    return(1 || funcname || hash || result7 || libp) ;
07011 }
07012 
07013 static int G__G__Table_146_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07014 {
07015       G__letint(result7, 67, (long) TTableMap::Class_Name());
07016    return(1 || funcname || hash || result7 || libp) ;
07017 }
07018 
07019 static int G__G__Table_146_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07020 {
07021       G__letint(result7, 115, (long) TTableMap::Class_Version());
07022    return(1 || funcname || hash || result7 || libp) ;
07023 }
07024 
07025 static int G__G__Table_146_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07026 {
07027       TTableMap::Dictionary();
07028       G__setnull(result7);
07029    return(1 || funcname || hash || result7 || libp) ;
07030 }
07031 
07032 static int G__G__Table_146_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07033 {
07034       ((TTableMap*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07035       G__setnull(result7);
07036    return(1 || funcname || hash || result7 || libp) ;
07037 }
07038 
07039 static int G__G__Table_146_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07040 {
07041       G__letint(result7, 67, (long) TTableMap::DeclFileName());
07042    return(1 || funcname || hash || result7 || libp) ;
07043 }
07044 
07045 static int G__G__Table_146_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07046 {
07047       G__letint(result7, 105, (long) TTableMap::ImplFileLine());
07048    return(1 || funcname || hash || result7 || libp) ;
07049 }
07050 
07051 static int G__G__Table_146_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07052 {
07053       G__letint(result7, 67, (long) TTableMap::ImplFileName());
07054    return(1 || funcname || hash || result7 || libp) ;
07055 }
07056 
07057 static int G__G__Table_146_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07058 {
07059       G__letint(result7, 105, (long) TTableMap::DeclFileLine());
07060    return(1 || funcname || hash || result7 || libp) ;
07061 }
07062 
07063 // automatic destructor
07064 typedef TTableMap G__TTTableMap;
07065 static int G__G__Table_146_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07066 {
07067    char* gvp = (char*) G__getgvp();
07068    long soff = G__getstructoffset();
07069    int n = G__getaryconstruct();
07070    //
07071    //has_a_delete: 1
07072    //has_own_delete1arg: 0
07073    //has_own_delete2arg: 0
07074    //
07075    if (!soff) {
07076      return(1);
07077    }
07078    if (n) {
07079      if (gvp == (char*)G__PVOID) {
07080        delete[] (TTableMap*) soff;
07081      } else {
07082        G__setgvp((long) G__PVOID);
07083        for (int i = n - 1; i >= 0; --i) {
07084          ((TTableMap*) (soff+(sizeof(TTableMap)*i)))->~G__TTTableMap();
07085        }
07086        G__setgvp((long)gvp);
07087      }
07088    } else {
07089      if (gvp == (char*)G__PVOID) {
07090        delete (TTableMap*) soff;
07091      } else {
07092        G__setgvp((long) G__PVOID);
07093        ((TTableMap*) (soff))->~G__TTTableMap();
07094        G__setgvp((long)gvp);
07095      }
07096    }
07097    G__setnull(result7);
07098    return(1 || funcname || hash || result7 || libp) ;
07099 }
07100 
07101 
07102 /* TTable::iterator */
07103 static int G__G__Table_150_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07104 {
07105    TTable::iterator* p = NULL;
07106    char* gvp = (char*) G__getgvp();
07107    int n = G__getaryconstruct();
07108    if (n) {
07109      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07110        p = new TTable::iterator[n];
07111      } else {
07112        p = new((void*) gvp) TTable::iterator[n];
07113      }
07114    } else {
07115      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07116        p = new TTable::iterator;
07117      } else {
07118        p = new((void*) gvp) TTable::iterator;
07119      }
07120    }
07121    result7->obj.i = (long) p;
07122    result7->ref = (long) p;
07123    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator));
07124    return(1 || funcname || hash || result7 || libp) ;
07125 }
07126 
07127 static int G__G__Table_150_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07128 {
07129    TTable::iterator* p = NULL;
07130    char* gvp = (char*) G__getgvp();
07131    //m: 2
07132    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07133      p = new TTable::iterator(*(TTable*) libp->para[0].ref, *(TTable::iterator::vec_const_iterator*) libp->para[1].ref);
07134    } else {
07135      p = new((void*) gvp) TTable::iterator(*(TTable*) libp->para[0].ref, *(TTable::iterator::vec_const_iterator*) libp->para[1].ref);
07136    }
07137    result7->obj.i = (long) p;
07138    result7->ref = (long) p;
07139    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator));
07140    return(1 || funcname || hash || result7 || libp) ;
07141 }
07142 
07143 static int G__G__Table_150_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07144 {
07145    TTable::iterator* p = NULL;
07146    char* gvp = (char*) G__getgvp();
07147    //m: 1
07148    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07149      p = new TTable::iterator(*(TTable::iterator*) libp->para[0].ref);
07150    } else {
07151      p = new((void*) gvp) TTable::iterator(*(TTable::iterator*) libp->para[0].ref);
07152    }
07153    result7->obj.i = (long) p;
07154    result7->ref = (long) p;
07155    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator));
07156    return(1 || funcname || hash || result7 || libp) ;
07157 }
07158 
07159 static int G__G__Table_150_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07160 {
07161       ((TTable::iterator*) G__getstructoffset())->operator=(*(TTable::iterator*) libp->para[0].ref);
07162       G__setnull(result7);
07163    return(1 || funcname || hash || result7 || libp) ;
07164 }
07165 
07166 static int G__G__Table_150_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07167 {
07168       ((TTable::iterator*) G__getstructoffset())->operator++();
07169       G__setnull(result7);
07170    return(1 || funcname || hash || result7 || libp) ;
07171 }
07172 
07173 static int G__G__Table_150_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07174 {
07175       ((TTable::iterator*) G__getstructoffset())->operator++((int) G__int(libp->para[0]));
07176       G__setnull(result7);
07177    return(1 || funcname || hash || result7 || libp) ;
07178 }
07179 
07180 static int G__G__Table_150_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07181 {
07182       ((TTable::iterator*) G__getstructoffset())->operator--();
07183       G__setnull(result7);
07184    return(1 || funcname || hash || result7 || libp) ;
07185 }
07186 
07187 static int G__G__Table_150_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07188 {
07189       ((TTable::iterator*) G__getstructoffset())->operator--((int) G__int(libp->para[0]));
07190       G__setnull(result7);
07191    return(1 || funcname || hash || result7 || libp) ;
07192 }
07193 
07194 static int G__G__Table_150_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07195 {
07196       {
07197          TTable::iterator* pobj;
07198          TTable::iterator xobj = ((TTable::iterator*) G__getstructoffset())->operator+((Int_t) G__int(libp->para[0]));
07199          pobj = new TTable::iterator(xobj);
07200          result7->obj.i = (long) ((void*) pobj);
07201          result7->ref = result7->obj.i;
07202          G__store_tempobject(*result7);
07203       }
07204    return(1 || funcname || hash || result7 || libp) ;
07205 }
07206 
07207 static int G__G__Table_150_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07208 {
07209       {
07210          TTable::iterator* pobj;
07211          TTable::iterator xobj = ((TTable::iterator*) G__getstructoffset())->operator-((Int_t) G__int(libp->para[0]));
07212          pobj = new TTable::iterator(xobj);
07213          result7->obj.i = (long) ((void*) pobj);
07214          result7->ref = result7->obj.i;
07215          G__store_tempobject(*result7);
07216       }
07217    return(1 || funcname || hash || result7 || libp) ;
07218 }
07219 
07220 static int G__G__Table_150_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07221 {
07222       ((TTable::iterator*) G__getstructoffset())->operator+=((Int_t) G__int(libp->para[0]));
07223       G__setnull(result7);
07224    return(1 || funcname || hash || result7 || libp) ;
07225 }
07226 
07227 static int G__G__Table_150_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07228 {
07229       ((TTable::iterator*) G__getstructoffset())->operator-=((Int_t) G__int(libp->para[0]));
07230       G__setnull(result7);
07231    return(1 || funcname || hash || result7 || libp) ;
07232 }
07233 
07234 static int G__G__Table_150_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07235 {
07236       G__letint(result7, 89, (long) ((const TTable::iterator*) G__getstructoffset())->rowPtr());
07237    return(1 || funcname || hash || result7 || libp) ;
07238 }
07239 
07240 static int G__G__Table_150_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07241 {
07242       G__letint(result7, 89, (long) ((const TTable::iterator*) G__getstructoffset())->operator void*());
07243    return(1 || funcname || hash || result7 || libp) ;
07244 }
07245 
07246 static int G__G__Table_150_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07247 {
07248       G__letint(result7, 105, (long) ((const TTable::iterator*) G__getstructoffset())->operator-(*(TTable::iterator*) libp->para[0].ref));
07249    return(1 || funcname || hash || result7 || libp) ;
07250 }
07251 
07252 static int G__G__Table_150_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07253 {
07254       G__letint(result7, 108, (long) ((const TTable::iterator*) G__getstructoffset())->operator*());
07255    return(1 || funcname || hash || result7 || libp) ;
07256 }
07257 
07258 static int G__G__Table_150_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07259 {
07260       G__letint(result7, 103, (long) ((const TTable::iterator*) G__getstructoffset())->operator==(*(TTable::iterator*) libp->para[0].ref));
07261    return(1 || funcname || hash || result7 || libp) ;
07262 }
07263 
07264 static int G__G__Table_150_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07265 {
07266       G__letint(result7, 103, (long) ((const TTable::iterator*) G__getstructoffset())->operator!=(*(TTable::iterator*) libp->para[0].ref));
07267    return(1 || funcname || hash || result7 || libp) ;
07268 }
07269 
07270 static int G__G__Table_150_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07271 {
07272       {
07273          const TTable& obj = ((const TTable::iterator*) G__getstructoffset())->Table();
07274          result7->ref = (long) (&obj);
07275          result7->obj.i = (long) (&obj);
07276       }
07277    return(1 || funcname || hash || result7 || libp) ;
07278 }
07279 
07280 static int G__G__Table_150_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07281 {
07282       {
07283          const Long_t& obj = ((const TTable::iterator*) G__getstructoffset())->RowSize();
07284          result7->ref = (long) (&obj);
07285          G__letint(result7, 'l', (long)obj);
07286       }
07287    return(1 || funcname || hash || result7 || libp) ;
07288 }
07289 
07290 // automatic destructor
07291 typedef TTable::iterator G__TTTablecLcLiterator;
07292 static int G__G__Table_150_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07293 {
07294    char* gvp = (char*) G__getgvp();
07295    long soff = G__getstructoffset();
07296    int n = G__getaryconstruct();
07297    //
07298    //has_a_delete: 0
07299    //has_own_delete1arg: 0
07300    //has_own_delete2arg: 0
07301    //
07302    if (!soff) {
07303      return(1);
07304    }
07305    if (n) {
07306      if (gvp == (char*)G__PVOID) {
07307        delete[] (TTable::iterator*) soff;
07308      } else {
07309        G__setgvp((long) G__PVOID);
07310        for (int i = n - 1; i >= 0; --i) {
07311          ((TTable::iterator*) (soff+(sizeof(TTable::iterator)*i)))->~G__TTTablecLcLiterator();
07312        }
07313        G__setgvp((long)gvp);
07314      }
07315    } else {
07316      if (gvp == (char*)G__PVOID) {
07317        delete (TTable::iterator*) soff;
07318      } else {
07319        G__setgvp((long) G__PVOID);
07320        ((TTable::iterator*) (soff))->~G__TTTablecLcLiterator();
07321        G__setgvp((long)gvp);
07322      }
07323    }
07324    G__setnull(result7);
07325    return(1 || funcname || hash || result7 || libp) ;
07326 }
07327 
07328 
07329 /* TChair */
07330 static int G__G__Table_155_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07331 {
07332    TChair* p = NULL;
07333    char* gvp = (char*) G__getgvp();
07334    //m: 1
07335    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07336      p = new TChair((TTable*) G__int(libp->para[0]));
07337    } else {
07338      p = new((void*) gvp) TChair((TTable*) G__int(libp->para[0]));
07339    }
07340    result7->obj.i = (long) p;
07341    result7->ref = (long) p;
07342    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TChair));
07343    return(1 || funcname || hash || result7 || libp) ;
07344 }
07345 
07346 static int G__G__Table_155_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07347 {
07348    TChair* p = NULL;
07349    char* gvp = (char*) G__getgvp();
07350    //m: 1
07351    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07352      p = new TChair(*(TChair*) libp->para[0].ref);
07353    } else {
07354      p = new((void*) gvp) TChair(*(TChair*) libp->para[0].ref);
07355    }
07356    result7->obj.i = (long) p;
07357    result7->ref = (long) p;
07358    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TChair));
07359    return(1 || funcname || hash || result7 || libp) ;
07360 }
07361 
07362 static int G__G__Table_155_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07363 {
07364       ((TChair*) G__getstructoffset())->Adopt((Int_t) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
07365       G__setnull(result7);
07366    return(1 || funcname || hash || result7 || libp) ;
07367 }
07368 
07369 static int G__G__Table_155_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07370 {
07371       ((TChair*) G__getstructoffset())->AddAt((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
07372       G__setnull(result7);
07373    return(1 || funcname || hash || result7 || libp) ;
07374 }
07375 
07376 static int G__G__Table_155_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07377 {
07378       G__letint(result7, 89, (long) ((const TChair*) G__getstructoffset())->At((Int_t) G__int(libp->para[0])));
07379    return(1 || funcname || hash || result7 || libp) ;
07380 }
07381 
07382 static int G__G__Table_155_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07383 {
07384       ((TChair*) G__getstructoffset())->CopySet(*(TChair*) libp->para[0].ref);
07385       G__setnull(result7);
07386    return(1 || funcname || hash || result7 || libp) ;
07387 }
07388 
07389 static int G__G__Table_155_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07390 {
07391    switch (libp->paran) {
07392    case 5:
07393       G__letint(result7, 105, (long) ((TChair*) G__getstructoffset())->CopyRows((TChair*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
07394 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07395 , (Bool_t) G__int(libp->para[4])));
07396       break;
07397    case 4:
07398       G__letint(result7, 105, (long) ((TChair*) G__getstructoffset())->CopyRows((TChair*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
07399 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
07400       break;
07401    case 3:
07402       G__letint(result7, 105, (long) ((TChair*) G__getstructoffset())->CopyRows((TChair*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
07403 , (Int_t) G__int(libp->para[2])));
07404       break;
07405    case 2:
07406       G__letint(result7, 105, (long) ((TChair*) G__getstructoffset())->CopyRows((TChair*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
07407       break;
07408    case 1:
07409       G__letint(result7, 105, (long) ((TChair*) G__getstructoffset())->CopyRows((TChair*) G__int(libp->para[0])));
07410       break;
07411    }
07412    return(1 || funcname || hash || result7 || libp) ;
07413 }
07414 
07415 static int G__G__Table_155_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07416 {
07417    switch (libp->paran) {
07418    case 5:
07419       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))
07420 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07421 , (Int_t) G__int(libp->para[4])));
07422       break;
07423    case 4:
07424       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))
07425 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
07426       break;
07427    case 3:
07428       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))
07429 , (Option_t*) G__int(libp->para[2])));
07430       break;
07431    case 2:
07432       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw(*((TCut*) G__int(libp->para[0])), *((TCut*) G__int(libp->para[1]))));
07433       break;
07434    }
07435    return(1 || funcname || hash || result7 || libp) ;
07436 }
07437 
07438 static int G__G__Table_155_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07439 {
07440    switch (libp->paran) {
07441    case 5:
07442       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07443 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07444 , (Int_t) G__int(libp->para[4])));
07445       break;
07446    case 4:
07447       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07448 , (Option_t*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
07449       break;
07450    case 3:
07451       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07452 , (Option_t*) G__int(libp->para[2])));
07453       break;
07454    case 2:
07455       G__letint(result7, 85, (long) ((TChair*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07456       break;
07457    }
07458    return(1 || funcname || hash || result7 || libp) ;
07459 }
07460 
07461 static int G__G__Table_155_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07462 {
07463       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->GetArray());
07464    return(1 || funcname || hash || result7 || libp) ;
07465 }
07466 
07467 static int G__G__Table_155_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07468 {
07469       G__letint(result7, 85, (long) ((const TChair*) G__getstructoffset())->GetRowClass());
07470    return(1 || funcname || hash || result7 || libp) ;
07471 }
07472 
07473 static int G__G__Table_155_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07474 {
07475       G__letint(result7, 108, (long) ((const TChair*) G__getstructoffset())->GetNRows());
07476    return(1 || funcname || hash || result7 || libp) ;
07477 }
07478 
07479 static int G__G__Table_155_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07480 {
07481       G__letint(result7, 108, (long) ((const TChair*) G__getstructoffset())->GetRowSize());
07482    return(1 || funcname || hash || result7 || libp) ;
07483 }
07484 
07485 static int G__G__Table_155_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07486 {
07487       G__letint(result7, 108, (long) ((const TChair*) G__getstructoffset())->GetTableSize());
07488    return(1 || funcname || hash || result7 || libp) ;
07489 }
07490 
07491 static int G__G__Table_155_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07492 {
07493       G__letint(result7, 85, (long) ((const TChair*) G__getstructoffset())->Table());
07494    return(1 || funcname || hash || result7 || libp) ;
07495 }
07496 
07497 static int G__G__Table_155_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07498 {
07499       G__letint(result7, 85, (long) ((const TChair*) G__getstructoffset())->GetRowDescriptors());
07500    return(1 || funcname || hash || result7 || libp) ;
07501 }
07502 
07503 static int G__G__Table_155_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07504 {
07505       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->GetType());
07506    return(1 || funcname || hash || result7 || libp) ;
07507 }
07508 
07509 static int G__G__Table_155_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07510 {
07511    switch (libp->paran) {
07512    case 7:
07513       ((TChair*) G__getstructoffset())->Fit(
07514 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07515 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07516 , (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
07517 , (Int_t) G__int(libp->para[6]));
07518       G__setnull(result7);
07519       break;
07520    case 6:
07521       ((TChair*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07522 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07523 , (Option_t*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
07524       G__setnull(result7);
07525       break;
07526    case 5:
07527       ((TChair*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07528 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07529 , (Option_t*) G__int(libp->para[4]));
07530       G__setnull(result7);
07531       break;
07532    case 4:
07533       ((TChair*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07534 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
07535       G__setnull(result7);
07536       break;
07537    case 3:
07538       ((TChair*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07539 , (const char*) G__int(libp->para[2]));
07540       G__setnull(result7);
07541       break;
07542    case 2:
07543       ((TChair*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
07544       G__setnull(result7);
07545       break;
07546    }
07547    return(1 || funcname || hash || result7 || libp) ;
07548 }
07549 
07550 static int G__G__Table_155_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07551 {
07552       G__letint(result7, 105, (long) ((TChair*) G__getstructoffset())->NaN());
07553    return(1 || funcname || hash || result7 || libp) ;
07554 }
07555 
07556 static int G__G__Table_155_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07557 {
07558       G__letint(result7, 67, (long) ((TChair*) G__getstructoffset())->MakeExpression((const Char_t**) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
07559    return(1 || funcname || hash || result7 || libp) ;
07560 }
07561 
07562 static int G__G__Table_155_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07563 {
07564       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->Print((Char_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
07565    return(1 || funcname || hash || result7 || libp) ;
07566 }
07567 
07568 static int G__G__Table_155_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07569 {
07570    switch (libp->paran) {
07571    case 4:
07572       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
07573 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])));
07574       break;
07575    case 3:
07576       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
07577 , (const Char_t*) G__int(libp->para[2])));
07578       break;
07579    case 2:
07580       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
07581       break;
07582    case 1:
07583       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->Print((Int_t) G__int(libp->para[0])));
07584       break;
07585    }
07586    return(1 || funcname || hash || result7 || libp) ;
07587 }
07588 
07589 static int G__G__Table_155_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07590 {
07591       G__letint(result7, 67, (long) ((const TChair*) G__getstructoffset())->PrintHeader());
07592    return(1 || funcname || hash || result7 || libp) ;
07593 }
07594 
07595 static int G__G__Table_155_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07596 {
07597       G__letint(result7, 89, (long) ((TChair*) G__getstructoffset())->ReAllocate((Int_t) G__int(libp->para[0])));
07598    return(1 || funcname || hash || result7 || libp) ;
07599 }
07600 
07601 static int G__G__Table_155_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07602 {
07603       G__letint(result7, 89, (long) ((TChair*) G__getstructoffset())->ReAllocate());
07604    return(1 || funcname || hash || result7 || libp) ;
07605 }
07606 
07607 static int G__G__Table_155_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07608 {
07609       ((TChair*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]));
07610       G__setnull(result7);
07611    return(1 || funcname || hash || result7 || libp) ;
07612 }
07613 
07614 static int G__G__Table_155_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07615 {
07616       ((TChair*) G__getstructoffset())->Set((Int_t) G__int(libp->para[0]), (Char_t*) G__int(libp->para[1]));
07617       G__setnull(result7);
07618    return(1 || funcname || hash || result7 || libp) ;
07619 }
07620 
07621 static int G__G__Table_155_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07622 {
07623       ((TChair*) G__getstructoffset())->SetNRows((Int_t) G__int(libp->para[0]));
07624       G__setnull(result7);
07625    return(1 || funcname || hash || result7 || libp) ;
07626 }
07627 
07628 static int G__G__Table_155_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07629 {
07630    switch (libp->paran) {
07631    case 1:
07632       ((TChair*) G__getstructoffset())->Reset((Int_t) G__int(libp->para[0]));
07633       G__setnull(result7);
07634       break;
07635    case 0:
07636       ((TChair*) G__getstructoffset())->Reset();
07637       G__setnull(result7);
07638       break;
07639    }
07640    return(1 || funcname || hash || result7 || libp) ;
07641 }
07642 
07643 static int G__G__Table_155_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07644 {
07645       G__letint(result7, 89, (long) ((TChair*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
07646    return(1 || funcname || hash || result7 || libp) ;
07647 }
07648 
07649 static int G__G__Table_155_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07650 {
07651       G__letint(result7, 89, (long) ((const TChair*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
07652    return(1 || funcname || hash || result7 || libp) ;
07653 }
07654 
07655 static int G__G__Table_155_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07656 {
07657       G__letint(result7, 85, (long) TChair::Class());
07658    return(1 || funcname || hash || result7 || libp) ;
07659 }
07660 
07661 static int G__G__Table_155_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07662 {
07663       G__letint(result7, 67, (long) TChair::Class_Name());
07664    return(1 || funcname || hash || result7 || libp) ;
07665 }
07666 
07667 static int G__G__Table_155_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07668 {
07669       G__letint(result7, 115, (long) TChair::Class_Version());
07670    return(1 || funcname || hash || result7 || libp) ;
07671 }
07672 
07673 static int G__G__Table_155_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07674 {
07675       TChair::Dictionary();
07676       G__setnull(result7);
07677    return(1 || funcname || hash || result7 || libp) ;
07678 }
07679 
07680 static int G__G__Table_155_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07681 {
07682       ((TChair*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07683       G__setnull(result7);
07684    return(1 || funcname || hash || result7 || libp) ;
07685 }
07686 
07687 static int G__G__Table_155_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07688 {
07689       G__letint(result7, 67, (long) TChair::DeclFileName());
07690    return(1 || funcname || hash || result7 || libp) ;
07691 }
07692 
07693 static int G__G__Table_155_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07694 {
07695       G__letint(result7, 105, (long) TChair::ImplFileLine());
07696    return(1 || funcname || hash || result7 || libp) ;
07697 }
07698 
07699 static int G__G__Table_155_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07700 {
07701       G__letint(result7, 67, (long) TChair::ImplFileName());
07702    return(1 || funcname || hash || result7 || libp) ;
07703 }
07704 
07705 static int G__G__Table_155_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07706 {
07707       G__letint(result7, 105, (long) TChair::DeclFileLine());
07708    return(1 || funcname || hash || result7 || libp) ;
07709 }
07710 
07711 // automatic destructor
07712 typedef TChair G__TTChair;
07713 static int G__G__Table_155_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07714 {
07715    char* gvp = (char*) G__getgvp();
07716    long soff = G__getstructoffset();
07717    int n = G__getaryconstruct();
07718    //
07719    //has_a_delete: 1
07720    //has_own_delete1arg: 0
07721    //has_own_delete2arg: 0
07722    //
07723    if (!soff) {
07724      return(1);
07725    }
07726    if (n) {
07727      if (gvp == (char*)G__PVOID) {
07728        delete[] (TChair*) soff;
07729      } else {
07730        G__setgvp((long) G__PVOID);
07731        for (int i = n - 1; i >= 0; --i) {
07732          ((TChair*) (soff+(sizeof(TChair)*i)))->~G__TTChair();
07733        }
07734        G__setgvp((long)gvp);
07735      }
07736    } else {
07737      if (gvp == (char*)G__PVOID) {
07738        delete (TChair*) soff;
07739      } else {
07740        G__setgvp((long) G__PVOID);
07741        ((TChair*) (soff))->~G__TTChair();
07742        G__setgvp((long)gvp);
07743      }
07744    }
07745    G__setnull(result7);
07746    return(1 || funcname || hash || result7 || libp) ;
07747 }
07748 
07749 
07750 /* TColumnView */
07751 static int G__G__Table_156_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07752 {
07753    TColumnView* p = NULL;
07754    char* gvp = (char*) G__getgvp();
07755    switch (libp->paran) {
07756    case 2:
07757      //m: 2
07758      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07759        p = new TColumnView((const char*) G__int(libp->para[0]), (TTable*) G__int(libp->para[1]));
07760      } else {
07761        p = new((void*) gvp) TColumnView((const char*) G__int(libp->para[0]), (TTable*) G__int(libp->para[1]));
07762      }
07763      break;
07764    case 1:
07765      //m: 1
07766      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07767        p = new TColumnView((const char*) G__int(libp->para[0]));
07768      } else {
07769        p = new((void*) gvp) TColumnView((const char*) G__int(libp->para[0]));
07770      }
07771      break;
07772    case 0:
07773      int n = G__getaryconstruct();
07774      if (n) {
07775        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07776          p = new TColumnView[n];
07777        } else {
07778          p = new((void*) gvp) TColumnView[n];
07779        }
07780      } else {
07781        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07782          p = new TColumnView;
07783        } else {
07784          p = new((void*) gvp) TColumnView;
07785        }
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__TableLN_TColumnView));
07792    return(1 || funcname || hash || result7 || libp) ;
07793 }
07794 
07795 static int G__G__Table_156_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07796 {
07797    switch (libp->paran) {
07798    case 1:
07799       G__letint(result7, 85, (long) ((TColumnView*) G__getstructoffset())->Histogram((const char*) G__int(libp->para[0])));
07800       break;
07801    case 0:
07802       G__letint(result7, 85, (long) ((TColumnView*) G__getstructoffset())->Histogram());
07803       break;
07804    }
07805    return(1 || funcname || hash || result7 || libp) ;
07806 }
07807 
07808 static int G__G__Table_156_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07809 {
07810       G__letint(result7, 85, (long) TColumnView::Class());
07811    return(1 || funcname || hash || result7 || libp) ;
07812 }
07813 
07814 static int G__G__Table_156_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07815 {
07816       G__letint(result7, 67, (long) TColumnView::Class_Name());
07817    return(1 || funcname || hash || result7 || libp) ;
07818 }
07819 
07820 static int G__G__Table_156_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07821 {
07822       G__letint(result7, 115, (long) TColumnView::Class_Version());
07823    return(1 || funcname || hash || result7 || libp) ;
07824 }
07825 
07826 static int G__G__Table_156_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07827 {
07828       TColumnView::Dictionary();
07829       G__setnull(result7);
07830    return(1 || funcname || hash || result7 || libp) ;
07831 }
07832 
07833 static int G__G__Table_156_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07834 {
07835       ((TColumnView*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07836       G__setnull(result7);
07837    return(1 || funcname || hash || result7 || libp) ;
07838 }
07839 
07840 static int G__G__Table_156_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07841 {
07842       G__letint(result7, 67, (long) TColumnView::DeclFileName());
07843    return(1 || funcname || hash || result7 || libp) ;
07844 }
07845 
07846 static int G__G__Table_156_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07847 {
07848       G__letint(result7, 105, (long) TColumnView::ImplFileLine());
07849    return(1 || funcname || hash || result7 || libp) ;
07850 }
07851 
07852 static int G__G__Table_156_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07853 {
07854       G__letint(result7, 67, (long) TColumnView::ImplFileName());
07855    return(1 || funcname || hash || result7 || libp) ;
07856 }
07857 
07858 static int G__G__Table_156_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07859 {
07860       G__letint(result7, 105, (long) TColumnView::DeclFileLine());
07861    return(1 || funcname || hash || result7 || libp) ;
07862 }
07863 
07864 // automatic copy constructor
07865 static int G__G__Table_156_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07866 
07867 {
07868    TColumnView* p;
07869    void* tmp = (void*) G__int(libp->para[0]);
07870    p = new TColumnView(*(TColumnView*) tmp);
07871    result7->obj.i = (long) p;
07872    result7->ref = (long) p;
07873    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TColumnView));
07874    return(1 || funcname || hash || result7 || libp) ;
07875 }
07876 
07877 // automatic destructor
07878 typedef TColumnView G__TTColumnView;
07879 static int G__G__Table_156_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07880 {
07881    char* gvp = (char*) G__getgvp();
07882    long soff = G__getstructoffset();
07883    int n = G__getaryconstruct();
07884    //
07885    //has_a_delete: 1
07886    //has_own_delete1arg: 0
07887    //has_own_delete2arg: 0
07888    //
07889    if (!soff) {
07890      return(1);
07891    }
07892    if (n) {
07893      if (gvp == (char*)G__PVOID) {
07894        delete[] (TColumnView*) soff;
07895      } else {
07896        G__setgvp((long) G__PVOID);
07897        for (int i = n - 1; i >= 0; --i) {
07898          ((TColumnView*) (soff+(sizeof(TColumnView)*i)))->~G__TTColumnView();
07899        }
07900        G__setgvp((long)gvp);
07901      }
07902    } else {
07903      if (gvp == (char*)G__PVOID) {
07904        delete (TColumnView*) soff;
07905      } else {
07906        G__setgvp((long) G__PVOID);
07907        ((TColumnView*) (soff))->~G__TTColumnView();
07908        G__setgvp((long)gvp);
07909      }
07910    }
07911    G__setnull(result7);
07912    return(1 || funcname || hash || result7 || libp) ;
07913 }
07914 
07915 
07916 /* TFileIter */
07917 static int G__G__Table_192_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07918 {
07919    TFileIter* p = NULL;
07920    char* gvp = (char*) G__getgvp();
07921    switch (libp->paran) {
07922    case 5:
07923      //m: 5
07924      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07925        p = new TFileIter(
07926 (const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07927 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07928 , (Int_t) G__int(libp->para[4]));
07929      } else {
07930        p = new((void*) gvp) TFileIter(
07931 (const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07932 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
07933 , (Int_t) G__int(libp->para[4]));
07934      }
07935      break;
07936    case 4:
07937      //m: 4
07938      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07939        p = new TFileIter(
07940 (const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07941 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
07942      } else {
07943        p = new((void*) gvp) TFileIter(
07944 (const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07945 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
07946      }
07947      break;
07948    case 3:
07949      //m: 3
07950      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07951        p = new TFileIter(
07952 (const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07953 , (const char*) G__int(libp->para[2]));
07954      } else {
07955        p = new((void*) gvp) TFileIter(
07956 (const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07957 , (const char*) G__int(libp->para[2]));
07958      }
07959      break;
07960    case 2:
07961      //m: 2
07962      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07963        p = new TFileIter((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
07964      } else {
07965        p = new((void*) gvp) TFileIter((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
07966      }
07967      break;
07968    case 1:
07969      //m: 1
07970      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07971        p = new TFileIter((const char*) G__int(libp->para[0]));
07972      } else {
07973        p = new((void*) gvp) TFileIter((const char*) G__int(libp->para[0]));
07974      }
07975      break;
07976    }
07977    result7->obj.i = (long) p;
07978    result7->ref = (long) p;
07979    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TFileIter));
07980    return(1 || funcname || hash || result7 || libp) ;
07981 }
07982 
07983 static int G__G__Table_192_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07984 {
07985    TFileIter* p = NULL;
07986    char* gvp = (char*) G__getgvp();
07987    switch (libp->paran) {
07988    case 1:
07989      //m: 1
07990      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07991        p = new TFileIter((TFile*) G__int(libp->para[0]));
07992      } else {
07993        p = new((void*) gvp) TFileIter((TFile*) G__int(libp->para[0]));
07994      }
07995      break;
07996    case 0:
07997      int n = G__getaryconstruct();
07998      if (n) {
07999        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08000          p = new TFileIter[n];
08001        } else {
08002          p = new((void*) gvp) TFileIter[n];
08003        }
08004      } else {
08005        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08006          p = new TFileIter;
08007        } else {
08008          p = new((void*) gvp) TFileIter;
08009        }
08010      }
08011      break;
08012    }
08013    result7->obj.i = (long) p;
08014    result7->ref = (long) p;
08015    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TFileIter));
08016    return(1 || funcname || hash || result7 || libp) ;
08017 }
08018 
08019 static int G__G__Table_192_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08020 {
08021    TFileIter* p = NULL;
08022    char* gvp = (char*) G__getgvp();
08023    //m: 1
08024    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08025      p = new TFileIter((TDirectory*) G__int(libp->para[0]));
08026    } else {
08027      p = new((void*) gvp) TFileIter((TDirectory*) G__int(libp->para[0]));
08028    }
08029    result7->obj.i = (long) p;
08030    result7->ref = (long) p;
08031    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TFileIter));
08032    return(1 || funcname || hash || result7 || libp) ;
08033 }
08034 
08035 static int G__G__Table_192_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08036 {
08037    TFileIter* p = NULL;
08038    char* gvp = (char*) G__getgvp();
08039    //m: 1
08040    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08041      p = new TFileIter(*(TFileIter*) libp->para[0].ref);
08042    } else {
08043      p = new((void*) gvp) TFileIter(*(TFileIter*) libp->para[0].ref);
08044    }
08045    result7->obj.i = (long) p;
08046    result7->ref = (long) p;
08047    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TFileIter));
08048    return(1 || funcname || hash || result7 || libp) ;
08049 }
08050 
08051 static int G__G__Table_192_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08052 {
08053       G__letint(result7, 105, (long) ((const TFileIter*) G__getstructoffset())->CurrentCursorPosition());
08054    return(1 || funcname || hash || result7 || libp) ;
08055 }
08056 
08057 static int G__G__Table_192_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08058 {
08059       G__letint(result7, 85, (long) ((const TFileIter*) G__getstructoffset())->GetTFile());
08060    return(1 || funcname || hash || result7 || libp) ;
08061 }
08062 
08063 static int G__G__Table_192_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08064 {
08065       G__letint(result7, 85, (long) ((const TFileIter*) G__getstructoffset())->GetTDirectory());
08066    return(1 || funcname || hash || result7 || libp) ;
08067 }
08068 
08069 static int G__G__Table_192_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08070 {
08071    switch (libp->paran) {
08072    case 3:
08073       {
08074          TString* pobj;
08075          TString xobj = TFileIter::MapName((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08076 , (const char*) G__int(libp->para[2]));
08077          pobj = new TString(xobj);
08078          result7->obj.i = (long) ((void*) pobj);
08079          result7->ref = result7->obj.i;
08080          G__store_tempobject(*result7);
08081       }
08082       break;
08083    case 2:
08084       {
08085          TString* pobj;
08086          TString xobj = TFileIter::MapName((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08087          pobj = new TString(xobj);
08088          result7->obj.i = (long) ((void*) pobj);
08089          result7->ref = result7->obj.i;
08090          G__store_tempobject(*result7);
08091       }
08092       break;
08093    case 1:
08094       {
08095          TString* pobj;
08096          TString xobj = TFileIter::MapName((const char*) G__int(libp->para[0]));
08097          pobj = new TString(xobj);
08098          result7->obj.i = (long) ((void*) pobj);
08099          result7->ref = result7->obj.i;
08100          G__store_tempobject(*result7);
08101       }
08102       break;
08103    }
08104    return(1 || funcname || hash || result7 || libp) ;
08105 }
08106 
08107 static int G__G__Table_192_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08108 {
08109       G__letint(result7, 67, (long) TFileIter::GetResourceName());
08110    return(1 || funcname || hash || result7 || libp) ;
08111 }
08112 
08113 static int G__G__Table_192_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08114 {
08115       G__letint(result7, 67, (long) TFileIter::GetDefaultMapFileName());
08116    return(1 || funcname || hash || result7 || libp) ;
08117 }
08118 
08119 static int G__G__Table_192_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08120 {
08121       G__letint(result7, 67, (long) TFileIter::GetLocalFileNameKey());
08122    return(1 || funcname || hash || result7 || libp) ;
08123 }
08124 
08125 static int G__G__Table_192_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08126 {
08127       G__letint(result7, 67, (long) TFileIter::GetForeignFileSystemKey());
08128    return(1 || funcname || hash || result7 || libp) ;
08129 }
08130 
08131 static int G__G__Table_192_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08132 {
08133       TFileIter::PurgeKeys((TList*) G__int(libp->para[0]));
08134       G__setnull(result7);
08135    return(1 || funcname || hash || result7 || libp) ;
08136 }
08137 
08138 static int G__G__Table_192_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08139 {
08140       G__letint(result7, 103, (long) ((const TFileIter*) G__getstructoffset())->IsOpen());
08141    return(1 || funcname || hash || result7 || libp) ;
08142 }
08143 
08144 static int G__G__Table_192_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08145 {
08146    switch (libp->paran) {
08147    case 3:
08148       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->NextEventGet((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
08149 , (const char*) G__int(libp->para[2])));
08150       break;
08151    case 2:
08152       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->NextEventGet((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
08153       break;
08154    case 1:
08155       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->NextEventGet((UInt_t) G__int(libp->para[0])));
08156       break;
08157    case 0:
08158       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->NextEventGet());
08159       break;
08160    }
08161    return(1 || funcname || hash || result7 || libp) ;
08162 }
08163 
08164 static int G__G__Table_192_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08165 {
08166    switch (libp->paran) {
08167    case 4:
08168       G__letint(result7, 105, (long) ((TFileIter*) G__getstructoffset())->NextEventPut((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
08169 , (UInt_t) G__int(libp->para[2]), (const char*) G__int(libp->para[3])));
08170       break;
08171    case 3:
08172       G__letint(result7, 105, (long) ((TFileIter*) G__getstructoffset())->NextEventPut((TObject*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
08173 , (UInt_t) G__int(libp->para[2])));
08174       break;
08175    }
08176    return(1 || funcname || hash || result7 || libp) ;
08177 }
08178 
08179 static int G__G__Table_192_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08180 {
08181       ((TFileIter*) G__getstructoffset())->SetCursorPosition((Int_t) G__int(libp->para[0]));
08182       G__setnull(result7);
08183    return(1 || funcname || hash || result7 || libp) ;
08184 }
08185 
08186 static int G__G__Table_192_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08187 {
08188       ((TFileIter*) G__getstructoffset())->SetCursorPosition((const char*) G__int(libp->para[0]));
08189       G__setnull(result7);
08190    return(1 || funcname || hash || result7 || libp) ;
08191 }
08192 
08193 static int G__G__Table_192_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08194 {
08195       G__letint(result7, 105, (long) ((const TFileIter*) G__getstructoffset())->GetObjlen());
08196    return(1 || funcname || hash || result7 || libp) ;
08197 }
08198 
08199 static int G__G__Table_192_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08200 {
08201       G__letint(result7, 105, (long) ((const TFileIter*) G__getstructoffset())->TotalKeys());
08202    return(1 || funcname || hash || result7 || libp) ;
08203 }
08204 
08205 static int G__G__Table_192_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08206 {
08207    switch (libp->paran) {
08208    case 1:
08209       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->SkipObjects((Int_t) G__int(libp->para[0])));
08210       break;
08211    case 0:
08212       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->SkipObjects());
08213       break;
08214    }
08215    return(1 || funcname || hash || result7 || libp) ;
08216 }
08217 
08218 static int G__G__Table_192_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08219 {
08220       G__letint(result7, 85, (long) ((const TFileIter*) G__getstructoffset())->GetObject());
08221    return(1 || funcname || hash || result7 || libp) ;
08222 }
08223 
08224 static int G__G__Table_192_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08225 {
08226       G__letint(result7, 105, (long) ((const TFileIter*) G__getstructoffset())->GetDepth());
08227    return(1 || funcname || hash || result7 || libp) ;
08228 }
08229 
08230 static int G__G__Table_192_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08231 {
08232       G__letint(result7, 85, (long) ((const TFileIter*) G__getstructoffset())->GetCurrentKey());
08233    return(1 || funcname || hash || result7 || libp) ;
08234 }
08235 
08236 static int G__G__Table_192_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08237 {
08238       G__letint(result7, 67, (long) ((const TFileIter*) G__getstructoffset())->GetKeyName());
08239    return(1 || funcname || hash || result7 || libp) ;
08240 }
08241 
08242 static int G__G__Table_192_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08243 {
08244       {
08245          const TFileIter& obj = ((TFileIter*) G__getstructoffset())->operator=((Int_t) G__int(libp->para[0]));
08246          result7->ref = (long) (&obj);
08247          result7->obj.i = (long) (&obj);
08248       }
08249    return(1 || funcname || hash || result7 || libp) ;
08250 }
08251 
08252 static int G__G__Table_192_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08253 {
08254       {
08255          const TFileIter& obj = ((TFileIter*) G__getstructoffset())->operator=((const char*) G__int(libp->para[0]));
08256          result7->ref = (long) (&obj);
08257          result7->obj.i = (long) (&obj);
08258       }
08259    return(1 || funcname || hash || result7 || libp) ;
08260 }
08261 
08262 static int G__G__Table_192_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08263 {
08264       {
08265          const TFileIter& obj = ((TFileIter*) G__getstructoffset())->operator+=((Int_t) G__int(libp->para[0]));
08266          result7->ref = (long) (&obj);
08267          result7->obj.i = (long) (&obj);
08268       }
08269    return(1 || funcname || hash || result7 || libp) ;
08270 }
08271 
08272 static int G__G__Table_192_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08273 {
08274       {
08275          const TFileIter& obj = ((TFileIter*) G__getstructoffset())->operator-=((Int_t) G__int(libp->para[0]));
08276          result7->ref = (long) (&obj);
08277          result7->obj.i = (long) (&obj);
08278       }
08279    return(1 || funcname || hash || result7 || libp) ;
08280 }
08281 
08282 static int G__G__Table_192_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08283 {
08284       {
08285          const TFileIter& obj = ((TFileIter*) G__getstructoffset())->operator++();
08286          result7->ref = (long) (&obj);
08287          result7->obj.i = (long) (&obj);
08288       }
08289    return(1 || funcname || hash || result7 || libp) ;
08290 }
08291 
08292 static int G__G__Table_192_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08293 {
08294       {
08295          const TFileIter& obj = ((TFileIter*) G__getstructoffset())->operator--();
08296          result7->ref = (long) (&obj);
08297          result7->obj.i = (long) (&obj);
08298       }
08299    return(1 || funcname || hash || result7 || libp) ;
08300 }
08301 
08302 static int G__G__Table_192_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08303 {
08304       G__letint(result7, 67, (long) ((const TFileIter*) G__getstructoffset())->operator const char*());
08305    return(1 || funcname || hash || result7 || libp) ;
08306 }
08307 
08308 static int G__G__Table_192_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08309 {
08310       G__letint(result7, 85, (long) ((const TFileIter*) G__getstructoffset())->operator const ::TFile*());
08311    return(1 || funcname || hash || result7 || libp) ;
08312 }
08313 
08314 static int G__G__Table_192_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08315 {
08316       G__letint(result7, 85, (long) ((const TFileIter*) G__getstructoffset())->operator const ::TDirectory*());
08317    return(1 || funcname || hash || result7 || libp) ;
08318 }
08319 
08320 static int G__G__Table_192_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08321 {
08322       G__letint(result7, 105, (long) ((const TFileIter*) G__getstructoffset())->operator int());
08323    return(1 || funcname || hash || result7 || libp) ;
08324 }
08325 
08326 static int G__G__Table_192_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08327 {
08328       G__letint(result7, 105, (long) ((const TFileIter*) G__getstructoffset())->operator==((const char*) G__int(libp->para[0])));
08329    return(1 || funcname || hash || result7 || libp) ;
08330 }
08331 
08332 static int G__G__Table_192_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08333 {
08334       G__letint(result7, 105, (long) ((const TFileIter*) G__getstructoffset())->operator!=((const char*) G__int(libp->para[0])));
08335    return(1 || funcname || hash || result7 || libp) ;
08336 }
08337 
08338 static int G__G__Table_192_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08339 {
08340       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->Next((Int_t) G__int(libp->para[0])));
08341    return(1 || funcname || hash || result7 || libp) ;
08342 }
08343 
08344 static int G__G__Table_192_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08345 {
08346       ((TFileIter*) G__getstructoffset())->Rewind();
08347       G__setnull(result7);
08348    return(1 || funcname || hash || result7 || libp) ;
08349 }
08350 
08351 static int G__G__Table_192_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08352 {
08353       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->operator()((Int_t) G__int(libp->para[0])));
08354    return(1 || funcname || hash || result7 || libp) ;
08355 }
08356 
08357 static int G__G__Table_192_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08358 {
08359       G__letint(result7, 85, (long) ((TFileIter*) G__getstructoffset())->operator()());
08360    return(1 || funcname || hash || result7 || libp) ;
08361 }
08362 
08363 static int G__G__Table_192_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08364 {
08365       G__letint(result7, 85, (long) TFileIter::Class());
08366    return(1 || funcname || hash || result7 || libp) ;
08367 }
08368 
08369 static int G__G__Table_192_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08370 {
08371       G__letint(result7, 67, (long) TFileIter::Class_Name());
08372    return(1 || funcname || hash || result7 || libp) ;
08373 }
08374 
08375 static int G__G__Table_192_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08376 {
08377       G__letint(result7, 115, (long) TFileIter::Class_Version());
08378    return(1 || funcname || hash || result7 || libp) ;
08379 }
08380 
08381 static int G__G__Table_192_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08382 {
08383       TFileIter::Dictionary();
08384       G__setnull(result7);
08385    return(1 || funcname || hash || result7 || libp) ;
08386 }
08387 
08388 static int G__G__Table_192_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08389 {
08390       ((TFileIter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08391       G__setnull(result7);
08392    return(1 || funcname || hash || result7 || libp) ;
08393 }
08394 
08395 static int G__G__Table_192_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08396 {
08397       G__letint(result7, 67, (long) TFileIter::DeclFileName());
08398    return(1 || funcname || hash || result7 || libp) ;
08399 }
08400 
08401 static int G__G__Table_192_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08402 {
08403       G__letint(result7, 105, (long) TFileIter::ImplFileLine());
08404    return(1 || funcname || hash || result7 || libp) ;
08405 }
08406 
08407 static int G__G__Table_192_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08408 {
08409       G__letint(result7, 67, (long) TFileIter::ImplFileName());
08410    return(1 || funcname || hash || result7 || libp) ;
08411 }
08412 
08413 static int G__G__Table_192_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08414 {
08415       G__letint(result7, 105, (long) TFileIter::DeclFileLine());
08416    return(1 || funcname || hash || result7 || libp) ;
08417 }
08418 
08419 // automatic destructor
08420 typedef TFileIter G__TTFileIter;
08421 static int G__G__Table_192_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08422 {
08423    char* gvp = (char*) G__getgvp();
08424    long soff = G__getstructoffset();
08425    int n = G__getaryconstruct();
08426    //
08427    //has_a_delete: 0
08428    //has_own_delete1arg: 0
08429    //has_own_delete2arg: 0
08430    //
08431    if (!soff) {
08432      return(1);
08433    }
08434    if (n) {
08435      if (gvp == (char*)G__PVOID) {
08436        delete[] (TFileIter*) soff;
08437      } else {
08438        G__setgvp((long) G__PVOID);
08439        for (int i = n - 1; i >= 0; --i) {
08440          ((TFileIter*) (soff+(sizeof(TFileIter)*i)))->~G__TTFileIter();
08441        }
08442        G__setgvp((long)gvp);
08443      }
08444    } else {
08445      if (gvp == (char*)G__PVOID) {
08446        delete (TFileIter*) soff;
08447      } else {
08448        G__setgvp((long) G__PVOID);
08449        ((TFileIter*) (soff))->~G__TTFileIter();
08450        G__setgvp((long)gvp);
08451      }
08452    }
08453    G__setnull(result7);
08454    return(1 || funcname || hash || result7 || libp) ;
08455 }
08456 
08457 
08458 /* TFileSet */
08459 static int G__G__Table_193_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08460 {
08461    TFileSet* p = NULL;
08462    char* gvp = (char*) G__getgvp();
08463    int n = G__getaryconstruct();
08464    if (n) {
08465      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08466        p = new TFileSet[n];
08467      } else {
08468        p = new((void*) gvp) TFileSet[n];
08469      }
08470    } else {
08471      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08472        p = new TFileSet;
08473      } else {
08474        p = new((void*) gvp) TFileSet;
08475      }
08476    }
08477    result7->obj.i = (long) p;
08478    result7->ref = (long) p;
08479    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TFileSet));
08480    return(1 || funcname || hash || result7 || libp) ;
08481 }
08482 
08483 static int G__G__Table_193_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08484 {
08485    TFileSet* p = NULL;
08486    char* gvp = (char*) G__getgvp();
08487    switch (libp->paran) {
08488    case 4:
08489      //m: 4
08490      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08491        p = new TFileSet(
08492 *(TString*) libp->para[0].ref, (const Char_t*) G__int(libp->para[1])
08493 , (Bool_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
08494      } else {
08495        p = new((void*) gvp) TFileSet(
08496 *(TString*) libp->para[0].ref, (const Char_t*) G__int(libp->para[1])
08497 , (Bool_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
08498      }
08499      break;
08500    case 3:
08501      //m: 3
08502      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08503        p = new TFileSet(
08504 *(TString*) libp->para[0].ref, (const Char_t*) G__int(libp->para[1])
08505 , (Bool_t) G__int(libp->para[2]));
08506      } else {
08507        p = new((void*) gvp) TFileSet(
08508 *(TString*) libp->para[0].ref, (const Char_t*) G__int(libp->para[1])
08509 , (Bool_t) G__int(libp->para[2]));
08510      }
08511      break;
08512    case 2:
08513      //m: 2
08514      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08515        p = new TFileSet(*(TString*) libp->para[0].ref, (const Char_t*) G__int(libp->para[1]));
08516      } else {
08517        p = new((void*) gvp) TFileSet(*(TString*) libp->para[0].ref, (const Char_t*) G__int(libp->para[1]));
08518      }
08519      break;
08520    case 1:
08521      //m: 1
08522      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08523        p = new TFileSet(*(TString*) libp->para[0].ref);
08524      } else {
08525        p = new((void*) gvp) TFileSet(*(TString*) libp->para[0].ref);
08526      }
08527      break;
08528    }
08529    result7->obj.i = (long) p;
08530    result7->ref = (long) p;
08531    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TFileSet));
08532    return(1 || funcname || hash || result7 || libp) ;
08533 }
08534 
08535 static int G__G__Table_193_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08536 {
08537       G__letint(result7, 85, (long) TFileSet::Class());
08538    return(1 || funcname || hash || result7 || libp) ;
08539 }
08540 
08541 static int G__G__Table_193_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08542 {
08543       G__letint(result7, 67, (long) TFileSet::Class_Name());
08544    return(1 || funcname || hash || result7 || libp) ;
08545 }
08546 
08547 static int G__G__Table_193_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08548 {
08549       G__letint(result7, 115, (long) TFileSet::Class_Version());
08550    return(1 || funcname || hash || result7 || libp) ;
08551 }
08552 
08553 static int G__G__Table_193_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08554 {
08555       TFileSet::Dictionary();
08556       G__setnull(result7);
08557    return(1 || funcname || hash || result7 || libp) ;
08558 }
08559 
08560 static int G__G__Table_193_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08561 {
08562       ((TFileSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08563       G__setnull(result7);
08564    return(1 || funcname || hash || result7 || libp) ;
08565 }
08566 
08567 static int G__G__Table_193_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08568 {
08569       G__letint(result7, 67, (long) TFileSet::DeclFileName());
08570    return(1 || funcname || hash || result7 || libp) ;
08571 }
08572 
08573 static int G__G__Table_193_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08574 {
08575       G__letint(result7, 105, (long) TFileSet::ImplFileLine());
08576    return(1 || funcname || hash || result7 || libp) ;
08577 }
08578 
08579 static int G__G__Table_193_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08580 {
08581       G__letint(result7, 67, (long) TFileSet::ImplFileName());
08582    return(1 || funcname || hash || result7 || libp) ;
08583 }
08584 
08585 static int G__G__Table_193_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08586 {
08587       G__letint(result7, 105, (long) TFileSet::DeclFileLine());
08588    return(1 || funcname || hash || result7 || libp) ;
08589 }
08590 
08591 // automatic copy constructor
08592 static int G__G__Table_193_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08593 
08594 {
08595    TFileSet* p;
08596    void* tmp = (void*) G__int(libp->para[0]);
08597    p = new TFileSet(*(TFileSet*) tmp);
08598    result7->obj.i = (long) p;
08599    result7->ref = (long) p;
08600    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TFileSet));
08601    return(1 || funcname || hash || result7 || libp) ;
08602 }
08603 
08604 // automatic destructor
08605 typedef TFileSet G__TTFileSet;
08606 static int G__G__Table_193_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08607 {
08608    char* gvp = (char*) G__getgvp();
08609    long soff = G__getstructoffset();
08610    int n = G__getaryconstruct();
08611    //
08612    //has_a_delete: 1
08613    //has_own_delete1arg: 0
08614    //has_own_delete2arg: 0
08615    //
08616    if (!soff) {
08617      return(1);
08618    }
08619    if (n) {
08620      if (gvp == (char*)G__PVOID) {
08621        delete[] (TFileSet*) soff;
08622      } else {
08623        G__setgvp((long) G__PVOID);
08624        for (int i = n - 1; i >= 0; --i) {
08625          ((TFileSet*) (soff+(sizeof(TFileSet)*i)))->~G__TTFileSet();
08626        }
08627        G__setgvp((long)gvp);
08628      }
08629    } else {
08630      if (gvp == (char*)G__PVOID) {
08631        delete (TFileSet*) soff;
08632      } else {
08633        G__setgvp((long) G__PVOID);
08634        ((TFileSet*) (soff))->~G__TTFileSet();
08635        G__setgvp((long)gvp);
08636      }
08637    }
08638    G__setnull(result7);
08639    return(1 || funcname || hash || result7 || libp) ;
08640 }
08641 
08642 
08643 /* TGenericTable */
08644 static int G__G__Table_194_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08645 {
08646    TGenericTable* p = NULL;
08647    char* gvp = (char*) G__getgvp();
08648    int n = G__getaryconstruct();
08649    if (n) {
08650      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08651        p = new TGenericTable[n];
08652      } else {
08653        p = new((void*) gvp) TGenericTable[n];
08654      }
08655    } else {
08656      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08657        p = new TGenericTable;
08658      } else {
08659        p = new((void*) gvp) TGenericTable;
08660      }
08661    }
08662    result7->obj.i = (long) p;
08663    result7->ref = (long) p;
08664    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08665    return(1 || funcname || hash || result7 || libp) ;
08666 }
08667 
08668 static int G__G__Table_194_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08669 {
08670    TGenericTable* p = NULL;
08671    char* gvp = (char*) G__getgvp();
08672    //m: 2
08673    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08674      p = new TGenericTable((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08675    } else {
08676      p = new((void*) gvp) TGenericTable((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08677    }
08678    result7->obj.i = (long) p;
08679    result7->ref = (long) p;
08680    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08681    return(1 || funcname || hash || result7 || libp) ;
08682 }
08683 
08684 static int G__G__Table_194_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08685 {
08686    TGenericTable* p = NULL;
08687    char* gvp = (char*) G__getgvp();
08688    //m: 2
08689    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08690      p = new TGenericTable((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
08691    } else {
08692      p = new((void*) gvp) TGenericTable((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
08693    }
08694    result7->obj.i = (long) p;
08695    result7->ref = (long) p;
08696    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08697    return(1 || funcname || hash || result7 || libp) ;
08698 }
08699 
08700 static int G__G__Table_194_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08701 {
08702    TGenericTable* p = NULL;
08703    char* gvp = (char*) G__getgvp();
08704    //m: 3
08705    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08706      p = new TGenericTable(
08707 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08708 , (Int_t) G__int(libp->para[2]));
08709    } else {
08710      p = new((void*) gvp) TGenericTable(
08711 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08712 , (Int_t) G__int(libp->para[2]));
08713    }
08714    result7->obj.i = (long) p;
08715    result7->ref = (long) p;
08716    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08717    return(1 || funcname || hash || result7 || libp) ;
08718 }
08719 
08720 static int G__G__Table_194_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08721 {
08722    TGenericTable* p = NULL;
08723    char* gvp = (char*) G__getgvp();
08724    //m: 2
08725    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08726      p = new TGenericTable(*(TTableDescriptor*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
08727    } else {
08728      p = new((void*) gvp) TGenericTable(*(TTableDescriptor*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
08729    }
08730    result7->obj.i = (long) p;
08731    result7->ref = (long) p;
08732    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08733    return(1 || funcname || hash || result7 || libp) ;
08734 }
08735 
08736 static int G__G__Table_194_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08737 {
08738    TGenericTable* p = NULL;
08739    char* gvp = (char*) G__getgvp();
08740    //m: 2
08741    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08742      p = new TGenericTable(*(TTableDescriptor*) libp->para[0].ref, (Int_t) G__int(libp->para[1]));
08743    } else {
08744      p = new((void*) gvp) TGenericTable(*(TTableDescriptor*) libp->para[0].ref, (Int_t) G__int(libp->para[1]));
08745    }
08746    result7->obj.i = (long) p;
08747    result7->ref = (long) p;
08748    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08749    return(1 || funcname || hash || result7 || libp) ;
08750 }
08751 
08752 static int G__G__Table_194_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08753 {
08754    TGenericTable* p = NULL;
08755    char* gvp = (char*) G__getgvp();
08756    //m: 3
08757    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08758      p = new TGenericTable(
08759 *(TTableDescriptor*) libp->para[0].ref, (const char*) G__int(libp->para[1])
08760 , (Int_t) G__int(libp->para[2]));
08761    } else {
08762      p = new((void*) gvp) TGenericTable(
08763 *(TTableDescriptor*) libp->para[0].ref, (const char*) G__int(libp->para[1])
08764 , (Int_t) G__int(libp->para[2]));
08765    }
08766    result7->obj.i = (long) p;
08767    result7->ref = (long) p;
08768    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08769    return(1 || funcname || hash || result7 || libp) ;
08770 }
08771 
08772 static int G__G__Table_194_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08773 {
08774    switch (libp->paran) {
08775    case 1:
08776       G__letint(result7, 67, (long) ((const TGenericTable*) G__getstructoffset())->GetTable((Int_t) G__int(libp->para[0])));
08777       break;
08778    case 0:
08779       G__letint(result7, 67, (long) ((const TGenericTable*) G__getstructoffset())->GetTable());
08780       break;
08781    }
08782    return(1 || funcname || hash || result7 || libp) ;
08783 }
08784 
08785 static int G__G__Table_194_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08786 {
08787       {
08788          const char& obj = ((TGenericTable*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
08789          result7->ref = (long) (&obj);
08790          G__letint(result7, 'c', (long)obj);
08791       }
08792    return(1 || funcname || hash || result7 || libp) ;
08793 }
08794 
08795 static int G__G__Table_194_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08796 {
08797       {
08798          const char& obj = ((const TGenericTable*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
08799          result7->ref = (long) (&obj);
08800          G__letint(result7, 'c', (long)obj);
08801       }
08802    return(1 || funcname || hash || result7 || libp) ;
08803 }
08804 
08805 static int G__G__Table_194_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08806 {
08807       {
08808          TGenericTable::iterator* pobj;
08809          TGenericTable::iterator xobj = ((TGenericTable*) G__getstructoffset())->begin();
08810          pobj = new TGenericTable::iterator(xobj);
08811          result7->obj.i = (long) ((void*) pobj);
08812          result7->ref = result7->obj.i;
08813          G__store_tempobject(*result7);
08814       }
08815    return(1 || funcname || hash || result7 || libp) ;
08816 }
08817 
08818 static int G__G__Table_194_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08819 {
08820       {
08821          const TGenericTable::iterator* pobj;
08822          const TGenericTable::iterator xobj = ((const TGenericTable*) G__getstructoffset())->begin();
08823          pobj = new TGenericTable::iterator(xobj);
08824          result7->obj.i = (long) ((void*) pobj);
08825          result7->ref = result7->obj.i;
08826          G__store_tempobject(*result7);
08827       }
08828    return(1 || funcname || hash || result7 || libp) ;
08829 }
08830 
08831 static int G__G__Table_194_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08832 {
08833       {
08834          TGenericTable::iterator* pobj;
08835          TGenericTable::iterator xobj = ((TGenericTable*) G__getstructoffset())->end();
08836          pobj = new TGenericTable::iterator(xobj);
08837          result7->obj.i = (long) ((void*) pobj);
08838          result7->ref = result7->obj.i;
08839          G__store_tempobject(*result7);
08840       }
08841    return(1 || funcname || hash || result7 || libp) ;
08842 }
08843 
08844 static int G__G__Table_194_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08845 {
08846       {
08847          const TGenericTable::iterator* pobj;
08848          const TGenericTable::iterator xobj = ((const TGenericTable*) G__getstructoffset())->end();
08849          pobj = new TGenericTable::iterator(xobj);
08850          result7->obj.i = (long) ((void*) pobj);
08851          result7->ref = result7->obj.i;
08852          G__store_tempobject(*result7);
08853       }
08854    return(1 || funcname || hash || result7 || libp) ;
08855 }
08856 
08857 static int G__G__Table_194_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08858 {
08859       G__letint(result7, 85, (long) TGenericTable::Class());
08860    return(1 || funcname || hash || result7 || libp) ;
08861 }
08862 
08863 static int G__G__Table_194_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08864 {
08865       G__letint(result7, 67, (long) TGenericTable::Class_Name());
08866    return(1 || funcname || hash || result7 || libp) ;
08867 }
08868 
08869 static int G__G__Table_194_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08870 {
08871       G__letint(result7, 115, (long) TGenericTable::Class_Version());
08872    return(1 || funcname || hash || result7 || libp) ;
08873 }
08874 
08875 static int G__G__Table_194_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08876 {
08877       TGenericTable::Dictionary();
08878       G__setnull(result7);
08879    return(1 || funcname || hash || result7 || libp) ;
08880 }
08881 
08882 static int G__G__Table_194_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08883 {
08884       ((TGenericTable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08885       G__setnull(result7);
08886    return(1 || funcname || hash || result7 || libp) ;
08887 }
08888 
08889 static int G__G__Table_194_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08890 {
08891       G__letint(result7, 67, (long) TGenericTable::DeclFileName());
08892    return(1 || funcname || hash || result7 || libp) ;
08893 }
08894 
08895 static int G__G__Table_194_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08896 {
08897       G__letint(result7, 105, (long) TGenericTable::ImplFileLine());
08898    return(1 || funcname || hash || result7 || libp) ;
08899 }
08900 
08901 static int G__G__Table_194_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08902 {
08903       G__letint(result7, 67, (long) TGenericTable::ImplFileName());
08904    return(1 || funcname || hash || result7 || libp) ;
08905 }
08906 
08907 static int G__G__Table_194_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08908 {
08909       G__letint(result7, 105, (long) TGenericTable::DeclFileLine());
08910    return(1 || funcname || hash || result7 || libp) ;
08911 }
08912 
08913 // automatic copy constructor
08914 static int G__G__Table_194_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08915 
08916 {
08917    TGenericTable* p;
08918    void* tmp = (void*) G__int(libp->para[0]);
08919    p = new TGenericTable(*(TGenericTable*) tmp);
08920    result7->obj.i = (long) p;
08921    result7->ref = (long) p;
08922    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
08923    return(1 || funcname || hash || result7 || libp) ;
08924 }
08925 
08926 // automatic destructor
08927 typedef TGenericTable G__TTGenericTable;
08928 static int G__G__Table_194_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08929 {
08930    char* gvp = (char*) G__getgvp();
08931    long soff = G__getstructoffset();
08932    int n = G__getaryconstruct();
08933    //
08934    //has_a_delete: 1
08935    //has_own_delete1arg: 0
08936    //has_own_delete2arg: 0
08937    //
08938    if (!soff) {
08939      return(1);
08940    }
08941    if (n) {
08942      if (gvp == (char*)G__PVOID) {
08943        delete[] (TGenericTable*) soff;
08944      } else {
08945        G__setgvp((long) G__PVOID);
08946        for (int i = n - 1; i >= 0; --i) {
08947          ((TGenericTable*) (soff+(sizeof(TGenericTable)*i)))->~G__TTGenericTable();
08948        }
08949        G__setgvp((long)gvp);
08950      }
08951    } else {
08952      if (gvp == (char*)G__PVOID) {
08953        delete (TGenericTable*) soff;
08954      } else {
08955        G__setgvp((long) G__PVOID);
08956        ((TGenericTable*) (soff))->~G__TTGenericTable();
08957        G__setgvp((long)gvp);
08958      }
08959    }
08960    G__setnull(result7);
08961    return(1 || funcname || hash || result7 || libp) ;
08962 }
08963 
08964 
08965 /* TGenericTable::iterator */
08966 static int G__G__Table_195_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08967 {
08968    TGenericTable::iterator* p = NULL;
08969    char* gvp = (char*) G__getgvp();
08970    //m: 2
08971    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08972      p = new TGenericTable::iterator((UInt_t) G__int(libp->para[0]), *(char*) G__Charref(&libp->para[1]));
08973    } else {
08974      p = new((void*) gvp) TGenericTable::iterator((UInt_t) G__int(libp->para[0]), *(char*) G__Charref(&libp->para[1]));
08975    }
08976    result7->obj.i = (long) p;
08977    result7->ref = (long) p;
08978    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator));
08979    return(1 || funcname || hash || result7 || libp) ;
08980 }
08981 
08982 static int G__G__Table_195_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08983 {
08984    TGenericTable::iterator* p = NULL;
08985    char* gvp = (char*) G__getgvp();
08986    //m: 2
08987    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08988      p = new TGenericTable::iterator(*(TTable*) libp->para[0].ref, *(char*) G__Charref(&libp->para[1]));
08989    } else {
08990      p = new((void*) gvp) TGenericTable::iterator(*(TTable*) libp->para[0].ref, *(char*) G__Charref(&libp->para[1]));
08991    }
08992    result7->obj.i = (long) p;
08993    result7->ref = (long) p;
08994    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator));
08995    return(1 || funcname || hash || result7 || libp) ;
08996 }
08997 
08998 static int G__G__Table_195_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08999 {
09000    TGenericTable::iterator* p = NULL;
09001    char* gvp = (char*) G__getgvp();
09002    //m: 1
09003    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09004      p = new TGenericTable::iterator(*(TTable*) libp->para[0].ref);
09005    } else {
09006      p = new((void*) gvp) TGenericTable::iterator(*(TTable*) libp->para[0].ref);
09007    }
09008    result7->obj.i = (long) p;
09009    result7->ref = (long) p;
09010    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator));
09011    return(1 || funcname || hash || result7 || libp) ;
09012 }
09013 
09014 static int G__G__Table_195_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09015 {
09016    TGenericTable::iterator* p = NULL;
09017    char* gvp = (char*) G__getgvp();
09018    //m: 1
09019    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09020      p = new TGenericTable::iterator(*(TGenericTable::iterator*) libp->para[0].ref);
09021    } else {
09022      p = new((void*) gvp) TGenericTable::iterator(*(TGenericTable::iterator*) libp->para[0].ref);
09023    }
09024    result7->obj.i = (long) p;
09025    result7->ref = (long) p;
09026    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator));
09027    return(1 || funcname || hash || result7 || libp) ;
09028 }
09029 
09030 static int G__G__Table_195_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09031 {
09032       {
09033          const TGenericTable::iterator& obj = ((TGenericTable::iterator*) G__getstructoffset())->operator=(*(TGenericTable::iterator*) libp->para[0].ref);
09034          result7->ref = (long) (&obj);
09035          result7->obj.i = (long) (&obj);
09036       }
09037    return(1 || funcname || hash || result7 || libp) ;
09038 }
09039 
09040 static int G__G__Table_195_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09041 {
09042       {
09043          const TGenericTable::iterator& obj = ((TGenericTable::iterator*) G__getstructoffset())->operator++();
09044          result7->ref = (long) (&obj);
09045          result7->obj.i = (long) (&obj);
09046       }
09047    return(1 || funcname || hash || result7 || libp) ;
09048 }
09049 
09050 static int G__G__Table_195_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09051 {
09052       ((TGenericTable::iterator*) G__getstructoffset())->operator++((int) G__int(libp->para[0]));
09053       G__setnull(result7);
09054    return(1 || funcname || hash || result7 || libp) ;
09055 }
09056 
09057 static int G__G__Table_195_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09058 {
09059       {
09060          const TGenericTable::iterator& obj = ((TGenericTable::iterator*) G__getstructoffset())->operator--();
09061          result7->ref = (long) (&obj);
09062          result7->obj.i = (long) (&obj);
09063       }
09064    return(1 || funcname || hash || result7 || libp) ;
09065 }
09066 
09067 static int G__G__Table_195_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09068 {
09069       ((TGenericTable::iterator*) G__getstructoffset())->operator--((int) G__int(libp->para[0]));
09070       G__setnull(result7);
09071    return(1 || funcname || hash || result7 || libp) ;
09072 }
09073 
09074 static int G__G__Table_195_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09075 {
09076       {
09077          const TGenericTable::iterator& obj = ((TGenericTable::iterator*) G__getstructoffset())->operator+((Int_t) G__int(libp->para[0]));
09078          result7->ref = (long) (&obj);
09079          result7->obj.i = (long) (&obj);
09080       }
09081    return(1 || funcname || hash || result7 || libp) ;
09082 }
09083 
09084 static int G__G__Table_195_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09085 {
09086       {
09087          const TGenericTable::iterator& obj = ((TGenericTable::iterator*) G__getstructoffset())->operator-((Int_t) G__int(libp->para[0]));
09088          result7->ref = (long) (&obj);
09089          result7->obj.i = (long) (&obj);
09090       }
09091    return(1 || funcname || hash || result7 || libp) ;
09092 }
09093 
09094 static int G__G__Table_195_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09095 {
09096       G__letint(result7, 105, (long) ((const TGenericTable::iterator*) G__getstructoffset())->operator-(*(TGenericTable::iterator*) libp->para[0].ref));
09097    return(1 || funcname || hash || result7 || libp) ;
09098 }
09099 
09100 static int G__G__Table_195_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09101 {
09102       G__letint(result7, 67, (long) ((TGenericTable::iterator*) G__getstructoffset())->operator*());
09103    return(1 || funcname || hash || result7 || libp) ;
09104 }
09105 
09106 static int G__G__Table_195_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09107 {
09108       G__letint(result7, 103, (long) ((const TGenericTable::iterator*) G__getstructoffset())->operator==(*(TGenericTable::iterator*) libp->para[0].ref));
09109    return(1 || funcname || hash || result7 || libp) ;
09110 }
09111 
09112 static int G__G__Table_195_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09113 {
09114       G__letint(result7, 103, (long) ((const TGenericTable::iterator*) G__getstructoffset())->operator!=(*(TGenericTable::iterator*) libp->para[0].ref));
09115    return(1 || funcname || hash || result7 || libp) ;
09116 }
09117 
09118 // automatic destructor
09119 typedef TGenericTable::iterator G__TTGenericTablecLcLiterator;
09120 static int G__G__Table_195_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09121 {
09122    char* gvp = (char*) G__getgvp();
09123    long soff = G__getstructoffset();
09124    int n = G__getaryconstruct();
09125    //
09126    //has_a_delete: 0
09127    //has_own_delete1arg: 0
09128    //has_own_delete2arg: 0
09129    //
09130    if (!soff) {
09131      return(1);
09132    }
09133    if (n) {
09134      if (gvp == (char*)G__PVOID) {
09135        delete[] (TGenericTable::iterator*) soff;
09136      } else {
09137        G__setgvp((long) G__PVOID);
09138        for (int i = n - 1; i >= 0; --i) {
09139          ((TGenericTable::iterator*) (soff+(sizeof(TGenericTable::iterator)*i)))->~G__TTGenericTablecLcLiterator();
09140        }
09141        G__setgvp((long)gvp);
09142      }
09143    } else {
09144      if (gvp == (char*)G__PVOID) {
09145        delete (TGenericTable::iterator*) soff;
09146      } else {
09147        G__setgvp((long) G__PVOID);
09148        ((TGenericTable::iterator*) (soff))->~G__TTGenericTablecLcLiterator();
09149        G__setgvp((long)gvp);
09150      }
09151    }
09152    G__setnull(result7);
09153    return(1 || funcname || hash || result7 || libp) ;
09154 }
09155 
09156 
09157 /* TIndexTable */
09158 static int G__G__Table_196_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09159 {
09160    TIndexTable* p = NULL;
09161    char* gvp = (char*) G__getgvp();
09162    //m: 1
09163    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09164      p = new TIndexTable((TTable*) G__int(libp->para[0]));
09165    } else {
09166      p = new((void*) gvp) TIndexTable((TTable*) G__int(libp->para[0]));
09167    }
09168    result7->obj.i = (long) p;
09169    result7->ref = (long) p;
09170    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
09171    return(1 || funcname || hash || result7 || libp) ;
09172 }
09173 
09174 static int G__G__Table_196_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09175 {
09176    TIndexTable* p = NULL;
09177    char* gvp = (char*) G__getgvp();
09178    //m: 1
09179    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09180      p = new TIndexTable(*(TIndexTable*) libp->para[0].ref);
09181    } else {
09182      p = new((void*) gvp) TIndexTable(*(TIndexTable*) libp->para[0].ref);
09183    }
09184    result7->obj.i = (long) p;
09185    result7->ref = (long) p;
09186    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
09187    return(1 || funcname || hash || result7 || libp) ;
09188 }
09189 
09190 static int G__G__Table_196_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09191 {
09192    switch (libp->paran) {
09193    case 1:
09194       G__letint(result7, 73, (long) ((TIndexTable*) G__getstructoffset())->GetTable((Int_t) G__int(libp->para[0])));
09195       break;
09196    case 0:
09197       G__letint(result7, 73, (long) ((TIndexTable*) G__getstructoffset())->GetTable());
09198       break;
09199    }
09200    return(1 || funcname || hash || result7 || libp) ;
09201 }
09202 
09203 static int G__G__Table_196_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09204 {
09205       G__letint(result7, 103, (long) ((const TIndexTable*) G__getstructoffset())->IsValid());
09206    return(1 || funcname || hash || result7 || libp) ;
09207 }
09208 
09209 static int G__G__Table_196_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09210 {
09211       ((TIndexTable*) G__getstructoffset())->push_back((Long_t) G__int(libp->para[0]));
09212       G__setnull(result7);
09213    return(1 || funcname || hash || result7 || libp) ;
09214 }
09215 
09216 static int G__G__Table_196_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09217 {
09218       G__letint(result7, 85, (long) ((const TIndexTable*) G__getstructoffset())->Table());
09219    return(1 || funcname || hash || result7 || libp) ;
09220 }
09221 
09222 static int G__G__Table_196_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09223 {
09224       {
09225          TIndexTable::iterator* pobj;
09226          TIndexTable::iterator xobj = ((TIndexTable*) G__getstructoffset())->begin();
09227          pobj = new TIndexTable::iterator(xobj);
09228          result7->obj.i = (long) ((void*) pobj);
09229          result7->ref = result7->obj.i;
09230          G__store_tempobject(*result7);
09231       }
09232    return(1 || funcname || hash || result7 || libp) ;
09233 }
09234 
09235 static int G__G__Table_196_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09236 {
09237       {
09238          const TIndexTable::iterator* pobj;
09239          const TIndexTable::iterator xobj = ((const TIndexTable*) G__getstructoffset())->begin();
09240          pobj = new TIndexTable::iterator(xobj);
09241          result7->obj.i = (long) ((void*) pobj);
09242          result7->ref = result7->obj.i;
09243          G__store_tempobject(*result7);
09244       }
09245    return(1 || funcname || hash || result7 || libp) ;
09246 }
09247 
09248 static int G__G__Table_196_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09249 {
09250       {
09251          TIndexTable::iterator* pobj;
09252          TIndexTable::iterator xobj = ((TIndexTable*) G__getstructoffset())->end();
09253          pobj = new TIndexTable::iterator(xobj);
09254          result7->obj.i = (long) ((void*) pobj);
09255          result7->ref = result7->obj.i;
09256          G__store_tempobject(*result7);
09257       }
09258    return(1 || funcname || hash || result7 || libp) ;
09259 }
09260 
09261 static int G__G__Table_196_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09262 {
09263       {
09264          const TIndexTable::iterator* pobj;
09265          const TIndexTable::iterator xobj = ((const TIndexTable*) G__getstructoffset())->end();
09266          pobj = new TIndexTable::iterator(xobj);
09267          result7->obj.i = (long) ((void*) pobj);
09268          result7->ref = result7->obj.i;
09269          G__store_tempobject(*result7);
09270       }
09271    return(1 || funcname || hash || result7 || libp) ;
09272 }
09273 
09274 static int G__G__Table_196_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09275 {
09276    TIndexTable* p = NULL;
09277    char* gvp = (char*) G__getgvp();
09278    int n = G__getaryconstruct();
09279    if (n) {
09280      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09281        p = new TIndexTable[n];
09282      } else {
09283        p = new((void*) gvp) TIndexTable[n];
09284      }
09285    } else {
09286      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09287        p = new TIndexTable;
09288      } else {
09289        p = new((void*) gvp) TIndexTable;
09290      }
09291    }
09292    result7->obj.i = (long) p;
09293    result7->ref = (long) p;
09294    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
09295    return(1 || funcname || hash || result7 || libp) ;
09296 }
09297 
09298 static int G__G__Table_196_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09299 {
09300    TIndexTable* p = NULL;
09301    char* gvp = (char*) G__getgvp();
09302    //m: 1
09303    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09304      p = new TIndexTable((const char*) G__int(libp->para[0]));
09305    } else {
09306      p = new((void*) gvp) TIndexTable((const char*) G__int(libp->para[0]));
09307    }
09308    result7->obj.i = (long) p;
09309    result7->ref = (long) p;
09310    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
09311    return(1 || funcname || hash || result7 || libp) ;
09312 }
09313 
09314 static int G__G__Table_196_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09315 {
09316    TIndexTable* p = NULL;
09317    char* gvp = (char*) G__getgvp();
09318    //m: 1
09319    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09320      p = new TIndexTable((Int_t) G__int(libp->para[0]));
09321    } else {
09322      p = new((void*) gvp) TIndexTable((Int_t) G__int(libp->para[0]));
09323    }
09324    result7->obj.i = (long) p;
09325    result7->ref = (long) p;
09326    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
09327    return(1 || funcname || hash || result7 || libp) ;
09328 }
09329 
09330 static int G__G__Table_196_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09331 {
09332    TIndexTable* p = NULL;
09333    char* gvp = (char*) G__getgvp();
09334    //m: 2
09335    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09336      p = new TIndexTable((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
09337    } else {
09338      p = new((void*) gvp) TIndexTable((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
09339    }
09340    result7->obj.i = (long) p;
09341    result7->ref = (long) p;
09342    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
09343    return(1 || funcname || hash || result7 || libp) ;
09344 }
09345 
09346 static int G__G__Table_196_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09347 {
09348    switch (libp->paran) {
09349    case 1:
09350       G__letint(result7, 73, (long) ((const TIndexTable*) G__getstructoffset())->GetTable((Int_t) G__int(libp->para[0])));
09351       break;
09352    case 0:
09353       G__letint(result7, 73, (long) ((const TIndexTable*) G__getstructoffset())->GetTable());
09354       break;
09355    }
09356    return(1 || funcname || hash || result7 || libp) ;
09357 }
09358 
09359 static int G__G__Table_196_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09360 {
09361       {
09362          const int& obj = ((TIndexTable*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
09363          result7->ref = (long) (&obj);
09364          G__letint(result7, 'i', (long)obj);
09365       }
09366    return(1 || funcname || hash || result7 || libp) ;
09367 }
09368 
09369 static int G__G__Table_196_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09370 {
09371       {
09372          const int& obj = ((const TIndexTable*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0]));
09373          result7->ref = (long) (&obj);
09374          G__letint(result7, 'i', (long)obj);
09375       }
09376    return(1 || funcname || hash || result7 || libp) ;
09377 }
09378 
09379 static int G__G__Table_196_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09380 {
09381       G__letint(result7, 85, (long) TIndexTable::Class());
09382    return(1 || funcname || hash || result7 || libp) ;
09383 }
09384 
09385 static int G__G__Table_196_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09386 {
09387       G__letint(result7, 67, (long) TIndexTable::Class_Name());
09388    return(1 || funcname || hash || result7 || libp) ;
09389 }
09390 
09391 static int G__G__Table_196_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09392 {
09393       G__letint(result7, 115, (long) TIndexTable::Class_Version());
09394    return(1 || funcname || hash || result7 || libp) ;
09395 }
09396 
09397 static int G__G__Table_196_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09398 {
09399       TIndexTable::Dictionary();
09400       G__setnull(result7);
09401    return(1 || funcname || hash || result7 || libp) ;
09402 }
09403 
09404 static int G__G__Table_196_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09405 {
09406       ((TIndexTable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09407       G__setnull(result7);
09408    return(1 || funcname || hash || result7 || libp) ;
09409 }
09410 
09411 static int G__G__Table_196_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09412 {
09413       G__letint(result7, 67, (long) TIndexTable::DeclFileName());
09414    return(1 || funcname || hash || result7 || libp) ;
09415 }
09416 
09417 static int G__G__Table_196_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09418 {
09419       G__letint(result7, 105, (long) TIndexTable::ImplFileLine());
09420    return(1 || funcname || hash || result7 || libp) ;
09421 }
09422 
09423 static int G__G__Table_196_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09424 {
09425       G__letint(result7, 67, (long) TIndexTable::ImplFileName());
09426    return(1 || funcname || hash || result7 || libp) ;
09427 }
09428 
09429 static int G__G__Table_196_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09430 {
09431       G__letint(result7, 105, (long) TIndexTable::DeclFileLine());
09432    return(1 || funcname || hash || result7 || libp) ;
09433 }
09434 
09435 // automatic destructor
09436 typedef TIndexTable G__TTIndexTable;
09437 static int G__G__Table_196_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09438 {
09439    char* gvp = (char*) G__getgvp();
09440    long soff = G__getstructoffset();
09441    int n = G__getaryconstruct();
09442    //
09443    //has_a_delete: 1
09444    //has_own_delete1arg: 0
09445    //has_own_delete2arg: 0
09446    //
09447    if (!soff) {
09448      return(1);
09449    }
09450    if (n) {
09451      if (gvp == (char*)G__PVOID) {
09452        delete[] (TIndexTable*) soff;
09453      } else {
09454        G__setgvp((long) G__PVOID);
09455        for (int i = n - 1; i >= 0; --i) {
09456          ((TIndexTable*) (soff+(sizeof(TIndexTable)*i)))->~G__TTIndexTable();
09457        }
09458        G__setgvp((long)gvp);
09459      }
09460    } else {
09461      if (gvp == (char*)G__PVOID) {
09462        delete (TIndexTable*) soff;
09463      } else {
09464        G__setgvp((long) G__PVOID);
09465        ((TIndexTable*) (soff))->~G__TTIndexTable();
09466        G__setgvp((long)gvp);
09467      }
09468    }
09469    G__setnull(result7);
09470    return(1 || funcname || hash || result7 || libp) ;
09471 }
09472 
09473 
09474 /* TIndexTable::iterator */
09475 static int G__G__Table_197_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09476 {
09477    TIndexTable::iterator* p = NULL;
09478    char* gvp = (char*) G__getgvp();
09479    //m: 2
09480    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09481      p = new TIndexTable::iterator(*(TTable*) libp->para[0].ref, *(int*) G__Intref(&libp->para[1]));
09482    } else {
09483      p = new((void*) gvp) TIndexTable::iterator(*(TTable*) libp->para[0].ref, *(int*) G__Intref(&libp->para[1]));
09484    }
09485    result7->obj.i = (long) p;
09486    result7->ref = (long) p;
09487    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator));
09488    return(1 || funcname || hash || result7 || libp) ;
09489 }
09490 
09491 static int G__G__Table_197_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09492 {
09493    TIndexTable::iterator* p = NULL;
09494    char* gvp = (char*) G__getgvp();
09495    //m: 1
09496    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09497      p = new TIndexTable::iterator(*(TTable*) libp->para[0].ref);
09498    } else {
09499      p = new((void*) gvp) TIndexTable::iterator(*(TTable*) libp->para[0].ref);
09500    }
09501    result7->obj.i = (long) p;
09502    result7->ref = (long) p;
09503    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator));
09504    return(1 || funcname || hash || result7 || libp) ;
09505 }
09506 
09507 static int G__G__Table_197_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09508 {
09509    TIndexTable::iterator* p = NULL;
09510    char* gvp = (char*) G__getgvp();
09511    //m: 1
09512    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09513      p = new TIndexTable::iterator(*(TIndexTable::iterator*) libp->para[0].ref);
09514    } else {
09515      p = new((void*) gvp) TIndexTable::iterator(*(TIndexTable::iterator*) libp->para[0].ref);
09516    }
09517    result7->obj.i = (long) p;
09518    result7->ref = (long) p;
09519    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator));
09520    return(1 || funcname || hash || result7 || libp) ;
09521 }
09522 
09523 static int G__G__Table_197_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09524 {
09525       {
09526          const TIndexTable::iterator& obj = ((TIndexTable::iterator*) G__getstructoffset())->operator=(*(TIndexTable::iterator*) libp->para[0].ref);
09527          result7->ref = (long) (&obj);
09528          result7->obj.i = (long) (&obj);
09529       }
09530    return(1 || funcname || hash || result7 || libp) ;
09531 }
09532 
09533 static int G__G__Table_197_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09534 {
09535       {
09536          const TIndexTable::iterator& obj = ((TIndexTable::iterator*) G__getstructoffset())->operator++();
09537          result7->ref = (long) (&obj);
09538          result7->obj.i = (long) (&obj);
09539       }
09540    return(1 || funcname || hash || result7 || libp) ;
09541 }
09542 
09543 static int G__G__Table_197_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09544 {
09545       ((TIndexTable::iterator*) G__getstructoffset())->operator++((int) G__int(libp->para[0]));
09546       G__setnull(result7);
09547    return(1 || funcname || hash || result7 || libp) ;
09548 }
09549 
09550 static int G__G__Table_197_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09551 {
09552       {
09553          const TIndexTable::iterator& obj = ((TIndexTable::iterator*) G__getstructoffset())->operator--();
09554          result7->ref = (long) (&obj);
09555          result7->obj.i = (long) (&obj);
09556       }
09557    return(1 || funcname || hash || result7 || libp) ;
09558 }
09559 
09560 static int G__G__Table_197_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09561 {
09562       ((TIndexTable::iterator*) G__getstructoffset())->operator--((int) G__int(libp->para[0]));
09563       G__setnull(result7);
09564    return(1 || funcname || hash || result7 || libp) ;
09565 }
09566 
09567 static int G__G__Table_197_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09568 {
09569       {
09570          const TIndexTable::iterator& obj = ((TIndexTable::iterator*) G__getstructoffset())->operator+((Int_t) G__int(libp->para[0]));
09571          result7->ref = (long) (&obj);
09572          result7->obj.i = (long) (&obj);
09573       }
09574    return(1 || funcname || hash || result7 || libp) ;
09575 }
09576 
09577 static int G__G__Table_197_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09578 {
09579       {
09580          const TIndexTable::iterator& obj = ((TIndexTable::iterator*) G__getstructoffset())->operator-((Int_t) G__int(libp->para[0]));
09581          result7->ref = (long) (&obj);
09582          result7->obj.i = (long) (&obj);
09583       }
09584    return(1 || funcname || hash || result7 || libp) ;
09585 }
09586 
09587 static int G__G__Table_197_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09588 {
09589       G__letint(result7, 105, (long) ((const TIndexTable::iterator*) G__getstructoffset())->operator-(*(TIndexTable::iterator*) libp->para[0].ref));
09590    return(1 || funcname || hash || result7 || libp) ;
09591 }
09592 
09593 static int G__G__Table_197_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09594 {
09595       G__letint(result7, 89, (long) ((TIndexTable::iterator*) G__getstructoffset())->operator*());
09596    return(1 || funcname || hash || result7 || libp) ;
09597 }
09598 
09599 static int G__G__Table_197_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09600 {
09601       G__letint(result7, 105, (long) ((TIndexTable::iterator*) G__getstructoffset())->operator int());
09602    return(1 || funcname || hash || result7 || libp) ;
09603 }
09604 
09605 static int G__G__Table_197_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09606 {
09607       G__letint(result7, 103, (long) ((const TIndexTable::iterator*) G__getstructoffset())->operator==(*(TIndexTable::iterator*) libp->para[0].ref));
09608    return(1 || funcname || hash || result7 || libp) ;
09609 }
09610 
09611 static int G__G__Table_197_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09612 {
09613       G__letint(result7, 103, (long) ((const TIndexTable::iterator*) G__getstructoffset())->operator!=(*(TIndexTable::iterator*) libp->para[0].ref));
09614    return(1 || funcname || hash || result7 || libp) ;
09615 }
09616 
09617 // automatic destructor
09618 typedef TIndexTable::iterator G__TTIndexTablecLcLiterator;
09619 static int G__G__Table_197_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09620 {
09621    char* gvp = (char*) G__getgvp();
09622    long soff = G__getstructoffset();
09623    int n = G__getaryconstruct();
09624    //
09625    //has_a_delete: 0
09626    //has_own_delete1arg: 0
09627    //has_own_delete2arg: 0
09628    //
09629    if (!soff) {
09630      return(1);
09631    }
09632    if (n) {
09633      if (gvp == (char*)G__PVOID) {
09634        delete[] (TIndexTable::iterator*) soff;
09635      } else {
09636        G__setgvp((long) G__PVOID);
09637        for (int i = n - 1; i >= 0; --i) {
09638          ((TIndexTable::iterator*) (soff+(sizeof(TIndexTable::iterator)*i)))->~G__TTIndexTablecLcLiterator();
09639        }
09640        G__setgvp((long)gvp);
09641      }
09642    } else {
09643      if (gvp == (char*)G__PVOID) {
09644        delete (TIndexTable::iterator*) soff;
09645      } else {
09646        G__setgvp((long) G__PVOID);
09647        ((TIndexTable::iterator*) (soff))->~G__TTIndexTablecLcLiterator();
09648        G__setgvp((long)gvp);
09649      }
09650    }
09651    G__setnull(result7);
09652    return(1 || funcname || hash || result7 || libp) ;
09653 }
09654 
09655 
09656 /* TObjectSet */
09657 static int G__G__Table_198_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09658 {
09659    TObjectSet* p = NULL;
09660    char* gvp = (char*) G__getgvp();
09661    switch (libp->paran) {
09662    case 3:
09663      //m: 3
09664      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09665        p = new TObjectSet(
09666 (const Char_t*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
09667 , (Bool_t) G__int(libp->para[2]));
09668      } else {
09669        p = new((void*) gvp) TObjectSet(
09670 (const Char_t*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
09671 , (Bool_t) G__int(libp->para[2]));
09672      }
09673      break;
09674    case 2:
09675      //m: 2
09676      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09677        p = new TObjectSet((const Char_t*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
09678      } else {
09679        p = new((void*) gvp) TObjectSet((const Char_t*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
09680      }
09681      break;
09682    case 1:
09683      //m: 1
09684      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09685        p = new TObjectSet((const Char_t*) G__int(libp->para[0]));
09686      } else {
09687        p = new((void*) gvp) TObjectSet((const Char_t*) G__int(libp->para[0]));
09688      }
09689      break;
09690    }
09691    result7->obj.i = (long) p;
09692    result7->ref = (long) p;
09693    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TObjectSet));
09694    return(1 || funcname || hash || result7 || libp) ;
09695 }
09696 
09697 static int G__G__Table_198_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09698 {
09699    TObjectSet* p = NULL;
09700    char* gvp = (char*) G__getgvp();
09701    switch (libp->paran) {
09702    case 2:
09703      //m: 2
09704      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09705        p = new TObjectSet((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
09706      } else {
09707        p = new((void*) gvp) TObjectSet((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
09708      }
09709      break;
09710    case 1:
09711      //m: 1
09712      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09713        p = new TObjectSet((TObject*) G__int(libp->para[0]));
09714      } else {
09715        p = new((void*) gvp) TObjectSet((TObject*) G__int(libp->para[0]));
09716      }
09717      break;
09718    case 0:
09719      int n = G__getaryconstruct();
09720      if (n) {
09721        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09722          p = new TObjectSet[n];
09723        } else {
09724          p = new((void*) gvp) TObjectSet[n];
09725        }
09726      } else {
09727        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09728          p = new TObjectSet;
09729        } else {
09730          p = new((void*) gvp) TObjectSet;
09731        }
09732      }
09733      break;
09734    }
09735    result7->obj.i = (long) p;
09736    result7->ref = (long) p;
09737    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TObjectSet));
09738    return(1 || funcname || hash || result7 || libp) ;
09739 }
09740 
09741 static int G__G__Table_198_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09742 {
09743    switch (libp->paran) {
09744    case 2:
09745       G__letint(result7, 85, (long) ((TObjectSet*) G__getstructoffset())->AddObject((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
09746       break;
09747    case 1:
09748       G__letint(result7, 85, (long) ((TObjectSet*) G__getstructoffset())->AddObject((TObject*) G__int(libp->para[0])));
09749       break;
09750    }
09751    return(1 || funcname || hash || result7 || libp) ;
09752 }
09753 
09754 static int G__G__Table_198_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09755 {
09756    switch (libp->paran) {
09757    case 1:
09758       G__letint(result7, 103, (long) ((TObjectSet*) G__getstructoffset())->DoOwner((Bool_t) G__int(libp->para[0])));
09759       break;
09760    case 0:
09761       G__letint(result7, 103, (long) ((TObjectSet*) G__getstructoffset())->DoOwner());
09762       break;
09763    }
09764    return(1 || funcname || hash || result7 || libp) ;
09765 }
09766 
09767 static int G__G__Table_198_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09768 {
09769       G__letint(result7, 103, (long) ((const TObjectSet*) G__getstructoffset())->IsOwner());
09770    return(1 || funcname || hash || result7 || libp) ;
09771 }
09772 
09773 static int G__G__Table_198_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09774 {
09775       G__letint(result7, 85, (long) ((TObjectSet*) G__getstructoffset())->SetObject((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
09776    return(1 || funcname || hash || result7 || libp) ;
09777 }
09778 
09779 static int G__G__Table_198_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09780 {
09781       G__letint(result7, 85, (long) TObjectSet::instance());
09782    return(1 || funcname || hash || result7 || libp) ;
09783 }
09784 
09785 static int G__G__Table_198_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09786 {
09787       G__letint(result7, 85, (long) TObjectSet::Class());
09788    return(1 || funcname || hash || result7 || libp) ;
09789 }
09790 
09791 static int G__G__Table_198_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09792 {
09793       G__letint(result7, 67, (long) TObjectSet::Class_Name());
09794    return(1 || funcname || hash || result7 || libp) ;
09795 }
09796 
09797 static int G__G__Table_198_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09798 {
09799       G__letint(result7, 115, (long) TObjectSet::Class_Version());
09800    return(1 || funcname || hash || result7 || libp) ;
09801 }
09802 
09803 static int G__G__Table_198_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09804 {
09805       TObjectSet::Dictionary();
09806       G__setnull(result7);
09807    return(1 || funcname || hash || result7 || libp) ;
09808 }
09809 
09810 static int G__G__Table_198_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09811 {
09812       ((TObjectSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09813       G__setnull(result7);
09814    return(1 || funcname || hash || result7 || libp) ;
09815 }
09816 
09817 static int G__G__Table_198_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09818 {
09819       G__letint(result7, 67, (long) TObjectSet::DeclFileName());
09820    return(1 || funcname || hash || result7 || libp) ;
09821 }
09822 
09823 static int G__G__Table_198_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09824 {
09825       G__letint(result7, 105, (long) TObjectSet::ImplFileLine());
09826    return(1 || funcname || hash || result7 || libp) ;
09827 }
09828 
09829 static int G__G__Table_198_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09830 {
09831       G__letint(result7, 67, (long) TObjectSet::ImplFileName());
09832    return(1 || funcname || hash || result7 || libp) ;
09833 }
09834 
09835 static int G__G__Table_198_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09836 {
09837       G__letint(result7, 105, (long) TObjectSet::DeclFileLine());
09838    return(1 || funcname || hash || result7 || libp) ;
09839 }
09840 
09841 // automatic copy constructor
09842 static int G__G__Table_198_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09843 
09844 {
09845    TObjectSet* p;
09846    void* tmp = (void*) G__int(libp->para[0]);
09847    p = new TObjectSet(*(TObjectSet*) tmp);
09848    result7->obj.i = (long) p;
09849    result7->ref = (long) p;
09850    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TObjectSet));
09851    return(1 || funcname || hash || result7 || libp) ;
09852 }
09853 
09854 // automatic destructor
09855 typedef TObjectSet G__TTObjectSet;
09856 static int G__G__Table_198_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09857 {
09858    char* gvp = (char*) G__getgvp();
09859    long soff = G__getstructoffset();
09860    int n = G__getaryconstruct();
09861    //
09862    //has_a_delete: 1
09863    //has_own_delete1arg: 0
09864    //has_own_delete2arg: 0
09865    //
09866    if (!soff) {
09867      return(1);
09868    }
09869    if (n) {
09870      if (gvp == (char*)G__PVOID) {
09871        delete[] (TObjectSet*) soff;
09872      } else {
09873        G__setgvp((long) G__PVOID);
09874        for (int i = n - 1; i >= 0; --i) {
09875          ((TObjectSet*) (soff+(sizeof(TObjectSet)*i)))->~G__TTObjectSet();
09876        }
09877        G__setgvp((long)gvp);
09878      }
09879    } else {
09880      if (gvp == (char*)G__PVOID) {
09881        delete (TObjectSet*) soff;
09882      } else {
09883        G__setgvp((long) G__PVOID);
09884        ((TObjectSet*) (soff))->~G__TTObjectSet();
09885        G__setgvp((long)gvp);
09886      }
09887    }
09888    G__setnull(result7);
09889    return(1 || funcname || hash || result7 || libp) ;
09890 }
09891 
09892 
09893 /* TPoints3D */
09894 static int G__G__Table_201_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09895 {
09896    TPoints3D* p = NULL;
09897    char* gvp = (char*) G__getgvp();
09898    switch (libp->paran) {
09899    case 1:
09900      //m: 1
09901      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09902        p = new TPoints3D((TPoints3DABC*) G__int(libp->para[0]));
09903      } else {
09904        p = new((void*) gvp) TPoints3D((TPoints3DABC*) G__int(libp->para[0]));
09905      }
09906      break;
09907    case 0:
09908      int n = G__getaryconstruct();
09909      if (n) {
09910        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09911          p = new TPoints3D[n];
09912        } else {
09913          p = new((void*) gvp) TPoints3D[n];
09914        }
09915      } else {
09916        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09917          p = new TPoints3D;
09918        } else {
09919          p = new((void*) gvp) TPoints3D;
09920        }
09921      }
09922      break;
09923    }
09924    result7->obj.i = (long) p;
09925    result7->ref = (long) p;
09926    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPoints3D));
09927    return(1 || funcname || hash || result7 || libp) ;
09928 }
09929 
09930 static int G__G__Table_201_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09931 {
09932    TPoints3D* p = NULL;
09933    char* gvp = (char*) G__getgvp();
09934    switch (libp->paran) {
09935    case 2:
09936      //m: 2
09937      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09938        p = new TPoints3D((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
09939      } else {
09940        p = new((void*) gvp) TPoints3D((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
09941      }
09942      break;
09943    case 1:
09944      //m: 1
09945      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09946        p = new TPoints3D((Int_t) G__int(libp->para[0]));
09947      } else {
09948        p = new((void*) gvp) TPoints3D((Int_t) G__int(libp->para[0]));
09949      }
09950      break;
09951    }
09952    result7->obj.i = (long) p;
09953    result7->ref = (long) p;
09954    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPoints3D));
09955    return(1 || funcname || hash || result7 || libp) ;
09956 }
09957 
09958 static int G__G__Table_201_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09959 {
09960    TPoints3D* p = NULL;
09961    char* gvp = (char*) G__getgvp();
09962    switch (libp->paran) {
09963    case 3:
09964      //m: 3
09965      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09966        p = new TPoints3D(
09967 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
09968 , (Option_t*) G__int(libp->para[2]));
09969      } else {
09970        p = new((void*) gvp) TPoints3D(
09971 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
09972 , (Option_t*) G__int(libp->para[2]));
09973      }
09974      break;
09975    case 2:
09976      //m: 2
09977      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09978        p = new TPoints3D((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
09979      } else {
09980        p = new((void*) gvp) TPoints3D((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
09981      }
09982      break;
09983    }
09984    result7->obj.i = (long) p;
09985    result7->ref = (long) p;
09986    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPoints3D));
09987    return(1 || funcname || hash || result7 || libp) ;
09988 }
09989 
09990 static int G__G__Table_201_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09991 {
09992    TPoints3D* p = NULL;
09993    char* gvp = (char*) G__getgvp();
09994    switch (libp->paran) {
09995    case 5:
09996      //m: 5
09997      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09998        p = new TPoints3D(
09999 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10000 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
10001 , (Option_t*) G__int(libp->para[4]));
10002      } else {
10003        p = new((void*) gvp) TPoints3D(
10004 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10005 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
10006 , (Option_t*) G__int(libp->para[4]));
10007      }
10008      break;
10009    case 4:
10010      //m: 4
10011      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10012        p = new TPoints3D(
10013 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10014 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
10015      } else {
10016        p = new((void*) gvp) TPoints3D(
10017 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10018 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
10019      }
10020      break;
10021    }
10022    result7->obj.i = (long) p;
10023    result7->ref = (long) p;
10024    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPoints3D));
10025    return(1 || funcname || hash || result7 || libp) ;
10026 }
10027 
10028 static int G__G__Table_201_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10029 {
10030    TPoints3D* p = NULL;
10031    char* gvp = (char*) G__getgvp();
10032    //m: 1
10033    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10034      p = new TPoints3D(*(TPoints3D*) libp->para[0].ref);
10035    } else {
10036      p = new((void*) gvp) TPoints3D(*(TPoints3D*) libp->para[0].ref);
10037    }
10038    result7->obj.i = (long) p;
10039    result7->ref = (long) p;
10040    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPoints3D));
10041    return(1 || funcname || hash || result7 || libp) ;
10042 }
10043 
10044 static int G__G__Table_201_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10045 {
10046       ((TPoints3D*) G__getstructoffset())->Delete();
10047       G__setnull(result7);
10048    return(1 || funcname || hash || result7 || libp) ;
10049 }
10050 
10051 static int G__G__Table_201_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10052 {
10053       G__letint(result7, 85, (long) TPoints3D::Class());
10054    return(1 || funcname || hash || result7 || libp) ;
10055 }
10056 
10057 static int G__G__Table_201_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10058 {
10059       G__letint(result7, 67, (long) TPoints3D::Class_Name());
10060    return(1 || funcname || hash || result7 || libp) ;
10061 }
10062 
10063 static int G__G__Table_201_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10064 {
10065       G__letint(result7, 115, (long) TPoints3D::Class_Version());
10066    return(1 || funcname || hash || result7 || libp) ;
10067 }
10068 
10069 static int G__G__Table_201_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10070 {
10071       TPoints3D::Dictionary();
10072       G__setnull(result7);
10073    return(1 || funcname || hash || result7 || libp) ;
10074 }
10075 
10076 static int G__G__Table_201_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10077 {
10078       ((TPoints3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10079       G__setnull(result7);
10080    return(1 || funcname || hash || result7 || libp) ;
10081 }
10082 
10083 static int G__G__Table_201_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10084 {
10085       G__letint(result7, 67, (long) TPoints3D::DeclFileName());
10086    return(1 || funcname || hash || result7 || libp) ;
10087 }
10088 
10089 static int G__G__Table_201_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10090 {
10091       G__letint(result7, 105, (long) TPoints3D::ImplFileLine());
10092    return(1 || funcname || hash || result7 || libp) ;
10093 }
10094 
10095 static int G__G__Table_201_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10096 {
10097       G__letint(result7, 67, (long) TPoints3D::ImplFileName());
10098    return(1 || funcname || hash || result7 || libp) ;
10099 }
10100 
10101 static int G__G__Table_201_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10102 {
10103       G__letint(result7, 105, (long) TPoints3D::DeclFileLine());
10104    return(1 || funcname || hash || result7 || libp) ;
10105 }
10106 
10107 // automatic destructor
10108 typedef TPoints3D G__TTPoints3D;
10109 static int G__G__Table_201_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10110 {
10111    char* gvp = (char*) G__getgvp();
10112    long soff = G__getstructoffset();
10113    int n = G__getaryconstruct();
10114    //
10115    //has_a_delete: 1
10116    //has_own_delete1arg: 0
10117    //has_own_delete2arg: 0
10118    //
10119    if (!soff) {
10120      return(1);
10121    }
10122    if (n) {
10123      if (gvp == (char*)G__PVOID) {
10124        delete[] (TPoints3D*) soff;
10125      } else {
10126        G__setgvp((long) G__PVOID);
10127        for (int i = n - 1; i >= 0; --i) {
10128          ((TPoints3D*) (soff+(sizeof(TPoints3D)*i)))->~G__TTPoints3D();
10129        }
10130        G__setgvp((long)gvp);
10131      }
10132    } else {
10133      if (gvp == (char*)G__PVOID) {
10134        delete (TPoints3D*) soff;
10135      } else {
10136        G__setgvp((long) G__PVOID);
10137        ((TPoints3D*) (soff))->~G__TTPoints3D();
10138        G__setgvp((long)gvp);
10139      }
10140    }
10141    G__setnull(result7);
10142    return(1 || funcname || hash || result7 || libp) ;
10143 }
10144 
10145 // automatic assignment operator
10146 static int G__G__Table_201_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10147 {
10148    TPoints3D* dest = (TPoints3D*) G__getstructoffset();
10149    *dest = *(TPoints3D*) libp->para[0].ref;
10150    const TPoints3D& obj = *dest;
10151    result7->ref = (long) (&obj);
10152    result7->obj.i = (long) (&obj);
10153    return(1 || funcname || hash || result7 || libp) ;
10154 }
10155 
10156 
10157 /* TPointsArray3D */
10158 static int G__G__Table_203_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10159 {
10160    TPointsArray3D* p = NULL;
10161    char* gvp = (char*) G__getgvp();
10162    int n = G__getaryconstruct();
10163    if (n) {
10164      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10165        p = new TPointsArray3D[n];
10166      } else {
10167        p = new((void*) gvp) TPointsArray3D[n];
10168      }
10169    } else {
10170      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10171        p = new TPointsArray3D;
10172      } else {
10173        p = new((void*) gvp) TPointsArray3D;
10174      }
10175    }
10176    result7->obj.i = (long) p;
10177    result7->ref = (long) p;
10178    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D));
10179    return(1 || funcname || hash || result7 || libp) ;
10180 }
10181 
10182 static int G__G__Table_203_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10183 {
10184    TPointsArray3D* p = NULL;
10185    char* gvp = (char*) G__getgvp();
10186    switch (libp->paran) {
10187    case 2:
10188      //m: 2
10189      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10190        p = new TPointsArray3D((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
10191      } else {
10192        p = new((void*) gvp) TPointsArray3D((Int_t) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
10193      }
10194      break;
10195    case 1:
10196      //m: 1
10197      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10198        p = new TPointsArray3D((Int_t) G__int(libp->para[0]));
10199      } else {
10200        p = new((void*) gvp) TPointsArray3D((Int_t) G__int(libp->para[0]));
10201      }
10202      break;
10203    }
10204    result7->obj.i = (long) p;
10205    result7->ref = (long) p;
10206    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D));
10207    return(1 || funcname || hash || result7 || libp) ;
10208 }
10209 
10210 static int G__G__Table_203_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10211 {
10212    TPointsArray3D* p = NULL;
10213    char* gvp = (char*) G__getgvp();
10214    switch (libp->paran) {
10215    case 3:
10216      //m: 3
10217      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10218        p = new TPointsArray3D(
10219 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10220 , (Option_t*) G__int(libp->para[2]));
10221      } else {
10222        p = new((void*) gvp) TPointsArray3D(
10223 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10224 , (Option_t*) G__int(libp->para[2]));
10225      }
10226      break;
10227    case 2:
10228      //m: 2
10229      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10230        p = new TPointsArray3D((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
10231      } else {
10232        p = new((void*) gvp) TPointsArray3D((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
10233      }
10234      break;
10235    }
10236    result7->obj.i = (long) p;
10237    result7->ref = (long) p;
10238    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D));
10239    return(1 || funcname || hash || result7 || libp) ;
10240 }
10241 
10242 static int G__G__Table_203_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10243 {
10244    TPointsArray3D* p = NULL;
10245    char* gvp = (char*) G__getgvp();
10246    switch (libp->paran) {
10247    case 5:
10248      //m: 5
10249      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10250        p = new TPointsArray3D(
10251 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10252 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
10253 , (Option_t*) G__int(libp->para[4]));
10254      } else {
10255        p = new((void*) gvp) TPointsArray3D(
10256 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10257 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3])
10258 , (Option_t*) G__int(libp->para[4]));
10259      }
10260      break;
10261    case 4:
10262      //m: 4
10263      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10264        p = new TPointsArray3D(
10265 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10266 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
10267      } else {
10268        p = new((void*) gvp) TPointsArray3D(
10269 (Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10270 , (Float_t*) G__int(libp->para[2]), (Float_t*) G__int(libp->para[3]));
10271      }
10272      break;
10273    }
10274    result7->obj.i = (long) p;
10275    result7->ref = (long) p;
10276    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D));
10277    return(1 || funcname || hash || result7 || libp) ;
10278 }
10279 
10280 static int G__G__Table_203_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10281 {
10282    TPointsArray3D* p = NULL;
10283    char* gvp = (char*) G__getgvp();
10284    //m: 1
10285    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10286      p = new TPointsArray3D(*(TPointsArray3D*) libp->para[0].ref);
10287    } else {
10288      p = new((void*) gvp) TPointsArray3D(*(TPointsArray3D*) libp->para[0].ref);
10289    }
10290    result7->obj.i = (long) p;
10291    result7->ref = (long) p;
10292    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D));
10293    return(1 || funcname || hash || result7 || libp) ;
10294 }
10295 
10296 static int G__G__Table_203_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10297 {
10298       G__letint(result7, 103, (long) ((const TPointsArray3D*) G__getstructoffset())->Is3D());
10299    return(1 || funcname || hash || result7 || libp) ;
10300 }
10301 
10302 static int G__G__Table_203_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10303 {
10304       G__letint(result7, 85, (long) TPointsArray3D::Class());
10305    return(1 || funcname || hash || result7 || libp) ;
10306 }
10307 
10308 static int G__G__Table_203_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10309 {
10310       G__letint(result7, 67, (long) TPointsArray3D::Class_Name());
10311    return(1 || funcname || hash || result7 || libp) ;
10312 }
10313 
10314 static int G__G__Table_203_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10315 {
10316       G__letint(result7, 115, (long) TPointsArray3D::Class_Version());
10317    return(1 || funcname || hash || result7 || libp) ;
10318 }
10319 
10320 static int G__G__Table_203_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10321 {
10322       TPointsArray3D::Dictionary();
10323       G__setnull(result7);
10324    return(1 || funcname || hash || result7 || libp) ;
10325 }
10326 
10327 static int G__G__Table_203_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10328 {
10329       ((TPointsArray3D*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10330       G__setnull(result7);
10331    return(1 || funcname || hash || result7 || libp) ;
10332 }
10333 
10334 static int G__G__Table_203_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10335 {
10336       G__letint(result7, 67, (long) TPointsArray3D::DeclFileName());
10337    return(1 || funcname || hash || result7 || libp) ;
10338 }
10339 
10340 static int G__G__Table_203_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10341 {
10342       G__letint(result7, 105, (long) TPointsArray3D::ImplFileLine());
10343    return(1 || funcname || hash || result7 || libp) ;
10344 }
10345 
10346 static int G__G__Table_203_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10347 {
10348       G__letint(result7, 67, (long) TPointsArray3D::ImplFileName());
10349    return(1 || funcname || hash || result7 || libp) ;
10350 }
10351 
10352 static int G__G__Table_203_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10353 {
10354       G__letint(result7, 105, (long) TPointsArray3D::DeclFileLine());
10355    return(1 || funcname || hash || result7 || libp) ;
10356 }
10357 
10358 // automatic destructor
10359 typedef TPointsArray3D G__TTPointsArray3D;
10360 static int G__G__Table_203_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10361 {
10362    char* gvp = (char*) G__getgvp();
10363    long soff = G__getstructoffset();
10364    int n = G__getaryconstruct();
10365    //
10366    //has_a_delete: 1
10367    //has_own_delete1arg: 0
10368    //has_own_delete2arg: 0
10369    //
10370    if (!soff) {
10371      return(1);
10372    }
10373    if (n) {
10374      if (gvp == (char*)G__PVOID) {
10375        delete[] (TPointsArray3D*) soff;
10376      } else {
10377        G__setgvp((long) G__PVOID);
10378        for (int i = n - 1; i >= 0; --i) {
10379          ((TPointsArray3D*) (soff+(sizeof(TPointsArray3D)*i)))->~G__TTPointsArray3D();
10380        }
10381        G__setgvp((long)gvp);
10382      }
10383    } else {
10384      if (gvp == (char*)G__PVOID) {
10385        delete (TPointsArray3D*) soff;
10386      } else {
10387        G__setgvp((long) G__PVOID);
10388        ((TPointsArray3D*) (soff))->~G__TTPointsArray3D();
10389        G__setgvp((long)gvp);
10390      }
10391    }
10392    G__setnull(result7);
10393    return(1 || funcname || hash || result7 || libp) ;
10394 }
10395 
10396 // automatic assignment operator
10397 static int G__G__Table_203_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10398 {
10399    TPointsArray3D* dest = (TPointsArray3D*) G__getstructoffset();
10400    *dest = *(TPointsArray3D*) libp->para[0].ref;
10401    const TPointsArray3D& obj = *dest;
10402    result7->ref = (long) (&obj);
10403    result7->obj.i = (long) (&obj);
10404    return(1 || funcname || hash || result7 || libp) ;
10405 }
10406 
10407 
10408 /* TPolyLineShape */
10409 static int G__G__Table_208_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10410 {
10411    TPolyLineShape* p = NULL;
10412    char* gvp = (char*) G__getgvp();
10413    int n = G__getaryconstruct();
10414    if (n) {
10415      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10416        p = new TPolyLineShape[n];
10417      } else {
10418        p = new((void*) gvp) TPolyLineShape[n];
10419      }
10420    } else {
10421      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10422        p = new TPolyLineShape;
10423      } else {
10424        p = new((void*) gvp) TPolyLineShape;
10425      }
10426    }
10427    result7->obj.i = (long) p;
10428    result7->ref = (long) p;
10429    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape));
10430    return(1 || funcname || hash || result7 || libp) ;
10431 }
10432 
10433 static int G__G__Table_208_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10434 {
10435    TPolyLineShape* p = NULL;
10436    char* gvp = (char*) G__getgvp();
10437    switch (libp->paran) {
10438    case 2:
10439      //m: 2
10440      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10441        p = new TPolyLineShape((TPoints3DABC*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
10442      } else {
10443        p = new((void*) gvp) TPolyLineShape((TPoints3DABC*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
10444      }
10445      break;
10446    case 1:
10447      //m: 1
10448      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10449        p = new TPolyLineShape((TPoints3DABC*) G__int(libp->para[0]));
10450      } else {
10451        p = new((void*) gvp) TPolyLineShape((TPoints3DABC*) G__int(libp->para[0]));
10452      }
10453      break;
10454    }
10455    result7->obj.i = (long) p;
10456    result7->ref = (long) p;
10457    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape));
10458    return(1 || funcname || hash || result7 || libp) ;
10459 }
10460 
10461 static int G__G__Table_208_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10462 {
10463       G__letint(result7, 85, (long) ((const TPolyLineShape*) G__getstructoffset())->GetConnection());
10464    return(1 || funcname || hash || result7 || libp) ;
10465 }
10466 
10467 static int G__G__Table_208_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10468 {
10469       G__letint(result7, 115, (long) ((const TPolyLineShape*) G__getstructoffset())->GetColorAttribute());
10470    return(1 || funcname || hash || result7 || libp) ;
10471 }
10472 
10473 static int G__G__Table_208_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10474 {
10475       G__letdouble(result7, 102, (double) ((const TPolyLineShape*) G__getstructoffset())->GetSizeAttribute());
10476    return(1 || funcname || hash || result7 || libp) ;
10477 }
10478 
10479 static int G__G__Table_208_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10480 {
10481       G__letint(result7, 115, (long) ((const TPolyLineShape*) G__getstructoffset())->GetStyleAttribute());
10482    return(1 || funcname || hash || result7 || libp) ;
10483 }
10484 
10485 static int G__G__Table_208_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10486 {
10487       G__letint(result7, 85, (long) ((const TPolyLineShape*) G__getstructoffset())->GetMarker());
10488    return(1 || funcname || hash || result7 || libp) ;
10489 }
10490 
10491 static int G__G__Table_208_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10492 {
10493       G__letint(result7, 85, (long) ((const TPolyLineShape*) G__getstructoffset())->GetPoints());
10494    return(1 || funcname || hash || result7 || libp) ;
10495 }
10496 
10497 static int G__G__Table_208_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10498 {
10499       G__letint(result7, 85, (long) ((const TPolyLineShape*) G__getstructoffset())->GetShape());
10500    return(1 || funcname || hash || result7 || libp) ;
10501 }
10502 
10503 static int G__G__Table_208_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10504 {
10505       G__letint(result7, 103, (long) ((const TPolyLineShape*) G__getstructoffset())->GetSmooth());
10506    return(1 || funcname || hash || result7 || libp) ;
10507 }
10508 
10509 static int G__G__Table_208_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10510 {
10511       G__letdouble(result7, 102, (double) ((const TPolyLineShape*) G__getstructoffset())->GetWidthFactor());
10512    return(1 || funcname || hash || result7 || libp) ;
10513 }
10514 
10515 static int G__G__Table_208_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10516 {
10517       ((TPolyLineShape*) G__getstructoffset())->PaintNode((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10518 , (Option_t*) G__int(libp->para[2]));
10519       G__setnull(result7);
10520    return(1 || funcname || hash || result7 || libp) ;
10521 }
10522 
10523 static int G__G__Table_208_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10524 {
10525       ((TPolyLineShape*) G__getstructoffset())->Paint3d((Option_t*) G__int(libp->para[0]));
10526       G__setnull(result7);
10527    return(1 || funcname || hash || result7 || libp) ;
10528 }
10529 
10530 static int G__G__Table_208_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10531 {
10532    switch (libp->paran) {
10533    case 1:
10534       ((TPolyLineShape*) G__getstructoffset())->PaintX3DLine((Option_t*) G__int(libp->para[0]));
10535       G__setnull(result7);
10536       break;
10537    case 0:
10538       ((TPolyLineShape*) G__getstructoffset())->PaintX3DLine();
10539       G__setnull(result7);
10540       break;
10541    }
10542    return(1 || funcname || hash || result7 || libp) ;
10543 }
10544 
10545 static int G__G__Table_208_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10546 {
10547    switch (libp->paran) {
10548    case 1:
10549       ((TPolyLineShape*) G__getstructoffset())->PaintX3DMarker((Option_t*) G__int(libp->para[0]));
10550       G__setnull(result7);
10551       break;
10552    case 0:
10553       ((TPolyLineShape*) G__getstructoffset())->PaintX3DMarker();
10554       G__setnull(result7);
10555       break;
10556    }
10557    return(1 || funcname || hash || result7 || libp) ;
10558 }
10559 
10560 static int G__G__Table_208_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10561 {
10562   struct G__aRyp3 { Double_t a[1][3]; }* G__Ap3 = (struct G__aRyp3*) G__int(libp->para[3]);
10563       G__letint(result7, 68, (long) TPolyLineShape::Gyrot((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
10564 , (Double_t) G__double(libp->para[2]), G__Ap3->a));
10565    return(1 || funcname || hash || result7 || libp) ;
10566 }
10567 
10568 static int G__G__Table_208_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10569 {
10570    switch (libp->paran) {
10571    case 3:
10572       ((TPolyLineShape*) G__getstructoffset())->PaintPoints((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10573 , (Option_t*) G__int(libp->para[2]));
10574       G__setnull(result7);
10575       break;
10576    case 2:
10577       ((TPolyLineShape*) G__getstructoffset())->PaintPoints((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
10578       G__setnull(result7);
10579       break;
10580    case 1:
10581       ((TPolyLineShape*) G__getstructoffset())->PaintPoints((Int_t) G__int(libp->para[0]));
10582       G__setnull(result7);
10583       break;
10584    }
10585    return(1 || funcname || hash || result7 || libp) ;
10586 }
10587 
10588 static int G__G__Table_208_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10589 {
10590    switch (libp->paran) {
10591    case 4:
10592       ((TPolyLineShape*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10593 , (Marker_t) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
10594       G__setnull(result7);
10595       break;
10596    case 3:
10597       ((TPolyLineShape*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10598 , (Marker_t) G__int(libp->para[2]));
10599       G__setnull(result7);
10600       break;
10601    case 2:
10602       ((TPolyLineShape*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
10603       G__setnull(result7);
10604       break;
10605    case 1:
10606       ((TPolyLineShape*) G__getstructoffset())->PaintPolyMarker((Int_t) G__int(libp->para[0]));
10607       G__setnull(result7);
10608       break;
10609    }
10610    return(1 || funcname || hash || result7 || libp) ;
10611 }
10612 
10613 static int G__G__Table_208_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10614 {
10615    switch (libp->paran) {
10616    case 3:
10617       G__letdouble(result7, 102, (double) TPolyLineShape::Product((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
10618 , (Int_t) G__int(libp->para[2])));
10619       break;
10620    case 2:
10621       G__letdouble(result7, 102, (double) TPolyLineShape::Product((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])));
10622       break;
10623    }
10624    return(1 || funcname || hash || result7 || libp) ;
10625 }
10626 
10627 static int G__G__Table_208_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10628 {
10629    switch (libp->paran) {
10630    case 3:
10631       G__letdouble(result7, 100, (double) TPolyLineShape::Product((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
10632 , (Int_t) G__int(libp->para[2])));
10633       break;
10634    case 2:
10635       G__letdouble(result7, 100, (double) TPolyLineShape::Product((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
10636       break;
10637    }
10638    return(1 || funcname || hash || result7 || libp) ;
10639 }
10640 
10641 static int G__G__Table_208_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10642 {
10643       G__letint(result7, 115, (long) ((TPolyLineShape*) G__getstructoffset())->SetColorAttribute((Color_t) G__int(libp->para[0])));
10644    return(1 || funcname || hash || result7 || libp) ;
10645 }
10646 
10647 static int G__G__Table_208_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10648 {
10649       G__letdouble(result7, 102, (double) ((TPolyLineShape*) G__getstructoffset())->SetSizeAttribute((Size_t) G__double(libp->para[0])));
10650    return(1 || funcname || hash || result7 || libp) ;
10651 }
10652 
10653 static int G__G__Table_208_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10654 {
10655    switch (libp->paran) {
10656    case 1:
10657       G__letint(result7, 105, (long) ((TPolyLineShape*) G__getstructoffset())->SetConnection((EShapeTypes) G__int(libp->para[0])));
10658       break;
10659    case 0:
10660       G__letint(result7, 105, (long) ((TPolyLineShape*) G__getstructoffset())->SetConnection());
10661       break;
10662    }
10663    return(1 || funcname || hash || result7 || libp) ;
10664 }
10665 
10666 static int G__G__Table_208_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10667 {
10668       ((TPolyLineShape*) G__getstructoffset())->SetShape((TShape*) G__int(libp->para[0]));
10669       G__setnull(result7);
10670    return(1 || funcname || hash || result7 || libp) ;
10671 }
10672 
10673 static int G__G__Table_208_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10674 {
10675    switch (libp->paran) {
10676    case 1:
10677       ((TPolyLineShape*) G__getstructoffset())->SetSmooth((Bool_t) G__int(libp->para[0]));
10678       G__setnull(result7);
10679       break;
10680    case 0:
10681       ((TPolyLineShape*) G__getstructoffset())->SetSmooth();
10682       G__setnull(result7);
10683       break;
10684    }
10685    return(1 || funcname || hash || result7 || libp) ;
10686 }
10687 
10688 static int G__G__Table_208_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10689 {
10690       G__letint(result7, 115, (long) ((TPolyLineShape*) G__getstructoffset())->SetStyleAttribute((Style_t) G__int(libp->para[0])));
10691    return(1 || funcname || hash || result7 || libp) ;
10692 }
10693 
10694 static int G__G__Table_208_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10695 {
10696    switch (libp->paran) {
10697    case 1:
10698       ((TPolyLineShape*) G__getstructoffset())->SetWidthFactor((Float_t) G__double(libp->para[0]));
10699       G__setnull(result7);
10700       break;
10701    case 0:
10702       ((TPolyLineShape*) G__getstructoffset())->SetWidthFactor();
10703       G__setnull(result7);
10704       break;
10705    }
10706    return(1 || funcname || hash || result7 || libp) ;
10707 }
10708 
10709 static int G__G__Table_208_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10710 {
10711       G__letint(result7, 105, (long) ((const TPolyLineShape*) G__getstructoffset())->Size());
10712    return(1 || funcname || hash || result7 || libp) ;
10713 }
10714 
10715 static int G__G__Table_208_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10716 {
10717       G__letint(result7, 85, (long) TPolyLineShape::Class());
10718    return(1 || funcname || hash || result7 || libp) ;
10719 }
10720 
10721 static int G__G__Table_208_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10722 {
10723       G__letint(result7, 67, (long) TPolyLineShape::Class_Name());
10724    return(1 || funcname || hash || result7 || libp) ;
10725 }
10726 
10727 static int G__G__Table_208_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10728 {
10729       G__letint(result7, 115, (long) TPolyLineShape::Class_Version());
10730    return(1 || funcname || hash || result7 || libp) ;
10731 }
10732 
10733 static int G__G__Table_208_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10734 {
10735       TPolyLineShape::Dictionary();
10736       G__setnull(result7);
10737    return(1 || funcname || hash || result7 || libp) ;
10738 }
10739 
10740 static int G__G__Table_208_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10741 {
10742       ((TPolyLineShape*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10743       G__setnull(result7);
10744    return(1 || funcname || hash || result7 || libp) ;
10745 }
10746 
10747 static int G__G__Table_208_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10748 {
10749       G__letint(result7, 67, (long) TPolyLineShape::DeclFileName());
10750    return(1 || funcname || hash || result7 || libp) ;
10751 }
10752 
10753 static int G__G__Table_208_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10754 {
10755       G__letint(result7, 105, (long) TPolyLineShape::ImplFileLine());
10756    return(1 || funcname || hash || result7 || libp) ;
10757 }
10758 
10759 static int G__G__Table_208_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10760 {
10761       G__letint(result7, 67, (long) TPolyLineShape::ImplFileName());
10762    return(1 || funcname || hash || result7 || libp) ;
10763 }
10764 
10765 static int G__G__Table_208_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10766 {
10767       G__letint(result7, 105, (long) TPolyLineShape::DeclFileLine());
10768    return(1 || funcname || hash || result7 || libp) ;
10769 }
10770 
10771 // automatic copy constructor
10772 static int G__G__Table_208_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10773 
10774 {
10775    TPolyLineShape* p;
10776    void* tmp = (void*) G__int(libp->para[0]);
10777    p = new TPolyLineShape(*(TPolyLineShape*) tmp);
10778    result7->obj.i = (long) p;
10779    result7->ref = (long) p;
10780    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape));
10781    return(1 || funcname || hash || result7 || libp) ;
10782 }
10783 
10784 // automatic destructor
10785 typedef TPolyLineShape G__TTPolyLineShape;
10786 static int G__G__Table_208_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10787 {
10788    char* gvp = (char*) G__getgvp();
10789    long soff = G__getstructoffset();
10790    int n = G__getaryconstruct();
10791    //
10792    //has_a_delete: 1
10793    //has_own_delete1arg: 0
10794    //has_own_delete2arg: 0
10795    //
10796    if (!soff) {
10797      return(1);
10798    }
10799    if (n) {
10800      if (gvp == (char*)G__PVOID) {
10801        delete[] (TPolyLineShape*) soff;
10802      } else {
10803        G__setgvp((long) G__PVOID);
10804        for (int i = n - 1; i >= 0; --i) {
10805          ((TPolyLineShape*) (soff+(sizeof(TPolyLineShape)*i)))->~G__TTPolyLineShape();
10806        }
10807        G__setgvp((long)gvp);
10808      }
10809    } else {
10810      if (gvp == (char*)G__PVOID) {
10811        delete (TPolyLineShape*) soff;
10812      } else {
10813        G__setgvp((long) G__PVOID);
10814        ((TPolyLineShape*) (soff))->~G__TTPolyLineShape();
10815        G__setgvp((long)gvp);
10816      }
10817    }
10818    G__setnull(result7);
10819    return(1 || funcname || hash || result7 || libp) ;
10820 }
10821 
10822 // automatic assignment operator
10823 static int G__G__Table_208_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10824 {
10825    TPolyLineShape* dest = (TPolyLineShape*) G__getstructoffset();
10826    *dest = *(TPolyLineShape*) libp->para[0].ref;
10827    const TPolyLineShape& obj = *dest;
10828    result7->ref = (long) (&obj);
10829    result7->obj.i = (long) (&obj);
10830    return(1 || funcname || hash || result7 || libp) ;
10831 }
10832 
10833 
10834 /* TResponseTable */
10835 static int G__G__Table_209_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10836 {
10837    TResponseTable* p = NULL;
10838    char* gvp = (char*) G__getgvp();
10839    int n = G__getaryconstruct();
10840    if (n) {
10841      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10842        p = new TResponseTable[n];
10843      } else {
10844        p = new((void*) gvp) TResponseTable[n];
10845      }
10846    } else {
10847      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10848        p = new TResponseTable;
10849      } else {
10850        p = new((void*) gvp) TResponseTable;
10851      }
10852    }
10853    result7->obj.i = (long) p;
10854    result7->ref = (long) p;
10855    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TResponseTable));
10856    return(1 || funcname || hash || result7 || libp) ;
10857 }
10858 
10859 static int G__G__Table_209_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10860 {
10861    TResponseTable* p = NULL;
10862    char* gvp = (char*) G__getgvp();
10863    //m: 4
10864    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10865      p = new TResponseTable(
10866 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
10867 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10868    } else {
10869      p = new((void*) gvp) TResponseTable(
10870 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
10871 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10872    }
10873    result7->obj.i = (long) p;
10874    result7->ref = (long) p;
10875    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TResponseTable));
10876    return(1 || funcname || hash || result7 || libp) ;
10877 }
10878 
10879 static int G__G__Table_209_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10880 {
10881       ((TResponseTable*) G__getstructoffset())->SetResponse((int) G__int(libp->para[0]), (int*) G__int(libp->para[1])
10882 , (float*) G__int(libp->para[2]));
10883       G__setnull(result7);
10884    return(1 || funcname || hash || result7 || libp) ;
10885 }
10886 
10887 static int G__G__Table_209_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10888 {
10889       G__letint(result7, 105, (long) TResponseTable::FindResponseLocation(*(TTableDescriptor*) libp->para[0].ref));
10890    return(1 || funcname || hash || result7 || libp) ;
10891 }
10892 
10893 static int G__G__Table_209_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10894 {
10895       G__letint(result7, 85, (long) TResponseTable::Class());
10896    return(1 || funcname || hash || result7 || libp) ;
10897 }
10898 
10899 static int G__G__Table_209_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10900 {
10901       G__letint(result7, 67, (long) TResponseTable::Class_Name());
10902    return(1 || funcname || hash || result7 || libp) ;
10903 }
10904 
10905 static int G__G__Table_209_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10906 {
10907       G__letint(result7, 115, (long) TResponseTable::Class_Version());
10908    return(1 || funcname || hash || result7 || libp) ;
10909 }
10910 
10911 static int G__G__Table_209_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10912 {
10913       TResponseTable::Dictionary();
10914       G__setnull(result7);
10915    return(1 || funcname || hash || result7 || libp) ;
10916 }
10917 
10918 static int G__G__Table_209_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10919 {
10920       ((TResponseTable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10921       G__setnull(result7);
10922    return(1 || funcname || hash || result7 || libp) ;
10923 }
10924 
10925 static int G__G__Table_209_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10926 {
10927       G__letint(result7, 67, (long) TResponseTable::DeclFileName());
10928    return(1 || funcname || hash || result7 || libp) ;
10929 }
10930 
10931 static int G__G__Table_209_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10932 {
10933       G__letint(result7, 105, (long) TResponseTable::ImplFileLine());
10934    return(1 || funcname || hash || result7 || libp) ;
10935 }
10936 
10937 static int G__G__Table_209_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10938 {
10939       G__letint(result7, 67, (long) TResponseTable::ImplFileName());
10940    return(1 || funcname || hash || result7 || libp) ;
10941 }
10942 
10943 static int G__G__Table_209_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10944 {
10945       G__letint(result7, 105, (long) TResponseTable::DeclFileLine());
10946    return(1 || funcname || hash || result7 || libp) ;
10947 }
10948 
10949 // automatic copy constructor
10950 static int G__G__Table_209_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10951 
10952 {
10953    TResponseTable* p;
10954    void* tmp = (void*) G__int(libp->para[0]);
10955    p = new TResponseTable(*(TResponseTable*) tmp);
10956    result7->obj.i = (long) p;
10957    result7->ref = (long) p;
10958    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TResponseTable));
10959    return(1 || funcname || hash || result7 || libp) ;
10960 }
10961 
10962 // automatic destructor
10963 typedef TResponseTable G__TTResponseTable;
10964 static int G__G__Table_209_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10965 {
10966    char* gvp = (char*) G__getgvp();
10967    long soff = G__getstructoffset();
10968    int n = G__getaryconstruct();
10969    //
10970    //has_a_delete: 1
10971    //has_own_delete1arg: 0
10972    //has_own_delete2arg: 0
10973    //
10974    if (!soff) {
10975      return(1);
10976    }
10977    if (n) {
10978      if (gvp == (char*)G__PVOID) {
10979        delete[] (TResponseTable*) soff;
10980      } else {
10981        G__setgvp((long) G__PVOID);
10982        for (int i = n - 1; i >= 0; --i) {
10983          ((TResponseTable*) (soff+(sizeof(TResponseTable)*i)))->~G__TTResponseTable();
10984        }
10985        G__setgvp((long)gvp);
10986      }
10987    } else {
10988      if (gvp == (char*)G__PVOID) {
10989        delete (TResponseTable*) soff;
10990      } else {
10991        G__setgvp((long) G__PVOID);
10992        ((TResponseTable*) (soff))->~G__TTResponseTable();
10993        G__setgvp((long)gvp);
10994      }
10995    }
10996    G__setnull(result7);
10997    return(1 || funcname || hash || result7 || libp) ;
10998 }
10999 
11000 
11001 /* TTableSorter */
11002 static int G__G__Table_211_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11003 {
11004    TTableSorter* p = NULL;
11005    char* gvp = (char*) G__getgvp();
11006    int n = G__getaryconstruct();
11007    if (n) {
11008      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11009        p = new TTableSorter[n];
11010      } else {
11011        p = new((void*) gvp) TTableSorter[n];
11012      }
11013    } else {
11014      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11015        p = new TTableSorter;
11016      } else {
11017        p = new((void*) gvp) TTableSorter;
11018      }
11019    }
11020    result7->obj.i = (long) p;
11021    result7->ref = (long) p;
11022    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11023    return(1 || funcname || hash || result7 || libp) ;
11024 }
11025 
11026 static int G__G__Table_211_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11027 {
11028    TTableSorter* p = NULL;
11029    char* gvp = (char*) G__getgvp();
11030    switch (libp->paran) {
11031    case 4:
11032      //m: 4
11033      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11034        p = new TTableSorter(
11035 *(TTable*) libp->para[0].ref, *(TString*) libp->para[1].ref
11036 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11037      } else {
11038        p = new((void*) gvp) TTableSorter(
11039 *(TTable*) libp->para[0].ref, *(TString*) libp->para[1].ref
11040 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11041      }
11042      break;
11043    case 3:
11044      //m: 3
11045      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11046        p = new TTableSorter(
11047 *(TTable*) libp->para[0].ref, *(TString*) libp->para[1].ref
11048 , (Int_t) G__int(libp->para[2]));
11049      } else {
11050        p = new((void*) gvp) TTableSorter(
11051 *(TTable*) libp->para[0].ref, *(TString*) libp->para[1].ref
11052 , (Int_t) G__int(libp->para[2]));
11053      }
11054      break;
11055    case 2:
11056      //m: 2
11057      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11058        p = new TTableSorter(*(TTable*) libp->para[0].ref, *(TString*) libp->para[1].ref);
11059      } else {
11060        p = new((void*) gvp) TTableSorter(*(TTable*) libp->para[0].ref, *(TString*) libp->para[1].ref);
11061      }
11062      break;
11063    }
11064    result7->obj.i = (long) p;
11065    result7->ref = (long) p;
11066    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11067    return(1 || funcname || hash || result7 || libp) ;
11068 }
11069 
11070 static int G__G__Table_211_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11071 {
11072    TTableSorter* p = NULL;
11073    char* gvp = (char*) G__getgvp();
11074    switch (libp->paran) {
11075    case 4:
11076      //m: 4
11077      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11078        p = new TTableSorter(
11079 (TTable*) G__int(libp->para[0]), *(TString*) libp->para[1].ref
11080 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11081      } else {
11082        p = new((void*) gvp) TTableSorter(
11083 (TTable*) G__int(libp->para[0]), *(TString*) libp->para[1].ref
11084 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11085      }
11086      break;
11087    case 3:
11088      //m: 3
11089      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11090        p = new TTableSorter(
11091 (TTable*) G__int(libp->para[0]), *(TString*) libp->para[1].ref
11092 , (Int_t) G__int(libp->para[2]));
11093      } else {
11094        p = new((void*) gvp) TTableSorter(
11095 (TTable*) G__int(libp->para[0]), *(TString*) libp->para[1].ref
11096 , (Int_t) G__int(libp->para[2]));
11097      }
11098      break;
11099    case 2:
11100      //m: 2
11101      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11102        p = new TTableSorter((TTable*) G__int(libp->para[0]), *(TString*) libp->para[1].ref);
11103      } else {
11104        p = new((void*) gvp) TTableSorter((TTable*) G__int(libp->para[0]), *(TString*) libp->para[1].ref);
11105      }
11106      break;
11107    }
11108    result7->obj.i = (long) p;
11109    result7->ref = (long) p;
11110    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11111    return(1 || funcname || hash || result7 || libp) ;
11112 }
11113 
11114 static int G__G__Table_211_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11115 {
11116    TTableSorter* p = NULL;
11117    char* gvp = (char*) G__getgvp();
11118    switch (libp->paran) {
11119    case 5:
11120      //m: 5
11121      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11122        p = new TTableSorter(
11123 *(TTable*) libp->para[0].ref, (SEARCHMETHOD) G__int(libp->para[1])
11124 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11125 , (Int_t) G__int(libp->para[4]));
11126      } else {
11127        p = new((void*) gvp) TTableSorter(
11128 *(TTable*) libp->para[0].ref, (SEARCHMETHOD) G__int(libp->para[1])
11129 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11130 , (Int_t) G__int(libp->para[4]));
11131      }
11132      break;
11133    case 4:
11134      //m: 4
11135      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11136        p = new TTableSorter(
11137 *(TTable*) libp->para[0].ref, (SEARCHMETHOD) G__int(libp->para[1])
11138 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11139      } else {
11140        p = new((void*) gvp) TTableSorter(
11141 *(TTable*) libp->para[0].ref, (SEARCHMETHOD) G__int(libp->para[1])
11142 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11143      }
11144      break;
11145    case 3:
11146      //m: 3
11147      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11148        p = new TTableSorter(
11149 *(TTable*) libp->para[0].ref, (SEARCHMETHOD) G__int(libp->para[1])
11150 , (COMPAREMETHOD) G__int(libp->para[2]));
11151      } else {
11152        p = new((void*) gvp) TTableSorter(
11153 *(TTable*) libp->para[0].ref, (SEARCHMETHOD) G__int(libp->para[1])
11154 , (COMPAREMETHOD) G__int(libp->para[2]));
11155      }
11156      break;
11157    }
11158    result7->obj.i = (long) p;
11159    result7->ref = (long) p;
11160    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11161    return(1 || funcname || hash || result7 || libp) ;
11162 }
11163 
11164 static int G__G__Table_211_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11165 {
11166    TTableSorter* p = NULL;
11167    char* gvp = (char*) G__getgvp();
11168    switch (libp->paran) {
11169    case 5:
11170      //m: 5
11171      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11172        p = new TTableSorter(
11173 (TTable*) G__int(libp->para[0]), (SEARCHMETHOD) G__int(libp->para[1])
11174 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11175 , (Int_t) G__int(libp->para[4]));
11176      } else {
11177        p = new((void*) gvp) TTableSorter(
11178 (TTable*) G__int(libp->para[0]), (SEARCHMETHOD) G__int(libp->para[1])
11179 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11180 , (Int_t) G__int(libp->para[4]));
11181      }
11182      break;
11183    case 4:
11184      //m: 4
11185      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11186        p = new TTableSorter(
11187 (TTable*) G__int(libp->para[0]), (SEARCHMETHOD) G__int(libp->para[1])
11188 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11189      } else {
11190        p = new((void*) gvp) TTableSorter(
11191 (TTable*) G__int(libp->para[0]), (SEARCHMETHOD) G__int(libp->para[1])
11192 , (COMPAREMETHOD) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11193      }
11194      break;
11195    case 3:
11196      //m: 3
11197      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11198        p = new TTableSorter(
11199 (TTable*) G__int(libp->para[0]), (SEARCHMETHOD) G__int(libp->para[1])
11200 , (COMPAREMETHOD) G__int(libp->para[2]));
11201      } else {
11202        p = new((void*) gvp) TTableSorter(
11203 (TTable*) G__int(libp->para[0]), (SEARCHMETHOD) G__int(libp->para[1])
11204 , (COMPAREMETHOD) G__int(libp->para[2]));
11205      }
11206      break;
11207    }
11208    result7->obj.i = (long) p;
11209    result7->ref = (long) p;
11210    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11211    return(1 || funcname || hash || result7 || libp) ;
11212 }
11213 
11214 static int G__G__Table_211_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11215 {
11216    TTableSorter* p = NULL;
11217    char* gvp = (char*) G__getgvp();
11218    switch (libp->paran) {
11219    case 4:
11220      //m: 4
11221      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11222        p = new TTableSorter(
11223 (Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11224 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11225      } else {
11226        p = new((void*) gvp) TTableSorter(
11227 (Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11228 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11229      }
11230      break;
11231    case 3:
11232      //m: 3
11233      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11234        p = new TTableSorter(
11235 (Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11236 , (Int_t) G__int(libp->para[2]));
11237      } else {
11238        p = new((void*) gvp) TTableSorter(
11239 (Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11240 , (Int_t) G__int(libp->para[2]));
11241      }
11242      break;
11243    case 2:
11244      //m: 2
11245      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11246        p = new TTableSorter((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11247      } else {
11248        p = new((void*) gvp) TTableSorter((Float_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11249      }
11250      break;
11251    }
11252    result7->obj.i = (long) p;
11253    result7->ref = (long) p;
11254    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11255    return(1 || funcname || hash || result7 || libp) ;
11256 }
11257 
11258 static int G__G__Table_211_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11259 {
11260    TTableSorter* p = NULL;
11261    char* gvp = (char*) G__getgvp();
11262    switch (libp->paran) {
11263    case 4:
11264      //m: 4
11265      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11266        p = new TTableSorter(
11267 (Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11268 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11269      } else {
11270        p = new((void*) gvp) TTableSorter(
11271 (Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11272 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11273      }
11274      break;
11275    case 3:
11276      //m: 3
11277      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11278        p = new TTableSorter(
11279 (Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11280 , (Int_t) G__int(libp->para[2]));
11281      } else {
11282        p = new((void*) gvp) TTableSorter(
11283 (Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11284 , (Int_t) G__int(libp->para[2]));
11285      }
11286      break;
11287    case 2:
11288      //m: 2
11289      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11290        p = new TTableSorter((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11291      } else {
11292        p = new((void*) gvp) TTableSorter((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11293      }
11294      break;
11295    }
11296    result7->obj.i = (long) p;
11297    result7->ref = (long) p;
11298    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11299    return(1 || funcname || hash || result7 || libp) ;
11300 }
11301 
11302 static int G__G__Table_211_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11303 {
11304    TTableSorter* p = NULL;
11305    char* gvp = (char*) G__getgvp();
11306    switch (libp->paran) {
11307    case 4:
11308      //m: 4
11309      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11310        p = new TTableSorter(
11311 (const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11312 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11313      } else {
11314        p = new((void*) gvp) TTableSorter(
11315 (const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11316 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11317      }
11318      break;
11319    case 3:
11320      //m: 3
11321      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11322        p = new TTableSorter(
11323 (const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11324 , (Int_t) G__int(libp->para[2]));
11325      } else {
11326        p = new((void*) gvp) TTableSorter(
11327 (const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11328 , (Int_t) G__int(libp->para[2]));
11329      }
11330      break;
11331    case 2:
11332      //m: 2
11333      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11334        p = new TTableSorter((const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11335      } else {
11336        p = new((void*) gvp) TTableSorter((const Long_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11337      }
11338      break;
11339    }
11340    result7->obj.i = (long) p;
11341    result7->ref = (long) p;
11342    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11343    return(1 || funcname || hash || result7 || libp) ;
11344 }
11345 
11346 static int G__G__Table_211_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11347 {
11348    switch (libp->paran) {
11349    case 4:
11350       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->CountKey((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11351 , (Bool_t) G__int(libp->para[2]), (Int_t*) G__int(libp->para[3])));
11352       break;
11353    case 3:
11354       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->CountKey((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11355 , (Bool_t) G__int(libp->para[2])));
11356       break;
11357    case 2:
11358       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->CountKey((void*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
11359       break;
11360    case 1:
11361       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->CountKey((void*) G__int(libp->para[0])));
11362       break;
11363    }
11364    return(1 || funcname || hash || result7 || libp) ;
11365 }
11366 
11367 static int G__G__Table_211_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11368 {
11369       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->CountKeys());
11370    return(1 || funcname || hash || result7 || libp) ;
11371 }
11372 
11373 static int G__G__Table_211_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11374 {
11375       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->FindFirstKey((void*) G__int(libp->para[0])));
11376    return(1 || funcname || hash || result7 || libp) ;
11377 }
11378 
11379 static int G__G__Table_211_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11380 {
11381       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((Float_t) G__double(libp->para[0])));
11382    return(1 || funcname || hash || result7 || libp) ;
11383 }
11384 
11385 static int G__G__Table_211_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11386 {
11387       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((Int_t) G__int(libp->para[0])));
11388    return(1 || funcname || hash || result7 || libp) ;
11389 }
11390 
11391 static int G__G__Table_211_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11392 {
11393       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((ULong_t) G__int(libp->para[0])));
11394    return(1 || funcname || hash || result7 || libp) ;
11395 }
11396 
11397 static int G__G__Table_211_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11398 {
11399       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((Long_t) G__int(libp->para[0])));
11400    return(1 || funcname || hash || result7 || libp) ;
11401 }
11402 
11403 static int G__G__Table_211_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11404 {
11405       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((UInt_t) G__int(libp->para[0])));
11406    return(1 || funcname || hash || result7 || libp) ;
11407 }
11408 
11409 static int G__G__Table_211_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11410 {
11411       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((Short_t) G__int(libp->para[0])));
11412    return(1 || funcname || hash || result7 || libp) ;
11413 }
11414 
11415 static int G__G__Table_211_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11416 {
11417       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((Double_t) G__double(libp->para[0])));
11418    return(1 || funcname || hash || result7 || libp) ;
11419 }
11420 
11421 static int G__G__Table_211_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11422 {
11423       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((UShort_t) G__int(libp->para[0])));
11424    return(1 || funcname || hash || result7 || libp) ;
11425 }
11426 
11427 static int G__G__Table_211_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11428 {
11429       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((UChar_t) G__int(libp->para[0])));
11430    return(1 || funcname || hash || result7 || libp) ;
11431 }
11432 
11433 static int G__G__Table_211_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11434 {
11435       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((Char_t) G__int(libp->para[0])));
11436    return(1 || funcname || hash || result7 || libp) ;
11437 }
11438 
11439 static int G__G__Table_211_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11440 {
11441       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->BinarySearch((Bool_t) G__int(libp->para[0])));
11442    return(1 || funcname || hash || result7 || libp) ;
11443 }
11444 
11445 static int G__G__Table_211_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11446 {
11447       G__letint(result7, 67, (long) ((const TTableSorter*) G__getstructoffset())->GetColumnName());
11448    return(1 || funcname || hash || result7 || libp) ;
11449 }
11450 
11451 static int G__G__Table_211_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11452 {
11453       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->GetIndex((UInt_t) G__int(libp->para[0])));
11454    return(1 || funcname || hash || result7 || libp) ;
11455 }
11456 
11457 static int G__G__Table_211_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11458 {
11459       G__letint(result7, 89, (long) ((TTableSorter*) G__getstructoffset())->GetKeyAddress((Int_t) G__int(libp->para[0])));
11460    return(1 || funcname || hash || result7 || libp) ;
11461 }
11462 
11463 static int G__G__Table_211_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11464 {
11465       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->GetLastFound());
11466    return(1 || funcname || hash || result7 || libp) ;
11467 }
11468 
11469 static int G__G__Table_211_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11470 {
11471       G__letint(result7, 67, (long) ((const TTableSorter*) G__getstructoffset())->GetTableName());
11472    return(1 || funcname || hash || result7 || libp) ;
11473 }
11474 
11475 static int G__G__Table_211_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11476 {
11477       G__letint(result7, 67, (long) ((const TTableSorter*) G__getstructoffset())->GetTableTitle());
11478    return(1 || funcname || hash || result7 || libp) ;
11479 }
11480 
11481 static int G__G__Table_211_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11482 {
11483       G__letint(result7, 67, (long) ((const TTableSorter*) G__getstructoffset())->GetTableType());
11484    return(1 || funcname || hash || result7 || libp) ;
11485 }
11486 
11487 static int G__G__Table_211_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11488 {
11489       G__letint(result7, 85, (long) ((const TTableSorter*) G__getstructoffset())->GetTable());
11490    return(1 || funcname || hash || result7 || libp) ;
11491 }
11492 
11493 static int G__G__Table_211_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11494 {
11495       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->GetNRows());
11496    return(1 || funcname || hash || result7 || libp) ;
11497 }
11498 
11499 static int G__G__Table_211_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11500 {
11501       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->GetFirstRow());
11502    return(1 || funcname || hash || result7 || libp) ;
11503 }
11504 
11505 static int G__G__Table_211_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11506 {
11507       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
11508    return(1 || funcname || hash || result7 || libp) ;
11509 }
11510 
11511 static int G__G__Table_211_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11512 {
11513       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->operator[]((Long_t) G__int(libp->para[0])));
11514    return(1 || funcname || hash || result7 || libp) ;
11515 }
11516 
11517 static int G__G__Table_211_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11518 {
11519       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->operator[]((Double_t) G__double(libp->para[0])));
11520    return(1 || funcname || hash || result7 || libp) ;
11521 }
11522 
11523 static int G__G__Table_211_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11524 {
11525       G__letint(result7, 105, (long) ((const TTableSorter*) G__getstructoffset())->operator[]((void*) G__int(libp->para[0])));
11526    return(1 || funcname || hash || result7 || libp) ;
11527 }
11528 
11529 static int G__G__Table_211_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11530 {
11531       G__letint(result7, 105, (long) ((TTableSorter*) G__getstructoffset())->operator()((Float_t) G__double(libp->para[0])));
11532    return(1 || funcname || hash || result7 || libp) ;
11533 }
11534 
11535 static int G__G__Table_211_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11536 {
11537       G__letint(result7, 105, (long) ((TTableSorter*) G__getstructoffset())->operator()((Int_t) G__int(libp->para[0])));
11538    return(1 || funcname || hash || result7 || libp) ;
11539 }
11540 
11541 static int G__G__Table_211_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11542 {
11543       G__letint(result7, 105, (long) ((TTableSorter*) G__getstructoffset())->operator()((Long_t) G__int(libp->para[0])));
11544    return(1 || funcname || hash || result7 || libp) ;
11545 }
11546 
11547 static int G__G__Table_211_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11548 {
11549       G__letint(result7, 105, (long) ((TTableSorter*) G__getstructoffset())->operator()((Double_t) G__double(libp->para[0])));
11550    return(1 || funcname || hash || result7 || libp) ;
11551 }
11552 
11553 static int G__G__Table_211_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11554 {
11555       G__letint(result7, 85, (long) TTableSorter::Class());
11556    return(1 || funcname || hash || result7 || libp) ;
11557 }
11558 
11559 static int G__G__Table_211_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11560 {
11561       G__letint(result7, 67, (long) TTableSorter::Class_Name());
11562    return(1 || funcname || hash || result7 || libp) ;
11563 }
11564 
11565 static int G__G__Table_211_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11566 {
11567       G__letint(result7, 115, (long) TTableSorter::Class_Version());
11568    return(1 || funcname || hash || result7 || libp) ;
11569 }
11570 
11571 static int G__G__Table_211_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11572 {
11573       TTableSorter::Dictionary();
11574       G__setnull(result7);
11575    return(1 || funcname || hash || result7 || libp) ;
11576 }
11577 
11578 static int G__G__Table_211_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11579 {
11580       ((TTableSorter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11581       G__setnull(result7);
11582    return(1 || funcname || hash || result7 || libp) ;
11583 }
11584 
11585 static int G__G__Table_211_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11586 {
11587       G__letint(result7, 67, (long) TTableSorter::DeclFileName());
11588    return(1 || funcname || hash || result7 || libp) ;
11589 }
11590 
11591 static int G__G__Table_211_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11592 {
11593       G__letint(result7, 105, (long) TTableSorter::ImplFileLine());
11594    return(1 || funcname || hash || result7 || libp) ;
11595 }
11596 
11597 static int G__G__Table_211_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11598 {
11599       G__letint(result7, 67, (long) TTableSorter::ImplFileName());
11600    return(1 || funcname || hash || result7 || libp) ;
11601 }
11602 
11603 static int G__G__Table_211_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11604 {
11605       G__letint(result7, 105, (long) TTableSorter::DeclFileLine());
11606    return(1 || funcname || hash || result7 || libp) ;
11607 }
11608 
11609 // automatic copy constructor
11610 static int G__G__Table_211_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11611 
11612 {
11613    TTableSorter* p;
11614    void* tmp = (void*) G__int(libp->para[0]);
11615    p = new TTableSorter(*(TTableSorter*) tmp);
11616    result7->obj.i = (long) p;
11617    result7->ref = (long) p;
11618    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
11619    return(1 || funcname || hash || result7 || libp) ;
11620 }
11621 
11622 // automatic destructor
11623 typedef TTableSorter G__TTTableSorter;
11624 static int G__G__Table_211_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11625 {
11626    char* gvp = (char*) G__getgvp();
11627    long soff = G__getstructoffset();
11628    int n = G__getaryconstruct();
11629    //
11630    //has_a_delete: 1
11631    //has_own_delete1arg: 0
11632    //has_own_delete2arg: 0
11633    //
11634    if (!soff) {
11635      return(1);
11636    }
11637    if (n) {
11638      if (gvp == (char*)G__PVOID) {
11639        delete[] (TTableSorter*) soff;
11640      } else {
11641        G__setgvp((long) G__PVOID);
11642        for (int i = n - 1; i >= 0; --i) {
11643          ((TTableSorter*) (soff+(sizeof(TTableSorter)*i)))->~G__TTTableSorter();
11644        }
11645        G__setgvp((long)gvp);
11646      }
11647    } else {
11648      if (gvp == (char*)G__PVOID) {
11649        delete (TTableSorter*) soff;
11650      } else {
11651        G__setgvp((long) G__PVOID);
11652        ((TTableSorter*) (soff))->~G__TTTableSorter();
11653        G__setgvp((long)gvp);
11654      }
11655    }
11656    G__setnull(result7);
11657    return(1 || funcname || hash || result7 || libp) ;
11658 }
11659 
11660 
11661 /* TTablePoints */
11662 static int G__G__Table_213_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11663 {
11664       G__letint(result7, 89, (long) ((TTablePoints*) G__getstructoffset())->GetTable());
11665    return(1 || funcname || hash || result7 || libp) ;
11666 }
11667 
11668 static int G__G__Table_213_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11669 {
11670       G__letint(result7, 105, (long) ((const TTablePoints*) G__getstructoffset())->Indx((Int_t) G__int(libp->para[0])));
11671    return(1 || funcname || hash || result7 || libp) ;
11672 }
11673 
11674 static int G__G__Table_213_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11675 {
11676       G__letint(result7, 85, (long) TTablePoints::Class());
11677    return(1 || funcname || hash || result7 || libp) ;
11678 }
11679 
11680 static int G__G__Table_213_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11681 {
11682       G__letint(result7, 67, (long) TTablePoints::Class_Name());
11683    return(1 || funcname || hash || result7 || libp) ;
11684 }
11685 
11686 static int G__G__Table_213_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11687 {
11688       G__letint(result7, 115, (long) TTablePoints::Class_Version());
11689    return(1 || funcname || hash || result7 || libp) ;
11690 }
11691 
11692 static int G__G__Table_213_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11693 {
11694       TTablePoints::Dictionary();
11695       G__setnull(result7);
11696    return(1 || funcname || hash || result7 || libp) ;
11697 }
11698 
11699 static int G__G__Table_213_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11700 {
11701       ((TTablePoints*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11702       G__setnull(result7);
11703    return(1 || funcname || hash || result7 || libp) ;
11704 }
11705 
11706 static int G__G__Table_213_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11707 {
11708       G__letint(result7, 67, (long) TTablePoints::DeclFileName());
11709    return(1 || funcname || hash || result7 || libp) ;
11710 }
11711 
11712 static int G__G__Table_213_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11713 {
11714       G__letint(result7, 105, (long) TTablePoints::ImplFileLine());
11715    return(1 || funcname || hash || result7 || libp) ;
11716 }
11717 
11718 static int G__G__Table_213_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11719 {
11720       G__letint(result7, 67, (long) TTablePoints::ImplFileName());
11721    return(1 || funcname || hash || result7 || libp) ;
11722 }
11723 
11724 static int G__G__Table_213_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11725 {
11726       G__letint(result7, 105, (long) TTablePoints::DeclFileLine());
11727    return(1 || funcname || hash || result7 || libp) ;
11728 }
11729 
11730 // automatic destructor
11731 typedef TTablePoints G__TTTablePoints;
11732 static int G__G__Table_213_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11733 {
11734    char* gvp = (char*) G__getgvp();
11735    long soff = G__getstructoffset();
11736    int n = G__getaryconstruct();
11737    //
11738    //has_a_delete: 1
11739    //has_own_delete1arg: 0
11740    //has_own_delete2arg: 0
11741    //
11742    if (!soff) {
11743      return(1);
11744    }
11745    if (n) {
11746      if (gvp == (char*)G__PVOID) {
11747        delete[] (TTablePoints*) soff;
11748      } else {
11749        G__setgvp((long) G__PVOID);
11750        for (int i = n - 1; i >= 0; --i) {
11751          ((TTablePoints*) (soff+(sizeof(TTablePoints)*i)))->~G__TTTablePoints();
11752        }
11753        G__setgvp((long)gvp);
11754      }
11755    } else {
11756      if (gvp == (char*)G__PVOID) {
11757        delete (TTablePoints*) soff;
11758      } else {
11759        G__setgvp((long) G__PVOID);
11760        ((TTablePoints*) (soff))->~G__TTTablePoints();
11761        G__setgvp((long)gvp);
11762      }
11763    }
11764    G__setnull(result7);
11765    return(1 || funcname || hash || result7 || libp) ;
11766 }
11767 
11768 
11769 /* TTable3Points */
11770 static int G__G__Table_214_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11771 {
11772    TTable3Points* p = NULL;
11773    char* gvp = (char*) G__getgvp();
11774    int n = G__getaryconstruct();
11775    if (n) {
11776      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11777        p = new TTable3Points[n];
11778      } else {
11779        p = new((void*) gvp) TTable3Points[n];
11780      }
11781    } else {
11782      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11783        p = new TTable3Points;
11784      } else {
11785        p = new((void*) gvp) TTable3Points;
11786      }
11787    }
11788    result7->obj.i = (long) p;
11789    result7->ref = (long) p;
11790    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable3Points));
11791    return(1 || funcname || hash || result7 || libp) ;
11792 }
11793 
11794 static int G__G__Table_214_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11795 {
11796    TTable3Points* p = NULL;
11797    char* gvp = (char*) G__getgvp();
11798    switch (libp->paran) {
11799    case 6:
11800      //m: 6
11801      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11802        p = new TTable3Points(
11803 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11804 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11805 , (const Char_t*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
11806      } else {
11807        p = new((void*) gvp) TTable3Points(
11808 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11809 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11810 , (const Char_t*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
11811      }
11812      break;
11813    case 5:
11814      //m: 5
11815      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11816        p = new TTable3Points(
11817 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11818 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11819 , (const Char_t*) G__int(libp->para[4]));
11820      } else {
11821        p = new((void*) gvp) TTable3Points(
11822 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11823 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11824 , (const Char_t*) G__int(libp->para[4]));
11825      }
11826      break;
11827    case 4:
11828      //m: 4
11829      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11830        p = new TTable3Points(
11831 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11832 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3]));
11833      } else {
11834        p = new((void*) gvp) TTable3Points(
11835 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11836 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3]));
11837      }
11838      break;
11839    case 3:
11840      //m: 3
11841      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11842        p = new TTable3Points(
11843 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11844 , (const Char_t*) G__int(libp->para[2]));
11845      } else {
11846        p = new((void*) gvp) TTable3Points(
11847 (TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
11848 , (const Char_t*) G__int(libp->para[2]));
11849      }
11850      break;
11851    case 2:
11852      //m: 2
11853      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11854        p = new TTable3Points((TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
11855      } else {
11856        p = new((void*) gvp) TTable3Points((TTableSorter*) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
11857      }
11858      break;
11859    }
11860    result7->obj.i = (long) p;
11861    result7->ref = (long) p;
11862    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable3Points));
11863    return(1 || funcname || hash || result7 || libp) ;
11864 }
11865 
11866 static int G__G__Table_214_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11867 {
11868    TTable3Points* p = NULL;
11869    char* gvp = (char*) G__getgvp();
11870    switch (libp->paran) {
11871    case 6:
11872      //m: 6
11873      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11874        p = new TTable3Points(
11875 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11876 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11877 , (const Char_t*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
11878      } else {
11879        p = new((void*) gvp) TTable3Points(
11880 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11881 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11882 , (const Char_t*) G__int(libp->para[4]), (Option_t*) G__int(libp->para[5]));
11883      }
11884      break;
11885    case 5:
11886      //m: 5
11887      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11888        p = new TTable3Points(
11889 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11890 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11891 , (const Char_t*) G__int(libp->para[4]));
11892      } else {
11893        p = new((void*) gvp) TTable3Points(
11894 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11895 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
11896 , (const Char_t*) G__int(libp->para[4]));
11897      }
11898      break;
11899    case 4:
11900      //m: 4
11901      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11902        p = new TTable3Points(
11903 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11904 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3]));
11905      } else {
11906        p = new((void*) gvp) TTable3Points(
11907 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11908 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3]));
11909      }
11910      break;
11911    case 3:
11912      //m: 3
11913      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11914        p = new TTable3Points(
11915 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11916 , (const Char_t*) G__int(libp->para[2]));
11917      } else {
11918        p = new((void*) gvp) TTable3Points(
11919 (TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11920 , (const Char_t*) G__int(libp->para[2]));
11921      }
11922      break;
11923    case 2:
11924      //m: 2
11925      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11926        p = new TTable3Points((TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11927      } else {
11928        p = new((void*) gvp) TTable3Points((TTableSorter*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11929      }
11930      break;
11931    }
11932    result7->obj.i = (long) p;
11933    result7->ref = (long) p;
11934    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable3Points));
11935    return(1 || funcname || hash || result7 || libp) ;
11936 }
11937 
11938 static int G__G__Table_214_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11939 {
11940       ((TTable3Points*) G__getstructoffset())->SetAnyColumn((const Char_t*) G__int(libp->para[0]), (TTable3Points::EPointDirection) G__int(libp->para[1]));
11941       G__setnull(result7);
11942    return(1 || funcname || hash || result7 || libp) ;
11943 }
11944 
11945 static int G__G__Table_214_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11946 {
11947       ((TTable3Points*) G__getstructoffset())->SetXColumn((const Char_t*) G__int(libp->para[0]));
11948       G__setnull(result7);
11949    return(1 || funcname || hash || result7 || libp) ;
11950 }
11951 
11952 static int G__G__Table_214_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11953 {
11954       ((TTable3Points*) G__getstructoffset())->SetYColumn((const Char_t*) G__int(libp->para[0]));
11955       G__setnull(result7);
11956    return(1 || funcname || hash || result7 || libp) ;
11957 }
11958 
11959 static int G__G__Table_214_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11960 {
11961       ((TTable3Points*) G__getstructoffset())->SetZColumn((const Char_t*) G__int(libp->para[0]));
11962       G__setnull(result7);
11963    return(1 || funcname || hash || result7 || libp) ;
11964 }
11965 
11966 static int G__G__Table_214_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11967 {
11968       G__letint(result7, 105, (long) ((TTable3Points*) G__getstructoffset())->GetTotalKeys());
11969    return(1 || funcname || hash || result7 || libp) ;
11970 }
11971 
11972 static int G__G__Table_214_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11973 {
11974       G__letint(result7, 105, (long) ((TTable3Points*) G__getstructoffset())->GetKey((Int_t) G__int(libp->para[0])));
11975    return(1 || funcname || hash || result7 || libp) ;
11976 }
11977 
11978 static int G__G__Table_214_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11979 {
11980       G__letint(result7, 105, (long) ((TTable3Points*) G__getstructoffset())->SetKeyByIndx((Int_t) G__int(libp->para[0])));
11981    return(1 || funcname || hash || result7 || libp) ;
11982 }
11983 
11984 static int G__G__Table_214_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11985 {
11986       G__letint(result7, 105, (long) ((TTable3Points*) G__getstructoffset())->SetKeyByValue((Int_t) G__int(libp->para[0])));
11987    return(1 || funcname || hash || result7 || libp) ;
11988 }
11989 
11990 static int G__G__Table_214_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11991 {
11992       G__letdouble(result7, 102, (double) ((const TTable3Points*) G__getstructoffset())->GetAnyPoint((Int_t) G__int(libp->para[0]), (TTable3Points::EPointDirection) G__int(libp->para[1])));
11993    return(1 || funcname || hash || result7 || libp) ;
11994 }
11995 
11996 static int G__G__Table_214_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11997 {
11998       G__letint(result7, 85, (long) TTable3Points::Class());
11999    return(1 || funcname || hash || result7 || libp) ;
12000 }
12001 
12002 static int G__G__Table_214_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12003 {
12004       G__letint(result7, 67, (long) TTable3Points::Class_Name());
12005    return(1 || funcname || hash || result7 || libp) ;
12006 }
12007 
12008 static int G__G__Table_214_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12009 {
12010       G__letint(result7, 115, (long) TTable3Points::Class_Version());
12011    return(1 || funcname || hash || result7 || libp) ;
12012 }
12013 
12014 static int G__G__Table_214_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12015 {
12016       TTable3Points::Dictionary();
12017       G__setnull(result7);
12018    return(1 || funcname || hash || result7 || libp) ;
12019 }
12020 
12021 static int G__G__Table_214_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12022 {
12023       ((TTable3Points*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12024       G__setnull(result7);
12025    return(1 || funcname || hash || result7 || libp) ;
12026 }
12027 
12028 static int G__G__Table_214_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12029 {
12030       G__letint(result7, 67, (long) TTable3Points::DeclFileName());
12031    return(1 || funcname || hash || result7 || libp) ;
12032 }
12033 
12034 static int G__G__Table_214_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12035 {
12036       G__letint(result7, 105, (long) TTable3Points::ImplFileLine());
12037    return(1 || funcname || hash || result7 || libp) ;
12038 }
12039 
12040 static int G__G__Table_214_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12041 {
12042       G__letint(result7, 67, (long) TTable3Points::ImplFileName());
12043    return(1 || funcname || hash || result7 || libp) ;
12044 }
12045 
12046 static int G__G__Table_214_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12047 {
12048       G__letint(result7, 105, (long) TTable3Points::DeclFileLine());
12049    return(1 || funcname || hash || result7 || libp) ;
12050 }
12051 
12052 // automatic copy constructor
12053 static int G__G__Table_214_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12054 
12055 {
12056    TTable3Points* p;
12057    void* tmp = (void*) G__int(libp->para[0]);
12058    p = new TTable3Points(*(TTable3Points*) tmp);
12059    result7->obj.i = (long) p;
12060    result7->ref = (long) p;
12061    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTable3Points));
12062    return(1 || funcname || hash || result7 || libp) ;
12063 }
12064 
12065 // automatic destructor
12066 typedef TTable3Points G__TTTable3Points;
12067 static int G__G__Table_214_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12068 {
12069    char* gvp = (char*) G__getgvp();
12070    long soff = G__getstructoffset();
12071    int n = G__getaryconstruct();
12072    //
12073    //has_a_delete: 1
12074    //has_own_delete1arg: 0
12075    //has_own_delete2arg: 0
12076    //
12077    if (!soff) {
12078      return(1);
12079    }
12080    if (n) {
12081      if (gvp == (char*)G__PVOID) {
12082        delete[] (TTable3Points*) soff;
12083      } else {
12084        G__setgvp((long) G__PVOID);
12085        for (int i = n - 1; i >= 0; --i) {
12086          ((TTable3Points*) (soff+(sizeof(TTable3Points)*i)))->~G__TTTable3Points();
12087        }
12088        G__setgvp((long)gvp);
12089      }
12090    } else {
12091      if (gvp == (char*)G__PVOID) {
12092        delete (TTable3Points*) soff;
12093      } else {
12094        G__setgvp((long) G__PVOID);
12095        ((TTable3Points*) (soff))->~G__TTTable3Points();
12096        G__setgvp((long)gvp);
12097      }
12098    }
12099    G__setnull(result7);
12100    return(1 || funcname || hash || result7 || libp) ;
12101 }
12102 
12103 
12104 /* TTableIter */
12105 static int G__G__Table_216_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12106 {
12107    TTableIter* p = NULL;
12108    char* gvp = (char*) G__getgvp();
12109    //m: 2
12110    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12111      p = new TTableIter((TTableSorter*) G__int(libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1]));
12112    } else {
12113      p = new((void*) gvp) TTableIter((TTableSorter*) G__int(libp->para[0]), *(Float_t*) G__Floatref(&libp->para[1]));
12114    }
12115    result7->obj.i = (long) p;
12116    result7->ref = (long) p;
12117    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableIter));
12118    return(1 || funcname || hash || result7 || libp) ;
12119 }
12120 
12121 static int G__G__Table_216_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12122 {
12123    TTableIter* p = NULL;
12124    char* gvp = (char*) G__getgvp();
12125    //m: 2
12126    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12127      p = new TTableIter((TTableSorter*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
12128    } else {
12129      p = new((void*) gvp) TTableIter((TTableSorter*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
12130    }
12131    result7->obj.i = (long) p;
12132    result7->ref = (long) p;
12133    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableIter));
12134    return(1 || funcname || hash || result7 || libp) ;
12135 }
12136 
12137 static int G__G__Table_216_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12138 {
12139    TTableIter* p = NULL;
12140    char* gvp = (char*) G__getgvp();
12141    //m: 2
12142    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12143      p = new TTableIter((TTableSorter*) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
12144    } else {
12145      p = new((void*) gvp) TTableIter((TTableSorter*) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
12146    }
12147    result7->obj.i = (long) p;
12148    result7->ref = (long) p;
12149    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableIter));
12150    return(1 || funcname || hash || result7 || libp) ;
12151 }
12152 
12153 static int G__G__Table_216_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12154 {
12155    TTableIter* p = NULL;
12156    char* gvp = (char*) G__getgvp();
12157    //m: 2
12158    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12159      p = new TTableIter((TTableSorter*) G__int(libp->para[0]), *(Long_t*) G__Longref(&libp->para[1]));
12160    } else {
12161      p = new((void*) gvp) TTableIter((TTableSorter*) G__int(libp->para[0]), *(Long_t*) G__Longref(&libp->para[1]));
12162    }
12163    result7->obj.i = (long) p;
12164    result7->ref = (long) p;
12165    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableIter));
12166    return(1 || funcname || hash || result7 || libp) ;
12167 }
12168 
12169 static int G__G__Table_216_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12170 {
12171    TTableIter* p = NULL;
12172    char* gvp = (char*) G__getgvp();
12173    //m: 2
12174    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12175      p = new TTableIter((TTableSorter*) G__int(libp->para[0]), *(Short_t*) G__Shortref(&libp->para[1]));
12176    } else {
12177      p = new((void*) gvp) TTableIter((TTableSorter*) G__int(libp->para[0]), *(Short_t*) G__Shortref(&libp->para[1]));
12178    }
12179    result7->obj.i = (long) p;
12180    result7->ref = (long) p;
12181    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTableIter));
12182    return(1 || funcname || hash || result7 || libp) ;
12183 }
12184 
12185 static int G__G__Table_216_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12186 {
12187       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->CountKey(*(Float_t*) G__Floatref(&libp->para[0])));
12188    return(1 || funcname || hash || result7 || libp) ;
12189 }
12190 
12191 static int G__G__Table_216_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12192 {
12193       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->CountKey(*(Long_t*) G__Longref(&libp->para[0])));
12194    return(1 || funcname || hash || result7 || libp) ;
12195 }
12196 
12197 static int G__G__Table_216_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12198 {
12199       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->CountKey(*(Int_t*) G__Intref(&libp->para[0])));
12200    return(1 || funcname || hash || result7 || libp) ;
12201 }
12202 
12203 static int G__G__Table_216_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12204 {
12205       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->CountKey(*(Short_t*) G__Shortref(&libp->para[0])));
12206    return(1 || funcname || hash || result7 || libp) ;
12207 }
12208 
12209 static int G__G__Table_216_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12210 {
12211       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->CountKey(*(Double_t*) G__Doubleref(&libp->para[0])));
12212    return(1 || funcname || hash || result7 || libp) ;
12213 }
12214 
12215 static int G__G__Table_216_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12216 {
12217       G__letint(result7, 105, (long) ((const TTableIter*) G__getstructoffset())->GetNRows());
12218    return(1 || funcname || hash || result7 || libp) ;
12219 }
12220 
12221 static int G__G__Table_216_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12222 {
12223       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->Next());
12224    return(1 || funcname || hash || result7 || libp) ;
12225 }
12226 
12227 static int G__G__Table_216_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12228 {
12229       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->Next((Int_t) G__int(libp->para[0])));
12230    return(1 || funcname || hash || result7 || libp) ;
12231 }
12232 
12233 static int G__G__Table_216_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12234 {
12235    switch (libp->paran) {
12236    case 1:
12237       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->Reset((Int_t) G__int(libp->para[0])));
12238       break;
12239    case 0:
12240       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->Reset());
12241       break;
12242    }
12243    return(1 || funcname || hash || result7 || libp) ;
12244 }
12245 
12246 static int G__G__Table_216_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12247 {
12248       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->operator()());
12249    return(1 || funcname || hash || result7 || libp) ;
12250 }
12251 
12252 static int G__G__Table_216_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12253 {
12254       G__letint(result7, 105, (long) ((TTableIter*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
12255    return(1 || funcname || hash || result7 || libp) ;
12256 }
12257 
12258 static int G__G__Table_216_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12259 {
12260       G__letint(result7, 85, (long) TTableIter::Class());
12261    return(1 || funcname || hash || result7 || libp) ;
12262 }
12263 
12264 static int G__G__Table_216_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12265 {
12266       G__letint(result7, 67, (long) TTableIter::Class_Name());
12267    return(1 || funcname || hash || result7 || libp) ;
12268 }
12269 
12270 static int G__G__Table_216_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12271 {
12272       G__letint(result7, 115, (long) TTableIter::Class_Version());
12273    return(1 || funcname || hash || result7 || libp) ;
12274 }
12275 
12276 static int G__G__Table_216_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12277 {
12278       TTableIter::Dictionary();
12279       G__setnull(result7);
12280    return(1 || funcname || hash || result7 || libp) ;
12281 }
12282 
12283 static int G__G__Table_216_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12284 {
12285       ((TTableIter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12286       G__setnull(result7);
12287    return(1 || funcname || hash || result7 || libp) ;
12288 }
12289 
12290 static int G__G__Table_216_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12291 {
12292       G__letint(result7, 67, (long) TTableIter::DeclFileName());
12293    return(1 || funcname || hash || result7 || libp) ;
12294 }
12295 
12296 static int G__G__Table_216_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12297 {
12298       G__letint(result7, 105, (long) TTableIter::ImplFileLine());
12299    return(1 || funcname || hash || result7 || libp) ;
12300 }
12301 
12302 static int G__G__Table_216_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12303 {
12304       G__letint(result7, 67, (long) TTableIter::ImplFileName());
12305    return(1 || funcname || hash || result7 || libp) ;
12306 }
12307 
12308 static int G__G__Table_216_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12309 {
12310       G__letint(result7, 105, (long) TTableIter::DeclFileLine());
12311    return(1 || funcname || hash || result7 || libp) ;
12312 }
12313 
12314 // automatic destructor
12315 typedef TTableIter G__TTTableIter;
12316 static int G__G__Table_216_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12317 {
12318    char* gvp = (char*) G__getgvp();
12319    long soff = G__getstructoffset();
12320    int n = G__getaryconstruct();
12321    //
12322    //has_a_delete: 1
12323    //has_own_delete1arg: 0
12324    //has_own_delete2arg: 0
12325    //
12326    if (!soff) {
12327      return(1);
12328    }
12329    if (n) {
12330      if (gvp == (char*)G__PVOID) {
12331        delete[] (TTableIter*) soff;
12332      } else {
12333        G__setgvp((long) G__PVOID);
12334        for (int i = n - 1; i >= 0; --i) {
12335          ((TTableIter*) (soff+(sizeof(TTableIter)*i)))->~G__TTTableIter();
12336        }
12337        G__setgvp((long)gvp);
12338      }
12339    } else {
12340      if (gvp == (char*)G__PVOID) {
12341        delete (TTableIter*) soff;
12342      } else {
12343        G__setgvp((long) G__PVOID);
12344        ((TTableIter*) (soff))->~G__TTTableIter();
12345        G__setgvp((long)gvp);
12346      }
12347    }
12348    G__setnull(result7);
12349    return(1 || funcname || hash || result7 || libp) ;
12350 }
12351 
12352 
12353 /* TTablePadView3D */
12354 static int G__G__Table_219_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12355 {
12356    TTablePadView3D* p = NULL;
12357    char* gvp = (char*) G__getgvp();
12358    int n = G__getaryconstruct();
12359    if (n) {
12360      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12361        p = new TTablePadView3D[n];
12362      } else {
12363        p = new((void*) gvp) TTablePadView3D[n];
12364      }
12365    } else {
12366      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12367        p = new TTablePadView3D;
12368      } else {
12369        p = new((void*) gvp) TTablePadView3D;
12370      }
12371    }
12372    result7->obj.i = (long) p;
12373    result7->ref = (long) p;
12374    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D));
12375    return(1 || funcname || hash || result7 || libp) ;
12376 }
12377 
12378 static int G__G__Table_219_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12379 {
12380    TTablePadView3D* p = NULL;
12381    char* gvp = (char*) G__getgvp();
12382    //m: 1
12383    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12384      p = new TTablePadView3D((TVirtualPad*) G__int(libp->para[0]));
12385    } else {
12386      p = new((void*) gvp) TTablePadView3D((TVirtualPad*) G__int(libp->para[0]));
12387    }
12388    result7->obj.i = (long) p;
12389    result7->ref = (long) p;
12390    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D));
12391    return(1 || funcname || hash || result7 || libp) ;
12392 }
12393 
12394 static int G__G__Table_219_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12395 {
12396       ((TTablePadView3D*) G__getstructoffset())->ExecuteEvent((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12397 , (Int_t) G__int(libp->para[2]));
12398       G__setnull(result7);
12399    return(1 || funcname || hash || result7 || libp) ;
12400 }
12401 
12402 static int G__G__Table_219_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12403 {
12404       G__letint(result7, 85, (long) ((const TTablePadView3D*) G__getstructoffset())->GetPad());
12405    return(1 || funcname || hash || result7 || libp) ;
12406 }
12407 
12408 static int G__G__Table_219_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12409 {
12410    switch (libp->paran) {
12411    case 1:
12412       ((TTablePadView3D*) G__getstructoffset())->Paint((Option_t*) G__int(libp->para[0]));
12413       G__setnull(result7);
12414       break;
12415    case 0:
12416       ((TTablePadView3D*) G__getstructoffset())->Paint();
12417       G__setnull(result7);
12418       break;
12419    }
12420    return(1 || funcname || hash || result7 || libp) ;
12421 }
12422 
12423 static int G__G__Table_219_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12424 {
12425       ((TTablePadView3D*) G__getstructoffset())->Size((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
12426       G__setnull(result7);
12427    return(1 || funcname || hash || result7 || libp) ;
12428 }
12429 
12430 static int G__G__Table_219_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12431 {
12432    switch (libp->paran) {
12433    case 1:
12434       ((TTablePadView3D*) G__getstructoffset())->PaintBeginModel((Option_t*) G__int(libp->para[0]));
12435       G__setnull(result7);
12436       break;
12437    case 0:
12438       ((TTablePadView3D*) G__getstructoffset())->PaintBeginModel();
12439       G__setnull(result7);
12440       break;
12441    }
12442    return(1 || funcname || hash || result7 || libp) ;
12443 }
12444 
12445 static int G__G__Table_219_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12446 {
12447    switch (libp->paran) {
12448    case 1:
12449       ((TTablePadView3D*) G__getstructoffset())->PaintEnd((Option_t*) G__int(libp->para[0]));
12450       G__setnull(result7);
12451       break;
12452    case 0:
12453       ((TTablePadView3D*) G__getstructoffset())->PaintEnd();
12454       G__setnull(result7);
12455       break;
12456    }
12457    return(1 || funcname || hash || result7 || libp) ;
12458 }
12459 
12460 static int G__G__Table_219_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12461 {
12462    switch (libp->paran) {
12463    case 1:
12464       ((TTablePadView3D*) G__getstructoffset())->PaintScene((Option_t*) G__int(libp->para[0]));
12465       G__setnull(result7);
12466       break;
12467    case 0:
12468       ((TTablePadView3D*) G__getstructoffset())->PaintScene();
12469       G__setnull(result7);
12470       break;
12471    }
12472    return(1 || funcname || hash || result7 || libp) ;
12473 }
12474 
12475 static int G__G__Table_219_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12476 {
12477    switch (libp->paran) {
12478    case 2:
12479       ((TTablePadView3D*) G__getstructoffset())->PaintPolyMarker((TPolyMarker3D*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12480       G__setnull(result7);
12481       break;
12482    case 1:
12483       ((TTablePadView3D*) G__getstructoffset())->PaintPolyMarker((TPolyMarker3D*) G__int(libp->para[0]));
12484       G__setnull(result7);
12485       break;
12486    }
12487    return(1 || funcname || hash || result7 || libp) ;
12488 }
12489 
12490 static int G__G__Table_219_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12491 {
12492    switch (libp->paran) {
12493    case 2:
12494       ((TTablePadView3D*) G__getstructoffset())->PaintPolyLine((TPolyLine3D*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12495       G__setnull(result7);
12496       break;
12497    case 1:
12498       ((TTablePadView3D*) G__getstructoffset())->PaintPolyLine((TPolyLine3D*) G__int(libp->para[0]));
12499       G__setnull(result7);
12500       break;
12501    }
12502    return(1 || funcname || hash || result7 || libp) ;
12503 }
12504 
12505 static int G__G__Table_219_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12506 {
12507    switch (libp->paran) {
12508    case 2:
12509       ((TTablePadView3D*) G__getstructoffset())->PaintPoints3D((TPoints3DABC*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12510       G__setnull(result7);
12511       break;
12512    case 1:
12513       ((TTablePadView3D*) G__getstructoffset())->PaintPoints3D((TPoints3DABC*) G__int(libp->para[0]));
12514       G__setnull(result7);
12515       break;
12516    }
12517    return(1 || funcname || hash || result7 || libp) ;
12518 }
12519 
12520 static int G__G__Table_219_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12521 {
12522       ((TTablePadView3D*) G__getstructoffset())->PushMatrix();
12523       G__setnull(result7);
12524    return(1 || funcname || hash || result7 || libp) ;
12525 }
12526 
12527 static int G__G__Table_219_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12528 {
12529       ((TTablePadView3D*) G__getstructoffset())->PopMatrix();
12530       G__setnull(result7);
12531    return(1 || funcname || hash || result7 || libp) ;
12532 }
12533 
12534 static int G__G__Table_219_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12535 {
12536    switch (libp->paran) {
12537    case 2:
12538       ((TTablePadView3D*) G__getstructoffset())->SetAttNode((TNode*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12539       G__setnull(result7);
12540       break;
12541    case 1:
12542       ((TTablePadView3D*) G__getstructoffset())->SetAttNode((TNode*) G__int(libp->para[0]));
12543       G__setnull(result7);
12544       break;
12545    }
12546    return(1 || funcname || hash || result7 || libp) ;
12547 }
12548 
12549 static int G__G__Table_219_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12550 {
12551    switch (libp->paran) {
12552    case 3:
12553       ((TTablePadView3D*) G__getstructoffset())->SetLineAttr((Color_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12554 , (Option_t*) G__int(libp->para[2]));
12555       G__setnull(result7);
12556       break;
12557    case 2:
12558       ((TTablePadView3D*) G__getstructoffset())->SetLineAttr((Color_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
12559       G__setnull(result7);
12560       break;
12561    }
12562    return(1 || funcname || hash || result7 || libp) ;
12563 }
12564 
12565 static int G__G__Table_219_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12566 {
12567    switch (libp->paran) {
12568    case 1:
12569       ((TTablePadView3D*) G__getstructoffset())->SetPad((TVirtualPad*) G__int(libp->para[0]));
12570       G__setnull(result7);
12571       break;
12572    case 0:
12573       ((TTablePadView3D*) G__getstructoffset())->SetPad();
12574       G__setnull(result7);
12575       break;
12576    }
12577    return(1 || funcname || hash || result7 || libp) ;
12578 }
12579 
12580 static int G__G__Table_219_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12581 {
12582    switch (libp->paran) {
12583    case 2:
12584       ((TTablePadView3D*) G__getstructoffset())->UpdateNodeMatrix((TNode*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
12585       G__setnull(result7);
12586       break;
12587    case 1:
12588       ((TTablePadView3D*) G__getstructoffset())->UpdateNodeMatrix((TNode*) G__int(libp->para[0]));
12589       G__setnull(result7);
12590       break;
12591    }
12592    return(1 || funcname || hash || result7 || libp) ;
12593 }
12594 
12595 static int G__G__Table_219_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12596 {
12597    switch (libp->paran) {
12598    case 5:
12599       ((TTablePadView3D*) G__getstructoffset())->UpdatePosition((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
12600 , (Double_t) G__double(libp->para[2]), (TRotMatrix*) G__int(libp->para[3])
12601 , (Option_t*) G__int(libp->para[4]));
12602       G__setnull(result7);
12603       break;
12604    case 4:
12605       ((TTablePadView3D*) G__getstructoffset())->UpdatePosition((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
12606 , (Double_t) G__double(libp->para[2]), (TRotMatrix*) G__int(libp->para[3]));
12607       G__setnull(result7);
12608       break;
12609    }
12610    return(1 || funcname || hash || result7 || libp) ;
12611 }
12612 
12613 static int G__G__Table_219_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12614 {
12615       ((TTablePadView3D*) G__getstructoffset())->UpdateView();
12616       G__setnull(result7);
12617    return(1 || funcname || hash || result7 || libp) ;
12618 }
12619 
12620 static int G__G__Table_219_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12621 {
12622       ((const TTablePadView3D*) G__getstructoffset())->GetRange((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12623       G__setnull(result7);
12624    return(1 || funcname || hash || result7 || libp) ;
12625 }
12626 
12627 static int G__G__Table_219_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12628 {
12629       ((TTablePadView3D*) G__getstructoffset())->SetRange((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12630       G__setnull(result7);
12631    return(1 || funcname || hash || result7 || libp) ;
12632 }
12633 
12634 static int G__G__Table_219_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12635 {
12636       ((const TTablePadView3D*) G__getstructoffset())->GetShift((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12637       G__setnull(result7);
12638    return(1 || funcname || hash || result7 || libp) ;
12639 }
12640 
12641 static int G__G__Table_219_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12642 {
12643       ((TTablePadView3D*) G__getstructoffset())->SetShift((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12644       G__setnull(result7);
12645    return(1 || funcname || hash || result7 || libp) ;
12646 }
12647 
12648 static int G__G__Table_219_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12649 {
12650       ((const TTablePadView3D*) G__getstructoffset())->GetAngles((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12651       G__setnull(result7);
12652    return(1 || funcname || hash || result7 || libp) ;
12653 }
12654 
12655 static int G__G__Table_219_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12656 {
12657       ((TTablePadView3D*) G__getstructoffset())->SetAngles((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1]));
12658       G__setnull(result7);
12659    return(1 || funcname || hash || result7 || libp) ;
12660 }
12661 
12662 static int G__G__Table_219_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12663 {
12664       ((const TTablePadView3D*) G__getstructoffset())->GetAnglesFactors((Double_t*) G__int(libp->para[0]));
12665       G__setnull(result7);
12666    return(1 || funcname || hash || result7 || libp) ;
12667 }
12668 
12669 static int G__G__Table_219_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12670 {
12671       ((TTablePadView3D*) G__getstructoffset())->SetAnglesFactors((Double_t*) G__int(libp->para[0]));
12672       G__setnull(result7);
12673    return(1 || funcname || hash || result7 || libp) ;
12674 }
12675 
12676 static int G__G__Table_219_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12677 {
12678       G__letdouble(result7, 102, (double) ((TTablePadView3D*) G__getstructoffset())->GetScale());
12679    return(1 || funcname || hash || result7 || libp) ;
12680 }
12681 
12682 static int G__G__Table_219_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12683 {
12684       ((TTablePadView3D*) G__getstructoffset())->SetScale((Float_t) G__double(libp->para[0]));
12685       G__setnull(result7);
12686    return(1 || funcname || hash || result7 || libp) ;
12687 }
12688 
12689 // automatic copy constructor
12690 static int G__G__Table_219_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12691 
12692 {
12693    TTablePadView3D* p;
12694    void* tmp = (void*) G__int(libp->para[0]);
12695    p = new TTablePadView3D(*(TTablePadView3D*) tmp);
12696    result7->obj.i = (long) p;
12697    result7->ref = (long) p;
12698    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D));
12699    return(1 || funcname || hash || result7 || libp) ;
12700 }
12701 
12702 // automatic destructor
12703 typedef TTablePadView3D G__TTTablePadView3D;
12704 static int G__G__Table_219_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12705 {
12706    char* gvp = (char*) G__getgvp();
12707    long soff = G__getstructoffset();
12708    int n = G__getaryconstruct();
12709    //
12710    //has_a_delete: 0
12711    //has_own_delete1arg: 0
12712    //has_own_delete2arg: 0
12713    //
12714    if (!soff) {
12715      return(1);
12716    }
12717    if (n) {
12718      if (gvp == (char*)G__PVOID) {
12719        delete[] (TTablePadView3D*) soff;
12720      } else {
12721        G__setgvp((long) G__PVOID);
12722        for (int i = n - 1; i >= 0; --i) {
12723          ((TTablePadView3D*) (soff+(sizeof(TTablePadView3D)*i)))->~G__TTTablePadView3D();
12724        }
12725        G__setgvp((long)gvp);
12726      }
12727    } else {
12728      if (gvp == (char*)G__PVOID) {
12729        delete (TTablePadView3D*) soff;
12730      } else {
12731        G__setgvp((long) G__PVOID);
12732        ((TTablePadView3D*) (soff))->~G__TTTablePadView3D();
12733        G__setgvp((long)gvp);
12734      }
12735    }
12736    G__setnull(result7);
12737    return(1 || funcname || hash || result7 || libp) ;
12738 }
12739 
12740 // automatic assignment operator
12741 static int G__G__Table_219_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12742 {
12743    TTablePadView3D* dest = (TTablePadView3D*) G__getstructoffset();
12744    *dest = *(TTablePadView3D*) libp->para[0].ref;
12745    const TTablePadView3D& obj = *dest;
12746    result7->ref = (long) (&obj);
12747    result7->obj.i = (long) (&obj);
12748    return(1 || funcname || hash || result7 || libp) ;
12749 }
12750 
12751 
12752 /* TVolumePosition */
12753 static int G__G__Table_220_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12754 {
12755    TVolumePosition* p = NULL;
12756    char* gvp = (char*) G__getgvp();
12757    switch (libp->paran) {
12758    case 5:
12759      //m: 5
12760      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12761        p = new TVolumePosition(
12762 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12763 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12764 , (TRotMatrix*) G__int(libp->para[4]));
12765      } else {
12766        p = new((void*) gvp) TVolumePosition(
12767 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12768 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12769 , (TRotMatrix*) G__int(libp->para[4]));
12770      }
12771      break;
12772    case 4:
12773      //m: 4
12774      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12775        p = new TVolumePosition(
12776 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12777 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
12778      } else {
12779        p = new((void*) gvp) TVolumePosition(
12780 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12781 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3]));
12782      }
12783      break;
12784    case 3:
12785      //m: 3
12786      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12787        p = new TVolumePosition(
12788 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12789 , (Double_t) G__double(libp->para[2]));
12790      } else {
12791        p = new((void*) gvp) TVolumePosition(
12792 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12793 , (Double_t) G__double(libp->para[2]));
12794      }
12795      break;
12796    case 2:
12797      //m: 2
12798      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12799        p = new TVolumePosition((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12800      } else {
12801        p = new((void*) gvp) TVolumePosition((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
12802      }
12803      break;
12804    case 1:
12805      //m: 1
12806      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12807        p = new TVolumePosition((TVolume*) G__int(libp->para[0]));
12808      } else {
12809        p = new((void*) gvp) TVolumePosition((TVolume*) G__int(libp->para[0]));
12810      }
12811      break;
12812    case 0:
12813      int n = G__getaryconstruct();
12814      if (n) {
12815        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12816          p = new TVolumePosition[n];
12817        } else {
12818          p = new((void*) gvp) TVolumePosition[n];
12819        }
12820      } else {
12821        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12822          p = new TVolumePosition;
12823        } else {
12824          p = new((void*) gvp) TVolumePosition;
12825        }
12826      }
12827      break;
12828    }
12829    result7->obj.i = (long) p;
12830    result7->ref = (long) p;
12831    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumePosition));
12832    return(1 || funcname || hash || result7 || libp) ;
12833 }
12834 
12835 static int G__G__Table_220_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12836 {
12837    TVolumePosition* p = NULL;
12838    char* gvp = (char*) G__getgvp();
12839    //m: 5
12840    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12841      p = new TVolumePosition(
12842 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12843 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12844 , (const char*) G__int(libp->para[4]));
12845    } else {
12846      p = new((void*) gvp) TVolumePosition(
12847 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
12848 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
12849 , (const char*) G__int(libp->para[4]));
12850    }
12851    result7->obj.i = (long) p;
12852    result7->ref = (long) p;
12853    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumePosition));
12854    return(1 || funcname || hash || result7 || libp) ;
12855 }
12856 
12857 static int G__G__Table_220_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12858 {
12859    TVolumePosition* p = NULL;
12860    char* gvp = (char*) G__getgvp();
12861    //m: 2
12862    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12863      p = new TVolumePosition((TVolumePosition*) G__int(libp->para[0]), (TVolumePosition*) G__int(libp->para[1]));
12864    } else {
12865      p = new((void*) gvp) TVolumePosition((TVolumePosition*) G__int(libp->para[0]), (TVolumePosition*) G__int(libp->para[1]));
12866    }
12867    result7->obj.i = (long) p;
12868    result7->ref = (long) p;
12869    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumePosition));
12870    return(1 || funcname || hash || result7 || libp) ;
12871 }
12872 
12873 static int G__G__Table_220_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12874 {
12875    TVolumePosition* p = NULL;
12876    char* gvp = (char*) G__getgvp();
12877    //m: 1
12878    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12879      p = new TVolumePosition(*(TVolumePosition*) libp->para[0].ref);
12880    } else {
12881      p = new((void*) gvp) TVolumePosition(*(TVolumePosition*) libp->para[0].ref);
12882    }
12883    result7->obj.i = (long) p;
12884    result7->ref = (long) p;
12885    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumePosition));
12886    return(1 || funcname || hash || result7 || libp) ;
12887 }
12888 
12889 static int G__G__Table_220_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12890 {
12891       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Errmx2Local((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])));
12892    return(1 || funcname || hash || result7 || libp) ;
12893 }
12894 
12895 static int G__G__Table_220_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12896 {
12897       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Errmx2Local((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12898    return(1 || funcname || hash || result7 || libp) ;
12899 }
12900 
12901 static int G__G__Table_220_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12902 {
12903       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Errmx2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])));
12904    return(1 || funcname || hash || result7 || libp) ;
12905 }
12906 
12907 static int G__G__Table_220_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12908 {
12909       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Errmx2Master((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12910    return(1 || funcname || hash || result7 || libp) ;
12911 }
12912 
12913 static int G__G__Table_220_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12914 {
12915       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Cormx2Local((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12916    return(1 || funcname || hash || result7 || libp) ;
12917 }
12918 
12919 static int G__G__Table_220_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12920 {
12921       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Cormx2Local((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])));
12922    return(1 || funcname || hash || result7 || libp) ;
12923 }
12924 
12925 static int G__G__Table_220_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12926 {
12927       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Cormx2Master((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12928    return(1 || funcname || hash || result7 || libp) ;
12929 }
12930 
12931 static int G__G__Table_220_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12932 {
12933       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Cormx2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])));
12934    return(1 || funcname || hash || result7 || libp) ;
12935 }
12936 
12937 static int G__G__Table_220_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12938 {
12939    switch (libp->paran) {
12940    case 3:
12941       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Master2Local((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
12942 , (Int_t) G__int(libp->para[2])));
12943       break;
12944    case 2:
12945       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Master2Local((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
12946       break;
12947    }
12948    return(1 || funcname || hash || result7 || libp) ;
12949 }
12950 
12951 static int G__G__Table_220_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12952 {
12953    switch (libp->paran) {
12954    case 3:
12955       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Master2Local((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
12956 , (Int_t) G__int(libp->para[2])));
12957       break;
12958    case 2:
12959       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Master2Local((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])));
12960       break;
12961    }
12962    return(1 || funcname || hash || result7 || libp) ;
12963 }
12964 
12965 static int G__G__Table_220_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12966 {
12967       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->DefineSet());
12968    return(1 || funcname || hash || result7 || libp) ;
12969 }
12970 
12971 static int G__G__Table_220_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12972 {
12973       G__letint(result7, 85, (long) ((const TVolumePosition*) G__getstructoffset())->GetNode());
12974    return(1 || funcname || hash || result7 || libp) ;
12975 }
12976 
12977 static int G__G__Table_220_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12978 {
12979       G__letint(result7, 67, (long) ((const TVolumePosition*) G__getstructoffset())->GetOption());
12980    return(1 || funcname || hash || result7 || libp) ;
12981 }
12982 
12983 static int G__G__Table_220_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12984 {
12985       G__letint(result7, 85, (long) ((const TVolumePosition*) G__getstructoffset())->GetMatrix());
12986    return(1 || funcname || hash || result7 || libp) ;
12987 }
12988 
12989 static int G__G__Table_220_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12990 {
12991       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->GetMatrix());
12992    return(1 || funcname || hash || result7 || libp) ;
12993 }
12994 
12995 static int G__G__Table_220_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12996 {
12997       G__letint(result7, 105, (long) ((const TVolumePosition*) G__getstructoffset())->GetVisibility());
12998    return(1 || funcname || hash || result7 || libp) ;
12999 }
13000 
13001 static int G__G__Table_220_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13002 {
13003    switch (libp->paran) {
13004    case 1:
13005       G__letdouble(result7, 100, (double) ((const TVolumePosition*) G__getstructoffset())->GetX((Int_t) G__int(libp->para[0])));
13006       break;
13007    case 0:
13008       G__letdouble(result7, 100, (double) ((const TVolumePosition*) G__getstructoffset())->GetX());
13009       break;
13010    }
13011    return(1 || funcname || hash || result7 || libp) ;
13012 }
13013 
13014 static int G__G__Table_220_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13015 {
13016       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->GetXYZ());
13017    return(1 || funcname || hash || result7 || libp) ;
13018 }
13019 
13020 static int G__G__Table_220_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13021 {
13022       G__letdouble(result7, 100, (double) ((const TVolumePosition*) G__getstructoffset())->GetY());
13023    return(1 || funcname || hash || result7 || libp) ;
13024 }
13025 
13026 static int G__G__Table_220_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13027 {
13028       G__letdouble(result7, 100, (double) ((const TVolumePosition*) G__getstructoffset())->GetZ());
13029    return(1 || funcname || hash || result7 || libp) ;
13030 }
13031 
13032 static int G__G__Table_220_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13033 {
13034       G__letint(result7, 104, (long) ((const TVolumePosition*) G__getstructoffset())->GetId());
13035    return(1 || funcname || hash || result7 || libp) ;
13036 }
13037 
13038 static int G__G__Table_220_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13039 {
13040       G__letint(result7, 103, (long) ((const TVolumePosition*) G__getstructoffset())->IsMatrixOwner());
13041    return(1 || funcname || hash || result7 || libp) ;
13042 }
13043 
13044 static int G__G__Table_220_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13045 {
13046    switch (libp->paran) {
13047    case 1:
13048       G__letint(result7, 103, (long) ((TVolumePosition*) G__getstructoffset())->SetMatrixOwner((Bool_t) G__int(libp->para[0])));
13049       break;
13050    case 0:
13051       G__letint(result7, 103, (long) ((TVolumePosition*) G__getstructoffset())->SetMatrixOwner());
13052       break;
13053    }
13054    return(1 || funcname || hash || result7 || libp) ;
13055 }
13056 
13057 static int G__G__Table_220_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13058 {
13059       G__letint(result7, 103, (long) ((const TVolumePosition*) G__getstructoffset())->Is3D());
13060    return(1 || funcname || hash || result7 || libp) ;
13061 }
13062 
13063 static int G__G__Table_220_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13064 {
13065    switch (libp->paran) {
13066    case 3:
13067       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Local2Master((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13068 , (Int_t) G__int(libp->para[2])));
13069       break;
13070    case 2:
13071       G__letint(result7, 68, (long) ((const TVolumePosition*) G__getstructoffset())->Local2Master((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])));
13072       break;
13073    }
13074    return(1 || funcname || hash || result7 || libp) ;
13075 }
13076 
13077 static int G__G__Table_220_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13078 {
13079    switch (libp->paran) {
13080    case 3:
13081       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
13082 , (Int_t) G__int(libp->para[2])));
13083       break;
13084    case 2:
13085       G__letint(result7, 70, (long) ((const TVolumePosition*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])));
13086       break;
13087    }
13088    return(1 || funcname || hash || result7 || libp) ;
13089 }
13090 
13091 static int G__G__Table_220_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13092 {
13093       {
13094          const TVolumePosition& obj = ((TVolumePosition*) G__getstructoffset())->Mult(*(TVolumePosition*) libp->para[0].ref);
13095          result7->ref = (long) (&obj);
13096          result7->obj.i = (long) (&obj);
13097       }
13098    return(1 || funcname || hash || result7 || libp) ;
13099 }
13100 
13101 static int G__G__Table_220_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13102 {
13103    switch (libp->paran) {
13104    case 1:
13105       ((TVolumePosition*) G__getstructoffset())->UpdatePosition((Option_t*) G__int(libp->para[0]));
13106       G__setnull(result7);
13107       break;
13108    case 0:
13109       ((TVolumePosition*) G__getstructoffset())->UpdatePosition();
13110       G__setnull(result7);
13111       break;
13112    }
13113    return(1 || funcname || hash || result7 || libp) ;
13114 }
13115 
13116 static int G__G__Table_220_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13117 {
13118    switch (libp->paran) {
13119    case 5:
13120       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->Reset((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13121 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13122 , (TRotMatrix*) G__int(libp->para[4])));
13123       break;
13124    case 4:
13125       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->Reset((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13126 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
13127       break;
13128    case 3:
13129       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->Reset((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13130 , (Double_t) G__double(libp->para[2])));
13131       break;
13132    case 2:
13133       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->Reset((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
13134       break;
13135    case 1:
13136       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->Reset((TVolume*) G__int(libp->para[0])));
13137       break;
13138    case 0:
13139       G__letint(result7, 85, (long) ((TVolumePosition*) G__getstructoffset())->Reset());
13140       break;
13141    }
13142    return(1 || funcname || hash || result7 || libp) ;
13143 }
13144 
13145 static int G__G__Table_220_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13146 {
13147       ((TVolumePosition*) G__getstructoffset())->SetLineAttributes();
13148       G__setnull(result7);
13149    return(1 || funcname || hash || result7 || libp) ;
13150 }
13151 
13152 static int G__G__Table_220_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13153 {
13154    switch (libp->paran) {
13155    case 1:
13156       ((TVolumePosition*) G__getstructoffset())->SetMatrix((TRotMatrix*) G__int(libp->para[0]));
13157       G__setnull(result7);
13158       break;
13159    case 0:
13160       ((TVolumePosition*) G__getstructoffset())->SetMatrix();
13161       G__setnull(result7);
13162       break;
13163    }
13164    return(1 || funcname || hash || result7 || libp) ;
13165 }
13166 
13167 static int G__G__Table_220_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13168 {
13169       ((TVolumePosition*) G__getstructoffset())->SetNode((TVolume*) G__int(libp->para[0]));
13170       G__setnull(result7);
13171    return(1 || funcname || hash || result7 || libp) ;
13172 }
13173 
13174 static int G__G__Table_220_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13175 {
13176    switch (libp->paran) {
13177    case 3:
13178       ((TVolumePosition*) G__getstructoffset())->SetPosition((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
13179 , (Double_t) G__double(libp->para[2]));
13180       G__setnull(result7);
13181       break;
13182    case 2:
13183       ((TVolumePosition*) G__getstructoffset())->SetPosition((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1]));
13184       G__setnull(result7);
13185       break;
13186    case 1:
13187       ((TVolumePosition*) G__getstructoffset())->SetPosition((Double_t) G__double(libp->para[0]));
13188       G__setnull(result7);
13189       break;
13190    case 0:
13191       ((TVolumePosition*) G__getstructoffset())->SetPosition();
13192       G__setnull(result7);
13193       break;
13194    }
13195    return(1 || funcname || hash || result7 || libp) ;
13196 }
13197 
13198 static int G__G__Table_220_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13199 {
13200    switch (libp->paran) {
13201    case 1:
13202       ((TVolumePosition*) G__getstructoffset())->SetVisibility((Int_t) G__int(libp->para[0]));
13203       G__setnull(result7);
13204       break;
13205    case 0:
13206       ((TVolumePosition*) G__getstructoffset())->SetVisibility();
13207       G__setnull(result7);
13208       break;
13209    }
13210    return(1 || funcname || hash || result7 || libp) ;
13211 }
13212 
13213 static int G__G__Table_220_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13214 {
13215       ((TVolumePosition*) G__getstructoffset())->SetX((Double_t) G__double(libp->para[0]));
13216       G__setnull(result7);
13217    return(1 || funcname || hash || result7 || libp) ;
13218 }
13219 
13220 static int G__G__Table_220_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13221 {
13222       ((TVolumePosition*) G__getstructoffset())->SetY((Double_t) G__double(libp->para[0]));
13223       G__setnull(result7);
13224    return(1 || funcname || hash || result7 || libp) ;
13225 }
13226 
13227 static int G__G__Table_220_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13228 {
13229       ((TVolumePosition*) G__getstructoffset())->SetZ((Double_t) G__double(libp->para[0]));
13230       G__setnull(result7);
13231    return(1 || funcname || hash || result7 || libp) ;
13232 }
13233 
13234 static int G__G__Table_220_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13235 {
13236    switch (libp->paran) {
13237    case 1:
13238       ((TVolumePosition*) G__getstructoffset())->SetXYZ((Double_t*) G__int(libp->para[0]));
13239       G__setnull(result7);
13240       break;
13241    case 0:
13242       ((TVolumePosition*) G__getstructoffset())->SetXYZ();
13243       G__setnull(result7);
13244       break;
13245    }
13246    return(1 || funcname || hash || result7 || libp) ;
13247 }
13248 
13249 static int G__G__Table_220_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13250 {
13251       ((TVolumePosition*) G__getstructoffset())->SetId((UInt_t) G__int(libp->para[0]));
13252       G__setnull(result7);
13253    return(1 || funcname || hash || result7 || libp) ;
13254 }
13255 
13256 static int G__G__Table_220_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13257 {
13258       {
13259          const TVolumePosition& obj = ((TVolumePosition*) G__getstructoffset())->operator=(*(TVolumePosition*) libp->para[0].ref);
13260          result7->ref = (long) (&obj);
13261          result7->obj.i = (long) (&obj);
13262       }
13263    return(1 || funcname || hash || result7 || libp) ;
13264 }
13265 
13266 static int G__G__Table_220_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13267 {
13268       G__letint(result7, 85, (long) TVolumePosition::Class());
13269    return(1 || funcname || hash || result7 || libp) ;
13270 }
13271 
13272 static int G__G__Table_220_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13273 {
13274       G__letint(result7, 67, (long) TVolumePosition::Class_Name());
13275    return(1 || funcname || hash || result7 || libp) ;
13276 }
13277 
13278 static int G__G__Table_220_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13279 {
13280       G__letint(result7, 115, (long) TVolumePosition::Class_Version());
13281    return(1 || funcname || hash || result7 || libp) ;
13282 }
13283 
13284 static int G__G__Table_220_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13285 {
13286       TVolumePosition::Dictionary();
13287       G__setnull(result7);
13288    return(1 || funcname || hash || result7 || libp) ;
13289 }
13290 
13291 static int G__G__Table_220_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13292 {
13293       ((TVolumePosition*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13294       G__setnull(result7);
13295    return(1 || funcname || hash || result7 || libp) ;
13296 }
13297 
13298 static int G__G__Table_220_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13299 {
13300       G__letint(result7, 67, (long) TVolumePosition::DeclFileName());
13301    return(1 || funcname || hash || result7 || libp) ;
13302 }
13303 
13304 static int G__G__Table_220_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13305 {
13306       G__letint(result7, 105, (long) TVolumePosition::ImplFileLine());
13307    return(1 || funcname || hash || result7 || libp) ;
13308 }
13309 
13310 static int G__G__Table_220_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13311 {
13312       G__letint(result7, 67, (long) TVolumePosition::ImplFileName());
13313    return(1 || funcname || hash || result7 || libp) ;
13314 }
13315 
13316 static int G__G__Table_220_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13317 {
13318       G__letint(result7, 105, (long) TVolumePosition::DeclFileLine());
13319    return(1 || funcname || hash || result7 || libp) ;
13320 }
13321 
13322 // automatic destructor
13323 typedef TVolumePosition G__TTVolumePosition;
13324 static int G__G__Table_220_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13325 {
13326    char* gvp = (char*) G__getgvp();
13327    long soff = G__getstructoffset();
13328    int n = G__getaryconstruct();
13329    //
13330    //has_a_delete: 1
13331    //has_own_delete1arg: 0
13332    //has_own_delete2arg: 0
13333    //
13334    if (!soff) {
13335      return(1);
13336    }
13337    if (n) {
13338      if (gvp == (char*)G__PVOID) {
13339        delete[] (TVolumePosition*) soff;
13340      } else {
13341        G__setgvp((long) G__PVOID);
13342        for (int i = n - 1; i >= 0; --i) {
13343          ((TVolumePosition*) (soff+(sizeof(TVolumePosition)*i)))->~G__TTVolumePosition();
13344        }
13345        G__setgvp((long)gvp);
13346      }
13347    } else {
13348      if (gvp == (char*)G__PVOID) {
13349        delete (TVolumePosition*) soff;
13350      } else {
13351        G__setgvp((long) G__PVOID);
13352        ((TVolumePosition*) (soff))->~G__TTVolumePosition();
13353        G__setgvp((long)gvp);
13354      }
13355    }
13356    G__setnull(result7);
13357    return(1 || funcname || hash || result7 || libp) ;
13358 }
13359 
13360 
13361 /* TVolume */
13362 static int G__G__Table_221_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13363 {
13364    TVolume* p = NULL;
13365    char* gvp = (char*) G__getgvp();
13366    int n = G__getaryconstruct();
13367    if (n) {
13368      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13369        p = new TVolume[n];
13370      } else {
13371        p = new((void*) gvp) TVolume[n];
13372      }
13373    } else {
13374      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13375        p = new TVolume;
13376      } else {
13377        p = new((void*) gvp) TVolume;
13378      }
13379    }
13380    result7->obj.i = (long) p;
13381    result7->ref = (long) p;
13382    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolume));
13383    return(1 || funcname || hash || result7 || libp) ;
13384 }
13385 
13386 static int G__G__Table_221_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13387 {
13388    TVolume* p = NULL;
13389    char* gvp = (char*) G__getgvp();
13390    switch (libp->paran) {
13391    case 4:
13392      //m: 4
13393      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13394        p = new TVolume(
13395 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13396 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
13397      } else {
13398        p = new((void*) gvp) TVolume(
13399 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13400 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
13401      }
13402      break;
13403    case 3:
13404      //m: 3
13405      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13406        p = new TVolume(
13407 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13408 , (const char*) G__int(libp->para[2]));
13409      } else {
13410        p = new((void*) gvp) TVolume(
13411 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13412 , (const char*) G__int(libp->para[2]));
13413      }
13414      break;
13415    }
13416    result7->obj.i = (long) p;
13417    result7->ref = (long) p;
13418    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolume));
13419    return(1 || funcname || hash || result7 || libp) ;
13420 }
13421 
13422 static int G__G__Table_221_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13423 {
13424    TVolume* p = NULL;
13425    char* gvp = (char*) G__getgvp();
13426    switch (libp->paran) {
13427    case 4:
13428      //m: 4
13429      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13430        p = new TVolume(
13431 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13432 , (TShape*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
13433      } else {
13434        p = new((void*) gvp) TVolume(
13435 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13436 , (TShape*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3]));
13437      }
13438      break;
13439    case 3:
13440      //m: 3
13441      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13442        p = new TVolume(
13443 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13444 , (TShape*) G__int(libp->para[2]));
13445      } else {
13446        p = new((void*) gvp) TVolume(
13447 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13448 , (TShape*) G__int(libp->para[2]));
13449      }
13450      break;
13451    }
13452    result7->obj.i = (long) p;
13453    result7->ref = (long) p;
13454    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolume));
13455    return(1 || funcname || hash || result7 || libp) ;
13456 }
13457 
13458 static int G__G__Table_221_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13459 {
13460    TVolume* p = NULL;
13461    char* gvp = (char*) G__getgvp();
13462    //m: 1
13463    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13464      p = new TVolume(*(TNode*) libp->para[0].ref);
13465    } else {
13466      p = new((void*) gvp) TVolume(*(TNode*) libp->para[0].ref);
13467    }
13468    result7->obj.i = (long) p;
13469    result7->ref = (long) p;
13470    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolume));
13471    return(1 || funcname || hash || result7 || libp) ;
13472 }
13473 
13474 static int G__G__Table_221_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13475 {
13476    switch (libp->paran) {
13477    case 7:
13478       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add(
13479 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13480 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13481 , (TRotMatrix*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
13482 , (Option_t*) G__int(libp->para[6])));
13483       break;
13484    case 6:
13485       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13486 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13487 , (TRotMatrix*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
13488       break;
13489    case 5:
13490       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13491 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13492 , (TRotMatrix*) G__int(libp->para[4])));
13493       break;
13494    case 4:
13495       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13496 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
13497       break;
13498    case 3:
13499       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13500 , (Double_t) G__double(libp->para[2])));
13501       break;
13502    case 2:
13503       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])));
13504       break;
13505    case 1:
13506       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0])));
13507       break;
13508    }
13509    return(1 || funcname || hash || result7 || libp) ;
13510 }
13511 
13512 static int G__G__Table_221_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13513 {
13514    switch (libp->paran) {
13515    case 7:
13516       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add(
13517 (TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13518 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13519 , (const char*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
13520 , (Option_t*) G__int(libp->para[6])));
13521       break;
13522    case 6:
13523       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13524 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13525 , (const char*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
13526       break;
13527    case 5:
13528       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->Add((TVolume*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
13529 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
13530 , (const char*) G__int(libp->para[4])));
13531       break;
13532    }
13533    return(1 || funcname || hash || result7 || libp) ;
13534 }
13535 
13536 static int G__G__Table_221_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13537 {
13538       G__letint(result7, 105, (long) TVolume::MapStNode2GEANTVis((TVolume::ENodeSEEN) G__int(libp->para[0])));
13539    return(1 || funcname || hash || result7 || libp) ;
13540 }
13541 
13542 static int G__G__Table_221_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13543 {
13544       G__letint(result7, 105, (long) TVolume::MapGEANT2StNodeVis((Int_t) G__int(libp->para[0])));
13545    return(1 || funcname || hash || result7 || libp) ;
13546 }
13547 
13548 static int G__G__Table_221_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13549 {
13550    switch (libp->paran) {
13551    case 2:
13552       ((TVolume*) G__getstructoffset())->Add((TShape*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
13553       G__setnull(result7);
13554       break;
13555    case 1:
13556       ((TVolume*) G__getstructoffset())->Add((TShape*) G__int(libp->para[0]));
13557       G__setnull(result7);
13558       break;
13559    }
13560    return(1 || funcname || hash || result7 || libp) ;
13561 }
13562 
13563 static int G__G__Table_221_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13564 {
13565    switch (libp->paran) {
13566    case 1:
13567       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->CreateTNode((TVolumePosition*) G__int(libp->para[0])));
13568       break;
13569    case 0:
13570       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->CreateTNode());
13571       break;
13572    }
13573    return(1 || funcname || hash || result7 || libp) ;
13574 }
13575 
13576 static int G__G__Table_221_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13577 {
13578       ((TVolume*) G__getstructoffset())->DeletePosition((TVolumePosition*) G__int(libp->para[0]));
13579       G__setnull(result7);
13580    return(1 || funcname || hash || result7 || libp) ;
13581 }
13582 
13583 static int G__G__Table_221_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13584 {
13585    switch (libp->paran) {
13586    case 1:
13587       ((TVolume*) G__getstructoffset())->DrawOnly((Option_t*) G__int(libp->para[0]));
13588       G__setnull(result7);
13589       break;
13590    case 0:
13591       ((TVolume*) G__getstructoffset())->DrawOnly();
13592       G__setnull(result7);
13593       break;
13594    }
13595    return(1 || funcname || hash || result7 || libp) ;
13596 }
13597 
13598 static int G__G__Table_221_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13599 {
13600       G__letint(result7, 85, (long) TVolume::GetIdentity());
13601    return(1 || funcname || hash || result7 || libp) ;
13602 }
13603 
13604 static int G__G__Table_221_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13605 {
13606       G__letint(result7, 67, (long) ((const TVolume*) G__getstructoffset())->GetOption());
13607    return(1 || funcname || hash || result7 || libp) ;
13608 }
13609 
13610 static int G__G__Table_221_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13611 {
13612       G__letint(result7, 85, (long) ((const TVolume*) G__getstructoffset())->GetShape());
13613    return(1 || funcname || hash || result7 || libp) ;
13614 }
13615 
13616 static int G__G__Table_221_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13617 {
13618       G__letint(result7, 85, (long) ((const TVolume*) G__getstructoffset())->GetListOfShapes());
13619    return(1 || funcname || hash || result7 || libp) ;
13620 }
13621 
13622 static int G__G__Table_221_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13623 {
13624       ((TVolume*) G__getstructoffset())->GetLocalRange((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
13625       G__setnull(result7);
13626    return(1 || funcname || hash || result7 || libp) ;
13627 }
13628 
13629 static int G__G__Table_221_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13630 {
13631       G__letint(result7, 105, (long) ((const TVolume*) G__getstructoffset())->GetVisibility());
13632    return(1 || funcname || hash || result7 || libp) ;
13633 }
13634 
13635 static int G__G__Table_221_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13636 {
13637       G__letint(result7, 85, (long) ((TVolume*) G__getstructoffset())->GetListOfPositions());
13638    return(1 || funcname || hash || result7 || libp) ;
13639 }
13640 
13641 static int G__G__Table_221_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13642 {
13643       ((TVolume*) G__getstructoffset())->ImportShapeAttributes();
13644       G__setnull(result7);
13645    return(1 || funcname || hash || result7 || libp) ;
13646 }
13647 
13648 static int G__G__Table_221_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13649 {
13650       G__letint(result7, 103, (long) ((const TVolume*) G__getstructoffset())->Is3D());
13651    return(1 || funcname || hash || result7 || libp) ;
13652 }
13653 
13654 static int G__G__Table_221_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13655 {
13656       G__letint(result7, 85, (long) ((const TVolume*) G__getstructoffset())->Nodes());
13657    return(1 || funcname || hash || result7 || libp) ;
13658 }
13659 
13660 static int G__G__Table_221_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13661 {
13662    switch (libp->paran) {
13663    case 1:
13664       ((TVolume*) G__getstructoffset())->PaintShape((Option_t*) G__int(libp->para[0]));
13665       G__setnull(result7);
13666       break;
13667    case 0:
13668       ((TVolume*) G__getstructoffset())->PaintShape();
13669       G__setnull(result7);
13670       break;
13671    }
13672    return(1 || funcname || hash || result7 || libp) ;
13673 }
13674 
13675 static int G__G__Table_221_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13676 {
13677    switch (libp->paran) {
13678    case 1:
13679       ((TVolume*) G__getstructoffset())->SetVisibility((TVolume::ENodeSEEN) G__int(libp->para[0]));
13680       G__setnull(result7);
13681       break;
13682    case 0:
13683       ((TVolume*) G__getstructoffset())->SetVisibility();
13684       G__setnull(result7);
13685       break;
13686    }
13687    return(1 || funcname || hash || result7 || libp) ;
13688 }
13689 
13690 static int G__G__Table_221_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13691 {
13692       G__letint(result7, 85, (long) TVolume::Class());
13693    return(1 || funcname || hash || result7 || libp) ;
13694 }
13695 
13696 static int G__G__Table_221_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13697 {
13698       G__letint(result7, 67, (long) TVolume::Class_Name());
13699    return(1 || funcname || hash || result7 || libp) ;
13700 }
13701 
13702 static int G__G__Table_221_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13703 {
13704       G__letint(result7, 115, (long) TVolume::Class_Version());
13705    return(1 || funcname || hash || result7 || libp) ;
13706 }
13707 
13708 static int G__G__Table_221_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13709 {
13710       TVolume::Dictionary();
13711       G__setnull(result7);
13712    return(1 || funcname || hash || result7 || libp) ;
13713 }
13714 
13715 static int G__G__Table_221_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13716 {
13717       ((TVolume*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13718       G__setnull(result7);
13719    return(1 || funcname || hash || result7 || libp) ;
13720 }
13721 
13722 static int G__G__Table_221_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13723 {
13724       G__letint(result7, 67, (long) TVolume::DeclFileName());
13725    return(1 || funcname || hash || result7 || libp) ;
13726 }
13727 
13728 static int G__G__Table_221_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13729 {
13730       G__letint(result7, 105, (long) TVolume::ImplFileLine());
13731    return(1 || funcname || hash || result7 || libp) ;
13732 }
13733 
13734 static int G__G__Table_221_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13735 {
13736       G__letint(result7, 67, (long) TVolume::ImplFileName());
13737    return(1 || funcname || hash || result7 || libp) ;
13738 }
13739 
13740 static int G__G__Table_221_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13741 {
13742       G__letint(result7, 105, (long) TVolume::DeclFileLine());
13743    return(1 || funcname || hash || result7 || libp) ;
13744 }
13745 
13746 // automatic copy constructor
13747 static int G__G__Table_221_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13748 
13749 {
13750    TVolume* p;
13751    void* tmp = (void*) G__int(libp->para[0]);
13752    p = new TVolume(*(TVolume*) tmp);
13753    result7->obj.i = (long) p;
13754    result7->ref = (long) p;
13755    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolume));
13756    return(1 || funcname || hash || result7 || libp) ;
13757 }
13758 
13759 // automatic destructor
13760 typedef TVolume G__TTVolume;
13761 static int G__G__Table_221_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13762 {
13763    char* gvp = (char*) G__getgvp();
13764    long soff = G__getstructoffset();
13765    int n = G__getaryconstruct();
13766    //
13767    //has_a_delete: 1
13768    //has_own_delete1arg: 0
13769    //has_own_delete2arg: 0
13770    //
13771    if (!soff) {
13772      return(1);
13773    }
13774    if (n) {
13775      if (gvp == (char*)G__PVOID) {
13776        delete[] (TVolume*) soff;
13777      } else {
13778        G__setgvp((long) G__PVOID);
13779        for (int i = n - 1; i >= 0; --i) {
13780          ((TVolume*) (soff+(sizeof(TVolume)*i)))->~G__TTVolume();
13781        }
13782        G__setgvp((long)gvp);
13783      }
13784    } else {
13785      if (gvp == (char*)G__PVOID) {
13786        delete (TVolume*) soff;
13787      } else {
13788        G__setgvp((long) G__PVOID);
13789        ((TVolume*) (soff))->~G__TTVolume();
13790        G__setgvp((long)gvp);
13791      }
13792    }
13793    G__setnull(result7);
13794    return(1 || funcname || hash || result7 || libp) ;
13795 }
13796 
13797 
13798 /* TVolumeView */
13799 static int G__G__Table_224_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13800 {
13801    TVolumeView* p = NULL;
13802    char* gvp = (char*) G__getgvp();
13803    int n = G__getaryconstruct();
13804    if (n) {
13805      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13806        p = new TVolumeView[n];
13807      } else {
13808        p = new((void*) gvp) TVolumeView[n];
13809      }
13810    } else {
13811      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13812        p = new TVolumeView;
13813      } else {
13814        p = new((void*) gvp) TVolumeView;
13815      }
13816    }
13817    result7->obj.i = (long) p;
13818    result7->ref = (long) p;
13819    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
13820    return(1 || funcname || hash || result7 || libp) ;
13821 }
13822 
13823 static int G__G__Table_224_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13824 {
13825    TVolumeView* p = NULL;
13826    char* gvp = (char*) G__getgvp();
13827    switch (libp->paran) {
13828    case 2:
13829      //m: 2
13830      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13831        p = new TVolumeView((TVolumeView*) G__int(libp->para[0]), (TVolumePosition*) G__int(libp->para[1]));
13832      } else {
13833        p = new((void*) gvp) TVolumeView((TVolumeView*) G__int(libp->para[0]), (TVolumePosition*) G__int(libp->para[1]));
13834      }
13835      break;
13836    case 1:
13837      //m: 1
13838      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13839        p = new TVolumeView((TVolumeView*) G__int(libp->para[0]));
13840      } else {
13841        p = new((void*) gvp) TVolumeView((TVolumeView*) G__int(libp->para[0]));
13842      }
13843      break;
13844    }
13845    result7->obj.i = (long) p;
13846    result7->ref = (long) p;
13847    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
13848    return(1 || funcname || hash || result7 || libp) ;
13849 }
13850 
13851 static int G__G__Table_224_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13852 {
13853    TVolumeView* p = NULL;
13854    char* gvp = (char*) G__getgvp();
13855    switch (libp->paran) {
13856    case 3:
13857      //m: 3
13858      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13859        p = new TVolumeView(
13860 (TVolumeView*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
13861 , (const Char_t*) G__int(libp->para[2]));
13862      } else {
13863        p = new((void*) gvp) TVolumeView(
13864 (TVolumeView*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])
13865 , (const Char_t*) G__int(libp->para[2]));
13866      }
13867      break;
13868    case 2:
13869      //m: 2
13870      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13871        p = new TVolumeView((TVolumeView*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1]));
13872      } else {
13873        p = new((void*) gvp) TVolumeView((TVolumeView*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1]));
13874      }
13875      break;
13876    }
13877    result7->obj.i = (long) p;
13878    result7->ref = (long) p;
13879    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
13880    return(1 || funcname || hash || result7 || libp) ;
13881 }
13882 
13883 static int G__G__Table_224_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13884 {
13885    TVolumeView* p = NULL;
13886    char* gvp = (char*) G__getgvp();
13887    //m: 2
13888    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13889      p = new TVolumeView((TVolumeView*) G__int(libp->para[0]), (TVolumeView*) G__int(libp->para[1]));
13890    } else {
13891      p = new((void*) gvp) TVolumeView((TVolumeView*) G__int(libp->para[0]), (TVolumeView*) G__int(libp->para[1]));
13892    }
13893    result7->obj.i = (long) p;
13894    result7->ref = (long) p;
13895    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
13896    return(1 || funcname || hash || result7 || libp) ;
13897 }
13898 
13899 static int G__G__Table_224_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13900 {
13901    TVolumeView* p = NULL;
13902    char* gvp = (char*) G__getgvp();
13903    //m: 3
13904    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13905      p = new TVolumeView(
13906 (TVolumeView*) G__int(libp->para[0]), (TVolumeView*) G__int(libp->para[1])
13907 , (TVolumeView*) G__int(libp->para[2]));
13908    } else {
13909      p = new((void*) gvp) TVolumeView(
13910 (TVolumeView*) G__int(libp->para[0]), (TVolumeView*) G__int(libp->para[1])
13911 , (TVolumeView*) G__int(libp->para[2]));
13912    }
13913    result7->obj.i = (long) p;
13914    result7->ref = (long) p;
13915    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
13916    return(1 || funcname || hash || result7 || libp) ;
13917 }
13918 
13919 static int G__G__Table_224_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13920 {
13921    TVolumeView* p = NULL;
13922    char* gvp = (char*) G__getgvp();
13923    switch (libp->paran) {
13924    case 5:
13925      //m: 5
13926      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13927        p = new TVolumeView(
13928 *(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
13929 , (TVolumePosition*) G__int(libp->para[2]), (TDataSet::EDataSetPass) G__int(libp->para[3])
13930 , (TVolumeView*) G__int(libp->para[4]));
13931      } else {
13932        p = new((void*) gvp) TVolumeView(
13933 *(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
13934 , (TVolumePosition*) G__int(libp->para[2]), (TDataSet::EDataSetPass) G__int(libp->para[3])
13935 , (TVolumeView*) G__int(libp->para[4]));
13936      }
13937      break;
13938    case 4:
13939      //m: 4
13940      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13941        p = new TVolumeView(
13942 *(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
13943 , (TVolumePosition*) G__int(libp->para[2]), (TDataSet::EDataSetPass) G__int(libp->para[3]));
13944      } else {
13945        p = new((void*) gvp) TVolumeView(
13946 *(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
13947 , (TVolumePosition*) G__int(libp->para[2]), (TDataSet::EDataSetPass) G__int(libp->para[3]));
13948      }
13949      break;
13950    case 3:
13951      //m: 3
13952      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13953        p = new TVolumeView(
13954 *(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
13955 , (TVolumePosition*) G__int(libp->para[2]));
13956      } else {
13957        p = new((void*) gvp) TVolumeView(
13958 *(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1])
13959 , (TVolumePosition*) G__int(libp->para[2]));
13960      }
13961      break;
13962    case 2:
13963      //m: 2
13964      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13965        p = new TVolumeView(*(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1]));
13966      } else {
13967        p = new((void*) gvp) TVolumeView(*(TVolume*) libp->para[0].ref, (Int_t) G__int(libp->para[1]));
13968      }
13969      break;
13970    case 1:
13971      //m: 1
13972      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13973        p = new TVolumeView(*(TVolume*) libp->para[0].ref);
13974      } else {
13975        p = new((void*) gvp) TVolumeView(*(TVolume*) libp->para[0].ref);
13976      }
13977      break;
13978    }
13979    result7->obj.i = (long) p;
13980    result7->ref = (long) p;
13981    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
13982    return(1 || funcname || hash || result7 || libp) ;
13983 }
13984 
13985 static int G__G__Table_224_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13986 {
13987    TVolumeView* p = NULL;
13988    char* gvp = (char*) G__getgvp();
13989    switch (libp->paran) {
13990    case 7:
13991      //m: 7
13992      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13993        p = new TVolumeView(
13994 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
13995 , (UInt_t) G__int(libp->para[2]), (TVolume*) G__int(libp->para[3])
13996 , (const Char_t*) G__int(libp->para[4]), (const Char_t*) G__int(libp->para[5])
13997 , (Int_t) G__int(libp->para[6]));
13998      } else {
13999        p = new((void*) gvp) TVolumeView(
14000 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14001 , (UInt_t) G__int(libp->para[2]), (TVolume*) G__int(libp->para[3])
14002 , (const Char_t*) G__int(libp->para[4]), (const Char_t*) G__int(libp->para[5])
14003 , (Int_t) G__int(libp->para[6]));
14004      }
14005      break;
14006    case 6:
14007      //m: 6
14008      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14009        p = new TVolumeView(
14010 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14011 , (UInt_t) G__int(libp->para[2]), (TVolume*) G__int(libp->para[3])
14012 , (const Char_t*) G__int(libp->para[4]), (const Char_t*) G__int(libp->para[5]));
14013      } else {
14014        p = new((void*) gvp) TVolumeView(
14015 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14016 , (UInt_t) G__int(libp->para[2]), (TVolume*) G__int(libp->para[3])
14017 , (const Char_t*) G__int(libp->para[4]), (const Char_t*) G__int(libp->para[5]));
14018      }
14019      break;
14020    case 5:
14021      //m: 5
14022      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14023        p = new TVolumeView(
14024 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14025 , (UInt_t) G__int(libp->para[2]), (TVolume*) G__int(libp->para[3])
14026 , (const Char_t*) G__int(libp->para[4]));
14027      } else {
14028        p = new((void*) gvp) TVolumeView(
14029 (Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
14030 , (UInt_t) G__int(libp->para[2]), (TVolume*) G__int(libp->para[3])
14031 , (const Char_t*) G__int(libp->para[4]));
14032      }
14033      break;
14034    }
14035    result7->obj.i = (long) p;
14036    result7->ref = (long) p;
14037    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
14038    return(1 || funcname || hash || result7 || libp) ;
14039 }
14040 
14041 static int G__G__Table_224_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14042 {
14043    TVolumeView* p = NULL;
14044    char* gvp = (char*) G__getgvp();
14045    //m: 2
14046    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14047      p = new TVolumeView((TVolume*) G__int(libp->para[0]), (TVolumePosition*) G__int(libp->para[1]));
14048    } else {
14049      p = new((void*) gvp) TVolumeView((TVolume*) G__int(libp->para[0]), (TVolumePosition*) G__int(libp->para[1]));
14050    }
14051    result7->obj.i = (long) p;
14052    result7->ref = (long) p;
14053    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
14054    return(1 || funcname || hash || result7 || libp) ;
14055 }
14056 
14057 static int G__G__Table_224_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14058 {
14059       G__letint(result7, 85, (long) ((TVolumeView*) G__getstructoffset())->AddNode((TVolume*) G__int(libp->para[0])));
14060    return(1 || funcname || hash || result7 || libp) ;
14061 }
14062 
14063 static int G__G__Table_224_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14064 {
14065       ((TVolumeView*) G__getstructoffset())->Add((TVolumeView*) G__int(libp->para[0]));
14066       G__setnull(result7);
14067    return(1 || funcname || hash || result7 || libp) ;
14068 }
14069 
14070 static int G__G__Table_224_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14071 {
14072    switch (libp->paran) {
14073    case 2:
14074       ((TVolumeView*) G__getstructoffset())->Add((TShape*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
14075       G__setnull(result7);
14076       break;
14077    case 1:
14078       ((TVolumeView*) G__getstructoffset())->Add((TShape*) G__int(libp->para[0]));
14079       G__setnull(result7);
14080       break;
14081    }
14082    return(1 || funcname || hash || result7 || libp) ;
14083 }
14084 
14085 static int G__G__Table_224_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14086 {
14087       G__letint(result7, 85, (long) ((const TVolumeView*) G__getstructoffset())->GetPosition());
14088    return(1 || funcname || hash || result7 || libp) ;
14089 }
14090 
14091 static int G__G__Table_224_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14092 {
14093       G__letint(result7, 85, (long) ((const TVolumeView*) G__getstructoffset())->GetNode());
14094    return(1 || funcname || hash || result7 || libp) ;
14095 }
14096 
14097 static int G__G__Table_224_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14098 {
14099       G__letint(result7, 105, (long) ((TVolumeView*) G__getstructoffset())->GetGlobalRange((TVolumeView*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14100 , (Float_t*) G__int(libp->para[2])));
14101    return(1 || funcname || hash || result7 || libp) ;
14102 }
14103 
14104 static int G__G__Table_224_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14105 {
14106       G__letint(result7, 85, (long) ((const TVolumeView*) G__getstructoffset())->GetListOfShapes());
14107    return(1 || funcname || hash || result7 || libp) ;
14108 }
14109 
14110 static int G__G__Table_224_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14111 {
14112       ((TVolumeView*) G__getstructoffset())->GetLocalRange((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1]));
14113       G__setnull(result7);
14114    return(1 || funcname || hash || result7 || libp) ;
14115 }
14116 
14117 static int G__G__Table_224_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14118 {
14119       G__letint(result7, 85, (long) ((const TVolumeView*) G__getstructoffset())->GetShape());
14120    return(1 || funcname || hash || result7 || libp) ;
14121 }
14122 
14123 static int G__G__Table_224_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14124 {
14125       G__letint(result7, 105, (long) ((const TVolumeView*) G__getstructoffset())->GetVisibility());
14126    return(1 || funcname || hash || result7 || libp) ;
14127 }
14128 
14129 static int G__G__Table_224_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14130 {
14131       G__letint(result7, 103, (long) ((const TVolumeView*) G__getstructoffset())->Is3D());
14132    return(1 || funcname || hash || result7 || libp) ;
14133 }
14134 
14135 static int G__G__Table_224_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14136 {
14137    switch (libp->paran) {
14138    case 2:
14139       G__letint(result7, 85, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((TVolumeView*) G__int(libp->para[0]), (TVolumeView*) G__int(libp->para[1])));
14140       break;
14141    case 1:
14142       G__letint(result7, 85, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((TVolumeView*) G__int(libp->para[0])));
14143       break;
14144    }
14145    return(1 || funcname || hash || result7 || libp) ;
14146 }
14147 
14148 static int G__G__Table_224_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14149 {
14150    switch (libp->paran) {
14151    case 2:
14152       G__letint(result7, 85, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((const Char_t*) G__int(libp->para[0]), (const Char_t*) G__int(libp->para[1])));
14153       break;
14154    case 1:
14155       G__letint(result7, 85, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((const Char_t*) G__int(libp->para[0])));
14156       break;
14157    }
14158    return(1 || funcname || hash || result7 || libp) ;
14159 }
14160 
14161 static int G__G__Table_224_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14162 {
14163    switch (libp->paran) {
14164    case 5:
14165       G__letint(result7, 70, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14166 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])
14167 , (Int_t) G__int(libp->para[4])));
14168       break;
14169    case 4:
14170       G__letint(result7, 70, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14171 , (const Char_t*) G__int(libp->para[2]), (const Char_t*) G__int(libp->para[3])));
14172       break;
14173    case 3:
14174       G__letint(result7, 70, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14175 , (const Char_t*) G__int(libp->para[2])));
14176       break;
14177    }
14178    return(1 || funcname || hash || result7 || libp) ;
14179 }
14180 
14181 static int G__G__Table_224_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14182 {
14183    switch (libp->paran) {
14184    case 5:
14185       G__letint(result7, 70, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14186 , (TVolumeView*) G__int(libp->para[2]), (TVolumeView*) G__int(libp->para[3])
14187 , (Int_t) G__int(libp->para[4])));
14188       break;
14189    case 4:
14190       G__letint(result7, 70, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14191 , (TVolumeView*) G__int(libp->para[2]), (TVolumeView*) G__int(libp->para[3])));
14192       break;
14193    case 3:
14194       G__letint(result7, 70, (long) ((TVolumeView*) G__getstructoffset())->Local2Master((Float_t*) G__int(libp->para[0]), (Float_t*) G__int(libp->para[1])
14195 , (TVolumeView*) G__int(libp->para[2])));
14196       break;
14197    }
14198    return(1 || funcname || hash || result7 || libp) ;
14199 }
14200 
14201 static int G__G__Table_224_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14202 {
14203       G__letint(result7, 85, (long) ((TVolumeView*) G__getstructoffset())->Nodes());
14204    return(1 || funcname || hash || result7 || libp) ;
14205 }
14206 
14207 static int G__G__Table_224_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14208 {
14209       {
14210          const TString* pobj;
14211          const TString xobj = ((const TVolumeView*) G__getstructoffset())->PathP();
14212          pobj = new TString(xobj);
14213          result7->obj.i = (long) ((void*) pobj);
14214          result7->ref = result7->obj.i;
14215          G__store_tempobject(*result7);
14216       }
14217    return(1 || funcname || hash || result7 || libp) ;
14218 }
14219 
14220 static int G__G__Table_224_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14221 {
14222       ((TVolumeView*) G__getstructoffset())->SetLineAttributes();
14223       G__setnull(result7);
14224    return(1 || funcname || hash || result7 || libp) ;
14225 }
14226 
14227 static int G__G__Table_224_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14228 {
14229    switch (libp->paran) {
14230    case 1:
14231       ((TVolumeView*) G__getstructoffset())->SetVisibility((Int_t) G__int(libp->para[0]));
14232       G__setnull(result7);
14233       break;
14234    case 0:
14235       ((TVolumeView*) G__getstructoffset())->SetVisibility();
14236       G__setnull(result7);
14237       break;
14238    }
14239    return(1 || funcname || hash || result7 || libp) ;
14240 }
14241 
14242 static int G__G__Table_224_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14243 {
14244       G__letint(result7, 85, (long) TVolumeView::Class());
14245    return(1 || funcname || hash || result7 || libp) ;
14246 }
14247 
14248 static int G__G__Table_224_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14249 {
14250       G__letint(result7, 67, (long) TVolumeView::Class_Name());
14251    return(1 || funcname || hash || result7 || libp) ;
14252 }
14253 
14254 static int G__G__Table_224_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14255 {
14256       G__letint(result7, 115, (long) TVolumeView::Class_Version());
14257    return(1 || funcname || hash || result7 || libp) ;
14258 }
14259 
14260 static int G__G__Table_224_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14261 {
14262       TVolumeView::Dictionary();
14263       G__setnull(result7);
14264    return(1 || funcname || hash || result7 || libp) ;
14265 }
14266 
14267 static int G__G__Table_224_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14268 {
14269       ((TVolumeView*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14270       G__setnull(result7);
14271    return(1 || funcname || hash || result7 || libp) ;
14272 }
14273 
14274 static int G__G__Table_224_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14275 {
14276       G__letint(result7, 67, (long) TVolumeView::DeclFileName());
14277    return(1 || funcname || hash || result7 || libp) ;
14278 }
14279 
14280 static int G__G__Table_224_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14281 {
14282       G__letint(result7, 105, (long) TVolumeView::ImplFileLine());
14283    return(1 || funcname || hash || result7 || libp) ;
14284 }
14285 
14286 static int G__G__Table_224_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14287 {
14288       G__letint(result7, 67, (long) TVolumeView::ImplFileName());
14289    return(1 || funcname || hash || result7 || libp) ;
14290 }
14291 
14292 static int G__G__Table_224_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14293 {
14294       G__letint(result7, 105, (long) TVolumeView::DeclFileLine());
14295    return(1 || funcname || hash || result7 || libp) ;
14296 }
14297 
14298 // automatic destructor
14299 typedef TVolumeView G__TTVolumeView;
14300 static int G__G__Table_224_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14301 {
14302    char* gvp = (char*) G__getgvp();
14303    long soff = G__getstructoffset();
14304    int n = G__getaryconstruct();
14305    //
14306    //has_a_delete: 1
14307    //has_own_delete1arg: 0
14308    //has_own_delete2arg: 0
14309    //
14310    if (!soff) {
14311      return(1);
14312    }
14313    if (n) {
14314      if (gvp == (char*)G__PVOID) {
14315        delete[] (TVolumeView*) soff;
14316      } else {
14317        G__setgvp((long) G__PVOID);
14318        for (int i = n - 1; i >= 0; --i) {
14319          ((TVolumeView*) (soff+(sizeof(TVolumeView)*i)))->~G__TTVolumeView();
14320        }
14321        G__setgvp((long)gvp);
14322      }
14323    } else {
14324      if (gvp == (char*)G__PVOID) {
14325        delete (TVolumeView*) soff;
14326      } else {
14327        G__setgvp((long) G__PVOID);
14328        ((TVolumeView*) (soff))->~G__TTVolumeView();
14329        G__setgvp((long)gvp);
14330      }
14331    }
14332    G__setnull(result7);
14333    return(1 || funcname || hash || result7 || libp) ;
14334 }
14335 
14336 
14337 /* TVolumeViewIter */
14338 static int G__G__Table_225_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14339 {
14340    TVolumeViewIter* p = NULL;
14341    char* gvp = (char*) G__getgvp();
14342    switch (libp->paran) {
14343    case 3:
14344      //m: 3
14345      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14346        p = new TVolumeViewIter(
14347 (TVolumeView*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14348 , (Bool_t) G__int(libp->para[2]));
14349      } else {
14350        p = new((void*) gvp) TVolumeViewIter(
14351 (TVolumeView*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
14352 , (Bool_t) G__int(libp->para[2]));
14353      }
14354      break;
14355    case 2:
14356      //m: 2
14357      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14358        p = new TVolumeViewIter((TVolumeView*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
14359      } else {
14360        p = new((void*) gvp) TVolumeViewIter((TVolumeView*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
14361      }
14362      break;
14363    case 1:
14364      //m: 1
14365      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14366        p = new TVolumeViewIter((TVolumeView*) G__int(libp->para[0]));
14367      } else {
14368        p = new((void*) gvp) TVolumeViewIter((TVolumeView*) G__int(libp->para[0]));
14369      }
14370      break;
14371    }
14372    result7->obj.i = (long) p;
14373    result7->ref = (long) p;
14374    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter));
14375    return(1 || funcname || hash || result7 || libp) ;
14376 }
14377 
14378 static int G__G__Table_225_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14379 {
14380       G__letint(result7, 85, (long) ((TVolumeViewIter*) G__getstructoffset())->operator[]((Int_t) G__int(libp->para[0])));
14381    return(1 || funcname || hash || result7 || libp) ;
14382 }
14383 
14384 static int G__G__Table_225_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14385 {
14386       G__letint(result7, 85, (long) ((TVolumeViewIter*) G__getstructoffset())->UpdateTempMatrix((TVolumePosition*) G__int(libp->para[0])));
14387    return(1 || funcname || hash || result7 || libp) ;
14388 }
14389 
14390 static int G__G__Table_225_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14391 {
14392    switch (libp->paran) {
14393    case 2:
14394       ((TVolumeViewIter*) G__getstructoffset())->ResetPosition((Int_t) G__int(libp->para[0]), (TVolumePosition*) G__int(libp->para[1]));
14395       G__setnull(result7);
14396       break;
14397    case 1:
14398       ((TVolumeViewIter*) G__getstructoffset())->ResetPosition((Int_t) G__int(libp->para[0]));
14399       G__setnull(result7);
14400       break;
14401    case 0:
14402       ((TVolumeViewIter*) G__getstructoffset())->ResetPosition();
14403       G__setnull(result7);
14404       break;
14405    }
14406    return(1 || funcname || hash || result7 || libp) ;
14407 }
14408 
14409 static int G__G__Table_225_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14410 {
14411       G__letint(result7, 85, (long) TVolumeViewIter::Class());
14412    return(1 || funcname || hash || result7 || libp) ;
14413 }
14414 
14415 static int G__G__Table_225_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14416 {
14417       G__letint(result7, 67, (long) TVolumeViewIter::Class_Name());
14418    return(1 || funcname || hash || result7 || libp) ;
14419 }
14420 
14421 static int G__G__Table_225_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14422 {
14423       G__letint(result7, 115, (long) TVolumeViewIter::Class_Version());
14424    return(1 || funcname || hash || result7 || libp) ;
14425 }
14426 
14427 static int G__G__Table_225_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14428 {
14429       TVolumeViewIter::Dictionary();
14430       G__setnull(result7);
14431    return(1 || funcname || hash || result7 || libp) ;
14432 }
14433 
14434 static int G__G__Table_225_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14435 {
14436       ((TVolumeViewIter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14437       G__setnull(result7);
14438    return(1 || funcname || hash || result7 || libp) ;
14439 }
14440 
14441 static int G__G__Table_225_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14442 {
14443       G__letint(result7, 67, (long) TVolumeViewIter::DeclFileName());
14444    return(1 || funcname || hash || result7 || libp) ;
14445 }
14446 
14447 static int G__G__Table_225_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14448 {
14449       G__letint(result7, 105, (long) TVolumeViewIter::ImplFileLine());
14450    return(1 || funcname || hash || result7 || libp) ;
14451 }
14452 
14453 static int G__G__Table_225_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14454 {
14455       G__letint(result7, 67, (long) TVolumeViewIter::ImplFileName());
14456    return(1 || funcname || hash || result7 || libp) ;
14457 }
14458 
14459 static int G__G__Table_225_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14460 {
14461       G__letint(result7, 105, (long) TVolumeViewIter::DeclFileLine());
14462    return(1 || funcname || hash || result7 || libp) ;
14463 }
14464 
14465 // automatic copy constructor
14466 static int G__G__Table_225_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14467 
14468 {
14469    TVolumeViewIter* p;
14470    void* tmp = (void*) G__int(libp->para[0]);
14471    p = new TVolumeViewIter(*(TVolumeViewIter*) tmp);
14472    result7->obj.i = (long) p;
14473    result7->ref = (long) p;
14474    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter));
14475    return(1 || funcname || hash || result7 || libp) ;
14476 }
14477 
14478 // automatic destructor
14479 typedef TVolumeViewIter G__TTVolumeViewIter;
14480 static int G__G__Table_225_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14481 {
14482    char* gvp = (char*) G__getgvp();
14483    long soff = G__getstructoffset();
14484    int n = G__getaryconstruct();
14485    //
14486    //has_a_delete: 1
14487    //has_own_delete1arg: 0
14488    //has_own_delete2arg: 0
14489    //
14490    if (!soff) {
14491      return(1);
14492    }
14493    if (n) {
14494      if (gvp == (char*)G__PVOID) {
14495        delete[] (TVolumeViewIter*) soff;
14496      } else {
14497        G__setgvp((long) G__PVOID);
14498        for (int i = n - 1; i >= 0; --i) {
14499          ((TVolumeViewIter*) (soff+(sizeof(TVolumeViewIter)*i)))->~G__TTVolumeViewIter();
14500        }
14501        G__setgvp((long)gvp);
14502      }
14503    } else {
14504      if (gvp == (char*)G__PVOID) {
14505        delete (TVolumeViewIter*) soff;
14506      } else {
14507        G__setgvp((long) G__PVOID);
14508        ((TVolumeViewIter*) (soff))->~G__TTVolumeViewIter();
14509        G__setgvp((long)gvp);
14510      }
14511    }
14512    G__setnull(result7);
14513    return(1 || funcname || hash || result7 || libp) ;
14514 }
14515 
14516 // automatic assignment operator
14517 static int G__G__Table_225_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14518 {
14519    TVolumeViewIter* dest = (TVolumeViewIter*) G__getstructoffset();
14520    *dest = *(TVolumeViewIter*) libp->para[0].ref;
14521    const TVolumeViewIter& obj = *dest;
14522    result7->ref = (long) (&obj);
14523    result7->obj.i = (long) (&obj);
14524    return(1 || funcname || hash || result7 || libp) ;
14525 }
14526 
14527 
14528 /* Setting up global function */
14529 static int G__G__Table__0_437(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14530 {
14531       {
14532          const ostream& obj = operator<<(*(ostream*) libp->para[0].ref, *(TVolumePosition*) libp->para[1].ref);
14533          result7->ref = (long) (&obj);
14534          result7->obj.i = (long) (&obj);
14535       }
14536    return(1 || funcname || hash || result7 || libp) ;
14537 }
14538 
14539 
14540 /*********************************************************
14541 * Member function Stub
14542 *********************************************************/
14543 
14544 /* tableDescriptor_st */
14545 
14546 /* TCL */
14547 
14548 /* TTable */
14549 
14550 /* TDataSetIter */
14551 
14552 /* TDataSet */
14553 
14554 /* TTableDescriptor */
14555 
14556 /* TTableMap */
14557 
14558 /* TTable::iterator */
14559 
14560 /* TChair */
14561 
14562 /* TColumnView */
14563 
14564 /* TFileIter */
14565 
14566 /* TFileSet */
14567 
14568 /* TGenericTable */
14569 
14570 /* TGenericTable::iterator */
14571 
14572 /* TIndexTable */
14573 
14574 /* TIndexTable::iterator */
14575 
14576 /* TObjectSet */
14577 
14578 /* TPoints3D */
14579 
14580 /* TPointsArray3D */
14581 
14582 /* TPolyLineShape */
14583 
14584 /* TResponseTable */
14585 
14586 /* TTableSorter */
14587 
14588 /* TTablePoints */
14589 
14590 /* TTable3Points */
14591 
14592 /* TTableIter */
14593 
14594 /* TTablePadView3D */
14595 
14596 /* TVolumePosition */
14597 
14598 /* TVolume */
14599 
14600 /* TVolumeView */
14601 
14602 /* TVolumeViewIter */
14603 
14604 /*********************************************************
14605 * Global function Stub
14606 *********************************************************/
14607 
14608 /*********************************************************
14609 * Get size of pointer to member function
14610 *********************************************************/
14611 class G__Sizep2memfuncG__Table {
14612  public:
14613   G__Sizep2memfuncG__Table(): p(&G__Sizep2memfuncG__Table::sizep2memfunc) {}
14614     size_t sizep2memfunc() { return(sizeof(p)); }
14615   private:
14616     size_t (G__Sizep2memfuncG__Table::*p)();
14617 };
14618 
14619 size_t G__get_sizep2memfuncG__Table()
14620 {
14621   G__Sizep2memfuncG__Table a;
14622   G__setsizep2memfunc((int)a.sizep2memfunc());
14623   return((size_t)a.sizep2memfunc());
14624 }
14625 
14626 
14627 /*********************************************************
14628 * virtual base class offset calculation interface
14629 *********************************************************/
14630 
14631    /* Setting up class inheritance */
14632 
14633 /*********************************************************
14634 * Inheritance information setup/
14635 *********************************************************/
14636 extern "C" void G__cpp_setup_inheritanceG__Table() {
14637 
14638    /* Setting up class inheritance */
14639    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TTable))) {
14640      TTable *G__Lderived;
14641      G__Lderived=(TTable*)0x1000;
14642      {
14643        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14644        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTable),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,1);
14645      }
14646      {
14647        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14648        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTable),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14649      }
14650      {
14651        TObject *G__Lpbase=(TObject*)G__Lderived;
14652        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTable),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14653      }
14654    }
14655    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TDataSetIter))) {
14656      TDataSetIter *G__Lderived;
14657      G__Lderived=(TDataSetIter*)0x1000;
14658      {
14659        TObject *G__Lpbase=(TObject*)G__Lderived;
14660        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TDataSetIter),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
14661      }
14662    }
14663    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TDataSet))) {
14664      TDataSet *G__Lderived;
14665      G__Lderived=(TDataSet*)0x1000;
14666      {
14667        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14668        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TDataSet),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
14669      }
14670      {
14671        TObject *G__Lpbase=(TObject*)G__Lderived;
14672        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TDataSet),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14673      }
14674    }
14675    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor))) {
14676      TTableDescriptor *G__Lderived;
14677      G__Lderived=(TTableDescriptor*)0x1000;
14678      {
14679        TTable *G__Lpbase=(TTable*)G__Lderived;
14680        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),G__get_linked_tagnum(&G__G__TableLN_TTable),(long)G__Lpbase-(long)G__Lderived,1,1);
14681      }
14682      {
14683        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14684        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,0);
14685      }
14686      {
14687        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14688        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14689      }
14690      {
14691        TObject *G__Lpbase=(TObject*)G__Lderived;
14692        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14693      }
14694    }
14695    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TTableMap))) {
14696      TTableMap *G__Lderived;
14697      G__Lderived=(TTableMap*)0x1000;
14698      {
14699        TObject *G__Lpbase=(TObject*)G__Lderived;
14700        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableMap),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
14701      }
14702    }
14703    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TChair))) {
14704      TChair *G__Lderived;
14705      G__Lderived=(TChair*)0x1000;
14706      {
14707        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14708        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TChair),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,1);
14709      }
14710      {
14711        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14712        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TChair),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14713      }
14714      {
14715        TObject *G__Lpbase=(TObject*)G__Lderived;
14716        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TChair),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14717      }
14718    }
14719    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TColumnView))) {
14720      TColumnView *G__Lderived;
14721      G__Lderived=(TColumnView*)0x1000;
14722      {
14723        TChair *G__Lpbase=(TChair*)G__Lderived;
14724        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TColumnView),G__get_linked_tagnum(&G__G__TableLN_TChair),(long)G__Lpbase-(long)G__Lderived,1,1);
14725      }
14726      {
14727        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14728        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TColumnView),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,0);
14729      }
14730      {
14731        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14732        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TColumnView),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14733      }
14734      {
14735        TObject *G__Lpbase=(TObject*)G__Lderived;
14736        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TColumnView),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14737      }
14738    }
14739    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TFileIter))) {
14740      TFileIter *G__Lderived;
14741      G__Lderived=(TFileIter*)0x1000;
14742      {
14743        TListIter *G__Lpbase=(TListIter*)G__Lderived;
14744        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TFileIter),G__get_linked_tagnum(&G__G__TableLN_TListIter),(long)G__Lpbase-(long)G__Lderived,1,1);
14745      }
14746      {
14747        TIterator *G__Lpbase=(TIterator*)G__Lderived;
14748        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TFileIter),G__get_linked_tagnum(&G__G__TableLN_TIterator),(long)G__Lpbase-(long)G__Lderived,1,0);
14749      }
14750      {
14751        iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&> *G__Lpbase=(iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>*)G__Lderived;
14752        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TFileIter),G__get_linked_tagnum(&G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),(long)G__Lpbase-(long)G__Lderived,1,0);
14753      }
14754    }
14755    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TFileSet))) {
14756      TFileSet *G__Lderived;
14757      G__Lderived=(TFileSet*)0x1000;
14758      {
14759        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14760        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TFileSet),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,1);
14761      }
14762      {
14763        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14764        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TFileSet),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14765      }
14766      {
14767        TObject *G__Lpbase=(TObject*)G__Lderived;
14768        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TFileSet),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14769      }
14770    }
14771    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TGenericTable))) {
14772      TGenericTable *G__Lderived;
14773      G__Lderived=(TGenericTable*)0x1000;
14774      {
14775        TTable *G__Lpbase=(TTable*)G__Lderived;
14776        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTable),G__get_linked_tagnum(&G__G__TableLN_TTable),(long)G__Lpbase-(long)G__Lderived,1,1);
14777      }
14778      {
14779        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14780        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTable),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,0);
14781      }
14782      {
14783        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14784        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTable),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14785      }
14786      {
14787        TObject *G__Lpbase=(TObject*)G__Lderived;
14788        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTable),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14789      }
14790    }
14791    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TIndexTable))) {
14792      TIndexTable *G__Lderived;
14793      G__Lderived=(TIndexTable*)0x1000;
14794      {
14795        TTable *G__Lpbase=(TTable*)G__Lderived;
14796        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTable),G__get_linked_tagnum(&G__G__TableLN_TTable),(long)G__Lpbase-(long)G__Lderived,1,1);
14797      }
14798      {
14799        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14800        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTable),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,0);
14801      }
14802      {
14803        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14804        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTable),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14805      }
14806      {
14807        TObject *G__Lpbase=(TObject*)G__Lderived;
14808        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTable),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14809      }
14810    }
14811    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TObjectSet))) {
14812      TObjectSet *G__Lderived;
14813      G__Lderived=(TObjectSet*)0x1000;
14814      {
14815        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14816        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TObjectSet),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,1);
14817      }
14818      {
14819        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14820        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TObjectSet),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14821      }
14822      {
14823        TObject *G__Lpbase=(TObject*)G__Lderived;
14824        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TObjectSet),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14825      }
14826    }
14827    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TPoints3D))) {
14828      TPoints3D *G__Lderived;
14829      G__Lderived=(TPoints3D*)0x1000;
14830      {
14831        TPoints3DABC *G__Lpbase=(TPoints3DABC*)G__Lderived;
14832        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPoints3D),G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC),(long)G__Lpbase-(long)G__Lderived,1,1);
14833      }
14834      {
14835        TObject *G__Lpbase=(TObject*)G__Lderived;
14836        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPoints3D),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14837      }
14838    }
14839    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D))) {
14840      TPointsArray3D *G__Lderived;
14841      G__Lderived=(TPointsArray3D*)0x1000;
14842      {
14843        TPoints3DABC *G__Lpbase=(TPoints3DABC*)G__Lderived;
14844        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D),G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC),(long)G__Lpbase-(long)G__Lderived,1,1);
14845      }
14846      {
14847        TObject *G__Lpbase=(TObject*)G__Lderived;
14848        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14849      }
14850    }
14851    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape))) {
14852      TPolyLineShape *G__Lderived;
14853      G__Lderived=(TPolyLineShape*)0x1000;
14854      {
14855        TShape *G__Lpbase=(TShape*)G__Lderived;
14856        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape),G__get_linked_tagnum(&G__G__TableLN_TShape),(long)G__Lpbase-(long)G__Lderived,1,1);
14857      }
14858      {
14859        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14860        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14861      }
14862      {
14863        TObject *G__Lpbase=(TObject*)G__Lderived;
14864        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14865      }
14866      {
14867        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
14868        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape),G__get_linked_tagnum(&G__G__TableLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
14869      }
14870      {
14871        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
14872        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape),G__get_linked_tagnum(&G__G__TableLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
14873      }
14874      {
14875        TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
14876        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape),G__get_linked_tagnum(&G__G__TableLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,0);
14877      }
14878      {
14879        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
14880        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape),G__get_linked_tagnum(&G__G__TableLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
14881      }
14882    }
14883    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TResponseTable))) {
14884      TResponseTable *G__Lderived;
14885      G__Lderived=(TResponseTable*)0x1000;
14886      {
14887        TGenericTable *G__Lpbase=(TGenericTable*)G__Lderived;
14888        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TResponseTable),G__get_linked_tagnum(&G__G__TableLN_TGenericTable),(long)G__Lpbase-(long)G__Lderived,1,1);
14889      }
14890      {
14891        TTable *G__Lpbase=(TTable*)G__Lderived;
14892        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TResponseTable),G__get_linked_tagnum(&G__G__TableLN_TTable),(long)G__Lpbase-(long)G__Lderived,1,0);
14893      }
14894      {
14895        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14896        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TResponseTable),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,0);
14897      }
14898      {
14899        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14900        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TResponseTable),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14901      }
14902      {
14903        TObject *G__Lpbase=(TObject*)G__Lderived;
14904        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TResponseTable),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14905      }
14906    }
14907    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TTableSorter))) {
14908      TTableSorter *G__Lderived;
14909      G__Lderived=(TTableSorter*)0x1000;
14910      {
14911        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14912        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableSorter),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
14913      }
14914      {
14915        TObject *G__Lpbase=(TObject*)G__Lderived;
14916        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableSorter),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14917      }
14918    }
14919    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TTablePoints))) {
14920      TTablePoints *G__Lderived;
14921      G__Lderived=(TTablePoints*)0x1000;
14922      {
14923        TPoints3DABC *G__Lpbase=(TPoints3DABC*)G__Lderived;
14924        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTablePoints),G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC),(long)G__Lpbase-(long)G__Lderived,1,1);
14925      }
14926      {
14927        TObject *G__Lpbase=(TObject*)G__Lderived;
14928        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTablePoints),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14929      }
14930    }
14931    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TTable3Points))) {
14932      TTable3Points *G__Lderived;
14933      G__Lderived=(TTable3Points*)0x1000;
14934      {
14935        TTablePoints *G__Lpbase=(TTablePoints*)G__Lderived;
14936        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTable3Points),G__get_linked_tagnum(&G__G__TableLN_TTablePoints),(long)G__Lpbase-(long)G__Lderived,1,1);
14937      }
14938      {
14939        TPoints3DABC *G__Lpbase=(TPoints3DABC*)G__Lderived;
14940        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTable3Points),G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC),(long)G__Lpbase-(long)G__Lderived,1,0);
14941      }
14942      {
14943        TObject *G__Lpbase=(TObject*)G__Lderived;
14944        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTable3Points),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14945      }
14946    }
14947    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TTableIter))) {
14948      TTableIter *G__Lderived;
14949      G__Lderived=(TTableIter*)0x1000;
14950      {
14951        TObject *G__Lpbase=(TObject*)G__Lderived;
14952        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TTableIter),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
14953      }
14954    }
14955    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TVolumePosition))) {
14956      TVolumePosition *G__Lderived;
14957      G__Lderived=(TVolumePosition*)0x1000;
14958      {
14959        TObject *G__Lpbase=(TObject*)G__Lderived;
14960        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumePosition),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
14961      }
14962    }
14963    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TVolume))) {
14964      TVolume *G__Lderived;
14965      G__Lderived=(TVolume*)0x1000;
14966      {
14967        TObjectSet *G__Lpbase=(TObjectSet*)G__Lderived;
14968        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume),G__get_linked_tagnum(&G__G__TableLN_TObjectSet),(long)G__Lpbase-(long)G__Lderived,1,1);
14969      }
14970      {
14971        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
14972        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,0);
14973      }
14974      {
14975        TNamed *G__Lpbase=(TNamed*)G__Lderived;
14976        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
14977      }
14978      {
14979        TObject *G__Lpbase=(TObject*)G__Lderived;
14980        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
14981      }
14982      {
14983        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
14984        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume),G__get_linked_tagnum(&G__G__TableLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
14985      }
14986      {
14987        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
14988        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume),G__get_linked_tagnum(&G__G__TableLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
14989      }
14990      {
14991        TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
14992        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume),G__get_linked_tagnum(&G__G__TableLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,1);
14993      }
14994    }
14995    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TVolumeView))) {
14996      TVolumeView *G__Lderived;
14997      G__Lderived=(TVolumeView*)0x1000;
14998      {
14999        TObjectSet *G__Lpbase=(TObjectSet*)G__Lderived;
15000        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeView),G__get_linked_tagnum(&G__G__TableLN_TObjectSet),(long)G__Lpbase-(long)G__Lderived,1,1);
15001      }
15002      {
15003        TDataSet *G__Lpbase=(TDataSet*)G__Lderived;
15004        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeView),G__get_linked_tagnum(&G__G__TableLN_TDataSet),(long)G__Lpbase-(long)G__Lderived,1,0);
15005      }
15006      {
15007        TNamed *G__Lpbase=(TNamed*)G__Lderived;
15008        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeView),G__get_linked_tagnum(&G__G__TableLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
15009      }
15010      {
15011        TObject *G__Lpbase=(TObject*)G__Lderived;
15012        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeView),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
15013      }
15014      {
15015        TAtt3D *G__Lpbase=(TAtt3D*)G__Lderived;
15016        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeView),G__get_linked_tagnum(&G__G__TableLN_TAtt3D),(long)G__Lpbase-(long)G__Lderived,1,1);
15017      }
15018    }
15019    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter))) {
15020      TVolumeViewIter *G__Lderived;
15021      G__Lderived=(TVolumeViewIter*)0x1000;
15022      {
15023        TDataSetIter *G__Lpbase=(TDataSetIter*)G__Lderived;
15024        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter),G__get_linked_tagnum(&G__G__TableLN_TDataSetIter),(long)G__Lpbase-(long)G__Lderived,1,1);
15025      }
15026      {
15027        TObject *G__Lpbase=(TObject*)G__Lderived;
15028        G__inheritance_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter),G__get_linked_tagnum(&G__G__TableLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
15029      }
15030    }
15031 }
15032 
15033 /*********************************************************
15034 * typedef information setup/
15035 *********************************************************/
15036 extern "C" void G__cpp_setup_typetableG__Table() {
15037 
15038    /* Setting up typedef entry */
15039    G__search_typename2("Char_t",99,-1,0,-1);
15040    G__setnewtype(-1,"Signed Character 1 byte (char)",0);
15041    G__search_typename2("UChar_t",98,-1,0,-1);
15042    G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0);
15043    G__search_typename2("Short_t",115,-1,0,-1);
15044    G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0);
15045    G__search_typename2("UShort_t",114,-1,0,-1);
15046    G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0);
15047    G__search_typename2("Int_t",105,-1,0,-1);
15048    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
15049    G__search_typename2("UInt_t",104,-1,0,-1);
15050    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
15051    G__search_typename2("Long_t",108,-1,0,-1);
15052    G__setnewtype(-1,"Signed long integer 4 bytes (long)",0);
15053    G__search_typename2("ULong_t",107,-1,0,-1);
15054    G__setnewtype(-1,"Unsigned long integer 4 bytes (unsigned long)",0);
15055    G__search_typename2("Float_t",102,-1,0,-1);
15056    G__setnewtype(-1,"Float 4 bytes (float)",0);
15057    G__search_typename2("Double_t",100,-1,0,-1);
15058    G__setnewtype(-1,"Double 8 bytes",0);
15059    G__search_typename2("Bool_t",103,-1,0,-1);
15060    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
15061    G__search_typename2("Version_t",115,-1,0,-1);
15062    G__setnewtype(-1,"Class version identifier (short)",0);
15063    G__search_typename2("Option_t",99,-1,256,-1);
15064    G__setnewtype(-1,"Option string (const char)",0);
15065    G__search_typename2("Style_t",115,-1,0,-1);
15066    G__setnewtype(-1,"Style number (short)",0);
15067    G__search_typename2("Marker_t",115,-1,0,-1);
15068    G__setnewtype(-1,"Marker number (short)",0);
15069    G__search_typename2("Color_t",115,-1,0,-1);
15070    G__setnewtype(-1,"Color number (short)",0);
15071    G__search_typename2("Size_t",102,-1,0,-1);
15072    G__setnewtype(-1,"Attribute size (float)",0);
15073    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__TableLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
15074    G__setnewtype(-1,NULL,0);
15075    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TableLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TableLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
15076    G__setnewtype(-1,NULL,0);
15077    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TableLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TableLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
15078    G__setnewtype(-1,NULL,0);
15079    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__TableLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
15080    G__setnewtype(-1,NULL,0);
15081    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TableLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TableLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
15082    G__setnewtype(-1,NULL,0);
15083    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TableLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TableLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
15084    G__setnewtype(-1,NULL,0);
15085    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
15086    G__setnewtype(-1,NULL,0);
15087    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
15088    G__setnewtype(-1,NULL,0);
15089    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
15090    G__setnewtype(-1,NULL,0);
15091    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
15092    G__setnewtype(-1,NULL,0);
15093    G__search_typename2("EDataSetPass",117,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),0,G__get_linked_tagnum(&G__G__TableLN_TDataSet));
15094    G__setnewtype(-1,NULL,0);
15095    G__search_typename2("TDataSet::EDataSetPass (*)(TDataSet*)",49,-1,0,-1);
15096    G__setnewtype(-1,NULL,0);
15097    G__search_typename2("TDataSet::EDataSetPass (*)(TDataSet*,void*)",49,-1,0,-1);
15098    G__setnewtype(-1,NULL,0);
15099    G__search_typename2("vector<Long_t>",117,G__get_linked_tagnum(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgR),0,-1);
15100    G__setnewtype(-1,NULL,0);
15101    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TableLN_reverse_iteratorlEvectorlElongcOallocatorlElonggRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgR));
15102    G__setnewtype(-1,NULL,0);
15103    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TableLN_reverse_iteratorlEvectorlElongcOallocatorlElonggRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgR));
15104    G__setnewtype(-1,NULL,0);
15105    G__search_typename2("vector<long>",117,G__get_linked_tagnum(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgR),0,-1);
15106    G__setnewtype(-1,NULL,0);
15107    G__search_typename2("vec_iterator",117,G__get_linked_tagnum(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator));
15108    G__setnewtype(-1,NULL,0);
15109    G__search_typename2("vec_const_iterator",117,G__get_linked_tagnum(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator));
15110    G__setnewtype(-1,NULL,0);
15111    G__search_typename2("iterator",85,G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st),0,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
15112    G__setnewtype(-1,NULL,0);
15113    G__search_typename2("COMPAREMETHOD",89,-1,0,-1);
15114    G__setnewtype(-1,"Int_t (*COMPAREMETHOD)(const void **, const void **);",0);
15115    G__search_typename2("SEARCHMETHOD",89,-1,0,-1);
15116    G__setnewtype(-1,"Int_t (*SEARCHMETHOD) (const void *, const void **);",0);
15117 }
15118 
15119 /*********************************************************
15120 * Data Member information setup/
15121 *********************************************************/
15122 
15123    /* Setting up class,struct,union tag member variable */
15124 
15125    /* tableDescriptor_st */
15126 static void G__setup_memvartableDescriptor_st(void) {
15127    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st));
15128    { tableDescriptor_st *p; p=(tableDescriptor_st*)0x1000; if (p) { }
15129    G__memvar_setup((void*)((long)(&p->fColumnName)-(long)(p)),99,0,0,-1,-1,-1,1,"fColumnName[32]=",0,"The name of this data-member: see dstype.h for dsl compatible mode ");
15130    G__memvar_setup((void*)((long)(&p->fIndexArray)-(long)(p)),104,0,0,-1,-1,-1,1,"fIndexArray[3]=",0,"The array of the sizes for each dimensions fIndexArray[fDimensions]");
15131    G__memvar_setup((void*)((long)(&p->fOffset)-(long)(p)),104,0,0,-1,-1,-1,1,"fOffset=",0,"The first byte in the row of this column                              ");
15132    G__memvar_setup((void*)((long)(&p->fSize)-(long)(p)),104,0,0,-1,-1,-1,1,"fSize=",0,"The full size of the selected column in bytes                         ");
15133    G__memvar_setup((void*)((long)(&p->fTypeSize)-(long)(p)),104,0,0,-1,-1,-1,1,"fTypeSize=",0,"The type size of the selected column in bytes                         ");
15134    G__memvar_setup((void*)((long)(&p->fDimensions)-(long)(p)),104,0,0,-1,-1,-1,1,"fDimensions=",0,"The number of the dimensions for array                                ");
15135    G__memvar_setup((void*)((long)(&p->fType)-(long)(p)),105,0,0,-1,-1,-1,1,"fType=",0,"The data type of the selected column                                  ");
15136    }
15137    G__tag_memvar_reset();
15138 }
15139 
15140 
15141    /* TCL */
15142 static void G__setup_memvarTCL(void) {
15143    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TCL));
15144    { TCL *p; p=(TCL*)0x1000; if (p) { }
15145    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
15146    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15147    }
15148    G__tag_memvar_reset();
15149 }
15150 
15151 
15152    /* TTable */
15153 static void G__setup_memvarTTable(void) {
15154    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTable));
15155    { TTable *p; p=(TTable*)0x1000; if (p) { }
15156    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,2,"fSize=",0,"Size of the one element (row) of the table");
15157    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,"Number of array elements");
15158    G__memvar_setup((void*)0,67,0,0,-1,G__defined_typename("Char_t"),-1,2,"fTable=",0,"Array of (fN*fSize) longs");
15159    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,2,"fMaxIndex=",0,"The used capacity of this array");
15160    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kNAN=%lldLL",(long long)TTable::kNAN).data(),0,(char*)NULL);
15161    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kFloat=%lldLL",(long long)TTable::kFloat).data(),0,(char*)NULL);
15162    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kInt=%lldLL",(long long)TTable::kInt).data(),0,(char*)NULL);
15163    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kLong=%lldLL",(long long)TTable::kLong).data(),0,(char*)NULL);
15164    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kShort=%lldLL",(long long)TTable::kShort).data(),0,(char*)NULL);
15165    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kDouble=%lldLL",(long long)TTable::kDouble).data(),0,(char*)NULL);
15166    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kUInt=%lldLL",(long long)TTable::kUInt).data(),0,(char*)NULL);
15167    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kULong=%lldLL",(long long)TTable::kULong).data(),0,(char*)NULL);
15168    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kUShort=%lldLL",(long long)TTable::kUShort).data(),0,(char*)NULL);
15169    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kUChar=%lldLL",(long long)TTable::kUChar).data(),0,(char*)NULL);
15170    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kChar=%lldLL",(long long)TTable::kChar).data(),0,(char*)NULL);
15171    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kPtr=%lldLL",(long long)TTable::kPtr).data(),0,(char*)NULL);
15172    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kBool=%lldLL",(long long)TTable::kBool).data(),0,(char*)NULL);
15173    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-2,1,G__FastAllocString(2048).Format("kEndColumnType=%lldLL",(long long)TTable::kEndColumnType).data(),0,(char*)NULL);
15174    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLETableBits),-1,-2,1,G__FastAllocString(2048).Format("kIsNotOwn=%lldLL",(long long)TTable::kIsNotOwn).data(),0,(char*)NULL);
15175    G__memvar_setup((void*)(&TTable::fgTypeName),67,0,1,-1,-1,-2,1,"fgTypeName[13]=",0,(char*)NULL);
15176    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15177    }
15178    G__tag_memvar_reset();
15179 }
15180 
15181 
15182    /* TDataSetIter */
15183 static void G__setup_memvarTDataSetIter(void) {
15184    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TDataSetIter));
15185    { TDataSetIter *p; p=(TDataSetIter*)0x1000; if (p) { }
15186    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TIter),-1,-1,2,"fNext=",0,"\"standard\" ROOT iterator for containers");
15187    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TIter),-1,-1,2,"fNextSet[100]=",0,"the list of the TList iterators to bypass the whole dataset");
15188    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDepth=",0,"the current depth of the passing");
15189    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxDepth=",0,"the max depth of the passing (=1 by default)");
15190    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDataSet),-1,-1,2,"fDataSet=",0,"Pointer to the last selected TDataSet");
15191    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDataSet),-1,-1,2,"fRootDataSet=",0,"Pointer to the root TDataSet");
15192    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDataSet),-1,-1,2,"fWorkingDataSet=",0,"Pointer to the working TDataSet");
15193    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDataSet),-1,-2,2,"fgNullDataSet=",0,(char*)NULL);
15194    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15195    }
15196    G__tag_memvar_reset();
15197 }
15198 
15199 
15200    /* TDataSet */
15201 static void G__setup_memvarTDataSet(void) {
15202    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TDataSet));
15203    { TDataSet *p; p=(TDataSet*)0x1000; if (p) { }
15204    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kContinue=%lldLL",(long long)TDataSet::kContinue).data(),0,(char*)NULL);
15205    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kPrune=%lldLL",(long long)TDataSet::kPrune).data(),0,(char*)NULL);
15206    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kStop=%lldLL",(long long)TDataSet::kStop).data(),0,(char*)NULL);
15207    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kUp=%lldLL",(long long)TDataSet::kUp).data(),0,(char*)NULL);
15208    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kStruct=%lldLL",(long long)TDataSet::kStruct).data(),0,(char*)NULL);
15209    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kAll=%lldLL",(long long)TDataSet::kAll).data(),0,(char*)NULL);
15210    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kRefs=%lldLL",(long long)TDataSet::kRefs).data(),0,(char*)NULL);
15211    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass),-1,-2,1,G__FastAllocString(2048).Format("kMarked=%lldLL",(long long)TDataSet::kMarked).data(),0,(char*)NULL);
15212    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDataSet),-1,-2,2,"fgMainSet=",0,"pointer the main dataset;");
15213    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDataSet),-1,-1,2,"fParent=",0,"pointer to mother of the directory");
15214    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TSeqCollection),-1,-1,2,"fList=",0,"List of the the the objects included into this dataset");
15215    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLESetBits),-1,-2,1,G__FastAllocString(2048).Format("kMark=%lldLL",(long long)TDataSet::kMark).data(),0,(char*)NULL);
15216    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLESetBits),-1,-2,1,G__FastAllocString(2048).Format("kArray=%lldLL",(long long)TDataSet::kArray).data(),0,(char*)NULL);
15217    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEBitOpt),-1,-2,1,G__FastAllocString(2048).Format("kSet=%lldLL",(long long)TDataSet::kSet).data(),0,(char*)NULL);
15218    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEBitOpt),-1,-2,1,G__FastAllocString(2048).Format("kReset=%lldLL",(long long)TDataSet::kReset).data(),0,(char*)NULL);
15219    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15220    }
15221    G__tag_memvar_reset();
15222 }
15223 
15224 
15225    /* TTableDescriptor */
15226 static void G__setup_memvarTTableDescriptor(void) {
15227    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
15228    { TTableDescriptor *p; p=(TTableDescriptor*)0x1000; if (p) { }
15229    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-1,2,"fRowClass=",0,"TClass defining ");
15230    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),-1,-1,2,"fSecondDescriptor=",0,"shadow descriptor ");
15231    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TableLN_TString),-1,-2,2,"fgCommentsName=",0,"The name of dataset to keep the comments fields");
15232    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),-1,-2,2,"fgColDescriptors=",0,(char*)NULL);
15233    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15234    }
15235    G__tag_memvar_reset();
15236 }
15237 
15238 
15239    /* TTableMap */
15240 static void G__setup_memvarTTableMap(void) {
15241    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTableMap));
15242    { TTableMap *p; p=(TTableMap*)0x1000; if (p) { }
15243    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable),-1,-1,2,"fTable=",0,"pointer to the refered TTable");
15244    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15245    }
15246    G__tag_memvar_reset();
15247 }
15248 
15249 
15250    /* TTable::iterator */
15251 static void G__setup_memvarTTablecLcLiterator(void) {
15252    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator));
15253    { TTable::iterator *p; p=(TTable::iterator*)0x1000; if (p) { }
15254    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,4,"fRowSize=",0,(char*)NULL);
15255    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable),-1,-1,4,"fThisTable=",0,(char*)NULL);
15256    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgRcLcLiterator),G__defined_typename("vec_iterator"),-1,4,"fCurrentRow=",0,(char*)NULL);
15257    }
15258    G__tag_memvar_reset();
15259 }
15260 
15261 
15262    /* TChair */
15263 static void G__setup_memvarTChair(void) {
15264    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TChair));
15265    { TChair *p; p=(TChair*)0x1000; if (p) { }
15266    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TTable),-1,-1,2,"fTable=",0,"the \"TTable\" object this object is pthe proxy for");
15267    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fLastIndx=",0,"index pof the last used  table row;");
15268    G__memvar_setup((void*)0,89,0,0,-1,-1,-1,2,"fLastRow=",0,"pointer to the last used table row; fLastRow = table[fLastIndx]");
15269    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15270    }
15271    G__tag_memvar_reset();
15272 }
15273 
15274 
15275    /* TColumnView */
15276 static void G__setup_memvarTColumnView(void) {
15277    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TColumnView));
15278    { TColumnView *p; p=(TColumnView*)0x1000; if (p) { }
15279    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15280    }
15281    G__tag_memvar_reset();
15282 }
15283 
15284 
15285    /* TFileIter */
15286 static void G__setup_memvarTFileIter(void) {
15287    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TFileIter));
15288    { TFileIter *p; p=(TFileIter*)0x1000; if (p) { }
15289    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TFile),-1,-1,4,"fFileBackUp=",0,"! temporary data-members");
15290    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDirectory),-1,-1,4,"fDirectoryBackUp=",0,"! to save/restore TFile/TDirectory global scope");
15291    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TFileIter),-1,-1,4,"fNestedIterator=",0,"! The inner TFidrectory interator;");
15292    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TDirectory),-1,-1,2,"fRootFile=",0,"TDirectory/TFile to be iterated over");
15293    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TableLN_TString),-1,-1,2,"fEventName=",0,"current key name");
15294    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fRunNumber=",0,"current \"run number\"");
15295    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fEventNumber=",0,"current \"event number\"");
15296    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCursorPosition=",0,"the position of the current key in the sorted TKey list");
15297    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fOwnTFile=",0,"Bit whether this classs creates TFile on its own to delete");
15298    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15299    }
15300    G__tag_memvar_reset();
15301 }
15302 
15303 
15304    /* TFileSet */
15305 static void G__setup_memvarTFileSet(void) {
15306    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TFileSet));
15307    { TFileSet *p; p=(TFileSet*)0x1000; if (p) { }
15308    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15309    }
15310    G__tag_memvar_reset();
15311 }
15312 
15313 
15314    /* TGenericTable */
15315 static void G__setup_memvarTGenericTable(void) {
15316    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
15317    { TGenericTable *p; p=(TGenericTable*)0x1000; if (p) { }
15318    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),-1,-1,2,"fColDescriptors=",0,(char*)NULL);
15319    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15320    }
15321    G__tag_memvar_reset();
15322 }
15323 
15324 
15325    /* TGenericTable::iterator */
15326 static void G__setup_memvarTGenericTablecLcLiterator(void) {
15327    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator));
15328    { TGenericTable::iterator *p; p=(TGenericTable::iterator*)0x1000; if (p) { }
15329    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fRowSize=",0,(char*)NULL);
15330    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fCurrentRow=",0,(char*)NULL);
15331    }
15332    G__tag_memvar_reset();
15333 }
15334 
15335 
15336    /* TIndexTable */
15337 static void G__setup_memvarTIndexTable(void) {
15338    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
15339    { TIndexTable *p; p=(TIndexTable*)0x1000; if (p) { }
15340    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable),-1,-1,2,"fRefTable=",0,(char*)NULL);
15341    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor),-1,-2,2,"fgColDescriptors=",0,(char*)NULL);
15342    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15343    }
15344    G__tag_memvar_reset();
15345 }
15346 
15347 
15348    /* TIndexTable::iterator */
15349 static void G__setup_memvarTIndexTablecLcLiterator(void) {
15350    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator));
15351    { TIndexTable::iterator *p; p=(TIndexTable::iterator*)0x1000; if (p) { }
15352    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable),-1,-1,2,"fTable=",0,(char*)NULL);
15353    G__memvar_setup((void*)0,73,0,1,-1,-1,-1,2,"fCurrentRow=",0,(char*)NULL);
15354    }
15355    G__tag_memvar_reset();
15356 }
15357 
15358 
15359    /* TObjectSet */
15360 static void G__setup_memvarTObjectSet(void) {
15361    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TObjectSet));
15362    { TObjectSet *p; p=(TObjectSet*)0x1000; if (p) { }
15363    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TObjectSetcLcLEOwnerBits),-1,-2,2,"kIsOwner=8388608LL",0,(char*)NULL);
15364    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TObject),-1,-1,2,"fObj=",0,"TObject to be inserted");
15365    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15366    }
15367    G__tag_memvar_reset();
15368 }
15369 
15370 
15371    /* TPoints3D */
15372 static void G__setup_memvarTPoints3D(void) {
15373    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TPoints3D));
15374    { TPoints3D *p; p=(TPoints3D*)0x1000; if (p) { }
15375    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TPoints3DcLcLEOwnerBits),-1,-2,2,"kIsOwner=8388608LL",0,(char*)NULL);
15376    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC),-1,-1,2,"fPoints=",0,(char*)NULL);
15377    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15378    }
15379    G__tag_memvar_reset();
15380 }
15381 
15382 
15383    /* TPointsArray3D */
15384 static void G__setup_memvarTPointsArray3D(void) {
15385    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D));
15386    { TPointsArray3D *p; p=(TPointsArray3D*)0x1000; if (p) { }
15387    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,"Number of points");
15388    G__memvar_setup((void*)0,70,0,0,-1,G__defined_typename("Float_t"),-1,2,"fP=",0,"Array of 3-D coordinates  (x,y,z)");
15389    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TableLN_TString),-1,-1,2,"fOption=",0,"options");
15390    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fGLList=",0,"The list number for OpenGL view");
15391    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLastPoint=",0,"The index of the last filled point");
15392    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15393    }
15394    G__tag_memvar_reset();
15395 }
15396 
15397 
15398    /* TPolyLineShape */
15399 static void G__setup_memvarTPolyLineShape(void) {
15400    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape));
15401    { TPolyLineShape *p; p=(TPolyLineShape*)0x1000; if (p) { }
15402    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fPointFlag=",0,"Flag whether we should paint \"points\" (option \"P\")");
15403    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fLineFlag=",0,"Flag whether we should connect the points with \"line\" (option \"L\")");
15404    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__TableLN_EShapeTypes),-1,-1,2,"fShapeType=",0,"shape of the segment connections");
15405    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TShape),-1,-1,2,"fShape=",0,"shape for draw each segment of the polylins");
15406    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TShape),-1,-1,2,"fConnection=",0,"shape to represent the each \"end\" of the polyline");
15407    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC),-1,-1,2,"fPoints=",0,"PolyLine itself");
15408    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWidthFactor=",0,"factor to calculate the the tube diameters");
15409    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHasDrawn=",0,"flag to avoid multiply plots");
15410    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSmooth=",0,"Make smooth connections");
15411    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN__x3d_sizeof_),G__defined_typename("Size3D"),-1,2,"fSizeX3D=",0,"! the X3D buffer sizes");
15412    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15413    }
15414    G__tag_memvar_reset();
15415 }
15416 
15417 
15418    /* TResponseTable */
15419 static void G__setup_memvarTResponseTable(void) {
15420    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TResponseTable));
15421    { TResponseTable *p; p=(TResponseTable*)0x1000; if (p) { }
15422    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fResponseLocation=",0,(char*)NULL);
15423    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15424    }
15425    G__tag_memvar_reset();
15426 }
15427 
15428 
15429    /* TTableSorter */
15430 static void G__setup_memvarTTableSorter(void) {
15431    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
15432    { TTableSorter *p; p=(TTableSorter*)0x1000; if (p) { }
15433    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TableLN_TTableSortercLcL212),-1,-1,4,"fValue=",0,(char*)NULL);
15434    G__memvar_setup((void*)0,89,2,0,-1,-1,-1,2,"fSortIndex=",0,"Array of pointers to columns of the sorted table");
15435    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLastFound=",0,"The index of the last found index within fSortIndex");
15436    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fFirstRow=",0,"first row of the table to be sorted");
15437    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNumberOfRows=",0,"number of rows of the table to be sorted");
15438    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TableLN_TString),-1,-1,2,"fColName=",0,(char*)NULL);
15439    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fColOffset=",0,(char*)NULL);
15440    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fColSize=",0,"The size of the selected column in bytes");
15441    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fIndexArray=",0,"\"parsed\" indecis");
15442    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fColDimensions=",0,"The number of the dimensions for array (=-1 means it is a \"simple\" array)");
15443    G__memvar_setup((void*)0,67,0,1,-1,G__defined_typename("Char_t"),-1,2,"fsimpleArray=",0,"Pointer to the \"simple\" array;");
15444    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable),-1,-1,2,"fParentTable=",0,"!- the back pointer to the sorted table");
15445    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("SEARCHMETHOD"),-1,2,"fSearchMethod=",0,"Function selected to search values");
15446    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("COMPAREMETHOD"),-1,2,"fCompareMethod=",0,"Function to sort the original array");
15447    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType),-1,-1,2,"fColType=",0,"data type of the selected column");
15448    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,2,"fParentRowSize=",0,"To be filled from TTable::GetRowSize() method");
15449    G__memvar_setup((void*)0,67,0,1,-1,-1,-1,2,"fFirstParentRow=",0,"! pointer to the internal array of TTable object;");
15450    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15451    }
15452    G__tag_memvar_reset();
15453 }
15454 
15455 
15456    /* TTablePoints */
15457 static void G__setup_memvarTTablePoints(void) {
15458    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTablePoints));
15459    { TTablePoints *p; p=(TTablePoints*)0x1000; if (p) { }
15460    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TTableSorter),-1,-1,2,"fTableSorter=",0,(char*)NULL);
15461    G__memvar_setup((void*)0,89,0,1,-1,-1,-1,2,"fKey=",0,"pointer to key value to select rows");
15462    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fFirstRow=",0,"The first row to take in account");
15463    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSize=",0,(char*)NULL);
15464    G__memvar_setup((void*)0,89,0,0,-1,-1,-1,2,"fRows=",0,"Pointer the first row of the STAF table");
15465    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15466    }
15467    G__tag_memvar_reset();
15468 }
15469 
15470 
15471    /* TTable3Points */
15472 static void G__setup_memvarTTable3Points(void) {
15473    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTable3Points));
15474    { TTable3Points *p; p=(TTable3Points*)0x1000; if (p) { }
15475    G__memvar_setup((void*)0,75,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fColumnOffset=",0,"!");
15476    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable3PointscLcLEPointDirection),-1,-2,1,G__FastAllocString(2048).Format("kXPoints=%lldLL",(long long)TTable3Points::kXPoints).data(),0,(char*)NULL);
15477    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable3PointscLcLEPointDirection),-1,-2,1,G__FastAllocString(2048).Format("kYPoints=%lldLL",(long long)TTable3Points::kYPoints).data(),0,(char*)NULL);
15478    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable3PointscLcLEPointDirection),-1,-2,1,G__FastAllocString(2048).Format("kZPoints=%lldLL",(long long)TTable3Points::kZPoints).data(),0,(char*)NULL);
15479    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TTable3PointscLcLEPointDirection),-1,-2,1,G__FastAllocString(2048).Format("kTotalSize=%lldLL",(long long)TTable3Points::kTotalSize).data(),0,(char*)NULL);
15480    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15481    }
15482    G__tag_memvar_reset();
15483 }
15484 
15485 
15486    /* TTableIter */
15487 static void G__setup_memvarTTableIter(void) {
15488    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTableIter));
15489    { TTableIter *p; p=(TTableIter*)0x1000; if (p) { }
15490    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TableLN_TTableSorter),-1,-1,4,"fTableSorter=",0,(char*)NULL);
15491    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fIndx=",0,(char*)NULL);
15492    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fTotalKeys=",0,(char*)NULL);
15493    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fFirstIndx=",0,(char*)NULL);
15494    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15495    }
15496    G__tag_memvar_reset();
15497 }
15498 
15499 
15500    /* TTablePadView3D */
15501 static void G__setup_memvarTTablePadView3D(void) {
15502    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D));
15503    { TTablePadView3D *p; p=(TTablePadView3D*)0x1000; if (p) { }
15504    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TVirtualPad),-1,-1,2,"fParent=",0,"Pointer to the original TPad object");
15505    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fViewBoxMin[3]=",0,"Minimum of clip box");
15506    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fViewBoxMax[3]=",0,"Maximum of clip box");
15507    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fTranslate[3]=",0,"The vector to move object into the center of the scene");
15508    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fExtraTranslate[3]=",0,"The vector to move object with a mouse");
15509    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fAngles[3]=",0,"Latitude, Longitude, Psi");
15510    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fExtraAngles[3]=",0,"Latitude, Longitude, Psi");
15511    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fAnglFactor[3]=",0,"Latitude, Longitude, Psi");
15512    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fScale=",0,"The scale factor to control the border of the clip box");
15513    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
15514    }
15515    G__tag_memvar_reset();
15516 }
15517 
15518 
15519    /* TVolumePosition */
15520 static void G__setup_memvarTVolumePosition(void) {
15521    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumePosition));
15522    { TVolumePosition *p; p=(TVolumePosition*)0x1000; if (p) { }
15523    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fX[3]=",0,"X offset with respect to parent object");
15524    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TRotMatrix),-1,-1,2,"fMatrix=",0,"Pointer to rotation matrix");
15525    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TVolume),-1,-1,2,"fNode=",0,"Refs pointer to the node defined");
15526    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fId=",0,"Unique ID of this position");
15527    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TVolumePositioncLcLEPositionBits),-1,-2,1,G__FastAllocString(2048).Format("kIsOwn=%lldLL",(long long)TVolumePosition::kIsOwn).data(),0,(char*)NULL);
15528    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15529    }
15530    G__tag_memvar_reset();
15531 }
15532 
15533 
15534    /* TVolume */
15535 static void G__setup_memvarTVolume(void) {
15536    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume));
15537    { TVolume *p; p=(TVolume*)0x1000; if (p) { }
15538    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TVolumecLcLENodeSEEN),-1,-2,1,G__FastAllocString(2048).Format("kBothVisible=%lldLL",(long long)TVolume::kBothVisible).data(),0,(char*)NULL);
15539    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TVolumecLcLENodeSEEN),-1,-2,1,G__FastAllocString(2048).Format("kSonUnvisible=%lldLL",(long long)TVolume::kSonUnvisible).data(),0,(char*)NULL);
15540    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TVolumecLcLENodeSEEN),-1,-2,1,G__FastAllocString(2048).Format("kThisUnvisible=%lldLL",(long long)TVolume::kThisUnvisible).data(),0,(char*)NULL);
15541    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TableLN_TVolumecLcLENodeSEEN),-1,-2,1,G__FastAllocString(2048).Format("kNoneVisible=%lldLL",(long long)TVolume::kNoneVisible).data(),0,(char*)NULL);
15542    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TShape),-1,-1,2,"fShape=",0,"Pointer to the \"master\" shape definition");
15543    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TList),-1,-1,2,"fListOfShapes=",0,"Pointer to the list of the shape definitions");
15544    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TableLN_TString),-1,-1,2,"fOption=",0,"List of options if any");
15545    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__TableLN_TVolumecLcLENodeSEEN),-1,-1,2,"fVisibility=",0,"Visibility flag  00 - everything visible,");
15546    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15547    }
15548    G__tag_memvar_reset();
15549 }
15550 
15551 
15552    /* TVolumeView */
15553 static void G__setup_memvarTVolumeView(void) {
15554    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
15555    { TVolumeView *p; p=(TVolumeView*)0x1000; if (p) { }
15556    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TList),-1,-1,2,"fListOfShapes=",0,"Pointer to the list of the \"extra\" shape definitions");
15557    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15558    }
15559    G__tag_memvar_reset();
15560 }
15561 
15562 
15563    /* TVolumeViewIter */
15564 static void G__setup_memvarTVolumeViewIter(void) {
15565    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter));
15566    { TVolumeViewIter *p; p=(TVolumeViewIter*)0x1000; if (p) { }
15567    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TObjArray),-1,-1,2,"fPositions=",0,"the array of the Node position in the absolute system");
15568    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TableLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
15569    }
15570    G__tag_memvar_reset();
15571 }
15572 
15573 extern "C" void G__cpp_setup_memvarG__Table() {
15574 }
15575 /***********************************************************
15576 ************************************************************
15577 ************************************************************
15578 ************************************************************
15579 ************************************************************
15580 ************************************************************
15581 ************************************************************
15582 ***********************************************************/
15583 
15584 /*********************************************************
15585 * Member function information setup for each class
15586 *********************************************************/
15587 static void G__setup_memfunctableDescriptor_st(void) {
15588    /* tableDescriptor_st */
15589    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st));
15590    // automatic default constructor
15591    G__memfunc_setup("tableDescriptor_st", 1901, G__G__Table_99_0_1, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
15592    // automatic copy constructor
15593    G__memfunc_setup("tableDescriptor_st", 1901, G__G__Table_99_0_2, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 0, 1, 1, 1, 0, "u 'tableDescriptor_st' - 11 - -", (char*) NULL, (void*) NULL, 0);
15594    // automatic destructor
15595    G__memfunc_setup("~tableDescriptor_st", 2027, G__G__Table_99_0_3, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
15596    // automatic assignment operator
15597    G__memfunc_setup("operator=", 937, G__G__Table_99_0_4, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 1, 1, 1, 1, 0, "u 'tableDescriptor_st' - 11 - -", (char*) NULL, (void*) NULL, 0);
15598    G__tag_memfunc_reset();
15599 }
15600 
15601 static void G__setup_memfuncTCL(void) {
15602    /* TCL */
15603    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TCL));
15604    G__memfunc_setup("ucopy",560,G__G__Table_101_0_1, 73, -1, -1, 0, 3, 3, 1, 0, 
15605 "I - - 10 - b I - - 0 - a "
15606 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (int* (*)(const int*, int*, int))(&TCL::ucopy) ), 0);
15607    G__memfunc_setup("ucopy",560,G__G__Table_101_0_2, 70, -1, -1, 0, 3, 3, 1, 0, 
15608 "F - - 10 - b F - - 0 - a "
15609 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::ucopy) ), 0);
15610    G__memfunc_setup("ucopy",560,G__G__Table_101_0_3, 68, -1, -1, 0, 3, 3, 1, 0, 
15611 "F - - 10 - b D - - 0 - a "
15612 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const float*, double*, int))(&TCL::ucopy) ), 0);
15613    G__memfunc_setup("ucopy",560,G__G__Table_101_0_4, 70, -1, -1, 0, 3, 3, 1, 0, 
15614 "D - - 10 - b F - - 0 - a "
15615 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const double*, float*, int))(&TCL::ucopy) ), 0);
15616    G__memfunc_setup("ucopy",560,G__G__Table_101_0_5, 68, -1, -1, 0, 3, 3, 1, 0, 
15617 "D - - 10 - b D - - 0 - a "
15618 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::ucopy) ), 0);
15619    G__memfunc_setup("ucopy",560,G__G__Table_101_0_6, 89, -1, -1, 2, 3, 3, 1, 0, 
15620 "Y - - 12 - b Y - - 2 - a "
15621 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (void** (*)(const void**, void**, int))(&TCL::ucopy) ), 0);
15622    G__memfunc_setup("vzero",566,G__G__Table_101_0_7, 70, -1, -1, 0, 2, 3, 1, 0, 
15623 "F - - 0 - a i - - 0 - n1", (char*)NULL, (void*) G__func2void( (float* (*)(float*, int))(&TCL::vzero) ), 0);
15624    G__memfunc_setup("vzero",566,G__G__Table_101_0_8, 68, -1, -1, 0, 2, 3, 1, 0, 
15625 "D - - 0 - a i - - 0 - n1", (char*)NULL, (void*) G__func2void( (double* (*)(double*, int))(&TCL::vzero) ), 0);
15626    G__memfunc_setup("vzero",566,G__G__Table_101_0_9, 89, -1, -1, 2, 2, 3, 1, 0, 
15627 "Y - - 2 - a i - - 0 - n1", (char*)NULL, (void*) G__func2void( (void** (*)(void**, int))(&TCL::vzero) ), 0);
15628    G__memfunc_setup("vadd",415,G__G__Table_101_0_10, 70, -1, -1, 0, 4, 3, 1, 0, 
15629 "F - - 10 - b F - - 10 - c "
15630 "F - - 0 - a i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int))(&TCL::vadd) ), 0);
15631    G__memfunc_setup("vadd",415,G__G__Table_101_0_11, 68, -1, -1, 0, 4, 3, 1, 0, 
15632 "D - - 10 - b D - - 10 - c "
15633 "D - - 0 - a i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int))(&TCL::vadd) ), 0);
15634    G__memfunc_setup("vadd",415,G__G__Table_101_0_12, 70, -1, -1, 0, 4, 3, 1, 0, 
15635 "F - - 10 - b D - - 10 - c "
15636 "F - - 0 - a i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const double*, float*, int))(&TCL::vadd) ), 0);
15637    G__memfunc_setup("vadd",415,G__G__Table_101_0_13, 68, -1, -1, 0, 4, 3, 1, 0, 
15638 "D - - 10 - b F - - 10 - c "
15639 "D - - 0 - a i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const float*, double*, int))(&TCL::vadd) ), 0);
15640    G__memfunc_setup("vdot",445,G__G__Table_101_0_14, 102, -1, -1, 0, 3, 3, 1, 0, 
15641 "F - - 10 - b F - - 10 - a "
15642 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float (*)(const float*, const float*, int))(&TCL::vdot) ), 0);
15643    G__memfunc_setup("vdot",445,G__G__Table_101_0_15, 100, -1, -1, 0, 3, 3, 1, 0, 
15644 "D - - 10 - b D - - 10 - a "
15645 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double (*)(const double*, const double*, int))(&TCL::vdot) ), 0);
15646    G__memfunc_setup("vsub",448,G__G__Table_101_0_16, 70, -1, -1, 0, 4, 3, 1, 0, 
15647 "F - - 10 - a F - - 10 - b "
15648 "F - - 0 - x i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int))(&TCL::vsub) ), 0);
15649    G__memfunc_setup("vsub",448,G__G__Table_101_0_17, 68, -1, -1, 0, 4, 3, 1, 0, 
15650 "D - - 10 - a D - - 10 - b "
15651 "D - - 0 - x i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int))(&TCL::vsub) ), 0);
15652    G__memfunc_setup("vsub",448,G__G__Table_101_0_18, 70, -1, -1, 0, 4, 3, 1, 0, 
15653 "F - - 10 - b D - - 10 - c "
15654 "F - - 0 - a i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const double*, float*, int))(&TCL::vsub) ), 0);
15655    G__memfunc_setup("vsub",448,G__G__Table_101_0_19, 68, -1, -1, 0, 4, 3, 1, 0, 
15656 "D - - 10 - b F - - 10 - c "
15657 "D - - 0 - a i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const float*, double*, int))(&TCL::vsub) ), 0);
15658    G__memfunc_setup("vcopyn",671,G__G__Table_101_0_20, 70, -1, -1, 0, 3, 3, 1, 0, 
15659 "F - - 10 - a F - - 0 - x "
15660 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::vcopyn) ), 0);
15661    G__memfunc_setup("vcopyn",671,G__G__Table_101_0_21, 68, -1, -1, 0, 3, 3, 1, 0, 
15662 "D - - 10 - a D - - 0 - x "
15663 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::vcopyn) ), 0);
15664    G__memfunc_setup("vscale",638,G__G__Table_101_0_22, 70, -1, -1, 0, 4, 3, 1, 0, 
15665 "F - - 10 - a f - - 0 - scale "
15666 "F - - 0 - b i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float, float*, int))(&TCL::vscale) ), 0);
15667    G__memfunc_setup("vscale",638,G__G__Table_101_0_23, 68, -1, -1, 0, 4, 3, 1, 0, 
15668 "D - - 10 - a d - - 0 - scale "
15669 "D - - 0 - b i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double, double*, int))(&TCL::vscale) ), 0);
15670    G__memfunc_setup("vlinco",651,G__G__Table_101_0_24, 70, -1, -1, 0, 6, 3, 1, 0, 
15671 "F - - 10 - a f - - 0 - fa "
15672 "F - - 10 - b f - - 0 - fb "
15673 "F - - 0 - x i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float, const float*, float, float*, int))(&TCL::vlinco) ), 0);
15674    G__memfunc_setup("vlinco",651,G__G__Table_101_0_25, 68, -1, -1, 0, 6, 3, 1, 0, 
15675 "D - - 10 - a d - - 0 - fa "
15676 "D - - 10 - b d - - 0 - fb "
15677 "D - - 0 - x i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double, const double*, double, double*, int))(&TCL::vlinco) ), 0);
15678    G__memfunc_setup("vmatl",548,G__G__Table_101_0_26, 70, -1, -1, 0, 5, 3, 1, 0, 
15679 "F - - 10 - G F - - 10 - c "
15680 "F - - 0 - x i - - 0 '3' n "
15681 "i - - 0 '3' m", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::vmatl) ), 0);
15682    G__memfunc_setup("vmatl",548,G__G__Table_101_0_27, 68, -1, -1, 0, 5, 3, 1, 0, 
15683 "D - - 10 - G D - - 10 - c "
15684 "D - - 0 - x i - - 0 '3' n "
15685 "i - - 0 '3' m", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::vmatl) ), 0);
15686    G__memfunc_setup("vmatr",554,G__G__Table_101_0_28, 70, -1, -1, 0, 5, 3, 1, 0, 
15687 "F - - 10 - c F - - 10 - G "
15688 "F - - 0 - x i - - 0 '3' n "
15689 "i - - 0 '3' m", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::vmatr) ), 0);
15690    G__memfunc_setup("vmatr",554,G__G__Table_101_0_29, 68, -1, -1, 0, 5, 3, 1, 0, 
15691 "D - - 10 - c D - - 10 - G "
15692 "D - - 0 - x i - - 0 '3' n "
15693 "i - - 0 '3' m", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::vmatr) ), 0);
15694    G__memfunc_setup("mxmad_0_",773,G__G__Table_101_0_30, 70, -1, -1, 0, 7, 3, 1, 0, 
15695 "i - - 0 - n F - - 10 - a "
15696 "F - - 10 - b F - - 0 - c "
15697 "i - - 0 - i i - - 0 - j "
15698 "i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(int, const float*, const float*, float*, int, int, int))(&TCL::mxmad_0_) ), 0);
15699    G__memfunc_setup("mxmad",535,G__G__Table_101_0_31, 70, -1, -1, 0, 6, 3, 1, 0, 
15700 "F - - 10 - a F - - 10 - b "
15701 "F - - 0 - c i - - 0 - i "
15702 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmad) ), 0);
15703    G__memfunc_setup("mxmad1",584,G__G__Table_101_0_32, 70, -1, -1, 0, 6, 3, 1, 0, 
15704 "F - - 10 - a F - - 10 - q "
15705 "F - - 0 - c i - - 0 - i "
15706 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmad1) ), 0);
15707    G__memfunc_setup("mxmad2",585,G__G__Table_101_0_33, 70, -1, -1, 0, 6, 3, 1, 0, 
15708 "F - - 10 - p F - - 10 - b "
15709 "F - - 0 - c i - - 0 - i "
15710 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmad2) ), 0);
15711    G__memfunc_setup("mxmad3",586,G__G__Table_101_0_34, 70, -1, -1, 0, 6, 3, 1, 0, 
15712 "F - - 10 - p F - - 10 - q "
15713 "F - - 0 - c i - - 0 - i "
15714 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmad3) ), 0);
15715    G__memfunc_setup("mxmpy",571,G__G__Table_101_0_35, 70, -1, -1, 0, 6, 3, 1, 0, 
15716 "F - - 10 - a F - - 10 - b "
15717 "F - - 0 - c i - - 0 - i "
15718 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmpy) ), 0);
15719    G__memfunc_setup("mxmpy1",620,G__G__Table_101_0_36, 70, -1, -1, 0, 6, 3, 1, 0, 
15720 "F - - 10 - a F - - 10 - q "
15721 "F - - 0 - c i - - 0 - i "
15722 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmpy1) ), 0);
15723    G__memfunc_setup("mxmpy2",621,G__G__Table_101_0_37, 70, -1, -1, 0, 6, 3, 1, 0, 
15724 "F - - 10 - p F - - 10 - b "
15725 "F - - 0 - c i - - 0 - i "
15726 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmpy2) ), 0);
15727    G__memfunc_setup("mxmpy3",622,G__G__Table_101_0_38, 70, -1, -1, 0, 6, 3, 1, 0, 
15728 "F - - 10 - p F - - 10 - q "
15729 "F - - 0 - c i - - 0 - i "
15730 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmpy3) ), 0);
15731    G__memfunc_setup("mxmub",553,G__G__Table_101_0_39, 70, -1, -1, 0, 6, 3, 1, 0, 
15732 "F - - 10 - a F - - 10 - b "
15733 "F - - 0 - c i - - 0 - i "
15734 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmub) ), 0);
15735    G__memfunc_setup("mxmub1",602,G__G__Table_101_0_40, 70, -1, -1, 0, 6, 3, 1, 0, 
15736 "F - - 10 - a F - - 10 - q "
15737 "F - - 0 - c i - - 0 - i "
15738 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmub1) ), 0);
15739    G__memfunc_setup("mxmub2",603,G__G__Table_101_0_41, 70, -1, -1, 0, 6, 3, 1, 0, 
15740 "F - - 10 - p F - - 10 - b "
15741 "F - - 0 - c i - - 0 - i "
15742 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmub2) ), 0);
15743    G__memfunc_setup("mxmub3",604,G__G__Table_101_0_42, 70, -1, -1, 0, 6, 3, 1, 0, 
15744 "F - - 10 - p F - - 10 - q "
15745 "F - - 0 - c i - - 0 - i "
15746 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int, int))(&TCL::mxmub3) ), 0);
15747    G__memfunc_setup("mxmlrt_0_",914,G__G__Table_101_0_43, 70, -1, -1, 0, 6, 3, 1, 0, 
15748 "i - - 0 - n__ F - - 10 - a "
15749 "F - - 10 - b F - - 0 - c "
15750 "i - - 0 - ni i - - 0 - nj", (char*)NULL, (void*) G__func2void( (float* (*)(int, const float*, const float*, float*, int, int))(&TCL::mxmlrt_0_) ), 0);
15751    G__memfunc_setup("mxmlrt",676,G__G__Table_101_0_44, 70, -1, -1, 0, 5, 3, 1, 0, 
15752 "F - - 10 - a F - - 10 - b "
15753 "F - - 0 - x i - - 0 - ni "
15754 "i - - 0 - nj", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::mxmlrt) ), 0);
15755    G__memfunc_setup("mxmltr",676,G__G__Table_101_0_45, 70, -1, -1, 0, 5, 3, 1, 0, 
15756 "F - - 10 - a F - - 10 - b "
15757 "F - - 0 - x i - - 0 - ni "
15758 "i - - 0 - nj", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::mxmltr) ), 0);
15759    G__memfunc_setup("mxtrp",571,G__G__Table_101_0_46, 70, -1, -1, 0, 4, 3, 1, 0, 
15760 "F - - 10 - a F - - 0 - b "
15761 "i - - 0 - i i - - 0 - j", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int, int))(&TCL::mxtrp) ), 0);
15762    G__memfunc_setup("mxmad_0_",773,G__G__Table_101_0_47, 68, -1, -1, 0, 7, 3, 1, 0, 
15763 "i - - 0 - n D - - 10 - a "
15764 "D - - 10 - b D - - 0 - c "
15765 "i - - 0 - i i - - 0 - j "
15766 "i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(int, const double*, const double*, double*, int, int, int))(&TCL::mxmad_0_) ), 0);
15767    G__memfunc_setup("mxmad",535,G__G__Table_101_0_48, 68, -1, -1, 0, 6, 3, 1, 0, 
15768 "D - - 10 - a D - - 10 - b "
15769 "D - - 0 - c i - - 0 - i "
15770 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmad) ), 0);
15771    G__memfunc_setup("mxmad1",584,G__G__Table_101_0_49, 68, -1, -1, 0, 6, 3, 1, 0, 
15772 "D - - 10 - a D - - 10 - b "
15773 "D - - 0 - c i - - 0 - i "
15774 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmad1) ), 0);
15775    G__memfunc_setup("mxmad2",585,G__G__Table_101_0_50, 68, -1, -1, 0, 6, 3, 1, 0, 
15776 "D - - 10 - a D - - 10 - b "
15777 "D - - 0 - c i - - 0 - i "
15778 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmad2) ), 0);
15779    G__memfunc_setup("mxmad3",586,G__G__Table_101_0_51, 68, -1, -1, 0, 6, 3, 1, 0, 
15780 "D - - 10 - a D - - 10 - b "
15781 "D - - 0 - c i - - 0 - i "
15782 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmad3) ), 0);
15783    G__memfunc_setup("mxmpy",571,G__G__Table_101_0_52, 68, -1, -1, 0, 6, 3, 1, 0, 
15784 "D - - 10 - a D - - 10 - b "
15785 "D - - 0 - c i - - 0 - i "
15786 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmpy) ), 0);
15787    G__memfunc_setup("mxmpy1",620,G__G__Table_101_0_53, 68, -1, -1, 0, 6, 3, 1, 0, 
15788 "D - - 10 - a D - - 10 - b "
15789 "D - - 0 - c i - - 0 - i "
15790 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmpy1) ), 0);
15791    G__memfunc_setup("mxmpy2",621,G__G__Table_101_0_54, 68, -1, -1, 0, 6, 3, 1, 0, 
15792 "D - - 10 - a D - - 10 - b "
15793 "D - - 0 - c i - - 0 - i "
15794 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmpy2) ), 0);
15795    G__memfunc_setup("mxmpy3",622,G__G__Table_101_0_55, 68, -1, -1, 0, 6, 3, 1, 0, 
15796 "D - - 10 - a D - - 10 - b "
15797 "D - - 0 - c i - - 0 - i "
15798 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmpy3) ), 0);
15799    G__memfunc_setup("mxmub",553,G__G__Table_101_0_56, 68, -1, -1, 0, 6, 3, 1, 0, 
15800 "D - - 10 - a D - - 10 - b "
15801 "D - - 0 - c i - - 0 - i "
15802 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmub) ), 0);
15803    G__memfunc_setup("mxmub1",602,G__G__Table_101_0_57, 68, -1, -1, 0, 6, 3, 1, 0, 
15804 "D - - 10 - a D - - 10 - b "
15805 "D - - 0 - c i - - 0 - i "
15806 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmub1) ), 0);
15807    G__memfunc_setup("mxmub2",603,G__G__Table_101_0_58, 68, -1, -1, 0, 6, 3, 1, 0, 
15808 "D - - 10 - a D - - 10 - b "
15809 "D - - 0 - c i - - 0 - i "
15810 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmub2) ), 0);
15811    G__memfunc_setup("mxmub3",604,G__G__Table_101_0_59, 68, -1, -1, 0, 6, 3, 1, 0, 
15812 "D - - 10 - a D - - 10 - b "
15813 "D - - 0 - c i - - 0 - i "
15814 "i - - 0 - j i - - 0 - k", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int, int))(&TCL::mxmub3) ), 0);
15815    G__memfunc_setup("mxmlrt_0_",914,G__G__Table_101_0_60, 68, -1, -1, 0, 6, 3, 1, 0, 
15816 "i - - 0 - n__ D - - 10 - a "
15817 "D - - 10 - b D - - 0 - c "
15818 "i - - 0 - ni i - - 0 - nj", (char*)NULL, (void*) G__func2void( (double* (*)(int, const double*, const double*, double*, int, int))(&TCL::mxmlrt_0_) ), 0);
15819    G__memfunc_setup("mxmlrt",676,G__G__Table_101_0_61, 68, -1, -1, 0, 5, 3, 1, 0, 
15820 "D - - 10 - a D - - 10 - b "
15821 "D - - 0 - c i - - 0 - ni "
15822 "i - - 0 - nj", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::mxmlrt) ), 0);
15823    G__memfunc_setup("mxmltr",676,G__G__Table_101_0_62, 68, -1, -1, 0, 5, 3, 1, 0, 
15824 "D - - 10 - a D - - 10 - b "
15825 "D - - 0 - c i - - 0 - ni "
15826 "i - - 0 - nj", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::mxmltr) ), 0);
15827    G__memfunc_setup("mxtrp",571,G__G__Table_101_0_63, 68, -1, -1, 0, 4, 3, 1, 0, 
15828 "D - - 10 - a D - - 0 - b "
15829 "i - - 0 - i i - - 0 - j", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int, int))(&TCL::mxtrp) ), 0);
15830    G__memfunc_setup("traat",540,G__G__Table_101_0_64, 70, -1, -1, 0, 4, 3, 1, 0, 
15831 "F - - 10 - a F - - 0 - s "
15832 "i - - 0 - m i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int, int))(&TCL::traat) ), 0);
15833    G__memfunc_setup("tral",435,G__G__Table_101_0_65, 70, -1, -1, 0, 5, 3, 1, 0, 
15834 "F - - 10 - a F - - 10 - u "
15835 "F - - 0 - b i - - 0 - m "
15836 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::tral) ), 0);
15837    G__memfunc_setup("tralt",551,G__G__Table_101_0_66, 70, -1, -1, 0, 5, 3, 1, 0, 
15838 "F - - 10 - a F - - 10 - u "
15839 "F - - 0 - b i - - 0 - m "
15840 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::tralt) ), 0);
15841    G__memfunc_setup("tras",442,G__G__Table_101_0_67, 70, -1, -1, 0, 5, 3, 1, 0, 
15842 "F - - 10 - a F - - 10 - s "
15843 "F - - 0 - b i - - 0 - m "
15844 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::tras) ), 0);
15845    G__memfunc_setup("trasat",655,G__G__Table_101_0_68, 70, -1, -1, 0, 5, 3, 1, 0, 
15846 "F - - 10 - a F - - 10 - s "
15847 "F - - 0 - r i - - 0 - m "
15848 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::trasat) ), 0);
15849    G__memfunc_setup("trasat",655,G__G__Table_101_0_69, 70, -1, -1, 0, 5, 3, 1, 0, 
15850 "D - - 10 - a F - - 10 - s "
15851 "F - - 0 - r i - - 0 - m "
15852 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const double*, const float*, float*, int, int))(&TCL::trasat) ), 0);
15853    G__memfunc_setup("trata",540,G__G__Table_101_0_70, 70, -1, -1, 0, 4, 3, 1, 0, 
15854 "F - - 10 - a F - - 0 - r "
15855 "i - - 0 - m i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int, int))(&TCL::trata) ), 0);
15856    G__memfunc_setup("trats",558,G__G__Table_101_0_71, 70, -1, -1, 0, 5, 3, 1, 0, 
15857 "F - - 10 - a F - - 10 - s "
15858 "F - - 0 - b i - - 0 - m "
15859 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::trats) ), 0);
15860    G__memfunc_setup("tratsa",655,G__G__Table_101_0_72, 70, -1, -1, 0, 5, 3, 1, 0, 
15861 "F - - 10 - a F - - 10 - s "
15862 "F - - 0 - r i - - 0 - m "
15863 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::tratsa) ), 0);
15864    G__memfunc_setup("trchlu",658,G__G__Table_101_0_73, 70, -1, -1, 0, 3, 3, 1, 0, 
15865 "F - - 10 - a F - - 0 - b "
15866 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trchlu) ), 0);
15867    G__memfunc_setup("trchul",658,G__G__Table_101_0_74, 70, -1, -1, 0, 3, 3, 1, 0, 
15868 "F - - 10 - a F - - 0 - b "
15869 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trchul) ), 0);
15870    G__memfunc_setup("trinv",563,G__G__Table_101_0_75, 70, -1, -1, 0, 3, 3, 1, 0, 
15871 "F - - 10 - t F - - 0 - s "
15872 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trinv) ), 0);
15873    G__memfunc_setup("trla",435,G__G__Table_101_0_76, 70, -1, -1, 0, 5, 3, 1, 0, 
15874 "F - - 10 - u F - - 10 - a "
15875 "F - - 0 - b i - - 0 - m "
15876 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::trla) ), 0);
15877    G__memfunc_setup("trlta",551,G__G__Table_101_0_77, 70, -1, -1, 0, 5, 3, 1, 0, 
15878 "F - - 10 - u F - - 10 - a "
15879 "F - - 0 - b i - - 0 - m "
15880 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::trlta) ), 0);
15881    G__memfunc_setup("trpck",548,G__G__Table_101_0_78, 70, -1, -1, 0, 3, 3, 1, 0, 
15882 "F - - 10 - s F - - 0 - u "
15883 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trpck) ), 0);
15884    G__memfunc_setup("trqsq",571,G__G__Table_101_0_79, 70, -1, -1, 0, 4, 3, 1, 0, 
15885 "F - - 10 - q F - - 10 - s "
15886 "F - - 0 - r i - - 0 - m", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int))(&TCL::trqsq) ), 0);
15887    G__memfunc_setup("trsa",442,G__G__Table_101_0_80, 70, -1, -1, 0, 5, 3, 1, 0, 
15888 "F - - 10 - s F - - 10 - a "
15889 "F - - 0 - b i - - 0 - m "
15890 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::trsa) ), 0);
15891    G__memfunc_setup("trsinv",678,G__G__Table_101_0_81, 70, -1, -1, 0, 3, 3, 1, 0, 
15892 "F - - 10 - g F - - 0 - gi "
15893 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trsinv) ), 0);
15894    G__memfunc_setup("trsmlu",679,G__G__Table_101_0_82, 70, -1, -1, 0, 3, 3, 1, 0, 
15895 "F - - 10 - u F - - 0 - s "
15896 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trsmlu) ), 0);
15897    G__memfunc_setup("trsmul",679,G__G__Table_101_0_83, 70, -1, -1, 0, 3, 3, 1, 0, 
15898 "F - - 10 - g F - - 0 - gi "
15899 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trsmul) ), 0);
15900    G__memfunc_setup("trupck",665,G__G__Table_101_0_84, 70, -1, -1, 0, 3, 3, 1, 0, 
15901 "F - - 10 - u F - - 0 - s "
15902 "i - - 0 - m", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, float*, int))(&TCL::trupck) ), 0);
15903    G__memfunc_setup("trsat",558,G__G__Table_101_0_85, 70, -1, -1, 0, 5, 3, 1, 0, 
15904 "F - - 10 - s F - - 10 - a "
15905 "F - - 0 - b i - - 0 - m "
15906 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (float* (*)(const float*, const float*, float*, int, int))(&TCL::trsat) ), 0);
15907    G__memfunc_setup("trsequ",676,G__G__Table_101_0_86, 70, -1, -1, 0, 4, 3, 1, 0, 
15908 "F - - 0 - smx i - - 0 '3' m "
15909 "F - - 0 '0' b i - - 0 '1' n", (char*)NULL, (void*) G__func2void( (float* (*)(float*, int, float*, int))(&TCL::trsequ) ), 0);
15910    G__memfunc_setup("traat",540,G__G__Table_101_0_87, 68, -1, -1, 0, 4, 3, 1, 0, 
15911 "D - - 10 - a D - - 0 - s "
15912 "i - - 0 - m i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int, int))(&TCL::traat) ), 0);
15913    G__memfunc_setup("tral",435,G__G__Table_101_0_88, 68, -1, -1, 0, 5, 3, 1, 0, 
15914 "D - - 10 - a D - - 10 - u "
15915 "D - - 0 - b i - - 0 - m "
15916 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::tral) ), 0);
15917    G__memfunc_setup("tralt",551,G__G__Table_101_0_89, 68, -1, -1, 0, 5, 3, 1, 0, 
15918 "D - - 10 - a D - - 10 - u "
15919 "D - - 0 - b i - - 0 - m "
15920 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::tralt) ), 0);
15921    G__memfunc_setup("tras",442,G__G__Table_101_0_90, 68, -1, -1, 0, 5, 3, 1, 0, 
15922 "D - - 10 - a D - - 10 - s "
15923 "D - - 0 - b i - - 0 - m "
15924 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::tras) ), 0);
15925    G__memfunc_setup("trasat",655,G__G__Table_101_0_91, 68, -1, -1, 0, 5, 3, 1, 0, 
15926 "D - - 10 - a D - - 10 - s "
15927 "D - - 0 - r i - - 0 - m "
15928 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::trasat) ), 0);
15929    G__memfunc_setup("trata",540,G__G__Table_101_0_92, 68, -1, -1, 0, 4, 3, 1, 0, 
15930 "D - - 10 - a D - - 0 - r "
15931 "i - - 0 - m i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int, int))(&TCL::trata) ), 0);
15932    G__memfunc_setup("trats",558,G__G__Table_101_0_93, 68, -1, -1, 0, 5, 3, 1, 0, 
15933 "D - - 10 - a D - - 10 - s "
15934 "D - - 0 - b i - - 0 - m "
15935 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::trats) ), 0);
15936    G__memfunc_setup("tratsa",655,G__G__Table_101_0_94, 68, -1, -1, 0, 5, 3, 1, 0, 
15937 "D - - 10 - a D - - 10 - s "
15938 "D - - 0 - r i - - 0 - m "
15939 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::tratsa) ), 0);
15940    G__memfunc_setup("trchlu",658,G__G__Table_101_0_95, 68, -1, -1, 0, 3, 3, 1, 0, 
15941 "D - - 10 - a D - - 0 - b "
15942 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trchlu) ), 0);
15943    G__memfunc_setup("trchul",658,G__G__Table_101_0_96, 68, -1, -1, 0, 3, 3, 1, 0, 
15944 "D - - 10 - a D - - 0 - b "
15945 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trchul) ), 0);
15946    G__memfunc_setup("trinv",563,G__G__Table_101_0_97, 68, -1, -1, 0, 3, 3, 1, 0, 
15947 "D - - 10 - t D - - 0 - s "
15948 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trinv) ), 0);
15949    G__memfunc_setup("trla",435,G__G__Table_101_0_98, 68, -1, -1, 0, 5, 3, 1, 0, 
15950 "D - - 10 - u D - - 10 - a "
15951 "D - - 0 - b i - - 0 - m "
15952 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::trla) ), 0);
15953    G__memfunc_setup("trlta",551,G__G__Table_101_0_99, 68, -1, -1, 0, 5, 3, 1, 0, 
15954 "D - - 10 - u D - - 10 - a "
15955 "D - - 0 - b i - - 0 - m "
15956 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::trlta) ), 0);
15957    G__memfunc_setup("trpck",548,G__G__Table_101_0_100, 68, -1, -1, 0, 3, 3, 1, 0, 
15958 "D - - 10 - s D - - 0 - u "
15959 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trpck) ), 0);
15960    G__memfunc_setup("trqsq",571,G__G__Table_101_0_101, 68, -1, -1, 0, 4, 3, 1, 0, 
15961 "D - - 10 - q D - - 10 - s "
15962 "D - - 0 - r i - - 0 - m", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int))(&TCL::trqsq) ), 0);
15963    G__memfunc_setup("trsa",442,G__G__Table_101_0_102, 68, -1, -1, 0, 5, 3, 1, 0, 
15964 "D - - 10 - s D - - 10 - a "
15965 "D - - 0 - b i - - 0 - m "
15966 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::trsa) ), 0);
15967    G__memfunc_setup("trsinv",678,G__G__Table_101_0_103, 68, -1, -1, 0, 3, 3, 1, 0, 
15968 "D - - 10 - g D - - 0 - gi "
15969 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trsinv) ), 0);
15970    G__memfunc_setup("trsmlu",679,G__G__Table_101_0_104, 68, -1, -1, 0, 3, 3, 1, 0, 
15971 "D - - 10 - u D - - 0 - s "
15972 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trsmlu) ), 0);
15973    G__memfunc_setup("trsmul",679,G__G__Table_101_0_105, 68, -1, -1, 0, 3, 3, 1, 0, 
15974 "D - - 10 - g D - - 0 - gi "
15975 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trsmul) ), 0);
15976    G__memfunc_setup("trupck",665,G__G__Table_101_0_106, 68, -1, -1, 0, 3, 3, 1, 0, 
15977 "D - - 10 - u D - - 0 - s "
15978 "i - - 0 - m", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, double*, int))(&TCL::trupck) ), 0);
15979    G__memfunc_setup("trsat",558,G__G__Table_101_0_107, 68, -1, -1, 0, 5, 3, 1, 0, 
15980 "D - - 10 - s D - - 10 - a "
15981 "D - - 0 - b i - - 0 - m "
15982 "i - - 0 - n", (char*)NULL, (void*) G__func2void( (double* (*)(const double*, const double*, double*, int, int))(&TCL::trsat) ), 0);
15983    G__memfunc_setup("trsequ",676,G__G__Table_101_0_108, 68, -1, -1, 0, 4, 3, 1, 0, 
15984 "D - - 0 - smx i - - 0 '3' m "
15985 "D - - 0 '0' b i - - 0 '1' n", (char*)NULL, (void*) G__func2void( (double* (*)(double*, int, double*, int))(&TCL::trsequ) ), 0);
15986    G__memfunc_setup("Class",502,G__G__Table_101_0_109, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TCL::Class) ), 0);
15987    G__memfunc_setup("Class_Name",982,G__G__Table_101_0_110, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCL::Class_Name) ), 0);
15988    G__memfunc_setup("Class_Version",1339,G__G__Table_101_0_111, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TCL::Class_Version) ), 0);
15989    G__memfunc_setup("Dictionary",1046,G__G__Table_101_0_112, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCL::Dictionary) ), 0);
15990    G__memfunc_setup("IsA",253,G__G__Table_101_0_113, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
15991    G__memfunc_setup("ShowMembers",1132,G__G__Table_101_0_114, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
15992    G__memfunc_setup("Streamer",835,G__G__Table_101_0_115, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
15993    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_101_0_116, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
15994    G__memfunc_setup("DeclFileName",1145,G__G__Table_101_0_117, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCL::DeclFileName) ), 0);
15995    G__memfunc_setup("ImplFileLine",1178,G__G__Table_101_0_118, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCL::ImplFileLine) ), 0);
15996    G__memfunc_setup("ImplFileName",1171,G__G__Table_101_0_119, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCL::ImplFileName) ), 0);
15997    G__memfunc_setup("DeclFileLine",1152,G__G__Table_101_0_120, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCL::DeclFileLine) ), 0);
15998    // automatic default constructor
15999    G__memfunc_setup("TCL", 227, G__G__Table_101_0_121, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TCL), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
16000    // automatic copy constructor
16001    G__memfunc_setup("TCL", 227, G__G__Table_101_0_122, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TCL), -1, 0, 1, 1, 1, 0, "u 'TCL' - 11 - -", (char*) NULL, (void*) NULL, 0);
16002    // automatic destructor
16003    G__memfunc_setup("~TCL", 353, G__G__Table_101_0_123, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16004    // automatic assignment operator
16005    G__memfunc_setup("operator=", 937, G__G__Table_101_0_124, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_TCL), -1, 1, 1, 1, 1, 0, "u 'TCL' - 11 - -", (char*) NULL, (void*) NULL, 0);
16006    G__tag_memfunc_reset();
16007 }
16008 
16009 static void G__setup_memfuncTTable(void) {
16010    /* TTable */
16011    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTable));
16012    G__memfunc_setup("BoundsOk",805,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 8, 
16013 "C - - 10 - where i - 'Int_t' 0 - at", (char*)NULL, (void*) NULL, 0);
16014    G__memfunc_setup("OutOfBoundsError",1634,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 8, 
16015 "C - - 10 - where i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16016    G__memfunc_setup("CopyStruct",1056,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
16017 "C - 'Char_t' 0 - dest C - 'Char_t' 10 - src", (char*)NULL, (void*) NULL, 0);
16018    G__memfunc_setup("Create",596,(G__InterfaceMethod) NULL, 67, -1, G__defined_typename("Char_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16019    G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16020    G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16021    G__memfunc_setup("EntryLoop",940,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 6, 1, 2, 0, 
16022 "C - 'Char_t' 10 - exprFileName i - 'Int_t' 1 - action "
16023 "U 'TObject' - 0 - obj i - 'Int_t' 0 '1000000000' nentries "
16024 "i - 'Int_t' 0 '0' firstentry C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16025    G__memfunc_setup("SetfN",480,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 0, "l - 'Long_t' 0 - len", (char*)NULL, (void*) NULL, 0);
16026    G__memfunc_setup("SetTablePointer",1525,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "Y - - 0 - table", (char*)NULL, (void*) NULL, 0);
16027    G__memfunc_setup("SetUsedRows",1128,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16028    G__memfunc_setup("SetType",718,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 50 - type", (char*)NULL, (void*) NULL, 1);
16029    G__memfunc_setup("StreamerHeader",1420,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
16030 "u 'TBuffer' - 1 - b s - 'Version_t' 0 '3' version", (char*)NULL, (void*) NULL, 0);
16031    G__memfunc_setup("StreamerTable",1323,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
16032 "u 'TBuffer' - 1 - b s - 'Version_t' 0 '3' version", (char*)NULL, (void*) NULL, 0);
16033    G__memfunc_setup("GetDescriptorPointer",2080,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
16034    G__memfunc_setup("SetDescriptorPointer",2092,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TTableDescriptor' - 0 - list", (char*)NULL, (void*) NULL, 1);
16035    G__memfunc_setup("ReAlloc",674,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - newsize", (char*)NULL, (void*) NULL, 0);
16036    G__memfunc_setup("TableDictionary",1534,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 3, 3, 2, 1, 
16037 "C - - 10 - className C - - 10 - structName "
16038 "U 'TTableDescriptor' - 1 - ColDescriptors", (char*)NULL, (void*) NULL, 0);
16039    G__memfunc_setup("TTable",572,G__G__Table_102_0_18, 105, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 2, 1, 1, 0, 
16040 "C - - 10 '0' name i - 'Int_t' 0 '0' size", (char*)NULL, (void*) NULL, 0);
16041    G__memfunc_setup("TTable",572,G__G__Table_102_0_19, 105, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 3, 1, 1, 0, 
16042 "C - - 10 - name i - 'Int_t' 0 - n "
16043 "i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 0);
16044    G__memfunc_setup("TTable",572,G__G__Table_102_0_20, 105, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 4, 1, 1, 0, 
16045 "C - - 10 - name i - 'Int_t' 0 - n "
16046 "C - 'Char_t' 0 - array i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 0);
16047    G__memfunc_setup("TTable",572,G__G__Table_102_0_21, 105, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 5, 1, 1, 0, 
16048 "C - - 10 - name C - - 10 - type "
16049 "i - 'Int_t' 0 - n C - 'Char_t' 0 - array "
16050 "i - 'Int_t' 0 - size", (char*)NULL, (void*) NULL, 0);
16051    G__memfunc_setup("TTable",572,G__G__Table_102_0_22, 105, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 1, 1, 1, 0, "u 'TTable' - 11 - table", (char*)NULL, (void*) NULL, 0);
16052    G__memfunc_setup("operator=",937,G__G__Table_102_0_23, 117, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 1, 1, 1, 1, 0, "u 'TTable' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
16053    G__memfunc_setup("Adopt",504,G__G__Table_102_0_24, 121, -1, -1, 0, 2, 1, 1, 0, 
16054 "i - 'Int_t' 0 - n Y - - 0 - array", (char*)NULL, (void*) NULL, 1);
16055    G__memfunc_setup("AddAt",446,G__G__Table_102_0_25, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "Y - - 10 - c", (char*)NULL, (void*) NULL, 1);
16056    G__memfunc_setup("AddAt",446,G__G__Table_102_0_26, 121, -1, -1, 0, 2, 1, 1, 0, 
16057 "Y - - 10 - c i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
16058    G__memfunc_setup("AddAt",446,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16059 "U 'TDataSet' - 0 - dataset i - 'Int_t' 0 '0' idx", (char*)NULL, (void*) NULL, 1);
16060    G__memfunc_setup("AppendRows",1027,G__G__Table_102_0_28, 108, -1, G__defined_typename("Long_t"), 0, 2, 1, 1, 0, 
16061 "Y - - 10 - row h - 'UInt_t' 0 - nRows", (char*)NULL, (void*) NULL, 1);
16062    G__memfunc_setup("AsString",811,G__G__Table_102_0_29, 121, -1, -1, 0, 4, 1, 1, 8, 
16063 "Y - - 0 - buf i 'TTable::EColumnType' - 0 - type "
16064 "i - 'Int_t' 0 - width u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out", (char*)NULL, (void*) NULL, 1);
16065    G__memfunc_setup("At",181,G__G__Table_102_0_30, 89, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16066    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);
16067    G__memfunc_setup("CopySet",711,G__G__Table_102_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TTable' - 1 - array", (char*)NULL, (void*) NULL, 1);
16068    G__memfunc_setup("CopyRows",838,G__G__Table_102_0_33, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
16069 "U 'TTable' - 10 - srcTable l - 'Long_t' 0 '0' srcRow "
16070 "l - 'Long_t' 0 '0' dstRow l - 'Long_t' 0 '0' nRows "
16071 "g - 'Bool_t' 0 'kFALSE' expand", (char*)NULL, (void*) NULL, 0);
16072    G__memfunc_setup("DeleteRows",1022,G__G__Table_102_0_34, 121, -1, -1, 0, 2, 1, 1, 0, 
16073 "l - 'Long_t' 0 - indx h - 'UInt_t' 0 '1' nRows", (char*)NULL, (void*) NULL, 1);
16074    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
16075    G__memfunc_setup("Draw",398,G__G__Table_102_0_36, 85, G__get_linked_tagnum(&G__G__TableLN_TH1), -1, 0, 5, 1, 1, 0, 
16076 "u 'TCut' - 0 - varexp u 'TCut' - 0 - selection "
16077 "C - 'Option_t' 10 '\"\"' option i - 'Int_t' 0 '1000000000' nentries "
16078 "i - 'Int_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
16079    G__memfunc_setup("Draw",398,G__G__Table_102_0_37, 85, G__get_linked_tagnum(&G__G__TableLN_TH1), -1, 0, 5, 1, 1, 0, 
16080 "C - - 10 - varexp C - - 10 - selection "
16081 "C - 'Option_t' 10 '\"\"' option i - 'Int_t' 0 '1000000000' nentries "
16082 "i - 'Int_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
16083    G__memfunc_setup("GetArray",799,G__G__Table_102_0_38, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16084    G__memfunc_setup("GetRowClass",1102,G__G__Table_102_0_39, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16085    G__memfunc_setup("GetSize",699,G__G__Table_102_0_40, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16086    G__memfunc_setup("GetNRows",793,G__G__Table_102_0_41, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16087    G__memfunc_setup("GetRowSize",1011,G__G__Table_102_0_42, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16088    G__memfunc_setup("GetTableSize",1187,G__G__Table_102_0_43, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16089    G__memfunc_setup("GetTableDescriptors",1946,G__G__Table_102_0_44, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16090    G__memfunc_setup("GetRowDescriptors",1770,G__G__Table_102_0_45, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16091    G__memfunc_setup("GetType",706,G__G__Table_102_0_46, 67, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
16092    G__memfunc_setup("Fit",291,G__G__Table_102_0_47, 121, -1, -1, 0, 7, 1, 1, 0, 
16093 "C - - 10 - formula C - - 10 - varexp "
16094 "C - - 10 '\"\"' selection C - 'Option_t' 10 '\"\"' option "
16095 "C - 'Option_t' 10 '\"\"' goption i - 'Int_t' 0 '1000000000' nentries "
16096 "i - 'Int_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
16097    G__memfunc_setup("HasData",662,(G__InterfaceMethod) NULL,108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16098    G__memfunc_setup("InsertRows",1056,G__G__Table_102_0_49, 108, -1, G__defined_typename("Long_t"), 0, 3, 1, 1, 0, 
16099 "Y - - 10 - rows l - 'Long_t' 0 - indx "
16100 "h - 'UInt_t' 0 '1' nRows", (char*)NULL, (void*) NULL, 1);
16101    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);
16102    G__memfunc_setup("NaN",253,G__G__Table_102_0_51, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16103    G__memfunc_setup("New",298,G__G__Table_102_0_52, 85, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 4, 3, 1, 0, 
16104 "C - 'Char_t' 10 - name C - 'Char_t' 10 - type "
16105 "Y - - 0 - array h - 'UInt_t' 0 - size", (char*)NULL, (void*) G__func2void( (TTable* (*)(const Char_t*, const Char_t*, void*, UInt_t))(&TTable::New) ), 0);
16106    G__memfunc_setup("MakeExpression",1454,G__G__Table_102_0_53, 67, -1, G__defined_typename("Char_t"), 0, 2, 1, 1, 0, 
16107 "C - 'Char_t' 12 - expressions i - 'Int_t' 0 - nExpressions", (char*)NULL, (void*) NULL, 1);
16108    G__memfunc_setup("Print",525,G__G__Table_102_0_54, 67, -1, G__defined_typename("Char_t"), 0, 2, 1, 1, 8, 
16109 "C - 'Char_t' 0 - buf i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
16110    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16111    G__memfunc_setup("Print",525,G__G__Table_102_0_56, 67, -1, G__defined_typename("Char_t"), 0, 4, 1, 1, 9, 
16112 "i - 'Int_t' 0 - row i - 'Int_t' 0 '10' rownumber "
16113 "C - 'Char_t' 10 '\"\"' colfirst C - 'Char_t' 10 '\"\"' collast", "*MENU*", (void*) NULL, 1);
16114    G__memfunc_setup("PrintContents",1371,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16115    G__memfunc_setup("PrintHeader",1110,G__G__Table_102_0_58, 67, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 9, "", "*MENU*", (void*) NULL, 1);
16116    G__memfunc_setup("Project",727,G__G__Table_102_0_59, 121, -1, -1, 0, 6, 1, 1, 0, 
16117 "C - - 10 - hname C - - 10 - varexp "
16118 "C - - 10 '\"\"' selection C - 'Option_t' 10 '\"\"' option "
16119 "i - 'Int_t' 0 '1000000000' nentries i - 'Int_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
16120    G__memfunc_setup("Purge",515,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16121    G__memfunc_setup("ReAllocate",988,G__G__Table_102_0_61, 89, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - newsize", (char*)NULL, (void*) NULL, 0);
16122    G__memfunc_setup("ReAllocate",988,G__G__Table_102_0_62, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16123    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16124 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16125    G__memfunc_setup("Set",300,G__G__Table_102_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
16126    G__memfunc_setup("Set",300,G__G__Table_102_0_65, 121, -1, -1, 0, 2, 1, 1, 0, 
16127 "i - 'Int_t' 0 - n C - 'Char_t' 0 - array", (char*)NULL, (void*) NULL, 1);
16128    G__memfunc_setup("SetNRows",805,G__G__Table_102_0_66, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
16129    G__memfunc_setup("Reset",515,G__G__Table_102_0_67, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' c", (char*)NULL, (void*) NULL, 1);
16130    G__memfunc_setup("ResetMap",801,G__G__Table_102_0_68, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' wipe", (char*)NULL, (void*) NULL, 1);
16131    G__memfunc_setup("Update",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16132    G__memfunc_setup("Update",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16133 "U 'TDataSet' - 0 - set h - 'UInt_t' 0 '0' opt", (char*)NULL, (void*) NULL, 1);
16134    G__memfunc_setup("operator[]",1060,G__G__Table_102_0_71, 89, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16135    G__memfunc_setup("operator[]",1060,G__G__Table_102_0_72, 89, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16136    G__memfunc_setup("GetColumnIndex",1414,G__G__Table_102_0_73, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 - columnName", (char*)NULL, (void*) NULL, 1);
16137    G__memfunc_setup("GetColumnName",1295,G__G__Table_102_0_74, 67, -1, G__defined_typename("Char_t"), 0, 1, 1, 1, 9, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16138    G__memfunc_setup("GetIndexArray",1303,G__G__Table_102_0_75, 72, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 9, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16139    G__memfunc_setup("GetNumberOfColumns",1823,G__G__Table_102_0_76, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16140    G__memfunc_setup("GetOffset",903,G__G__Table_102_0_77, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16141    G__memfunc_setup("GetOffset",903,G__G__Table_102_0_78, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 1);
16142    G__memfunc_setup("GetColumnSize",1321,G__G__Table_102_0_79, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16143    G__memfunc_setup("GetColumnSize",1321,G__G__Table_102_0_80, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 1);
16144    G__memfunc_setup("GetTypeSize",1117,G__G__Table_102_0_81, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16145    G__memfunc_setup("GetTypeSize",1117,G__G__Table_102_0_82, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 1);
16146    G__memfunc_setup("GetDimensions",1337,G__G__Table_102_0_83, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16147    G__memfunc_setup("GetDimensions",1337,G__G__Table_102_0_84, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 1);
16148    G__memfunc_setup("GetColumnType",1328,G__G__Table_102_0_85, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16149    G__memfunc_setup("GetColumnType",1328,G__G__Table_102_0_86, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType), -1, 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 1);
16150    G__memfunc_setup("GetColumnComment",1633,G__G__Table_102_0_87, 67, -1, G__defined_typename("Char_t"), 0, 1, 1, 1, 9, "i - 'Int_t' 0 - columnIndex", (char*)NULL, (void*) NULL, 1);
16151    G__memfunc_setup("GetTypeName",1091,G__G__Table_102_0_88, 67, -1, -1, 0, 1, 3, 1, 1, "i 'TTable::EColumnType' - 0 - type", (char*)NULL, (void*) G__func2void( (const char* (*)(TTable::EColumnType))(&TTable::GetTypeName) ), 0);
16152    G__memfunc_setup("GetTypeId",879,G__G__Table_102_0_89, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType), -1, 0, 1, 3, 1, 0, "C - - 10 - typeName", (char*)NULL, (void*) G__func2void( (TTable::EColumnType (*)(const char*))(&TTable::GetTypeId) ), 0);
16153    G__memfunc_setup("TableDictionary",1534,G__G__Table_102_0_90, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTable::TableDictionary) ), 0);
16154    G__memfunc_setup("Class",502,G__G__Table_102_0_91, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTable::Class) ), 0);
16155    G__memfunc_setup("Class_Name",982,G__G__Table_102_0_92, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTable::Class_Name) ), 0);
16156    G__memfunc_setup("Class_Version",1339,G__G__Table_102_0_93, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTable::Class_Version) ), 0);
16157    G__memfunc_setup("Dictionary",1046,G__G__Table_102_0_94, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTable::Dictionary) ), 0);
16158    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16159    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);
16160    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);
16161    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_102_0_98, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16162    G__memfunc_setup("DeclFileName",1145,G__G__Table_102_0_99, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTable::DeclFileName) ), 0);
16163    G__memfunc_setup("ImplFileLine",1178,G__G__Table_102_0_100, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTable::ImplFileLine) ), 0);
16164    G__memfunc_setup("ImplFileName",1171,G__G__Table_102_0_101, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTable::ImplFileName) ), 0);
16165    G__memfunc_setup("DeclFileLine",1152,G__G__Table_102_0_102, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTable::DeclFileLine) ), 0);
16166    // automatic destructor
16167    G__memfunc_setup("~TTable", 698, G__G__Table_102_0_103, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16168    G__tag_memfunc_reset();
16169 }
16170 
16171 static void G__setup_memfuncTDataSetIter(void) {
16172    /* TDataSetIter */
16173    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TDataSetIter));
16174    G__memfunc_setup("NextDataSet",1093,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 2, 0, "u 'TIter' - 1 - next", (char*)NULL, (void*) NULL, 0);
16175    G__memfunc_setup("NextDataSet",1093,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - nDataSet", (char*)NULL, (void*) NULL, 0);
16176    G__memfunc_setup("GetNullSet",999,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 2, 0, "", "return a fake pointer == -1 casted to (TDataSet *)", (void*) NULL, 0);
16177    G__memfunc_setup("TDataSetIter",1166,G__G__Table_138_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSetIter), -1, 0, 3, 1, 1, 0, 
16178 "U 'TDataSet' - 0 '0' l i - 'Int_t' 0 '1' depth "
16179 "g - 'Bool_t' 0 'kIterForward' dir", (char*)NULL, (void*) NULL, 0);
16180    G__memfunc_setup("TDataSetIter",1166,G__G__Table_138_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSetIter), -1, 0, 2, 1, 1, 0, 
16181 "U 'TDataSet' - 0 - l g - 'Bool_t' 0 - dir", (char*)NULL, (void*) NULL, 0);
16182    G__memfunc_setup("Add",265,G__G__Table_138_0_6, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - set", (char*)NULL, (void*) NULL, 1);
16183    G__memfunc_setup("Add",265,G__G__Table_138_0_7, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16184 "U 'TDataSet' - 0 - set C - 'Char_t' 10 - path", (char*)NULL, (void*) NULL, 1);
16185    G__memfunc_setup("Add",265,G__G__Table_138_0_8, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16186 "U 'TDataSet' - 0 - set U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
16187    G__memfunc_setup("Cd",167,G__G__Table_138_0_9, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - dirname", (char*)NULL, (void*) NULL, 1);
16188    G__memfunc_setup("Cd",167,G__G__Table_138_0_10, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - ds", (char*)NULL, (void*) NULL, 1);
16189    G__memfunc_setup("operator()",957,G__G__Table_138_0_11, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "u 'TDataSet::EDataSetPass' 'TDataSet::EDataSetPass' 0 'TDataSet::kContinue' mode", (char*)NULL, (void*) NULL, 1);
16190    G__memfunc_setup("operator()",957,G__G__Table_138_0_12, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - path", (char*)NULL, (void*) NULL, 1);
16191    G__memfunc_setup("operator[]",1060,G__G__Table_138_0_13, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - path", (char*)NULL, (void*) NULL, 1);
16192    G__memfunc_setup("GetDepth",789,G__G__Table_138_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16193    G__memfunc_setup("Cwd",286,G__G__Table_138_0_15, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16194    G__memfunc_setup("Dir",287,G__G__Table_138_0_16, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 0 - dirname", (char*)NULL, (void*) NULL, 1);
16195    G__memfunc_setup("Du",185,G__G__Table_138_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", "summarize dataset usage", (void*) NULL, 1);
16196    G__memfunc_setup("Df",170,G__G__Table_138_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", "report number of free \"table\" blocks.", (void*) NULL, 1);
16197    G__memfunc_setup("Find",385,G__G__Table_138_0_19, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 4, 1, 1, 0, 
16198 "C - 'Char_t' 10 - path U 'TDataSet' - 0 '0' rootset "
16199 "g - 'Bool_t' 0 'kFALSE' mkdir g - 'Bool_t' 0 'kFALSE' titleFlag", (char*)NULL, (void*) NULL, 1);
16200    G__memfunc_setup("FindByPath",969,G__G__Table_138_0_20, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16201 "C - 'Char_t' 10 - path U 'TDataSet' - 0 '0' rootset "
16202 "g - 'Bool_t' 0 'kFALSE' mkdir", (char*)NULL, (void*) NULL, 1);
16203    G__memfunc_setup("FindDataSet",1063,G__G__Table_138_0_21, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16204 "C - 'Char_t' 10 - name C - 'Char_t' 10 '\"\"' path "
16205 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16206    G__memfunc_setup("FindByName",957,G__G__Table_138_0_22, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16207 "C - 'Char_t' 10 - name C - 'Char_t' 10 '\"\"' path "
16208 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16209    G__memfunc_setup("FindByTitle",1086,G__G__Table_138_0_23, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16210 "C - 'Char_t' 10 - title C - 'Char_t' 10 '\"\"' path "
16211 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16212    G__memfunc_setup("FindDataSet",1063,G__G__Table_138_0_24, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16213 "U 'TDataSet' - 0 - set C - 'Char_t' 10 - path "
16214 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16215    G__memfunc_setup("FindByPointer",1309,G__G__Table_138_0_25, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16216 "U 'TDataSet' - 0 - set C - 'Char_t' 10 '0' path "
16217 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16218    G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 1, 8, "C - 'Char_t' 10 - name", (char*)NULL, (void*) NULL, 1);
16219    G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 1, 8, "U 'TObject' - 10 - obj", (char*)NULL, (void*) NULL, 1);
16220    G__memfunc_setup("Flag",378,G__G__Table_138_0_28, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
16221 "h - 'UInt_t' 0 'TDataSet::kMark' flag i 'TDataSet::EBitOpt' - 0 'TDataSet::kSet' reset", (char*)NULL, (void*) NULL, 1);
16222    G__memfunc_setup("Flag",378,G__G__Table_138_0_29, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
16223 "C - 'Char_t' 10 - path h - 'UInt_t' 0 'TDataSet::kMark' flag "
16224 "i 'TDataSet::EBitOpt' - 0 'TDataSet::kSet' reset", (char*)NULL, (void*) NULL, 1);
16225    G__memfunc_setup("Flag",378,G__G__Table_138_0_30, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
16226 "U 'TDataSet' - 0 - dataset h - 'UInt_t' 0 'TDataSet::kMark' flag "
16227 "i 'TDataSet::EBitOpt' - 0 'TDataSet::kSet' reset", (char*)NULL, (void*) NULL, 1);
16228    G__memfunc_setup("Ls",191,G__G__Table_138_0_31, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 8, 
16229 "C - 'Char_t' 10 '\"\"' dirname C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16230    G__memfunc_setup("Ls",191,G__G__Table_138_0_32, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 8, 
16231 "C - 'Char_t' 10 - dirname i - 'Int_t' 0 - depth", (char*)NULL, (void*) NULL, 1);
16232    G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' dirname", (char*)NULL, (void*) NULL, 1);
16233    G__memfunc_setup("ls",223,G__G__Table_138_0_34, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 8, 
16234 "u 'TString' - 0 - dirname C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16235    G__memfunc_setup("ls",223,G__G__Table_138_0_35, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 8, 
16236 "C - 'Char_t' 10 - dirname i - 'Int_t' 0 - depth", (char*)NULL, (void*) NULL, 1);
16237    G__memfunc_setup("Mkdir",503,G__G__Table_138_0_36, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - dirname", (char*)NULL, (void*) NULL, 1);
16238    G__memfunc_setup("Md",177,G__G__Table_138_0_37, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - dirname", (char*)NULL, (void*) NULL, 1);
16239    G__memfunc_setup("Path",397,G__G__Table_138_0_38, 117, G__get_linked_tagnum(&G__G__TableLN_TString), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - path", (char*)NULL, (void*) NULL, 1);
16240    G__memfunc_setup("Path",397,G__G__Table_138_0_39, 117, G__get_linked_tagnum(&G__G__TableLN_TString), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16241    G__memfunc_setup("Pwd",299,G__G__Table_138_0_40, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16242    G__memfunc_setup("Rmdir",510,G__G__Table_138_0_41, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16243 "U 'TDataSet' - 0 - dataset C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16244    G__memfunc_setup("Rmdir",510,G__G__Table_138_0_42, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16245 "C - 'Char_t' 10 - dirname C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16246    G__memfunc_setup("Rd",182,G__G__Table_138_0_43, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16247 "C - 'Char_t' 10 - dirname C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16248    G__memfunc_setup("Shunt",530,G__G__Table_138_0_44, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - set", (char*)NULL, (void*) NULL, 1);
16249    G__memfunc_setup("Shunt",530,G__G__Table_138_0_45, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16250 "U 'TDataSet' - 0 - set C - 'Char_t' 10 - path", (char*)NULL, (void*) NULL, 1);
16251    G__memfunc_setup("Shunt",530,G__G__Table_138_0_46, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16252 "U 'TDataSet' - 0 - set U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
16253    G__memfunc_setup("Next",415,G__G__Table_138_0_47, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "u 'TDataSet::EDataSetPass' 'TDataSet::EDataSetPass' 0 'TDataSet::kContinue' mode", (char*)NULL, (void*) NULL, 1);
16254    G__memfunc_setup("Next",415,G__G__Table_138_0_48, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16255 "C - 'Char_t' 10 - path U 'TDataSet' - 0 '0' rootset "
16256 "g - 'Bool_t' 0 'kFALSE' mkdir", (char*)NULL, (void*) NULL, 1);
16257    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);
16258    G__memfunc_setup("Notify",633,G__G__Table_138_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
16259    G__memfunc_setup("GetOption",921,G__G__Table_138_0_51, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
16260    G__memfunc_setup("Reset",515,G__G__Table_138_0_52, 121, -1, -1, 0, 2, 1, 1, 0, 
16261 "U 'TDataSet' - 0 '0' l i - 'Int_t' 0 '0' depth", (char*)NULL, (void*) NULL, 1);
16262    G__memfunc_setup("operator*",918,G__G__Table_138_0_53, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16263    G__memfunc_setup("Class",502,G__G__Table_138_0_54, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TDataSetIter::Class) ), 0);
16264    G__memfunc_setup("Class_Name",982,G__G__Table_138_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDataSetIter::Class_Name) ), 0);
16265    G__memfunc_setup("Class_Version",1339,G__G__Table_138_0_56, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TDataSetIter::Class_Version) ), 0);
16266    G__memfunc_setup("Dictionary",1046,G__G__Table_138_0_57, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TDataSetIter::Dictionary) ), 0);
16267    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16268    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);
16269    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);
16270    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_138_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16271    G__memfunc_setup("DeclFileName",1145,G__G__Table_138_0_62, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDataSetIter::DeclFileName) ), 0);
16272    G__memfunc_setup("ImplFileLine",1178,G__G__Table_138_0_63, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDataSetIter::ImplFileLine) ), 0);
16273    G__memfunc_setup("ImplFileName",1171,G__G__Table_138_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDataSetIter::ImplFileName) ), 0);
16274    G__memfunc_setup("DeclFileLine",1152,G__G__Table_138_0_65, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDataSetIter::DeclFileLine) ), 0);
16275    // automatic copy constructor
16276    G__memfunc_setup("TDataSetIter", 1166, G__G__Table_138_0_66, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TDataSetIter), -1, 0, 1, 1, 1, 0, "u 'TDataSetIter' - 11 - -", (char*) NULL, (void*) NULL, 0);
16277    // automatic destructor
16278    G__memfunc_setup("~TDataSetIter", 1292, G__G__Table_138_0_67, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16279    // automatic assignment operator
16280    G__memfunc_setup("operator=", 937, G__G__Table_138_0_68, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_TDataSetIter), -1, 1, 1, 1, 1, 0, "u 'TDataSetIter' - 11 - -", (char*) NULL, (void*) NULL, 0);
16281    G__tag_memfunc_reset();
16282 }
16283 
16284 static void G__setup_memfuncTDataSet(void) {
16285    /* TDataSet */
16286    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TDataSet));
16287    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TDataSet' - 11 - -", (char*)NULL, (void*) NULL, 0);
16288    G__memfunc_setup("SetMother",923,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TObject' - 0 - mother", (char*)NULL, (void*) NULL, 1);
16289    G__memfunc_setup("TDataSet",762,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 2, 0, 
16290 "C - - 10 - name C - - 10 - title", "to support TDictionary", (void*) NULL, 0);
16291    G__memfunc_setup("AddMain",654,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TDataSet' - 0 - set", (char*)NULL, (void*) NULL, 0);
16292    G__memfunc_setup("SortIt",613,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass), G__defined_typename("TDataSet::EDataSetPass"), 0, 1, 3, 2, 0, "U 'TDataSet' - 0 - ds", (char*)NULL, (void*) NULL, 0);
16293    G__memfunc_setup("SortIt",613,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass), G__defined_typename("TDataSet::EDataSetPass"), 0, 2, 3, 2, 0, 
16294 "U 'TDataSet' - 0 - ds Y - - 0 - user", (char*)NULL, (void*) NULL, 0);
16295    G__memfunc_setup("GetRealParent",1294,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16296    G__memfunc_setup("MakeCollection",1418,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16297    G__memfunc_setup("TDataSet",762,G__G__Table_139_0_9, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 0, 
16298 "C - - 10 '\"\"' name U 'TDataSet' - 0 '0' parent "
16299 "g - 'Bool_t' 0 'kFALSE' arrayFlag", (char*)NULL, (void*) NULL, 0);
16300    G__memfunc_setup("TDataSet",762,G__G__Table_139_0_10, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 2, 1, 1, 0, 
16301 "u 'TDataSet' - 11 - src u 'TDataSet::EDataSetPass' 'TDataSet::EDataSetPass' 0 'kAll' iopt", (char*)NULL, (void*) NULL, 0);
16302    G__memfunc_setup("TDataSet",762,G__G__Table_139_0_11, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "u 'TNode' - 1 - src", (char*)NULL, (void*) NULL, 0);
16303    G__memfunc_setup("Add",265,G__G__Table_139_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
16304    G__memfunc_setup("AddAt",446,G__G__Table_139_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
16305 "U 'TDataSet' - 0 - dataset i - 'Int_t' 0 '0' idx", (char*)NULL, (void*) NULL, 1);
16306    G__memfunc_setup("AddAtAndExpand",1329,G__G__Table_139_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
16307 "U 'TDataSet' - 0 - dataset i - 'Int_t' 0 '0' idx", (char*)NULL, (void*) NULL, 1);
16308    G__memfunc_setup("AddFirst",785,G__G__Table_139_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
16309    G__memfunc_setup("AddLast",669,G__G__Table_139_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
16310    G__memfunc_setup("At",181,G__G__Table_139_0_17, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16311    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);
16312    G__memfunc_setup("Clone",497,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 '\"\"' newname", (char*)NULL, (void*) NULL, 1);
16313    G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16314    G__memfunc_setup("Find",385,G__G__Table_139_0_21, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 8, "C - - 10 - path", (char*)NULL, (void*) NULL, 1);
16315    G__memfunc_setup("FindByName",957,G__G__Table_139_0_22, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 8, 
16316 "C - - 10 - name C - - 10 '\"\"' path "
16317 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16318    G__memfunc_setup("FindByPath",969,G__G__Table_139_0_23, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 8, "C - - 10 - path", (char*)NULL, (void*) NULL, 1);
16319    G__memfunc_setup("FindByTitle",1086,G__G__Table_139_0_24, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 3, 1, 1, 8, 
16320 "C - - 10 - title C - - 10 '\"\"' path "
16321 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16322    G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
16323    G__memfunc_setup("FindObject",984,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 1, 8, "U 'TObject' - 10 - o", (char*)NULL, (void*) NULL, 1);
16324    G__memfunc_setup("First",520,G__G__Table_139_0_27, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16325    G__memfunc_setup("GetObjArray",1082,G__G__Table_139_0_28, 85, G__get_linked_tagnum(&G__G__TableLN_TObjArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16326    G__memfunc_setup("GetCollection",1324,G__G__Table_139_0_29, 85, G__get_linked_tagnum(&G__G__TableLN_TSeqCollection), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16327    G__memfunc_setup("GetList",700,G__G__Table_139_0_30, 85, G__get_linked_tagnum(&G__G__TableLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16328    G__memfunc_setup("GetListSize",1111,G__G__Table_139_0_31, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16329    G__memfunc_setup("GetMainSet",977,G__G__Table_139_0_32, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TDataSet* (*)())(&TDataSet::GetMainSet) ), 0);
16330    G__memfunc_setup("GetMother",911,G__G__Table_139_0_33, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16331    G__memfunc_setup("GetObject",887,G__G__Table_139_0_34, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16332    G__memfunc_setup("GetParent",906,G__G__Table_139_0_35, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16333    G__memfunc_setup("HasData",662,G__G__Table_139_0_36, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", "Check whether this dataset has extra \"data-members\"", (void*) NULL, 1);
16334    G__memfunc_setup("Instance",821,G__G__Table_139_0_37, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16335    G__memfunc_setup("instance",853,G__G__Table_139_0_38, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TDataSet* (*)())(&TDataSet::instance) ), 0);
16336    G__memfunc_setup("Path",397,G__G__Table_139_0_39, 117, G__get_linked_tagnum(&G__G__TableLN_TString), -1, 0, 0, 1, 1, 8, "", "return the \"full\" path of this dataset", (void*) NULL, 1);
16337    G__memfunc_setup("Pass",407,G__G__Table_139_0_40, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass), G__defined_typename("TDataSet::EDataSetPass"), 0, 2, 1, 1, 0, 
16338 "1 - 'TDataSet::EDataSetPass (*)(TDataSet*)' 0 - callback i - 'Int_t' 0 '0' depth", (char*)NULL, (void*) NULL, 1);
16339    G__memfunc_setup("Pass",407,G__G__Table_139_0_41, 105, G__get_linked_tagnum(&G__G__TableLN_TDataSetcLcLEDataSetPass), G__defined_typename("TDataSet::EDataSetPass"), 0, 3, 1, 1, 0, 
16340 "1 - 'TDataSet::EDataSetPass (*)(TDataSet*,void*)' 0 - callback Y - - 0 - user "
16341 "i - 'Int_t' 0 '0' depth", (char*)NULL, (void*) NULL, 1);
16342    G__memfunc_setup("PrintContents",1371,G__G__Table_139_0_42, 121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16343    G__memfunc_setup("Purge",515,G__G__Table_139_0_43, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16344    G__memfunc_setup("Remove",622,G__G__Table_139_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - set", (char*)NULL, (void*) NULL, 1);
16345    G__memfunc_setup("RemoveAt",803,G__G__Table_139_0_45, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
16346    G__memfunc_setup("SetMother",923,G__G__Table_139_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 '0' parent", (char*)NULL, (void*) NULL, 1);
16347    G__memfunc_setup("SetObject",899,G__G__Table_139_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
16348    G__memfunc_setup("SetParent",918,G__G__Table_139_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 '0' parent", (char*)NULL, (void*) NULL, 1);
16349    G__memfunc_setup("SetWrite",823,G__G__Table_139_0_49, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16350    G__memfunc_setup("Shunt",530,G__G__Table_139_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 '0' newParent", (char*)NULL, (void*) NULL, 1);
16351    G__memfunc_setup("Sort",424,G__G__Table_139_0_51, 121, -1, -1, 0, 0, 1, 1, 0, "", "Sort objects in lexical order", (void*) NULL, 1);
16352    G__memfunc_setup("IsEmpty",715,G__G__Table_139_0_52, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16353    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);
16354    G__memfunc_setup("IsMarked",784,G__G__Table_139_0_54, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16355    G__memfunc_setup("IsThisDir",883,G__G__Table_139_0_55, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 8, 
16356 "C - - 10 - dirname i - - 0 '-1' len "
16357 "i - - 0 '0' ignorecase", (char*)NULL, (void*) NULL, 1);
16358    G__memfunc_setup("Last",404,G__G__Table_139_0_56, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16359    G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", "Option \"*\" means print all levels", (void*) NULL, 1);
16360    G__memfunc_setup("ls",223,G__G__Table_139_0_58, 121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - depth", "Print the \"depth\" levels of this datatset", (void*) NULL, 1);
16361    G__memfunc_setup("Mark",395,G__G__Table_139_0_59, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
16362    G__memfunc_setup("UnMark",590,G__G__Table_139_0_60, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
16363    G__memfunc_setup("MarkAll",676,G__G__Table_139_0_61, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
16364    G__memfunc_setup("UnMarkAll",871,G__G__Table_139_0_62, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
16365    G__memfunc_setup("InvertAllMarks",1423,G__G__Table_139_0_63, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
16366    G__memfunc_setup("Mark",395,G__G__Table_139_0_64, 121, -1, -1, 0, 2, 1, 1, 0, 
16367 "h - 'UInt_t' 0 - flag i 'TDataSet::EBitOpt' - 0 'kSet' reset", (char*)NULL, (void*) NULL, 0);
16368    G__memfunc_setup("Next",415,G__G__Table_139_0_65, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16369    G__memfunc_setup("Prev",413,G__G__Table_139_0_66, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16370    G__memfunc_setup("Update",611,G__G__Table_139_0_67, 121, -1, -1, 0, 0, 1, 1, 0, "", "Update dataset", (void*) NULL, 1);
16371    G__memfunc_setup("Update",611,G__G__Table_139_0_68, 121, -1, -1, 0, 2, 1, 1, 0, 
16372 "U 'TDataSet' - 0 - set h - 'UInt_t' 0 '0' opt", "Update this dataset with the new one", (void*) NULL, 1);
16373    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
16374 "C - - 10 '0' name i - 'Int_t' 0 '0' option "
16375 "i - 'Int_t' 0 '0' bufsize", (char*)NULL, (void*) NULL, 1);
16376    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8, 
16377 "C - - 10 '0' name i - 'Int_t' 0 '0' option "
16378 "i - 'Int_t' 0 '0' bufsize", (char*)NULL, (void*) NULL, 1);
16379    G__memfunc_setup("Class",502,G__G__Table_139_0_71, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TDataSet::Class) ), 0);
16380    G__memfunc_setup("Class_Name",982,G__G__Table_139_0_72, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDataSet::Class_Name) ), 0);
16381    G__memfunc_setup("Class_Version",1339,G__G__Table_139_0_73, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TDataSet::Class_Version) ), 0);
16382    G__memfunc_setup("Dictionary",1046,G__G__Table_139_0_74, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TDataSet::Dictionary) ), 0);
16383    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16384    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);
16385    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);
16386    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_139_0_78, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16387    G__memfunc_setup("DeclFileName",1145,G__G__Table_139_0_79, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDataSet::DeclFileName) ), 0);
16388    G__memfunc_setup("ImplFileLine",1178,G__G__Table_139_0_80, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDataSet::ImplFileLine) ), 0);
16389    G__memfunc_setup("ImplFileName",1171,G__G__Table_139_0_81, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDataSet::ImplFileName) ), 0);
16390    G__memfunc_setup("DeclFileLine",1152,G__G__Table_139_0_82, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDataSet::DeclFileLine) ), 0);
16391    // automatic destructor
16392    G__memfunc_setup("~TDataSet", 888, G__G__Table_139_0_83, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16393    G__tag_memfunc_reset();
16394 }
16395 
16396 static void G__setup_memfuncTTableDescriptor(void) {
16397    /* TTableDescriptor */
16398    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor));
16399    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TClass' - 0 - classPtr", (char*)NULL, (void*) NULL, 1);
16400    G__memfunc_setup("SetCommentsSetName",1823,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "C - - 10 '\".comments\"' name", (char*)NULL, (void*) NULL, 0);
16401    G__memfunc_setup("TTableDescriptor",1627,G__G__Table_144_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 1, 1, 1, 0, "U 'TTable' - 10 - parentTable", (char*)NULL, (void*) NULL, 0);
16402    G__memfunc_setup("TTableDescriptor",1627,G__G__Table_144_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 1, 1, 1, 0, "U 'TClass' - 0 - classPtr", (char*)NULL, (void*) NULL, 0);
16403    G__memfunc_setup("TTableDescriptor",1627,G__G__Table_144_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 1, 1, 1, 0, "u 'TTableDescriptor' - 11 - dsc", (char*)NULL, (void*) NULL, 0);
16404    G__memfunc_setup("AddAt",446,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "Y - - 10 - c", (char*)NULL, (void*) NULL, 1);
16405    G__memfunc_setup("AddAt",446,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16406 "Y - - 10 - c i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
16407    G__memfunc_setup("AddAt",446,G__G__Table_144_0_8, 121, -1, -1, 0, 3, 1, 1, 0, 
16408 "u 'tableDescriptor_st' - 11 - element C - - 10 - comment "
16409 "i - 'Int_t' 0 - indx", (char*)NULL, (void*) NULL, 1);
16410    G__memfunc_setup("AddAt",446,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16411 "U 'TDataSet' - 0 - dataset i - 'Int_t' 0 '0' idx", (char*)NULL, (void*) NULL, 1);
16412    G__memfunc_setup("CreateLeafList",1384,G__G__Table_144_0_10, 117, G__get_linked_tagnum(&G__G__TableLN_TString), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16413    G__memfunc_setup("LearnTable",986,G__G__Table_144_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTable' - 10 - parentTable", (char*)NULL, (void*) NULL, 0);
16414    G__memfunc_setup("LearnTable",986,G__G__Table_144_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClass' - 0 - classPtr", (char*)NULL, (void*) NULL, 0);
16415    G__memfunc_setup("ColumnName",1007,G__G__Table_144_0_13, 67, -1, G__defined_typename("Char_t"), 0, 1, 1, 1, 9, "i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16416    G__memfunc_setup("ColumnByName",1194,G__G__Table_144_0_14, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 0);
16417    G__memfunc_setup("NumberOfColumns",1535,G__G__Table_144_0_15, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16418    G__memfunc_setup("IndexArray",1015,G__G__Table_144_0_16, 72, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 9, "i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16419    G__memfunc_setup("Offset",615,G__G__Table_144_0_17, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16420    G__memfunc_setup("Offset",615,G__G__Table_144_0_18, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 0);
16421    G__memfunc_setup("ColumnSize",1033,G__G__Table_144_0_19, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16422    G__memfunc_setup("ColumnSize",1033,G__G__Table_144_0_20, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 0);
16423    G__memfunc_setup("TypeSize",829,G__G__Table_144_0_21, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16424    G__memfunc_setup("TypeSize",829,G__G__Table_144_0_22, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 0);
16425    G__memfunc_setup("Dimensions",1049,G__G__Table_144_0_23, 104, -1, G__defined_typename("UInt_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16426    G__memfunc_setup("Dimensions",1049,G__G__Table_144_0_24, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 0);
16427    G__memfunc_setup("ColumnType",1040,G__G__Table_144_0_25, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16428    G__memfunc_setup("ColumnType",1040,G__G__Table_144_0_26, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLEColumnType), -1, 0, 1, 1, 1, 8, "C - 'Char_t' 10 '0' columnName", (char*)NULL, (void*) NULL, 0);
16429    G__memfunc_setup("RowClass",814,G__G__Table_144_0_27, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16430    G__memfunc_setup("SetOffset",915,G__G__Table_144_0_28, 121, -1, -1, 0, 2, 1, 1, 0, 
16431 "h - 'UInt_t' 0 - offset i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16432    G__memfunc_setup("SetSize",711,G__G__Table_144_0_29, 121, -1, -1, 0, 2, 1, 1, 0, 
16433 "h - 'UInt_t' 0 - size i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16434    G__memfunc_setup("SetTypeSize",1129,G__G__Table_144_0_30, 121, -1, -1, 0, 2, 1, 1, 0, 
16435 "h - 'UInt_t' 0 - size i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16436    G__memfunc_setup("SetDimensions",1349,G__G__Table_144_0_31, 121, -1, -1, 0, 2, 1, 1, 0, 
16437 "h - 'UInt_t' 0 - dim i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16438    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);
16439    G__memfunc_setup("SetColumnType",1340,G__G__Table_144_0_33, 121, -1, -1, 0, 2, 1, 1, 0, 
16440 "i 'TTable::EColumnType' - 0 - type i - 'Int_t' 0 - column", (char*)NULL, (void*) NULL, 0);
16441    G__memfunc_setup("UpdateOffsets",1341,G__G__Table_144_0_34, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TTableDescriptor' - 10 - newDesciptor", (char*)NULL, (void*) NULL, 1);
16442    G__memfunc_setup("MakeDescriptor",1437,G__G__Table_144_0_35, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 1, 3, 1, 0, "C - - 10 - structName", (char*)NULL, (void*) G__func2void( (TTableDescriptor* (*)(const char*))(&TTableDescriptor::MakeDescriptor) ), 0);
16443    G__memfunc_setup("MakeCommentField",1589,G__G__Table_144_0_36, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' createFlag", (char*)NULL, (void*) NULL, 0);
16444    G__memfunc_setup("GetDescriptorPointer",2080,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
16445    G__memfunc_setup("SetDescriptorPointer",2092,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TTableDescriptor' - 0 - list", (char*)NULL, (void*) NULL, 1);
16446    G__memfunc_setup("TTableDescriptor",1627,G__G__Table_144_0_39, 105, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16447    G__memfunc_setup("TTableDescriptor",1627,G__G__Table_144_0_40, 105, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
16448    G__memfunc_setup("TTableDescriptor",1627,G__G__Table_144_0_41, 105, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16449    G__memfunc_setup("TTableDescriptor",1627,G__G__Table_144_0_42, 105, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 2, 1, 1, 0, 
16450 "C - - 10 - name i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16451    G__memfunc_setup("GetTable",776,G__G__Table_144_0_43, 85, G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 0);
16452    G__memfunc_setup("operator[]",1060,G__G__Table_144_0_44, 117, G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16453    G__memfunc_setup("operator[]",1060,G__G__Table_144_0_45, 117, G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 1, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16454    G__memfunc_setup("begin",517,G__G__Table_144_0_46, 85, G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16455    G__memfunc_setup("end",311,G__G__Table_144_0_47, 85, G__get_linked_tagnum(&G__G__TableLN_tableDescriptor_st), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16456    G__memfunc_setup("TableDictionary",1534,G__G__Table_144_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableDescriptor::TableDictionary) ), 0);
16457    G__memfunc_setup("Class",502,G__G__Table_144_0_49, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTableDescriptor::Class) ), 0);
16458    G__memfunc_setup("Class_Name",982,G__G__Table_144_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableDescriptor::Class_Name) ), 0);
16459    G__memfunc_setup("Class_Version",1339,G__G__Table_144_0_51, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTableDescriptor::Class_Version) ), 0);
16460    G__memfunc_setup("Dictionary",1046,G__G__Table_144_0_52, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTableDescriptor::Dictionary) ), 0);
16461    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16462    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);
16463    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);
16464    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_144_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16465    G__memfunc_setup("DeclFileName",1145,G__G__Table_144_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableDescriptor::DeclFileName) ), 0);
16466    G__memfunc_setup("ImplFileLine",1178,G__G__Table_144_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableDescriptor::ImplFileLine) ), 0);
16467    G__memfunc_setup("ImplFileName",1171,G__G__Table_144_0_59, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableDescriptor::ImplFileName) ), 0);
16468    G__memfunc_setup("DeclFileLine",1152,G__G__Table_144_0_60, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableDescriptor::DeclFileLine) ), 0);
16469    // automatic destructor
16470    G__memfunc_setup("~TTableDescriptor", 1753, G__G__Table_144_0_61, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16471    G__tag_memfunc_reset();
16472 }
16473 
16474 static void G__setup_memfuncTTableMap(void) {
16475    /* TTableMap */
16476    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTableMap));
16477    G__memfunc_setup("TTableMap",858,G__G__Table_146_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TTableMap), -1, 0, 1, 1, 1, 0, "U 'TTable' - 10 '0' table", (char*)NULL, (void*) NULL, 0);
16478    G__memfunc_setup("TTableMap",858,G__G__Table_146_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TTableMap), -1, 0, 1, 1, 1, 0, "u 'TTableMap' - 11 - map", (char*)NULL, (void*) NULL, 0);
16479    G__memfunc_setup("IsValid",684,G__G__Table_146_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16480    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);
16481    G__memfunc_setup("Push_back",912,G__G__Table_146_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 0 - next", "workaround for Cint", (void*) NULL, 0);
16482    G__memfunc_setup("Table",488,G__G__Table_146_0_6, 85, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
16483    G__memfunc_setup("Begin",485,G__G__Table_146_0_7, 117, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16484    G__memfunc_setup("Begin",485,G__G__Table_146_0_8, 117, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16485    G__memfunc_setup("End",279,G__G__Table_146_0_9, 117, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16486    G__memfunc_setup("End",279,G__G__Table_146_0_10, 117, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16487    G__memfunc_setup("Class",502,G__G__Table_146_0_11, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTableMap::Class) ), 0);
16488    G__memfunc_setup("Class_Name",982,G__G__Table_146_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableMap::Class_Name) ), 0);
16489    G__memfunc_setup("Class_Version",1339,G__G__Table_146_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTableMap::Class_Version) ), 0);
16490    G__memfunc_setup("Dictionary",1046,G__G__Table_146_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTableMap::Dictionary) ), 0);
16491    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16492    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);
16493    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);
16494    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_146_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16495    G__memfunc_setup("DeclFileName",1145,G__G__Table_146_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableMap::DeclFileName) ), 0);
16496    G__memfunc_setup("ImplFileLine",1178,G__G__Table_146_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableMap::ImplFileLine) ), 0);
16497    G__memfunc_setup("ImplFileName",1171,G__G__Table_146_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableMap::ImplFileName) ), 0);
16498    G__memfunc_setup("DeclFileLine",1152,G__G__Table_146_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableMap::DeclFileLine) ), 0);
16499    // automatic destructor
16500    G__memfunc_setup("~TTableMap", 984, G__G__Table_146_0_23, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16501    G__tag_memfunc_reset();
16502 }
16503 
16504 static void G__setup_memfuncTTablecLcLiterator(void) {
16505    /* TTable::iterator */
16506    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator));
16507    G__memfunc_setup("iterator",874,G__G__Table_150_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16508    G__memfunc_setup("iterator",874,G__G__Table_150_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 2, 1, 1, 0, 
16509 "u 'TTable' - 11 - table u 'vector<long,allocator<long> >::iterator' 'TTable::iterator::vec_const_iterator' 1 - arowPtr", (char*)NULL, (void*) NULL, 0);
16510    G__memfunc_setup("iterator",874,G__G__Table_150_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 1, 1, 1, 0, "u 'TTable::iterator' - 11 - iter", (char*)NULL, (void*) NULL, 0);
16511    G__memfunc_setup("operator=",937,G__G__Table_150_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TTable::iterator' - 11 - iter", (char*)NULL, (void*) NULL, 0);
16512    G__memfunc_setup("operator++",962,G__G__Table_150_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16513    G__memfunc_setup("operator++",962,G__G__Table_150_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
16514    G__memfunc_setup("operator--",966,G__G__Table_150_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16515    G__memfunc_setup("operator--",966,G__G__Table_150_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
16516    G__memfunc_setup("operator+",919,G__G__Table_150_0_9, 117, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16517    G__memfunc_setup("operator-",921,G__G__Table_150_0_10, 117, G__get_linked_tagnum(&G__G__TableLN_TTablecLcLiterator), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16518    G__memfunc_setup("operator+=",980,G__G__Table_150_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16519    G__memfunc_setup("operator-=",982,G__G__Table_150_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16520    G__memfunc_setup("rowPtr",654,G__G__Table_150_0_13, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16521    G__memfunc_setup("operator void*",1384,G__G__Table_150_0_14, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16522    G__memfunc_setup("operator-",921,G__G__Table_150_0_15, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "u 'TTable::iterator' - 11 - it", (char*)NULL, (void*) NULL, 0);
16523    G__memfunc_setup("operator*",918,G__G__Table_150_0_16, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16524    G__memfunc_setup("operator==",998,G__G__Table_150_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TTable::iterator' - 11 - t", (char*)NULL, (void*) NULL, 0);
16525    G__memfunc_setup("operator!=",970,G__G__Table_150_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TTable::iterator' - 11 - t", (char*)NULL, (void*) NULL, 0);
16526    G__memfunc_setup("Table",488,G__G__Table_150_0_19, 117, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16527    G__memfunc_setup("RowSize",723,G__G__Table_150_0_20, 108, -1, G__defined_typename("Long_t"), 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16528    // automatic destructor
16529    G__memfunc_setup("~iterator", 1000, G__G__Table_150_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
16530    G__tag_memfunc_reset();
16531 }
16532 
16533 static void G__setup_memfuncTChair(void) {
16534    /* TChair */
16535    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TChair));
16536    G__memfunc_setup("GetThisTable",1184,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16537    G__memfunc_setup("GetThisTable",1184,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 0, 1, 2, 9, "", (char*)NULL, (void*) NULL, 0);
16538    G__memfunc_setup("GetOffset",903,(G__InterfaceMethod) NULL, 89, -1, -1, 0, 2, 3, 2, 0, 
16539 "Y - - 10 - base k - 'ULong_t' 0 - offset", (char*)NULL, (void*) NULL, 0);
16540    G__memfunc_setup("TChair",571,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TChair), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16541    G__memfunc_setup("TChair",571,G__G__Table_155_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TChair), -1, 0, 1, 1, 1, 0, "U 'TTable' - 0 - table", (char*)NULL, (void*) NULL, 0);
16542    G__memfunc_setup("TChair",571,G__G__Table_155_0_6, 105, G__get_linked_tagnum(&G__G__TableLN_TChair), -1, 0, 1, 1, 1, 0, "u 'TChair' - 11 - org", (char*)NULL, (void*) NULL, 0);
16543    G__memfunc_setup("Adopt",504,G__G__Table_155_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
16544 "i - 'Int_t' 0 - n Y - - 0 - array", (char*)NULL, (void*) NULL, 1);
16545    G__memfunc_setup("AddAt",446,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16546 "U 'TDataSet' - 0 - dataset i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
16547    G__memfunc_setup("AddAt",446,G__G__Table_155_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
16548 "Y - - 10 - c i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
16549    G__memfunc_setup("At",181,G__G__Table_155_0_10, 89, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16550    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);
16551    G__memfunc_setup("CopySet",711,G__G__Table_155_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TChair' - 1 - chair", (char*)NULL, (void*) NULL, 1);
16552    G__memfunc_setup("CopyRows",838,G__G__Table_155_0_13, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
16553 "U 'TChair' - 10 - srcChair i - 'Int_t' 0 '0' srcRow "
16554 "i - 'Int_t' 0 '0' dstRow i - 'Int_t' 0 '0' nRows "
16555 "g - 'Bool_t' 0 'kFALSE' expand", (char*)NULL, (void*) NULL, 0);
16556    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
16557    G__memfunc_setup("Draw",398,G__G__Table_155_0_15, 85, G__get_linked_tagnum(&G__G__TableLN_TH1), -1, 0, 5, 1, 1, 0, 
16558 "u 'TCut' - 0 - varexp u 'TCut' - 0 - selection "
16559 "C - 'Option_t' 10 '\"\"' option i - 'Int_t' 0 '1000000000' nentries "
16560 "i - 'Int_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
16561    G__memfunc_setup("Draw",398,G__G__Table_155_0_16, 85, G__get_linked_tagnum(&G__G__TableLN_TH1), -1, 0, 5, 1, 1, 0, 
16562 "C - - 10 - varexp C - - 10 - selection "
16563 "C - 'Option_t' 10 '\"\"' option i - 'Int_t' 0 '1000000000' nentries "
16564 "i - 'Int_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
16565    G__memfunc_setup("GetArray",799,G__G__Table_155_0_17, 67, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16566    G__memfunc_setup("GetRowClass",1102,G__G__Table_155_0_18, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16567    G__memfunc_setup("GetNRows",793,G__G__Table_155_0_19, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16568    G__memfunc_setup("GetRowSize",1011,G__G__Table_155_0_20, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16569    G__memfunc_setup("GetTableSize",1187,G__G__Table_155_0_21, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16570    G__memfunc_setup("Table",488,G__G__Table_155_0_22, 85, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16571    G__memfunc_setup("GetRowDescriptors",1770,G__G__Table_155_0_23, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16572    G__memfunc_setup("GetType",706,G__G__Table_155_0_24, 67, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
16573    G__memfunc_setup("Fit",291,G__G__Table_155_0_25, 121, -1, -1, 0, 7, 1, 1, 0, 
16574 "C - - 10 - formula C - - 10 - varexp "
16575 "C - - 10 '\"\"' selection C - 'Option_t' 10 '\"\"' option "
16576 "C - 'Option_t' 10 '\"\"' goption i - 'Int_t' 0 '1000000000' nentries "
16577 "i - 'Int_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
16578    G__memfunc_setup("HasData",662,(G__InterfaceMethod) NULL,108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16579    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);
16580    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);
16581    G__memfunc_setup("ls",223,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - deep", (char*)NULL, (void*) NULL, 1);
16582    G__memfunc_setup("NaN",253,G__G__Table_155_0_30, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16583    G__memfunc_setup("MakeExpression",1454,G__G__Table_155_0_31, 67, -1, G__defined_typename("Char_t"), 0, 2, 1, 1, 0, 
16584 "C - 'Char_t' 12 - expressions i - 'Int_t' 0 - nExpressions", (char*)NULL, (void*) NULL, 1);
16585    G__memfunc_setup("Print",525,G__G__Table_155_0_32, 67, -1, G__defined_typename("Char_t"), 0, 2, 1, 1, 8, 
16586 "C - 'Char_t' 0 - buf i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
16587    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16588    G__memfunc_setup("Print",525,G__G__Table_155_0_34, 67, -1, G__defined_typename("Char_t"), 0, 4, 1, 1, 9, 
16589 "i - 'Int_t' 0 - row i - 'Int_t' 0 '10' rownumber "
16590 "C - 'Char_t' 10 '\"\"' colfirst C - 'Char_t' 10 '\"\"' collast", (char*)NULL, (void*) NULL, 1);
16591    G__memfunc_setup("PrintHeader",1110,G__G__Table_155_0_35, 67, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
16592    G__memfunc_setup("Purge",515,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16593    G__memfunc_setup("ReAllocate",988,G__G__Table_155_0_37, 89, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - newsize", (char*)NULL, (void*) NULL, 0);
16594    G__memfunc_setup("ReAllocate",988,G__G__Table_155_0_38, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16595    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16596 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16597    G__memfunc_setup("Set",300,G__G__Table_155_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
16598    G__memfunc_setup("Set",300,G__G__Table_155_0_41, 121, -1, -1, 0, 2, 1, 1, 0, 
16599 "i - 'Int_t' 0 - n C - 'Char_t' 0 - array", (char*)NULL, (void*) NULL, 1);
16600    G__memfunc_setup("SetNRows",805,G__G__Table_155_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
16601    G__memfunc_setup("Reset",515,G__G__Table_155_0_43, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' c", (char*)NULL, (void*) NULL, 1);
16602    G__memfunc_setup("Update",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16603    G__memfunc_setup("Update",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
16604 "U 'TDataSet' - 0 - set h - 'UInt_t' 0 '0' opt", (char*)NULL, (void*) NULL, 1);
16605    G__memfunc_setup("operator[]",1060,G__G__Table_155_0_46, 89, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16606    G__memfunc_setup("operator[]",1060,G__G__Table_155_0_47, 89, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16607    G__memfunc_setup("Class",502,G__G__Table_155_0_48, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TChair::Class) ), 0);
16608    G__memfunc_setup("Class_Name",982,G__G__Table_155_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChair::Class_Name) ), 0);
16609    G__memfunc_setup("Class_Version",1339,G__G__Table_155_0_50, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TChair::Class_Version) ), 0);
16610    G__memfunc_setup("Dictionary",1046,G__G__Table_155_0_51, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TChair::Dictionary) ), 0);
16611    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16612    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);
16613    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);
16614    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_155_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16615    G__memfunc_setup("DeclFileName",1145,G__G__Table_155_0_56, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChair::DeclFileName) ), 0);
16616    G__memfunc_setup("ImplFileLine",1178,G__G__Table_155_0_57, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TChair::ImplFileLine) ), 0);
16617    G__memfunc_setup("ImplFileName",1171,G__G__Table_155_0_58, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChair::ImplFileName) ), 0);
16618    G__memfunc_setup("DeclFileLine",1152,G__G__Table_155_0_59, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TChair::DeclFileLine) ), 0);
16619    // automatic destructor
16620    G__memfunc_setup("~TChair", 697, G__G__Table_155_0_60, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16621    G__tag_memfunc_reset();
16622 }
16623 
16624 static void G__setup_memfuncTColumnView(void) {
16625    /* TColumnView */
16626    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TColumnView));
16627    G__memfunc_setup("TColumnView",1117,G__G__Table_156_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TColumnView), -1, 0, 2, 1, 1, 0, 
16628 "C - - 10 '\"\"' colName U 'TTable' - 0 '0' table", (char*)NULL, (void*) NULL, 0);
16629    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);
16630    G__memfunc_setup("Histogram",942,G__G__Table_156_0_3, 85, G__get_linked_tagnum(&G__G__TableLN_TH1), -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' selection", "*MENU*", (void*) NULL, 0);
16631    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);
16632    G__memfunc_setup("Class",502,G__G__Table_156_0_5, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TColumnView::Class) ), 0);
16633    G__memfunc_setup("Class_Name",982,G__G__Table_156_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TColumnView::Class_Name) ), 0);
16634    G__memfunc_setup("Class_Version",1339,G__G__Table_156_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TColumnView::Class_Version) ), 0);
16635    G__memfunc_setup("Dictionary",1046,G__G__Table_156_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TColumnView::Dictionary) ), 0);
16636    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16637    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);
16638    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);
16639    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_156_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16640    G__memfunc_setup("DeclFileName",1145,G__G__Table_156_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TColumnView::DeclFileName) ), 0);
16641    G__memfunc_setup("ImplFileLine",1178,G__G__Table_156_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TColumnView::ImplFileLine) ), 0);
16642    G__memfunc_setup("ImplFileName",1171,G__G__Table_156_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TColumnView::ImplFileName) ), 0);
16643    G__memfunc_setup("DeclFileLine",1152,G__G__Table_156_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TColumnView::DeclFileLine) ), 0);
16644    // automatic copy constructor
16645    G__memfunc_setup("TColumnView", 1117, G__G__Table_156_0_17, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TColumnView), -1, 0, 1, 1, 1, 0, "u 'TColumnView' - 11 - -", (char*) NULL, (void*) NULL, 0);
16646    // automatic destructor
16647    G__memfunc_setup("~TColumnView", 1243, G__G__Table_156_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16648    G__tag_memfunc_reset();
16649 }
16650 
16651 static void G__setup_memfuncTFileIter(void) {
16652    /* TFileIter */
16653    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TFileIter));
16654    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TableLN_TIterator), -1, 1, 1, 1, 4, 0, "u 'TIterator' - 11 - -", (char*)NULL, (void*) NULL, 1);
16655    G__memfunc_setup("operator!=",970,(G__InterfaceMethod) NULL, 103, -1, -1, 0, 1, 1, 4, 8, "u 'TIterator' - 11 - it", (char*)NULL, (void*) NULL, 1);
16656    G__memfunc_setup("Initialize",1042,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16657    G__memfunc_setup("ReadObj",663,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 2, 8, "U 'TKey' - 10 - key", (char*)NULL, (void*) NULL, 0);
16658    G__memfunc_setup("RestoreFileScope",1630,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16659    G__memfunc_setup("SaveFileScope",1289,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16660    G__memfunc_setup("NextEventKey",1226,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TKey), -1, 0, 3, 1, 2, 0, 
16661 "h - 'UInt_t' 0 'UInt_t(-1)' eventNumber h - 'UInt_t' 0 'UInt_t(-1)' runNumber "
16662 "C - - 10 '\"*\"' name", (char*)NULL, (void*) NULL, 0);
16663    G__memfunc_setup("TFileIter",872,G__G__Table_192_0_8, 105, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 0, 5, 1, 1, 0, 
16664 "C - - 10 - name C - 'Option_t' 10 '\"\"' option "
16665 "C - - 10 '\"\"' ftitle i - 'Int_t' 0 '1' compress "
16666 "i - 'Int_t' 0 '0' netopt", (char*)NULL, (void*) NULL, 0);
16667    G__memfunc_setup("TFileIter",872,G__G__Table_192_0_9, 105, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 0, 1, 1, 1, 0, "U 'TFile' - 0 '0' file", (char*)NULL, (void*) NULL, 0);
16668    G__memfunc_setup("TFileIter",872,G__G__Table_192_0_10, 105, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - directory", (char*)NULL, (void*) NULL, 0);
16669    G__memfunc_setup("TFileIter",872,G__G__Table_192_0_11, 105, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 0, 1, 1, 1, 0, "u 'TFileIter' - 11 - -", (char*)NULL, (void*) NULL, 0);
16670    G__memfunc_setup("CurrentCursorPosition",2230,G__G__Table_192_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16671    G__memfunc_setup("GetTFile",756,G__G__Table_192_0_13, 85, G__get_linked_tagnum(&G__G__TableLN_TFile), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
16672    G__memfunc_setup("GetTDirectory",1321,G__G__Table_192_0_14, 85, G__get_linked_tagnum(&G__G__TableLN_TDirectory), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
16673    G__memfunc_setup("MapName",671,G__G__Table_192_0_15, 117, G__get_linked_tagnum(&G__G__TableLN_TString), -1, 0, 3, 3, 1, 0, 
16674 "C - - 10 - name C - - 10 '0' localSystemKey "
16675 "C - - 10 '0' mountedFileSystemKey", (char*)NULL, (void*) G__func2void( (TString (*)(const char*, const char*, const char*))(&TFileIter::MapName) ), 0);
16676    G__memfunc_setup("GetResourceName",1513,G__G__Table_192_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileIter::GetResourceName) ), 0);
16677    G__memfunc_setup("GetDefaultMapFileName",2052,G__G__Table_192_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileIter::GetDefaultMapFileName) ), 0);
16678    G__memfunc_setup("GetLocalFileNameKey",1845,G__G__Table_192_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileIter::GetLocalFileNameKey) ), 0);
16679    G__memfunc_setup("GetForeignFileSystemKey",2328,G__G__Table_192_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileIter::GetForeignFileSystemKey) ), 0);
16680    G__memfunc_setup("PurgeKeys",927,G__G__Table_192_0_20, 121, -1, -1, 0, 1, 3, 1, 0, "U 'TList' - 0 - listOfKeys", (char*)NULL, (void*) G__func2void( (void (*)(TList*))(&TFileIter::PurgeKeys) ), 0);
16681    G__memfunc_setup("IsOpen",590,G__G__Table_192_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16682    G__memfunc_setup("NextEventGet",1217,G__G__Table_192_0_22, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 3, 1, 1, 0, 
16683 "h - 'UInt_t' 0 'UInt_t(-1)' eventNumber h - 'UInt_t' 0 'UInt_t(-1)' runNumber "
16684 "C - - 10 '\"*\"' name", (char*)NULL, (void*) NULL, 1);
16685    G__memfunc_setup("NextEventPut",1242,G__G__Table_192_0_23, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
16686 "U 'TObject' - 0 - obj h - 'UInt_t' 0 - eventNum "
16687 "h - 'UInt_t' 0 - runNumber C - - 10 '0' name", (char*)NULL, (void*) NULL, 1);
16688    G__memfunc_setup("SetCursorPosition",1791,G__G__Table_192_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - cursorPosition", (char*)NULL, (void*) NULL, 0);
16689    G__memfunc_setup("SetCursorPosition",1791,G__G__Table_192_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - keyNameToFind", (char*)NULL, (void*) NULL, 0);
16690    G__memfunc_setup("GetObjlen",890,G__G__Table_192_0_26, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16691    G__memfunc_setup("TotalKeys",928,G__G__Table_192_0_27, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16692    G__memfunc_setup("SkipObjects",1121,G__G__Table_192_0_28, 85, G__get_linked_tagnum(&G__G__TableLN_TKey), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' nSkip", (char*)NULL, (void*) NULL, 1);
16693    G__memfunc_setup("GetObject",887,G__G__Table_192_0_29, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16694    G__memfunc_setup("GetDepth",789,G__G__Table_192_0_30, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16695    G__memfunc_setup("GetCurrentKey",1324,G__G__Table_192_0_31, 85, G__get_linked_tagnum(&G__G__TableLN_TKey), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16696    G__memfunc_setup("GetKeyName",970,G__G__Table_192_0_32, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16697    G__memfunc_setup("operator=",937,G__G__Table_192_0_33, 117, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - cursorPosition", (char*)NULL, (void*) NULL, 0);
16698    G__memfunc_setup("operator=",937,G__G__Table_192_0_34, 117, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 1, 1, 1, 1, 0, "C - - 10 - keyNameToFind", (char*)NULL, (void*) NULL, 0);
16699    G__memfunc_setup("operator+=",980,G__G__Table_192_0_35, 117, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - shift", (char*)NULL, (void*) NULL, 0);
16700    G__memfunc_setup("operator-=",982,G__G__Table_192_0_36, 117, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - shift", (char*)NULL, (void*) NULL, 0);
16701    G__memfunc_setup("operator++",962,G__G__Table_192_0_37, 117, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16702    G__memfunc_setup("operator--",966,G__G__Table_192_0_38, 117, G__get_linked_tagnum(&G__G__TableLN_TFileIter), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16703    G__memfunc_setup("operator*",918,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16704    G__memfunc_setup("operator const char*",1947,G__G__Table_192_0_40, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16705    G__memfunc_setup("operator const TFile*",2001,G__G__Table_192_0_41, 85, G__get_linked_tagnum(&G__G__TableLN_TFile), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16706    G__memfunc_setup("operator const TDirectory*",2566,G__G__Table_192_0_42, 85, G__get_linked_tagnum(&G__G__TableLN_TDirectory), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16707    G__memfunc_setup("operator int",1239,G__G__Table_192_0_43, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16708    G__memfunc_setup("operator==",998,G__G__Table_192_0_44, 105, -1, -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
16709    G__memfunc_setup("operator!=",970,G__G__Table_192_0_45, 105, -1, -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
16710    G__memfunc_setup("Next",415,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16711    G__memfunc_setup("Next",415,G__G__Table_192_0_47, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nSkip", (char*)NULL, (void*) NULL, 1);
16712    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16713    G__memfunc_setup("Rewind",617,G__G__Table_192_0_49, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16714    G__memfunc_setup("operator()",957,G__G__Table_192_0_50, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nSkip", (char*)NULL, (void*) NULL, 0);
16715    G__memfunc_setup("operator()",957,G__G__Table_192_0_51, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16716    G__memfunc_setup("Class",502,G__G__Table_192_0_52, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFileIter::Class) ), 0);
16717    G__memfunc_setup("Class_Name",982,G__G__Table_192_0_53, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileIter::Class_Name) ), 0);
16718    G__memfunc_setup("Class_Version",1339,G__G__Table_192_0_54, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFileIter::Class_Version) ), 0);
16719    G__memfunc_setup("Dictionary",1046,G__G__Table_192_0_55, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFileIter::Dictionary) ), 0);
16720    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16721    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);
16722    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);
16723    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_192_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16724    G__memfunc_setup("DeclFileName",1145,G__G__Table_192_0_60, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileIter::DeclFileName) ), 0);
16725    G__memfunc_setup("ImplFileLine",1178,G__G__Table_192_0_61, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFileIter::ImplFileLine) ), 0);
16726    G__memfunc_setup("ImplFileName",1171,G__G__Table_192_0_62, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileIter::ImplFileName) ), 0);
16727    G__memfunc_setup("DeclFileLine",1152,G__G__Table_192_0_63, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFileIter::DeclFileLine) ), 0);
16728    // automatic destructor
16729    G__memfunc_setup("~TFileIter", 998, G__G__Table_192_0_64, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16730    G__tag_memfunc_reset();
16731 }
16732 
16733 static void G__setup_memfuncTFileSet(void) {
16734    /* TFileSet */
16735    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TFileSet));
16736    G__memfunc_setup("TFileSet",768,G__G__Table_193_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TFileSet), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16737    G__memfunc_setup("TFileSet",768,G__G__Table_193_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TFileSet), -1, 0, 4, 1, 1, 0, 
16738 "u 'TString' - 11 - dirname C - 'Char_t' 10 '0' filename "
16739 "g - 'Bool_t' 0 'kTRUE' expand i - 'Int_t' 0 '10' maxDepth", (char*)NULL, (void*) NULL, 0);
16740    G__memfunc_setup("HasData",662,(G__InterfaceMethod) NULL,108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16741    G__memfunc_setup("IsEmpty",715,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16742    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);
16743    G__memfunc_setup("Class",502,G__G__Table_193_0_6, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFileSet::Class) ), 0);
16744    G__memfunc_setup("Class_Name",982,G__G__Table_193_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileSet::Class_Name) ), 0);
16745    G__memfunc_setup("Class_Version",1339,G__G__Table_193_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFileSet::Class_Version) ), 0);
16746    G__memfunc_setup("Dictionary",1046,G__G__Table_193_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFileSet::Dictionary) ), 0);
16747    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16748    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);
16749    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);
16750    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_193_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16751    G__memfunc_setup("DeclFileName",1145,G__G__Table_193_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileSet::DeclFileName) ), 0);
16752    G__memfunc_setup("ImplFileLine",1178,G__G__Table_193_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFileSet::ImplFileLine) ), 0);
16753    G__memfunc_setup("ImplFileName",1171,G__G__Table_193_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFileSet::ImplFileName) ), 0);
16754    G__memfunc_setup("DeclFileLine",1152,G__G__Table_193_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFileSet::DeclFileLine) ), 0);
16755    // automatic copy constructor
16756    G__memfunc_setup("TFileSet", 768, G__G__Table_193_0_18, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TFileSet), -1, 0, 1, 1, 1, 0, "u 'TFileSet' - 11 - -", (char*) NULL, (void*) NULL, 0);
16757    // automatic destructor
16758    G__memfunc_setup("~TFileSet", 894, G__G__Table_193_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16759    G__tag_memfunc_reset();
16760 }
16761 
16762 static void G__setup_memfuncTGenericTable(void) {
16763    /* TGenericTable */
16764    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTable));
16765    G__memfunc_setup("GetDescriptorPointer",2080,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
16766    G__memfunc_setup("SetDescriptorPointer",2092,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TTableDescriptor' - 0 - list", (char*)NULL, (void*) NULL, 1);
16767    G__memfunc_setup("SetGenericType",1419,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16768    G__memfunc_setup("TGenericTable",1273,G__G__Table_194_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16769    G__memfunc_setup("TGenericTable",1273,G__G__Table_194_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 2, 1, 1, 0, 
16770 "C - - 10 - structName C - - 10 - name", (char*)NULL, (void*) NULL, 0);
16771    G__memfunc_setup("TGenericTable",1273,G__G__Table_194_0_6, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 2, 1, 1, 0, 
16772 "C - - 10 - structName i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16773    G__memfunc_setup("TGenericTable",1273,G__G__Table_194_0_7, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 3, 1, 1, 0, 
16774 "C - - 10 - structName C - - 10 - name "
16775 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16776    G__memfunc_setup("TGenericTable",1273,G__G__Table_194_0_8, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 2, 1, 1, 0, 
16777 "u 'TTableDescriptor' - 11 - dsc C - - 10 - name", (char*)NULL, (void*) NULL, 0);
16778    G__memfunc_setup("TGenericTable",1273,G__G__Table_194_0_9, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 2, 1, 1, 0, 
16779 "u 'TTableDescriptor' - 11 - dsc i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16780    G__memfunc_setup("TGenericTable",1273,G__G__Table_194_0_10, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 3, 1, 1, 0, 
16781 "u 'TTableDescriptor' - 11 - dsc C - - 10 - name "
16782 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16783    G__memfunc_setup("GetTable",776,G__G__Table_194_0_11, 67, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 0);
16784    G__memfunc_setup("GetTableDescriptors",1946,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16785    G__memfunc_setup("GetRowDescriptors",1770,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16786    G__memfunc_setup("operator[]",1060,G__G__Table_194_0_14, 99, -1, -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16787    G__memfunc_setup("operator[]",1060,G__G__Table_194_0_15, 99, -1, -1, 1, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16788    G__memfunc_setup("begin",517,G__G__Table_194_0_16, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16789    G__memfunc_setup("begin",517,G__G__Table_194_0_17, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16790    G__memfunc_setup("end",311,G__G__Table_194_0_18, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16791    G__memfunc_setup("end",311,G__G__Table_194_0_19, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16792    G__memfunc_setup("Class",502,G__G__Table_194_0_20, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGenericTable::Class) ), 0);
16793    G__memfunc_setup("Class_Name",982,G__G__Table_194_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGenericTable::Class_Name) ), 0);
16794    G__memfunc_setup("Class_Version",1339,G__G__Table_194_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGenericTable::Class_Version) ), 0);
16795    G__memfunc_setup("Dictionary",1046,G__G__Table_194_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGenericTable::Dictionary) ), 0);
16796    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16797    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);
16798    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);
16799    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_194_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16800    G__memfunc_setup("DeclFileName",1145,G__G__Table_194_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGenericTable::DeclFileName) ), 0);
16801    G__memfunc_setup("ImplFileLine",1178,G__G__Table_194_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGenericTable::ImplFileLine) ), 0);
16802    G__memfunc_setup("ImplFileName",1171,G__G__Table_194_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGenericTable::ImplFileName) ), 0);
16803    G__memfunc_setup("DeclFileLine",1152,G__G__Table_194_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGenericTable::DeclFileLine) ), 0);
16804    // automatic copy constructor
16805    G__memfunc_setup("TGenericTable", 1273, G__G__Table_194_0_32, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TGenericTable), -1, 0, 1, 1, 1, 0, "u 'TGenericTable' - 11 - -", (char*) NULL, (void*) NULL, 0);
16806    // automatic destructor
16807    G__memfunc_setup("~TGenericTable", 1399, G__G__Table_194_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16808    G__tag_memfunc_reset();
16809 }
16810 
16811 static void G__setup_memfuncTGenericTablecLcLiterator(void) {
16812    /* TGenericTable::iterator */
16813    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator));
16814    G__memfunc_setup("iterator",874,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16815    G__memfunc_setup("iterator",874,G__G__Table_195_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 2, 1, 1, 0, 
16816 "h - 'UInt_t' 0 - size c - - 1 - rowPtr", (char*)NULL, (void*) NULL, 0);
16817    G__memfunc_setup("iterator",874,G__G__Table_195_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 2, 1, 1, 0, 
16818 "u 'TTable' - 11 - t c - - 1 - rowPtr", (char*)NULL, (void*) NULL, 0);
16819    G__memfunc_setup("iterator",874,G__G__Table_195_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 1, 1, 1, 0, "u 'TTable' - 11 - t", (char*)NULL, (void*) NULL, 0);
16820    G__memfunc_setup("iterator",874,G__G__Table_195_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 0, 1, 1, 1, 0, "u 'TGenericTable::iterator' - 11 - iter", (char*)NULL, (void*) NULL, 0);
16821    G__memfunc_setup("operator=",937,G__G__Table_195_0_6, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 1, 1, 1, 1, 0, "u 'TGenericTable::iterator' - 11 - iter", (char*)NULL, (void*) NULL, 0);
16822    G__memfunc_setup("operator++",962,G__G__Table_195_0_7, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16823    G__memfunc_setup("operator++",962,G__G__Table_195_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
16824    G__memfunc_setup("operator--",966,G__G__Table_195_0_9, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16825    G__memfunc_setup("operator--",966,G__G__Table_195_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
16826    G__memfunc_setup("operator+",919,G__G__Table_195_0_11, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16827    G__memfunc_setup("operator-",921,G__G__Table_195_0_12, 117, G__get_linked_tagnum(&G__G__TableLN_TGenericTablecLcLiterator), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16828    G__memfunc_setup("operator-",921,G__G__Table_195_0_13, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "u 'TGenericTable::iterator' - 11 - it", (char*)NULL, (void*) NULL, 0);
16829    G__memfunc_setup("operator*",918,G__G__Table_195_0_14, 67, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16830    G__memfunc_setup("operator==",998,G__G__Table_195_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGenericTable::iterator' - 11 - t", (char*)NULL, (void*) NULL, 0);
16831    G__memfunc_setup("operator!=",970,G__G__Table_195_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TGenericTable::iterator' - 11 - t", (char*)NULL, (void*) NULL, 0);
16832    // automatic destructor
16833    G__memfunc_setup("~iterator", 1000, G__G__Table_195_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
16834    G__tag_memfunc_reset();
16835 }
16836 
16837 static void G__setup_memfuncTIndexTable(void) {
16838    /* TIndexTable */
16839    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTable));
16840    G__memfunc_setup("TIndexTable",1076,G__G__Table_196_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTable), -1, 0, 1, 1, 1, 0, "U 'TTable' - 10 - table", (char*)NULL, (void*) NULL, 0);
16841    G__memfunc_setup("TIndexTable",1076,G__G__Table_196_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTable), -1, 0, 1, 1, 1, 0, "u 'TIndexTable' - 11 - indx", (char*)NULL, (void*) NULL, 0);
16842    G__memfunc_setup("GetTable",776,G__G__Table_196_0_3, 73, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 0);
16843    G__memfunc_setup("IsValid",684,G__G__Table_196_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16844    G__memfunc_setup("push_back",944,G__G__Table_196_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 0 - next", (char*)NULL, (void*) NULL, 0);
16845    G__memfunc_setup("Table",488,G__G__Table_196_0_6, 85, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
16846    G__memfunc_setup("begin",517,G__G__Table_196_0_7, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16847    G__memfunc_setup("begin",517,G__G__Table_196_0_8, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16848    G__memfunc_setup("end",311,G__G__Table_196_0_9, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16849    G__memfunc_setup("end",311,G__G__Table_196_0_10, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
16850    G__memfunc_setup("CreateDescriptor",1651,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16851    G__memfunc_setup("GetDescriptorPointer",2080,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TTableDescriptor), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
16852    G__memfunc_setup("SetDescriptorPointer",2092,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TTableDescriptor' - 0 - list", (char*)NULL, (void*) NULL, 1);
16853    G__memfunc_setup("TIndexTable",1076,G__G__Table_196_0_14, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTable), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16854    G__memfunc_setup("TIndexTable",1076,G__G__Table_196_0_15, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTable), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
16855    G__memfunc_setup("TIndexTable",1076,G__G__Table_196_0_16, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTable), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16856    G__memfunc_setup("TIndexTable",1076,G__G__Table_196_0_17, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTable), -1, 0, 2, 1, 1, 0, 
16857 "C - - 10 - name i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
16858    G__memfunc_setup("GetTable",776,G__G__Table_196_0_18, 73, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 0);
16859    G__memfunc_setup("operator[]",1060,G__G__Table_196_0_19, 105, -1, -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16860    G__memfunc_setup("operator[]",1060,G__G__Table_196_0_20, 105, -1, -1, 1, 1, 1, 1, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
16861    G__memfunc_setup("Class",502,G__G__Table_196_0_21, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TIndexTable::Class) ), 0);
16862    G__memfunc_setup("Class_Name",982,G__G__Table_196_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TIndexTable::Class_Name) ), 0);
16863    G__memfunc_setup("Class_Version",1339,G__G__Table_196_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TIndexTable::Class_Version) ), 0);
16864    G__memfunc_setup("Dictionary",1046,G__G__Table_196_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TIndexTable::Dictionary) ), 0);
16865    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16866    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);
16867    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);
16868    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_196_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16869    G__memfunc_setup("DeclFileName",1145,G__G__Table_196_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TIndexTable::DeclFileName) ), 0);
16870    G__memfunc_setup("ImplFileLine",1178,G__G__Table_196_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TIndexTable::ImplFileLine) ), 0);
16871    G__memfunc_setup("ImplFileName",1171,G__G__Table_196_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TIndexTable::ImplFileName) ), 0);
16872    G__memfunc_setup("DeclFileLine",1152,G__G__Table_196_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TIndexTable::DeclFileLine) ), 0);
16873    // automatic destructor
16874    G__memfunc_setup("~TIndexTable", 1202, G__G__Table_196_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16875    G__tag_memfunc_reset();
16876 }
16877 
16878 static void G__setup_memfuncTIndexTablecLcLiterator(void) {
16879    /* TIndexTable::iterator */
16880    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator));
16881    G__memfunc_setup("iterator",874,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
16882    G__memfunc_setup("iterator",874,G__G__Table_197_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 2, 1, 1, 0, 
16883 "u 'TTable' - 11 - t i - - 11 - rowPtr", (char*)NULL, (void*) NULL, 0);
16884    G__memfunc_setup("iterator",874,G__G__Table_197_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 1, 1, 1, 0, "u 'TTable' - 11 - t", (char*)NULL, (void*) NULL, 0);
16885    G__memfunc_setup("iterator",874,G__G__Table_197_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 0, 1, 1, 1, 0, "u 'TIndexTable::iterator' - 11 - iter", (char*)NULL, (void*) NULL, 0);
16886    G__memfunc_setup("operator=",937,G__G__Table_197_0_5, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 1, 1, 1, 1, 0, "u 'TIndexTable::iterator' - 11 - iter", (char*)NULL, (void*) NULL, 0);
16887    G__memfunc_setup("operator++",962,G__G__Table_197_0_6, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16888    G__memfunc_setup("operator++",962,G__G__Table_197_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
16889    G__memfunc_setup("operator--",966,G__G__Table_197_0_8, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 1, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16890    G__memfunc_setup("operator--",966,G__G__Table_197_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
16891    G__memfunc_setup("operator+",919,G__G__Table_197_0_10, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16892    G__memfunc_setup("operator-",921,G__G__Table_197_0_11, 117, G__get_linked_tagnum(&G__G__TableLN_TIndexTablecLcLiterator), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
16893    G__memfunc_setup("operator-",921,G__G__Table_197_0_12, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "u 'TIndexTable::iterator' - 11 - it", (char*)NULL, (void*) NULL, 0);
16894    G__memfunc_setup("operator*",918,G__G__Table_197_0_13, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16895    G__memfunc_setup("operator int",1239,G__G__Table_197_0_14, 105, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
16896    G__memfunc_setup("operator==",998,G__G__Table_197_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TIndexTable::iterator' - 11 - t", (char*)NULL, (void*) NULL, 0);
16897    G__memfunc_setup("operator!=",970,G__G__Table_197_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TIndexTable::iterator' - 11 - t", (char*)NULL, (void*) NULL, 0);
16898    // automatic destructor
16899    G__memfunc_setup("~iterator", 1000, G__G__Table_197_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
16900    G__tag_memfunc_reset();
16901 }
16902 
16903 static void G__setup_memfuncTObjectSet(void) {
16904    /* TObjectSet */
16905    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TObjectSet));
16906    G__memfunc_setup("TObjectSet",983,G__G__Table_198_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TObjectSet), -1, 0, 3, 1, 1, 0, 
16907 "C - 'Char_t' 10 - name U 'TObject' - 0 '0' obj "
16908 "g - 'Bool_t' 0 'kTRUE' makeOwner", (char*)NULL, (void*) NULL, 0);
16909    G__memfunc_setup("TObjectSet",983,G__G__Table_198_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TObjectSet), -1, 0, 2, 1, 1, 0, 
16910 "U 'TObject' - 0 '0' obj g - 'Bool_t' 0 'kTRUE' makeOwner", (char*)NULL, (void*) NULL, 0);
16911    G__memfunc_setup("AddObject",864,G__G__Table_198_0_3, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 2, 1, 1, 0, 
16912 "U 'TObject' - 0 - obj g - 'Bool_t' 0 'kTRUE' makeOwner", (char*)NULL, (void*) NULL, 1);
16913    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);
16914    G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
16915    G__memfunc_setup("DoOwner",702,G__G__Table_198_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' done", (char*)NULL, (void*) NULL, 1);
16916    G__memfunc_setup("HasData",662,(G__InterfaceMethod) NULL,108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16917    G__memfunc_setup("GetObject",887,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16918    G__memfunc_setup("Instance",821,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16919    G__memfunc_setup("IsOwner",711,G__G__Table_198_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16920    G__memfunc_setup("SetObject",899,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
16921    G__memfunc_setup("SetObject",899,G__G__Table_198_0_12, 85, G__get_linked_tagnum(&G__G__TableLN_TObject), -1, 0, 2, 1, 1, 0, 
16922 "U 'TObject' - 0 - obj g - 'Bool_t' 0 - makeOwner", (char*)NULL, (void*) NULL, 1);
16923    G__memfunc_setup("instance",853,G__G__Table_198_0_13, 85, G__get_linked_tagnum(&G__G__TableLN_TObjectSet), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TObjectSet* (*)())(&TObjectSet::instance) ), 0);
16924    G__memfunc_setup("Class",502,G__G__Table_198_0_14, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TObjectSet::Class) ), 0);
16925    G__memfunc_setup("Class_Name",982,G__G__Table_198_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TObjectSet::Class_Name) ), 0);
16926    G__memfunc_setup("Class_Version",1339,G__G__Table_198_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TObjectSet::Class_Version) ), 0);
16927    G__memfunc_setup("Dictionary",1046,G__G__Table_198_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TObjectSet::Dictionary) ), 0);
16928    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16929    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);
16930    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);
16931    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_198_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
16932    G__memfunc_setup("DeclFileName",1145,G__G__Table_198_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TObjectSet::DeclFileName) ), 0);
16933    G__memfunc_setup("ImplFileLine",1178,G__G__Table_198_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TObjectSet::ImplFileLine) ), 0);
16934    G__memfunc_setup("ImplFileName",1171,G__G__Table_198_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TObjectSet::ImplFileName) ), 0);
16935    G__memfunc_setup("DeclFileLine",1152,G__G__Table_198_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TObjectSet::DeclFileLine) ), 0);
16936    // automatic copy constructor
16937    G__memfunc_setup("TObjectSet", 983, G__G__Table_198_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TObjectSet), -1, 0, 1, 1, 1, 0, "u 'TObjectSet' - 11 - -", (char*) NULL, (void*) NULL, 0);
16938    // automatic destructor
16939    G__memfunc_setup("~TObjectSet", 1109, G__G__Table_198_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
16940    G__tag_memfunc_reset();
16941 }
16942 
16943 static void G__setup_memfuncTPoints3D(void) {
16944    /* TPoints3D */
16945    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TPoints3D));
16946    G__memfunc_setup("IsOwner",711,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
16947    G__memfunc_setup("DoOwner",702,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "g - 'Bool_t' 0 'kTRUE' done", (char*)NULL, (void*) NULL, 0);
16948    G__memfunc_setup("TPoints3D",840,G__G__Table_201_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TPoints3D), -1, 0, 1, 1, 1, 0, "U 'TPoints3DABC' - 0 '0' points", (char*)NULL, (void*) NULL, 0);
16949    G__memfunc_setup("TPoints3D",840,G__G__Table_201_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TPoints3D), -1, 0, 2, 1, 1, 0, 
16950 "i - 'Int_t' 0 - n C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
16951    G__memfunc_setup("TPoints3D",840,G__G__Table_201_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TPoints3D), -1, 0, 3, 1, 1, 0, 
16952 "i - 'Int_t' 0 - n F - 'Float_t' 0 - p "
16953 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
16954    G__memfunc_setup("TPoints3D",840,G__G__Table_201_0_6, 105, G__get_linked_tagnum(&G__G__TableLN_TPoints3D), -1, 0, 5, 1, 1, 0, 
16955 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
16956 "F - 'Float_t' 0 - y F - 'Float_t' 0 - z "
16957 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
16958    G__memfunc_setup("TPoints3D",840,G__G__Table_201_0_7, 105, G__get_linked_tagnum(&G__G__TableLN_TPoints3D), -1, 0, 1, 1, 1, 0, "u 'TPoints3D' - 11 - points", (char*)NULL, (void*) NULL, 0);
16959    G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - points", (char*)NULL, (void*) NULL, 1);
16960    G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
16961    G__memfunc_setup("Delete",595,G__G__Table_201_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
16962    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
16963 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
16964    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
16965 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
16966 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
16967    G__memfunc_setup("GetLastPosition",1545,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16968    G__memfunc_setup("GetN",366,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16969    G__memfunc_setup("GetP",368,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16970    G__memfunc_setup("GetX",376,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
16971    G__memfunc_setup("GetY",377,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
16972    G__memfunc_setup("GetZ",378,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
16973    G__memfunc_setup("GetXYZ",555,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 3, 1, 1, 8, 
16974 "F - 'Float_t' 0 - xyz i - 'Int_t' 0 - idx "
16975 "i - 'Int_t' 0 '1' num", (char*)NULL, (void*) NULL, 1);
16976    G__memfunc_setup("GetXYZ",555,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 1, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
16977    G__memfunc_setup("GetOption",921,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16978    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);
16979    G__memfunc_setup("PaintPoints",1145,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
16980 "i - 'Int_t' 0 - - F - 'Float_t' 0 - - "
16981 "C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
16982    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);
16983    G__memfunc_setup("SetLastPosition",1557,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
16984    G__memfunc_setup("SetOption",933,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16985    G__memfunc_setup("SetPoint",822,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
16986 "i - 'Int_t' 0 - point f - 'Float_t' 0 - x "
16987 "f - 'Float_t' 0 - y f - 'Float_t' 0 - z", "*MENU*", (void*) NULL, 1);
16988    G__memfunc_setup("SetPoints",937,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
16989 "i - 'Int_t' 0 - n F - 'Float_t' 0 '0' p "
16990 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
16991    G__memfunc_setup("Size",411,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16992    G__memfunc_setup("Class",502,G__G__Table_201_0_30, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TPoints3D::Class) ), 0);
16993    G__memfunc_setup("Class_Name",982,G__G__Table_201_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPoints3D::Class_Name) ), 0);
16994    G__memfunc_setup("Class_Version",1339,G__G__Table_201_0_32, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TPoints3D::Class_Version) ), 0);
16995    G__memfunc_setup("Dictionary",1046,G__G__Table_201_0_33, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TPoints3D::Dictionary) ), 0);
16996    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
16997    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);
16998    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);
16999    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_201_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17000    G__memfunc_setup("DeclFileName",1145,G__G__Table_201_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPoints3D::DeclFileName) ), 0);
17001    G__memfunc_setup("ImplFileLine",1178,G__G__Table_201_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPoints3D::ImplFileLine) ), 0);
17002    G__memfunc_setup("ImplFileName",1171,G__G__Table_201_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPoints3D::ImplFileName) ), 0);
17003    G__memfunc_setup("DeclFileLine",1152,G__G__Table_201_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPoints3D::DeclFileLine) ), 0);
17004    // automatic destructor
17005    G__memfunc_setup("~TPoints3D", 966, G__G__Table_201_0_42, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17006    // automatic assignment operator
17007    G__memfunc_setup("operator=", 937, G__G__Table_201_0_43, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_TPoints3D), -1, 1, 1, 1, 1, 0, "u 'TPoints3D' - 11 - -", (char*) NULL, (void*) NULL, 0);
17008    G__tag_memfunc_reset();
17009 }
17010 
17011 static void G__setup_memfuncTPointsArray3D(void) {
17012    /* TPointsArray3D */
17013    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D));
17014    G__memfunc_setup("TPointsArray3D",1351,G__G__Table_203_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17015    G__memfunc_setup("TPointsArray3D",1351,G__G__Table_203_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D), -1, 0, 2, 1, 1, 0, 
17016 "i - 'Int_t' 0 - n C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
17017    G__memfunc_setup("TPointsArray3D",1351,G__G__Table_203_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D), -1, 0, 3, 1, 1, 0, 
17018 "i - 'Int_t' 0 - n F - 'Float_t' 0 - p "
17019 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
17020    G__memfunc_setup("TPointsArray3D",1351,G__G__Table_203_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D), -1, 0, 5, 1, 1, 0, 
17021 "i - 'Int_t' 0 - n F - 'Float_t' 0 - x "
17022 "F - 'Float_t' 0 - y F - 'Float_t' 0 - z "
17023 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
17024    G__memfunc_setup("TPointsArray3D",1351,G__G__Table_203_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D), -1, 0, 1, 1, 1, 0, "u 'TPointsArray3D' - 11 - points", (char*)NULL, (void*) NULL, 0);
17025    G__memfunc_setup("Copy",411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "u 'TObject' - 1 - points", (char*)NULL, (void*) NULL, 1);
17026    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
17027 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17028    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
17029 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
17030 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17031    G__memfunc_setup("GetLastPosition",1545,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17032    G__memfunc_setup("GetN",366,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17033    G__memfunc_setup("GetP",368,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17034    G__memfunc_setup("GetX",376,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17035    G__memfunc_setup("GetY",377,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17036    G__memfunc_setup("GetZ",378,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17037    G__memfunc_setup("GetXYZ",555,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 3, 1, 1, 8, 
17038 "F - 'Float_t' 0 - xyz i - 'Int_t' 0 - idx "
17039 "i - 'Int_t' 0 '1' num", (char*)NULL, (void*) NULL, 1);
17040    G__memfunc_setup("GetXYZ",555,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 1, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17041    G__memfunc_setup("GetOption",921,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17042    G__memfunc_setup("Is3D",307,G__G__Table_203_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17043    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);
17044    G__memfunc_setup("PaintPoints",1145,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
17045 "i - 'Int_t' 0 - - F - 'Float_t' 0 - - "
17046 "C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
17047    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);
17048    G__memfunc_setup("SetLastPosition",1557,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17049    G__memfunc_setup("SetOption",933,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17050    G__memfunc_setup("SetPoint",822,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
17051 "i - 'Int_t' 0 - point f - 'Float_t' 0 - x "
17052 "f - 'Float_t' 0 - y f - 'Float_t' 0 - z", "*MENU*", (void*) NULL, 1);
17053    G__memfunc_setup("SetPoints",937,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
17054 "i - 'Int_t' 0 - n F - 'Float_t' 0 '0' p "
17055 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17056    G__memfunc_setup("Size",411,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17057    G__memfunc_setup("Class",502,G__G__Table_203_0_27, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TPointsArray3D::Class) ), 0);
17058    G__memfunc_setup("Class_Name",982,G__G__Table_203_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPointsArray3D::Class_Name) ), 0);
17059    G__memfunc_setup("Class_Version",1339,G__G__Table_203_0_29, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TPointsArray3D::Class_Version) ), 0);
17060    G__memfunc_setup("Dictionary",1046,G__G__Table_203_0_30, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TPointsArray3D::Dictionary) ), 0);
17061    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17062    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);
17063    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);
17064    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_203_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17065    G__memfunc_setup("DeclFileName",1145,G__G__Table_203_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPointsArray3D::DeclFileName) ), 0);
17066    G__memfunc_setup("ImplFileLine",1178,G__G__Table_203_0_36, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPointsArray3D::ImplFileLine) ), 0);
17067    G__memfunc_setup("ImplFileName",1171,G__G__Table_203_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPointsArray3D::ImplFileName) ), 0);
17068    G__memfunc_setup("DeclFileLine",1152,G__G__Table_203_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPointsArray3D::DeclFileLine) ), 0);
17069    // automatic destructor
17070    G__memfunc_setup("~TPointsArray3D", 1477, G__G__Table_203_0_39, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17071    // automatic assignment operator
17072    G__memfunc_setup("operator=", 937, G__G__Table_203_0_40, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_TPointsArray3D), -1, 1, 1, 1, 1, 0, "u 'TPointsArray3D' - 11 - -", (char*) NULL, (void*) NULL, 0);
17073    G__tag_memfunc_reset();
17074 }
17075 
17076 static void G__setup_memfuncTPolyLineShape(void) {
17077    /* TPolyLineShape */
17078    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape));
17079    G__memfunc_setup("Create",596,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
17080    G__memfunc_setup("CreateX3DSize",1214,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN__x3d_sizeof_), G__defined_typename("Size3D"), 0, 1, 1, 2, 0, "g - 'Bool_t' 0 'kFALSE' marker", (char*)NULL, (void*) NULL, 1);
17081    G__memfunc_setup("SetConnection",1340,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TShape' - 0 - connection", (char*)NULL, (void*) NULL, 1);
17082    G__memfunc_setup("PointDistancetoPrimitive",2513,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0, 
17083 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17084    G__memfunc_setup("TPolyLineShape",1393,G__G__Table_208_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17085    G__memfunc_setup("TPolyLineShape",1393,G__G__Table_208_0_6, 105, G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape), -1, 0, 2, 1, 1, 0, 
17086 "U 'TPoints3DABC' - 0 - points C - 'Option_t' 10 '\"P\"' option", (char*)NULL, (void*) NULL, 0);
17087    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
17088 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17089    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17090    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
17091 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
17092 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17093    G__memfunc_setup("GetConnection",1328,G__G__Table_208_0_10, 85, G__get_linked_tagnum(&G__G__TableLN_TShape), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17094    G__memfunc_setup("GetColorAttribute",1747,G__G__Table_208_0_11, 115, -1, G__defined_typename("Color_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17095    G__memfunc_setup("GetName",673,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17096    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
17097 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17098    G__memfunc_setup("GetSizeAttribute",1647,G__G__Table_208_0_14, 102, -1, G__defined_typename("Size_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17099    G__memfunc_setup("GetStyleAttribute",1765,G__G__Table_208_0_15, 115, -1, G__defined_typename("Style_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17100    G__memfunc_setup("GetTitle",802,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17101    G__memfunc_setup("GetMarker",898,G__G__Table_208_0_17, 85, G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17102    G__memfunc_setup("GetPoints",925,G__G__Table_208_0_18, 85, G__get_linked_tagnum(&G__G__TableLN_TPoints3DABC), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17103    G__memfunc_setup("GetShape",785,G__G__Table_208_0_19, 85, G__get_linked_tagnum(&G__G__TableLN_TShape), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17104    G__memfunc_setup("GetSmooth",922,G__G__Table_208_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17105    G__memfunc_setup("GetWidthFactor",1407,G__G__Table_208_0_21, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17106    G__memfunc_setup("PaintNode",898,G__G__Table_208_0_22, 121, -1, -1, 0, 3, 1, 1, 0, 
17107 "F - 'Float_t' 0 - start F - 'Float_t' 0 - end "
17108 "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
17109    G__memfunc_setup("Paint",508,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
17110    G__memfunc_setup("Paint3d",659,G__G__Table_208_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
17111    G__memfunc_setup("PaintX3DLine",1107,G__G__Table_208_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17112    G__memfunc_setup("PaintX3DMarker",1325,G__G__Table_208_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17113    G__memfunc_setup("Gyrot",533,G__G__Table_208_0_27, 68, -1, G__defined_typename("Double_t"), 0, 4, 3, 1, 0, 
17114 "D - 'Double_t' 0 - dirc d - 'Double_t' 0 - cosang "
17115 "d - 'Double_t' 0 - sinang D - 'Double_t' 2 - trans", (char*)NULL, (void*) G__func2void( (Double_t* (*)(Double_t*, Double_t, Double_t, Double_t**))(&TPolyLineShape::Gyrot) ), 0);
17116    G__memfunc_setup("PaintPoints",1145,G__G__Table_208_0_28, 121, -1, -1, 0, 3, 1, 1, 0, 
17117 "i - 'Int_t' 0 - n F - 'Float_t' 0 '0' p "
17118 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17119    G__memfunc_setup("PaintPolyMarker",1538,G__G__Table_208_0_29, 121, -1, -1, 0, 4, 1, 1, 0, 
17120 "i - 'Int_t' 0 - n F - 'Float_t' 0 '0' p "
17121 "s - 'Marker_t' 0 '0' m C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17122    G__memfunc_setup("Product",737,G__G__Table_208_0_30, 102, -1, G__defined_typename("Float_t"), 0, 3, 3, 1, 0, 
17123 "F - 'Float_t' 0 - v1 F - 'Float_t' 0 - v2 "
17124 "i - 'Int_t' 0 '3' ndim", (char*)NULL, (void*) G__func2void( (Float_t (*)(Float_t*, Float_t*, Int_t))(&TPolyLineShape::Product) ), 0);
17125    G__memfunc_setup("Product",737,G__G__Table_208_0_31, 100, -1, G__defined_typename("Double_t"), 0, 3, 3, 1, 0, 
17126 "D - 'Double_t' 0 - v1 D - 'Double_t' 0 - v2 "
17127 "i - 'Int_t' 0 '3' ndim", (char*)NULL, (void*) G__func2void( (Double_t (*)(Double_t*, Double_t*, Int_t))(&TPolyLineShape::Product) ), 0);
17128    G__memfunc_setup("SetColorAttribute",1759,G__G__Table_208_0_32, 115, -1, G__defined_typename("Color_t"), 0, 1, 1, 1, 0, "s - 'Color_t' 0 - color", (char*)NULL, (void*) NULL, 1);
17129    G__memfunc_setup("SetSizeAttribute",1659,G__G__Table_208_0_33, 102, -1, G__defined_typename("Size_t"), 0, 1, 1, 1, 0, "f - 'Size_t' 0 - size", (char*)NULL, (void*) NULL, 1);
17130    G__memfunc_setup("SetConnection",1340,G__G__Table_208_0_34, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i 'EShapeTypes' - 0 'kBrik' connection", (char*)NULL, (void*) NULL, 1);
17131    G__memfunc_setup("SetShape",797,G__G__Table_208_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TShape' - 0 - shape", (char*)NULL, (void*) NULL, 1);
17132    G__memfunc_setup("SetSmooth",934,G__G__Table_208_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' smooth", (char*)NULL, (void*) NULL, 1);
17133    G__memfunc_setup("SetStyleAttribute",1777,G__G__Table_208_0_37, 115, -1, G__defined_typename("Style_t"), 0, 1, 1, 1, 0, "s - 'Style_t' 0 - style", (char*)NULL, (void*) NULL, 1);
17134    G__memfunc_setup("SetWidthFactor",1419,G__G__Table_208_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1.0' fact", "*MENU", (void*) NULL, 1);
17135    G__memfunc_setup("Size",411,G__G__Table_208_0_39, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17136    G__memfunc_setup("Sizeof3D",743,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17137    G__memfunc_setup("Class",502,G__G__Table_208_0_41, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TPolyLineShape::Class) ), 0);
17138    G__memfunc_setup("Class_Name",982,G__G__Table_208_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPolyLineShape::Class_Name) ), 0);
17139    G__memfunc_setup("Class_Version",1339,G__G__Table_208_0_43, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TPolyLineShape::Class_Version) ), 0);
17140    G__memfunc_setup("Dictionary",1046,G__G__Table_208_0_44, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TPolyLineShape::Dictionary) ), 0);
17141    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17142    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);
17143    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);
17144    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_208_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17145    G__memfunc_setup("DeclFileName",1145,G__G__Table_208_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPolyLineShape::DeclFileName) ), 0);
17146    G__memfunc_setup("ImplFileLine",1178,G__G__Table_208_0_50, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPolyLineShape::ImplFileLine) ), 0);
17147    G__memfunc_setup("ImplFileName",1171,G__G__Table_208_0_51, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TPolyLineShape::ImplFileName) ), 0);
17148    G__memfunc_setup("DeclFileLine",1152,G__G__Table_208_0_52, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TPolyLineShape::DeclFileLine) ), 0);
17149    // automatic copy constructor
17150    G__memfunc_setup("TPolyLineShape", 1393, G__G__Table_208_0_53, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape), -1, 0, 1, 1, 1, 0, "u 'TPolyLineShape' - 11 - -", (char*) NULL, (void*) NULL, 0);
17151    // automatic destructor
17152    G__memfunc_setup("~TPolyLineShape", 1519, G__G__Table_208_0_54, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17153    // automatic assignment operator
17154    G__memfunc_setup("operator=", 937, G__G__Table_208_0_55, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_TPolyLineShape), -1, 1, 1, 1, 1, 0, "u 'TPolyLineShape' - 11 - -", (char*) NULL, (void*) NULL, 0);
17155    G__tag_memfunc_reset();
17156 }
17157 
17158 static void G__setup_memfuncTResponseTable(void) {
17159    /* TResponseTable */
17160    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TResponseTable));
17161    G__memfunc_setup("TResponseTable",1419,G__G__Table_209_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TResponseTable), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17162    G__memfunc_setup("TResponseTable",1419,G__G__Table_209_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TResponseTable), -1, 0, 4, 1, 1, 0, 
17163 "C - - 10 - name C - - 10 - volumepath "
17164 "C - - 10 - responseDefintion i - 'Int_t' 0 - allocSize", (char*)NULL, (void*) NULL, 0);
17165    G__memfunc_setup("SetResponse",1147,G__G__Table_209_0_3, 121, -1, -1, 0, 3, 1, 1, 0, 
17166 "i - - 0 - track I - - 0 - nvl "
17167 "F - - 0 - response", (char*)NULL, (void*) NULL, 0);
17168    G__memfunc_setup("FindResponseLocation",2057,G__G__Table_209_0_4, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "u 'TTableDescriptor' - 1 - dsc", (char*)NULL, (void*) G__func2void( (Int_t (*)(TTableDescriptor&))(&TResponseTable::FindResponseLocation) ), 0);
17169    G__memfunc_setup("AddVolumePath",1294,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 0);
17170    G__memfunc_setup("AddResponse",1112,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - chit", (char*)NULL, (void*) NULL, 0);
17171    G__memfunc_setup("AddElement",979,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
17172 "C - - 10 - path i 'TTable::EColumnType' - 0 - type", (char*)NULL, (void*) NULL, 0);
17173    G__memfunc_setup("Class",502,G__G__Table_209_0_8, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TResponseTable::Class) ), 0);
17174    G__memfunc_setup("Class_Name",982,G__G__Table_209_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TResponseTable::Class_Name) ), 0);
17175    G__memfunc_setup("Class_Version",1339,G__G__Table_209_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TResponseTable::Class_Version) ), 0);
17176    G__memfunc_setup("Dictionary",1046,G__G__Table_209_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TResponseTable::Dictionary) ), 0);
17177    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17178    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);
17179    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);
17180    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_209_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17181    G__memfunc_setup("DeclFileName",1145,G__G__Table_209_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TResponseTable::DeclFileName) ), 0);
17182    G__memfunc_setup("ImplFileLine",1178,G__G__Table_209_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TResponseTable::ImplFileLine) ), 0);
17183    G__memfunc_setup("ImplFileName",1171,G__G__Table_209_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TResponseTable::ImplFileName) ), 0);
17184    G__memfunc_setup("DeclFileLine",1152,G__G__Table_209_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TResponseTable::DeclFileLine) ), 0);
17185    // automatic copy constructor
17186    G__memfunc_setup("TResponseTable", 1419, G__G__Table_209_0_20, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TResponseTable), -1, 0, 1, 1, 1, 0, "u 'TResponseTable' - 11 - -", (char*) NULL, (void*) NULL, 0);
17187    // automatic destructor
17188    G__memfunc_setup("~TResponseTable", 1545, G__G__Table_209_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17189    G__tag_memfunc_reset();
17190 }
17191 
17192 static void G__setup_memfuncTTableSorter(void) {
17193    /* TTableSorter */
17194    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTableSorter));
17195    G__memfunc_setup("CompareFloat_t",1424,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17196 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17197    G__memfunc_setup("CompareInt_t",1221,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17198 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17199    G__memfunc_setup("CompareLong_t",1322,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17200 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17201    G__memfunc_setup("CompareULong_t",1407,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17202 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17203    G__memfunc_setup("CompareUInt_t",1306,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17204 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17205    G__memfunc_setup("CompareShort_t",1450,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17206 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17207    G__memfunc_setup("CompareDouble_t",1525,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17208 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17209    G__memfunc_setup("CompareUShort_t",1535,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17210 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17211    G__memfunc_setup("CompareUChar_t",1389,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17212 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17213    G__memfunc_setup("CompareChar_t",1304,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17214 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17215    G__memfunc_setup("CompareBool_t",1318,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17216 "Y - - 12 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17217    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "Y - - 10 - value", (char*)NULL, (void*) NULL, 0);
17218    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "f - 'Float_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17219    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "i - 'Int_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17220    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "k - 'ULong_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17221    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "l - 'Long_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17222    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "h - 'UInt_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17223    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "s - 'Short_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17224    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17225    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "r - 'UShort_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17226    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "b - 'UChar_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17227    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "c - 'Char_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17228    G__memfunc_setup("BSearch",664,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "g - 'Bool_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17229    G__memfunc_setup("FillIndexArray",1406,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
17230    G__memfunc_setup("GetRowSize",1011,(G__InterfaceMethod) NULL, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
17231    G__memfunc_setup("QSort",505,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
17232    G__memfunc_setup("LearnTable",986,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
17233    G__memfunc_setup("SearchFloat_t",1311,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17234 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17235    G__memfunc_setup("SearchInt_t",1108,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17236 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17237    G__memfunc_setup("SearchULong_t",1294,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17238 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17239    G__memfunc_setup("SearchLong_t",1209,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17240 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17241    G__memfunc_setup("SearchUInt_t",1193,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17242 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17243    G__memfunc_setup("SearchShort_t",1337,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17244 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17245    G__memfunc_setup("SearchDouble_t",1412,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17246 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17247    G__memfunc_setup("SearchUShort_t",1422,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17248 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17249    G__memfunc_setup("SearchUChar_t",1276,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17250 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17251    G__memfunc_setup("SearchChar_t",1191,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17252 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17253    G__memfunc_setup("SearchBool_t",1205,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
17254 "Y - - 10 - - Y - - 12 - -", (char*)NULL, (void*) NULL, 0);
17255    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "f - 'Float_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17256    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "i - 'Int_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17257    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "k - 'ULong_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17258    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "l - 'Long_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17259    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "h - 'UInt_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17260    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "s - 'Short_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17261    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17262    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "r - 'UShort_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17263    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "b - 'UChar_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17264    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "c - 'Char_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17265    G__memfunc_setup("SelectSearch",1206,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 2, 8, "g - 'Bool_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17266    G__memfunc_setup("SetSearchMethod",1507,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
17267    G__memfunc_setup("SetSimpleArray",1429,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
17268 "i - 'Int_t' 0 - arraySize i - 'Int_t' 0 - firstRow "
17269 "i - 'Int_t' 0 - numberRows", (char*)NULL, (void*) NULL, 0);
17270    G__memfunc_setup("BuildSorter",1135,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
17271 "u 'TString' - 1 - colName i - 'Int_t' 0 - firstRow "
17272 "i - 'Int_t' 0 - numberRows", (char*)NULL, (void*) NULL, 0);
17273    G__memfunc_setup("At",181,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 1, 2, 9, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
17274    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_54, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17275    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_55, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 4, 1, 1, 0, 
17276 "u 'TTable' - 11 - table u 'TString' - 1 - colName "
17277 "i - 'Int_t' 0 '0' firstRow i - 'Int_t' 0 '0' numbeRows", (char*)NULL, (void*) NULL, 0);
17278    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_56, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 4, 1, 1, 0, 
17279 "U 'TTable' - 10 - table u 'TString' - 1 - colName "
17280 "i - 'Int_t' 0 '0' firstRow i - 'Int_t' 0 '0' numbeRows", (char*)NULL, (void*) NULL, 0);
17281    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_57, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 5, 1, 1, 0, 
17282 "u 'TTable' - 11 - table Y - 'SEARCHMETHOD' 0 - search "
17283 "Y - 'COMPAREMETHOD' 0 - compare i - 'Int_t' 0 '0' firstRow "
17284 "i - 'Int_t' 0 '0' numbeRows", (char*)NULL, (void*) NULL, 0);
17285    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_58, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 5, 1, 1, 0, 
17286 "U 'TTable' - 10 - table Y - 'SEARCHMETHOD' 0 - search "
17287 "Y - 'COMPAREMETHOD' 0 - compare i - 'Int_t' 0 '0' firstRow "
17288 "i - 'Int_t' 0 '0' numbeRows", (char*)NULL, (void*) NULL, 0);
17289    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_59, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 4, 1, 1, 0, 
17290 "F - 'Float_t' 10 - simpleArray i - 'Int_t' 0 - arraySize "
17291 "i - 'Int_t' 0 '0' firstRow i - 'Int_t' 0 '0' numberRows", (char*)NULL, (void*) NULL, 0);
17292    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_60, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 4, 1, 1, 0, 
17293 "D - 'Double_t' 10 - simpleArray i - 'Int_t' 0 - arraySize "
17294 "i - 'Int_t' 0 '0' firstRow i - 'Int_t' 0 '0' numberRows", (char*)NULL, (void*) NULL, 0);
17295    G__memfunc_setup("TTableSorter",1211,G__G__Table_211_0_61, 105, G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 4, 1, 1, 0, 
17296 "L - 'Long_t' 10 - simpleArray i - 'Int_t' 0 - arraySize "
17297 "i - 'Int_t' 0 '0' firstRow i - 'Int_t' 0 '0' numberRows", (char*)NULL, (void*) NULL, 0);
17298    G__memfunc_setup("CountKey",818,G__G__Table_211_0_62, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 8, 
17299 "Y - - 10 - key i - 'Int_t' 0 '0' firstIndx "
17300 "g - 'Bool_t' 0 'kTRUE' bSearch I - 'Int_t' 0 '0' firstRow", (char*)NULL, (void*) NULL, 1);
17301    G__memfunc_setup("CountKeys",933,G__G__Table_211_0_63, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17302    G__memfunc_setup("FindFirstKey",1202,G__G__Table_211_0_64, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "Y - - 10 - key", (char*)NULL, (void*) NULL, 1);
17303    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_65, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "f - 'Float_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17304    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_66, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17305    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_67, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "k - 'ULong_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17306    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_68, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "l - 'Long_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17307    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_69, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17308    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_70, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "s - 'Short_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17309    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_71, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17310    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_72, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "r - 'UShort_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17311    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_73, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "b - 'UChar_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17312    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_74, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "c - 'Char_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17313    G__memfunc_setup("BinarySearch",1211,G__G__Table_211_0_75, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "g - 'Bool_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17314    G__memfunc_setup("GetColumnName",1295,G__G__Table_211_0_76, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17315    G__memfunc_setup("GetIndex",792,G__G__Table_211_0_77, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - sortedIndex", (char*)NULL, (void*) NULL, 0);
17316    G__memfunc_setup("GetKeyAddress",1295,G__G__Table_211_0_78, 89, -1, -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - indx", (char*)NULL, (void*) NULL, 1);
17317    G__memfunc_setup("GetLastFound",1200,G__G__Table_211_0_79, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17318    G__memfunc_setup("GetTableName",1161,G__G__Table_211_0_80, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17319    G__memfunc_setup("GetTableTitle",1290,G__G__Table_211_0_81, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17320    G__memfunc_setup("GetTableType",1194,G__G__Table_211_0_82, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17321    G__memfunc_setup("GetTable",776,G__G__Table_211_0_83, 85, G__get_linked_tagnum(&G__G__TableLN_TTable), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17322    G__memfunc_setup("GetNRows",793,G__G__Table_211_0_84, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17323    G__memfunc_setup("GetFirstRow",1120,G__G__Table_211_0_85, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17324    G__memfunc_setup("operator[]",1060,G__G__Table_211_0_86, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17325    G__memfunc_setup("operator[]",1060,G__G__Table_211_0_87, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "l - 'Long_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17326    G__memfunc_setup("operator[]",1060,G__G__Table_211_0_88, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17327    G__memfunc_setup("operator[]",1060,G__G__Table_211_0_89, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "Y - - 0 - value", (char*)NULL, (void*) NULL, 0);
17328    G__memfunc_setup("operator()",957,G__G__Table_211_0_90, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "f - 'Float_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17329    G__memfunc_setup("operator()",957,G__G__Table_211_0_91, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17330    G__memfunc_setup("operator()",957,G__G__Table_211_0_92, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "l - 'Long_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17331    G__memfunc_setup("operator()",957,G__G__Table_211_0_93, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - value", (char*)NULL, (void*) NULL, 0);
17332    G__memfunc_setup("Class",502,G__G__Table_211_0_94, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTableSorter::Class) ), 0);
17333    G__memfunc_setup("Class_Name",982,G__G__Table_211_0_95, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableSorter::Class_Name) ), 0);
17334    G__memfunc_setup("Class_Version",1339,G__G__Table_211_0_96, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTableSorter::Class_Version) ), 0);
17335    G__memfunc_setup("Dictionary",1046,G__G__Table_211_0_97, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTableSorter::Dictionary) ), 0);
17336    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17337    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);
17338    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);
17339    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_211_0_101, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17340    G__memfunc_setup("DeclFileName",1145,G__G__Table_211_0_102, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableSorter::DeclFileName) ), 0);
17341    G__memfunc_setup("ImplFileLine",1178,G__G__Table_211_0_103, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableSorter::ImplFileLine) ), 0);
17342    G__memfunc_setup("ImplFileName",1171,G__G__Table_211_0_104, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableSorter::ImplFileName) ), 0);
17343    G__memfunc_setup("DeclFileLine",1152,G__G__Table_211_0_105, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableSorter::DeclFileLine) ), 0);
17344    // automatic copy constructor
17345    G__memfunc_setup("TTableSorter", 1211, G__G__Table_211_0_106, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TTableSorter), -1, 0, 1, 1, 1, 0, "u 'TTableSorter' - 11 - -", (char*) NULL, (void*) NULL, 0);
17346    // automatic destructor
17347    G__memfunc_setup("~TTableSorter", 1337, G__G__Table_211_0_107, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17348    G__tag_memfunc_reset();
17349 }
17350 
17351 static void G__setup_memfuncTTablePoints(void) {
17352    /* TTablePoints */
17353    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTablePoints));
17354    G__memfunc_setup("SetTablePointer",1525,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "Y - - 0 - table", (char*)NULL, (void*) NULL, 1);
17355    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
17356 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17357    G__memfunc_setup("GetLastPosition",1545,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17358    G__memfunc_setup("GetX",376,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 3);
17359    G__memfunc_setup("GetY",377,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 3);
17360    G__memfunc_setup("GetZ",378,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 3);
17361    G__memfunc_setup("GetTable",776,G__G__Table_213_0_10, 89, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17362    G__memfunc_setup("GetOption",921,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17363    G__memfunc_setup("Indx",403,G__G__Table_213_0_12, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - sortedIndx", (char*)NULL, (void*) NULL, 1);
17364    G__memfunc_setup("SetLastPosition",1557,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17365    G__memfunc_setup("SetOption",933,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
17366    G__memfunc_setup("SetPoint",822,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
17367 "i - 'Int_t' 0 - - f - 'Float_t' 0 - - "
17368 "f - 'Float_t' 0 - - f - 'Float_t' 0 - -", (char*)NULL, (void*) NULL, 1);
17369    G__memfunc_setup("SetPoints",937,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
17370 "i - 'Int_t' 0 - - F - 'Float_t' 0 - - "
17371 "C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
17372    G__memfunc_setup("Size",411,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17373    G__memfunc_setup("Class",502,G__G__Table_213_0_18, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTablePoints::Class) ), 0);
17374    G__memfunc_setup("Class_Name",982,G__G__Table_213_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTablePoints::Class_Name) ), 0);
17375    G__memfunc_setup("Class_Version",1339,G__G__Table_213_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTablePoints::Class_Version) ), 0);
17376    G__memfunc_setup("Dictionary",1046,G__G__Table_213_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTablePoints::Dictionary) ), 0);
17377    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17378    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);
17379    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);
17380    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_213_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17381    G__memfunc_setup("DeclFileName",1145,G__G__Table_213_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTablePoints::DeclFileName) ), 0);
17382    G__memfunc_setup("ImplFileLine",1178,G__G__Table_213_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTablePoints::ImplFileLine) ), 0);
17383    G__memfunc_setup("ImplFileName",1171,G__G__Table_213_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTablePoints::ImplFileName) ), 0);
17384    G__memfunc_setup("DeclFileLine",1152,G__G__Table_213_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTablePoints::DeclFileLine) ), 0);
17385    // automatic destructor
17386    G__memfunc_setup("~TTablePoints", 1335, G__G__Table_213_0_30, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17387    G__tag_memfunc_reset();
17388 }
17389 
17390 static void G__setup_memfuncTTable3Points(void) {
17391    /* TTable3Points */
17392    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTable3Points));
17393    G__memfunc_setup("TTable3Points",1260,G__G__Table_214_0_1, 105, G__get_linked_tagnum(&G__G__TableLN_TTable3Points), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17394    G__memfunc_setup("TTable3Points",1260,G__G__Table_214_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TTable3Points), -1, 0, 6, 1, 1, 0, 
17395 "U 'TTableSorter' - 0 - sorter Y - - 10 - key "
17396 "C - 'Char_t' 10 '\"x\"' xName C - 'Char_t' 10 '\"y\"' yName "
17397 "C - 'Char_t' 10 '\"z\"' zName C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
17398    G__memfunc_setup("TTable3Points",1260,G__G__Table_214_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TTable3Points), -1, 0, 6, 1, 1, 0, 
17399 "U 'TTableSorter' - 0 - sorter i - 'Int_t' 0 - keyIndex "
17400 "C - 'Char_t' 10 '\"x\"' xName C - 'Char_t' 10 '\"y\"' yName "
17401 "C - 'Char_t' 10 '\"z\"' zName C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
17402    G__memfunc_setup("SetAnyColumn",1218,G__G__Table_214_0_4, 121, -1, -1, 0, 2, 1, 1, 0, 
17403 "C - 'Char_t' 10 - anyName i 'TTable3Points::EPointDirection' - 0 - indx", (char*)NULL, (void*) NULL, 1);
17404    G__memfunc_setup("SetXColumn",1010,G__G__Table_214_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - xName", (char*)NULL, (void*) NULL, 1);
17405    G__memfunc_setup("SetYColumn",1011,G__G__Table_214_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - yName", (char*)NULL, (void*) NULL, 1);
17406    G__memfunc_setup("SetZColumn",1012,G__G__Table_214_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - zName", (char*)NULL, (void*) NULL, 1);
17407    G__memfunc_setup("GetTotalKeys",1216,G__G__Table_214_0_8, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17408    G__memfunc_setup("GetKey",585,G__G__Table_214_0_9, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
17409    G__memfunc_setup("SetKeyByIndx",1187,G__G__Table_214_0_10, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
17410    G__memfunc_setup("SetKeyByValue",1293,G__G__Table_214_0_11, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
17411    G__memfunc_setup("GetAnyPoint",1106,G__G__Table_214_0_12, 102, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 8, 
17412 "i - 'Int_t' 0 - idx i 'TTable3Points::EPointDirection' - 0 - xAxis", (char*)NULL, (void*) NULL, 1);
17413    G__memfunc_setup("GetX",376,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17414    G__memfunc_setup("GetY",377,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17415    G__memfunc_setup("GetZ",378,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
17416    G__memfunc_setup("PaintPoints",1145,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
17417 "i - - 0 - - F - - 0 - - "
17418 "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
17419    G__memfunc_setup("GetXYZ",555,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 1, 1, 1, 1, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
17420    G__memfunc_setup("GetXYZ",555,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 3, 1, 1, 8, 
17421 "F - 'Float_t' 0 - xyz i - 'Int_t' 0 - idx "
17422 "i - 'Int_t' 0 '1' num", (char*)NULL, (void*) NULL, 1);
17423    G__memfunc_setup("GetP",368,(G__InterfaceMethod) NULL,70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17424    G__memfunc_setup("GetN",366,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17425    G__memfunc_setup("Class",502,G__G__Table_214_0_21, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTable3Points::Class) ), 0);
17426    G__memfunc_setup("Class_Name",982,G__G__Table_214_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTable3Points::Class_Name) ), 0);
17427    G__memfunc_setup("Class_Version",1339,G__G__Table_214_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTable3Points::Class_Version) ), 0);
17428    G__memfunc_setup("Dictionary",1046,G__G__Table_214_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTable3Points::Dictionary) ), 0);
17429    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17430    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);
17431    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);
17432    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_214_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17433    G__memfunc_setup("DeclFileName",1145,G__G__Table_214_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTable3Points::DeclFileName) ), 0);
17434    G__memfunc_setup("ImplFileLine",1178,G__G__Table_214_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTable3Points::ImplFileLine) ), 0);
17435    G__memfunc_setup("ImplFileName",1171,G__G__Table_214_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTable3Points::ImplFileName) ), 0);
17436    G__memfunc_setup("DeclFileLine",1152,G__G__Table_214_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTable3Points::DeclFileLine) ), 0);
17437    // automatic copy constructor
17438    G__memfunc_setup("TTable3Points", 1260, G__G__Table_214_0_33, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TTable3Points), -1, 0, 1, 1, 1, 0, "u 'TTable3Points' - 11 - -", (char*) NULL, (void*) NULL, 0);
17439    // automatic destructor
17440    G__memfunc_setup("~TTable3Points", 1386, G__G__Table_214_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17441    G__tag_memfunc_reset();
17442 }
17443 
17444 static void G__setup_memfuncTTableIter(void) {
17445    /* TTableIter */
17446    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTableIter));
17447    G__memfunc_setup("TTableIter",976,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TTableIter), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
17448    G__memfunc_setup("TTableIter",976,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TTableIter), -1, 0, 1, 1, 2, 0, "u 'TTableIter' - 11 - org", (char*)NULL, (void*) NULL, 0);
17449    G__memfunc_setup("TTableIter",976,G__G__Table_216_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TTableIter), -1, 0, 2, 1, 1, 0, 
17450 "U 'TTableSorter' - 10 - table f - 'Float_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17451    G__memfunc_setup("TTableIter",976,G__G__Table_216_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TTableIter), -1, 0, 2, 1, 1, 0, 
17452 "U 'TTableSorter' - 10 - table d - 'Double_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17453    G__memfunc_setup("TTableIter",976,G__G__Table_216_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TTableIter), -1, 0, 2, 1, 1, 0, 
17454 "U 'TTableSorter' - 10 - table i - 'Int_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17455    G__memfunc_setup("TTableIter",976,G__G__Table_216_0_6, 105, G__get_linked_tagnum(&G__G__TableLN_TTableIter), -1, 0, 2, 1, 1, 0, 
17456 "U 'TTableSorter' - 10 - table l - 'Long_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17457    G__memfunc_setup("TTableIter",976,G__G__Table_216_0_7, 105, G__get_linked_tagnum(&G__G__TableLN_TTableIter), -1, 0, 2, 1, 1, 0, 
17458 "U 'TTableSorter' - 10 - table s - 'Short_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17459    G__memfunc_setup("CountKey",818,G__G__Table_216_0_8, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "f - 'Float_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17460    G__memfunc_setup("CountKey",818,G__G__Table_216_0_9, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "l - 'Long_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17461    G__memfunc_setup("CountKey",818,G__G__Table_216_0_10, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17462    G__memfunc_setup("CountKey",818,G__G__Table_216_0_11, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "s - 'Short_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17463    G__memfunc_setup("CountKey",818,G__G__Table_216_0_12, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 1 - keyvalue", (char*)NULL, (void*) NULL, 0);
17464    G__memfunc_setup("GetNRows",793,G__G__Table_216_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
17465    G__memfunc_setup("Next",415,G__G__Table_216_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17466    G__memfunc_setup("Next",415,G__G__Table_216_0_15, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
17467    G__memfunc_setup("Reset",515,G__G__Table_216_0_16, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' indx", (char*)NULL, (void*) NULL, 0);
17468    G__memfunc_setup("operator()",957,G__G__Table_216_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17469    G__memfunc_setup("operator[]",1060,G__G__Table_216_0_18, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 0);
17470    G__memfunc_setup("Class",502,G__G__Table_216_0_19, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTableIter::Class) ), 0);
17471    G__memfunc_setup("Class_Name",982,G__G__Table_216_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableIter::Class_Name) ), 0);
17472    G__memfunc_setup("Class_Version",1339,G__G__Table_216_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTableIter::Class_Version) ), 0);
17473    G__memfunc_setup("Dictionary",1046,G__G__Table_216_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTableIter::Dictionary) ), 0);
17474    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17475    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);
17476    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);
17477    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_216_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17478    G__memfunc_setup("DeclFileName",1145,G__G__Table_216_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableIter::DeclFileName) ), 0);
17479    G__memfunc_setup("ImplFileLine",1178,G__G__Table_216_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableIter::ImplFileLine) ), 0);
17480    G__memfunc_setup("ImplFileName",1171,G__G__Table_216_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableIter::ImplFileName) ), 0);
17481    G__memfunc_setup("DeclFileLine",1152,G__G__Table_216_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableIter::DeclFileLine) ), 0);
17482    // automatic destructor
17483    G__memfunc_setup("~TTableIter", 1102, G__G__Table_216_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17484    G__tag_memfunc_reset();
17485 }
17486 
17487 static void G__setup_memfuncTTablePadView3D(void) {
17488    /* TTablePadView3D */
17489    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D));
17490    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) NULL, 0);
17491    G__memfunc_setup("TTablePadView3D",1379,G__G__Table_219_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D), -1, 0, 0, 1, 1, 0, "", "default ctor", (void*) NULL, 0);
17492    G__memfunc_setup("TTablePadView3D",1379,G__G__Table_219_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D), -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 - pad", (char*)NULL, (void*) NULL, 0);
17493    G__memfunc_setup("ExecuteEvent",1237,G__G__Table_219_0_4, 121, -1, -1, 0, 3, 1, 1, 0, 
17494 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
17495 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17496    G__memfunc_setup("GetPad",565,G__G__Table_219_0_5, 85, G__get_linked_tagnum(&G__G__TableLN_TVirtualPad), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
17497    G__memfunc_setup("Paint",508,G__G__Table_219_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17498    G__memfunc_setup("Size",411,G__G__Table_219_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
17499 "i - 'Int_t' 0 - width i - 'Int_t' 0 - height", (char*)NULL, (void*) NULL, 1);
17500    G__memfunc_setup("PaintBeginModel",1490,G__G__Table_219_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17501    G__memfunc_setup("PaintEnd",787,G__G__Table_219_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17502    G__memfunc_setup("PaintScene",1002,G__G__Table_219_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17503    G__memfunc_setup("PaintPolyMarker",1538,G__G__Table_219_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
17504 "U 'TPolyMarker3D' - 0 - marker C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17505    G__memfunc_setup("PaintPolyLine",1320,G__G__Table_219_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
17506 "U 'TPolyLine3D' - 0 - line C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17507    G__memfunc_setup("PaintPoints3D",1264,G__G__Table_219_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
17508 "U 'TPoints3DABC' - 10 - points C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17509    G__memfunc_setup("PushMatrix",1045,G__G__Table_219_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17510    G__memfunc_setup("PopMatrix",932,G__G__Table_219_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17511    G__memfunc_setup("SetAttNode",987,G__G__Table_219_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
17512 "U 'TNode' - 0 - node C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17513    G__memfunc_setup("SetLineAttr",1103,G__G__Table_219_0_17, 121, -1, -1, 0, 3, 1, 1, 0, 
17514 "s - 'Color_t' 0 - color i - 'Int_t' 0 - width "
17515 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17516    G__memfunc_setup("SetPad",577,G__G__Table_219_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualPad' - 0 '0' pad", (char*)NULL, (void*) NULL, 0);
17517    G__memfunc_setup("UpdateNodeMatrix",1630,G__G__Table_219_0_19, 121, -1, -1, 0, 2, 1, 1, 0, 
17518 "U 'TNode' - 0 - node C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17519    G__memfunc_setup("UpdatePosition",1464,G__G__Table_219_0_20, 121, -1, -1, 0, 5, 1, 1, 0, 
17520 "d - 'Double_t' 0 - x d - 'Double_t' 0 - y "
17521 "d - 'Double_t' 0 - z U 'TRotMatrix' - 0 - matrix "
17522 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
17523    G__memfunc_setup("UpdateView",1022,G__G__Table_219_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17524    G__memfunc_setup("GetRange",781,G__G__Table_219_0_22, 121, -1, -1, 0, 2, 1, 1, 8, 
17525 "D - 'Double_t' 0 - min D - 'Double_t' 0 - max", (char*)NULL, (void*) NULL, 1);
17526    G__memfunc_setup("SetRange",793,G__G__Table_219_0_23, 121, -1, -1, 0, 2, 1, 1, 0, 
17527 "D - 'Double_t' 0 - min D - 'Double_t' 0 - max", (char*)NULL, (void*) NULL, 1);
17528    G__memfunc_setup("GetShift",798,G__G__Table_219_0_24, 121, -1, -1, 0, 2, 1, 1, 8, 
17529 "D - 'Double_t' 0 - main_shift D - 'Double_t' 0 - extra_shift", (char*)NULL, (void*) NULL, 1);
17530    G__memfunc_setup("SetShift",810,G__G__Table_219_0_25, 121, -1, -1, 0, 2, 1, 1, 0, 
17531 "D - 'Double_t' 0 - main_shift D - 'Double_t' 0 - extra_shift", (char*)NULL, (void*) NULL, 1);
17532    G__memfunc_setup("GetAngles",890,G__G__Table_219_0_26, 121, -1, -1, 0, 2, 1, 1, 8, 
17533 "D - 'Double_t' 0 - main_angles D - 'Double_t' 0 - extra_angles", (char*)NULL, (void*) NULL, 1);
17534    G__memfunc_setup("SetAngles",902,G__G__Table_219_0_27, 121, -1, -1, 0, 2, 1, 1, 0, 
17535 "D - 'Double_t' 0 - main_angles D - 'Double_t' 0 - extra_angles", (char*)NULL, (void*) NULL, 1);
17536    G__memfunc_setup("GetAnglesFactors",1612,G__G__Table_219_0_28, 121, -1, -1, 0, 1, 1, 1, 8, "D - 'Double_t' 0 - factors", (char*)NULL, (void*) NULL, 1);
17537    G__memfunc_setup("SetAnglesFactors",1624,G__G__Table_219_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - factors", (char*)NULL, (void*) NULL, 1);
17538    G__memfunc_setup("GetScale",776,G__G__Table_219_0_30, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17539    G__memfunc_setup("SetScale",788,G__G__Table_219_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - scale", (char*)NULL, (void*) NULL, 1);
17540    // automatic copy constructor
17541    G__memfunc_setup("TTablePadView3D", 1379, G__G__Table_219_0_32, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D), -1, 0, 1, 1, 1, 0, "u 'TTablePadView3D' - 11 - -", (char*) NULL, (void*) NULL, 0);
17542    // automatic destructor
17543    G__memfunc_setup("~TTablePadView3D", 1505, G__G__Table_219_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17544    // automatic assignment operator
17545    G__memfunc_setup("operator=", 937, G__G__Table_219_0_34, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_TTablePadView3D), -1, 1, 1, 1, 1, 0, "u 'TTablePadView3D' - 11 - -", (char*) NULL, (void*) NULL, 0);
17546    G__tag_memfunc_reset();
17547 }
17548 
17549 static void G__setup_memfuncTVolumePosition(void) {
17550    /* TVolumePosition */
17551    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumePosition));
17552    G__memfunc_setup("DeleteOwnMatrix",1532,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
17553    G__memfunc_setup("TVolumePosition",1569,G__G__Table_220_0_2, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 5, 1, 1, 0, 
17554 "U 'TVolume' - 0 '0' node d - 'Double_t' 0 '0' x "
17555 "d - 'Double_t' 0 '0' y d - 'Double_t' 0 '0' z "
17556 "U 'TRotMatrix' - 0 '0' matrix", (char*)NULL, (void*) NULL, 0);
17557    G__memfunc_setup("TVolumePosition",1569,G__G__Table_220_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 5, 1, 1, 0, 
17558 "U 'TVolume' - 0 - node d - 'Double_t' 0 - x "
17559 "d - 'Double_t' 0 - y d - 'Double_t' 0 - z "
17560 "C - - 10 - matrixname", (char*)NULL, (void*) NULL, 0);
17561    G__memfunc_setup("TVolumePosition",1569,G__G__Table_220_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 2, 1, 1, 0, 
17562 "U 'TVolumePosition' - 10 - oldPosition U 'TVolumePosition' - 10 - curPosition", (char*)NULL, (void*) NULL, 0);
17563    G__memfunc_setup("TVolumePosition",1569,G__G__Table_220_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 1, 1, 1, 0, "u 'TVolumePosition' - 11 - pos", (char*)NULL, (void*) NULL, 0);
17564    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);
17565    G__memfunc_setup("Errmx2Local",1067,G__G__Table_220_0_7, 70, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 8, 
17566 "F - 'Float_t' 10 - masterError F - 'Float_t' 0 - localError", (char*)NULL, (void*) NULL, 1);
17567    G__memfunc_setup("Errmx2Local",1067,G__G__Table_220_0_8, 68, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
17568 "D - 'Double_t' 10 - masterError D - 'Double_t' 0 - localError", (char*)NULL, (void*) NULL, 1);
17569    G__memfunc_setup("Errmx2Master",1196,G__G__Table_220_0_9, 70, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 8, 
17570 "F - 'Float_t' 10 - localError F - 'Float_t' 0 - masterError", (char*)NULL, (void*) NULL, 1);
17571    G__memfunc_setup("Errmx2Master",1196,G__G__Table_220_0_10, 68, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
17572 "D - 'Double_t' 10 - localError D - 'Double_t' 0 - masterError", (char*)NULL, (void*) NULL, 1);
17573    G__memfunc_setup("Cormx2Local",1062,G__G__Table_220_0_11, 68, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
17574 "D - 'Double_t' 10 - masterCorr D - 'Double_t' 0 - localCorr", (char*)NULL, (void*) NULL, 1);
17575    G__memfunc_setup("Cormx2Local",1062,G__G__Table_220_0_12, 70, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 8, 
17576 "F - 'Float_t' 10 - masterCorr F - 'Float_t' 0 - localCorr", (char*)NULL, (void*) NULL, 1);
17577    G__memfunc_setup("Cormx2Master",1191,G__G__Table_220_0_13, 68, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
17578 "D - 'Double_t' 10 - localCorr D - 'Double_t' 0 - masterCorr", (char*)NULL, (void*) NULL, 1);
17579    G__memfunc_setup("Cormx2Master",1191,G__G__Table_220_0_14, 70, -1, G__defined_typename("Float_t"), 0, 2, 1, 1, 8, 
17580 "F - 'Float_t' 10 - localCorr F - 'Float_t' 0 - masterCorr", (char*)NULL, (void*) NULL, 1);
17581    G__memfunc_setup("Master2Local",1161,G__G__Table_220_0_15, 68, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8, 
17582 "D - 'Double_t' 10 - master D - 'Double_t' 0 - local "
17583 "i - 'Int_t' 0 '1' nPoints", (char*)NULL, (void*) NULL, 1);
17584    G__memfunc_setup("Master2Local",1161,G__G__Table_220_0_16, 70, -1, G__defined_typename("Float_t"), 0, 3, 1, 1, 8, 
17585 "F - 'Float_t' 10 - master F - 'Float_t' 0 - local "
17586 "i - 'Int_t' 0 '1' nPoints", (char*)NULL, (void*) NULL, 1);
17587    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
17588 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17589    G__memfunc_setup("DefineSet",887,G__G__Table_220_0_18, 85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17590    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"3\"' depth", "*MENU*", (void*) NULL, 1);
17591    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
17592 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
17593 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17594    G__memfunc_setup("GetNode",678,G__G__Table_220_0_21, 85, G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17595    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
17596 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17597    G__memfunc_setup("GetOption",921,G__G__Table_220_0_23, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17598    G__memfunc_setup("GetName",673,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Char_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17599    G__memfunc_setup("GetMatrix",917,G__G__Table_220_0_25, 85, G__get_linked_tagnum(&G__G__TableLN_TRotMatrix), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
17600    G__memfunc_setup("GetMatrix",917,G__G__Table_220_0_26, 85, G__get_linked_tagnum(&G__G__TableLN_TRotMatrix), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17601    G__memfunc_setup("GetVisibility",1352,G__G__Table_220_0_27, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
17602    G__memfunc_setup("GetX",376,G__G__Table_220_0_28, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' indx", (char*)NULL, (void*) NULL, 1);
17603    G__memfunc_setup("GetXYZ",555,G__G__Table_220_0_29, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17604    G__memfunc_setup("GetY",377,G__G__Table_220_0_30, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17605    G__memfunc_setup("GetZ",378,G__G__Table_220_0_31, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17606    G__memfunc_setup("GetId",461,G__G__Table_220_0_32, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17607    G__memfunc_setup("IsMatrixOwner",1340,G__G__Table_220_0_33, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
17608    G__memfunc_setup("SetMatrixOwner",1452,G__G__Table_220_0_34, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' ownerShips", (char*)NULL, (void*) NULL, 0);
17609    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);
17610    G__memfunc_setup("Is3D",307,G__G__Table_220_0_36, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17611    G__memfunc_setup("Local2Master",1161,G__G__Table_220_0_37, 68, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8, 
17612 "D - 'Double_t' 10 - local D - 'Double_t' 0 - master "
17613 "i - 'Int_t' 0 '1' nPoints", (char*)NULL, (void*) NULL, 1);
17614    G__memfunc_setup("Local2Master",1161,G__G__Table_220_0_38, 70, -1, G__defined_typename("Float_t"), 0, 3, 1, 1, 8, 
17615 "F - 'Float_t' 10 - local F - 'Float_t' 0 - master "
17616 "i - 'Int_t' 0 '1' nPoints", (char*)NULL, (void*) NULL, 1);
17617    G__memfunc_setup("Mult",418,G__G__Table_220_0_39, 117, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 1, 1, 1, 1, 0, "u 'TVolumePosition' - 11 - position", (char*)NULL, (void*) NULL, 1);
17618    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);
17619    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);
17620    G__memfunc_setup("UpdatePosition",1464,G__G__Table_220_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17621    G__memfunc_setup("Reset",515,G__G__Table_220_0_43, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 5, 1, 1, 0, 
17622 "U 'TVolume' - 0 '0' node d - 'Double_t' 0 '0' x "
17623 "d - 'Double_t' 0 '0' y d - 'Double_t' 0 '0' z "
17624 "U 'TRotMatrix' - 0 '0' matrix", (char*)NULL, (void*) NULL, 1);
17625    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
17626 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17627    G__memfunc_setup("SetLineAttributes",1755,G__G__Table_220_0_45, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
17628    G__memfunc_setup("SetMatrix",929,G__G__Table_220_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TRotMatrix' - 0 '0' matrix", (char*)NULL, (void*) NULL, 1);
17629    G__memfunc_setup("SetNode",690,G__G__Table_220_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVolume' - 0 - node", (char*)NULL, (void*) NULL, 1);
17630    G__memfunc_setup("SetPosition",1153,G__G__Table_220_0_48, 121, -1, -1, 0, 3, 1, 1, 0, 
17631 "d - 'Double_t' 0 '0' x d - 'Double_t' 0 '0' y "
17632 "d - 'Double_t' 0 '0' z", (char*)NULL, (void*) NULL, 1);
17633    G__memfunc_setup("SetVisibility",1364,G__G__Table_220_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' vis", "*MENU*", (void*) NULL, 1);
17634    G__memfunc_setup("SetX",388,G__G__Table_220_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x", (char*)NULL, (void*) NULL, 1);
17635    G__memfunc_setup("SetY",389,G__G__Table_220_0_51, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - y", (char*)NULL, (void*) NULL, 1);
17636    G__memfunc_setup("SetZ",390,G__G__Table_220_0_52, 121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - z", (char*)NULL, (void*) NULL, 1);
17637    G__memfunc_setup("SetXYZ",567,G__G__Table_220_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 '0' xyz", (char*)NULL, (void*) NULL, 1);
17638    G__memfunc_setup("SetId",473,G__G__Table_220_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - id", (char*)NULL, (void*) NULL, 1);
17639    G__memfunc_setup("operator=",937,G__G__Table_220_0_55, 117, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 1, 1, 1, 1, 0, "u 'TVolumePosition' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
17640    G__memfunc_setup("Class",502,G__G__Table_220_0_56, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVolumePosition::Class) ), 0);
17641    G__memfunc_setup("Class_Name",982,G__G__Table_220_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumePosition::Class_Name) ), 0);
17642    G__memfunc_setup("Class_Version",1339,G__G__Table_220_0_58, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVolumePosition::Class_Version) ), 0);
17643    G__memfunc_setup("Dictionary",1046,G__G__Table_220_0_59, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVolumePosition::Dictionary) ), 0);
17644    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17645    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);
17646    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);
17647    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_220_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17648    G__memfunc_setup("DeclFileName",1145,G__G__Table_220_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumePosition::DeclFileName) ), 0);
17649    G__memfunc_setup("ImplFileLine",1178,G__G__Table_220_0_65, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolumePosition::ImplFileLine) ), 0);
17650    G__memfunc_setup("ImplFileName",1171,G__G__Table_220_0_66, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumePosition::ImplFileName) ), 0);
17651    G__memfunc_setup("DeclFileLine",1152,G__G__Table_220_0_67, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolumePosition::DeclFileLine) ), 0);
17652    // automatic destructor
17653    G__memfunc_setup("~TVolumePosition", 1695, G__G__Table_220_0_68, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17654    G__tag_memfunc_reset();
17655 }
17656 
17657 static void G__setup_memfuncTVolume(void) {
17658    /* TVolume */
17659    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TVolume));
17660    G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
17661    G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TVolumePosition' - 0 - position", (char*)NULL, (void*) NULL, 1);
17662    G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 2, 1, 2, 0, 
17663 "U 'TVolume' - 0 - node U 'TVolumePosition' - 0 - nodePosition", (char*)NULL, (void*) NULL, 1);
17664    G__memfunc_setup("DistancetoNodePrimitive",2381,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0, 
17665 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py "
17666 "U 'TVolumePosition' - 0 '0' position", (char*)NULL, (void*) NULL, 1);
17667    G__memfunc_setup("SetPositionsList",1680,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TList' - 0 '0' list", (char*)NULL, (void*) NULL, 0);
17668    G__memfunc_setup("PaintNodePosition",1751,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
17669 "C - 'Option_t' 10 '\"\"' option U 'TVolumePosition' - 0 '0' postion", (char*)NULL, (void*) NULL, 1);
17670    G__memfunc_setup("TVolume",716,G__G__Table_221_0_7, 105, G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17671    G__memfunc_setup("TVolume",716,G__G__Table_221_0_8, 105, G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 4, 1, 1, 0, 
17672 "C - - 10 - name C - - 10 - title "
17673 "C - - 10 - shapename C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
17674    G__memfunc_setup("TVolume",716,G__G__Table_221_0_9, 105, G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 4, 1, 1, 0, 
17675 "C - - 10 - name C - - 10 - title "
17676 "U 'TShape' - 0 - shape C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
17677    G__memfunc_setup("TVolume",716,G__G__Table_221_0_10, 105, G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 1, 1, 1, 0, "u 'TNode' - 1 - node", (char*)NULL, (void*) NULL, 0);
17678    G__memfunc_setup("Add",265,G__G__Table_221_0_11, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 7, 1, 1, 0, 
17679 "U 'TVolume' - 0 - node d - 'Double_t' 0 '0' x "
17680 "d - 'Double_t' 0 '0' y d - 'Double_t' 0 '0' z "
17681 "U 'TRotMatrix' - 0 '0' matrix h - 'UInt_t' 0 '0' id "
17682 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17683    G__memfunc_setup("Add",265,G__G__Table_221_0_12, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 7, 1, 1, 0, 
17684 "U 'TVolume' - 0 - node d - 'Double_t' 0 - x "
17685 "d - 'Double_t' 0 - y d - 'Double_t' 0 - z "
17686 "C - - 10 - matrixname h - 'UInt_t' 0 '0' id "
17687 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17688    G__memfunc_setup("MapStNode2GEANTVis",1598,G__G__Table_221_0_13, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "i 'TVolume::ENodeSEEN' - 0 - vis", (char*)NULL, (void*) G__func2void( (Int_t (*)(TVolume::ENodeSEEN))(&TVolume::MapStNode2GEANTVis) ), 0);
17689    G__memfunc_setup("MapGEANT2StNodeVis",1598,G__G__Table_221_0_14, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "i - 'Int_t' 0 - vis", (char*)NULL, (void*) G__func2void( (Int_t (*)(Int_t))(&TVolume::MapGEANT2StNodeVis) ), 0);
17690    G__memfunc_setup("Add",265,G__G__Table_221_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
17691 "U 'TShape' - 0 - shape g - 'Bool_t' 0 'kFALSE' IsMaster", (char*)NULL, (void*) NULL, 1);
17692    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);
17693    G__memfunc_setup("CreateTNode",1070,G__G__Table_221_0_17, 85, G__get_linked_tagnum(&G__G__TableLN_TNode), -1, 0, 1, 1, 1, 0, "U 'TVolumePosition' - 10 '0' position", (char*)NULL, (void*) NULL, 1);
17694    G__memfunc_setup("DeletePosition",1448,G__G__Table_221_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVolumePosition' - 0 - position", (char*)NULL, (void*) NULL, 1);
17695    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
17696 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17697    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"3\"' depth", "*MENU*", (void*) NULL, 1);
17698    G__memfunc_setup("DrawOnly",816,G__G__Table_221_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17699    G__memfunc_setup("ExecuteEvent",1237,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
17700 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
17701 "i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17702    G__memfunc_setup("GetIdentity",1130,G__G__Table_221_0_23, 85, G__get_linked_tagnum(&G__G__TableLN_TRotMatrix), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TRotMatrix* (*)())(&TVolume::GetIdentity) ), 0);
17703    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
17704 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17705    G__memfunc_setup("GetOption",921,G__G__Table_221_0_25, 67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
17706    G__memfunc_setup("GetShape",785,G__G__Table_221_0_26, 85, G__get_linked_tagnum(&G__G__TableLN_TShape), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
17707    G__memfunc_setup("GetListOfShapes",1493,G__G__Table_221_0_27, 85, G__get_linked_tagnum(&G__G__TableLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
17708    G__memfunc_setup("GetLocalRange",1272,G__G__Table_221_0_28, 121, -1, -1, 0, 2, 1, 1, 0, 
17709 "F - 'Float_t' 0 - min F - 'Float_t' 0 - max", (char*)NULL, (void*) NULL, 1);
17710    G__memfunc_setup("GetVisibility",1352,G__G__Table_221_0_29, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumecLcLENodeSEEN), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17711    G__memfunc_setup("GetListOfPositions",1849,G__G__Table_221_0_30, 85, G__get_linked_tagnum(&G__G__TableLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17712    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);
17713    G__memfunc_setup("ImportShapeAttributes",2195,G__G__Table_221_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17714    G__memfunc_setup("IsMarked",784,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17715    G__memfunc_setup("Is3D",307,G__G__Table_221_0_34, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17716    G__memfunc_setup("Nodes",505,G__G__Table_221_0_35, 85, G__get_linked_tagnum(&G__G__TableLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17717    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);
17718    G__memfunc_setup("PaintShape",1005,G__G__Table_221_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17719    G__memfunc_setup("SetVisibility",1364,G__G__Table_221_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TVolume::ENodeSEEN' - 0 'TVolume::kBothVisible' vis", "*MENU*", (void*) NULL, 1);
17720    G__memfunc_setup("Sizeof3D",743,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17721    G__memfunc_setup("Class",502,G__G__Table_221_0_40, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVolume::Class) ), 0);
17722    G__memfunc_setup("Class_Name",982,G__G__Table_221_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolume::Class_Name) ), 0);
17723    G__memfunc_setup("Class_Version",1339,G__G__Table_221_0_42, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVolume::Class_Version) ), 0);
17724    G__memfunc_setup("Dictionary",1046,G__G__Table_221_0_43, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVolume::Dictionary) ), 0);
17725    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17726    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);
17727    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);
17728    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_221_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17729    G__memfunc_setup("DeclFileName",1145,G__G__Table_221_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolume::DeclFileName) ), 0);
17730    G__memfunc_setup("ImplFileLine",1178,G__G__Table_221_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolume::ImplFileLine) ), 0);
17731    G__memfunc_setup("ImplFileName",1171,G__G__Table_221_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolume::ImplFileName) ), 0);
17732    G__memfunc_setup("DeclFileLine",1152,G__G__Table_221_0_51, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolume::DeclFileLine) ), 0);
17733    // automatic copy constructor
17734    G__memfunc_setup("TVolume", 716, G__G__Table_221_0_52, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 1, 1, 1, 0, "u 'TVolume' - 11 - -", (char*) NULL, (void*) NULL, 0);
17735    // automatic destructor
17736    G__memfunc_setup("~TVolume", 842, G__G__Table_221_0_53, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17737    G__tag_memfunc_reset();
17738 }
17739 
17740 static void G__setup_memfuncTVolumeView(void) {
17741    /* TVolumeView */
17742    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeView));
17743    G__memfunc_setup("PaintShape",1005,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - 'Option_t' 10 - option", (char*)NULL, (void*) NULL, 1);
17744    G__memfunc_setup("TVolumeView",1127,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 1, 1, 2, 0, "u 'TVolumeView' - 1 - viewNode", (char*)NULL, (void*) NULL, 0);
17745    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_3, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
17746    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 2, 1, 1, 0, 
17747 "U 'TVolumeView' - 0 - viewNode U 'TVolumePosition' - 0 '0' nodePosition", (char*)NULL, (void*) NULL, 0);
17748    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_5, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 3, 1, 1, 0, 
17749 "U 'TVolumeView' - 0 - viewNode C - 'Char_t' 10 - NodeName1 "
17750 "C - 'Char_t' 10 '0' NodeName2", (char*)NULL, (void*) NULL, 0);
17751    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_6, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 2, 1, 1, 0, 
17752 "U 'TVolumeView' - 0 - viewNode U 'TVolumeView' - 0 - topNode", (char*)NULL, (void*) NULL, 0);
17753    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_7, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 3, 1, 1, 0, 
17754 "U 'TVolumeView' - 0 - viewNode U 'TVolumeView' - 10 - node1 "
17755 "U 'TVolumeView' - 10 - node2", (char*)NULL, (void*) NULL, 0);
17756    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_8, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 5, 1, 1, 0, 
17757 "u 'TVolume' - 1 - pattern i - 'Int_t' 0 '0' maxDepLevel "
17758 "U 'TVolumePosition' - 10 '0' nodePosition u 'TDataSet::EDataSetPass' 'TDataSet::EDataSetPass' 0 'kMarked' iopt "
17759 "U 'TVolumeView' - 0 '0' root", (char*)NULL, (void*) NULL, 0);
17760    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_9, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 7, 1, 1, 0, 
17761 "D - 'Double_t' 0 - translate D - 'Double_t' 0 - rotate "
17762 "h - 'UInt_t' 0 - positionId U 'TVolume' - 0 - thisNode "
17763 "C - 'Char_t' 10 - thisNodePath C - 'Char_t' 10 '0' matrixName "
17764 "i - 'Int_t' 0 '0' matrixType", (char*)NULL, (void*) NULL, 0);
17765    G__memfunc_setup("TVolumeView",1127,G__G__Table_224_0_10, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeView), -1, 0, 2, 1, 1, 0, 
17766 "U 'TVolume' - 0 - thisNode U 'TVolumePosition' - 0 - nodePosition", (char*)NULL, (void*) NULL, 0);
17767    G__memfunc_setup("AddNode",655,G__G__Table_224_0_11, 85, G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 1, 1, 1, 0, "U 'TVolume' - 0 - node", (char*)NULL, (void*) NULL, 1);
17768    G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - dataset", (char*)NULL, (void*) NULL, 1);
17769    G__memfunc_setup("Add",265,G__G__Table_224_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVolumeView' - 0 - node", (char*)NULL, (void*) NULL, 1);
17770    G__memfunc_setup("Add",265,G__G__Table_224_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
17771 "U 'TShape' - 0 - shape g - 'Bool_t' 0 'kFALSE' IsMaster", (char*)NULL, (void*) NULL, 1);
17772    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);
17773    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"3\"' depth", "*MENU*", (void*) NULL, 1);
17774    G__memfunc_setup("DistancetoPrimitive",1991,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
17775 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17776    G__memfunc_setup("GetPosition",1141,G__G__Table_224_0_18, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17777    G__memfunc_setup("GetNode",678,G__G__Table_224_0_19, 85, G__get_linked_tagnum(&G__G__TableLN_TVolume), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17778    G__memfunc_setup("GetGlobalRange",1374,G__G__Table_224_0_20, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
17779 "U 'TVolumeView' - 10 - rootNode F - 'Float_t' 0 - min "
17780 "F - 'Float_t' 0 - max", (char*)NULL, (void*) NULL, 1);
17781    G__memfunc_setup("GetListOfShapes",1493,G__G__Table_224_0_21, 85, G__get_linked_tagnum(&G__G__TableLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17782    G__memfunc_setup("GetLocalRange",1272,G__G__Table_224_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
17783 "F - 'Float_t' 0 - min F - 'Float_t' 0 - max", (char*)NULL, (void*) NULL, 1);
17784    G__memfunc_setup("GetObjectInfo",1283,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 8, 
17785 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 1);
17786    G__memfunc_setup("GetShape",785,G__G__Table_224_0_24, 85, G__get_linked_tagnum(&G__G__TableLN_TShape), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17787    G__memfunc_setup("GetVisibility",1352,G__G__Table_224_0_25, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17788    G__memfunc_setup("IsMarked",784,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17789    G__memfunc_setup("Is3D",307,G__G__Table_224_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17790    G__memfunc_setup("Local2Master",1161,G__G__Table_224_0_28, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 2, 1, 1, 0, 
17791 "U 'TVolumeView' - 10 - localNode U 'TVolumeView' - 10 '0' masterNode", (char*)NULL, (void*) NULL, 1);
17792    G__memfunc_setup("Local2Master",1161,G__G__Table_224_0_29, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 2, 1, 1, 0, 
17793 "C - 'Char_t' 10 - localName C - 'Char_t' 10 '0' masterName", (char*)NULL, (void*) NULL, 1);
17794    G__memfunc_setup("Local2Master",1161,G__G__Table_224_0_30, 70, -1, G__defined_typename("Float_t"), 0, 5, 1, 1, 0, 
17795 "F - 'Float_t' 10 - local F - 'Float_t' 0 - master "
17796 "C - 'Char_t' 10 - localName C - 'Char_t' 10 '0' masterName "
17797 "i - 'Int_t' 0 '1' nVector", (char*)NULL, (void*) NULL, 1);
17798    G__memfunc_setup("Local2Master",1161,G__G__Table_224_0_31, 70, -1, G__defined_typename("Float_t"), 0, 5, 1, 1, 0, 
17799 "F - 'Float_t' 10 - local F - 'Float_t' 0 - master "
17800 "U 'TVolumeView' - 10 - localNode U 'TVolumeView' - 10 '0' masterNode "
17801 "i - 'Int_t' 0 '1' nVector", (char*)NULL, (void*) NULL, 1);
17802    G__memfunc_setup("Nodes",505,G__G__Table_224_0_32, 85, G__get_linked_tagnum(&G__G__TableLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
17803    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);
17804    G__memfunc_setup("PathP",477,G__G__Table_224_0_34, 117, G__get_linked_tagnum(&G__G__TableLN_TString), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17805    G__memfunc_setup("SetLineAttributes",1755,G__G__Table_224_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
17806    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
17807 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
17808    G__memfunc_setup("SetVisibility",1364,G__G__Table_224_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' vis", "*MENU*", (void*) NULL, 1);
17809    G__memfunc_setup("Sizeof3D",743,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17810    G__memfunc_setup("Class",502,G__G__Table_224_0_39, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVolumeView::Class) ), 0);
17811    G__memfunc_setup("Class_Name",982,G__G__Table_224_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumeView::Class_Name) ), 0);
17812    G__memfunc_setup("Class_Version",1339,G__G__Table_224_0_41, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVolumeView::Class_Version) ), 0);
17813    G__memfunc_setup("Dictionary",1046,G__G__Table_224_0_42, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVolumeView::Dictionary) ), 0);
17814    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17815    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);
17816    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);
17817    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_224_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17818    G__memfunc_setup("DeclFileName",1145,G__G__Table_224_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumeView::DeclFileName) ), 0);
17819    G__memfunc_setup("ImplFileLine",1178,G__G__Table_224_0_48, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolumeView::ImplFileLine) ), 0);
17820    G__memfunc_setup("ImplFileName",1171,G__G__Table_224_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumeView::ImplFileName) ), 0);
17821    G__memfunc_setup("DeclFileLine",1152,G__G__Table_224_0_50, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolumeView::DeclFileLine) ), 0);
17822    // automatic destructor
17823    G__memfunc_setup("~TVolumeView", 1253, G__G__Table_224_0_51, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17824    G__tag_memfunc_reset();
17825 }
17826 
17827 static void G__setup_memfuncTVolumeViewIter(void) {
17828    /* TVolumeViewIter */
17829    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter));
17830    G__memfunc_setup("GetPosition",1141,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 1, 1, 2, 9, "i - 'Int_t' 0 '0' level", (char*)NULL, (void*) NULL, 1);
17831    G__memfunc_setup("SetPositionAt",1334,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 5, 1, 2, 0, 
17832 "U 'TVolume' - 0 - node d - 'Double_t' 0 '0' x "
17833 "d - 'Double_t' 0 '0' y d - 'Double_t' 0 '0' z "
17834 "U 'TRotMatrix' - 0 '0' matrix", (char*)NULL, (void*) NULL, 1);
17835    G__memfunc_setup("SetPositionAt",1334,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 1, 1, 2, 0, "u 'TVolumePosition' - 1 - curPosition", (char*)NULL, (void*) NULL, 1);
17836    G__memfunc_setup("TVolumeViewIter",1531,G__G__Table_225_0_4, 105, G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter), -1, 0, 3, 1, 1, 0, 
17837 "U 'TVolumeView' - 0 - view i - 'Int_t' 0 '1' depth "
17838 "g - 'Bool_t' 0 'kIterForward' dir", (char*)NULL, (void*) NULL, 0);
17839    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);
17840    G__memfunc_setup("Notify",633,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TDataSet' - 0 - set", (char*)NULL, (void*) NULL, 1);
17841    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
17842 "U 'TDataSet' - 0 '0' l i - 'Int_t' 0 '0' depth", (char*)NULL, (void*) NULL, 1);
17843    G__memfunc_setup("operator[]",1060,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TDataSet), -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - path", (char*)NULL, (void*) NULL, 1);
17844    G__memfunc_setup("operator[]",1060,G__G__Table_225_0_9, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - level", (char*)NULL, (void*) NULL, 0);
17845    G__memfunc_setup("UpdateTempMatrix",1646,G__G__Table_225_0_10, 85, G__get_linked_tagnum(&G__G__TableLN_TVolumePosition), -1, 0, 1, 1, 1, 0, "U 'TVolumePosition' - 0 - curPosition", (char*)NULL, (void*) NULL, 0);
17846    G__memfunc_setup("ResetPosition",1368,G__G__Table_225_0_11, 121, -1, -1, 0, 2, 1, 1, 0, 
17847 "i - 'Int_t' 0 '0' level U 'TVolumePosition' - 0 '0' newPosition", (char*)NULL, (void*) NULL, 0);
17848    G__memfunc_setup("Class",502,G__G__Table_225_0_12, 85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVolumeViewIter::Class) ), 0);
17849    G__memfunc_setup("Class_Name",982,G__G__Table_225_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumeViewIter::Class_Name) ), 0);
17850    G__memfunc_setup("Class_Version",1339,G__G__Table_225_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVolumeViewIter::Class_Version) ), 0);
17851    G__memfunc_setup("Dictionary",1046,G__G__Table_225_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVolumeViewIter::Dictionary) ), 0);
17852    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TableLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
17853    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);
17854    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);
17855    G__memfunc_setup("StreamerNVirtual",1656,G__G__Table_225_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
17856    G__memfunc_setup("DeclFileName",1145,G__G__Table_225_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumeViewIter::DeclFileName) ), 0);
17857    G__memfunc_setup("ImplFileLine",1178,G__G__Table_225_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolumeViewIter::ImplFileLine) ), 0);
17858    G__memfunc_setup("ImplFileName",1171,G__G__Table_225_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVolumeViewIter::ImplFileName) ), 0);
17859    G__memfunc_setup("DeclFileLine",1152,G__G__Table_225_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVolumeViewIter::DeclFileLine) ), 0);
17860    // automatic copy constructor
17861    G__memfunc_setup("TVolumeViewIter", 1531, G__G__Table_225_0_24, (int) ('i'), G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter), -1, 0, 1, 1, 1, 0, "u 'TVolumeViewIter' - 11 - -", (char*) NULL, (void*) NULL, 0);
17862    // automatic destructor
17863    G__memfunc_setup("~TVolumeViewIter", 1657, G__G__Table_225_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
17864    // automatic assignment operator
17865    G__memfunc_setup("operator=", 937, G__G__Table_225_0_26, (int) ('u'), G__get_linked_tagnum(&G__G__TableLN_TVolumeViewIter), -1, 1, 1, 1, 1, 0, "u 'TVolumeViewIter' - 11 - -", (char*) NULL, (void*) NULL, 0);
17866    G__tag_memfunc_reset();
17867 }
17868 
17869 
17870 /*********************************************************
17871 * Member function information setup
17872 *********************************************************/
17873 extern "C" void G__cpp_setup_memfuncG__Table() {
17874 }
17875 
17876 /*********************************************************
17877 * Global variable information setup for each class
17878 *********************************************************/
17879 static void G__cpp_setup_global0() {
17880 
17881    /* Setting up global variables */
17882    G__resetplocal();
17883 
17884 }
17885 
17886 static void G__cpp_setup_global1() {
17887 }
17888 
17889 static void G__cpp_setup_global2() {
17890 
17891    G__resetglobalenv();
17892 }
17893 extern "C" void G__cpp_setup_globalG__Table() {
17894   G__cpp_setup_global0();
17895   G__cpp_setup_global1();
17896   G__cpp_setup_global2();
17897 }
17898 
17899 /*********************************************************
17900 * Global function information setup for each class
17901 *********************************************************/
17902 static void G__cpp_setup_func0() {
17903    G__lastifuncposition();
17904 
17905 }
17906 
17907 static void G__cpp_setup_func1() {
17908 }
17909 
17910 static void G__cpp_setup_func2() {
17911 }
17912 
17913 static void G__cpp_setup_func3() {
17914 }
17915 
17916 static void G__cpp_setup_func4() {
17917    G__memfunc_setup("operator<<", 996, G__G__Table__0_437, 117, G__get_linked_tagnum(&G__G__TableLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR), G__defined_typename("ostream"), 1, 2, 1, 1, 0, 
17918 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - s u 'TVolumePosition' - 11 - target", (char*) NULL
17919 , (void*) NULL, 0);
17920 
17921    G__resetifuncposition();
17922 }
17923 
17924 extern "C" void G__cpp_setup_funcG__Table() {
17925   G__cpp_setup_func0();
17926   G__cpp_setup_func1();
17927   G__cpp_setup_func2();
17928   G__cpp_setup_func3();
17929   G__cpp_setup_func4();
17930 }
17931 
17932 /*********************************************************
17933 * Class,struct,union,enum tag information setup
17934 *********************************************************/
17935 /* Setup class/struct taginfo */
17936 G__linked_taginfo G__G__TableLN_TClass = { "TClass" , 99 , -1 };
17937 G__linked_taginfo G__G__TableLN_TBuffer = { "TBuffer" , 99 , -1 };
17938 G__linked_taginfo G__G__TableLN_TDirectory = { "TDirectory" , 99 , -1 };
17939 G__linked_taginfo G__G__TableLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
17940 G__linked_taginfo G__G__TableLN_TObject = { "TObject" , 99 , -1 };
17941 G__linked_taginfo G__G__TableLN_TNamed = { "TNamed" , 99 , -1 };
17942 G__linked_taginfo G__G__TableLN_TString = { "TString" , 99 , -1 };
17943 G__linked_taginfo G__G__TableLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream<char,char_traits<char> >" , 99 , -1 };
17944 G__linked_taginfo G__G__TableLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
17945 G__linked_taginfo G__G__TableLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
17946 G__linked_taginfo G__G__TableLN_TList = { "TList" , 99 , -1 };
17947 G__linked_taginfo G__G__TableLN_TBrowser = { "TBrowser" , 99 , -1 };
17948 G__linked_taginfo G__G__TableLN_TObjArray = { "TObjArray" , 99 , -1 };
17949 G__linked_taginfo G__G__TableLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
17950 G__linked_taginfo G__G__TableLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
17951 G__linked_taginfo G__G__TableLN_tableDescriptor_st = { "tableDescriptor_st" , 115 , -1 };
17952 G__linked_taginfo G__G__TableLN_TCL = { "TCL" , 99 , -1 };
17953 G__linked_taginfo G__G__TableLN_TTable = { "TTable" , 99 , -1 };
17954 G__linked_taginfo G__G__TableLN_TIterator = { "TIterator" , 99 , -1 };
17955 G__linked_taginfo G__G__TableLN_TIter = { "TIter" , 99 , -1 };
17956 G__linked_taginfo G__G__TableLN_TSeqCollection = { "TSeqCollection" , 99 , -1 };
17957 G__linked_taginfo G__G__TableLN_TListIter = { "TListIter" , 99 , -1 };
17958 G__linked_taginfo G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
17959 G__linked_taginfo G__G__TableLN_TAttFill = { "TAttFill" , 99 , -1 };
17960 G__linked_taginfo G__G__TableLN_TAttLine = { "TAttLine" , 99 , -1 };
17961 G__linked_taginfo G__G__TableLN_TAtt3D = { "TAtt3D" , 99 , -1 };
17962 G__linked_taginfo G__G__TableLN__x3d_sizeof_ = { "_x3d_sizeof_" , 115 , -1 };
17963 G__linked_taginfo G__G__TableLN_TNode = { "TNode" , 99 , -1 };
17964 G__linked_taginfo G__G__TableLN_TShape = { "TShape" , 99 , -1 };
17965 G__linked_taginfo G__G__TableLN_TRotMatrix = { "TRotMatrix" , 99 , -1 };
17966 G__linked_taginfo G__G__TableLN_TDataSetIter = { "TDataSetIter" , 99 , -1 };
17967 G__linked_taginfo G__G__TableLN_TDataSet = { "TDataSet" , 99 , -1 };
17968 G__linked_taginfo G__G__TableLN_TDataSetcLcLEDataSetPass = { "TDataSet::EDataSetPass" , 101 , -1 };
17969 G__linked_taginfo G__G__TableLN_TDataSetcLcLESetBits = { "TDataSet::ESetBits" , 101 , -1 };
17970 G__linked_taginfo G__G__TableLN_TDataSetcLcLEBitOpt = { "TDataSet::EBitOpt" , 101 , -1 };
17971 G__linked_taginfo G__G__TableLN_TCut = { "TCut" , 99 , -1 };
17972 G__linked_taginfo G__G__TableLN_TTableDescriptor = { "TTableDescriptor" , 99 , -1 };
17973 G__linked_taginfo G__G__TableLN_TH1 = { "TH1" , 99 , -1 };
17974 G__linked_taginfo G__G__TableLN_TTableMap = { "TTableMap" , 99 , -1 };
17975 G__linked_taginfo G__G__TableLN_TTablecLcLEColumnType = { "TTable::EColumnType" , 101 , -1 };
17976 G__linked_taginfo G__G__TableLN_TTablecLcLETableBits = { "TTable::ETableBits" , 101 , -1 };
17977 G__linked_taginfo G__G__TableLN_TTablecLcLiterator = { "TTable::iterator" , 99 , -1 };
17978 G__linked_taginfo G__G__TableLN_vectorlElongcOallocatorlElonggRsPgR = { "vector<long,allocator<long> >" , 99 , -1 };
17979 G__linked_taginfo G__G__TableLN_vectorlElongcOallocatorlElonggRsPgRcLcLiterator = { "vector<long,allocator<long> >::iterator" , 99 , -1 };
17980 G__linked_taginfo G__G__TableLN_reverse_iteratorlEvectorlElongcOallocatorlElonggRsPgRcLcLiteratorgR = { "reverse_iterator<vector<long,allocator<long> >::iterator>" , 99 , -1 };
17981 G__linked_taginfo G__G__TableLN_TChair = { "TChair" , 99 , -1 };
17982 G__linked_taginfo G__G__TableLN_TColumnView = { "TColumnView" , 99 , -1 };
17983 G__linked_taginfo G__G__TableLN_TFile = { "TFile" , 99 , -1 };
17984 G__linked_taginfo G__G__TableLN_TKey = { "TKey" , 99 , -1 };
17985 G__linked_taginfo G__G__TableLN_TFileIter = { "TFileIter" , 99 , -1 };
17986 G__linked_taginfo G__G__TableLN_TFileSet = { "TFileSet" , 99 , -1 };
17987 G__linked_taginfo G__G__TableLN_TGenericTable = { "TGenericTable" , 99 , -1 };
17988 G__linked_taginfo G__G__TableLN_TGenericTablecLcLiterator = { "TGenericTable::iterator" , 99 , -1 };
17989 G__linked_taginfo G__G__TableLN_TIndexTable = { "TIndexTable" , 99 , -1 };
17990 G__linked_taginfo G__G__TableLN_TIndexTablecLcLiterator = { "TIndexTable::iterator" , 99 , -1 };
17991 G__linked_taginfo G__G__TableLN_TObjectSet = { "TObjectSet" , 99 , -1 };
17992 G__linked_taginfo G__G__TableLN_TObjectSetcLcLEOwnerBits = { "TObjectSet::EOwnerBits" , 101 , -1 };
17993 G__linked_taginfo G__G__TableLN_TPoints3DABC = { "TPoints3DABC" , 99 , -1 };
17994 G__linked_taginfo G__G__TableLN_TPoints3D = { "TPoints3D" , 99 , -1 };
17995 G__linked_taginfo G__G__TableLN_TPoints3DcLcLEOwnerBits = { "TPoints3D::EOwnerBits" , 101 , -1 };
17996 G__linked_taginfo G__G__TableLN_TPointsArray3D = { "TPointsArray3D" , 99 , -1 };
17997 G__linked_taginfo G__G__TableLN_TAttMarker = { "TAttMarker" , 99 , -1 };
17998 G__linked_taginfo G__G__TableLN_TVirtualPad = { "TVirtualPad" , 99 , -1 };
17999 G__linked_taginfo G__G__TableLN_EShapeTypes = { "EShapeTypes" , 101 , -1 };
18000 G__linked_taginfo G__G__TableLN_TPolyLineShape = { "TPolyLineShape" , 99 , -1 };
18001 G__linked_taginfo G__G__TableLN_TResponseTable = { "TResponseTable" , 99 , -1 };
18002 G__linked_taginfo G__G__TableLN_TTableSorter = { "TTableSorter" , 99 , -1 };
18003 G__linked_taginfo G__G__TableLN_TTableSortercLcL212 = { "TTableSorter::" , 117 , -1 };
18004 G__linked_taginfo G__G__TableLN_TTablePoints = { "TTablePoints" , 99 , -1 };
18005 G__linked_taginfo G__G__TableLN_TTable3Points = { "TTable3Points" , 99 , -1 };
18006 G__linked_taginfo G__G__TableLN_TTable3PointscLcLEPointDirection = { "TTable3Points::EPointDirection" , 101 , -1 };
18007 G__linked_taginfo G__G__TableLN_TTableIter = { "TTableIter" , 99 , -1 };
18008 G__linked_taginfo G__G__TableLN_TPolyMarker3D = { "TPolyMarker3D" , 99 , -1 };
18009 G__linked_taginfo G__G__TableLN_TPolyLine3D = { "TPolyLine3D" , 99 , -1 };
18010 G__linked_taginfo G__G__TableLN_TTablePadView3D = { "TTablePadView3D" , 99 , -1 };
18011 G__linked_taginfo G__G__TableLN_TVolumePosition = { "TVolumePosition" , 99 , -1 };
18012 G__linked_taginfo G__G__TableLN_TVolume = { "TVolume" , 99 , -1 };
18013 G__linked_taginfo G__G__TableLN_TVolumecLcLENodeSEEN = { "TVolume::ENodeSEEN" , 101 , -1 };
18014 G__linked_taginfo G__G__TableLN_TVolumePositioncLcLEPositionBits = { "TVolumePosition::EPositionBits" , 101 , -1 };
18015 G__linked_taginfo G__G__TableLN_TVolumeView = { "TVolumeView" , 99 , -1 };
18016 G__linked_taginfo G__G__TableLN_TVolumeViewIter = { "TVolumeViewIter" , 99 , -1 };
18017 
18018 /* Reset class/struct taginfo */
18019 extern "C" void G__cpp_reset_tagtableG__Table() {
18020   G__G__TableLN_TClass.tagnum = -1 ;
18021   G__G__TableLN_TBuffer.tagnum = -1 ;
18022   G__G__TableLN_TDirectory.tagnum = -1 ;
18023   G__G__TableLN_TMemberInspector.tagnum = -1 ;
18024   G__G__TableLN_TObject.tagnum = -1 ;
18025   G__G__TableLN_TNamed.tagnum = -1 ;
18026   G__G__TableLN_TString.tagnum = -1 ;
18027   G__G__TableLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
18028   G__G__TableLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
18029   G__G__TableLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
18030   G__G__TableLN_TList.tagnum = -1 ;
18031   G__G__TableLN_TBrowser.tagnum = -1 ;
18032   G__G__TableLN_TObjArray.tagnum = -1 ;
18033   G__G__TableLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
18034   G__G__TableLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
18035   G__G__TableLN_tableDescriptor_st.tagnum = -1 ;
18036   G__G__TableLN_TCL.tagnum = -1 ;
18037   G__G__TableLN_TTable.tagnum = -1 ;
18038   G__G__TableLN_TIterator.tagnum = -1 ;
18039   G__G__TableLN_TIter.tagnum = -1 ;
18040   G__G__TableLN_TSeqCollection.tagnum = -1 ;
18041   G__G__TableLN_TListIter.tagnum = -1 ;
18042   G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
18043   G__G__TableLN_TAttFill.tagnum = -1 ;
18044   G__G__TableLN_TAttLine.tagnum = -1 ;
18045   G__G__TableLN_TAtt3D.tagnum = -1 ;
18046   G__G__TableLN__x3d_sizeof_.tagnum = -1 ;
18047   G__G__TableLN_TNode.tagnum = -1 ;
18048   G__G__TableLN_TShape.tagnum = -1 ;
18049   G__G__TableLN_TRotMatrix.tagnum = -1 ;
18050   G__G__TableLN_TDataSetIter.tagnum = -1 ;
18051   G__G__TableLN_TDataSet.tagnum = -1 ;
18052   G__G__TableLN_TDataSetcLcLEDataSetPass.tagnum = -1 ;
18053   G__G__TableLN_TDataSetcLcLESetBits.tagnum = -1 ;
18054   G__G__TableLN_TDataSetcLcLEBitOpt.tagnum = -1 ;
18055   G__G__TableLN_TCut.tagnum = -1 ;
18056   G__G__TableLN_TTableDescriptor.tagnum = -1 ;
18057   G__G__TableLN_TH1.tagnum = -1 ;
18058   G__G__TableLN_TTableMap.tagnum = -1 ;
18059   G__G__TableLN_TTablecLcLEColumnType.tagnum = -1 ;
18060   G__G__TableLN_TTablecLcLETableBits.tagnum = -1 ;
18061   G__G__TableLN_TTablecLcLiterator.tagnum = -1 ;
18062   G__G__TableLN_vectorlElongcOallocatorlElonggRsPgR.tagnum = -1 ;
18063   G__G__TableLN_vectorlElongcOallocatorlElonggRsPgRcLcLiterator.tagnum = -1 ;
18064   G__G__TableLN_reverse_iteratorlEvectorlElongcOallocatorlElonggRsPgRcLcLiteratorgR.tagnum = -1 ;
18065   G__G__TableLN_TChair.tagnum = -1 ;
18066   G__G__TableLN_TColumnView.tagnum = -1 ;
18067   G__G__TableLN_TFile.tagnum = -1 ;
18068   G__G__TableLN_TKey.tagnum = -1 ;
18069   G__G__TableLN_TFileIter.tagnum = -1 ;
18070   G__G__TableLN_TFileSet.tagnum = -1 ;
18071   G__G__TableLN_TGenericTable.tagnum = -1 ;
18072   G__G__TableLN_TGenericTablecLcLiterator.tagnum = -1 ;
18073   G__G__TableLN_TIndexTable.tagnum = -1 ;
18074   G__G__TableLN_TIndexTablecLcLiterator.tagnum = -1 ;
18075   G__G__TableLN_TObjectSet.tagnum = -1 ;
18076   G__G__TableLN_TObjectSetcLcLEOwnerBits.tagnum = -1 ;
18077   G__G__TableLN_TPoints3DABC.tagnum = -1 ;
18078   G__G__TableLN_TPoints3D.tagnum = -1 ;
18079   G__G__TableLN_TPoints3DcLcLEOwnerBits.tagnum = -1 ;
18080   G__G__TableLN_TPointsArray3D.tagnum = -1 ;
18081   G__G__TableLN_TAttMarker.tagnum = -1 ;
18082   G__G__TableLN_TVirtualPad.tagnum = -1 ;
18083   G__G__TableLN_EShapeTypes.tagnum = -1 ;
18084   G__G__TableLN_TPolyLineShape.tagnum = -1 ;
18085   G__G__TableLN_TResponseTable.tagnum = -1 ;
18086   G__G__TableLN_TTableSorter.tagnum = -1 ;
18087   G__G__TableLN_TTableSortercLcL212.tagnum = -1 ;
18088   G__G__TableLN_TTablePoints.tagnum = -1 ;
18089   G__G__TableLN_TTable3Points.tagnum = -1 ;
18090   G__G__TableLN_TTable3PointscLcLEPointDirection.tagnum = -1 ;
18091   G__G__TableLN_TTableIter.tagnum = -1 ;
18092   G__G__TableLN_TPolyMarker3D.tagnum = -1 ;
18093   G__G__TableLN_TPolyLine3D.tagnum = -1 ;
18094   G__G__TableLN_TTablePadView3D.tagnum = -1 ;
18095   G__G__TableLN_TVolumePosition.tagnum = -1 ;
18096   G__G__TableLN_TVolume.tagnum = -1 ;
18097   G__G__TableLN_TVolumecLcLENodeSEEN.tagnum = -1 ;
18098   G__G__TableLN_TVolumePositioncLcLEPositionBits.tagnum = -1 ;
18099   G__G__TableLN_TVolumeView.tagnum = -1 ;
18100   G__G__TableLN_TVolumeViewIter.tagnum = -1 ;
18101 }
18102 
18103 
18104 extern "C" void G__cpp_setup_tagtableG__Table() {
18105 
18106    /* Setting up class,struct,union tag entry */
18107    G__get_linked_tagnum_fwd(&G__G__TableLN_TClass);
18108    G__get_linked_tagnum_fwd(&G__G__TableLN_TBuffer);
18109    G__get_linked_tagnum_fwd(&G__G__TableLN_TDirectory);
18110    G__get_linked_tagnum_fwd(&G__G__TableLN_TMemberInspector);
18111    G__get_linked_tagnum_fwd(&G__G__TableLN_TObject);
18112    G__get_linked_tagnum_fwd(&G__G__TableLN_TNamed);
18113    G__get_linked_tagnum_fwd(&G__G__TableLN_TString);
18114    G__get_linked_tagnum_fwd(&G__G__TableLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR);
18115    G__get_linked_tagnum_fwd(&G__G__TableLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
18116    G__get_linked_tagnum_fwd(&G__G__TableLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
18117    G__get_linked_tagnum_fwd(&G__G__TableLN_TList);
18118    G__get_linked_tagnum_fwd(&G__G__TableLN_TBrowser);
18119    G__get_linked_tagnum_fwd(&G__G__TableLN_TObjArray);
18120    G__get_linked_tagnum_fwd(&G__G__TableLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
18121    G__get_linked_tagnum_fwd(&G__G__TableLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
18122    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_tableDescriptor_st),sizeof(tableDescriptor_st),-1,262144,(char*)NULL,G__setup_memvartableDescriptor_st,G__setup_memfunctableDescriptor_st);
18123    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TCL),sizeof(TCL),-1,1024,"C++ replacement for CERNLIB matrix / triangle matrix packages: F110 and F112",G__setup_memvarTCL,G__setup_memfuncTCL);
18124    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTable),sizeof(TTable),-1,130816,"vector of the C structures",G__setup_memvarTTable,G__setup_memfuncTTable);
18125    G__get_linked_tagnum_fwd(&G__G__TableLN_TIterator);
18126    G__get_linked_tagnum_fwd(&G__G__TableLN_TIter);
18127    G__get_linked_tagnum_fwd(&G__G__TableLN_TSeqCollection);
18128    G__get_linked_tagnum_fwd(&G__G__TableLN_TListIter);
18129    G__get_linked_tagnum_fwd(&G__G__TableLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
18130    G__get_linked_tagnum_fwd(&G__G__TableLN_TAttFill);
18131    G__get_linked_tagnum_fwd(&G__G__TableLN_TAttLine);
18132    G__get_linked_tagnum_fwd(&G__G__TableLN_TAtt3D);
18133    G__get_linked_tagnum_fwd(&G__G__TableLN__x3d_sizeof_);
18134    G__get_linked_tagnum_fwd(&G__G__TableLN_TNode);
18135    G__get_linked_tagnum_fwd(&G__G__TableLN_TShape);
18136    G__get_linked_tagnum_fwd(&G__G__TableLN_TRotMatrix);
18137    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TDataSetIter),sizeof(TDataSetIter),-1,62720,"class-iterator to navigate TDataSet structure",G__setup_memvarTDataSetIter,G__setup_memfuncTDataSetIter);
18138    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TDataSet),sizeof(TDataSet),-1,327424,"The base class to create the hierarchical data structures",G__setup_memvarTDataSet,G__setup_memfuncTDataSet);
18139    G__get_linked_tagnum_fwd(&G__G__TableLN_TDataSetcLcLEDataSetPass);
18140    G__get_linked_tagnum_fwd(&G__G__TableLN_TDataSetcLcLESetBits);
18141    G__get_linked_tagnum_fwd(&G__G__TableLN_TDataSetcLcLEBitOpt);
18142    G__get_linked_tagnum_fwd(&G__G__TableLN_TCut);
18143    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTableDescriptor),sizeof(TTableDescriptor),-1,128768,"descrpitor defining the internal layout of TTable objects",G__setup_memvarTTableDescriptor,G__setup_memfuncTTableDescriptor);
18144    G__get_linked_tagnum_fwd(&G__G__TableLN_TH1);
18145    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTableMap),sizeof(TTableMap),-1,96000,"\"Map\" array for TTable object",G__setup_memvarTTableMap,G__setup_memfuncTTableMap);
18146    G__get_linked_tagnum_fwd(&G__G__TableLN_TTablecLcLEColumnType);
18147    G__get_linked_tagnum_fwd(&G__G__TableLN_TTablecLcLETableBits);
18148    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTablecLcLiterator),sizeof(TTable::iterator),-1,232192,(char*)NULL,G__setup_memvarTTablecLcLiterator,G__setup_memfuncTTablecLcLiterator);
18149    G__get_linked_tagnum_fwd(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgR);
18150    G__get_linked_tagnum_fwd(&G__G__TableLN_vectorlElongcOallocatorlElonggRsPgRcLcLiterator);
18151    G__get_linked_tagnum_fwd(&G__G__TableLN_reverse_iteratorlEvectorlElongcOallocatorlElonggRsPgRcLcLiteratorgR);
18152    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TChair),sizeof(TChair),-1,325376,"A base class to provide a user custom interface to TTable class objects",G__setup_memvarTChair,G__setup_memfuncTChair);
18153    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TColumnView),sizeof(TColumnView),-1,62720,"Helper to represent one TTable column",G__setup_memvarTColumnView,G__setup_memfuncTColumnView);
18154    G__get_linked_tagnum_fwd(&G__G__TableLN_TFile);
18155    G__get_linked_tagnum_fwd(&G__G__TableLN_TKey);
18156    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TFileIter),sizeof(TFileIter),-1,36608,"TFile class iterator",G__setup_memvarTFileIter,G__setup_memfuncTFileIter);
18157    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TFileSet),sizeof(TFileSet),-1,324864,"TDataSet class to read the native file system directory structure in",G__setup_memvarTFileSet,G__setup_memfuncTFileSet);
18158    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TGenericTable),sizeof(TGenericTable),-1,128256,"Generic array of C-structure (a'la STL vector)",G__setup_memvarTGenericTable,G__setup_memfuncTGenericTable);
18159    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TGenericTablecLcLiterator),sizeof(TGenericTable::iterator),-1,232192,(char*)NULL,G__setup_memvarTGenericTablecLcLiterator,G__setup_memfuncTGenericTablecLcLiterator);
18160    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TIndexTable),sizeof(TIndexTable),-1,128768,"\"Index\" array for TTable object",G__setup_memvarTIndexTable,G__setup_memfuncTIndexTable);
18161    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TIndexTablecLcLiterator),sizeof(TIndexTable::iterator),-1,232192,(char*)NULL,G__setup_memvarTIndexTablecLcLiterator,G__setup_memfuncTIndexTablecLcLiterator);
18162    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TObjectSet),sizeof(TObjectSet),-1,324864,"TDataSet wrapper for TObject class objects",G__setup_memvarTObjectSet,G__setup_memfuncTObjectSet);
18163    G__get_linked_tagnum_fwd(&G__G__TableLN_TObjectSetcLcLEOwnerBits);
18164    G__get_linked_tagnum_fwd(&G__G__TableLN_TPoints3DABC);
18165    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TPoints3D),sizeof(TPoints3D),-1,325376,"Defines the abstract array of 3D points",G__setup_memvarTPoints3D,G__setup_memfuncTPoints3D);
18166    G__get_linked_tagnum_fwd(&G__G__TableLN_TPoints3DcLcLEOwnerBits);
18167    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TPointsArray3D),sizeof(TPointsArray3D),-1,128768,"A 3-D PolyLine",G__setup_memvarTPointsArray3D,G__setup_memfuncTPointsArray3D);
18168    G__get_linked_tagnum_fwd(&G__G__TableLN_TAttMarker);
18169    G__get_linked_tagnum_fwd(&G__G__TableLN_TVirtualPad);
18170    G__get_linked_tagnum_fwd(&G__G__TableLN_EShapeTypes);
18171    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TPolyLineShape),sizeof(TPolyLineShape),-1,324864,"The base class to define an abstract 3D shape of STAR \"event\" geometry",G__setup_memvarTPolyLineShape,G__setup_memfuncTPolyLineShape);
18172    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TResponseTable),sizeof(TResponseTable),-1,128256,"Generic Geant detector response table",G__setup_memvarTResponseTable,G__setup_memfuncTResponseTable);
18173    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTableSorter),sizeof(TTableSorter),-1,62720,"Is an \"observer\" class to sort the TTable objects",G__setup_memvarTTableSorter,G__setup_memfuncTTableSorter);
18174    G__get_linked_tagnum_fwd(&G__G__TableLN_TTableSortercLcL212);
18175    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTablePoints),sizeof(TTablePoints),-1,324869,"Defines the TTable as an element of \"event\" geometry",G__setup_memvarTTablePoints,G__setup_memfuncTTablePoints);
18176    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTable3Points),sizeof(TTable3Points),-1,324864,"A 3-D Points",G__setup_memvarTTable3Points,G__setup_memfuncTTable3Points);
18177    G__get_linked_tagnum_fwd(&G__G__TableLN_TTable3PointscLcLEPointDirection);
18178    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTableIter),sizeof(TTableIter),-1,63232,"Iterator over \"sorted\" TTable objects",G__setup_memvarTTableIter,G__setup_memfuncTTableIter);
18179    G__get_linked_tagnum_fwd(&G__G__TableLN_TPolyMarker3D);
18180    G__get_linked_tagnum_fwd(&G__G__TableLN_TPolyLine3D);
18181    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TTablePadView3D),sizeof(TTablePadView3D),-1,34048,(char*)NULL,G__setup_memvarTTablePadView3D,G__setup_memfuncTTablePadView3D);
18182    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TVolumePosition),sizeof(TVolumePosition),-1,130816,"Description of parameters to position a 3-D geometry object",G__setup_memvarTVolumePosition,G__setup_memfuncTVolumePosition);
18183    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TVolume),sizeof(TVolume),-1,324864,"Description of parameters to position a 3-D geometry object",G__setup_memvarTVolume,G__setup_memfuncTVolume);
18184    G__get_linked_tagnum_fwd(&G__G__TableLN_TVolumecLcLENodeSEEN);
18185    G__get_linked_tagnum_fwd(&G__G__TableLN_TVolumePositioncLcLEPositionBits);
18186    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TVolumeView),sizeof(TVolumeView),-1,325376,"Special kind of TDataSet",G__setup_memvarTVolumeView,G__setup_memfuncTVolumeView);
18187    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TableLN_TVolumeViewIter),sizeof(TVolumeViewIter),-1,62464,"Volume view iterator",G__setup_memvarTVolumeViewIter,G__setup_memfuncTVolumeViewIter);
18188 }
18189 extern "C" void G__cpp_setupG__Table(void) {
18190   G__check_setup_version(30051515,"G__cpp_setupG__Table()");
18191   G__set_cpp_environmentG__Table();
18192   G__cpp_setup_tagtableG__Table();
18193 
18194   G__cpp_setup_inheritanceG__Table();
18195 
18196   G__cpp_setup_typetableG__Table();
18197 
18198   G__cpp_setup_memvarG__Table();
18199 
18200   G__cpp_setup_memfuncG__Table();
18201   G__cpp_setup_globalG__Table();
18202   G__cpp_setup_funcG__Table();
18203 
18204    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Table();
18205   return;
18206 }
18207 class G__cpp_setup_initG__Table {
18208   public:
18209     G__cpp_setup_initG__Table() { G__add_setup_func("G__Table",(G__incsetup)(&G__cpp_setupG__Table)); G__call_setup_funcs(); }
18210    ~G__cpp_setup_initG__Table() { G__remove_setup_func("G__Table"); }
18211 };
18212 G__cpp_setup_initG__Table G__cpp_setup_initializerG__Table;
18213 

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