G__Tree.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:35:21 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME treedItreedIsrcdIG__Tree
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__Tree.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 #include "TBuffer.h"
00032 #include "TVirtualObject.h"
00033 #include <vector>
00034 #include "TSchemaHelper.h"
00035 
00036 
00037 // START OF SHADOWS
00038 
00039 namespace ROOT {
00040    namespace Shadow {
00041       #if !(defined(R__ACCESS_IN_SYMBOL) || defined(R__USE_SHADOW_CLASS))
00042       typedef ::TIndArray TIndArray;
00043       #else
00044       class TIndArray  {
00045          public:
00046          //friend XX;
00047          // To force the creation of a virtual table, throw just in case.
00048          virtual ~TIndArray() throw() {};
00049          unsigned int fElems; //Number of elements stored in the array
00050          unsigned int fCapacity; //!Capacity of the array
00051          unsigned char* fArr; //[fElems] The array
00052       };
00053       #endif
00054 
00055    } // of namespace Shadow
00056 } // of namespace ROOT
00057 // END OF SHADOWS
00058 
00059 namespace ROOT {
00060    void TTree_ShowMembers(void *obj, TMemberInspector &R__insp);
00061    static void *new_TTree(void *p = 0);
00062    static void *newArray_TTree(Long_t size, void *p);
00063    static void delete_TTree(void *p);
00064    static void deleteArray_TTree(void *p);
00065    static void destruct_TTree(void *p);
00066    static void directoryAutoAdd_TTree(void *p, TDirectory *dir);
00067    static void streamer_TTree(TBuffer &buf, void *obj);
00068 
00069    // Schema evolution read functions
00070    static void read_TTree_0( char* target, TVirtualObject *oldObj )
00071    {
00072       //--- Automatically generated variables ---
00073       static TClassRef cls("TTree");
00074       static Long_t offset_fDefaultEntryOffsetLen = cls->GetDataMemberOffset("fDefaultEntryOffsetLen");
00075       Int_t& fDefaultEntryOffsetLen = *(Int_t*)(target+offset_fDefaultEntryOffsetLen);
00076       TTree* newObj = (TTree*)target;
00077       // Supress warning message.
00078       if (oldObj) {}
00079 
00080       if (newObj) {}
00081 
00082       //--- User's code ---
00083       fDefaultEntryOffsetLen = 1000; 
00084    }
00085 
00086    // Function generating the singleton type initializer
00087    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTree*)
00088    {
00089       ::TTree *ptr = 0;
00090       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTree >(0);
00091       static ::ROOT::TGenericClassInfo 
00092          instance("TTree", ::TTree::Class_Version(), "include/TTree.h", 91,
00093                   typeid(::TTree), DefineBehavior(ptr, ptr),
00094                   &::TTree::Dictionary, isa_proxy, 1,
00095                   sizeof(::TTree) );
00096       instance.SetNew(&new_TTree);
00097       instance.SetNewArray(&newArray_TTree);
00098       instance.SetDelete(&delete_TTree);
00099       instance.SetDeleteArray(&deleteArray_TTree);
00100       instance.SetDestructor(&destruct_TTree);
00101       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TTree);
00102       instance.SetStreamerFunc(&streamer_TTree);
00103 
00104       ROOT::TSchemaHelper* rule;
00105 
00106       // the io read rules
00107       std::vector<ROOT::TSchemaHelper> readrules(1);
00108       rule = &readrules[0];
00109       rule->fSourceClass = "TTree";
00110       rule->fTarget      = "fDefaultEntryOffsetLen";
00111       rule->fSource      = "";
00112       rule->fFunctionPtr = (void *)G__func2void( read_TTree_0);
00113       rule->fCode        = " fDefaultEntryOffsetLen = 1000; ";
00114       rule->fVersion     = "[-16]";
00115       instance.SetReadRules( readrules );
00116       return &instance;
00117    }
00118    TGenericClassInfo *GenerateInitInstance(const ::TTree*)
00119    {
00120       return GenerateInitInstanceLocal((::TTree*)0);
00121    }
00122    // Static variable to force the class initialization
00123    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTree*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00124 } // end of namespace ROOT
00125 
00126 namespace ROOT {
00127    void TBranch_ShowMembers(void *obj, TMemberInspector &R__insp);
00128    static void *new_TBranch(void *p = 0);
00129    static void *newArray_TBranch(Long_t size, void *p);
00130    static void delete_TBranch(void *p);
00131    static void deleteArray_TBranch(void *p);
00132    static void destruct_TBranch(void *p);
00133    static void streamer_TBranch(TBuffer &buf, void *obj);
00134 
00135    // Function generating the singleton type initializer
00136    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBranch*)
00137    {
00138       ::TBranch *ptr = 0;
00139       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBranch >(0);
00140       static ::ROOT::TGenericClassInfo 
00141          instance("TBranch", ::TBranch::Class_Version(), "include/TBranch.h", 57,
00142                   typeid(::TBranch), DefineBehavior(ptr, ptr),
00143                   &::TBranch::Dictionary, isa_proxy, 1,
00144                   sizeof(::TBranch) );
00145       instance.SetNew(&new_TBranch);
00146       instance.SetNewArray(&newArray_TBranch);
00147       instance.SetDelete(&delete_TBranch);
00148       instance.SetDeleteArray(&deleteArray_TBranch);
00149       instance.SetDestructor(&destruct_TBranch);
00150       instance.SetStreamerFunc(&streamer_TBranch);
00151       return &instance;
00152    }
00153    TGenericClassInfo *GenerateInitInstance(const ::TBranch*)
00154    {
00155       return GenerateInitInstanceLocal((::TBranch*)0);
00156    }
00157    // Static variable to force the class initialization
00158    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBranch*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00159 } // end of namespace ROOT
00160 
00161 namespace ROOT {
00162    void TBasket_ShowMembers(void *obj, TMemberInspector &R__insp);
00163    static void *new_TBasket(void *p = 0);
00164    static void *newArray_TBasket(Long_t size, void *p);
00165    static void delete_TBasket(void *p);
00166    static void deleteArray_TBasket(void *p);
00167    static void destruct_TBasket(void *p);
00168    static void streamer_TBasket(TBuffer &buf, void *obj);
00169 
00170    // Function generating the singleton type initializer
00171    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBasket*)
00172    {
00173       ::TBasket *ptr = 0;
00174       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBasket >(0);
00175       static ::ROOT::TGenericClassInfo 
00176          instance("TBasket", ::TBasket::Class_Version(), "include/TBasket.h", 38,
00177                   typeid(::TBasket), DefineBehavior(ptr, ptr),
00178                   &::TBasket::Dictionary, isa_proxy, 1,
00179                   sizeof(::TBasket) );
00180       instance.SetNew(&new_TBasket);
00181       instance.SetNewArray(&newArray_TBasket);
00182       instance.SetDelete(&delete_TBasket);
00183       instance.SetDeleteArray(&deleteArray_TBasket);
00184       instance.SetDestructor(&destruct_TBasket);
00185       instance.SetStreamerFunc(&streamer_TBasket);
00186       return &instance;
00187    }
00188    TGenericClassInfo *GenerateInitInstance(const ::TBasket*)
00189    {
00190       return GenerateInitInstanceLocal((::TBasket*)0);
00191    }
00192    // Static variable to force the class initialization
00193    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBasket*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00194 } // end of namespace ROOT
00195 
00196 namespace ROOT {
00197    void TBufferSQL_ShowMembers(void *obj, TMemberInspector &R__insp);
00198    static void *new_TBufferSQL(void *p = 0);
00199    static void *newArray_TBufferSQL(Long_t size, void *p);
00200    static void delete_TBufferSQL(void *p);
00201    static void deleteArray_TBufferSQL(void *p);
00202    static void destruct_TBufferSQL(void *p);
00203 
00204    // Function generating the singleton type initializer
00205    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBufferSQL*)
00206    {
00207       ::TBufferSQL *ptr = 0;
00208       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBufferSQL >(0);
00209       static ::ROOT::TGenericClassInfo 
00210          instance("TBufferSQL", ::TBufferSQL::Class_Version(), "include/TBufferSQL.h", 34,
00211                   typeid(::TBufferSQL), DefineBehavior(ptr, ptr),
00212                   &::TBufferSQL::Dictionary, isa_proxy, 4,
00213                   sizeof(::TBufferSQL) );
00214       instance.SetNew(&new_TBufferSQL);
00215       instance.SetNewArray(&newArray_TBufferSQL);
00216       instance.SetDelete(&delete_TBufferSQL);
00217       instance.SetDeleteArray(&deleteArray_TBufferSQL);
00218       instance.SetDestructor(&destruct_TBufferSQL);
00219       return &instance;
00220    }
00221    TGenericClassInfo *GenerateInitInstance(const ::TBufferSQL*)
00222    {
00223       return GenerateInitInstanceLocal((::TBufferSQL*)0);
00224    }
00225    // Static variable to force the class initialization
00226    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBufferSQL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00227 } // end of namespace ROOT
00228 
00229 namespace ROOT {
00230    void TBasketSQL_ShowMembers(void *obj, TMemberInspector &R__insp);
00231    static void *new_TBasketSQL(void *p = 0);
00232    static void *newArray_TBasketSQL(Long_t size, void *p);
00233    static void delete_TBasketSQL(void *p);
00234    static void deleteArray_TBasketSQL(void *p);
00235    static void destruct_TBasketSQL(void *p);
00236 
00237    // Function generating the singleton type initializer
00238    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBasketSQL*)
00239    {
00240       ::TBasketSQL *ptr = 0;
00241       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBasketSQL >(0);
00242       static ::ROOT::TGenericClassInfo 
00243          instance("TBasketSQL", ::TBasketSQL::Class_Version(), "include/TBasketSQL.h", 31,
00244                   typeid(::TBasketSQL), DefineBehavior(ptr, ptr),
00245                   &::TBasketSQL::Dictionary, isa_proxy, 4,
00246                   sizeof(::TBasketSQL) );
00247       instance.SetNew(&new_TBasketSQL);
00248       instance.SetNewArray(&newArray_TBasketSQL);
00249       instance.SetDelete(&delete_TBasketSQL);
00250       instance.SetDeleteArray(&deleteArray_TBasketSQL);
00251       instance.SetDestructor(&destruct_TBasketSQL);
00252       return &instance;
00253    }
00254    TGenericClassInfo *GenerateInitInstance(const ::TBasketSQL*)
00255    {
00256       return GenerateInitInstanceLocal((::TBasketSQL*)0);
00257    }
00258    // Static variable to force the class initialization
00259    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBasketSQL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00260 } // end of namespace ROOT
00261 
00262 namespace ROOT {
00263    void TBranchElement_ShowMembers(void *obj, TMemberInspector &R__insp);
00264    static void *new_TBranchElement(void *p = 0);
00265    static void *newArray_TBranchElement(Long_t size, void *p);
00266    static void delete_TBranchElement(void *p);
00267    static void deleteArray_TBranchElement(void *p);
00268    static void destruct_TBranchElement(void *p);
00269    static void streamer_TBranchElement(TBuffer &buf, void *obj);
00270 
00271    // Function generating the singleton type initializer
00272    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBranchElement*)
00273    {
00274       ::TBranchElement *ptr = 0;
00275       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBranchElement >(0);
00276       static ::ROOT::TGenericClassInfo 
00277          instance("TBranchElement", ::TBranchElement::Class_Version(), "include/TBranchElement.h", 52,
00278                   typeid(::TBranchElement), DefineBehavior(ptr, ptr),
00279                   &::TBranchElement::Dictionary, isa_proxy, 1,
00280                   sizeof(::TBranchElement) );
00281       instance.SetNew(&new_TBranchElement);
00282       instance.SetNewArray(&newArray_TBranchElement);
00283       instance.SetDelete(&delete_TBranchElement);
00284       instance.SetDeleteArray(&deleteArray_TBranchElement);
00285       instance.SetDestructor(&destruct_TBranchElement);
00286       instance.SetStreamerFunc(&streamer_TBranchElement);
00287       return &instance;
00288    }
00289    TGenericClassInfo *GenerateInitInstance(const ::TBranchElement*)
00290    {
00291       return GenerateInitInstanceLocal((::TBranchElement*)0);
00292    }
00293    // Static variable to force the class initialization
00294    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBranchElement*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00295 } // end of namespace ROOT
00296 
00297 namespace ROOT {
00298    void TVirtualBranchBrowsable_ShowMembers(void *obj, TMemberInspector &R__insp);
00299    static void delete_TVirtualBranchBrowsable(void *p);
00300    static void deleteArray_TVirtualBranchBrowsable(void *p);
00301    static void destruct_TVirtualBranchBrowsable(void *p);
00302 
00303    // Function generating the singleton type initializer
00304    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualBranchBrowsable*)
00305    {
00306       ::TVirtualBranchBrowsable *ptr = 0;
00307       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualBranchBrowsable >(0);
00308       static ::ROOT::TGenericClassInfo 
00309          instance("TVirtualBranchBrowsable", ::TVirtualBranchBrowsable::Class_Version(), "include/TBranchBrowsable.h", 33,
00310                   typeid(::TVirtualBranchBrowsable), DefineBehavior(ptr, ptr),
00311                   &::TVirtualBranchBrowsable::Dictionary, isa_proxy, 4,
00312                   sizeof(::TVirtualBranchBrowsable) );
00313       instance.SetDelete(&delete_TVirtualBranchBrowsable);
00314       instance.SetDeleteArray(&deleteArray_TVirtualBranchBrowsable);
00315       instance.SetDestructor(&destruct_TVirtualBranchBrowsable);
00316       return &instance;
00317    }
00318    TGenericClassInfo *GenerateInitInstance(const ::TVirtualBranchBrowsable*)
00319    {
00320       return GenerateInitInstanceLocal((::TVirtualBranchBrowsable*)0);
00321    }
00322    // Static variable to force the class initialization
00323    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualBranchBrowsable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00324 } // end of namespace ROOT
00325 
00326 namespace ROOT {
00327    void TMethodBrowsable_ShowMembers(void *obj, TMemberInspector &R__insp);
00328    static void delete_TMethodBrowsable(void *p);
00329    static void deleteArray_TMethodBrowsable(void *p);
00330    static void destruct_TMethodBrowsable(void *p);
00331 
00332    // Function generating the singleton type initializer
00333    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TMethodBrowsable*)
00334    {
00335       ::TMethodBrowsable *ptr = 0;
00336       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TMethodBrowsable >(0);
00337       static ::ROOT::TGenericClassInfo 
00338          instance("TMethodBrowsable", ::TMethodBrowsable::Class_Version(), "include/TBranchBrowsable.h", 103,
00339                   typeid(::TMethodBrowsable), DefineBehavior(ptr, ptr),
00340                   &::TMethodBrowsable::Dictionary, isa_proxy, 4,
00341                   sizeof(::TMethodBrowsable) );
00342       instance.SetDelete(&delete_TMethodBrowsable);
00343       instance.SetDeleteArray(&deleteArray_TMethodBrowsable);
00344       instance.SetDestructor(&destruct_TMethodBrowsable);
00345       return &instance;
00346    }
00347    TGenericClassInfo *GenerateInitInstance(const ::TMethodBrowsable*)
00348    {
00349       return GenerateInitInstanceLocal((::TMethodBrowsable*)0);
00350    }
00351    // Static variable to force the class initialization
00352    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TMethodBrowsable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00353 } // end of namespace ROOT
00354 
00355 namespace ROOT {
00356    void TNonSplitBrowsable_ShowMembers(void *obj, TMemberInspector &R__insp);
00357    static void delete_TNonSplitBrowsable(void *p);
00358    static void deleteArray_TNonSplitBrowsable(void *p);
00359    static void destruct_TNonSplitBrowsable(void *p);
00360 
00361    // Function generating the singleton type initializer
00362    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TNonSplitBrowsable*)
00363    {
00364       ::TNonSplitBrowsable *ptr = 0;
00365       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TNonSplitBrowsable >(0);
00366       static ::ROOT::TGenericClassInfo 
00367          instance("TNonSplitBrowsable", ::TNonSplitBrowsable::Class_Version(), "include/TBranchBrowsable.h", 128,
00368                   typeid(::TNonSplitBrowsable), DefineBehavior(ptr, ptr),
00369                   &::TNonSplitBrowsable::Dictionary, isa_proxy, 4,
00370                   sizeof(::TNonSplitBrowsable) );
00371       instance.SetDelete(&delete_TNonSplitBrowsable);
00372       instance.SetDeleteArray(&deleteArray_TNonSplitBrowsable);
00373       instance.SetDestructor(&destruct_TNonSplitBrowsable);
00374       return &instance;
00375    }
00376    TGenericClassInfo *GenerateInitInstance(const ::TNonSplitBrowsable*)
00377    {
00378       return GenerateInitInstanceLocal((::TNonSplitBrowsable*)0);
00379    }
00380    // Static variable to force the class initialization
00381    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TNonSplitBrowsable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00382 } // end of namespace ROOT
00383 
00384 namespace ROOT {
00385    void TCollectionPropertyBrowsable_ShowMembers(void *obj, TMemberInspector &R__insp);
00386    static void delete_TCollectionPropertyBrowsable(void *p);
00387    static void deleteArray_TCollectionPropertyBrowsable(void *p);
00388    static void destruct_TCollectionPropertyBrowsable(void *p);
00389 
00390    // Function generating the singleton type initializer
00391    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TCollectionPropertyBrowsable*)
00392    {
00393       ::TCollectionPropertyBrowsable *ptr = 0;
00394       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TCollectionPropertyBrowsable >(0);
00395       static ::ROOT::TGenericClassInfo 
00396          instance("TCollectionPropertyBrowsable", ::TCollectionPropertyBrowsable::Class_Version(), "include/TBranchBrowsable.h", 146,
00397                   typeid(::TCollectionPropertyBrowsable), DefineBehavior(ptr, ptr),
00398                   &::TCollectionPropertyBrowsable::Dictionary, isa_proxy, 4,
00399                   sizeof(::TCollectionPropertyBrowsable) );
00400       instance.SetDelete(&delete_TCollectionPropertyBrowsable);
00401       instance.SetDeleteArray(&deleteArray_TCollectionPropertyBrowsable);
00402       instance.SetDestructor(&destruct_TCollectionPropertyBrowsable);
00403       return &instance;
00404    }
00405    TGenericClassInfo *GenerateInitInstance(const ::TCollectionPropertyBrowsable*)
00406    {
00407       return GenerateInitInstanceLocal((::TCollectionPropertyBrowsable*)0);
00408    }
00409    // Static variable to force the class initialization
00410    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TCollectionPropertyBrowsable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00411 } // end of namespace ROOT
00412 
00413 namespace ROOT {
00414    void TCollectionMethodBrowsable_ShowMembers(void *obj, TMemberInspector &R__insp);
00415    static void delete_TCollectionMethodBrowsable(void *p);
00416    static void deleteArray_TCollectionMethodBrowsable(void *p);
00417    static void destruct_TCollectionMethodBrowsable(void *p);
00418 
00419    // Function generating the singleton type initializer
00420    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TCollectionMethodBrowsable*)
00421    {
00422       ::TCollectionMethodBrowsable *ptr = 0;
00423       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TCollectionMethodBrowsable >(0);
00424       static ::ROOT::TGenericClassInfo 
00425          instance("TCollectionMethodBrowsable", ::TCollectionMethodBrowsable::Class_Version(), "include/TBranchBrowsable.h", 173,
00426                   typeid(::TCollectionMethodBrowsable), DefineBehavior(ptr, ptr),
00427                   &::TCollectionMethodBrowsable::Dictionary, isa_proxy, 4,
00428                   sizeof(::TCollectionMethodBrowsable) );
00429       instance.SetDelete(&delete_TCollectionMethodBrowsable);
00430       instance.SetDeleteArray(&deleteArray_TCollectionMethodBrowsable);
00431       instance.SetDestructor(&destruct_TCollectionMethodBrowsable);
00432       return &instance;
00433    }
00434    TGenericClassInfo *GenerateInitInstance(const ::TCollectionMethodBrowsable*)
00435    {
00436       return GenerateInitInstanceLocal((::TCollectionMethodBrowsable*)0);
00437    }
00438    // Static variable to force the class initialization
00439    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TCollectionMethodBrowsable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00440 } // end of namespace ROOT
00441 
00442 namespace ROOT {
00443    void TLeaf_ShowMembers(void *obj, TMemberInspector &R__insp);
00444    static void *new_TLeaf(void *p = 0);
00445    static void *newArray_TLeaf(Long_t size, void *p);
00446    static void delete_TLeaf(void *p);
00447    static void deleteArray_TLeaf(void *p);
00448    static void destruct_TLeaf(void *p);
00449    static void streamer_TLeaf(TBuffer &buf, void *obj);
00450 
00451    // Function generating the singleton type initializer
00452    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeaf*)
00453    {
00454       ::TLeaf *ptr = 0;
00455       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeaf >(0);
00456       static ::ROOT::TGenericClassInfo 
00457          instance("TLeaf", ::TLeaf::Class_Version(), "include/TLeaf.h", 37,
00458                   typeid(::TLeaf), DefineBehavior(ptr, ptr),
00459                   &::TLeaf::Dictionary, isa_proxy, 1,
00460                   sizeof(::TLeaf) );
00461       instance.SetNew(&new_TLeaf);
00462       instance.SetNewArray(&newArray_TLeaf);
00463       instance.SetDelete(&delete_TLeaf);
00464       instance.SetDeleteArray(&deleteArray_TLeaf);
00465       instance.SetDestructor(&destruct_TLeaf);
00466       instance.SetStreamerFunc(&streamer_TLeaf);
00467       return &instance;
00468    }
00469    TGenericClassInfo *GenerateInitInstance(const ::TLeaf*)
00470    {
00471       return GenerateInitInstanceLocal((::TLeaf*)0);
00472    }
00473    // Static variable to force the class initialization
00474    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeaf*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00475 } // end of namespace ROOT
00476 
00477 namespace ROOT {
00478    void TTreeCloner_ShowMembers(void *obj, TMemberInspector &R__insp);
00479    static void delete_TTreeCloner(void *p);
00480    static void deleteArray_TTreeCloner(void *p);
00481    static void destruct_TTreeCloner(void *p);
00482 
00483    // Function generating the singleton type initializer
00484    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeCloner*)
00485    {
00486       ::TTreeCloner *ptr = 0;
00487       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeCloner >(0);
00488       static ::ROOT::TGenericClassInfo 
00489          instance("TTreeCloner", ::TTreeCloner::Class_Version(), "include/TTreeCloner.h", 39,
00490                   typeid(::TTreeCloner), DefineBehavior(ptr, ptr),
00491                   &::TTreeCloner::Dictionary, isa_proxy, 4,
00492                   sizeof(::TTreeCloner) );
00493       instance.SetDelete(&delete_TTreeCloner);
00494       instance.SetDeleteArray(&deleteArray_TTreeCloner);
00495       instance.SetDestructor(&destruct_TTreeCloner);
00496       return &instance;
00497    }
00498    TGenericClassInfo *GenerateInitInstance(const ::TTreeCloner*)
00499    {
00500       return GenerateInitInstanceLocal((::TTreeCloner*)0);
00501    }
00502    // Static variable to force the class initialization
00503    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeCloner*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00504 } // end of namespace ROOT
00505 
00506 namespace ROOT {
00507    void TBranchClones_ShowMembers(void *obj, TMemberInspector &R__insp);
00508    static void *new_TBranchClones(void *p = 0);
00509    static void *newArray_TBranchClones(Long_t size, void *p);
00510    static void delete_TBranchClones(void *p);
00511    static void deleteArray_TBranchClones(void *p);
00512    static void destruct_TBranchClones(void *p);
00513    static void streamer_TBranchClones(TBuffer &buf, void *obj);
00514 
00515    // Function generating the singleton type initializer
00516    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBranchClones*)
00517    {
00518       ::TBranchClones *ptr = 0;
00519       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBranchClones >(0);
00520       static ::ROOT::TGenericClassInfo 
00521          instance("TBranchClones", ::TBranchClones::Class_Version(), "include/TBranchClones.h", 31,
00522                   typeid(::TBranchClones), DefineBehavior(ptr, ptr),
00523                   &::TBranchClones::Dictionary, isa_proxy, 1,
00524                   sizeof(::TBranchClones) );
00525       instance.SetNew(&new_TBranchClones);
00526       instance.SetNewArray(&newArray_TBranchClones);
00527       instance.SetDelete(&delete_TBranchClones);
00528       instance.SetDeleteArray(&deleteArray_TBranchClones);
00529       instance.SetDestructor(&destruct_TBranchClones);
00530       instance.SetStreamerFunc(&streamer_TBranchClones);
00531       return &instance;
00532    }
00533    TGenericClassInfo *GenerateInitInstance(const ::TBranchClones*)
00534    {
00535       return GenerateInitInstanceLocal((::TBranchClones*)0);
00536    }
00537    // Static variable to force the class initialization
00538    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBranchClones*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00539 } // end of namespace ROOT
00540 
00541 namespace ROOT {
00542    void TSelector_ShowMembers(void *obj, TMemberInspector &R__insp);
00543    static void *new_TSelector(void *p = 0);
00544    static void *newArray_TSelector(Long_t size, void *p);
00545    static void delete_TSelector(void *p);
00546    static void deleteArray_TSelector(void *p);
00547    static void destruct_TSelector(void *p);
00548 
00549    // Function generating the singleton type initializer
00550    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSelector*)
00551    {
00552       ::TSelector *ptr = 0;
00553       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSelector >(0);
00554       static ::ROOT::TGenericClassInfo 
00555          instance("TSelector", ::TSelector::Class_Version(), "include/TSelector.h", 39,
00556                   typeid(::TSelector), DefineBehavior(ptr, ptr),
00557                   &::TSelector::Dictionary, isa_proxy, 4,
00558                   sizeof(::TSelector) );
00559       instance.SetNew(&new_TSelector);
00560       instance.SetNewArray(&newArray_TSelector);
00561       instance.SetDelete(&delete_TSelector);
00562       instance.SetDeleteArray(&deleteArray_TSelector);
00563       instance.SetDestructor(&destruct_TSelector);
00564       return &instance;
00565    }
00566    TGenericClassInfo *GenerateInitInstance(const ::TSelector*)
00567    {
00568       return GenerateInitInstanceLocal((::TSelector*)0);
00569    }
00570    // Static variable to force the class initialization
00571    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSelector*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00572 } // end of namespace ROOT
00573 
00574 namespace ROOT {
00575    void TVirtualIndex_ShowMembers(void *obj, TMemberInspector &R__insp);
00576    static void delete_TVirtualIndex(void *p);
00577    static void deleteArray_TVirtualIndex(void *p);
00578    static void destruct_TVirtualIndex(void *p);
00579 
00580    // Function generating the singleton type initializer
00581    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualIndex*)
00582    {
00583       ::TVirtualIndex *ptr = 0;
00584       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualIndex >(0);
00585       static ::ROOT::TGenericClassInfo 
00586          instance("TVirtualIndex", ::TVirtualIndex::Class_Version(), "include/TVirtualIndex.h", 31,
00587                   typeid(::TVirtualIndex), DefineBehavior(ptr, ptr),
00588                   &::TVirtualIndex::Dictionary, isa_proxy, 4,
00589                   sizeof(::TVirtualIndex) );
00590       instance.SetDelete(&delete_TVirtualIndex);
00591       instance.SetDeleteArray(&deleteArray_TVirtualIndex);
00592       instance.SetDestructor(&destruct_TVirtualIndex);
00593       return &instance;
00594    }
00595    TGenericClassInfo *GenerateInitInstance(const ::TVirtualIndex*)
00596    {
00597       return GenerateInitInstanceLocal((::TVirtualIndex*)0);
00598    }
00599    // Static variable to force the class initialization
00600    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualIndex*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00601 } // end of namespace ROOT
00602 
00603 namespace ROOT {
00604    void TVirtualTreePlayer_ShowMembers(void *obj, TMemberInspector &R__insp);
00605    static void delete_TVirtualTreePlayer(void *p);
00606    static void deleteArray_TVirtualTreePlayer(void *p);
00607    static void destruct_TVirtualTreePlayer(void *p);
00608    static void streamer_TVirtualTreePlayer(TBuffer &buf, void *obj);
00609 
00610    // Function generating the singleton type initializer
00611    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualTreePlayer*)
00612    {
00613       ::TVirtualTreePlayer *ptr = 0;
00614       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualTreePlayer >(0);
00615       static ::ROOT::TGenericClassInfo 
00616          instance("TVirtualTreePlayer", ::TVirtualTreePlayer::Class_Version(), "include/TVirtualTreePlayer.h", 38,
00617                   typeid(::TVirtualTreePlayer), DefineBehavior(ptr, ptr),
00618                   &::TVirtualTreePlayer::Dictionary, isa_proxy, 0,
00619                   sizeof(::TVirtualTreePlayer) );
00620       instance.SetDelete(&delete_TVirtualTreePlayer);
00621       instance.SetDeleteArray(&deleteArray_TVirtualTreePlayer);
00622       instance.SetDestructor(&destruct_TVirtualTreePlayer);
00623       instance.SetStreamerFunc(&streamer_TVirtualTreePlayer);
00624       return &instance;
00625    }
00626    TGenericClassInfo *GenerateInitInstance(const ::TVirtualTreePlayer*)
00627    {
00628       return GenerateInitInstanceLocal((::TVirtualTreePlayer*)0);
00629    }
00630    // Static variable to force the class initialization
00631    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualTreePlayer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00632 } // end of namespace ROOT
00633 
00634 namespace ROOT {
00635    void TEventList_ShowMembers(void *obj, TMemberInspector &R__insp);
00636    static void *new_TEventList(void *p = 0);
00637    static void *newArray_TEventList(Long_t size, void *p);
00638    static void delete_TEventList(void *p);
00639    static void deleteArray_TEventList(void *p);
00640    static void destruct_TEventList(void *p);
00641    static void directoryAutoAdd_TEventList(void *p, TDirectory *dir);
00642    static void streamer_TEventList(TBuffer &buf, void *obj);
00643 
00644    // Function generating the singleton type initializer
00645    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TEventList*)
00646    {
00647       ::TEventList *ptr = 0;
00648       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TEventList >(0);
00649       static ::ROOT::TGenericClassInfo 
00650          instance("TEventList", ::TEventList::Class_Version(), "include/TEventList.h", 33,
00651                   typeid(::TEventList), DefineBehavior(ptr, ptr),
00652                   &::TEventList::Dictionary, isa_proxy, 1,
00653                   sizeof(::TEventList) );
00654       instance.SetNew(&new_TEventList);
00655       instance.SetNewArray(&newArray_TEventList);
00656       instance.SetDelete(&delete_TEventList);
00657       instance.SetDeleteArray(&deleteArray_TEventList);
00658       instance.SetDestructor(&destruct_TEventList);
00659       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TEventList);
00660       instance.SetStreamerFunc(&streamer_TEventList);
00661       return &instance;
00662    }
00663    TGenericClassInfo *GenerateInitInstance(const ::TEventList*)
00664    {
00665       return GenerateInitInstanceLocal((::TEventList*)0);
00666    }
00667    // Static variable to force the class initialization
00668    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TEventList*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00669 } // end of namespace ROOT
00670 
00671 namespace ROOT {
00672    void TEntryList_ShowMembers(void *obj, TMemberInspector &R__insp);
00673    static void *new_TEntryList(void *p = 0);
00674    static void *newArray_TEntryList(Long_t size, void *p);
00675    static void delete_TEntryList(void *p);
00676    static void deleteArray_TEntryList(void *p);
00677    static void destruct_TEntryList(void *p);
00678    static void directoryAutoAdd_TEntryList(void *p, TDirectory *dir);
00679 
00680    // Function generating the singleton type initializer
00681    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TEntryList*)
00682    {
00683       ::TEntryList *ptr = 0;
00684       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TEntryList >(0);
00685       static ::ROOT::TGenericClassInfo 
00686          instance("TEntryList", ::TEntryList::Class_Version(), "include/TEntryList.h", 28,
00687                   typeid(::TEntryList), DefineBehavior(ptr, ptr),
00688                   &::TEntryList::Dictionary, isa_proxy, 4,
00689                   sizeof(::TEntryList) );
00690       instance.SetNew(&new_TEntryList);
00691       instance.SetNewArray(&newArray_TEntryList);
00692       instance.SetDelete(&delete_TEntryList);
00693       instance.SetDeleteArray(&deleteArray_TEntryList);
00694       instance.SetDestructor(&destruct_TEntryList);
00695       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TEntryList);
00696       return &instance;
00697    }
00698    TGenericClassInfo *GenerateInitInstance(const ::TEntryList*)
00699    {
00700       return GenerateInitInstanceLocal((::TEntryList*)0);
00701    }
00702    // Static variable to force the class initialization
00703    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TEntryList*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00704 } // end of namespace ROOT
00705 
00706 namespace ROOT {
00707    void TFriendElement_ShowMembers(void *obj, TMemberInspector &R__insp);
00708    static void *new_TFriendElement(void *p = 0);
00709    static void *newArray_TFriendElement(Long_t size, void *p);
00710    static void delete_TFriendElement(void *p);
00711    static void deleteArray_TFriendElement(void *p);
00712    static void destruct_TFriendElement(void *p);
00713 
00714    // Function generating the singleton type initializer
00715    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFriendElement*)
00716    {
00717       ::TFriendElement *ptr = 0;
00718       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFriendElement >(0);
00719       static ::ROOT::TGenericClassInfo 
00720          instance("TFriendElement", ::TFriendElement::Class_Version(), "include/TFriendElement.h", 35,
00721                   typeid(::TFriendElement), DefineBehavior(ptr, ptr),
00722                   &::TFriendElement::Dictionary, isa_proxy, 4,
00723                   sizeof(::TFriendElement) );
00724       instance.SetNew(&new_TFriendElement);
00725       instance.SetNewArray(&newArray_TFriendElement);
00726       instance.SetDelete(&delete_TFriendElement);
00727       instance.SetDeleteArray(&deleteArray_TFriendElement);
00728       instance.SetDestructor(&destruct_TFriendElement);
00729       return &instance;
00730    }
00731    TGenericClassInfo *GenerateInitInstance(const ::TFriendElement*)
00732    {
00733       return GenerateInitInstanceLocal((::TFriendElement*)0);
00734    }
00735    // Static variable to force the class initialization
00736    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFriendElement*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00737 } // end of namespace ROOT
00738 
00739 namespace ROOT {
00740    void TCut_ShowMembers(void *obj, TMemberInspector &R__insp);
00741    static void *new_TCut(void *p = 0);
00742    static void *newArray_TCut(Long_t size, void *p);
00743    static void delete_TCut(void *p);
00744    static void deleteArray_TCut(void *p);
00745    static void destruct_TCut(void *p);
00746 
00747    // Function generating the singleton type initializer
00748    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TCut*)
00749    {
00750       ::TCut *ptr = 0;
00751       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TCut >(0);
00752       static ::ROOT::TGenericClassInfo 
00753          instance("TCut", ::TCut::Class_Version(), "include/TCut.h", 27,
00754                   typeid(::TCut), DefineBehavior(ptr, ptr),
00755                   &::TCut::Dictionary, isa_proxy, 4,
00756                   sizeof(::TCut) );
00757       instance.SetNew(&new_TCut);
00758       instance.SetNewArray(&newArray_TCut);
00759       instance.SetDelete(&delete_TCut);
00760       instance.SetDeleteArray(&deleteArray_TCut);
00761       instance.SetDestructor(&destruct_TCut);
00762       return &instance;
00763    }
00764    TGenericClassInfo *GenerateInitInstance(const ::TCut*)
00765    {
00766       return GenerateInitInstanceLocal((::TCut*)0);
00767    }
00768    // Static variable to force the class initialization
00769    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TCut*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00770 } // end of namespace ROOT
00771 
00772 namespace ROOT {
00773    void TBranchRef_ShowMembers(void *obj, TMemberInspector &R__insp);
00774    static void *new_TBranchRef(void *p = 0);
00775    static void *newArray_TBranchRef(Long_t size, void *p);
00776    static void delete_TBranchRef(void *p);
00777    static void deleteArray_TBranchRef(void *p);
00778    static void destruct_TBranchRef(void *p);
00779 
00780    // Function generating the singleton type initializer
00781    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBranchRef*)
00782    {
00783       ::TBranchRef *ptr = 0;
00784       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBranchRef >(0);
00785       static ::ROOT::TGenericClassInfo 
00786          instance("TBranchRef", ::TBranchRef::Class_Version(), "include/TBranchRef.h", 33,
00787                   typeid(::TBranchRef), DefineBehavior(ptr, ptr),
00788                   &::TBranchRef::Dictionary, isa_proxy, 4,
00789                   sizeof(::TBranchRef) );
00790       instance.SetNew(&new_TBranchRef);
00791       instance.SetNewArray(&newArray_TBranchRef);
00792       instance.SetDelete(&delete_TBranchRef);
00793       instance.SetDeleteArray(&deleteArray_TBranchRef);
00794       instance.SetDestructor(&destruct_TBranchRef);
00795       return &instance;
00796    }
00797    TGenericClassInfo *GenerateInitInstance(const ::TBranchRef*)
00798    {
00799       return GenerateInitInstanceLocal((::TBranchRef*)0);
00800    }
00801    // Static variable to force the class initialization
00802    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBranchRef*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00803 } // end of namespace ROOT
00804 
00805 namespace ROOT {
00806    void TTreeFriendLeafIter_ShowMembers(void *obj, TMemberInspector &R__insp);
00807    static void delete_TTreeFriendLeafIter(void *p);
00808    static void deleteArray_TTreeFriendLeafIter(void *p);
00809    static void destruct_TTreeFriendLeafIter(void *p);
00810    static void streamer_TTreeFriendLeafIter(TBuffer &buf, void *obj);
00811 
00812    // Function generating the singleton type initializer
00813    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeFriendLeafIter*)
00814    {
00815       ::TTreeFriendLeafIter *ptr = 0;
00816       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeFriendLeafIter >(0);
00817       static ::ROOT::TGenericClassInfo 
00818          instance("TTreeFriendLeafIter", ::TTreeFriendLeafIter::Class_Version(), "include/TTree.h", 484,
00819                   typeid(::TTreeFriendLeafIter), DefineBehavior(ptr, ptr),
00820                   &::TTreeFriendLeafIter::Dictionary, isa_proxy, 0,
00821                   sizeof(::TTreeFriendLeafIter) );
00822       instance.SetDelete(&delete_TTreeFriendLeafIter);
00823       instance.SetDeleteArray(&deleteArray_TTreeFriendLeafIter);
00824       instance.SetDestructor(&destruct_TTreeFriendLeafIter);
00825       instance.SetStreamerFunc(&streamer_TTreeFriendLeafIter);
00826       return &instance;
00827    }
00828    TGenericClassInfo *GenerateInitInstance(const ::TTreeFriendLeafIter*)
00829    {
00830       return GenerateInitInstanceLocal((::TTreeFriendLeafIter*)0);
00831    }
00832    // Static variable to force the class initialization
00833    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeFriendLeafIter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00834 } // end of namespace ROOT
00835 
00836 namespace ROOT {
00837    void TBranchObject_ShowMembers(void *obj, TMemberInspector &R__insp);
00838    static void *new_TBranchObject(void *p = 0);
00839    static void *newArray_TBranchObject(Long_t size, void *p);
00840    static void delete_TBranchObject(void *p);
00841    static void deleteArray_TBranchObject(void *p);
00842    static void destruct_TBranchObject(void *p);
00843    static void streamer_TBranchObject(TBuffer &buf, void *obj);
00844 
00845    // Function generating the singleton type initializer
00846    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBranchObject*)
00847    {
00848       ::TBranchObject *ptr = 0;
00849       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBranchObject >(0);
00850       static ::ROOT::TGenericClassInfo 
00851          instance("TBranchObject", ::TBranchObject::Class_Version(), "include/TBranchObject.h", 28,
00852                   typeid(::TBranchObject), DefineBehavior(ptr, ptr),
00853                   &::TBranchObject::Dictionary, isa_proxy, 1,
00854                   sizeof(::TBranchObject) );
00855       instance.SetNew(&new_TBranchObject);
00856       instance.SetNewArray(&newArray_TBranchObject);
00857       instance.SetDelete(&delete_TBranchObject);
00858       instance.SetDeleteArray(&deleteArray_TBranchObject);
00859       instance.SetDestructor(&destruct_TBranchObject);
00860       instance.SetStreamerFunc(&streamer_TBranchObject);
00861       return &instance;
00862    }
00863    TGenericClassInfo *GenerateInitInstance(const ::TBranchObject*)
00864    {
00865       return GenerateInitInstanceLocal((::TBranchObject*)0);
00866    }
00867    // Static variable to force the class initialization
00868    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBranchObject*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00869 } // end of namespace ROOT
00870 
00871 namespace ROOT {
00872    void TIndArray_ShowMembers(void *obj, TMemberInspector &R__insp);
00873    static void TIndArray_Dictionary();
00874    static void *new_TIndArray(void *p = 0);
00875    static void *newArray_TIndArray(Long_t size, void *p);
00876    static void delete_TIndArray(void *p);
00877    static void deleteArray_TIndArray(void *p);
00878    static void destruct_TIndArray(void *p);
00879 
00880    // Function generating the singleton type initializer
00881    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TIndArray*)
00882    {
00883       // Make sure the shadow class has the right sizeof
00884       R__ASSERT(sizeof(::TIndArray) == sizeof(::ROOT::Shadow::TIndArray));
00885       ::TIndArray *ptr = 0;
00886       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TIndArray),0);
00887       static ::ROOT::TGenericClassInfo 
00888          instance("TIndArray", "include/TIndArray.h", 17,
00889                   typeid(::TIndArray), DefineBehavior(ptr, ptr),
00890                   &TIndArray_ShowMembers, &TIndArray_Dictionary, isa_proxy, 4,
00891                   sizeof(::TIndArray) );
00892       instance.SetNew(&new_TIndArray);
00893       instance.SetNewArray(&newArray_TIndArray);
00894       instance.SetDelete(&delete_TIndArray);
00895       instance.SetDeleteArray(&deleteArray_TIndArray);
00896       instance.SetDestructor(&destruct_TIndArray);
00897       return &instance;
00898    }
00899    TGenericClassInfo *GenerateInitInstance(const ::TIndArray*)
00900    {
00901       return GenerateInitInstanceLocal((::TIndArray*)0);
00902    }
00903    // Static variable to force the class initialization
00904    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TIndArray*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00905 
00906    // Dictionary for non-ClassDef classes
00907    static void TIndArray_Dictionary() {
00908       ::ROOT::GenerateInitInstanceLocal((const ::TIndArray*)0x0)->GetClass();
00909    }
00910 
00911 } // end of namespace ROOT
00912 
00913 namespace ROOT {
00914    void TBranchSTL_ShowMembers(void *obj, TMemberInspector &R__insp);
00915    static void *new_TBranchSTL(void *p = 0);
00916    static void *newArray_TBranchSTL(Long_t size, void *p);
00917    static void delete_TBranchSTL(void *p);
00918    static void deleteArray_TBranchSTL(void *p);
00919    static void destruct_TBranchSTL(void *p);
00920 
00921    // Function generating the singleton type initializer
00922    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBranchSTL*)
00923    {
00924       ::TBranchSTL *ptr = 0;
00925       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBranchSTL >(0);
00926       static ::ROOT::TGenericClassInfo 
00927          instance("TBranchSTL", ::TBranchSTL::Class_Version(), "include/TBranchSTL.h", 22,
00928                   typeid(::TBranchSTL), DefineBehavior(ptr, ptr),
00929                   &::TBranchSTL::Dictionary, isa_proxy, 4,
00930                   sizeof(::TBranchSTL) );
00931       instance.SetNew(&new_TBranchSTL);
00932       instance.SetNewArray(&newArray_TBranchSTL);
00933       instance.SetDelete(&delete_TBranchSTL);
00934       instance.SetDeleteArray(&deleteArray_TBranchSTL);
00935       instance.SetDestructor(&destruct_TBranchSTL);
00936       return &instance;
00937    }
00938    TGenericClassInfo *GenerateInitInstance(const ::TBranchSTL*)
00939    {
00940       return GenerateInitInstanceLocal((::TBranchSTL*)0);
00941    }
00942    // Static variable to force the class initialization
00943    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBranchSTL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00944 } // end of namespace ROOT
00945 
00946 namespace ROOT {
00947    void TChainElement_ShowMembers(void *obj, TMemberInspector &R__insp);
00948    static void *new_TChainElement(void *p = 0);
00949    static void *newArray_TChainElement(Long_t size, void *p);
00950    static void delete_TChainElement(void *p);
00951    static void deleteArray_TChainElement(void *p);
00952    static void destruct_TChainElement(void *p);
00953    static void streamer_TChainElement(TBuffer &buf, void *obj);
00954 
00955    // Function generating the singleton type initializer
00956    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TChainElement*)
00957    {
00958       ::TChainElement *ptr = 0;
00959       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TChainElement >(0);
00960       static ::ROOT::TGenericClassInfo 
00961          instance("TChainElement", ::TChainElement::Class_Version(), "include/TChainElement.h", 30,
00962                   typeid(::TChainElement), DefineBehavior(ptr, ptr),
00963                   &::TChainElement::Dictionary, isa_proxy, 0,
00964                   sizeof(::TChainElement) );
00965       instance.SetNew(&new_TChainElement);
00966       instance.SetNewArray(&newArray_TChainElement);
00967       instance.SetDelete(&delete_TChainElement);
00968       instance.SetDeleteArray(&deleteArray_TChainElement);
00969       instance.SetDestructor(&destruct_TChainElement);
00970       instance.SetStreamerFunc(&streamer_TChainElement);
00971       return &instance;
00972    }
00973    TGenericClassInfo *GenerateInitInstance(const ::TChainElement*)
00974    {
00975       return GenerateInitInstanceLocal((::TChainElement*)0);
00976    }
00977    // Static variable to force the class initialization
00978    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TChainElement*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00979 } // end of namespace ROOT
00980 
00981 namespace ROOT {
00982    void TChain_ShowMembers(void *obj, TMemberInspector &R__insp);
00983    static void *new_TChain(void *p = 0);
00984    static void *newArray_TChain(Long_t size, void *p);
00985    static void delete_TChain(void *p);
00986    static void deleteArray_TChain(void *p);
00987    static void destruct_TChain(void *p);
00988    static void directoryAutoAdd_TChain(void *p, TDirectory *dir);
00989    static void streamer_TChain(TBuffer &buf, void *obj);
00990 
00991    // Function generating the singleton type initializer
00992    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TChain*)
00993    {
00994       ::TChain *ptr = 0;
00995       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TChain >(0);
00996       static ::ROOT::TGenericClassInfo 
00997          instance("TChain", ::TChain::Class_Version(), "include/TChain.h", 35,
00998                   typeid(::TChain), DefineBehavior(ptr, ptr),
00999                   &::TChain::Dictionary, isa_proxy, 1,
01000                   sizeof(::TChain) );
01001       instance.SetNew(&new_TChain);
01002       instance.SetNewArray(&newArray_TChain);
01003       instance.SetDelete(&delete_TChain);
01004       instance.SetDeleteArray(&deleteArray_TChain);
01005       instance.SetDestructor(&destruct_TChain);
01006       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TChain);
01007       instance.SetStreamerFunc(&streamer_TChain);
01008       return &instance;
01009    }
01010    TGenericClassInfo *GenerateInitInstance(const ::TChain*)
01011    {
01012       return GenerateInitInstanceLocal((::TChain*)0);
01013    }
01014    // Static variable to force the class initialization
01015    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TChain*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01016 } // end of namespace ROOT
01017 
01018 namespace ROOT {
01019    void TEntryListBlock_ShowMembers(void *obj, TMemberInspector &R__insp);
01020    static void *new_TEntryListBlock(void *p = 0);
01021    static void *newArray_TEntryListBlock(Long_t size, void *p);
01022    static void delete_TEntryListBlock(void *p);
01023    static void deleteArray_TEntryListBlock(void *p);
01024    static void destruct_TEntryListBlock(void *p);
01025 
01026    // Function generating the singleton type initializer
01027    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TEntryListBlock*)
01028    {
01029       ::TEntryListBlock *ptr = 0;
01030       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TEntryListBlock >(0);
01031       static ::ROOT::TGenericClassInfo 
01032          instance("TEntryListBlock", ::TEntryListBlock::Class_Version(), "include/TEntryListBlock.h", 46,
01033                   typeid(::TEntryListBlock), DefineBehavior(ptr, ptr),
01034                   &::TEntryListBlock::Dictionary, isa_proxy, 4,
01035                   sizeof(::TEntryListBlock) );
01036       instance.SetNew(&new_TEntryListBlock);
01037       instance.SetNewArray(&newArray_TEntryListBlock);
01038       instance.SetDelete(&delete_TEntryListBlock);
01039       instance.SetDeleteArray(&deleteArray_TEntryListBlock);
01040       instance.SetDestructor(&destruct_TEntryListBlock);
01041       return &instance;
01042    }
01043    TGenericClassInfo *GenerateInitInstance(const ::TEntryListBlock*)
01044    {
01045       return GenerateInitInstanceLocal((::TEntryListBlock*)0);
01046    }
01047    // Static variable to force the class initialization
01048    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TEntryListBlock*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01049 } // end of namespace ROOT
01050 
01051 namespace ROOT {
01052    void TEntryListFromFile_ShowMembers(void *obj, TMemberInspector &R__insp);
01053    static void *new_TEntryListFromFile(void *p = 0);
01054    static void *newArray_TEntryListFromFile(Long_t size, void *p);
01055    static void delete_TEntryListFromFile(void *p);
01056    static void deleteArray_TEntryListFromFile(void *p);
01057    static void destruct_TEntryListFromFile(void *p);
01058    static void directoryAutoAdd_TEntryListFromFile(void *p, TDirectory *dir);
01059 
01060    // Function generating the singleton type initializer
01061    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TEntryListFromFile*)
01062    {
01063       ::TEntryListFromFile *ptr = 0;
01064       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TEntryListFromFile >(0);
01065       static ::ROOT::TGenericClassInfo 
01066          instance("TEntryListFromFile", ::TEntryListFromFile::Class_Version(), "include/TEntryListFromFile.h", 41,
01067                   typeid(::TEntryListFromFile), DefineBehavior(ptr, ptr),
01068                   &::TEntryListFromFile::Dictionary, isa_proxy, 4,
01069                   sizeof(::TEntryListFromFile) );
01070       instance.SetNew(&new_TEntryListFromFile);
01071       instance.SetNewArray(&newArray_TEntryListFromFile);
01072       instance.SetDelete(&delete_TEntryListFromFile);
01073       instance.SetDeleteArray(&deleteArray_TEntryListFromFile);
01074       instance.SetDestructor(&destruct_TEntryListFromFile);
01075       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TEntryListFromFile);
01076       return &instance;
01077    }
01078    TGenericClassInfo *GenerateInitInstance(const ::TEntryListFromFile*)
01079    {
01080       return GenerateInitInstanceLocal((::TEntryListFromFile*)0);
01081    }
01082    // Static variable to force the class initialization
01083    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TEntryListFromFile*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01084 } // end of namespace ROOT
01085 
01086 namespace ROOT {
01087    void TLeafB_ShowMembers(void *obj, TMemberInspector &R__insp);
01088    static void *new_TLeafB(void *p = 0);
01089    static void *newArray_TLeafB(Long_t size, void *p);
01090    static void delete_TLeafB(void *p);
01091    static void deleteArray_TLeafB(void *p);
01092    static void destruct_TLeafB(void *p);
01093 
01094    // Function generating the singleton type initializer
01095    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafB*)
01096    {
01097       ::TLeafB *ptr = 0;
01098       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafB >(0);
01099       static ::ROOT::TGenericClassInfo 
01100          instance("TLeafB", ::TLeafB::Class_Version(), "include/TLeafB.h", 28,
01101                   typeid(::TLeafB), DefineBehavior(ptr, ptr),
01102                   &::TLeafB::Dictionary, isa_proxy, 4,
01103                   sizeof(::TLeafB) );
01104       instance.SetNew(&new_TLeafB);
01105       instance.SetNewArray(&newArray_TLeafB);
01106       instance.SetDelete(&delete_TLeafB);
01107       instance.SetDeleteArray(&deleteArray_TLeafB);
01108       instance.SetDestructor(&destruct_TLeafB);
01109       return &instance;
01110    }
01111    TGenericClassInfo *GenerateInitInstance(const ::TLeafB*)
01112    {
01113       return GenerateInitInstanceLocal((::TLeafB*)0);
01114    }
01115    // Static variable to force the class initialization
01116    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafB*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01117 } // end of namespace ROOT
01118 
01119 namespace ROOT {
01120    void TLeafC_ShowMembers(void *obj, TMemberInspector &R__insp);
01121    static void *new_TLeafC(void *p = 0);
01122    static void *newArray_TLeafC(Long_t size, void *p);
01123    static void delete_TLeafC(void *p);
01124    static void deleteArray_TLeafC(void *p);
01125    static void destruct_TLeafC(void *p);
01126 
01127    // Function generating the singleton type initializer
01128    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafC*)
01129    {
01130       ::TLeafC *ptr = 0;
01131       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafC >(0);
01132       static ::ROOT::TGenericClassInfo 
01133          instance("TLeafC", ::TLeafC::Class_Version(), "include/TLeafC.h", 28,
01134                   typeid(::TLeafC), DefineBehavior(ptr, ptr),
01135                   &::TLeafC::Dictionary, isa_proxy, 4,
01136                   sizeof(::TLeafC) );
01137       instance.SetNew(&new_TLeafC);
01138       instance.SetNewArray(&newArray_TLeafC);
01139       instance.SetDelete(&delete_TLeafC);
01140       instance.SetDeleteArray(&deleteArray_TLeafC);
01141       instance.SetDestructor(&destruct_TLeafC);
01142       return &instance;
01143    }
01144    TGenericClassInfo *GenerateInitInstance(const ::TLeafC*)
01145    {
01146       return GenerateInitInstanceLocal((::TLeafC*)0);
01147    }
01148    // Static variable to force the class initialization
01149    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafC*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01150 } // end of namespace ROOT
01151 
01152 namespace ROOT {
01153    void TLeafD_ShowMembers(void *obj, TMemberInspector &R__insp);
01154    static void *new_TLeafD(void *p = 0);
01155    static void *newArray_TLeafD(Long_t size, void *p);
01156    static void delete_TLeafD(void *p);
01157    static void deleteArray_TLeafD(void *p);
01158    static void destruct_TLeafD(void *p);
01159 
01160    // Function generating the singleton type initializer
01161    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafD*)
01162    {
01163       ::TLeafD *ptr = 0;
01164       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafD >(0);
01165       static ::ROOT::TGenericClassInfo 
01166          instance("TLeafD", ::TLeafD::Class_Version(), "include/TLeafD.h", 28,
01167                   typeid(::TLeafD), DefineBehavior(ptr, ptr),
01168                   &::TLeafD::Dictionary, isa_proxy, 4,
01169                   sizeof(::TLeafD) );
01170       instance.SetNew(&new_TLeafD);
01171       instance.SetNewArray(&newArray_TLeafD);
01172       instance.SetDelete(&delete_TLeafD);
01173       instance.SetDeleteArray(&deleteArray_TLeafD);
01174       instance.SetDestructor(&destruct_TLeafD);
01175       return &instance;
01176    }
01177    TGenericClassInfo *GenerateInitInstance(const ::TLeafD*)
01178    {
01179       return GenerateInitInstanceLocal((::TLeafD*)0);
01180    }
01181    // Static variable to force the class initialization
01182    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafD*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01183 } // end of namespace ROOT
01184 
01185 namespace ROOT {
01186    void TLeafElement_ShowMembers(void *obj, TMemberInspector &R__insp);
01187    static void *new_TLeafElement(void *p = 0);
01188    static void *newArray_TLeafElement(Long_t size, void *p);
01189    static void delete_TLeafElement(void *p);
01190    static void deleteArray_TLeafElement(void *p);
01191    static void destruct_TLeafElement(void *p);
01192 
01193    // Function generating the singleton type initializer
01194    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafElement*)
01195    {
01196       ::TLeafElement *ptr = 0;
01197       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafElement >(0);
01198       static ::ROOT::TGenericClassInfo 
01199          instance("TLeafElement", ::TLeafElement::Class_Version(), "include/TLeafElement.h", 34,
01200                   typeid(::TLeafElement), DefineBehavior(ptr, ptr),
01201                   &::TLeafElement::Dictionary, isa_proxy, 4,
01202                   sizeof(::TLeafElement) );
01203       instance.SetNew(&new_TLeafElement);
01204       instance.SetNewArray(&newArray_TLeafElement);
01205       instance.SetDelete(&delete_TLeafElement);
01206       instance.SetDeleteArray(&deleteArray_TLeafElement);
01207       instance.SetDestructor(&destruct_TLeafElement);
01208       return &instance;
01209    }
01210    TGenericClassInfo *GenerateInitInstance(const ::TLeafElement*)
01211    {
01212       return GenerateInitInstanceLocal((::TLeafElement*)0);
01213    }
01214    // Static variable to force the class initialization
01215    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafElement*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01216 } // end of namespace ROOT
01217 
01218 namespace ROOT {
01219    void TLeafF_ShowMembers(void *obj, TMemberInspector &R__insp);
01220    static void *new_TLeafF(void *p = 0);
01221    static void *newArray_TLeafF(Long_t size, void *p);
01222    static void delete_TLeafF(void *p);
01223    static void deleteArray_TLeafF(void *p);
01224    static void destruct_TLeafF(void *p);
01225 
01226    // Function generating the singleton type initializer
01227    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafF*)
01228    {
01229       ::TLeafF *ptr = 0;
01230       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafF >(0);
01231       static ::ROOT::TGenericClassInfo 
01232          instance("TLeafF", ::TLeafF::Class_Version(), "include/TLeafF.h", 28,
01233                   typeid(::TLeafF), DefineBehavior(ptr, ptr),
01234                   &::TLeafF::Dictionary, isa_proxy, 4,
01235                   sizeof(::TLeafF) );
01236       instance.SetNew(&new_TLeafF);
01237       instance.SetNewArray(&newArray_TLeafF);
01238       instance.SetDelete(&delete_TLeafF);
01239       instance.SetDeleteArray(&deleteArray_TLeafF);
01240       instance.SetDestructor(&destruct_TLeafF);
01241       return &instance;
01242    }
01243    TGenericClassInfo *GenerateInitInstance(const ::TLeafF*)
01244    {
01245       return GenerateInitInstanceLocal((::TLeafF*)0);
01246    }
01247    // Static variable to force the class initialization
01248    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafF*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01249 } // end of namespace ROOT
01250 
01251 namespace ROOT {
01252    void TLeafI_ShowMembers(void *obj, TMemberInspector &R__insp);
01253    static void *new_TLeafI(void *p = 0);
01254    static void *newArray_TLeafI(Long_t size, void *p);
01255    static void delete_TLeafI(void *p);
01256    static void deleteArray_TLeafI(void *p);
01257    static void destruct_TLeafI(void *p);
01258 
01259    // Function generating the singleton type initializer
01260    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafI*)
01261    {
01262       ::TLeafI *ptr = 0;
01263       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafI >(0);
01264       static ::ROOT::TGenericClassInfo 
01265          instance("TLeafI", ::TLeafI::Class_Version(), "include/TLeafI.h", 29,
01266                   typeid(::TLeafI), DefineBehavior(ptr, ptr),
01267                   &::TLeafI::Dictionary, isa_proxy, 4,
01268                   sizeof(::TLeafI) );
01269       instance.SetNew(&new_TLeafI);
01270       instance.SetNewArray(&newArray_TLeafI);
01271       instance.SetDelete(&delete_TLeafI);
01272       instance.SetDeleteArray(&deleteArray_TLeafI);
01273       instance.SetDestructor(&destruct_TLeafI);
01274       return &instance;
01275    }
01276    TGenericClassInfo *GenerateInitInstance(const ::TLeafI*)
01277    {
01278       return GenerateInitInstanceLocal((::TLeafI*)0);
01279    }
01280    // Static variable to force the class initialization
01281    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafI*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01282 } // end of namespace ROOT
01283 
01284 namespace ROOT {
01285    void TLeafL_ShowMembers(void *obj, TMemberInspector &R__insp);
01286    static void *new_TLeafL(void *p = 0);
01287    static void *newArray_TLeafL(Long_t size, void *p);
01288    static void delete_TLeafL(void *p);
01289    static void deleteArray_TLeafL(void *p);
01290    static void destruct_TLeafL(void *p);
01291 
01292    // Function generating the singleton type initializer
01293    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafL*)
01294    {
01295       ::TLeafL *ptr = 0;
01296       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafL >(0);
01297       static ::ROOT::TGenericClassInfo 
01298          instance("TLeafL", ::TLeafL::Class_Version(), "include/TLeafL.h", 29,
01299                   typeid(::TLeafL), DefineBehavior(ptr, ptr),
01300                   &::TLeafL::Dictionary, isa_proxy, 4,
01301                   sizeof(::TLeafL) );
01302       instance.SetNew(&new_TLeafL);
01303       instance.SetNewArray(&newArray_TLeafL);
01304       instance.SetDelete(&delete_TLeafL);
01305       instance.SetDeleteArray(&deleteArray_TLeafL);
01306       instance.SetDestructor(&destruct_TLeafL);
01307       return &instance;
01308    }
01309    TGenericClassInfo *GenerateInitInstance(const ::TLeafL*)
01310    {
01311       return GenerateInitInstanceLocal((::TLeafL*)0);
01312    }
01313    // Static variable to force the class initialization
01314    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01315 } // end of namespace ROOT
01316 
01317 namespace ROOT {
01318    void TLeafObject_ShowMembers(void *obj, TMemberInspector &R__insp);
01319    static void *new_TLeafObject(void *p = 0);
01320    static void *newArray_TLeafObject(Long_t size, void *p);
01321    static void delete_TLeafObject(void *p);
01322    static void deleteArray_TLeafObject(void *p);
01323    static void destruct_TLeafObject(void *p);
01324    static void streamer_TLeafObject(TBuffer &buf, void *obj);
01325 
01326    // Function generating the singleton type initializer
01327    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafObject*)
01328    {
01329       ::TLeafObject *ptr = 0;
01330       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafObject >(0);
01331       static ::ROOT::TGenericClassInfo 
01332          instance("TLeafObject", ::TLeafObject::Class_Version(), "include/TLeafObject.h", 35,
01333                   typeid(::TLeafObject), DefineBehavior(ptr, ptr),
01334                   &::TLeafObject::Dictionary, isa_proxy, 1,
01335                   sizeof(::TLeafObject) );
01336       instance.SetNew(&new_TLeafObject);
01337       instance.SetNewArray(&newArray_TLeafObject);
01338       instance.SetDelete(&delete_TLeafObject);
01339       instance.SetDeleteArray(&deleteArray_TLeafObject);
01340       instance.SetDestructor(&destruct_TLeafObject);
01341       instance.SetStreamerFunc(&streamer_TLeafObject);
01342       return &instance;
01343    }
01344    TGenericClassInfo *GenerateInitInstance(const ::TLeafObject*)
01345    {
01346       return GenerateInitInstanceLocal((::TLeafObject*)0);
01347    }
01348    // Static variable to force the class initialization
01349    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafObject*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01350 } // end of namespace ROOT
01351 
01352 namespace ROOT {
01353    void TLeafO_ShowMembers(void *obj, TMemberInspector &R__insp);
01354    static void *new_TLeafO(void *p = 0);
01355    static void *newArray_TLeafO(Long_t size, void *p);
01356    static void delete_TLeafO(void *p);
01357    static void deleteArray_TLeafO(void *p);
01358    static void destruct_TLeafO(void *p);
01359 
01360    // Function generating the singleton type initializer
01361    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafO*)
01362    {
01363       ::TLeafO *ptr = 0;
01364       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafO >(0);
01365       static ::ROOT::TGenericClassInfo 
01366          instance("TLeafO", ::TLeafO::Class_Version(), "include/TLeafO.h", 28,
01367                   typeid(::TLeafO), DefineBehavior(ptr, ptr),
01368                   &::TLeafO::Dictionary, isa_proxy, 4,
01369                   sizeof(::TLeafO) );
01370       instance.SetNew(&new_TLeafO);
01371       instance.SetNewArray(&newArray_TLeafO);
01372       instance.SetDelete(&delete_TLeafO);
01373       instance.SetDeleteArray(&deleteArray_TLeafO);
01374       instance.SetDestructor(&destruct_TLeafO);
01375       return &instance;
01376    }
01377    TGenericClassInfo *GenerateInitInstance(const ::TLeafO*)
01378    {
01379       return GenerateInitInstanceLocal((::TLeafO*)0);
01380    }
01381    // Static variable to force the class initialization
01382    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafO*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01383 } // end of namespace ROOT
01384 
01385 namespace ROOT {
01386    void TLeafS_ShowMembers(void *obj, TMemberInspector &R__insp);
01387    static void *new_TLeafS(void *p = 0);
01388    static void *newArray_TLeafS(Long_t size, void *p);
01389    static void delete_TLeafS(void *p);
01390    static void deleteArray_TLeafS(void *p);
01391    static void destruct_TLeafS(void *p);
01392 
01393    // Function generating the singleton type initializer
01394    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLeafS*)
01395    {
01396       ::TLeafS *ptr = 0;
01397       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLeafS >(0);
01398       static ::ROOT::TGenericClassInfo 
01399          instance("TLeafS", ::TLeafS::Class_Version(), "include/TLeafS.h", 28,
01400                   typeid(::TLeafS), DefineBehavior(ptr, ptr),
01401                   &::TLeafS::Dictionary, isa_proxy, 4,
01402                   sizeof(::TLeafS) );
01403       instance.SetNew(&new_TLeafS);
01404       instance.SetNewArray(&newArray_TLeafS);
01405       instance.SetDelete(&delete_TLeafS);
01406       instance.SetDeleteArray(&deleteArray_TLeafS);
01407       instance.SetDestructor(&destruct_TLeafS);
01408       return &instance;
01409    }
01410    TGenericClassInfo *GenerateInitInstance(const ::TLeafS*)
01411    {
01412       return GenerateInitInstanceLocal((::TLeafS*)0);
01413    }
01414    // Static variable to force the class initialization
01415    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLeafS*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01416 } // end of namespace ROOT
01417 
01418 namespace ROOT {
01419    void TNtupleD_ShowMembers(void *obj, TMemberInspector &R__insp);
01420    static void *new_TNtupleD(void *p = 0);
01421    static void *newArray_TNtupleD(Long_t size, void *p);
01422    static void delete_TNtupleD(void *p);
01423    static void deleteArray_TNtupleD(void *p);
01424    static void destruct_TNtupleD(void *p);
01425    static void directoryAutoAdd_TNtupleD(void *p, TDirectory *dir);
01426    static void streamer_TNtupleD(TBuffer &buf, void *obj);
01427 
01428    // Function generating the singleton type initializer
01429    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TNtupleD*)
01430    {
01431       ::TNtupleD *ptr = 0;
01432       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TNtupleD >(0);
01433       static ::ROOT::TGenericClassInfo 
01434          instance("TNtupleD", ::TNtupleD::Class_Version(), "include/TNtupleD.h", 30,
01435                   typeid(::TNtupleD), DefineBehavior(ptr, ptr),
01436                   &::TNtupleD::Dictionary, isa_proxy, 1,
01437                   sizeof(::TNtupleD) );
01438       instance.SetNew(&new_TNtupleD);
01439       instance.SetNewArray(&newArray_TNtupleD);
01440       instance.SetDelete(&delete_TNtupleD);
01441       instance.SetDeleteArray(&deleteArray_TNtupleD);
01442       instance.SetDestructor(&destruct_TNtupleD);
01443       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TNtupleD);
01444       instance.SetStreamerFunc(&streamer_TNtupleD);
01445       return &instance;
01446    }
01447    TGenericClassInfo *GenerateInitInstance(const ::TNtupleD*)
01448    {
01449       return GenerateInitInstanceLocal((::TNtupleD*)0);
01450    }
01451    // Static variable to force the class initialization
01452    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TNtupleD*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01453 } // end of namespace ROOT
01454 
01455 namespace ROOT {
01456    void TNtuple_ShowMembers(void *obj, TMemberInspector &R__insp);
01457    static void *new_TNtuple(void *p = 0);
01458    static void *newArray_TNtuple(Long_t size, void *p);
01459    static void delete_TNtuple(void *p);
01460    static void deleteArray_TNtuple(void *p);
01461    static void destruct_TNtuple(void *p);
01462    static void directoryAutoAdd_TNtuple(void *p, TDirectory *dir);
01463    static void streamer_TNtuple(TBuffer &buf, void *obj);
01464 
01465    // Function generating the singleton type initializer
01466    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TNtuple*)
01467    {
01468       ::TNtuple *ptr = 0;
01469       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TNtuple >(0);
01470       static ::ROOT::TGenericClassInfo 
01471          instance("TNtuple", ::TNtuple::Class_Version(), "include/TNtuple.h", 30,
01472                   typeid(::TNtuple), DefineBehavior(ptr, ptr),
01473                   &::TNtuple::Dictionary, isa_proxy, 1,
01474                   sizeof(::TNtuple) );
01475       instance.SetNew(&new_TNtuple);
01476       instance.SetNewArray(&newArray_TNtuple);
01477       instance.SetDelete(&delete_TNtuple);
01478       instance.SetDeleteArray(&deleteArray_TNtuple);
01479       instance.SetDestructor(&destruct_TNtuple);
01480       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TNtuple);
01481       instance.SetStreamerFunc(&streamer_TNtuple);
01482       return &instance;
01483    }
01484    TGenericClassInfo *GenerateInitInstance(const ::TNtuple*)
01485    {
01486       return GenerateInitInstanceLocal((::TNtuple*)0);
01487    }
01488    // Static variable to force the class initialization
01489    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TNtuple*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01490 } // end of namespace ROOT
01491 
01492 namespace ROOT {
01493    void TQueryResult_ShowMembers(void *obj, TMemberInspector &R__insp);
01494    static void *new_TQueryResult(void *p = 0);
01495    static void *newArray_TQueryResult(Long_t size, void *p);
01496    static void delete_TQueryResult(void *p);
01497    static void deleteArray_TQueryResult(void *p);
01498    static void destruct_TQueryResult(void *p);
01499 
01500    // Function generating the singleton type initializer
01501    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TQueryResult*)
01502    {
01503       ::TQueryResult *ptr = 0;
01504       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TQueryResult >(0);
01505       static ::ROOT::TGenericClassInfo 
01506          instance("TQueryResult", ::TQueryResult::Class_Version(), "include/TQueryResult.h", 44,
01507                   typeid(::TQueryResult), DefineBehavior(ptr, ptr),
01508                   &::TQueryResult::Dictionary, isa_proxy, 4,
01509                   sizeof(::TQueryResult) );
01510       instance.SetNew(&new_TQueryResult);
01511       instance.SetNewArray(&newArray_TQueryResult);
01512       instance.SetDelete(&delete_TQueryResult);
01513       instance.SetDeleteArray(&deleteArray_TQueryResult);
01514       instance.SetDestructor(&destruct_TQueryResult);
01515       return &instance;
01516    }
01517    TGenericClassInfo *GenerateInitInstance(const ::TQueryResult*)
01518    {
01519       return GenerateInitInstanceLocal((::TQueryResult*)0);
01520    }
01521    // Static variable to force the class initialization
01522    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TQueryResult*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01523 } // end of namespace ROOT
01524 
01525 namespace ROOT {
01526    void TSelectorList_ShowMembers(void *obj, TMemberInspector &R__insp);
01527    static void *new_TSelectorList(void *p = 0);
01528    static void *newArray_TSelectorList(Long_t size, void *p);
01529    static void delete_TSelectorList(void *p);
01530    static void deleteArray_TSelectorList(void *p);
01531    static void destruct_TSelectorList(void *p);
01532 
01533    // Function generating the singleton type initializer
01534    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSelectorList*)
01535    {
01536       ::TSelectorList *ptr = 0;
01537       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSelectorList >(0);
01538       static ::ROOT::TGenericClassInfo 
01539          instance("TSelectorList", ::TSelectorList::Class_Version(), "include/TSelectorList.h", 33,
01540                   typeid(::TSelectorList), DefineBehavior(ptr, ptr),
01541                   &::TSelectorList::Dictionary, isa_proxy, 4,
01542                   sizeof(::TSelectorList) );
01543       instance.SetNew(&new_TSelectorList);
01544       instance.SetNewArray(&newArray_TSelectorList);
01545       instance.SetDelete(&delete_TSelectorList);
01546       instance.SetDeleteArray(&deleteArray_TSelectorList);
01547       instance.SetDestructor(&destruct_TSelectorList);
01548       return &instance;
01549    }
01550    TGenericClassInfo *GenerateInitInstance(const ::TSelectorList*)
01551    {
01552       return GenerateInitInstanceLocal((::TSelectorList*)0);
01553    }
01554    // Static variable to force the class initialization
01555    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSelectorList*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01556 } // end of namespace ROOT
01557 
01558 namespace ROOT {
01559    void TSelectorCint_ShowMembers(void *obj, TMemberInspector &R__insp);
01560    static void *new_TSelectorCint(void *p = 0);
01561    static void *newArray_TSelectorCint(Long_t size, void *p);
01562    static void delete_TSelectorCint(void *p);
01563    static void deleteArray_TSelectorCint(void *p);
01564    static void destruct_TSelectorCint(void *p);
01565 
01566    // Function generating the singleton type initializer
01567    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSelectorCint*)
01568    {
01569       ::TSelectorCint *ptr = 0;
01570       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSelectorCint >(0);
01571       static ::ROOT::TGenericClassInfo 
01572          instance("TSelectorCint", ::TSelectorCint::Class_Version(), "include/TSelectorCint.h", 32,
01573                   typeid(::TSelectorCint), DefineBehavior(ptr, ptr),
01574                   &::TSelectorCint::Dictionary, isa_proxy, 4,
01575                   sizeof(::TSelectorCint) );
01576       instance.SetNew(&new_TSelectorCint);
01577       instance.SetNewArray(&newArray_TSelectorCint);
01578       instance.SetDelete(&delete_TSelectorCint);
01579       instance.SetDeleteArray(&deleteArray_TSelectorCint);
01580       instance.SetDestructor(&destruct_TSelectorCint);
01581       return &instance;
01582    }
01583    TGenericClassInfo *GenerateInitInstance(const ::TSelectorCint*)
01584    {
01585       return GenerateInitInstanceLocal((::TSelectorCint*)0);
01586    }
01587    // Static variable to force the class initialization
01588    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSelectorCint*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01589 } // end of namespace ROOT
01590 
01591 namespace ROOT {
01592    void TSelectorScalar_ShowMembers(void *obj, TMemberInspector &R__insp);
01593    static void *new_TSelectorScalar(void *p = 0);
01594    static void *newArray_TSelectorScalar(Long_t size, void *p);
01595    static void delete_TSelectorScalar(void *p);
01596    static void deleteArray_TSelectorScalar(void *p);
01597    static void destruct_TSelectorScalar(void *p);
01598 
01599    // Function generating the singleton type initializer
01600    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TSelectorScalar*)
01601    {
01602       ::TSelectorScalar *ptr = 0;
01603       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TSelectorScalar >(0);
01604       static ::ROOT::TGenericClassInfo 
01605          instance("TSelectorScalar", ::TSelectorScalar::Class_Version(), "include/TSelectorScalar.h", 39,
01606                   typeid(::TSelectorScalar), DefineBehavior(ptr, ptr),
01607                   &::TSelectorScalar::Dictionary, isa_proxy, 4,
01608                   sizeof(::TSelectorScalar) );
01609       instance.SetNew(&new_TSelectorScalar);
01610       instance.SetNewArray(&newArray_TSelectorScalar);
01611       instance.SetDelete(&delete_TSelectorScalar);
01612       instance.SetDeleteArray(&deleteArray_TSelectorScalar);
01613       instance.SetDestructor(&destruct_TSelectorScalar);
01614       return &instance;
01615    }
01616    TGenericClassInfo *GenerateInitInstance(const ::TSelectorScalar*)
01617    {
01618       return GenerateInitInstanceLocal((::TSelectorScalar*)0);
01619    }
01620    // Static variable to force the class initialization
01621    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TSelectorScalar*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01622 } // end of namespace ROOT
01623 
01624 namespace ROOT {
01625    void TTreeCache_ShowMembers(void *obj, TMemberInspector &R__insp);
01626    static void *new_TTreeCache(void *p = 0);
01627    static void *newArray_TTreeCache(Long_t size, void *p);
01628    static void delete_TTreeCache(void *p);
01629    static void deleteArray_TTreeCache(void *p);
01630    static void destruct_TTreeCache(void *p);
01631 
01632    // Function generating the singleton type initializer
01633    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeCache*)
01634    {
01635       ::TTreeCache *ptr = 0;
01636       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeCache >(0);
01637       static ::ROOT::TGenericClassInfo 
01638          instance("TTreeCache", ::TTreeCache::Class_Version(), "include/TTreeCache.h", 34,
01639                   typeid(::TTreeCache), DefineBehavior(ptr, ptr),
01640                   &::TTreeCache::Dictionary, isa_proxy, 4,
01641                   sizeof(::TTreeCache) );
01642       instance.SetNew(&new_TTreeCache);
01643       instance.SetNewArray(&newArray_TTreeCache);
01644       instance.SetDelete(&delete_TTreeCache);
01645       instance.SetDeleteArray(&deleteArray_TTreeCache);
01646       instance.SetDestructor(&destruct_TTreeCache);
01647       return &instance;
01648    }
01649    TGenericClassInfo *GenerateInitInstance(const ::TTreeCache*)
01650    {
01651       return GenerateInitInstanceLocal((::TTreeCache*)0);
01652    }
01653    // Static variable to force the class initialization
01654    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeCache*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01655 } // end of namespace ROOT
01656 
01657 namespace ROOT {
01658    void TTreeCacheUnzip_ShowMembers(void *obj, TMemberInspector &R__insp);
01659    static void *new_TTreeCacheUnzip(void *p = 0);
01660    static void *newArray_TTreeCacheUnzip(Long_t size, void *p);
01661    static void delete_TTreeCacheUnzip(void *p);
01662    static void deleteArray_TTreeCacheUnzip(void *p);
01663    static void destruct_TTreeCacheUnzip(void *p);
01664 
01665    // Function generating the singleton type initializer
01666    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeCacheUnzip*)
01667    {
01668       ::TTreeCacheUnzip *ptr = 0;
01669       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeCacheUnzip >(0);
01670       static ::ROOT::TGenericClassInfo 
01671          instance("TTreeCacheUnzip", ::TTreeCacheUnzip::Class_Version(), "include/TTreeCacheUnzip.h", 41,
01672                   typeid(::TTreeCacheUnzip), DefineBehavior(ptr, ptr),
01673                   &::TTreeCacheUnzip::Dictionary, isa_proxy, 4,
01674                   sizeof(::TTreeCacheUnzip) );
01675       instance.SetNew(&new_TTreeCacheUnzip);
01676       instance.SetNewArray(&newArray_TTreeCacheUnzip);
01677       instance.SetDelete(&delete_TTreeCacheUnzip);
01678       instance.SetDeleteArray(&deleteArray_TTreeCacheUnzip);
01679       instance.SetDestructor(&destruct_TTreeCacheUnzip);
01680       return &instance;
01681    }
01682    TGenericClassInfo *GenerateInitInstance(const ::TTreeCacheUnzip*)
01683    {
01684       return GenerateInitInstanceLocal((::TTreeCacheUnzip*)0);
01685    }
01686    // Static variable to force the class initialization
01687    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeCacheUnzip*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01688 } // end of namespace ROOT
01689 
01690 namespace ROOT {
01691    void TTreeResult_ShowMembers(void *obj, TMemberInspector &R__insp);
01692    static void *new_TTreeResult(void *p = 0);
01693    static void *newArray_TTreeResult(Long_t size, void *p);
01694    static void delete_TTreeResult(void *p);
01695    static void deleteArray_TTreeResult(void *p);
01696    static void destruct_TTreeResult(void *p);
01697 
01698    // Function generating the singleton type initializer
01699    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeResult*)
01700    {
01701       ::TTreeResult *ptr = 0;
01702       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeResult >(0);
01703       static ::ROOT::TGenericClassInfo 
01704          instance("TTreeResult", ::TTreeResult::Class_Version(), "include/TTreeResult.h", 36,
01705                   typeid(::TTreeResult), DefineBehavior(ptr, ptr),
01706                   &::TTreeResult::Dictionary, isa_proxy, 4,
01707                   sizeof(::TTreeResult) );
01708       instance.SetNew(&new_TTreeResult);
01709       instance.SetNewArray(&newArray_TTreeResult);
01710       instance.SetDelete(&delete_TTreeResult);
01711       instance.SetDeleteArray(&deleteArray_TTreeResult);
01712       instance.SetDestructor(&destruct_TTreeResult);
01713       return &instance;
01714    }
01715    TGenericClassInfo *GenerateInitInstance(const ::TTreeResult*)
01716    {
01717       return GenerateInitInstanceLocal((::TTreeResult*)0);
01718    }
01719    // Static variable to force the class initialization
01720    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeResult*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01721 } // end of namespace ROOT
01722 
01723 namespace ROOT {
01724    void TTreeRow_ShowMembers(void *obj, TMemberInspector &R__insp);
01725    static void *new_TTreeRow(void *p = 0);
01726    static void *newArray_TTreeRow(Long_t size, void *p);
01727    static void delete_TTreeRow(void *p);
01728    static void deleteArray_TTreeRow(void *p);
01729    static void destruct_TTreeRow(void *p);
01730    static void streamer_TTreeRow(TBuffer &buf, void *obj);
01731 
01732    // Function generating the singleton type initializer
01733    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeRow*)
01734    {
01735       ::TTreeRow *ptr = 0;
01736       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeRow >(0);
01737       static ::ROOT::TGenericClassInfo 
01738          instance("TTreeRow", ::TTreeRow::Class_Version(), "include/TTreeRow.h", 31,
01739                   typeid(::TTreeRow), DefineBehavior(ptr, ptr),
01740                   &::TTreeRow::Dictionary, isa_proxy, 1,
01741                   sizeof(::TTreeRow) );
01742       instance.SetNew(&new_TTreeRow);
01743       instance.SetNewArray(&newArray_TTreeRow);
01744       instance.SetDelete(&delete_TTreeRow);
01745       instance.SetDeleteArray(&deleteArray_TTreeRow);
01746       instance.SetDestructor(&destruct_TTreeRow);
01747       instance.SetStreamerFunc(&streamer_TTreeRow);
01748       return &instance;
01749    }
01750    TGenericClassInfo *GenerateInitInstance(const ::TTreeRow*)
01751    {
01752       return GenerateInitInstanceLocal((::TTreeRow*)0);
01753    }
01754    // Static variable to force the class initialization
01755    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeRow*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01756 } // end of namespace ROOT
01757 
01758 namespace ROOT {
01759    void TTreeSQL_ShowMembers(void *obj, TMemberInspector &R__insp);
01760    static void delete_TTreeSQL(void *p);
01761    static void deleteArray_TTreeSQL(void *p);
01762    static void destruct_TTreeSQL(void *p);
01763    static void directoryAutoAdd_TTreeSQL(void *p, TDirectory *dir);
01764 
01765    // Function generating the singleton type initializer
01766    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTreeSQL*)
01767    {
01768       ::TTreeSQL *ptr = 0;
01769       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTreeSQL >(0);
01770       static ::ROOT::TGenericClassInfo 
01771          instance("TTreeSQL", ::TTreeSQL::Class_Version(), "include/TTreeSQL.h", 43,
01772                   typeid(::TTreeSQL), DefineBehavior(ptr, ptr),
01773                   &::TTreeSQL::Dictionary, isa_proxy, 4,
01774                   sizeof(::TTreeSQL) );
01775       instance.SetDelete(&delete_TTreeSQL);
01776       instance.SetDeleteArray(&deleteArray_TTreeSQL);
01777       instance.SetDestructor(&destruct_TTreeSQL);
01778       instance.SetDirectoryAutoAdd(&directoryAutoAdd_TTreeSQL);
01779       return &instance;
01780    }
01781    TGenericClassInfo *GenerateInitInstance(const ::TTreeSQL*)
01782    {
01783       return GenerateInitInstanceLocal((::TTreeSQL*)0);
01784    }
01785    // Static variable to force the class initialization
01786    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTreeSQL*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01787 } // end of namespace ROOT
01788 
01789 //______________________________________________________________________________
01790 TClass *TTree::fgIsA = 0;  // static to hold class pointer
01791 
01792 //______________________________________________________________________________
01793 const char *TTree::Class_Name()
01794 {
01795    return "TTree";
01796 }
01797 
01798 //______________________________________________________________________________
01799 const char *TTree::ImplFileName()
01800 {
01801    return ::ROOT::GenerateInitInstanceLocal((const ::TTree*)0x0)->GetImplFileName();
01802 }
01803 
01804 //______________________________________________________________________________
01805 int TTree::ImplFileLine()
01806 {
01807    return ::ROOT::GenerateInitInstanceLocal((const ::TTree*)0x0)->GetImplFileLine();
01808 }
01809 
01810 //______________________________________________________________________________
01811 void TTree::Dictionary()
01812 {
01813    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTree*)0x0)->GetClass();
01814 }
01815 
01816 //______________________________________________________________________________
01817 TClass *TTree::Class()
01818 {
01819    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTree*)0x0)->GetClass();
01820    return fgIsA;
01821 }
01822 
01823 //______________________________________________________________________________
01824 TClass *TBranch::fgIsA = 0;  // static to hold class pointer
01825 
01826 //______________________________________________________________________________
01827 const char *TBranch::Class_Name()
01828 {
01829    return "TBranch";
01830 }
01831 
01832 //______________________________________________________________________________
01833 const char *TBranch::ImplFileName()
01834 {
01835    return ::ROOT::GenerateInitInstanceLocal((const ::TBranch*)0x0)->GetImplFileName();
01836 }
01837 
01838 //______________________________________________________________________________
01839 int TBranch::ImplFileLine()
01840 {
01841    return ::ROOT::GenerateInitInstanceLocal((const ::TBranch*)0x0)->GetImplFileLine();
01842 }
01843 
01844 //______________________________________________________________________________
01845 void TBranch::Dictionary()
01846 {
01847    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranch*)0x0)->GetClass();
01848 }
01849 
01850 //______________________________________________________________________________
01851 TClass *TBranch::Class()
01852 {
01853    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranch*)0x0)->GetClass();
01854    return fgIsA;
01855 }
01856 
01857 //______________________________________________________________________________
01858 TClass *TBasket::fgIsA = 0;  // static to hold class pointer
01859 
01860 //______________________________________________________________________________
01861 const char *TBasket::Class_Name()
01862 {
01863    return "TBasket";
01864 }
01865 
01866 //______________________________________________________________________________
01867 const char *TBasket::ImplFileName()
01868 {
01869    return ::ROOT::GenerateInitInstanceLocal((const ::TBasket*)0x0)->GetImplFileName();
01870 }
01871 
01872 //______________________________________________________________________________
01873 int TBasket::ImplFileLine()
01874 {
01875    return ::ROOT::GenerateInitInstanceLocal((const ::TBasket*)0x0)->GetImplFileLine();
01876 }
01877 
01878 //______________________________________________________________________________
01879 void TBasket::Dictionary()
01880 {
01881    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBasket*)0x0)->GetClass();
01882 }
01883 
01884 //______________________________________________________________________________
01885 TClass *TBasket::Class()
01886 {
01887    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBasket*)0x0)->GetClass();
01888    return fgIsA;
01889 }
01890 
01891 //______________________________________________________________________________
01892 TClass *TBufferSQL::fgIsA = 0;  // static to hold class pointer
01893 
01894 //______________________________________________________________________________
01895 const char *TBufferSQL::Class_Name()
01896 {
01897    return "TBufferSQL";
01898 }
01899 
01900 //______________________________________________________________________________
01901 const char *TBufferSQL::ImplFileName()
01902 {
01903    return ::ROOT::GenerateInitInstanceLocal((const ::TBufferSQL*)0x0)->GetImplFileName();
01904 }
01905 
01906 //______________________________________________________________________________
01907 int TBufferSQL::ImplFileLine()
01908 {
01909    return ::ROOT::GenerateInitInstanceLocal((const ::TBufferSQL*)0x0)->GetImplFileLine();
01910 }
01911 
01912 //______________________________________________________________________________
01913 void TBufferSQL::Dictionary()
01914 {
01915    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBufferSQL*)0x0)->GetClass();
01916 }
01917 
01918 //______________________________________________________________________________
01919 TClass *TBufferSQL::Class()
01920 {
01921    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBufferSQL*)0x0)->GetClass();
01922    return fgIsA;
01923 }
01924 
01925 //______________________________________________________________________________
01926 TClass *TBasketSQL::fgIsA = 0;  // static to hold class pointer
01927 
01928 //______________________________________________________________________________
01929 const char *TBasketSQL::Class_Name()
01930 {
01931    return "TBasketSQL";
01932 }
01933 
01934 //______________________________________________________________________________
01935 const char *TBasketSQL::ImplFileName()
01936 {
01937    return ::ROOT::GenerateInitInstanceLocal((const ::TBasketSQL*)0x0)->GetImplFileName();
01938 }
01939 
01940 //______________________________________________________________________________
01941 int TBasketSQL::ImplFileLine()
01942 {
01943    return ::ROOT::GenerateInitInstanceLocal((const ::TBasketSQL*)0x0)->GetImplFileLine();
01944 }
01945 
01946 //______________________________________________________________________________
01947 void TBasketSQL::Dictionary()
01948 {
01949    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBasketSQL*)0x0)->GetClass();
01950 }
01951 
01952 //______________________________________________________________________________
01953 TClass *TBasketSQL::Class()
01954 {
01955    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBasketSQL*)0x0)->GetClass();
01956    return fgIsA;
01957 }
01958 
01959 //______________________________________________________________________________
01960 TClass *TBranchElement::fgIsA = 0;  // static to hold class pointer
01961 
01962 //______________________________________________________________________________
01963 const char *TBranchElement::Class_Name()
01964 {
01965    return "TBranchElement";
01966 }
01967 
01968 //______________________________________________________________________________
01969 const char *TBranchElement::ImplFileName()
01970 {
01971    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchElement*)0x0)->GetImplFileName();
01972 }
01973 
01974 //______________________________________________________________________________
01975 int TBranchElement::ImplFileLine()
01976 {
01977    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchElement*)0x0)->GetImplFileLine();
01978 }
01979 
01980 //______________________________________________________________________________
01981 void TBranchElement::Dictionary()
01982 {
01983    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchElement*)0x0)->GetClass();
01984 }
01985 
01986 //______________________________________________________________________________
01987 TClass *TBranchElement::Class()
01988 {
01989    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchElement*)0x0)->GetClass();
01990    return fgIsA;
01991 }
01992 
01993 //______________________________________________________________________________
01994 TClass *TVirtualBranchBrowsable::fgIsA = 0;  // static to hold class pointer
01995 
01996 //______________________________________________________________________________
01997 const char *TVirtualBranchBrowsable::Class_Name()
01998 {
01999    return "TVirtualBranchBrowsable";
02000 }
02001 
02002 //______________________________________________________________________________
02003 const char *TVirtualBranchBrowsable::ImplFileName()
02004 {
02005    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualBranchBrowsable*)0x0)->GetImplFileName();
02006 }
02007 
02008 //______________________________________________________________________________
02009 int TVirtualBranchBrowsable::ImplFileLine()
02010 {
02011    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualBranchBrowsable*)0x0)->GetImplFileLine();
02012 }
02013 
02014 //______________________________________________________________________________
02015 void TVirtualBranchBrowsable::Dictionary()
02016 {
02017    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualBranchBrowsable*)0x0)->GetClass();
02018 }
02019 
02020 //______________________________________________________________________________
02021 TClass *TVirtualBranchBrowsable::Class()
02022 {
02023    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualBranchBrowsable*)0x0)->GetClass();
02024    return fgIsA;
02025 }
02026 
02027 //______________________________________________________________________________
02028 TClass *TMethodBrowsable::fgIsA = 0;  // static to hold class pointer
02029 
02030 //______________________________________________________________________________
02031 const char *TMethodBrowsable::Class_Name()
02032 {
02033    return "TMethodBrowsable";
02034 }
02035 
02036 //______________________________________________________________________________
02037 const char *TMethodBrowsable::ImplFileName()
02038 {
02039    return ::ROOT::GenerateInitInstanceLocal((const ::TMethodBrowsable*)0x0)->GetImplFileName();
02040 }
02041 
02042 //______________________________________________________________________________
02043 int TMethodBrowsable::ImplFileLine()
02044 {
02045    return ::ROOT::GenerateInitInstanceLocal((const ::TMethodBrowsable*)0x0)->GetImplFileLine();
02046 }
02047 
02048 //______________________________________________________________________________
02049 void TMethodBrowsable::Dictionary()
02050 {
02051    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMethodBrowsable*)0x0)->GetClass();
02052 }
02053 
02054 //______________________________________________________________________________
02055 TClass *TMethodBrowsable::Class()
02056 {
02057    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMethodBrowsable*)0x0)->GetClass();
02058    return fgIsA;
02059 }
02060 
02061 //______________________________________________________________________________
02062 TClass *TNonSplitBrowsable::fgIsA = 0;  // static to hold class pointer
02063 
02064 //______________________________________________________________________________
02065 const char *TNonSplitBrowsable::Class_Name()
02066 {
02067    return "TNonSplitBrowsable";
02068 }
02069 
02070 //______________________________________________________________________________
02071 const char *TNonSplitBrowsable::ImplFileName()
02072 {
02073    return ::ROOT::GenerateInitInstanceLocal((const ::TNonSplitBrowsable*)0x0)->GetImplFileName();
02074 }
02075 
02076 //______________________________________________________________________________
02077 int TNonSplitBrowsable::ImplFileLine()
02078 {
02079    return ::ROOT::GenerateInitInstanceLocal((const ::TNonSplitBrowsable*)0x0)->GetImplFileLine();
02080 }
02081 
02082 //______________________________________________________________________________
02083 void TNonSplitBrowsable::Dictionary()
02084 {
02085    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TNonSplitBrowsable*)0x0)->GetClass();
02086 }
02087 
02088 //______________________________________________________________________________
02089 TClass *TNonSplitBrowsable::Class()
02090 {
02091    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TNonSplitBrowsable*)0x0)->GetClass();
02092    return fgIsA;
02093 }
02094 
02095 //______________________________________________________________________________
02096 TClass *TCollectionPropertyBrowsable::fgIsA = 0;  // static to hold class pointer
02097 
02098 //______________________________________________________________________________
02099 const char *TCollectionPropertyBrowsable::Class_Name()
02100 {
02101    return "TCollectionPropertyBrowsable";
02102 }
02103 
02104 //______________________________________________________________________________
02105 const char *TCollectionPropertyBrowsable::ImplFileName()
02106 {
02107    return ::ROOT::GenerateInitInstanceLocal((const ::TCollectionPropertyBrowsable*)0x0)->GetImplFileName();
02108 }
02109 
02110 //______________________________________________________________________________
02111 int TCollectionPropertyBrowsable::ImplFileLine()
02112 {
02113    return ::ROOT::GenerateInitInstanceLocal((const ::TCollectionPropertyBrowsable*)0x0)->GetImplFileLine();
02114 }
02115 
02116 //______________________________________________________________________________
02117 void TCollectionPropertyBrowsable::Dictionary()
02118 {
02119    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCollectionPropertyBrowsable*)0x0)->GetClass();
02120 }
02121 
02122 //______________________________________________________________________________
02123 TClass *TCollectionPropertyBrowsable::Class()
02124 {
02125    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCollectionPropertyBrowsable*)0x0)->GetClass();
02126    return fgIsA;
02127 }
02128 
02129 //______________________________________________________________________________
02130 TClass *TCollectionMethodBrowsable::fgIsA = 0;  // static to hold class pointer
02131 
02132 //______________________________________________________________________________
02133 const char *TCollectionMethodBrowsable::Class_Name()
02134 {
02135    return "TCollectionMethodBrowsable";
02136 }
02137 
02138 //______________________________________________________________________________
02139 const char *TCollectionMethodBrowsable::ImplFileName()
02140 {
02141    return ::ROOT::GenerateInitInstanceLocal((const ::TCollectionMethodBrowsable*)0x0)->GetImplFileName();
02142 }
02143 
02144 //______________________________________________________________________________
02145 int TCollectionMethodBrowsable::ImplFileLine()
02146 {
02147    return ::ROOT::GenerateInitInstanceLocal((const ::TCollectionMethodBrowsable*)0x0)->GetImplFileLine();
02148 }
02149 
02150 //______________________________________________________________________________
02151 void TCollectionMethodBrowsable::Dictionary()
02152 {
02153    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCollectionMethodBrowsable*)0x0)->GetClass();
02154 }
02155 
02156 //______________________________________________________________________________
02157 TClass *TCollectionMethodBrowsable::Class()
02158 {
02159    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCollectionMethodBrowsable*)0x0)->GetClass();
02160    return fgIsA;
02161 }
02162 
02163 //______________________________________________________________________________
02164 TClass *TLeaf::fgIsA = 0;  // static to hold class pointer
02165 
02166 //______________________________________________________________________________
02167 const char *TLeaf::Class_Name()
02168 {
02169    return "TLeaf";
02170 }
02171 
02172 //______________________________________________________________________________
02173 const char *TLeaf::ImplFileName()
02174 {
02175    return ::ROOT::GenerateInitInstanceLocal((const ::TLeaf*)0x0)->GetImplFileName();
02176 }
02177 
02178 //______________________________________________________________________________
02179 int TLeaf::ImplFileLine()
02180 {
02181    return ::ROOT::GenerateInitInstanceLocal((const ::TLeaf*)0x0)->GetImplFileLine();
02182 }
02183 
02184 //______________________________________________________________________________
02185 void TLeaf::Dictionary()
02186 {
02187    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeaf*)0x0)->GetClass();
02188 }
02189 
02190 //______________________________________________________________________________
02191 TClass *TLeaf::Class()
02192 {
02193    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeaf*)0x0)->GetClass();
02194    return fgIsA;
02195 }
02196 
02197 //______________________________________________________________________________
02198 TClass *TTreeCloner::fgIsA = 0;  // static to hold class pointer
02199 
02200 //______________________________________________________________________________
02201 const char *TTreeCloner::Class_Name()
02202 {
02203    return "TTreeCloner";
02204 }
02205 
02206 //______________________________________________________________________________
02207 const char *TTreeCloner::ImplFileName()
02208 {
02209    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeCloner*)0x0)->GetImplFileName();
02210 }
02211 
02212 //______________________________________________________________________________
02213 int TTreeCloner::ImplFileLine()
02214 {
02215    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeCloner*)0x0)->GetImplFileLine();
02216 }
02217 
02218 //______________________________________________________________________________
02219 void TTreeCloner::Dictionary()
02220 {
02221    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeCloner*)0x0)->GetClass();
02222 }
02223 
02224 //______________________________________________________________________________
02225 TClass *TTreeCloner::Class()
02226 {
02227    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeCloner*)0x0)->GetClass();
02228    return fgIsA;
02229 }
02230 
02231 //______________________________________________________________________________
02232 TClass *TBranchClones::fgIsA = 0;  // static to hold class pointer
02233 
02234 //______________________________________________________________________________
02235 const char *TBranchClones::Class_Name()
02236 {
02237    return "TBranchClones";
02238 }
02239 
02240 //______________________________________________________________________________
02241 const char *TBranchClones::ImplFileName()
02242 {
02243    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchClones*)0x0)->GetImplFileName();
02244 }
02245 
02246 //______________________________________________________________________________
02247 int TBranchClones::ImplFileLine()
02248 {
02249    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchClones*)0x0)->GetImplFileLine();
02250 }
02251 
02252 //______________________________________________________________________________
02253 void TBranchClones::Dictionary()
02254 {
02255    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchClones*)0x0)->GetClass();
02256 }
02257 
02258 //______________________________________________________________________________
02259 TClass *TBranchClones::Class()
02260 {
02261    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchClones*)0x0)->GetClass();
02262    return fgIsA;
02263 }
02264 
02265 //______________________________________________________________________________
02266 TClass *TSelector::fgIsA = 0;  // static to hold class pointer
02267 
02268 //______________________________________________________________________________
02269 const char *TSelector::Class_Name()
02270 {
02271    return "TSelector";
02272 }
02273 
02274 //______________________________________________________________________________
02275 const char *TSelector::ImplFileName()
02276 {
02277    return ::ROOT::GenerateInitInstanceLocal((const ::TSelector*)0x0)->GetImplFileName();
02278 }
02279 
02280 //______________________________________________________________________________
02281 int TSelector::ImplFileLine()
02282 {
02283    return ::ROOT::GenerateInitInstanceLocal((const ::TSelector*)0x0)->GetImplFileLine();
02284 }
02285 
02286 //______________________________________________________________________________
02287 void TSelector::Dictionary()
02288 {
02289    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelector*)0x0)->GetClass();
02290 }
02291 
02292 //______________________________________________________________________________
02293 TClass *TSelector::Class()
02294 {
02295    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelector*)0x0)->GetClass();
02296    return fgIsA;
02297 }
02298 
02299 //______________________________________________________________________________
02300 TClass *TVirtualIndex::fgIsA = 0;  // static to hold class pointer
02301 
02302 //______________________________________________________________________________
02303 const char *TVirtualIndex::Class_Name()
02304 {
02305    return "TVirtualIndex";
02306 }
02307 
02308 //______________________________________________________________________________
02309 const char *TVirtualIndex::ImplFileName()
02310 {
02311    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualIndex*)0x0)->GetImplFileName();
02312 }
02313 
02314 //______________________________________________________________________________
02315 int TVirtualIndex::ImplFileLine()
02316 {
02317    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualIndex*)0x0)->GetImplFileLine();
02318 }
02319 
02320 //______________________________________________________________________________
02321 void TVirtualIndex::Dictionary()
02322 {
02323    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualIndex*)0x0)->GetClass();
02324 }
02325 
02326 //______________________________________________________________________________
02327 TClass *TVirtualIndex::Class()
02328 {
02329    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualIndex*)0x0)->GetClass();
02330    return fgIsA;
02331 }
02332 
02333 //______________________________________________________________________________
02334 TClass *TVirtualTreePlayer::fgIsA = 0;  // static to hold class pointer
02335 
02336 //______________________________________________________________________________
02337 const char *TVirtualTreePlayer::Class_Name()
02338 {
02339    return "TVirtualTreePlayer";
02340 }
02341 
02342 //______________________________________________________________________________
02343 const char *TVirtualTreePlayer::ImplFileName()
02344 {
02345    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualTreePlayer*)0x0)->GetImplFileName();
02346 }
02347 
02348 //______________________________________________________________________________
02349 int TVirtualTreePlayer::ImplFileLine()
02350 {
02351    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualTreePlayer*)0x0)->GetImplFileLine();
02352 }
02353 
02354 //______________________________________________________________________________
02355 void TVirtualTreePlayer::Dictionary()
02356 {
02357    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualTreePlayer*)0x0)->GetClass();
02358 }
02359 
02360 //______________________________________________________________________________
02361 TClass *TVirtualTreePlayer::Class()
02362 {
02363    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualTreePlayer*)0x0)->GetClass();
02364    return fgIsA;
02365 }
02366 
02367 //______________________________________________________________________________
02368 TClass *TEventList::fgIsA = 0;  // static to hold class pointer
02369 
02370 //______________________________________________________________________________
02371 const char *TEventList::Class_Name()
02372 {
02373    return "TEventList";
02374 }
02375 
02376 //______________________________________________________________________________
02377 const char *TEventList::ImplFileName()
02378 {
02379    return ::ROOT::GenerateInitInstanceLocal((const ::TEventList*)0x0)->GetImplFileName();
02380 }
02381 
02382 //______________________________________________________________________________
02383 int TEventList::ImplFileLine()
02384 {
02385    return ::ROOT::GenerateInitInstanceLocal((const ::TEventList*)0x0)->GetImplFileLine();
02386 }
02387 
02388 //______________________________________________________________________________
02389 void TEventList::Dictionary()
02390 {
02391    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEventList*)0x0)->GetClass();
02392 }
02393 
02394 //______________________________________________________________________________
02395 TClass *TEventList::Class()
02396 {
02397    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEventList*)0x0)->GetClass();
02398    return fgIsA;
02399 }
02400 
02401 //______________________________________________________________________________
02402 TClass *TEntryList::fgIsA = 0;  // static to hold class pointer
02403 
02404 //______________________________________________________________________________
02405 const char *TEntryList::Class_Name()
02406 {
02407    return "TEntryList";
02408 }
02409 
02410 //______________________________________________________________________________
02411 const char *TEntryList::ImplFileName()
02412 {
02413    return ::ROOT::GenerateInitInstanceLocal((const ::TEntryList*)0x0)->GetImplFileName();
02414 }
02415 
02416 //______________________________________________________________________________
02417 int TEntryList::ImplFileLine()
02418 {
02419    return ::ROOT::GenerateInitInstanceLocal((const ::TEntryList*)0x0)->GetImplFileLine();
02420 }
02421 
02422 //______________________________________________________________________________
02423 void TEntryList::Dictionary()
02424 {
02425    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEntryList*)0x0)->GetClass();
02426 }
02427 
02428 //______________________________________________________________________________
02429 TClass *TEntryList::Class()
02430 {
02431    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEntryList*)0x0)->GetClass();
02432    return fgIsA;
02433 }
02434 
02435 //______________________________________________________________________________
02436 TClass *TFriendElement::fgIsA = 0;  // static to hold class pointer
02437 
02438 //______________________________________________________________________________
02439 const char *TFriendElement::Class_Name()
02440 {
02441    return "TFriendElement";
02442 }
02443 
02444 //______________________________________________________________________________
02445 const char *TFriendElement::ImplFileName()
02446 {
02447    return ::ROOT::GenerateInitInstanceLocal((const ::TFriendElement*)0x0)->GetImplFileName();
02448 }
02449 
02450 //______________________________________________________________________________
02451 int TFriendElement::ImplFileLine()
02452 {
02453    return ::ROOT::GenerateInitInstanceLocal((const ::TFriendElement*)0x0)->GetImplFileLine();
02454 }
02455 
02456 //______________________________________________________________________________
02457 void TFriendElement::Dictionary()
02458 {
02459    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFriendElement*)0x0)->GetClass();
02460 }
02461 
02462 //______________________________________________________________________________
02463 TClass *TFriendElement::Class()
02464 {
02465    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFriendElement*)0x0)->GetClass();
02466    return fgIsA;
02467 }
02468 
02469 //______________________________________________________________________________
02470 TClass *TCut::fgIsA = 0;  // static to hold class pointer
02471 
02472 //______________________________________________________________________________
02473 const char *TCut::Class_Name()
02474 {
02475    return "TCut";
02476 }
02477 
02478 //______________________________________________________________________________
02479 const char *TCut::ImplFileName()
02480 {
02481    return ::ROOT::GenerateInitInstanceLocal((const ::TCut*)0x0)->GetImplFileName();
02482 }
02483 
02484 //______________________________________________________________________________
02485 int TCut::ImplFileLine()
02486 {
02487    return ::ROOT::GenerateInitInstanceLocal((const ::TCut*)0x0)->GetImplFileLine();
02488 }
02489 
02490 //______________________________________________________________________________
02491 void TCut::Dictionary()
02492 {
02493    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCut*)0x0)->GetClass();
02494 }
02495 
02496 //______________________________________________________________________________
02497 TClass *TCut::Class()
02498 {
02499    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TCut*)0x0)->GetClass();
02500    return fgIsA;
02501 }
02502 
02503 //______________________________________________________________________________
02504 TClass *TBranchRef::fgIsA = 0;  // static to hold class pointer
02505 
02506 //______________________________________________________________________________
02507 const char *TBranchRef::Class_Name()
02508 {
02509    return "TBranchRef";
02510 }
02511 
02512 //______________________________________________________________________________
02513 const char *TBranchRef::ImplFileName()
02514 {
02515    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchRef*)0x0)->GetImplFileName();
02516 }
02517 
02518 //______________________________________________________________________________
02519 int TBranchRef::ImplFileLine()
02520 {
02521    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchRef*)0x0)->GetImplFileLine();
02522 }
02523 
02524 //______________________________________________________________________________
02525 void TBranchRef::Dictionary()
02526 {
02527    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchRef*)0x0)->GetClass();
02528 }
02529 
02530 //______________________________________________________________________________
02531 TClass *TBranchRef::Class()
02532 {
02533    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchRef*)0x0)->GetClass();
02534    return fgIsA;
02535 }
02536 
02537 //______________________________________________________________________________
02538 TClass *TTreeFriendLeafIter::fgIsA = 0;  // static to hold class pointer
02539 
02540 //______________________________________________________________________________
02541 const char *TTreeFriendLeafIter::Class_Name()
02542 {
02543    return "TTreeFriendLeafIter";
02544 }
02545 
02546 //______________________________________________________________________________
02547 const char *TTreeFriendLeafIter::ImplFileName()
02548 {
02549    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeFriendLeafIter*)0x0)->GetImplFileName();
02550 }
02551 
02552 //______________________________________________________________________________
02553 int TTreeFriendLeafIter::ImplFileLine()
02554 {
02555    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeFriendLeafIter*)0x0)->GetImplFileLine();
02556 }
02557 
02558 //______________________________________________________________________________
02559 void TTreeFriendLeafIter::Dictionary()
02560 {
02561    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeFriendLeafIter*)0x0)->GetClass();
02562 }
02563 
02564 //______________________________________________________________________________
02565 TClass *TTreeFriendLeafIter::Class()
02566 {
02567    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeFriendLeafIter*)0x0)->GetClass();
02568    return fgIsA;
02569 }
02570 
02571 //______________________________________________________________________________
02572 TClass *TBranchObject::fgIsA = 0;  // static to hold class pointer
02573 
02574 //______________________________________________________________________________
02575 const char *TBranchObject::Class_Name()
02576 {
02577    return "TBranchObject";
02578 }
02579 
02580 //______________________________________________________________________________
02581 const char *TBranchObject::ImplFileName()
02582 {
02583    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchObject*)0x0)->GetImplFileName();
02584 }
02585 
02586 //______________________________________________________________________________
02587 int TBranchObject::ImplFileLine()
02588 {
02589    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchObject*)0x0)->GetImplFileLine();
02590 }
02591 
02592 //______________________________________________________________________________
02593 void TBranchObject::Dictionary()
02594 {
02595    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchObject*)0x0)->GetClass();
02596 }
02597 
02598 //______________________________________________________________________________
02599 TClass *TBranchObject::Class()
02600 {
02601    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchObject*)0x0)->GetClass();
02602    return fgIsA;
02603 }
02604 
02605 //______________________________________________________________________________
02606 TClass *TBranchSTL::fgIsA = 0;  // static to hold class pointer
02607 
02608 //______________________________________________________________________________
02609 const char *TBranchSTL::Class_Name()
02610 {
02611    return "TBranchSTL";
02612 }
02613 
02614 //______________________________________________________________________________
02615 const char *TBranchSTL::ImplFileName()
02616 {
02617    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchSTL*)0x0)->GetImplFileName();
02618 }
02619 
02620 //______________________________________________________________________________
02621 int TBranchSTL::ImplFileLine()
02622 {
02623    return ::ROOT::GenerateInitInstanceLocal((const ::TBranchSTL*)0x0)->GetImplFileLine();
02624 }
02625 
02626 //______________________________________________________________________________
02627 void TBranchSTL::Dictionary()
02628 {
02629    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchSTL*)0x0)->GetClass();
02630 }
02631 
02632 //______________________________________________________________________________
02633 TClass *TBranchSTL::Class()
02634 {
02635    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBranchSTL*)0x0)->GetClass();
02636    return fgIsA;
02637 }
02638 
02639 //______________________________________________________________________________
02640 TClass *TChainElement::fgIsA = 0;  // static to hold class pointer
02641 
02642 //______________________________________________________________________________
02643 const char *TChainElement::Class_Name()
02644 {
02645    return "TChainElement";
02646 }
02647 
02648 //______________________________________________________________________________
02649 const char *TChainElement::ImplFileName()
02650 {
02651    return ::ROOT::GenerateInitInstanceLocal((const ::TChainElement*)0x0)->GetImplFileName();
02652 }
02653 
02654 //______________________________________________________________________________
02655 int TChainElement::ImplFileLine()
02656 {
02657    return ::ROOT::GenerateInitInstanceLocal((const ::TChainElement*)0x0)->GetImplFileLine();
02658 }
02659 
02660 //______________________________________________________________________________
02661 void TChainElement::Dictionary()
02662 {
02663    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TChainElement*)0x0)->GetClass();
02664 }
02665 
02666 //______________________________________________________________________________
02667 TClass *TChainElement::Class()
02668 {
02669    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TChainElement*)0x0)->GetClass();
02670    return fgIsA;
02671 }
02672 
02673 //______________________________________________________________________________
02674 TClass *TChain::fgIsA = 0;  // static to hold class pointer
02675 
02676 //______________________________________________________________________________
02677 const char *TChain::Class_Name()
02678 {
02679    return "TChain";
02680 }
02681 
02682 //______________________________________________________________________________
02683 const char *TChain::ImplFileName()
02684 {
02685    return ::ROOT::GenerateInitInstanceLocal((const ::TChain*)0x0)->GetImplFileName();
02686 }
02687 
02688 //______________________________________________________________________________
02689 int TChain::ImplFileLine()
02690 {
02691    return ::ROOT::GenerateInitInstanceLocal((const ::TChain*)0x0)->GetImplFileLine();
02692 }
02693 
02694 //______________________________________________________________________________
02695 void TChain::Dictionary()
02696 {
02697    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TChain*)0x0)->GetClass();
02698 }
02699 
02700 //______________________________________________________________________________
02701 TClass *TChain::Class()
02702 {
02703    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TChain*)0x0)->GetClass();
02704    return fgIsA;
02705 }
02706 
02707 //______________________________________________________________________________
02708 TClass *TEntryListBlock::fgIsA = 0;  // static to hold class pointer
02709 
02710 //______________________________________________________________________________
02711 const char *TEntryListBlock::Class_Name()
02712 {
02713    return "TEntryListBlock";
02714 }
02715 
02716 //______________________________________________________________________________
02717 const char *TEntryListBlock::ImplFileName()
02718 {
02719    return ::ROOT::GenerateInitInstanceLocal((const ::TEntryListBlock*)0x0)->GetImplFileName();
02720 }
02721 
02722 //______________________________________________________________________________
02723 int TEntryListBlock::ImplFileLine()
02724 {
02725    return ::ROOT::GenerateInitInstanceLocal((const ::TEntryListBlock*)0x0)->GetImplFileLine();
02726 }
02727 
02728 //______________________________________________________________________________
02729 void TEntryListBlock::Dictionary()
02730 {
02731    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEntryListBlock*)0x0)->GetClass();
02732 }
02733 
02734 //______________________________________________________________________________
02735 TClass *TEntryListBlock::Class()
02736 {
02737    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEntryListBlock*)0x0)->GetClass();
02738    return fgIsA;
02739 }
02740 
02741 //______________________________________________________________________________
02742 TClass *TEntryListFromFile::fgIsA = 0;  // static to hold class pointer
02743 
02744 //______________________________________________________________________________
02745 const char *TEntryListFromFile::Class_Name()
02746 {
02747    return "TEntryListFromFile";
02748 }
02749 
02750 //______________________________________________________________________________
02751 const char *TEntryListFromFile::ImplFileName()
02752 {
02753    return ::ROOT::GenerateInitInstanceLocal((const ::TEntryListFromFile*)0x0)->GetImplFileName();
02754 }
02755 
02756 //______________________________________________________________________________
02757 int TEntryListFromFile::ImplFileLine()
02758 {
02759    return ::ROOT::GenerateInitInstanceLocal((const ::TEntryListFromFile*)0x0)->GetImplFileLine();
02760 }
02761 
02762 //______________________________________________________________________________
02763 void TEntryListFromFile::Dictionary()
02764 {
02765    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEntryListFromFile*)0x0)->GetClass();
02766 }
02767 
02768 //______________________________________________________________________________
02769 TClass *TEntryListFromFile::Class()
02770 {
02771    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TEntryListFromFile*)0x0)->GetClass();
02772    return fgIsA;
02773 }
02774 
02775 //______________________________________________________________________________
02776 TClass *TLeafB::fgIsA = 0;  // static to hold class pointer
02777 
02778 //______________________________________________________________________________
02779 const char *TLeafB::Class_Name()
02780 {
02781    return "TLeafB";
02782 }
02783 
02784 //______________________________________________________________________________
02785 const char *TLeafB::ImplFileName()
02786 {
02787    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafB*)0x0)->GetImplFileName();
02788 }
02789 
02790 //______________________________________________________________________________
02791 int TLeafB::ImplFileLine()
02792 {
02793    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafB*)0x0)->GetImplFileLine();
02794 }
02795 
02796 //______________________________________________________________________________
02797 void TLeafB::Dictionary()
02798 {
02799    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafB*)0x0)->GetClass();
02800 }
02801 
02802 //______________________________________________________________________________
02803 TClass *TLeafB::Class()
02804 {
02805    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafB*)0x0)->GetClass();
02806    return fgIsA;
02807 }
02808 
02809 //______________________________________________________________________________
02810 TClass *TLeafC::fgIsA = 0;  // static to hold class pointer
02811 
02812 //______________________________________________________________________________
02813 const char *TLeafC::Class_Name()
02814 {
02815    return "TLeafC";
02816 }
02817 
02818 //______________________________________________________________________________
02819 const char *TLeafC::ImplFileName()
02820 {
02821    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafC*)0x0)->GetImplFileName();
02822 }
02823 
02824 //______________________________________________________________________________
02825 int TLeafC::ImplFileLine()
02826 {
02827    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafC*)0x0)->GetImplFileLine();
02828 }
02829 
02830 //______________________________________________________________________________
02831 void TLeafC::Dictionary()
02832 {
02833    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafC*)0x0)->GetClass();
02834 }
02835 
02836 //______________________________________________________________________________
02837 TClass *TLeafC::Class()
02838 {
02839    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafC*)0x0)->GetClass();
02840    return fgIsA;
02841 }
02842 
02843 //______________________________________________________________________________
02844 TClass *TLeafD::fgIsA = 0;  // static to hold class pointer
02845 
02846 //______________________________________________________________________________
02847 const char *TLeafD::Class_Name()
02848 {
02849    return "TLeafD";
02850 }
02851 
02852 //______________________________________________________________________________
02853 const char *TLeafD::ImplFileName()
02854 {
02855    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafD*)0x0)->GetImplFileName();
02856 }
02857 
02858 //______________________________________________________________________________
02859 int TLeafD::ImplFileLine()
02860 {
02861    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafD*)0x0)->GetImplFileLine();
02862 }
02863 
02864 //______________________________________________________________________________
02865 void TLeafD::Dictionary()
02866 {
02867    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafD*)0x0)->GetClass();
02868 }
02869 
02870 //______________________________________________________________________________
02871 TClass *TLeafD::Class()
02872 {
02873    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafD*)0x0)->GetClass();
02874    return fgIsA;
02875 }
02876 
02877 //______________________________________________________________________________
02878 TClass *TLeafElement::fgIsA = 0;  // static to hold class pointer
02879 
02880 //______________________________________________________________________________
02881 const char *TLeafElement::Class_Name()
02882 {
02883    return "TLeafElement";
02884 }
02885 
02886 //______________________________________________________________________________
02887 const char *TLeafElement::ImplFileName()
02888 {
02889    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafElement*)0x0)->GetImplFileName();
02890 }
02891 
02892 //______________________________________________________________________________
02893 int TLeafElement::ImplFileLine()
02894 {
02895    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafElement*)0x0)->GetImplFileLine();
02896 }
02897 
02898 //______________________________________________________________________________
02899 void TLeafElement::Dictionary()
02900 {
02901    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafElement*)0x0)->GetClass();
02902 }
02903 
02904 //______________________________________________________________________________
02905 TClass *TLeafElement::Class()
02906 {
02907    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafElement*)0x0)->GetClass();
02908    return fgIsA;
02909 }
02910 
02911 //______________________________________________________________________________
02912 TClass *TLeafF::fgIsA = 0;  // static to hold class pointer
02913 
02914 //______________________________________________________________________________
02915 const char *TLeafF::Class_Name()
02916 {
02917    return "TLeafF";
02918 }
02919 
02920 //______________________________________________________________________________
02921 const char *TLeafF::ImplFileName()
02922 {
02923    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafF*)0x0)->GetImplFileName();
02924 }
02925 
02926 //______________________________________________________________________________
02927 int TLeafF::ImplFileLine()
02928 {
02929    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafF*)0x0)->GetImplFileLine();
02930 }
02931 
02932 //______________________________________________________________________________
02933 void TLeafF::Dictionary()
02934 {
02935    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafF*)0x0)->GetClass();
02936 }
02937 
02938 //______________________________________________________________________________
02939 TClass *TLeafF::Class()
02940 {
02941    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafF*)0x0)->GetClass();
02942    return fgIsA;
02943 }
02944 
02945 //______________________________________________________________________________
02946 TClass *TLeafI::fgIsA = 0;  // static to hold class pointer
02947 
02948 //______________________________________________________________________________
02949 const char *TLeafI::Class_Name()
02950 {
02951    return "TLeafI";
02952 }
02953 
02954 //______________________________________________________________________________
02955 const char *TLeafI::ImplFileName()
02956 {
02957    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafI*)0x0)->GetImplFileName();
02958 }
02959 
02960 //______________________________________________________________________________
02961 int TLeafI::ImplFileLine()
02962 {
02963    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafI*)0x0)->GetImplFileLine();
02964 }
02965 
02966 //______________________________________________________________________________
02967 void TLeafI::Dictionary()
02968 {
02969    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafI*)0x0)->GetClass();
02970 }
02971 
02972 //______________________________________________________________________________
02973 TClass *TLeafI::Class()
02974 {
02975    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafI*)0x0)->GetClass();
02976    return fgIsA;
02977 }
02978 
02979 //______________________________________________________________________________
02980 TClass *TLeafL::fgIsA = 0;  // static to hold class pointer
02981 
02982 //______________________________________________________________________________
02983 const char *TLeafL::Class_Name()
02984 {
02985    return "TLeafL";
02986 }
02987 
02988 //______________________________________________________________________________
02989 const char *TLeafL::ImplFileName()
02990 {
02991    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafL*)0x0)->GetImplFileName();
02992 }
02993 
02994 //______________________________________________________________________________
02995 int TLeafL::ImplFileLine()
02996 {
02997    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafL*)0x0)->GetImplFileLine();
02998 }
02999 
03000 //______________________________________________________________________________
03001 void TLeafL::Dictionary()
03002 {
03003    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafL*)0x0)->GetClass();
03004 }
03005 
03006 //______________________________________________________________________________
03007 TClass *TLeafL::Class()
03008 {
03009    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafL*)0x0)->GetClass();
03010    return fgIsA;
03011 }
03012 
03013 //______________________________________________________________________________
03014 TClass *TLeafObject::fgIsA = 0;  // static to hold class pointer
03015 
03016 //______________________________________________________________________________
03017 const char *TLeafObject::Class_Name()
03018 {
03019    return "TLeafObject";
03020 }
03021 
03022 //______________________________________________________________________________
03023 const char *TLeafObject::ImplFileName()
03024 {
03025    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafObject*)0x0)->GetImplFileName();
03026 }
03027 
03028 //______________________________________________________________________________
03029 int TLeafObject::ImplFileLine()
03030 {
03031    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafObject*)0x0)->GetImplFileLine();
03032 }
03033 
03034 //______________________________________________________________________________
03035 void TLeafObject::Dictionary()
03036 {
03037    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafObject*)0x0)->GetClass();
03038 }
03039 
03040 //______________________________________________________________________________
03041 TClass *TLeafObject::Class()
03042 {
03043    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafObject*)0x0)->GetClass();
03044    return fgIsA;
03045 }
03046 
03047 //______________________________________________________________________________
03048 TClass *TLeafO::fgIsA = 0;  // static to hold class pointer
03049 
03050 //______________________________________________________________________________
03051 const char *TLeafO::Class_Name()
03052 {
03053    return "TLeafO";
03054 }
03055 
03056 //______________________________________________________________________________
03057 const char *TLeafO::ImplFileName()
03058 {
03059    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafO*)0x0)->GetImplFileName();
03060 }
03061 
03062 //______________________________________________________________________________
03063 int TLeafO::ImplFileLine()
03064 {
03065    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafO*)0x0)->GetImplFileLine();
03066 }
03067 
03068 //______________________________________________________________________________
03069 void TLeafO::Dictionary()
03070 {
03071    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafO*)0x0)->GetClass();
03072 }
03073 
03074 //______________________________________________________________________________
03075 TClass *TLeafO::Class()
03076 {
03077    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafO*)0x0)->GetClass();
03078    return fgIsA;
03079 }
03080 
03081 //______________________________________________________________________________
03082 TClass *TLeafS::fgIsA = 0;  // static to hold class pointer
03083 
03084 //______________________________________________________________________________
03085 const char *TLeafS::Class_Name()
03086 {
03087    return "TLeafS";
03088 }
03089 
03090 //______________________________________________________________________________
03091 const char *TLeafS::ImplFileName()
03092 {
03093    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafS*)0x0)->GetImplFileName();
03094 }
03095 
03096 //______________________________________________________________________________
03097 int TLeafS::ImplFileLine()
03098 {
03099    return ::ROOT::GenerateInitInstanceLocal((const ::TLeafS*)0x0)->GetImplFileLine();
03100 }
03101 
03102 //______________________________________________________________________________
03103 void TLeafS::Dictionary()
03104 {
03105    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafS*)0x0)->GetClass();
03106 }
03107 
03108 //______________________________________________________________________________
03109 TClass *TLeafS::Class()
03110 {
03111    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLeafS*)0x0)->GetClass();
03112    return fgIsA;
03113 }
03114 
03115 //______________________________________________________________________________
03116 TClass *TNtupleD::fgIsA = 0;  // static to hold class pointer
03117 
03118 //______________________________________________________________________________
03119 const char *TNtupleD::Class_Name()
03120 {
03121    return "TNtupleD";
03122 }
03123 
03124 //______________________________________________________________________________
03125 const char *TNtupleD::ImplFileName()
03126 {
03127    return ::ROOT::GenerateInitInstanceLocal((const ::TNtupleD*)0x0)->GetImplFileName();
03128 }
03129 
03130 //______________________________________________________________________________
03131 int TNtupleD::ImplFileLine()
03132 {
03133    return ::ROOT::GenerateInitInstanceLocal((const ::TNtupleD*)0x0)->GetImplFileLine();
03134 }
03135 
03136 //______________________________________________________________________________
03137 void TNtupleD::Dictionary()
03138 {
03139    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TNtupleD*)0x0)->GetClass();
03140 }
03141 
03142 //______________________________________________________________________________
03143 TClass *TNtupleD::Class()
03144 {
03145    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TNtupleD*)0x0)->GetClass();
03146    return fgIsA;
03147 }
03148 
03149 //______________________________________________________________________________
03150 TClass *TNtuple::fgIsA = 0;  // static to hold class pointer
03151 
03152 //______________________________________________________________________________
03153 const char *TNtuple::Class_Name()
03154 {
03155    return "TNtuple";
03156 }
03157 
03158 //______________________________________________________________________________
03159 const char *TNtuple::ImplFileName()
03160 {
03161    return ::ROOT::GenerateInitInstanceLocal((const ::TNtuple*)0x0)->GetImplFileName();
03162 }
03163 
03164 //______________________________________________________________________________
03165 int TNtuple::ImplFileLine()
03166 {
03167    return ::ROOT::GenerateInitInstanceLocal((const ::TNtuple*)0x0)->GetImplFileLine();
03168 }
03169 
03170 //______________________________________________________________________________
03171 void TNtuple::Dictionary()
03172 {
03173    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TNtuple*)0x0)->GetClass();
03174 }
03175 
03176 //______________________________________________________________________________
03177 TClass *TNtuple::Class()
03178 {
03179    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TNtuple*)0x0)->GetClass();
03180    return fgIsA;
03181 }
03182 
03183 //______________________________________________________________________________
03184 TClass *TQueryResult::fgIsA = 0;  // static to hold class pointer
03185 
03186 //______________________________________________________________________________
03187 const char *TQueryResult::Class_Name()
03188 {
03189    return "TQueryResult";
03190 }
03191 
03192 //______________________________________________________________________________
03193 const char *TQueryResult::ImplFileName()
03194 {
03195    return ::ROOT::GenerateInitInstanceLocal((const ::TQueryResult*)0x0)->GetImplFileName();
03196 }
03197 
03198 //______________________________________________________________________________
03199 int TQueryResult::ImplFileLine()
03200 {
03201    return ::ROOT::GenerateInitInstanceLocal((const ::TQueryResult*)0x0)->GetImplFileLine();
03202 }
03203 
03204 //______________________________________________________________________________
03205 void TQueryResult::Dictionary()
03206 {
03207    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TQueryResult*)0x0)->GetClass();
03208 }
03209 
03210 //______________________________________________________________________________
03211 TClass *TQueryResult::Class()
03212 {
03213    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TQueryResult*)0x0)->GetClass();
03214    return fgIsA;
03215 }
03216 
03217 //______________________________________________________________________________
03218 TClass *TSelectorList::fgIsA = 0;  // static to hold class pointer
03219 
03220 //______________________________________________________________________________
03221 const char *TSelectorList::Class_Name()
03222 {
03223    return "TSelectorList";
03224 }
03225 
03226 //______________________________________________________________________________
03227 const char *TSelectorList::ImplFileName()
03228 {
03229    return ::ROOT::GenerateInitInstanceLocal((const ::TSelectorList*)0x0)->GetImplFileName();
03230 }
03231 
03232 //______________________________________________________________________________
03233 int TSelectorList::ImplFileLine()
03234 {
03235    return ::ROOT::GenerateInitInstanceLocal((const ::TSelectorList*)0x0)->GetImplFileLine();
03236 }
03237 
03238 //______________________________________________________________________________
03239 void TSelectorList::Dictionary()
03240 {
03241    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelectorList*)0x0)->GetClass();
03242 }
03243 
03244 //______________________________________________________________________________
03245 TClass *TSelectorList::Class()
03246 {
03247    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelectorList*)0x0)->GetClass();
03248    return fgIsA;
03249 }
03250 
03251 //______________________________________________________________________________
03252 TClass *TSelectorCint::fgIsA = 0;  // static to hold class pointer
03253 
03254 //______________________________________________________________________________
03255 const char *TSelectorCint::Class_Name()
03256 {
03257    return "TSelectorCint";
03258 }
03259 
03260 //______________________________________________________________________________
03261 const char *TSelectorCint::ImplFileName()
03262 {
03263    return ::ROOT::GenerateInitInstanceLocal((const ::TSelectorCint*)0x0)->GetImplFileName();
03264 }
03265 
03266 //______________________________________________________________________________
03267 int TSelectorCint::ImplFileLine()
03268 {
03269    return ::ROOT::GenerateInitInstanceLocal((const ::TSelectorCint*)0x0)->GetImplFileLine();
03270 }
03271 
03272 //______________________________________________________________________________
03273 void TSelectorCint::Dictionary()
03274 {
03275    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelectorCint*)0x0)->GetClass();
03276 }
03277 
03278 //______________________________________________________________________________
03279 TClass *TSelectorCint::Class()
03280 {
03281    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelectorCint*)0x0)->GetClass();
03282    return fgIsA;
03283 }
03284 
03285 //______________________________________________________________________________
03286 TClass *TSelectorScalar::fgIsA = 0;  // static to hold class pointer
03287 
03288 //______________________________________________________________________________
03289 const char *TSelectorScalar::Class_Name()
03290 {
03291    return "TSelectorScalar";
03292 }
03293 
03294 //______________________________________________________________________________
03295 const char *TSelectorScalar::ImplFileName()
03296 {
03297    return ::ROOT::GenerateInitInstanceLocal((const ::TSelectorScalar*)0x0)->GetImplFileName();
03298 }
03299 
03300 //______________________________________________________________________________
03301 int TSelectorScalar::ImplFileLine()
03302 {
03303    return ::ROOT::GenerateInitInstanceLocal((const ::TSelectorScalar*)0x0)->GetImplFileLine();
03304 }
03305 
03306 //______________________________________________________________________________
03307 void TSelectorScalar::Dictionary()
03308 {
03309    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelectorScalar*)0x0)->GetClass();
03310 }
03311 
03312 //______________________________________________________________________________
03313 TClass *TSelectorScalar::Class()
03314 {
03315    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TSelectorScalar*)0x0)->GetClass();
03316    return fgIsA;
03317 }
03318 
03319 //______________________________________________________________________________
03320 TClass *TTreeCache::fgIsA = 0;  // static to hold class pointer
03321 
03322 //______________________________________________________________________________
03323 const char *TTreeCache::Class_Name()
03324 {
03325    return "TTreeCache";
03326 }
03327 
03328 //______________________________________________________________________________
03329 const char *TTreeCache::ImplFileName()
03330 {
03331    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeCache*)0x0)->GetImplFileName();
03332 }
03333 
03334 //______________________________________________________________________________
03335 int TTreeCache::ImplFileLine()
03336 {
03337    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeCache*)0x0)->GetImplFileLine();
03338 }
03339 
03340 //______________________________________________________________________________
03341 void TTreeCache::Dictionary()
03342 {
03343    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeCache*)0x0)->GetClass();
03344 }
03345 
03346 //______________________________________________________________________________
03347 TClass *TTreeCache::Class()
03348 {
03349    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeCache*)0x0)->GetClass();
03350    return fgIsA;
03351 }
03352 
03353 //______________________________________________________________________________
03354 TClass *TTreeCacheUnzip::fgIsA = 0;  // static to hold class pointer
03355 
03356 //______________________________________________________________________________
03357 const char *TTreeCacheUnzip::Class_Name()
03358 {
03359    return "TTreeCacheUnzip";
03360 }
03361 
03362 //______________________________________________________________________________
03363 const char *TTreeCacheUnzip::ImplFileName()
03364 {
03365    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeCacheUnzip*)0x0)->GetImplFileName();
03366 }
03367 
03368 //______________________________________________________________________________
03369 int TTreeCacheUnzip::ImplFileLine()
03370 {
03371    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeCacheUnzip*)0x0)->GetImplFileLine();
03372 }
03373 
03374 //______________________________________________________________________________
03375 void TTreeCacheUnzip::Dictionary()
03376 {
03377    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeCacheUnzip*)0x0)->GetClass();
03378 }
03379 
03380 //______________________________________________________________________________
03381 TClass *TTreeCacheUnzip::Class()
03382 {
03383    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeCacheUnzip*)0x0)->GetClass();
03384    return fgIsA;
03385 }
03386 
03387 //______________________________________________________________________________
03388 TClass *TTreeResult::fgIsA = 0;  // static to hold class pointer
03389 
03390 //______________________________________________________________________________
03391 const char *TTreeResult::Class_Name()
03392 {
03393    return "TTreeResult";
03394 }
03395 
03396 //______________________________________________________________________________
03397 const char *TTreeResult::ImplFileName()
03398 {
03399    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeResult*)0x0)->GetImplFileName();
03400 }
03401 
03402 //______________________________________________________________________________
03403 int TTreeResult::ImplFileLine()
03404 {
03405    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeResult*)0x0)->GetImplFileLine();
03406 }
03407 
03408 //______________________________________________________________________________
03409 void TTreeResult::Dictionary()
03410 {
03411    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeResult*)0x0)->GetClass();
03412 }
03413 
03414 //______________________________________________________________________________
03415 TClass *TTreeResult::Class()
03416 {
03417    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeResult*)0x0)->GetClass();
03418    return fgIsA;
03419 }
03420 
03421 //______________________________________________________________________________
03422 TClass *TTreeRow::fgIsA = 0;  // static to hold class pointer
03423 
03424 //______________________________________________________________________________
03425 const char *TTreeRow::Class_Name()
03426 {
03427    return "TTreeRow";
03428 }
03429 
03430 //______________________________________________________________________________
03431 const char *TTreeRow::ImplFileName()
03432 {
03433    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeRow*)0x0)->GetImplFileName();
03434 }
03435 
03436 //______________________________________________________________________________
03437 int TTreeRow::ImplFileLine()
03438 {
03439    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeRow*)0x0)->GetImplFileLine();
03440 }
03441 
03442 //______________________________________________________________________________
03443 void TTreeRow::Dictionary()
03444 {
03445    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeRow*)0x0)->GetClass();
03446 }
03447 
03448 //______________________________________________________________________________
03449 TClass *TTreeRow::Class()
03450 {
03451    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeRow*)0x0)->GetClass();
03452    return fgIsA;
03453 }
03454 
03455 //______________________________________________________________________________
03456 TClass *TTreeSQL::fgIsA = 0;  // static to hold class pointer
03457 
03458 //______________________________________________________________________________
03459 const char *TTreeSQL::Class_Name()
03460 {
03461    return "TTreeSQL";
03462 }
03463 
03464 //______________________________________________________________________________
03465 const char *TTreeSQL::ImplFileName()
03466 {
03467    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeSQL*)0x0)->GetImplFileName();
03468 }
03469 
03470 //______________________________________________________________________________
03471 int TTreeSQL::ImplFileLine()
03472 {
03473    return ::ROOT::GenerateInitInstanceLocal((const ::TTreeSQL*)0x0)->GetImplFileLine();
03474 }
03475 
03476 //______________________________________________________________________________
03477 void TTreeSQL::Dictionary()
03478 {
03479    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeSQL*)0x0)->GetClass();
03480 }
03481 
03482 //______________________________________________________________________________
03483 TClass *TTreeSQL::Class()
03484 {
03485    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTreeSQL*)0x0)->GetClass();
03486    return fgIsA;
03487 }
03488 
03489 //______________________________________________________________________________
03490 void TBasket::ShowMembers(TMemberInspector &R__insp)
03491 {
03492       // Inspect the data members of an object of class TBasket.
03493       TClass *R__cl = ::TBasket::IsA();
03494       if (R__cl || R__insp.IsA()) { }
03495       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBufferSize", &fBufferSize);
03496       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNevBufSize", &fNevBufSize);
03497       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNevBuf", &fNevBuf);
03498       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLast", &fLast);
03499       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeaderOnly", &fHeaderOnly);
03500       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplacement", &fDisplacement);
03501       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEntryOffset", &fEntryOffset);
03502       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranch", &fBranch);
03503       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCompressedSize", &fCompressedSize);
03504       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCompressedBuffer", &fCompressedBuffer);
03505       TKey::ShowMembers(R__insp);
03506 }
03507 
03508 namespace ROOT {
03509    // Wrappers around operator new
03510    static void *new_TBasket(void *p) {
03511       return  p ? new(p) ::TBasket : new ::TBasket;
03512    }
03513    static void *newArray_TBasket(Long_t nElements, void *p) {
03514       return p ? new(p) ::TBasket[nElements] : new ::TBasket[nElements];
03515    }
03516    // Wrapper around operator delete
03517    static void delete_TBasket(void *p) {
03518       delete ((::TBasket*)p);
03519    }
03520    static void deleteArray_TBasket(void *p) {
03521       delete [] ((::TBasket*)p);
03522    }
03523    static void destruct_TBasket(void *p) {
03524       typedef ::TBasket current_t;
03525       ((current_t*)p)->~current_t();
03526    }
03527    // Wrapper around a custom streamer member function.
03528    static void streamer_TBasket(TBuffer &buf, void *obj) {
03529       ((::TBasket*)obj)->::TBasket::Streamer(buf);
03530    }
03531 } // end of namespace ROOT for class ::TBasket
03532 
03533 //______________________________________________________________________________
03534 void TBranch::ShowMembers(TMemberInspector &R__insp)
03535 {
03536       // Inspect the data members of an object of class TBranch.
03537       TClass *R__cl = ::TBranch::IsA();
03538       if (R__cl || R__insp.IsA()) { }
03539       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCompress", &fCompress);
03540       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBasketSize", &fBasketSize);
03541       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntryOffsetLen", &fEntryOffsetLen);
03542       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWriteBasket", &fWriteBasket);
03543       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntryNumber", &fEntryNumber);
03544       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOffset", &fOffset);
03545       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxBaskets", &fMaxBaskets);
03546       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNBaskets", &fNBaskets);
03547       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSplitLevel", &fSplitLevel);
03548       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNleaves", &fNleaves);
03549       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadBasket", &fReadBasket);
03550       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadEntry", &fReadEntry);
03551       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntries", &fEntries);
03552       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirstEntry", &fFirstEntry);
03553       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTotBytes", &fTotBytes);
03554       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZipBytes", &fZipBytes);
03555       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBranches", &fBranches);
03556       R__insp.InspectMember(fBranches, "fBranches.");
03557       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLeaves", &fLeaves);
03558       R__insp.InspectMember(fLeaves, "fLeaves.");
03559       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBaskets", &fBaskets);
03560       R__insp.InspectMember(fBaskets, "fBaskets.");
03561       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketBytes", &fBasketBytes);
03562       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketEntry", &fBasketEntry);
03563       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketSeek", &fBasketSeek);
03564       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTree", &fTree);
03565       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMother", &fMother);
03566       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
03567       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAddress", &fAddress);
03568       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectory", &fDirectory);
03569       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFileName", &fFileName);
03570       R__insp.InspectMember(fFileName, "fFileName.");
03571       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEntryBuffer", &fEntryBuffer);
03572       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBrowsables", &fBrowsables);
03573       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSkipZip", &fSkipZip);
03574       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadLeaves", &fReadLeaves);
03575       TNamed::ShowMembers(R__insp);
03576       TAttFill::ShowMembers(R__insp);
03577 }
03578 
03579 namespace ROOT {
03580    // Wrappers around operator new
03581    static void *new_TBranch(void *p) {
03582       return  p ? new(p) ::TBranch : new ::TBranch;
03583    }
03584    static void *newArray_TBranch(Long_t nElements, void *p) {
03585       return p ? new(p) ::TBranch[nElements] : new ::TBranch[nElements];
03586    }
03587    // Wrapper around operator delete
03588    static void delete_TBranch(void *p) {
03589       delete ((::TBranch*)p);
03590    }
03591    static void deleteArray_TBranch(void *p) {
03592       delete [] ((::TBranch*)p);
03593    }
03594    static void destruct_TBranch(void *p) {
03595       typedef ::TBranch current_t;
03596       ((current_t*)p)->~current_t();
03597    }
03598    // Wrapper around a custom streamer member function.
03599    static void streamer_TBranch(TBuffer &buf, void *obj) {
03600       ((::TBranch*)obj)->::TBranch::Streamer(buf);
03601    }
03602 } // end of namespace ROOT for class ::TBranch
03603 
03604 //______________________________________________________________________________
03605 void TBranchClones::ShowMembers(TMemberInspector &R__insp)
03606 {
03607       // Inspect the data members of an object of class TBranchClones.
03608       TClass *R__cl = ::TBranchClones::IsA();
03609       if (R__cl || R__insp.IsA()) { }
03610       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fList", &fList);
03611       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRead", &fRead);
03612       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
03613       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdataMax", &fNdataMax);
03614       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClassName", &fClassName);
03615       R__insp.InspectMember(fClassName, "fClassName.");
03616       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranchCount", &fBranchCount);
03617       TBranch::ShowMembers(R__insp);
03618 }
03619 
03620 namespace ROOT {
03621    // Wrappers around operator new
03622    static void *new_TBranchClones(void *p) {
03623       return  p ? new(p) ::TBranchClones : new ::TBranchClones;
03624    }
03625    static void *newArray_TBranchClones(Long_t nElements, void *p) {
03626       return p ? new(p) ::TBranchClones[nElements] : new ::TBranchClones[nElements];
03627    }
03628    // Wrapper around operator delete
03629    static void delete_TBranchClones(void *p) {
03630       delete ((::TBranchClones*)p);
03631    }
03632    static void deleteArray_TBranchClones(void *p) {
03633       delete [] ((::TBranchClones*)p);
03634    }
03635    static void destruct_TBranchClones(void *p) {
03636       typedef ::TBranchClones current_t;
03637       ((current_t*)p)->~current_t();
03638    }
03639    // Wrapper around a custom streamer member function.
03640    static void streamer_TBranchClones(TBuffer &buf, void *obj) {
03641       ((::TBranchClones*)obj)->::TBranchClones::Streamer(buf);
03642    }
03643 } // end of namespace ROOT for class ::TBranchClones
03644 
03645 //______________________________________________________________________________
03646 void TBranchElement::ShowMembers(TMemberInspector &R__insp)
03647 {
03648       // Inspect the data members of an object of class TBranchElement.
03649       TClass *R__cl = ::TBranchElement::IsA();
03650       if (R__cl || R__insp.IsA()) { }
03651       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClassName", &fClassName);
03652       R__insp.InspectMember(fClassName, "fClassName.");
03653       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParentName", &fParentName);
03654       R__insp.InspectMember(fParentName, "fParentName.");
03655       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClonesName", &fClonesName);
03656       R__insp.InspectMember(fClonesName, "fClonesName.");
03657       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCollProxy", &fCollProxy);
03658       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCheckSum", &fCheckSum);
03659       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClassVersion", &fClassVersion);
03660       R__insp.Inspect(R__cl, R__insp.GetParent(), "fID", &fID);
03661       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
03662       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStreamerType", &fStreamerType);
03663       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
03664       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSTLtype", &fSTLtype);
03665       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdata", &fNdata);
03666       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranchCount", &fBranchCount);
03667       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranchCount2", &fBranchCount2);
03668       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInfo", &fInfo);
03669       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObject", &fObject);
03670       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOnfileObject", &fOnfileObject);
03671       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInit", &fInit);
03672       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInitOffsets", &fInitOffsets);
03673       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTargetClass", (void*)&fTargetClass);
03674       R__insp.InspectMember("TClassRef", (void*)&fTargetClass, "fTargetClass.", true);
03675       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentClass", (void*)&fCurrentClass);
03676       R__insp.InspectMember("TClassRef", (void*)&fCurrentClass, "fCurrentClass.", true);
03677       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParentClass", (void*)&fParentClass);
03678       R__insp.InspectMember("TClassRef", (void*)&fParentClass, "fParentClass.", true);
03679       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBranchClass", (void*)&fBranchClass);
03680       R__insp.InspectMember("TClassRef", (void*)&fBranchClass, "fBranchClass.", true);
03681       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranchOffset", &fBranchOffset);
03682       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBranchID", &fBranchID);
03683       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIDs", (void*)&fIDs);
03684       R__insp.InspectMember("vector<Int_t>", (void*)&fIDs, "fIDs.", true);
03685       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReadActionSequence", &fReadActionSequence);
03686       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIterators", &fIterators);
03687       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPtrIterators", &fPtrIterators);
03688       TBranch::ShowMembers(R__insp);
03689 }
03690 
03691 namespace ROOT {
03692    // Wrappers around operator new
03693    static void *new_TBranchElement(void *p) {
03694       return  p ? new(p) ::TBranchElement : new ::TBranchElement;
03695    }
03696    static void *newArray_TBranchElement(Long_t nElements, void *p) {
03697       return p ? new(p) ::TBranchElement[nElements] : new ::TBranchElement[nElements];
03698    }
03699    // Wrapper around operator delete
03700    static void delete_TBranchElement(void *p) {
03701       delete ((::TBranchElement*)p);
03702    }
03703    static void deleteArray_TBranchElement(void *p) {
03704       delete [] ((::TBranchElement*)p);
03705    }
03706    static void destruct_TBranchElement(void *p) {
03707       typedef ::TBranchElement current_t;
03708       ((current_t*)p)->~current_t();
03709    }
03710    // Wrapper around a custom streamer member function.
03711    static void streamer_TBranchElement(TBuffer &buf, void *obj) {
03712       ((::TBranchElement*)obj)->::TBranchElement::Streamer(buf);
03713    }
03714 } // end of namespace ROOT for class ::TBranchElement
03715 
03716 //______________________________________________________________________________
03717 void TBranchObject::ShowMembers(TMemberInspector &R__insp)
03718 {
03719       // Inspect the data members of an object of class TBranchObject.
03720       TClass *R__cl = ::TBranchObject::IsA();
03721       if (R__cl || R__insp.IsA()) { }
03722       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClassName", &fClassName);
03723       R__insp.InspectMember(fClassName, "fClassName.");
03724       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOldObject", &fOldObject);
03725       TBranch::ShowMembers(R__insp);
03726 }
03727 
03728 namespace ROOT {
03729    // Wrappers around operator new
03730    static void *new_TBranchObject(void *p) {
03731       return  p ? new(p) ::TBranchObject : new ::TBranchObject;
03732    }
03733    static void *newArray_TBranchObject(Long_t nElements, void *p) {
03734       return p ? new(p) ::TBranchObject[nElements] : new ::TBranchObject[nElements];
03735    }
03736    // Wrapper around operator delete
03737    static void delete_TBranchObject(void *p) {
03738       delete ((::TBranchObject*)p);
03739    }
03740    static void deleteArray_TBranchObject(void *p) {
03741       delete [] ((::TBranchObject*)p);
03742    }
03743    static void destruct_TBranchObject(void *p) {
03744       typedef ::TBranchObject current_t;
03745       ((current_t*)p)->~current_t();
03746    }
03747    // Wrapper around a custom streamer member function.
03748    static void streamer_TBranchObject(TBuffer &buf, void *obj) {
03749       ((::TBranchObject*)obj)->::TBranchObject::Streamer(buf);
03750    }
03751 } // end of namespace ROOT for class ::TBranchObject
03752 
03753 //______________________________________________________________________________
03754 void TBranchRef::Streamer(TBuffer &R__b)
03755 {
03756    // Stream an object of class TBranchRef.
03757 
03758    if (R__b.IsReading()) {
03759       R__b.ReadClassBuffer(TBranchRef::Class(),this);
03760    } else {
03761       R__b.WriteClassBuffer(TBranchRef::Class(),this);
03762    }
03763 }
03764 
03765 //______________________________________________________________________________
03766 void TBranchRef::ShowMembers(TMemberInspector &R__insp)
03767 {
03768       // Inspect the data members of an object of class TBranchRef.
03769       TClass *R__cl = ::TBranchRef::IsA();
03770       if (R__cl || R__insp.IsA()) { }
03771       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRefTable", &fRefTable);
03772       TBranch::ShowMembers(R__insp);
03773 }
03774 
03775 namespace ROOT {
03776    // Wrappers around operator new
03777    static void *new_TBranchRef(void *p) {
03778       return  p ? new(p) ::TBranchRef : new ::TBranchRef;
03779    }
03780    static void *newArray_TBranchRef(Long_t nElements, void *p) {
03781       return p ? new(p) ::TBranchRef[nElements] : new ::TBranchRef[nElements];
03782    }
03783    // Wrapper around operator delete
03784    static void delete_TBranchRef(void *p) {
03785       delete ((::TBranchRef*)p);
03786    }
03787    static void deleteArray_TBranchRef(void *p) {
03788       delete [] ((::TBranchRef*)p);
03789    }
03790    static void destruct_TBranchRef(void *p) {
03791       typedef ::TBranchRef current_t;
03792       ((current_t*)p)->~current_t();
03793    }
03794 } // end of namespace ROOT for class ::TBranchRef
03795 
03796 //______________________________________________________________________________
03797 void TTreeSQL::Streamer(TBuffer &R__b)
03798 {
03799    // Stream an object of class TTreeSQL.
03800 
03801    if (R__b.IsReading()) {
03802       R__b.ReadClassBuffer(TTreeSQL::Class(),this);
03803    } else {
03804       R__b.WriteClassBuffer(TTreeSQL::Class(),this);
03805    }
03806 }
03807 
03808 //______________________________________________________________________________
03809 void TTreeSQL::ShowMembers(TMemberInspector &R__insp)
03810 {
03811       // Inspect the data members of an object of class TTreeSQL.
03812       TClass *R__cl = ::TTreeSQL::IsA();
03813       if (R__cl || R__insp.IsA()) { }
03814       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentEntry", &fCurrentEntry);
03815       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDB", &fDB);
03816       R__insp.InspectMember(fDB, "fDB.");
03817       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsertQuery", &fInsertQuery);
03818       R__insp.InspectMember(fInsertQuery, "fInsertQuery.");
03819       R__insp.Inspect(R__cl, R__insp.GetParent(), "fQuery", &fQuery);
03820       R__insp.InspectMember(fQuery, "fQuery.");
03821       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTable", &fTable);
03822       R__insp.InspectMember(fTable, "fTable.");
03823       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResult", &fResult);
03824       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRow", &fRow);
03825       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fServer", &fServer);
03826       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBranchChecked", &fBranchChecked);
03827       TTree::ShowMembers(R__insp);
03828 }
03829 
03830 namespace ROOT {
03831    // Wrapper around operator delete
03832    static void delete_TTreeSQL(void *p) {
03833       delete ((::TTreeSQL*)p);
03834    }
03835    static void deleteArray_TTreeSQL(void *p) {
03836       delete [] ((::TTreeSQL*)p);
03837    }
03838    static void destruct_TTreeSQL(void *p) {
03839       typedef ::TTreeSQL current_t;
03840       ((current_t*)p)->~current_t();
03841    }
03842    // Wrapper around the directory auto add.
03843    static void directoryAutoAdd_TTreeSQL(void *p, TDirectory *dir) {
03844       ((::TTreeSQL*)p)->DirectoryAutoAdd(dir);
03845    }
03846 } // end of namespace ROOT for class ::TTreeSQL
03847 
03848 //______________________________________________________________________________
03849 void TBufferSQL::Streamer(TBuffer &R__b)
03850 {
03851    // Stream an object of class TBufferSQL.
03852 
03853    if (R__b.IsReading()) {
03854       R__b.ReadClassBuffer(TBufferSQL::Class(),this);
03855    } else {
03856       R__b.WriteClassBuffer(TBufferSQL::Class(),this);
03857    }
03858 }
03859 
03860 //______________________________________________________________________________
03861 void TBufferSQL::ShowMembers(TMemberInspector &R__insp)
03862 {
03863       // Inspect the data members of an object of class TBufferSQL.
03864       TClass *R__cl = ::TBufferSQL::IsA();
03865       if (R__cl || R__insp.IsA()) { }
03866       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIter", (void*)&fIter);
03867       R__insp.InspectMember("vector<int,allocator<int> >::const_iterator", (void*)&fIter, "fIter.", false);
03868       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColumnVec", &fColumnVec);
03869       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInsertQuery", &fInsertQuery);
03870       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRowPtr", &fRowPtr);
03871       TBufferFile::ShowMembers(R__insp);
03872 }
03873 
03874 namespace ROOT {
03875    // Wrappers around operator new
03876    static void *new_TBufferSQL(void *p) {
03877       return  p ? new(p) ::TBufferSQL : new ::TBufferSQL;
03878    }
03879    static void *newArray_TBufferSQL(Long_t nElements, void *p) {
03880       return p ? new(p) ::TBufferSQL[nElements] : new ::TBufferSQL[nElements];
03881    }
03882    // Wrapper around operator delete
03883    static void delete_TBufferSQL(void *p) {
03884       delete ((::TBufferSQL*)p);
03885    }
03886    static void deleteArray_TBufferSQL(void *p) {
03887       delete [] ((::TBufferSQL*)p);
03888    }
03889    static void destruct_TBufferSQL(void *p) {
03890       typedef ::TBufferSQL current_t;
03891       ((current_t*)p)->~current_t();
03892    }
03893 } // end of namespace ROOT for class ::TBufferSQL
03894 
03895 //______________________________________________________________________________
03896 void TBasketSQL::Streamer(TBuffer &R__b)
03897 {
03898    // Stream an object of class TBasketSQL.
03899 
03900    if (R__b.IsReading()) {
03901       R__b.ReadClassBuffer(TBasketSQL::Class(),this);
03902    } else {
03903       R__b.WriteClassBuffer(TBasketSQL::Class(),this);
03904    }
03905 }
03906 
03907 //______________________________________________________________________________
03908 void TBasketSQL::ShowMembers(TMemberInspector &R__insp)
03909 {
03910       // Inspect the data members of an object of class TBasketSQL.
03911       TClass *R__cl = ::TBasketSQL::IsA();
03912       if (R__cl || R__insp.IsA()) { }
03913       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResultPtr", &fResultPtr);
03914       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRowPtr", &fRowPtr);
03915       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInsertQuery", &fInsertQuery);
03916       TBasket::ShowMembers(R__insp);
03917 }
03918 
03919 namespace ROOT {
03920    // Wrappers around operator new
03921    static void *new_TBasketSQL(void *p) {
03922       return  p ? new(p) ::TBasketSQL : new ::TBasketSQL;
03923    }
03924    static void *newArray_TBasketSQL(Long_t nElements, void *p) {
03925       return p ? new(p) ::TBasketSQL[nElements] : new ::TBasketSQL[nElements];
03926    }
03927    // Wrapper around operator delete
03928    static void delete_TBasketSQL(void *p) {
03929       delete ((::TBasketSQL*)p);
03930    }
03931    static void deleteArray_TBasketSQL(void *p) {
03932       delete [] ((::TBasketSQL*)p);
03933    }
03934    static void destruct_TBasketSQL(void *p) {
03935       typedef ::TBasketSQL current_t;
03936       ((current_t*)p)->~current_t();
03937    }
03938 } // end of namespace ROOT for class ::TBasketSQL
03939 
03940 //______________________________________________________________________________
03941 void TChain::ShowMembers(TMemberInspector &R__insp)
03942 {
03943       // Inspect the data members of an object of class TChain.
03944       TClass *R__cl = ::TChain::IsA();
03945       if (R__cl || R__insp.IsA()) { }
03946       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTreeOffsetLen", &fTreeOffsetLen);
03947       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNtrees", &fNtrees);
03948       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTreeNumber", &fTreeNumber);
03949       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTreeOffset", &fTreeOffset);
03950       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanDeleteRefs", &fCanDeleteRefs);
03951       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTree", &fTree);
03952       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFile", &fFile);
03953       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFiles", &fFiles);
03954       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatus", &fStatus);
03955       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fProofChain", &fProofChain);
03956       TTree::ShowMembers(R__insp);
03957 }
03958 
03959 namespace ROOT {
03960    // Wrappers around operator new
03961    static void *new_TChain(void *p) {
03962       return  p ? new(p) ::TChain : new ::TChain;
03963    }
03964    static void *newArray_TChain(Long_t nElements, void *p) {
03965       return p ? new(p) ::TChain[nElements] : new ::TChain[nElements];
03966    }
03967    // Wrapper around operator delete
03968    static void delete_TChain(void *p) {
03969       delete ((::TChain*)p);
03970    }
03971    static void deleteArray_TChain(void *p) {
03972       delete [] ((::TChain*)p);
03973    }
03974    static void destruct_TChain(void *p) {
03975       typedef ::TChain current_t;
03976       ((current_t*)p)->~current_t();
03977    }
03978    // Wrapper around the directory auto add.
03979    static void directoryAutoAdd_TChain(void *p, TDirectory *dir) {
03980       ((::TChain*)p)->DirectoryAutoAdd(dir);
03981    }
03982    // Wrapper around a custom streamer member function.
03983    static void streamer_TChain(TBuffer &buf, void *obj) {
03984       ((::TChain*)obj)->::TChain::Streamer(buf);
03985    }
03986 } // end of namespace ROOT for class ::TChain
03987 
03988 //______________________________________________________________________________
03989 void TChainElement::Streamer(TBuffer &R__b)
03990 {
03991    // Stream an object of class TChainElement.
03992 
03993    UInt_t R__s, R__c;
03994    if (R__b.IsReading()) {
03995       Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
03996       TNamed::Streamer(R__b);
03997       R__b >> fEntries;
03998       R__b >> fNPackets;
03999       R__b >> fPacketSize;
04000       R__b >> fStatus;
04001       R__b.CheckByteCount(R__s, R__c, TChainElement::IsA());
04002    } else {
04003       R__c = R__b.WriteVersion(TChainElement::IsA(), kTRUE);
04004       TNamed::Streamer(R__b);
04005       R__b << fEntries;
04006       R__b << fNPackets;
04007       R__b << fPacketSize;
04008       R__b << fStatus;
04009       R__b.SetByteCount(R__c, kTRUE);
04010    }
04011 }
04012 
04013 //______________________________________________________________________________
04014 void TChainElement::ShowMembers(TMemberInspector &R__insp)
04015 {
04016       // Inspect the data members of an object of class TChainElement.
04017       TClass *R__cl = ::TChainElement::IsA();
04018       if (R__cl || R__insp.IsA()) { }
04019       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntries", &fEntries);
04020       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNPackets", &fNPackets);
04021       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPacketSize", &fPacketSize);
04022       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatus", &fStatus);
04023       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBaddress", &fBaddress);
04024       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBaddressClassName", &fBaddressClassName);
04025       R__insp.InspectMember(fBaddressClassName, "fBaddressClassName.");
04026       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBaddressType", &fBaddressType);
04027       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBaddressIsPtr", &fBaddressIsPtr);
04028       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPackets", &fPackets);
04029       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranchPtr", &fBranchPtr);
04030       TNamed::ShowMembers(R__insp);
04031 }
04032 
04033 namespace ROOT {
04034    // Wrappers around operator new
04035    static void *new_TChainElement(void *p) {
04036       return  p ? new(p) ::TChainElement : new ::TChainElement;
04037    }
04038    static void *newArray_TChainElement(Long_t nElements, void *p) {
04039       return p ? new(p) ::TChainElement[nElements] : new ::TChainElement[nElements];
04040    }
04041    // Wrapper around operator delete
04042    static void delete_TChainElement(void *p) {
04043       delete ((::TChainElement*)p);
04044    }
04045    static void deleteArray_TChainElement(void *p) {
04046       delete [] ((::TChainElement*)p);
04047    }
04048    static void destruct_TChainElement(void *p) {
04049       typedef ::TChainElement current_t;
04050       ((current_t*)p)->~current_t();
04051    }
04052    // Wrapper around a custom streamer member function.
04053    static void streamer_TChainElement(TBuffer &buf, void *obj) {
04054       ((::TChainElement*)obj)->::TChainElement::Streamer(buf);
04055    }
04056 } // end of namespace ROOT for class ::TChainElement
04057 
04058 //______________________________________________________________________________
04059 void TCut::Streamer(TBuffer &R__b)
04060 {
04061    // Stream an object of class TCut.
04062 
04063    if (R__b.IsReading()) {
04064       R__b.ReadClassBuffer(TCut::Class(),this);
04065    } else {
04066       R__b.WriteClassBuffer(TCut::Class(),this);
04067    }
04068 }
04069 
04070 //______________________________________________________________________________
04071 void TCut::ShowMembers(TMemberInspector &R__insp)
04072 {
04073       // Inspect the data members of an object of class TCut.
04074       TClass *R__cl = ::TCut::IsA();
04075       if (R__cl || R__insp.IsA()) { }
04076       TNamed::ShowMembers(R__insp);
04077 }
04078 
04079 namespace ROOT {
04080    // Wrappers around operator new
04081    static void *new_TCut(void *p) {
04082       return  p ? new(p) ::TCut : new ::TCut;
04083    }
04084    static void *newArray_TCut(Long_t nElements, void *p) {
04085       return p ? new(p) ::TCut[nElements] : new ::TCut[nElements];
04086    }
04087    // Wrapper around operator delete
04088    static void delete_TCut(void *p) {
04089       delete ((::TCut*)p);
04090    }
04091    static void deleteArray_TCut(void *p) {
04092       delete [] ((::TCut*)p);
04093    }
04094    static void destruct_TCut(void *p) {
04095       typedef ::TCut current_t;
04096       ((current_t*)p)->~current_t();
04097    }
04098 } // end of namespace ROOT for class ::TCut
04099 
04100 //______________________________________________________________________________
04101 void TEntryList::Streamer(TBuffer &R__b)
04102 {
04103    // Stream an object of class TEntryList.
04104 
04105    if (R__b.IsReading()) {
04106       R__b.ReadClassBuffer(TEntryList::Class(),this);
04107    } else {
04108       R__b.WriteClassBuffer(TEntryList::Class(),this);
04109    }
04110 }
04111 
04112 //______________________________________________________________________________
04113 void TEntryList::ShowMembers(TMemberInspector &R__insp)
04114 {
04115       // Inspect the data members of an object of class TEntryList.
04116       TClass *R__cl = ::TEntryList::IsA();
04117       if (R__cl || R__insp.IsA()) { }
04118       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLists", &fLists);
04119       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCurrent", &fCurrent);
04120       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNBlocks", &fNBlocks);
04121       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBlocks", &fBlocks);
04122       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
04123       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntriesToProcess", &fEntriesToProcess);
04124       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTreeName", &fTreeName);
04125       R__insp.InspectMember(fTreeName, "fTreeName.");
04126       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFileName", &fFileName);
04127       R__insp.InspectMember(fFileName, "fFileName.");
04128       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStringHash", &fStringHash);
04129       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTreeNumber", &fTreeNumber);
04130       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastIndexQueried", &fLastIndexQueried);
04131       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastIndexReturned", &fLastIndexReturned);
04132       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShift", &fShift);
04133       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectory", &fDirectory);
04134       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReapply", &fReapply);
04135       TNamed::ShowMembers(R__insp);
04136 }
04137 
04138 namespace ROOT {
04139    // Wrappers around operator new
04140    static void *new_TEntryList(void *p) {
04141       return  p ? new(p) ::TEntryList : new ::TEntryList;
04142    }
04143    static void *newArray_TEntryList(Long_t nElements, void *p) {
04144       return p ? new(p) ::TEntryList[nElements] : new ::TEntryList[nElements];
04145    }
04146    // Wrapper around operator delete
04147    static void delete_TEntryList(void *p) {
04148       delete ((::TEntryList*)p);
04149    }
04150    static void deleteArray_TEntryList(void *p) {
04151       delete [] ((::TEntryList*)p);
04152    }
04153    static void destruct_TEntryList(void *p) {
04154       typedef ::TEntryList current_t;
04155       ((current_t*)p)->~current_t();
04156    }
04157    // Wrapper around the directory auto add.
04158    static void directoryAutoAdd_TEntryList(void *p, TDirectory *dir) {
04159       ((::TEntryList*)p)->DirectoryAutoAdd(dir);
04160    }
04161 } // end of namespace ROOT for class ::TEntryList
04162 
04163 //______________________________________________________________________________
04164 void TEntryListFromFile::Streamer(TBuffer &R__b)
04165 {
04166    // Stream an object of class TEntryListFromFile.
04167 
04168    if (R__b.IsReading()) {
04169       R__b.ReadClassBuffer(TEntryListFromFile::Class(),this);
04170    } else {
04171       R__b.WriteClassBuffer(TEntryListFromFile::Class(),this);
04172    }
04173 }
04174 
04175 //______________________________________________________________________________
04176 void TEntryListFromFile::ShowMembers(TMemberInspector &R__insp)
04177 {
04178       // Inspect the data members of an object of class TEntryListFromFile.
04179       TClass *R__cl = ::TEntryListFromFile::IsA();
04180       if (R__cl || R__insp.IsA()) { }
04181       R__insp.Inspect(R__cl, R__insp.GetParent(), "fListFileName", &fListFileName);
04182       R__insp.InspectMember(fListFileName, "fListFileName.");
04183       R__insp.Inspect(R__cl, R__insp.GetParent(), "fListName", &fListName);
04184       R__insp.InspectMember(fListName, "fListName.");
04185       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNFiles", &fNFiles);
04186       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListOffset", &fListOffset);
04187       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFile", &fFile);
04188       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileNames", &fFileNames);
04189       TEntryList::ShowMembers(R__insp);
04190 }
04191 
04192 namespace ROOT {
04193    // Wrappers around operator new
04194    static void *new_TEntryListFromFile(void *p) {
04195       return  p ? new(p) ::TEntryListFromFile : new ::TEntryListFromFile;
04196    }
04197    static void *newArray_TEntryListFromFile(Long_t nElements, void *p) {
04198       return p ? new(p) ::TEntryListFromFile[nElements] : new ::TEntryListFromFile[nElements];
04199    }
04200    // Wrapper around operator delete
04201    static void delete_TEntryListFromFile(void *p) {
04202       delete ((::TEntryListFromFile*)p);
04203    }
04204    static void deleteArray_TEntryListFromFile(void *p) {
04205       delete [] ((::TEntryListFromFile*)p);
04206    }
04207    static void destruct_TEntryListFromFile(void *p) {
04208       typedef ::TEntryListFromFile current_t;
04209       ((current_t*)p)->~current_t();
04210    }
04211    // Wrapper around the directory auto add.
04212    static void directoryAutoAdd_TEntryListFromFile(void *p, TDirectory *dir) {
04213       ((::TEntryListFromFile*)p)->DirectoryAutoAdd(dir);
04214    }
04215 } // end of namespace ROOT for class ::TEntryListFromFile
04216 
04217 //______________________________________________________________________________
04218 void TEntryListBlock::Streamer(TBuffer &R__b)
04219 {
04220    // Stream an object of class TEntryListBlock.
04221 
04222    if (R__b.IsReading()) {
04223       R__b.ReadClassBuffer(TEntryListBlock::Class(),this);
04224    } else {
04225       R__b.WriteClassBuffer(TEntryListBlock::Class(),this);
04226    }
04227 }
04228 
04229 //______________________________________________________________________________
04230 void TEntryListBlock::ShowMembers(TMemberInspector &R__insp)
04231 {
04232       // Inspect the data members of an object of class TEntryListBlock.
04233       TClass *R__cl = ::TEntryListBlock::IsA();
04234       if (R__cl || R__insp.IsA()) { }
04235       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNPassed", &fNPassed);
04236       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
04237       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIndices", &fIndices);
04238       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
04239       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPassing", &fPassing);
04240       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrent", &fCurrent);
04241       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastIndexQueried", &fLastIndexQueried);
04242       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastIndexReturned", &fLastIndexReturned);
04243       TObject::ShowMembers(R__insp);
04244 }
04245 
04246 namespace ROOT {
04247    // Wrappers around operator new
04248    static void *new_TEntryListBlock(void *p) {
04249       return  p ? new(p) ::TEntryListBlock : new ::TEntryListBlock;
04250    }
04251    static void *newArray_TEntryListBlock(Long_t nElements, void *p) {
04252       return p ? new(p) ::TEntryListBlock[nElements] : new ::TEntryListBlock[nElements];
04253    }
04254    // Wrapper around operator delete
04255    static void delete_TEntryListBlock(void *p) {
04256       delete ((::TEntryListBlock*)p);
04257    }
04258    static void deleteArray_TEntryListBlock(void *p) {
04259       delete [] ((::TEntryListBlock*)p);
04260    }
04261    static void destruct_TEntryListBlock(void *p) {
04262       typedef ::TEntryListBlock current_t;
04263       ((current_t*)p)->~current_t();
04264    }
04265 } // end of namespace ROOT for class ::TEntryListBlock
04266 
04267 //______________________________________________________________________________
04268 void TEventList::ShowMembers(TMemberInspector &R__insp)
04269 {
04270       // Inspect the data members of an object of class TEventList.
04271       TClass *R__cl = ::TEventList::IsA();
04272       if (R__cl || R__insp.IsA()) { }
04273       R__insp.Inspect(R__cl, R__insp.GetParent(), "fN", &fN);
04274       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
04275       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDelta", &fDelta);
04276       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReapply", &fReapply);
04277       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fList", &fList);
04278       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectory", &fDirectory);
04279       TNamed::ShowMembers(R__insp);
04280 }
04281 
04282 namespace ROOT {
04283    // Wrappers around operator new
04284    static void *new_TEventList(void *p) {
04285       return  p ? new(p) ::TEventList : new ::TEventList;
04286    }
04287    static void *newArray_TEventList(Long_t nElements, void *p) {
04288       return p ? new(p) ::TEventList[nElements] : new ::TEventList[nElements];
04289    }
04290    // Wrapper around operator delete
04291    static void delete_TEventList(void *p) {
04292       delete ((::TEventList*)p);
04293    }
04294    static void deleteArray_TEventList(void *p) {
04295       delete [] ((::TEventList*)p);
04296    }
04297    static void destruct_TEventList(void *p) {
04298       typedef ::TEventList current_t;
04299       ((current_t*)p)->~current_t();
04300    }
04301    // Wrapper around the directory auto add.
04302    static void directoryAutoAdd_TEventList(void *p, TDirectory *dir) {
04303       ((::TEventList*)p)->DirectoryAutoAdd(dir);
04304    }
04305    // Wrapper around a custom streamer member function.
04306    static void streamer_TEventList(TBuffer &buf, void *obj) {
04307       ((::TEventList*)obj)->::TEventList::Streamer(buf);
04308    }
04309 } // end of namespace ROOT for class ::TEventList
04310 
04311 //______________________________________________________________________________
04312 void TFriendElement::Streamer(TBuffer &R__b)
04313 {
04314    // Stream an object of class TFriendElement.
04315 
04316    if (R__b.IsReading()) {
04317       R__b.ReadClassBuffer(TFriendElement::Class(),this);
04318    } else {
04319       R__b.WriteClassBuffer(TFriendElement::Class(),this);
04320    }
04321 }
04322 
04323 //______________________________________________________________________________
04324 void TFriendElement::ShowMembers(TMemberInspector &R__insp)
04325 {
04326       // Inspect the data members of an object of class TFriendElement.
04327       TClass *R__cl = ::TFriendElement::IsA();
04328       if (R__cl || R__insp.IsA()) { }
04329       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParentTree", &fParentTree);
04330       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTree", &fTree);
04331       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFile", &fFile);
04332       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTreeName", &fTreeName);
04333       R__insp.InspectMember(fTreeName, "fTreeName.");
04334       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOwnFile", &fOwnFile);
04335       TNamed::ShowMembers(R__insp);
04336 }
04337 
04338 namespace ROOT {
04339    // Wrappers around operator new
04340    static void *new_TFriendElement(void *p) {
04341       return  p ? new(p) ::TFriendElement : new ::TFriendElement;
04342    }
04343    static void *newArray_TFriendElement(Long_t nElements, void *p) {
04344       return p ? new(p) ::TFriendElement[nElements] : new ::TFriendElement[nElements];
04345    }
04346    // Wrapper around operator delete
04347    static void delete_TFriendElement(void *p) {
04348       delete ((::TFriendElement*)p);
04349    }
04350    static void deleteArray_TFriendElement(void *p) {
04351       delete [] ((::TFriendElement*)p);
04352    }
04353    static void destruct_TFriendElement(void *p) {
04354       typedef ::TFriendElement current_t;
04355       ((current_t*)p)->~current_t();
04356    }
04357 } // end of namespace ROOT for class ::TFriendElement
04358 
04359 //______________________________________________________________________________
04360 void TTreeFriendLeafIter::Streamer(TBuffer &R__b)
04361 {
04362    // Stream an object of class TTreeFriendLeafIter.
04363 
04364    TIterator::Streamer(R__b);
04365 }
04366 
04367 //______________________________________________________________________________
04368 void TTreeFriendLeafIter::ShowMembers(TMemberInspector &R__insp)
04369 {
04370       // Inspect the data members of an object of class TTreeFriendLeafIter.
04371       TClass *R__cl = ::TTreeFriendLeafIter::IsA();
04372       if (R__cl || R__insp.IsA()) { }
04373       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTree", &fTree);
04374       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeafIter", &fLeafIter);
04375       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTreeIter", &fTreeIter);
04376       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirection", &fDirection);
04377       TIterator::ShowMembers(R__insp);
04378 }
04379 
04380 namespace ROOT {
04381    // Wrapper around operator delete
04382    static void delete_TTreeFriendLeafIter(void *p) {
04383       delete ((::TTreeFriendLeafIter*)p);
04384    }
04385    static void deleteArray_TTreeFriendLeafIter(void *p) {
04386       delete [] ((::TTreeFriendLeafIter*)p);
04387    }
04388    static void destruct_TTreeFriendLeafIter(void *p) {
04389       typedef ::TTreeFriendLeafIter current_t;
04390       ((current_t*)p)->~current_t();
04391    }
04392    // Wrapper around a custom streamer member function.
04393    static void streamer_TTreeFriendLeafIter(TBuffer &buf, void *obj) {
04394       ((::TTreeFriendLeafIter*)obj)->::TTreeFriendLeafIter::Streamer(buf);
04395    }
04396 } // end of namespace ROOT for class ::TTreeFriendLeafIter
04397 
04398 //______________________________________________________________________________
04399 void TLeaf::ShowMembers(TMemberInspector &R__insp)
04400 {
04401       // Inspect the data members of an object of class TLeaf.
04402       TClass *R__cl = ::TLeaf::IsA();
04403       if (R__cl || R__insp.IsA()) { }
04404       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdata", &fNdata);
04405       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLen", &fLen);
04406       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLenType", &fLenType);
04407       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOffset", &fOffset);
04408       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsRange", &fIsRange);
04409       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsUnsigned", &fIsUnsigned);
04410       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeafCount", &fLeafCount);
04411       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranch", &fBranch);
04412       TNamed::ShowMembers(R__insp);
04413 }
04414 
04415 namespace ROOT {
04416    // Wrappers around operator new
04417    static void *new_TLeaf(void *p) {
04418       return  p ? new(p) ::TLeaf : new ::TLeaf;
04419    }
04420    static void *newArray_TLeaf(Long_t nElements, void *p) {
04421       return p ? new(p) ::TLeaf[nElements] : new ::TLeaf[nElements];
04422    }
04423    // Wrapper around operator delete
04424    static void delete_TLeaf(void *p) {
04425       delete ((::TLeaf*)p);
04426    }
04427    static void deleteArray_TLeaf(void *p) {
04428       delete [] ((::TLeaf*)p);
04429    }
04430    static void destruct_TLeaf(void *p) {
04431       typedef ::TLeaf current_t;
04432       ((current_t*)p)->~current_t();
04433    }
04434    // Wrapper around a custom streamer member function.
04435    static void streamer_TLeaf(TBuffer &buf, void *obj) {
04436       ((::TLeaf*)obj)->::TLeaf::Streamer(buf);
04437    }
04438 } // end of namespace ROOT for class ::TLeaf
04439 
04440 //______________________________________________________________________________
04441 void TLeafElement::Streamer(TBuffer &R__b)
04442 {
04443    // Stream an object of class TLeafElement.
04444 
04445    if (R__b.IsReading()) {
04446       R__b.ReadClassBuffer(TLeafElement::Class(),this);
04447    } else {
04448       R__b.WriteClassBuffer(TLeafElement::Class(),this);
04449    }
04450 }
04451 
04452 //______________________________________________________________________________
04453 void TLeafElement::ShowMembers(TMemberInspector &R__insp)
04454 {
04455       // Inspect the data members of an object of class TLeafElement.
04456       TClass *R__cl = ::TLeafElement::IsA();
04457       if (R__cl || R__insp.IsA()) { }
04458       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAbsAddress", &fAbsAddress);
04459       R__insp.Inspect(R__cl, R__insp.GetParent(), "fID", &fID);
04460       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
04461       TLeaf::ShowMembers(R__insp);
04462 }
04463 
04464 namespace ROOT {
04465    // Wrappers around operator new
04466    static void *new_TLeafElement(void *p) {
04467       return  p ? new(p) ::TLeafElement : new ::TLeafElement;
04468    }
04469    static void *newArray_TLeafElement(Long_t nElements, void *p) {
04470       return p ? new(p) ::TLeafElement[nElements] : new ::TLeafElement[nElements];
04471    }
04472    // Wrapper around operator delete
04473    static void delete_TLeafElement(void *p) {
04474       delete ((::TLeafElement*)p);
04475    }
04476    static void deleteArray_TLeafElement(void *p) {
04477       delete [] ((::TLeafElement*)p);
04478    }
04479    static void destruct_TLeafElement(void *p) {
04480       typedef ::TLeafElement current_t;
04481       ((current_t*)p)->~current_t();
04482    }
04483 } // end of namespace ROOT for class ::TLeafElement
04484 
04485 //______________________________________________________________________________
04486 void TLeafObject::ShowMembers(TMemberInspector &R__insp)
04487 {
04488       // Inspect the data members of an object of class TLeafObject.
04489       TClass *R__cl = ::TLeafObject::IsA();
04490       if (R__cl || R__insp.IsA()) { }
04491       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClass", (void*)&fClass);
04492       R__insp.InspectMember("TClassRef", (void*)&fClass, "fClass.", true);
04493       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObjAddress", &fObjAddress);
04494       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVirtual", &fVirtual);
04495       TLeaf::ShowMembers(R__insp);
04496 }
04497 
04498 namespace ROOT {
04499    // Wrappers around operator new
04500    static void *new_TLeafObject(void *p) {
04501       return  p ? new(p) ::TLeafObject : new ::TLeafObject;
04502    }
04503    static void *newArray_TLeafObject(Long_t nElements, void *p) {
04504       return p ? new(p) ::TLeafObject[nElements] : new ::TLeafObject[nElements];
04505    }
04506    // Wrapper around operator delete
04507    static void delete_TLeafObject(void *p) {
04508       delete ((::TLeafObject*)p);
04509    }
04510    static void deleteArray_TLeafObject(void *p) {
04511       delete [] ((::TLeafObject*)p);
04512    }
04513    static void destruct_TLeafObject(void *p) {
04514       typedef ::TLeafObject current_t;
04515       ((current_t*)p)->~current_t();
04516    }
04517    // Wrapper around a custom streamer member function.
04518    static void streamer_TLeafObject(TBuffer &buf, void *obj) {
04519       ((::TLeafObject*)obj)->::TLeafObject::Streamer(buf);
04520    }
04521 } // end of namespace ROOT for class ::TLeafObject
04522 
04523 //______________________________________________________________________________
04524 void TLeafB::Streamer(TBuffer &R__b)
04525 {
04526    // Stream an object of class TLeafB.
04527 
04528    if (R__b.IsReading()) {
04529       R__b.ReadClassBuffer(TLeafB::Class(),this);
04530    } else {
04531       R__b.WriteClassBuffer(TLeafB::Class(),this);
04532    }
04533 }
04534 
04535 //______________________________________________________________________________
04536 void TLeafB::ShowMembers(TMemberInspector &R__insp)
04537 {
04538       // Inspect the data members of an object of class TLeafB.
04539       TClass *R__cl = ::TLeafB::IsA();
04540       if (R__cl || R__insp.IsA()) { }
04541       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04542       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04543       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04544       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04545       TLeaf::ShowMembers(R__insp);
04546 }
04547 
04548 namespace ROOT {
04549    // Wrappers around operator new
04550    static void *new_TLeafB(void *p) {
04551       return  p ? new(p) ::TLeafB : new ::TLeafB;
04552    }
04553    static void *newArray_TLeafB(Long_t nElements, void *p) {
04554       return p ? new(p) ::TLeafB[nElements] : new ::TLeafB[nElements];
04555    }
04556    // Wrapper around operator delete
04557    static void delete_TLeafB(void *p) {
04558       delete ((::TLeafB*)p);
04559    }
04560    static void deleteArray_TLeafB(void *p) {
04561       delete [] ((::TLeafB*)p);
04562    }
04563    static void destruct_TLeafB(void *p) {
04564       typedef ::TLeafB current_t;
04565       ((current_t*)p)->~current_t();
04566    }
04567 } // end of namespace ROOT for class ::TLeafB
04568 
04569 //______________________________________________________________________________
04570 void TLeafC::Streamer(TBuffer &R__b)
04571 {
04572    // Stream an object of class TLeafC.
04573 
04574    if (R__b.IsReading()) {
04575       R__b.ReadClassBuffer(TLeafC::Class(),this);
04576    } else {
04577       R__b.WriteClassBuffer(TLeafC::Class(),this);
04578    }
04579 }
04580 
04581 //______________________________________________________________________________
04582 void TLeafC::ShowMembers(TMemberInspector &R__insp)
04583 {
04584       // Inspect the data members of an object of class TLeafC.
04585       TClass *R__cl = ::TLeafC::IsA();
04586       if (R__cl || R__insp.IsA()) { }
04587       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04588       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04589       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04590       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04591       TLeaf::ShowMembers(R__insp);
04592 }
04593 
04594 namespace ROOT {
04595    // Wrappers around operator new
04596    static void *new_TLeafC(void *p) {
04597       return  p ? new(p) ::TLeafC : new ::TLeafC;
04598    }
04599    static void *newArray_TLeafC(Long_t nElements, void *p) {
04600       return p ? new(p) ::TLeafC[nElements] : new ::TLeafC[nElements];
04601    }
04602    // Wrapper around operator delete
04603    static void delete_TLeafC(void *p) {
04604       delete ((::TLeafC*)p);
04605    }
04606    static void deleteArray_TLeafC(void *p) {
04607       delete [] ((::TLeafC*)p);
04608    }
04609    static void destruct_TLeafC(void *p) {
04610       typedef ::TLeafC current_t;
04611       ((current_t*)p)->~current_t();
04612    }
04613 } // end of namespace ROOT for class ::TLeafC
04614 
04615 //______________________________________________________________________________
04616 void TLeafD::Streamer(TBuffer &R__b)
04617 {
04618    // Stream an object of class TLeafD.
04619 
04620    if (R__b.IsReading()) {
04621       R__b.ReadClassBuffer(TLeafD::Class(),this);
04622    } else {
04623       R__b.WriteClassBuffer(TLeafD::Class(),this);
04624    }
04625 }
04626 
04627 //______________________________________________________________________________
04628 void TLeafD::ShowMembers(TMemberInspector &R__insp)
04629 {
04630       // Inspect the data members of an object of class TLeafD.
04631       TClass *R__cl = ::TLeafD::IsA();
04632       if (R__cl || R__insp.IsA()) { }
04633       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04634       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04635       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04636       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04637       TLeaf::ShowMembers(R__insp);
04638 }
04639 
04640 namespace ROOT {
04641    // Wrappers around operator new
04642    static void *new_TLeafD(void *p) {
04643       return  p ? new(p) ::TLeafD : new ::TLeafD;
04644    }
04645    static void *newArray_TLeafD(Long_t nElements, void *p) {
04646       return p ? new(p) ::TLeafD[nElements] : new ::TLeafD[nElements];
04647    }
04648    // Wrapper around operator delete
04649    static void delete_TLeafD(void *p) {
04650       delete ((::TLeafD*)p);
04651    }
04652    static void deleteArray_TLeafD(void *p) {
04653       delete [] ((::TLeafD*)p);
04654    }
04655    static void destruct_TLeafD(void *p) {
04656       typedef ::TLeafD current_t;
04657       ((current_t*)p)->~current_t();
04658    }
04659 } // end of namespace ROOT for class ::TLeafD
04660 
04661 //______________________________________________________________________________
04662 void TLeafF::Streamer(TBuffer &R__b)
04663 {
04664    // Stream an object of class TLeafF.
04665 
04666    if (R__b.IsReading()) {
04667       R__b.ReadClassBuffer(TLeafF::Class(),this);
04668    } else {
04669       R__b.WriteClassBuffer(TLeafF::Class(),this);
04670    }
04671 }
04672 
04673 //______________________________________________________________________________
04674 void TLeafF::ShowMembers(TMemberInspector &R__insp)
04675 {
04676       // Inspect the data members of an object of class TLeafF.
04677       TClass *R__cl = ::TLeafF::IsA();
04678       if (R__cl || R__insp.IsA()) { }
04679       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04680       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04681       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04682       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04683       TLeaf::ShowMembers(R__insp);
04684 }
04685 
04686 namespace ROOT {
04687    // Wrappers around operator new
04688    static void *new_TLeafF(void *p) {
04689       return  p ? new(p) ::TLeafF : new ::TLeafF;
04690    }
04691    static void *newArray_TLeafF(Long_t nElements, void *p) {
04692       return p ? new(p) ::TLeafF[nElements] : new ::TLeafF[nElements];
04693    }
04694    // Wrapper around operator delete
04695    static void delete_TLeafF(void *p) {
04696       delete ((::TLeafF*)p);
04697    }
04698    static void deleteArray_TLeafF(void *p) {
04699       delete [] ((::TLeafF*)p);
04700    }
04701    static void destruct_TLeafF(void *p) {
04702       typedef ::TLeafF current_t;
04703       ((current_t*)p)->~current_t();
04704    }
04705 } // end of namespace ROOT for class ::TLeafF
04706 
04707 //______________________________________________________________________________
04708 void TLeafI::Streamer(TBuffer &R__b)
04709 {
04710    // Stream an object of class TLeafI.
04711 
04712    if (R__b.IsReading()) {
04713       R__b.ReadClassBuffer(TLeafI::Class(),this);
04714    } else {
04715       R__b.WriteClassBuffer(TLeafI::Class(),this);
04716    }
04717 }
04718 
04719 //______________________________________________________________________________
04720 void TLeafI::ShowMembers(TMemberInspector &R__insp)
04721 {
04722       // Inspect the data members of an object of class TLeafI.
04723       TClass *R__cl = ::TLeafI::IsA();
04724       if (R__cl || R__insp.IsA()) { }
04725       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04726       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04727       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04728       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04729       TLeaf::ShowMembers(R__insp);
04730 }
04731 
04732 namespace ROOT {
04733    // Wrappers around operator new
04734    static void *new_TLeafI(void *p) {
04735       return  p ? new(p) ::TLeafI : new ::TLeafI;
04736    }
04737    static void *newArray_TLeafI(Long_t nElements, void *p) {
04738       return p ? new(p) ::TLeafI[nElements] : new ::TLeafI[nElements];
04739    }
04740    // Wrapper around operator delete
04741    static void delete_TLeafI(void *p) {
04742       delete ((::TLeafI*)p);
04743    }
04744    static void deleteArray_TLeafI(void *p) {
04745       delete [] ((::TLeafI*)p);
04746    }
04747    static void destruct_TLeafI(void *p) {
04748       typedef ::TLeafI current_t;
04749       ((current_t*)p)->~current_t();
04750    }
04751 } // end of namespace ROOT for class ::TLeafI
04752 
04753 //______________________________________________________________________________
04754 void TLeafS::Streamer(TBuffer &R__b)
04755 {
04756    // Stream an object of class TLeafS.
04757 
04758    if (R__b.IsReading()) {
04759       R__b.ReadClassBuffer(TLeafS::Class(),this);
04760    } else {
04761       R__b.WriteClassBuffer(TLeafS::Class(),this);
04762    }
04763 }
04764 
04765 //______________________________________________________________________________
04766 void TLeafS::ShowMembers(TMemberInspector &R__insp)
04767 {
04768       // Inspect the data members of an object of class TLeafS.
04769       TClass *R__cl = ::TLeafS::IsA();
04770       if (R__cl || R__insp.IsA()) { }
04771       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04772       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04773       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04774       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04775       TLeaf::ShowMembers(R__insp);
04776 }
04777 
04778 namespace ROOT {
04779    // Wrappers around operator new
04780    static void *new_TLeafS(void *p) {
04781       return  p ? new(p) ::TLeafS : new ::TLeafS;
04782    }
04783    static void *newArray_TLeafS(Long_t nElements, void *p) {
04784       return p ? new(p) ::TLeafS[nElements] : new ::TLeafS[nElements];
04785    }
04786    // Wrapper around operator delete
04787    static void delete_TLeafS(void *p) {
04788       delete ((::TLeafS*)p);
04789    }
04790    static void deleteArray_TLeafS(void *p) {
04791       delete [] ((::TLeafS*)p);
04792    }
04793    static void destruct_TLeafS(void *p) {
04794       typedef ::TLeafS current_t;
04795       ((current_t*)p)->~current_t();
04796    }
04797 } // end of namespace ROOT for class ::TLeafS
04798 
04799 //______________________________________________________________________________
04800 void TLeafL::Streamer(TBuffer &R__b)
04801 {
04802    // Stream an object of class TLeafL.
04803 
04804    if (R__b.IsReading()) {
04805       R__b.ReadClassBuffer(TLeafL::Class(),this);
04806    } else {
04807       R__b.WriteClassBuffer(TLeafL::Class(),this);
04808    }
04809 }
04810 
04811 //______________________________________________________________________________
04812 void TLeafL::ShowMembers(TMemberInspector &R__insp)
04813 {
04814       // Inspect the data members of an object of class TLeafL.
04815       TClass *R__cl = ::TLeafL::IsA();
04816       if (R__cl || R__insp.IsA()) { }
04817       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04818       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04819       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04820       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04821       TLeaf::ShowMembers(R__insp);
04822 }
04823 
04824 namespace ROOT {
04825    // Wrappers around operator new
04826    static void *new_TLeafL(void *p) {
04827       return  p ? new(p) ::TLeafL : new ::TLeafL;
04828    }
04829    static void *newArray_TLeafL(Long_t nElements, void *p) {
04830       return p ? new(p) ::TLeafL[nElements] : new ::TLeafL[nElements];
04831    }
04832    // Wrapper around operator delete
04833    static void delete_TLeafL(void *p) {
04834       delete ((::TLeafL*)p);
04835    }
04836    static void deleteArray_TLeafL(void *p) {
04837       delete [] ((::TLeafL*)p);
04838    }
04839    static void destruct_TLeafL(void *p) {
04840       typedef ::TLeafL current_t;
04841       ((current_t*)p)->~current_t();
04842    }
04843 } // end of namespace ROOT for class ::TLeafL
04844 
04845 //______________________________________________________________________________
04846 void TLeafO::Streamer(TBuffer &R__b)
04847 {
04848    // Stream an object of class TLeafO.
04849 
04850    if (R__b.IsReading()) {
04851       R__b.ReadClassBuffer(TLeafO::Class(),this);
04852    } else {
04853       R__b.WriteClassBuffer(TLeafO::Class(),this);
04854    }
04855 }
04856 
04857 //______________________________________________________________________________
04858 void TLeafO::ShowMembers(TMemberInspector &R__insp)
04859 {
04860       // Inspect the data members of an object of class TLeafO.
04861       TClass *R__cl = ::TLeafO::IsA();
04862       if (R__cl || R__insp.IsA()) { }
04863       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimum", &fMinimum);
04864       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaximum", &fMaximum);
04865       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fValue", &fValue);
04866       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPointer", &fPointer);
04867       TLeaf::ShowMembers(R__insp);
04868 }
04869 
04870 namespace ROOT {
04871    // Wrappers around operator new
04872    static void *new_TLeafO(void *p) {
04873       return  p ? new(p) ::TLeafO : new ::TLeafO;
04874    }
04875    static void *newArray_TLeafO(Long_t nElements, void *p) {
04876       return p ? new(p) ::TLeafO[nElements] : new ::TLeafO[nElements];
04877    }
04878    // Wrapper around operator delete
04879    static void delete_TLeafO(void *p) {
04880       delete ((::TLeafO*)p);
04881    }
04882    static void deleteArray_TLeafO(void *p) {
04883       delete [] ((::TLeafO*)p);
04884    }
04885    static void destruct_TLeafO(void *p) {
04886       typedef ::TLeafO current_t;
04887       ((current_t*)p)->~current_t();
04888    }
04889 } // end of namespace ROOT for class ::TLeafO
04890 
04891 //______________________________________________________________________________
04892 void TNtuple::ShowMembers(TMemberInspector &R__insp)
04893 {
04894       // Inspect the data members of an object of class TNtuple.
04895       TClass *R__cl = ::TNtuple::IsA();
04896       if (R__cl || R__insp.IsA()) { }
04897       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNvar", &fNvar);
04898       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fArgs", &fArgs);
04899       TTree::ShowMembers(R__insp);
04900 }
04901 
04902 namespace ROOT {
04903    // Wrappers around operator new
04904    static void *new_TNtuple(void *p) {
04905       return  p ? new(p) ::TNtuple : new ::TNtuple;
04906    }
04907    static void *newArray_TNtuple(Long_t nElements, void *p) {
04908       return p ? new(p) ::TNtuple[nElements] : new ::TNtuple[nElements];
04909    }
04910    // Wrapper around operator delete
04911    static void delete_TNtuple(void *p) {
04912       delete ((::TNtuple*)p);
04913    }
04914    static void deleteArray_TNtuple(void *p) {
04915       delete [] ((::TNtuple*)p);
04916    }
04917    static void destruct_TNtuple(void *p) {
04918       typedef ::TNtuple current_t;
04919       ((current_t*)p)->~current_t();
04920    }
04921    // Wrapper around the directory auto add.
04922    static void directoryAutoAdd_TNtuple(void *p, TDirectory *dir) {
04923       ((::TNtuple*)p)->DirectoryAutoAdd(dir);
04924    }
04925    // Wrapper around a custom streamer member function.
04926    static void streamer_TNtuple(TBuffer &buf, void *obj) {
04927       ((::TNtuple*)obj)->::TNtuple::Streamer(buf);
04928    }
04929 } // end of namespace ROOT for class ::TNtuple
04930 
04931 //______________________________________________________________________________
04932 void TNtupleD::ShowMembers(TMemberInspector &R__insp)
04933 {
04934       // Inspect the data members of an object of class TNtupleD.
04935       TClass *R__cl = ::TNtupleD::IsA();
04936       if (R__cl || R__insp.IsA()) { }
04937       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNvar", &fNvar);
04938       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fArgs", &fArgs);
04939       TTree::ShowMembers(R__insp);
04940 }
04941 
04942 namespace ROOT {
04943    // Wrappers around operator new
04944    static void *new_TNtupleD(void *p) {
04945       return  p ? new(p) ::TNtupleD : new ::TNtupleD;
04946    }
04947    static void *newArray_TNtupleD(Long_t nElements, void *p) {
04948       return p ? new(p) ::TNtupleD[nElements] : new ::TNtupleD[nElements];
04949    }
04950    // Wrapper around operator delete
04951    static void delete_TNtupleD(void *p) {
04952       delete ((::TNtupleD*)p);
04953    }
04954    static void deleteArray_TNtupleD(void *p) {
04955       delete [] ((::TNtupleD*)p);
04956    }
04957    static void destruct_TNtupleD(void *p) {
04958       typedef ::TNtupleD current_t;
04959       ((current_t*)p)->~current_t();
04960    }
04961    // Wrapper around the directory auto add.
04962    static void directoryAutoAdd_TNtupleD(void *p, TDirectory *dir) {
04963       ((::TNtupleD*)p)->DirectoryAutoAdd(dir);
04964    }
04965    // Wrapper around a custom streamer member function.
04966    static void streamer_TNtupleD(TBuffer &buf, void *obj) {
04967       ((::TNtupleD*)obj)->::TNtupleD::Streamer(buf);
04968    }
04969 } // end of namespace ROOT for class ::TNtupleD
04970 
04971 //______________________________________________________________________________
04972 void TSelectorCint::Streamer(TBuffer &R__b)
04973 {
04974    // Stream an object of class TSelectorCint.
04975 
04976    if (R__b.IsReading()) {
04977       R__b.ReadClassBuffer(TSelectorCint::Class(),this);
04978    } else {
04979       R__b.WriteClassBuffer(TSelectorCint::Class(),this);
04980    }
04981 }
04982 
04983 //______________________________________________________________________________
04984 void TSelectorCint::ShowMembers(TMemberInspector &R__insp)
04985 {
04986       // Inspect the data members of an object of class TSelectorCint.
04987       TClass *R__cl = ::TSelectorCint::IsA();
04988       if (R__cl || R__insp.IsA()) { }
04989       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClass", &fClass);
04990       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncVersion", &fFuncVersion);
04991       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncInit", &fFuncInit);
04992       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncBegin", &fFuncBegin);
04993       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncSlBegin", &fFuncSlBegin);
04994       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncNotif", &fFuncNotif);
04995       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncSlTerm", &fFuncSlTerm);
04996       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncTerm", &fFuncTerm);
04997       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncCut", &fFuncCut);
04998       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncFill", &fFuncFill);
04999       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncProc", &fFuncProc);
05000       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncOption", &fFuncOption);
05001       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncObj", &fFuncObj);
05002       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncInp", &fFuncInp);
05003       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncOut", &fFuncOut);
05004       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncGetAbort", &fFuncGetAbort);
05005       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFuncGetStat", &fFuncGetStat);
05006       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIntSelector", &fIntSelector);
05007       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsOwner", &fIsOwner);
05008       TSelector::ShowMembers(R__insp);
05009 }
05010 
05011 namespace ROOT {
05012    // Wrappers around operator new
05013    static void *new_TSelectorCint(void *p) {
05014       return  p ? new(p) ::TSelectorCint : new ::TSelectorCint;
05015    }
05016    static void *newArray_TSelectorCint(Long_t nElements, void *p) {
05017       return p ? new(p) ::TSelectorCint[nElements] : new ::TSelectorCint[nElements];
05018    }
05019    // Wrapper around operator delete
05020    static void delete_TSelectorCint(void *p) {
05021       delete ((::TSelectorCint*)p);
05022    }
05023    static void deleteArray_TSelectorCint(void *p) {
05024       delete [] ((::TSelectorCint*)p);
05025    }
05026    static void destruct_TSelectorCint(void *p) {
05027       typedef ::TSelectorCint current_t;
05028       ((current_t*)p)->~current_t();
05029    }
05030 } // end of namespace ROOT for class ::TSelectorCint
05031 
05032 //______________________________________________________________________________
05033 void TSelectorList::Streamer(TBuffer &R__b)
05034 {
05035    // Stream an object of class TSelectorList.
05036 
05037    if (R__b.IsReading()) {
05038       R__b.ReadClassBuffer(TSelectorList::Class(),this);
05039    } else {
05040       R__b.WriteClassBuffer(TSelectorList::Class(),this);
05041    }
05042 }
05043 
05044 //______________________________________________________________________________
05045 void TSelectorList::ShowMembers(TMemberInspector &R__insp)
05046 {
05047       // Inspect the data members of an object of class TSelectorList.
05048       TClass *R__cl = ::TSelectorList::IsA();
05049       if (R__cl || R__insp.IsA()) { }
05050       TList::ShowMembers(R__insp);
05051 }
05052 
05053 namespace ROOT {
05054    // Wrappers around operator new
05055    static void *new_TSelectorList(void *p) {
05056       return  p ? new(p) ::TSelectorList : new ::TSelectorList;
05057    }
05058    static void *newArray_TSelectorList(Long_t nElements, void *p) {
05059       return p ? new(p) ::TSelectorList[nElements] : new ::TSelectorList[nElements];
05060    }
05061    // Wrapper around operator delete
05062    static void delete_TSelectorList(void *p) {
05063       delete ((::TSelectorList*)p);
05064    }
05065    static void deleteArray_TSelectorList(void *p) {
05066       delete [] ((::TSelectorList*)p);
05067    }
05068    static void destruct_TSelectorList(void *p) {
05069       typedef ::TSelectorList current_t;
05070       ((current_t*)p)->~current_t();
05071    }
05072 } // end of namespace ROOT for class ::TSelectorList
05073 
05074 //______________________________________________________________________________
05075 void TTree::ShowMembers(TMemberInspector &R__insp)
05076 {
05077       // Inspect the data members of an object of class TTree.
05078       TClass *R__cl = ::TTree::IsA();
05079       if (R__cl || R__insp.IsA()) { }
05080       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntries", &fEntries);
05081       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTotBytes", &fTotBytes);
05082       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZipBytes", &fZipBytes);
05083       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSavedBytes", &fSavedBytes);
05084       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFlushedBytes", &fFlushedBytes);
05085       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWeight", &fWeight);
05086       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimerInterval", &fTimerInterval);
05087       R__insp.Inspect(R__cl, R__insp.GetParent(), "fScanField", &fScanField);
05088       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUpdate", &fUpdate);
05089       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDefaultEntryOffsetLen", &fDefaultEntryOffsetLen);
05090       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxEntries", &fMaxEntries);
05091       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxEntryLoop", &fMaxEntryLoop);
05092       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxVirtualSize", &fMaxVirtualSize);
05093       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoSave", &fAutoSave);
05094       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoFlush", &fAutoFlush);
05095       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEstimate", &fEstimate);
05096       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCacheSize", &fCacheSize);
05097       R__insp.Inspect(R__cl, R__insp.GetParent(), "fChainOffset", &fChainOffset);
05098       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadEntry", &fReadEntry);
05099       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTotalBuffers", &fTotalBuffers);
05100       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPacketSize", &fPacketSize);
05101       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfill", &fNfill);
05102       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDebug", &fDebug);
05103       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDebugMin", &fDebugMin);
05104       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDebugMax", &fDebugMax);
05105       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMakeClass", &fMakeClass);
05106       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFileNumber", &fFileNumber);
05107       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNotify", &fNotify);
05108       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirectory", &fDirectory);
05109       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBranches", &fBranches);
05110       R__insp.InspectMember(fBranches, "fBranches.");
05111       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLeaves", &fLeaves);
05112       R__insp.InspectMember(fLeaves, "fLeaves.");
05113       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAliases", &fAliases);
05114       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEventList", &fEventList);
05115       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEntryList", &fEntryList);
05116       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIndexValues", &fIndexValues);
05117       R__insp.InspectMember(fIndexValues, "fIndexValues.");
05118       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIndex", &fIndex);
05119       R__insp.InspectMember(fIndex, "fIndex.");
05120       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTreeIndex", &fTreeIndex);
05121       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFriends", &fFriends);
05122       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUserInfo", &fUserInfo);
05123       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlayer", &fPlayer);
05124       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClones", &fClones);
05125       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranchRef", &fBranchRef);
05126       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFriendLockStatus", &fFriendLockStatus);
05127       TNamed::ShowMembers(R__insp);
05128       TAttLine::ShowMembers(R__insp);
05129       TAttFill::ShowMembers(R__insp);
05130       TAttMarker::ShowMembers(R__insp);
05131 }
05132 
05133 namespace ROOT {
05134    // Wrappers around operator new
05135    static void *new_TTree(void *p) {
05136       return  p ? new(p) ::TTree : new ::TTree;
05137    }
05138    static void *newArray_TTree(Long_t nElements, void *p) {
05139       return p ? new(p) ::TTree[nElements] : new ::TTree[nElements];
05140    }
05141    // Wrapper around operator delete
05142    static void delete_TTree(void *p) {
05143       delete ((::TTree*)p);
05144    }
05145    static void deleteArray_TTree(void *p) {
05146       delete [] ((::TTree*)p);
05147    }
05148    static void destruct_TTree(void *p) {
05149       typedef ::TTree current_t;
05150       ((current_t*)p)->~current_t();
05151    }
05152    // Wrapper around the directory auto add.
05153    static void directoryAutoAdd_TTree(void *p, TDirectory *dir) {
05154       ((::TTree*)p)->DirectoryAutoAdd(dir);
05155    }
05156    // Wrapper around a custom streamer member function.
05157    static void streamer_TTree(TBuffer &buf, void *obj) {
05158       ((::TTree*)obj)->::TTree::Streamer(buf);
05159    }
05160 } // end of namespace ROOT for class ::TTree
05161 
05162 //______________________________________________________________________________
05163 void TTreeCloner::Streamer(TBuffer &R__b)
05164 {
05165    // Stream an object of class TTreeCloner.
05166 
05167    if (R__b.IsReading()) {
05168       R__b.ReadClassBuffer(TTreeCloner::Class(),this);
05169    } else {
05170       R__b.WriteClassBuffer(TTreeCloner::Class(),this);
05171    }
05172 }
05173 
05174 //______________________________________________________________________________
05175 void TTreeCloner::ShowMembers(TMemberInspector &R__insp)
05176 {
05177       // Inspect the data members of an object of class TTreeCloner.
05178       TClass *R__cl = ::TTreeCloner::IsA();
05179       if (R__cl || R__insp.IsA()) { }
05180       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWarningMsg", &fWarningMsg);
05181       R__insp.InspectMember(fWarningMsg, "fWarningMsg.");
05182       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsValid", &fIsValid);
05183       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNeedConversion", &fNeedConversion);
05184       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptions", &fOptions);
05185       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFromTree", &fFromTree);
05186       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToTree", &fToTree);
05187       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMethod", &fMethod);
05188       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFromBranches", &fFromBranches);
05189       R__insp.InspectMember(fFromBranches, "fFromBranches.");
05190       R__insp.Inspect(R__cl, R__insp.GetParent(), "fToBranches", &fToBranches);
05191       R__insp.InspectMember(fToBranches, "fToBranches.");
05192       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxBaskets", &fMaxBaskets);
05193       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketBranchNum", &fBasketBranchNum);
05194       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketNum", &fBasketNum);
05195       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketSeek", &fBasketSeek);
05196       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketEntry", &fBasketEntry);
05197       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBasketIndex", &fBasketIndex);
05198       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPidOffset", &fPidOffset);
05199       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCloneMethod", &fCloneMethod);
05200       R__insp.Inspect(R__cl, R__insp.GetParent(), "fToStartEntries", &fToStartEntries);
05201 }
05202 
05203 namespace ROOT {
05204    // Wrapper around operator delete
05205    static void delete_TTreeCloner(void *p) {
05206       delete ((::TTreeCloner*)p);
05207    }
05208    static void deleteArray_TTreeCloner(void *p) {
05209       delete [] ((::TTreeCloner*)p);
05210    }
05211    static void destruct_TTreeCloner(void *p) {
05212       typedef ::TTreeCloner current_t;
05213       ((current_t*)p)->~current_t();
05214    }
05215 } // end of namespace ROOT for class ::TTreeCloner
05216 
05217 //______________________________________________________________________________
05218 void TTreeCache::Streamer(TBuffer &R__b)
05219 {
05220    // Stream an object of class TTreeCache.
05221 
05222    if (R__b.IsReading()) {
05223       R__b.ReadClassBuffer(TTreeCache::Class(),this);
05224    } else {
05225       R__b.WriteClassBuffer(TTreeCache::Class(),this);
05226    }
05227 }
05228 
05229 //______________________________________________________________________________
05230 void TTreeCache::ShowMembers(TMemberInspector &R__insp)
05231 {
05232       // Inspect the data members of an object of class TTreeCache.
05233       TClass *R__cl = ::TTreeCache::IsA();
05234       if (R__cl || R__insp.IsA()) { }
05235       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntryMin", &fEntryMin);
05236       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntryMax", &fEntryMax);
05237       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntryCurrent", &fEntryCurrent);
05238       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntryNext", &fEntryNext);
05239       R__insp.Inspect(R__cl, R__insp.GetParent(), "fZipBytes", &fZipBytes);
05240       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbranches", &fNbranches);
05241       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNReadOk", &fNReadOk);
05242       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNReadMiss", &fNReadMiss);
05243       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNReadPref", &fNReadPref);
05244       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranches", &fBranches);
05245       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBrNames", &fBrNames);
05246       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOwner", &fOwner);
05247       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTree", &fTree);
05248       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsLearning", &fIsLearning);
05249       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsManual", &fIsManual);
05250       TFileCacheRead::ShowMembers(R__insp);
05251 }
05252 
05253 namespace ROOT {
05254    // Wrappers around operator new
05255    static void *new_TTreeCache(void *p) {
05256       return  p ? new(p) ::TTreeCache : new ::TTreeCache;
05257    }
05258    static void *newArray_TTreeCache(Long_t nElements, void *p) {
05259       return p ? new(p) ::TTreeCache[nElements] : new ::TTreeCache[nElements];
05260    }
05261    // Wrapper around operator delete
05262    static void delete_TTreeCache(void *p) {
05263       delete ((::TTreeCache*)p);
05264    }
05265    static void deleteArray_TTreeCache(void *p) {
05266       delete [] ((::TTreeCache*)p);
05267    }
05268    static void destruct_TTreeCache(void *p) {
05269       typedef ::TTreeCache current_t;
05270       ((current_t*)p)->~current_t();
05271    }
05272 } // end of namespace ROOT for class ::TTreeCache
05273 
05274 //______________________________________________________________________________
05275 void TTreeCacheUnzip::Streamer(TBuffer &R__b)
05276 {
05277    // Stream an object of class TTreeCacheUnzip.
05278 
05279    if (R__b.IsReading()) {
05280       R__b.ReadClassBuffer(TTreeCacheUnzip::Class(),this);
05281    } else {
05282       R__b.WriteClassBuffer(TTreeCacheUnzip::Class(),this);
05283    }
05284 }
05285 
05286 //______________________________________________________________________________
05287 void TTreeCacheUnzip::ShowMembers(TMemberInspector &R__insp)
05288 {
05289       // Inspect the data members of an object of class TTreeCacheUnzip.
05290       TClass *R__cl = ::TTreeCacheUnzip::IsA();
05291       if (R__cl || R__insp.IsA()) { }
05292       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUnzipThread[10]", &fUnzipThread);
05293       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActiveThread", &fActiveThread);
05294       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUnzipStartCondition", &fUnzipStartCondition);
05295       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUnzipDoneCondition", &fUnzipDoneCondition);
05296       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParallel", &fParallel);
05297       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAsyncReading", &fAsyncReading);
05298       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMutexList", &fMutexList);
05299       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIOMutex", &fIOMutex);
05300       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCycle", &fCycle);
05301       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastReadPos", &fLastReadPos);
05302       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlocksToGo", &fBlocksToGo);
05303       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUnzipLen", &fUnzipLen);
05304       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUnzipChunks", &fUnzipChunks);
05305       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUnzipStatus", &fUnzipStatus);
05306       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTotalUnzipBytes", &fTotalUnzipBytes);
05307       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNseekMax", &fNseekMax);
05308       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUnzipBufferSize", &fUnzipBufferSize);
05309       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNUnzip", &fNUnzip);
05310       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNFound", &fNFound);
05311       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNStalls", &fNStalls);
05312       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNMissed", &fNMissed);
05313       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActiveBlks", (void*)&fActiveBlks);
05314       R__insp.InspectMember("queue<Int_t>", (void*)&fActiveBlks, "fActiveBlks.", false);
05315       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCompBuffer", &fCompBuffer);
05316       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCompBufferSize", &fCompBufferSize);
05317       TTreeCache::ShowMembers(R__insp);
05318 }
05319 
05320 namespace ROOT {
05321    // Wrappers around operator new
05322    static void *new_TTreeCacheUnzip(void *p) {
05323       return  p ? new(p) ::TTreeCacheUnzip : new ::TTreeCacheUnzip;
05324    }
05325    static void *newArray_TTreeCacheUnzip(Long_t nElements, void *p) {
05326       return p ? new(p) ::TTreeCacheUnzip[nElements] : new ::TTreeCacheUnzip[nElements];
05327    }
05328    // Wrapper around operator delete
05329    static void delete_TTreeCacheUnzip(void *p) {
05330       delete ((::TTreeCacheUnzip*)p);
05331    }
05332    static void deleteArray_TTreeCacheUnzip(void *p) {
05333       delete [] ((::TTreeCacheUnzip*)p);
05334    }
05335    static void destruct_TTreeCacheUnzip(void *p) {
05336       typedef ::TTreeCacheUnzip current_t;
05337       ((current_t*)p)->~current_t();
05338    }
05339 } // end of namespace ROOT for class ::TTreeCacheUnzip
05340 
05341 //______________________________________________________________________________
05342 void TVirtualTreePlayer::Streamer(TBuffer &R__b)
05343 {
05344    // Stream an object of class TVirtualTreePlayer.
05345 
05346    TObject::Streamer(R__b);
05347 }
05348 
05349 //______________________________________________________________________________
05350 void TVirtualTreePlayer::ShowMembers(TMemberInspector &R__insp)
05351 {
05352       // Inspect the data members of an object of class TVirtualTreePlayer.
05353       TClass *R__cl = ::TVirtualTreePlayer::IsA();
05354       if (R__cl || R__insp.IsA()) { }
05355       TObject::ShowMembers(R__insp);
05356 }
05357 
05358 namespace ROOT {
05359    // Wrapper around operator delete
05360    static void delete_TVirtualTreePlayer(void *p) {
05361       delete ((::TVirtualTreePlayer*)p);
05362    }
05363    static void deleteArray_TVirtualTreePlayer(void *p) {
05364       delete [] ((::TVirtualTreePlayer*)p);
05365    }
05366    static void destruct_TVirtualTreePlayer(void *p) {
05367       typedef ::TVirtualTreePlayer current_t;
05368       ((current_t*)p)->~current_t();
05369    }
05370    // Wrapper around a custom streamer member function.
05371    static void streamer_TVirtualTreePlayer(TBuffer &buf, void *obj) {
05372       ((::TVirtualTreePlayer*)obj)->::TVirtualTreePlayer::Streamer(buf);
05373    }
05374 } // end of namespace ROOT for class ::TVirtualTreePlayer
05375 
05376 //______________________________________________________________________________
05377 void TVirtualIndex::Streamer(TBuffer &R__b)
05378 {
05379    // Stream an object of class TVirtualIndex.
05380 
05381    if (R__b.IsReading()) {
05382       R__b.ReadClassBuffer(TVirtualIndex::Class(),this);
05383    } else {
05384       R__b.WriteClassBuffer(TVirtualIndex::Class(),this);
05385    }
05386 }
05387 
05388 //______________________________________________________________________________
05389 void TVirtualIndex::ShowMembers(TMemberInspector &R__insp)
05390 {
05391       // Inspect the data members of an object of class TVirtualIndex.
05392       TClass *R__cl = ::TVirtualIndex::IsA();
05393       if (R__cl || R__insp.IsA()) { }
05394       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTree", &fTree);
05395       TNamed::ShowMembers(R__insp);
05396 }
05397 
05398 namespace ROOT {
05399    // Wrapper around operator delete
05400    static void delete_TVirtualIndex(void *p) {
05401       delete ((::TVirtualIndex*)p);
05402    }
05403    static void deleteArray_TVirtualIndex(void *p) {
05404       delete [] ((::TVirtualIndex*)p);
05405    }
05406    static void destruct_TVirtualIndex(void *p) {
05407       typedef ::TVirtualIndex current_t;
05408       ((current_t*)p)->~current_t();
05409    }
05410 } // end of namespace ROOT for class ::TVirtualIndex
05411 
05412 //______________________________________________________________________________
05413 void TTreeResult::Streamer(TBuffer &R__b)
05414 {
05415    // Stream an object of class TTreeResult.
05416 
05417    if (R__b.IsReading()) {
05418       R__b.ReadClassBuffer(TTreeResult::Class(),this);
05419    } else {
05420       R__b.WriteClassBuffer(TTreeResult::Class(),this);
05421    }
05422 }
05423 
05424 //______________________________________________________________________________
05425 void TTreeResult::ShowMembers(TMemberInspector &R__insp)
05426 {
05427       // Inspect the data members of an object of class TTreeResult.
05428       TClass *R__cl = ::TTreeResult::IsA();
05429       if (R__cl || R__insp.IsA()) { }
05430       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColumnCount", &fColumnCount);
05431       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFields", &fFields);
05432       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fResult", &fResult);
05433       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNextRow", &fNextRow);
05434       TSQLResult::ShowMembers(R__insp);
05435 }
05436 
05437 namespace ROOT {
05438    // Wrappers around operator new
05439    static void *new_TTreeResult(void *p) {
05440       return  p ? new(p) ::TTreeResult : new ::TTreeResult;
05441    }
05442    static void *newArray_TTreeResult(Long_t nElements, void *p) {
05443       return p ? new(p) ::TTreeResult[nElements] : new ::TTreeResult[nElements];
05444    }
05445    // Wrapper around operator delete
05446    static void delete_TTreeResult(void *p) {
05447       delete ((::TTreeResult*)p);
05448    }
05449    static void deleteArray_TTreeResult(void *p) {
05450       delete [] ((::TTreeResult*)p);
05451    }
05452    static void destruct_TTreeResult(void *p) {
05453       typedef ::TTreeResult current_t;
05454       ((current_t*)p)->~current_t();
05455    }
05456 } // end of namespace ROOT for class ::TTreeResult
05457 
05458 //______________________________________________________________________________
05459 void TTreeRow::ShowMembers(TMemberInspector &R__insp)
05460 {
05461       // Inspect the data members of an object of class TTreeRow.
05462       TClass *R__cl = ::TTreeRow::IsA();
05463       if (R__cl || R__insp.IsA()) { }
05464       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColumnCount", &fColumnCount);
05465       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFields", &fFields);
05466       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRow", &fRow);
05467       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOriginal", &fOriginal);
05468       TSQLRow::ShowMembers(R__insp);
05469 }
05470 
05471 namespace ROOT {
05472    // Wrappers around operator new
05473    static void *new_TTreeRow(void *p) {
05474       return  p ? new(p) ::TTreeRow : new ::TTreeRow;
05475    }
05476    static void *newArray_TTreeRow(Long_t nElements, void *p) {
05477       return p ? new(p) ::TTreeRow[nElements] : new ::TTreeRow[nElements];
05478    }
05479    // Wrapper around operator delete
05480    static void delete_TTreeRow(void *p) {
05481       delete ((::TTreeRow*)p);
05482    }
05483    static void deleteArray_TTreeRow(void *p) {
05484       delete [] ((::TTreeRow*)p);
05485    }
05486    static void destruct_TTreeRow(void *p) {
05487       typedef ::TTreeRow current_t;
05488       ((current_t*)p)->~current_t();
05489    }
05490    // Wrapper around a custom streamer member function.
05491    static void streamer_TTreeRow(TBuffer &buf, void *obj) {
05492       ((::TTreeRow*)obj)->::TTreeRow::Streamer(buf);
05493    }
05494 } // end of namespace ROOT for class ::TTreeRow
05495 
05496 //______________________________________________________________________________
05497 void TVirtualBranchBrowsable::Streamer(TBuffer &R__b)
05498 {
05499    // Stream an object of class TVirtualBranchBrowsable.
05500 
05501    if (R__b.IsReading()) {
05502       R__b.ReadClassBuffer(TVirtualBranchBrowsable::Class(),this);
05503    } else {
05504       R__b.WriteClassBuffer(TVirtualBranchBrowsable::Class(),this);
05505    }
05506 }
05507 
05508 //______________________________________________________________________________
05509 void TVirtualBranchBrowsable::ShowMembers(TMemberInspector &R__insp)
05510 {
05511       // Inspect the data members of an object of class TVirtualBranchBrowsable.
05512       TClass *R__cl = ::TVirtualBranchBrowsable::IsA();
05513       if (R__cl || R__insp.IsA()) { }
05514       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBranch", &fBranch);
05515       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
05516       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeaves", &fLeaves);
05517       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClass", &fClass);
05518       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTypeIsPointer", &fTypeIsPointer);
05519       TNamed::ShowMembers(R__insp);
05520 }
05521 
05522 namespace ROOT {
05523    // Wrapper around operator delete
05524    static void delete_TVirtualBranchBrowsable(void *p) {
05525       delete ((::TVirtualBranchBrowsable*)p);
05526    }
05527    static void deleteArray_TVirtualBranchBrowsable(void *p) {
05528       delete [] ((::TVirtualBranchBrowsable*)p);
05529    }
05530    static void destruct_TVirtualBranchBrowsable(void *p) {
05531       typedef ::TVirtualBranchBrowsable current_t;
05532       ((current_t*)p)->~current_t();
05533    }
05534 } // end of namespace ROOT for class ::TVirtualBranchBrowsable
05535 
05536 //______________________________________________________________________________
05537 void TMethodBrowsable::Streamer(TBuffer &R__b)
05538 {
05539    // Stream an object of class TMethodBrowsable.
05540 
05541    if (R__b.IsReading()) {
05542       R__b.ReadClassBuffer(TMethodBrowsable::Class(),this);
05543    } else {
05544       R__b.WriteClassBuffer(TMethodBrowsable::Class(),this);
05545    }
05546 }
05547 
05548 //______________________________________________________________________________
05549 void TMethodBrowsable::ShowMembers(TMemberInspector &R__insp)
05550 {
05551       // Inspect the data members of an object of class TMethodBrowsable.
05552       TClass *R__cl = ::TMethodBrowsable::IsA();
05553       if (R__cl || R__insp.IsA()) { }
05554       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMethod", &fMethod);
05555       TVirtualBranchBrowsable::ShowMembers(R__insp);
05556 }
05557 
05558 namespace ROOT {
05559    // Wrapper around operator delete
05560    static void delete_TMethodBrowsable(void *p) {
05561       delete ((::TMethodBrowsable*)p);
05562    }
05563    static void deleteArray_TMethodBrowsable(void *p) {
05564       delete [] ((::TMethodBrowsable*)p);
05565    }
05566    static void destruct_TMethodBrowsable(void *p) {
05567       typedef ::TMethodBrowsable current_t;
05568       ((current_t*)p)->~current_t();
05569    }
05570 } // end of namespace ROOT for class ::TMethodBrowsable
05571 
05572 //______________________________________________________________________________
05573 void TNonSplitBrowsable::Streamer(TBuffer &R__b)
05574 {
05575    // Stream an object of class TNonSplitBrowsable.
05576 
05577    if (R__b.IsReading()) {
05578       R__b.ReadClassBuffer(TNonSplitBrowsable::Class(),this);
05579    } else {
05580       R__b.WriteClassBuffer(TNonSplitBrowsable::Class(),this);
05581    }
05582 }
05583 
05584 //______________________________________________________________________________
05585 void TNonSplitBrowsable::ShowMembers(TMemberInspector &R__insp)
05586 {
05587       // Inspect the data members of an object of class TNonSplitBrowsable.
05588       TClass *R__cl = ::TNonSplitBrowsable::IsA();
05589       if (R__cl || R__insp.IsA()) { }
05590       TVirtualBranchBrowsable::ShowMembers(R__insp);
05591 }
05592 
05593 namespace ROOT {
05594    // Wrapper around operator delete
05595    static void delete_TNonSplitBrowsable(void *p) {
05596       delete ((::TNonSplitBrowsable*)p);
05597    }
05598    static void deleteArray_TNonSplitBrowsable(void *p) {
05599       delete [] ((::TNonSplitBrowsable*)p);
05600    }
05601    static void destruct_TNonSplitBrowsable(void *p) {
05602       typedef ::TNonSplitBrowsable current_t;
05603       ((current_t*)p)->~current_t();
05604    }
05605 } // end of namespace ROOT for class ::TNonSplitBrowsable
05606 
05607 //______________________________________________________________________________
05608 void TCollectionPropertyBrowsable::Streamer(TBuffer &R__b)
05609 {
05610    // Stream an object of class TCollectionPropertyBrowsable.
05611 
05612    if (R__b.IsReading()) {
05613       R__b.ReadClassBuffer(TCollectionPropertyBrowsable::Class(),this);
05614    } else {
05615       R__b.WriteClassBuffer(TCollectionPropertyBrowsable::Class(),this);
05616    }
05617 }
05618 
05619 //______________________________________________________________________________
05620 void TCollectionPropertyBrowsable::ShowMembers(TMemberInspector &R__insp)
05621 {
05622       // Inspect the data members of an object of class TCollectionPropertyBrowsable.
05623       TClass *R__cl = ::TCollectionPropertyBrowsable::IsA();
05624       if (R__cl || R__insp.IsA()) { }
05625       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDraw", &fDraw);
05626       R__insp.InspectMember(fDraw, "fDraw.");
05627       TVirtualBranchBrowsable::ShowMembers(R__insp);
05628 }
05629 
05630 namespace ROOT {
05631    // Wrapper around operator delete
05632    static void delete_TCollectionPropertyBrowsable(void *p) {
05633       delete ((::TCollectionPropertyBrowsable*)p);
05634    }
05635    static void deleteArray_TCollectionPropertyBrowsable(void *p) {
05636       delete [] ((::TCollectionPropertyBrowsable*)p);
05637    }
05638    static void destruct_TCollectionPropertyBrowsable(void *p) {
05639       typedef ::TCollectionPropertyBrowsable current_t;
05640       ((current_t*)p)->~current_t();
05641    }
05642 } // end of namespace ROOT for class ::TCollectionPropertyBrowsable
05643 
05644 //______________________________________________________________________________
05645 void TCollectionMethodBrowsable::Streamer(TBuffer &R__b)
05646 {
05647    // Stream an object of class TCollectionMethodBrowsable.
05648 
05649    if (R__b.IsReading()) {
05650       R__b.ReadClassBuffer(TCollectionMethodBrowsable::Class(),this);
05651    } else {
05652       R__b.WriteClassBuffer(TCollectionMethodBrowsable::Class(),this);
05653    }
05654 }
05655 
05656 //______________________________________________________________________________
05657 void TCollectionMethodBrowsable::ShowMembers(TMemberInspector &R__insp)
05658 {
05659       // Inspect the data members of an object of class TCollectionMethodBrowsable.
05660       TClass *R__cl = ::TCollectionMethodBrowsable::IsA();
05661       if (R__cl || R__insp.IsA()) { }
05662       TMethodBrowsable::ShowMembers(R__insp);
05663 }
05664 
05665 namespace ROOT {
05666    // Wrapper around operator delete
05667    static void delete_TCollectionMethodBrowsable(void *p) {
05668       delete ((::TCollectionMethodBrowsable*)p);
05669    }
05670    static void deleteArray_TCollectionMethodBrowsable(void *p) {
05671       delete [] ((::TCollectionMethodBrowsable*)p);
05672    }
05673    static void destruct_TCollectionMethodBrowsable(void *p) {
05674       typedef ::TCollectionMethodBrowsable current_t;
05675       ((current_t*)p)->~current_t();
05676    }
05677 } // end of namespace ROOT for class ::TCollectionMethodBrowsable
05678 
05679 //______________________________________________________________________________
05680 void TSelectorScalar::Streamer(TBuffer &R__b)
05681 {
05682    // Stream an object of class TSelectorScalar.
05683 
05684    if (R__b.IsReading()) {
05685       R__b.ReadClassBuffer(TSelectorScalar::Class(),this);
05686    } else {
05687       R__b.WriteClassBuffer(TSelectorScalar::Class(),this);
05688    }
05689 }
05690 
05691 //______________________________________________________________________________
05692 void TSelectorScalar::ShowMembers(TMemberInspector &R__insp)
05693 {
05694       // Inspect the data members of an object of class TSelectorScalar.
05695       TClass *R__cl = ::TSelectorScalar::IsA();
05696       if (R__cl || R__insp.IsA()) { }
05697       TParameter<long long>::ShowMembers(R__insp);
05698 }
05699 
05700 namespace ROOT {
05701    // Wrappers around operator new
05702    static void *new_TSelectorScalar(void *p) {
05703       return  p ? new(p) ::TSelectorScalar : new ::TSelectorScalar;
05704    }
05705    static void *newArray_TSelectorScalar(Long_t nElements, void *p) {
05706       return p ? new(p) ::TSelectorScalar[nElements] : new ::TSelectorScalar[nElements];
05707    }
05708    // Wrapper around operator delete
05709    static void delete_TSelectorScalar(void *p) {
05710       delete ((::TSelectorScalar*)p);
05711    }
05712    static void deleteArray_TSelectorScalar(void *p) {
05713       delete [] ((::TSelectorScalar*)p);
05714    }
05715    static void destruct_TSelectorScalar(void *p) {
05716       typedef ::TSelectorScalar current_t;
05717       ((current_t*)p)->~current_t();
05718    }
05719 } // end of namespace ROOT for class ::TSelectorScalar
05720 
05721 //______________________________________________________________________________
05722 void TQueryResult::Streamer(TBuffer &R__b)
05723 {
05724    // Stream an object of class TQueryResult.
05725 
05726    if (R__b.IsReading()) {
05727       R__b.ReadClassBuffer(TQueryResult::Class(),this);
05728    } else {
05729       R__b.WriteClassBuffer(TQueryResult::Class(),this);
05730    }
05731 }
05732 
05733 //______________________________________________________________________________
05734 void TQueryResult::ShowMembers(TMemberInspector &R__insp)
05735 {
05736       // Inspect the data members of an object of class TQueryResult.
05737       TClass *R__cl = ::TQueryResult::IsA();
05738       if (R__cl || R__insp.IsA()) { }
05739       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSeqNum", &fSeqNum);
05740       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDraw", &fDraw);
05741       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatus", &fStatus);
05742       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStart", &fStart);
05743       R__insp.InspectMember(fStart, "fStart.");
05744       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnd", &fEnd);
05745       R__insp.InspectMember(fEnd, "fEnd.");
05746       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUsedCPU", &fUsedCPU);
05747       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOptions", &fOptions);
05748       R__insp.InspectMember(fOptions, "fOptions.");
05749       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInputList", &fInputList);
05750       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEntries", &fEntries);
05751       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFirst", &fFirst);
05752       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBytes", &fBytes);
05753       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLogFile", &fLogFile);
05754       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelecHdr", &fSelecHdr);
05755       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelecImp", &fSelecImp);
05756       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLibList", &fLibList);
05757       R__insp.InspectMember(fLibList, "fLibList.");
05758       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParList", &fParList);
05759       R__insp.InspectMember(fParList, "fParList.");
05760       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOutputList", &fOutputList);
05761       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFinalized", &fFinalized);
05762       R__insp.Inspect(R__cl, R__insp.GetParent(), "fArchived", &fArchived);
05763       R__insp.Inspect(R__cl, R__insp.GetParent(), "fResultFile", &fResultFile);
05764       R__insp.InspectMember(fResultFile, "fResultFile.");
05765       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInitTime", &fInitTime);
05766       R__insp.Inspect(R__cl, R__insp.GetParent(), "fProcTime", &fProcTime);
05767       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumWrks", &fNumWrks);
05768       TNamed::ShowMembers(R__insp);
05769 }
05770 
05771 namespace ROOT {
05772    // Wrappers around operator new
05773    static void *new_TQueryResult(void *p) {
05774       return  p ? new(p) ::TQueryResult : new ::TQueryResult;
05775    }
05776    static void *newArray_TQueryResult(Long_t nElements, void *p) {
05777       return p ? new(p) ::TQueryResult[nElements] : new ::TQueryResult[nElements];
05778    }
05779    // Wrapper around operator delete
05780    static void delete_TQueryResult(void *p) {
05781       delete ((::TQueryResult*)p);
05782    }
05783    static void deleteArray_TQueryResult(void *p) {
05784       delete [] ((::TQueryResult*)p);
05785    }
05786    static void destruct_TQueryResult(void *p) {
05787       typedef ::TQueryResult current_t;
05788       ((current_t*)p)->~current_t();
05789    }
05790 } // end of namespace ROOT for class ::TQueryResult
05791 
05792 //______________________________________________________________________________
05793 void TBranchSTL::Streamer(TBuffer &R__b)
05794 {
05795    // Stream an object of class TBranchSTL.
05796 
05797    if (R__b.IsReading()) {
05798       R__b.ReadClassBuffer(TBranchSTL::Class(),this);
05799    } else {
05800       R__b.WriteClassBuffer(TBranchSTL::Class(),this);
05801    }
05802 }
05803 
05804 //______________________________________________________________________________
05805 void TBranchSTL::ShowMembers(TMemberInspector &R__insp)
05806 {
05807       // Inspect the data members of an object of class TBranchSTL.
05808       TClass *R__cl = ::TBranchSTL::IsA();
05809       if (R__cl || R__insp.IsA()) { }
05810       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCollProxy", &fCollProxy);
05811       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fParent", &fParent);
05812       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIndArrayCl", &fIndArrayCl);
05813       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInd", (void*)&fInd);
05814       R__insp.InspectMember("TIndArray", (void*)&fInd, "fInd.", true);
05815       R__insp.Inspect(R__cl, R__insp.GetParent(), "fContName", &fContName);
05816       R__insp.InspectMember(fContName, "fContName.");
05817       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClassName", &fClassName);
05818       R__insp.InspectMember(fClassName, "fClassName.");
05819       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClassVersion", &fClassVersion);
05820       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClCheckSum", &fClCheckSum);
05821       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInfo", &fInfo);
05822       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObject", &fObject);
05823       R__insp.Inspect(R__cl, R__insp.GetParent(), "fID", &fID);
05824       TBranch::ShowMembers(R__insp);
05825 }
05826 
05827 namespace ROOT {
05828    // Wrappers around operator new
05829    static void *new_TBranchSTL(void *p) {
05830       return  p ? new(p) ::TBranchSTL : new ::TBranchSTL;
05831    }
05832    static void *newArray_TBranchSTL(Long_t nElements, void *p) {
05833       return p ? new(p) ::TBranchSTL[nElements] : new ::TBranchSTL[nElements];
05834    }
05835    // Wrapper around operator delete
05836    static void delete_TBranchSTL(void *p) {
05837       delete ((::TBranchSTL*)p);
05838    }
05839    static void deleteArray_TBranchSTL(void *p) {
05840       delete [] ((::TBranchSTL*)p);
05841    }
05842    static void destruct_TBranchSTL(void *p) {
05843       typedef ::TBranchSTL current_t;
05844       ((current_t*)p)->~current_t();
05845    }
05846 } // end of namespace ROOT for class ::TBranchSTL
05847 
05848 //______________________________________________________________________________
05849 namespace ROOT {
05850    void TIndArray_ShowMembers(void *obj, TMemberInspector &R__insp)
05851    {
05852       // Inspect the data members of an object of class TIndArray.
05853       typedef ::ROOT::Shadow::TIndArray ShadowClass;
05854       ShadowClass *sobj = (ShadowClass*)obj;
05855       if (sobj) { } // Dummy usage just in case there is no datamember.
05856 
05857       TClass *R__cl  = ::ROOT::GenerateInitInstanceLocal((const ::TIndArray*)0x0)->GetClass();
05858       if (R__cl || R__insp.IsA()) { }
05859       R__insp.Inspect(R__cl, R__insp.GetParent(), "fElems", &sobj->fElems);
05860       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCapacity", &sobj->fCapacity);
05861       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fArr", &sobj->fArr);
05862    }
05863 
05864 }
05865 
05866 namespace ROOT {
05867    // Wrappers around operator new
05868    static void *new_TIndArray(void *p) {
05869       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TIndArray : new ::TIndArray;
05870    }
05871    static void *newArray_TIndArray(Long_t nElements, void *p) {
05872       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TIndArray[nElements] : new ::TIndArray[nElements];
05873    }
05874    // Wrapper around operator delete
05875    static void delete_TIndArray(void *p) {
05876       delete ((::TIndArray*)p);
05877    }
05878    static void deleteArray_TIndArray(void *p) {
05879       delete [] ((::TIndArray*)p);
05880    }
05881    static void destruct_TIndArray(void *p) {
05882       typedef ::TIndArray current_t;
05883       ((current_t*)p)->~current_t();
05884    }
05885 } // end of namespace ROOT for class ::TIndArray
05886 
05887 //______________________________________________________________________________
05888 void TSelector::Streamer(TBuffer &R__b)
05889 {
05890    // Stream an object of class TSelector.
05891 
05892    if (R__b.IsReading()) {
05893       R__b.ReadClassBuffer(TSelector::Class(),this);
05894    } else {
05895       R__b.WriteClassBuffer(TSelector::Class(),this);
05896    }
05897 }
05898 
05899 //______________________________________________________________________________
05900 void TSelector::ShowMembers(TMemberInspector &R__insp)
05901 {
05902       // Inspect the data members of an object of class TSelector.
05903       TClass *R__cl = ::TSelector::IsA();
05904       if (R__cl || R__insp.IsA()) { }
05905       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatus", &fStatus);
05906       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAbort", &fAbort);
05907       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOption", &fOption);
05908       R__insp.InspectMember(fOption, "fOption.");
05909       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObject", &fObject);
05910       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInput", &fInput);
05911       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOutput", &fOutput);
05912       TObject::ShowMembers(R__insp);
05913 }
05914 
05915 namespace ROOT {
05916    // Wrappers around operator new
05917    static void *new_TSelector(void *p) {
05918       return  p ? new(p) ::TSelector : new ::TSelector;
05919    }
05920    static void *newArray_TSelector(Long_t nElements, void *p) {
05921       return p ? new(p) ::TSelector[nElements] : new ::TSelector[nElements];
05922    }
05923    // Wrapper around operator delete
05924    static void delete_TSelector(void *p) {
05925       delete ((::TSelector*)p);
05926    }
05927    static void deleteArray_TSelector(void *p) {
05928       delete [] ((::TSelector*)p);
05929    }
05930    static void destruct_TSelector(void *p) {
05931       typedef ::TSelector current_t;
05932       ((current_t*)p)->~current_t();
05933    }
05934 } // end of namespace ROOT for class ::TSelector
05935 
05936 /********************************************************
05937 * tree/tree/src/G__Tree.cxx
05938 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
05939 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
05940 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
05941 ********************************************************/
05942 
05943 #ifdef G__MEMTEST
05944 #undef malloc
05945 #undef free
05946 #endif
05947 
05948 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
05949 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
05950 #endif
05951 
05952 extern "C" void G__cpp_reset_tagtableG__Tree();
05953 
05954 extern "C" void G__set_cpp_environmentG__Tree() {
05955   G__add_compiledheader("TObject.h");
05956   G__add_compiledheader("TMemberInspector.h");
05957   G__add_compiledheader("TBasket.h");
05958   G__add_compiledheader("TBasketSQL.h");
05959   G__add_compiledheader("TBranchBrowsable.h");
05960   G__add_compiledheader("TBranchClones.h");
05961   G__add_compiledheader("TBranchElement.h");
05962   G__add_compiledheader("TBranch.h");
05963   G__add_compiledheader("TBranchObject.h");
05964   G__add_compiledheader("TBranchRef.h");
05965   G__add_compiledheader("TBranchSTL.h");
05966   G__add_compiledheader("TBufferSQL.h");
05967   G__add_compiledheader("TChainElement.h");
05968   G__add_compiledheader("TChain.h");
05969   G__add_compiledheader("TCut.h");
05970   G__add_compiledheader("TEntryListBlock.h");
05971   G__add_compiledheader("TEntryListFromFile.h");
05972   G__add_compiledheader("TEntryList.h");
05973   G__add_compiledheader("TEventList.h");
05974   G__add_compiledheader("TFriendElement.h");
05975   G__add_compiledheader("TIndArray.h");
05976   G__add_compiledheader("TLeafB.h");
05977   G__add_compiledheader("TLeafC.h");
05978   G__add_compiledheader("TLeafD.h");
05979   G__add_compiledheader("TLeafElement.h");
05980   G__add_compiledheader("TLeafF.h");
05981   G__add_compiledheader("TLeaf.h");
05982   G__add_compiledheader("TLeafI.h");
05983   G__add_compiledheader("TLeafL.h");
05984   G__add_compiledheader("TLeafObject.h");
05985   G__add_compiledheader("TLeafO.h");
05986   G__add_compiledheader("TLeafS.h");
05987   G__add_compiledheader("TNtupleD.h");
05988   G__add_compiledheader("TNtuple.h");
05989   G__add_compiledheader("TQueryResult.h");
05990   G__add_compiledheader("TSelectorCint.h");
05991   G__add_compiledheader("TSelector.h");
05992   G__add_compiledheader("TSelectorList.h");
05993   G__add_compiledheader("TSelectorScalar.h");
05994   G__add_compiledheader("TTreeCache.h");
05995   G__add_compiledheader("TTreeCacheUnzip.h");
05996   G__add_compiledheader("TTreeCloner.h");
05997   G__add_compiledheader("TTree.h");
05998   G__add_compiledheader("TTreeResult.h");
05999   G__add_compiledheader("TTreeRow.h");
06000   G__add_compiledheader("TTreeSQL.h");
06001   G__add_compiledheader("TVirtualIndex.h");
06002   G__add_compiledheader("TVirtualTreePlayer.h");
06003   G__cpp_reset_tagtableG__Tree();
06004 }
06005 #include <new>
06006 extern "C" int G__cpp_dllrevG__Tree() { return(30051515); }
06007 
06008 /*********************************************************
06009 * Member function Interface Method
06010 *********************************************************/
06011 
06012 /* TTree */
06013 static int G__G__Tree_113_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06014 {
06015    TTree* p = NULL;
06016    char* gvp = (char*) G__getgvp();
06017    int n = G__getaryconstruct();
06018    if (n) {
06019      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06020        p = new TTree[n];
06021      } else {
06022        p = new((void*) gvp) TTree[n];
06023      }
06024    } else {
06025      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06026        p = new TTree;
06027      } else {
06028        p = new((void*) gvp) TTree;
06029      }
06030    }
06031    result7->obj.i = (long) p;
06032    result7->ref = (long) p;
06033    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTree));
06034    return(1 || funcname || hash || result7 || libp) ;
06035 }
06036 
06037 static int G__G__Tree_113_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06038 {
06039    TTree* p = NULL;
06040    char* gvp = (char*) G__getgvp();
06041    switch (libp->paran) {
06042    case 3:
06043      //m: 3
06044      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06045        p = new TTree(
06046 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06047 , (Int_t) G__int(libp->para[2]));
06048      } else {
06049        p = new((void*) gvp) TTree(
06050 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06051 , (Int_t) G__int(libp->para[2]));
06052      }
06053      break;
06054    case 2:
06055      //m: 2
06056      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
06057        p = new TTree((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
06058      } else {
06059        p = new((void*) gvp) TTree((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
06060      }
06061      break;
06062    }
06063    result7->obj.i = (long) p;
06064    result7->ref = (long) p;
06065    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTree));
06066    return(1 || funcname || hash || result7 || libp) ;
06067 }
06068 
06069 static int G__G__Tree_113_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06070 {
06071    switch (libp->paran) {
06072    case 2:
06073       ((TTree*) G__getstructoffset())->AddBranchToCache((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
06074       G__setnull(result7);
06075       break;
06076    case 1:
06077       ((TTree*) G__getstructoffset())->AddBranchToCache((const char*) G__int(libp->para[0]));
06078       G__setnull(result7);
06079       break;
06080    }
06081    return(1 || funcname || hash || result7 || libp) ;
06082 }
06083 
06084 static int G__G__Tree_113_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06085 {
06086    switch (libp->paran) {
06087    case 2:
06088       ((TTree*) G__getstructoffset())->AddBranchToCache((TBranch*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
06089       G__setnull(result7);
06090       break;
06091    case 1:
06092       ((TTree*) G__getstructoffset())->AddBranchToCache((TBranch*) G__int(libp->para[0]));
06093       G__setnull(result7);
06094       break;
06095    }
06096    return(1 || funcname || hash || result7 || libp) ;
06097 }
06098 
06099 static int G__G__Tree_113_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06100 {
06101    switch (libp->paran) {
06102    case 2:
06103       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->AddFriend((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06104       break;
06105    case 1:
06106       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->AddFriend((const char*) G__int(libp->para[0])));
06107       break;
06108    }
06109    return(1 || funcname || hash || result7 || libp) ;
06110 }
06111 
06112 static int G__G__Tree_113_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06113 {
06114       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->AddFriend((const char*) G__int(libp->para[0]), (TFile*) G__int(libp->para[1])));
06115    return(1 || funcname || hash || result7 || libp) ;
06116 }
06117 
06118 static int G__G__Tree_113_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06119 {
06120    switch (libp->paran) {
06121    case 3:
06122       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->AddFriend((TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06123 , (Bool_t) G__int(libp->para[2])));
06124       break;
06125    case 2:
06126       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->AddFriend((TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06127       break;
06128    case 1:
06129       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->AddFriend((TTree*) G__int(libp->para[0])));
06130       break;
06131    }
06132    return(1 || funcname || hash || result7 || libp) ;
06133 }
06134 
06135 static int G__G__Tree_113_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06136 {
06137       ((TTree*) G__getstructoffset())->AddTotBytes((Int_t) G__int(libp->para[0]));
06138       G__setnull(result7);
06139    return(1 || funcname || hash || result7 || libp) ;
06140 }
06141 
06142 static int G__G__Tree_113_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06143 {
06144       ((TTree*) G__getstructoffset())->AddZipBytes((Int_t) G__int(libp->para[0]));
06145       G__setnull(result7);
06146    return(1 || funcname || hash || result7 || libp) ;
06147 }
06148 
06149 static int G__G__Tree_113_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06150 {
06151    switch (libp->paran) {
06152    case 1:
06153       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->AutoSave((Option_t*) G__int(libp->para[0])));
06154       break;
06155    case 0:
06156       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->AutoSave());
06157       break;
06158    }
06159    return(1 || funcname || hash || result7 || libp) ;
06160 }
06161 
06162 static int G__G__Tree_113_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06163 {
06164    switch (libp->paran) {
06165    case 4:
06166       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((TCollection*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06167 , (Int_t) G__int(libp->para[2]), (const char*) G__int(libp->para[3])));
06168       break;
06169    case 3:
06170       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((TCollection*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06171 , (Int_t) G__int(libp->para[2])));
06172       break;
06173    case 2:
06174       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((TCollection*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06175       break;
06176    case 1:
06177       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((TCollection*) G__int(libp->para[0])));
06178       break;
06179    }
06180    return(1 || funcname || hash || result7 || libp) ;
06181 }
06182 
06183 static int G__G__Tree_113_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06184 {
06185    switch (libp->paran) {
06186    case 3:
06187       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((TList*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06188 , (Int_t) G__int(libp->para[2])));
06189       break;
06190    case 2:
06191       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((TList*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06192       break;
06193    case 1:
06194       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((TList*) G__int(libp->para[0])));
06195       break;
06196    }
06197    return(1 || funcname || hash || result7 || libp) ;
06198 }
06199 
06200 static int G__G__Tree_113_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06201 {
06202    switch (libp->paran) {
06203    case 3:
06204       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
06205 , (Int_t) G__int(libp->para[2])));
06206       break;
06207    case 2:
06208       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06209       break;
06210    case 1:
06211       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0])));
06212       break;
06213    }
06214    return(1 || funcname || hash || result7 || libp) ;
06215 }
06216 
06217 static int G__G__Tree_113_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06218 {
06219    switch (libp->paran) {
06220    case 4:
06221       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06222 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
06223       break;
06224    case 3:
06225       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06226 , (const char*) G__int(libp->para[2])));
06227       break;
06228    }
06229    return(1 || funcname || hash || result7 || libp) ;
06230 }
06231 
06232 static int G__G__Tree_113_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06233 {
06234    switch (libp->paran) {
06235    case 4:
06236       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
06237 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
06238       break;
06239    case 3:
06240       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
06241 , (const char*) G__int(libp->para[2])));
06242       break;
06243    }
06244    return(1 || funcname || hash || result7 || libp) ;
06245 }
06246 
06247 static int G__G__Tree_113_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06248 {
06249    switch (libp->paran) {
06250    case 4:
06251       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (long) G__int(libp->para[1])
06252 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
06253       break;
06254    case 3:
06255       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (long) G__int(libp->para[1])
06256 , (const char*) G__int(libp->para[2])));
06257       break;
06258    }
06259    return(1 || funcname || hash || result7 || libp) ;
06260 }
06261 
06262 static int G__G__Tree_113_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06263 {
06264    switch (libp->paran) {
06265    case 4:
06266       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1])
06267 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
06268       break;
06269    case 3:
06270       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Branch((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1])
06271 , (const char*) G__int(libp->para[2])));
06272       break;
06273    }
06274    return(1 || funcname || hash || result7 || libp) ;
06275 }
06276 
06277 static int G__G__Tree_113_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06278 {
06279    switch (libp->paran) {
06280    case 5:
06281       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Bronch((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06282 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
06283 , (Int_t) G__int(libp->para[4])));
06284       break;
06285    case 4:
06286       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Bronch((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06287 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
06288       break;
06289    case 3:
06290       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Bronch((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06291 , (void*) G__int(libp->para[2])));
06292       break;
06293    }
06294    return(1 || funcname || hash || result7 || libp) ;
06295 }
06296 
06297 static int G__G__Tree_113_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06298 {
06299    switch (libp->paran) {
06300    case 5:
06301       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->BranchOld((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06302 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
06303 , (Int_t) G__int(libp->para[4])));
06304       break;
06305    case 4:
06306       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->BranchOld((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06307 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
06308       break;
06309    case 3:
06310       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->BranchOld((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06311 , (void*) G__int(libp->para[2])));
06312       break;
06313    }
06314    return(1 || funcname || hash || result7 || libp) ;
06315 }
06316 
06317 static int G__G__Tree_113_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06318 {
06319       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->BranchRef());
06320    return(1 || funcname || hash || result7 || libp) ;
06321 }
06322 
06323 static int G__G__Tree_113_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06324 {
06325    switch (libp->paran) {
06326    case 2:
06327       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->BuildIndex((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06328       break;
06329    case 1:
06330       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->BuildIndex((const char*) G__int(libp->para[0])));
06331       break;
06332    }
06333    return(1 || funcname || hash || result7 || libp) ;
06334 }
06335 
06336 static int G__G__Tree_113_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06337 {
06338    switch (libp->paran) {
06339    case 3:
06340       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->BuildStreamerInfo((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
06341 , (Bool_t) G__int(libp->para[2])));
06342       break;
06343    case 2:
06344       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->BuildStreamerInfo((TClass*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
06345       break;
06346    case 1:
06347       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->BuildStreamerInfo((TClass*) G__int(libp->para[0])));
06348       break;
06349    }
06350    return(1 || funcname || hash || result7 || libp) ;
06351 }
06352 
06353 static int G__G__Tree_113_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06354 {
06355       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->ChangeFile((TFile*) G__int(libp->para[0])));
06356    return(1 || funcname || hash || result7 || libp) ;
06357 }
06358 
06359 static int G__G__Tree_113_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06360 {
06361    switch (libp->paran) {
06362    case 2:
06363       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CloneTree((Long64_t) G__Longlong(libp->para[0]), (Option_t*) G__int(libp->para[1])));
06364       break;
06365    case 1:
06366       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CloneTree((Long64_t) G__Longlong(libp->para[0])));
06367       break;
06368    case 0:
06369       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CloneTree());
06370       break;
06371    }
06372    return(1 || funcname || hash || result7 || libp) ;
06373 }
06374 
06375 static int G__G__Tree_113_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06376 {
06377    switch (libp->paran) {
06378    case 2:
06379       ((TTree*) G__getstructoffset())->CopyAddresses((TTree*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
06380       G__setnull(result7);
06381       break;
06382    case 1:
06383       ((TTree*) G__getstructoffset())->CopyAddresses((TTree*) G__int(libp->para[0]));
06384       G__setnull(result7);
06385       break;
06386    }
06387    return(1 || funcname || hash || result7 || libp) ;
06388 }
06389 
06390 static int G__G__Tree_113_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06391 {
06392    switch (libp->paran) {
06393    case 3:
06394       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->CopyEntries((TTree*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])
06395 , (Option_t*) G__int(libp->para[2])));
06396       break;
06397    case 2:
06398       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->CopyEntries((TTree*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
06399       break;
06400    case 1:
06401       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->CopyEntries((TTree*) G__int(libp->para[0])));
06402       break;
06403    }
06404    return(1 || funcname || hash || result7 || libp) ;
06405 }
06406 
06407 static int G__G__Tree_113_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06408 {
06409    switch (libp->paran) {
06410    case 4:
06411       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
06412 , (Long64_t) G__Longlong(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
06413       break;
06414    case 3:
06415       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
06416 , (Long64_t) G__Longlong(libp->para[2])));
06417       break;
06418    case 2:
06419       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
06420       break;
06421    case 1:
06422       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0])));
06423       break;
06424    }
06425    return(1 || funcname || hash || result7 || libp) ;
06426 }
06427 
06428 static int G__G__Tree_113_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06429 {
06430       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->CreateBasket((TBranch*) G__int(libp->para[0])));
06431    return(1 || funcname || hash || result7 || libp) ;
06432 }
06433 
06434 static int G__G__Tree_113_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06435 {
06436       ((TTree*) G__getstructoffset())->DirectoryAutoAdd((TDirectory*) G__int(libp->para[0]));
06437       G__setnull(result7);
06438    return(1 || funcname || hash || result7 || libp) ;
06439 }
06440 
06441 static int G__G__Tree_113_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06442 {
06443       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->Debug());
06444    return(1 || funcname || hash || result7 || libp) ;
06445 }
06446 
06447 static int G__G__Tree_113_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06448 {
06449    switch (libp->paran) {
06450    case 5:
06451       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref
06452 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
06453 , (Long64_t) G__Longlong(libp->para[4])));
06454       break;
06455    case 4:
06456       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref
06457 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
06458       break;
06459    case 3:
06460       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref
06461 , (Option_t*) G__int(libp->para[2])));
06462       break;
06463    case 2:
06464       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref));
06465       break;
06466    }
06467    return(1 || funcname || hash || result7 || libp) ;
06468 }
06469 
06470 static int G__G__Tree_113_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06471 {
06472    switch (libp->paran) {
06473    case 5:
06474       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06475 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
06476 , (Long64_t) G__Longlong(libp->para[4])));
06477       break;
06478    case 4:
06479       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06480 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
06481       break;
06482    case 3:
06483       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06484 , (Option_t*) G__int(libp->para[2])));
06485       break;
06486    case 2:
06487       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Draw((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06488       break;
06489    }
06490    return(1 || funcname || hash || result7 || libp) ;
06491 }
06492 
06493 static int G__G__Tree_113_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06494 {
06495       ((TTree*) G__getstructoffset())->DropBaskets();
06496       G__setnull(result7);
06497    return(1 || funcname || hash || result7 || libp) ;
06498 }
06499 
06500 static int G__G__Tree_113_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06501 {
06502       ((TTree*) G__getstructoffset())->DropBuffers((Int_t) G__int(libp->para[0]));
06503       G__setnull(result7);
06504    return(1 || funcname || hash || result7 || libp) ;
06505 }
06506 
06507 static int G__G__Tree_113_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06508 {
06509       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Fill());
06510    return(1 || funcname || hash || result7 || libp) ;
06511 }
06512 
06513 static int G__G__Tree_113_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06514 {
06515       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->FindBranch((const char*) G__int(libp->para[0])));
06516    return(1 || funcname || hash || result7 || libp) ;
06517 }
06518 
06519 static int G__G__Tree_113_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06520 {
06521       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->FindLeaf((const char*) G__int(libp->para[0])));
06522    return(1 || funcname || hash || result7 || libp) ;
06523 }
06524 
06525 static int G__G__Tree_113_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06526 {
06527    switch (libp->paran) {
06528    case 7:
06529       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Fit(
06530 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06531 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
06532 , (Option_t*) G__int(libp->para[4]), (Long64_t) G__Longlong(libp->para[5])
06533 , (Long64_t) G__Longlong(libp->para[6])));
06534       break;
06535    case 6:
06536       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06537 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
06538 , (Option_t*) G__int(libp->para[4]), (Long64_t) G__Longlong(libp->para[5])));
06539       break;
06540    case 5:
06541       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06542 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
06543 , (Option_t*) G__int(libp->para[4])));
06544       break;
06545    case 4:
06546       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06547 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
06548       break;
06549    case 3:
06550       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
06551 , (const char*) G__int(libp->para[2])));
06552       break;
06553    case 2:
06554       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->Fit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
06555       break;
06556    }
06557    return(1 || funcname || hash || result7 || libp) ;
06558 }
06559 
06560 static int G__G__Tree_113_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06561 {
06562       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->FlushBaskets());
06563    return(1 || funcname || hash || result7 || libp) ;
06564 }
06565 
06566 static int G__G__Tree_113_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06567 {
06568       G__letint(result7, 67, (long) ((const TTree*) G__getstructoffset())->GetAlias((const char*) G__int(libp->para[0])));
06569    return(1 || funcname || hash || result7 || libp) ;
06570 }
06571 
06572 static int G__G__Tree_113_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06573 {
06574       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetAutoFlush());
06575    return(1 || funcname || hash || result7 || libp) ;
06576 }
06577 
06578 static int G__G__Tree_113_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06579 {
06580       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetAutoSave());
06581    return(1 || funcname || hash || result7 || libp) ;
06582 }
06583 
06584 static int G__G__Tree_113_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06585 {
06586       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetBranch((const char*) G__int(libp->para[0])));
06587    return(1 || funcname || hash || result7 || libp) ;
06588 }
06589 
06590 static int G__G__Tree_113_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06591 {
06592       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetBranchRef());
06593    return(1 || funcname || hash || result7 || libp) ;
06594 }
06595 
06596 static int G__G__Tree_113_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06597 {
06598       G__letint(result7, 103, (long) ((const TTree*) G__getstructoffset())->GetBranchStatus((const char*) G__int(libp->para[0])));
06599    return(1 || funcname || hash || result7 || libp) ;
06600 }
06601 
06602 static int G__G__Tree_113_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06603 {
06604       G__letint(result7, 105, (long) TTree::GetBranchStyle());
06605    return(1 || funcname || hash || result7 || libp) ;
06606 }
06607 
06608 static int G__G__Tree_113_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06609 {
06610       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetCacheSize());
06611    return(1 || funcname || hash || result7 || libp) ;
06612 }
06613 
06614 static int G__G__Tree_113_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06615 {
06616       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetChainEntryNumber((Long64_t) G__Longlong(libp->para[0])));
06617    return(1 || funcname || hash || result7 || libp) ;
06618 }
06619 
06620 static int G__G__Tree_113_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06621 {
06622       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetChainOffset());
06623    return(1 || funcname || hash || result7 || libp) ;
06624 }
06625 
06626 static int G__G__Tree_113_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06627 {
06628       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetCurrentFile());
06629    return(1 || funcname || hash || result7 || libp) ;
06630 }
06631 
06632 static int G__G__Tree_113_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06633 {
06634       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetDefaultEntryOffsetLen());
06635    return(1 || funcname || hash || result7 || libp) ;
06636 }
06637 
06638 static int G__G__Tree_113_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06639 {
06640       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetDebugMax());
06641    return(1 || funcname || hash || result7 || libp) ;
06642 }
06643 
06644 static int G__G__Tree_113_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06645 {
06646       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetDebugMin());
06647    return(1 || funcname || hash || result7 || libp) ;
06648 }
06649 
06650 static int G__G__Tree_113_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06651 {
06652       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetDirectory());
06653    return(1 || funcname || hash || result7 || libp) ;
06654 }
06655 
06656 static int G__G__Tree_113_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06657 {
06658       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntries());
06659    return(1 || funcname || hash || result7 || libp) ;
06660 }
06661 
06662 static int G__G__Tree_113_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06663 {
06664       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->GetEntries((const char*) G__int(libp->para[0])));
06665    return(1 || funcname || hash || result7 || libp) ;
06666 }
06667 
06668 static int G__G__Tree_113_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06669 {
06670       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntriesFast());
06671    return(1 || funcname || hash || result7 || libp) ;
06672 }
06673 
06674 static int G__G__Tree_113_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06675 {
06676       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntriesFriend());
06677    return(1 || funcname || hash || result7 || libp) ;
06678 }
06679 
06680 static int G__G__Tree_113_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06681 {
06682       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEstimate());
06683    return(1 || funcname || hash || result7 || libp) ;
06684 }
06685 
06686 static int G__G__Tree_113_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06687 {
06688    switch (libp->paran) {
06689    case 2:
06690       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1])));
06691       break;
06692    case 1:
06693       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0])));
06694       break;
06695    case 0:
06696       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEntry());
06697       break;
06698    }
06699    return(1 || funcname || hash || result7 || libp) ;
06700 }
06701 
06702 static int G__G__Tree_113_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06703 {
06704    switch (libp->paran) {
06705    case 2:
06706       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1])));
06707       break;
06708    case 1:
06709       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0])));
06710       break;
06711    case 0:
06712       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEvent());
06713       break;
06714    }
06715    return(1 || funcname || hash || result7 || libp) ;
06716 }
06717 
06718 static int G__G__Tree_113_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06719 {
06720    switch (libp->paran) {
06721    case 2:
06722       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEntryWithIndex((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06723       break;
06724    case 1:
06725       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetEntryWithIndex((Int_t) G__int(libp->para[0])));
06726       break;
06727    }
06728    return(1 || funcname || hash || result7 || libp) ;
06729 }
06730 
06731 static int G__G__Tree_113_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06732 {
06733    switch (libp->paran) {
06734    case 2:
06735       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntryNumberWithBestIndex((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06736       break;
06737    case 1:
06738       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntryNumberWithBestIndex((Int_t) G__int(libp->para[0])));
06739       break;
06740    }
06741    return(1 || funcname || hash || result7 || libp) ;
06742 }
06743 
06744 static int G__G__Tree_113_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06745 {
06746    switch (libp->paran) {
06747    case 2:
06748       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntryNumberWithIndex((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
06749       break;
06750    case 1:
06751       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntryNumberWithIndex((Int_t) G__int(libp->para[0])));
06752       break;
06753    }
06754    return(1 || funcname || hash || result7 || libp) ;
06755 }
06756 
06757 static int G__G__Tree_113_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06758 {
06759       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetEventList());
06760    return(1 || funcname || hash || result7 || libp) ;
06761 }
06762 
06763 static int G__G__Tree_113_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06764 {
06765       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetEntryList());
06766    return(1 || funcname || hash || result7 || libp) ;
06767 }
06768 
06769 static int G__G__Tree_113_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06770 {
06771       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetEntryNumber((Long64_t) G__Longlong(libp->para[0])));
06772    return(1 || funcname || hash || result7 || libp) ;
06773 }
06774 
06775 static int G__G__Tree_113_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06776 {
06777       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetFileNumber());
06778    return(1 || funcname || hash || result7 || libp) ;
06779 }
06780 
06781 static int G__G__Tree_113_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06782 {
06783       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetFriend((const char*) G__int(libp->para[0])));
06784    return(1 || funcname || hash || result7 || libp) ;
06785 }
06786 
06787 static int G__G__Tree_113_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06788 {
06789       G__letint(result7, 67, (long) ((const TTree*) G__getstructoffset())->GetFriendAlias((TTree*) G__int(libp->para[0])));
06790    return(1 || funcname || hash || result7 || libp) ;
06791 }
06792 
06793 static int G__G__Tree_113_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06794 {
06795       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetHistogram());
06796    return(1 || funcname || hash || result7 || libp) ;
06797 }
06798 
06799 static int G__G__Tree_113_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06800 {
06801       G__letint(result7, 73, (long) ((TTree*) G__getstructoffset())->GetIndex());
06802    return(1 || funcname || hash || result7 || libp) ;
06803 }
06804 
06805 static int G__G__Tree_113_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06806 {
06807       G__letint(result7, 68, (long) ((TTree*) G__getstructoffset())->GetIndexValues());
06808    return(1 || funcname || hash || result7 || libp) ;
06809 }
06810 
06811 static int G__G__Tree_113_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06812 {
06813    switch (libp->paran) {
06814    case 1:
06815       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetIteratorOnAllLeaves((Bool_t) G__int(libp->para[0])));
06816       break;
06817    case 0:
06818       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetIteratorOnAllLeaves());
06819       break;
06820    }
06821    return(1 || funcname || hash || result7 || libp) ;
06822 }
06823 
06824 static int G__G__Tree_113_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06825 {
06826       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetLeaf((const char*) G__int(libp->para[0])));
06827    return(1 || funcname || hash || result7 || libp) ;
06828 }
06829 
06830 static int G__G__Tree_113_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06831 {
06832       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetListOfClones());
06833    return(1 || funcname || hash || result7 || libp) ;
06834 }
06835 
06836 static int G__G__Tree_113_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06837 {
06838       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetListOfBranches());
06839    return(1 || funcname || hash || result7 || libp) ;
06840 }
06841 
06842 static int G__G__Tree_113_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06843 {
06844       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetListOfLeaves());
06845    return(1 || funcname || hash || result7 || libp) ;
06846 }
06847 
06848 static int G__G__Tree_113_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06849 {
06850       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetListOfFriends());
06851    return(1 || funcname || hash || result7 || libp) ;
06852 }
06853 
06854 static int G__G__Tree_113_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06855 {
06856       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetListOfAliases());
06857    return(1 || funcname || hash || result7 || libp) ;
06858 }
06859 
06860 static int G__G__Tree_113_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06861 {
06862       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetMakeClass());
06863    return(1 || funcname || hash || result7 || libp) ;
06864 }
06865 
06866 static int G__G__Tree_113_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06867 {
06868       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetMaxEntryLoop());
06869    return(1 || funcname || hash || result7 || libp) ;
06870 }
06871 
06872 static int G__G__Tree_113_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06873 {
06874       G__letdouble(result7, 100, (double) ((TTree*) G__getstructoffset())->GetMaximum((const char*) G__int(libp->para[0])));
06875    return(1 || funcname || hash || result7 || libp) ;
06876 }
06877 
06878 static int G__G__Tree_113_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06879 {
06880       G__letLonglong(result7, 110, (G__int64) TTree::GetMaxTreeSize());
06881    return(1 || funcname || hash || result7 || libp) ;
06882 }
06883 
06884 static int G__G__Tree_113_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06885 {
06886       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetMaxVirtualSize());
06887    return(1 || funcname || hash || result7 || libp) ;
06888 }
06889 
06890 static int G__G__Tree_113_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06891 {
06892       G__letdouble(result7, 100, (double) ((TTree*) G__getstructoffset())->GetMinimum((const char*) G__int(libp->para[0])));
06893    return(1 || funcname || hash || result7 || libp) ;
06894 }
06895 
06896 static int G__G__Tree_113_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06897 {
06898       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->GetNbranches());
06899    return(1 || funcname || hash || result7 || libp) ;
06900 }
06901 
06902 static int G__G__Tree_113_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06903 {
06904       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetNotify());
06905    return(1 || funcname || hash || result7 || libp) ;
06906 }
06907 
06908 static int G__G__Tree_113_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06909 {
06910       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetPlayer());
06911    return(1 || funcname || hash || result7 || libp) ;
06912 }
06913 
06914 static int G__G__Tree_113_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06915 {
06916       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetPacketSize());
06917    return(1 || funcname || hash || result7 || libp) ;
06918 }
06919 
06920 static int G__G__Tree_113_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06921 {
06922       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetReadEntry());
06923    return(1 || funcname || hash || result7 || libp) ;
06924 }
06925 
06926 static int G__G__Tree_113_0_106(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06927 {
06928       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetReadEvent());
06929    return(1 || funcname || hash || result7 || libp) ;
06930 }
06931 
06932 static int G__G__Tree_113_0_107(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06933 {
06934       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetScanField());
06935    return(1 || funcname || hash || result7 || libp) ;
06936 }
06937 
06938 static int G__G__Tree_113_0_108(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06939 {
06940       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetSelect());
06941    return(1 || funcname || hash || result7 || libp) ;
06942 }
06943 
06944 static int G__G__Tree_113_0_109(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06945 {
06946       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->GetSelectedRows());
06947    return(1 || funcname || hash || result7 || libp) ;
06948 }
06949 
06950 static int G__G__Tree_113_0_110(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06951 {
06952       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetTimerInterval());
06953    return(1 || funcname || hash || result7 || libp) ;
06954 }
06955 
06956 static int G__G__Tree_113_0_111(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06957 {
06958       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetTotBytes());
06959    return(1 || funcname || hash || result7 || libp) ;
06960 }
06961 
06962 static int G__G__Tree_113_0_112(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06963 {
06964       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetTree());
06965    return(1 || funcname || hash || result7 || libp) ;
06966 }
06967 
06968 static int G__G__Tree_113_0_113(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06969 {
06970       G__letint(result7, 85, (long) ((const TTree*) G__getstructoffset())->GetTreeIndex());
06971    return(1 || funcname || hash || result7 || libp) ;
06972 }
06973 
06974 static int G__G__Tree_113_0_114(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06975 {
06976       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetTreeNumber());
06977    return(1 || funcname || hash || result7 || libp) ;
06978 }
06979 
06980 static int G__G__Tree_113_0_115(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06981 {
06982       G__letint(result7, 105, (long) ((const TTree*) G__getstructoffset())->GetUpdate());
06983    return(1 || funcname || hash || result7 || libp) ;
06984 }
06985 
06986 static int G__G__Tree_113_0_116(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06987 {
06988       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetUserInfo());
06989    return(1 || funcname || hash || result7 || libp) ;
06990 }
06991 
06992 static int G__G__Tree_113_0_117(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06993 {
06994       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetVar((Int_t) G__int(libp->para[0])));
06995    return(1 || funcname || hash || result7 || libp) ;
06996 }
06997 
06998 static int G__G__Tree_113_0_118(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
06999 {
07000       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetVar1());
07001    return(1 || funcname || hash || result7 || libp) ;
07002 }
07003 
07004 static int G__G__Tree_113_0_119(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07005 {
07006       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetVar2());
07007    return(1 || funcname || hash || result7 || libp) ;
07008 }
07009 
07010 static int G__G__Tree_113_0_120(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07011 {
07012       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetVar3());
07013    return(1 || funcname || hash || result7 || libp) ;
07014 }
07015 
07016 static int G__G__Tree_113_0_121(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07017 {
07018       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->GetVar4());
07019    return(1 || funcname || hash || result7 || libp) ;
07020 }
07021 
07022 static int G__G__Tree_113_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07023 {
07024       G__letint(result7, 68, (long) ((TTree*) G__getstructoffset())->GetVal((Int_t) G__int(libp->para[0])));
07025    return(1 || funcname || hash || result7 || libp) ;
07026 }
07027 
07028 static int G__G__Tree_113_0_123(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07029 {
07030       G__letint(result7, 68, (long) ((TTree*) G__getstructoffset())->GetV1());
07031    return(1 || funcname || hash || result7 || libp) ;
07032 }
07033 
07034 static int G__G__Tree_113_0_124(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07035 {
07036       G__letint(result7, 68, (long) ((TTree*) G__getstructoffset())->GetV2());
07037    return(1 || funcname || hash || result7 || libp) ;
07038 }
07039 
07040 static int G__G__Tree_113_0_125(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07041 {
07042       G__letint(result7, 68, (long) ((TTree*) G__getstructoffset())->GetV3());
07043    return(1 || funcname || hash || result7 || libp) ;
07044 }
07045 
07046 static int G__G__Tree_113_0_126(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07047 {
07048       G__letint(result7, 68, (long) ((TTree*) G__getstructoffset())->GetV4());
07049    return(1 || funcname || hash || result7 || libp) ;
07050 }
07051 
07052 static int G__G__Tree_113_0_127(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07053 {
07054       G__letint(result7, 68, (long) ((TTree*) G__getstructoffset())->GetW());
07055    return(1 || funcname || hash || result7 || libp) ;
07056 }
07057 
07058 static int G__G__Tree_113_0_128(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07059 {
07060       G__letdouble(result7, 100, (double) ((const TTree*) G__getstructoffset())->GetWeight());
07061    return(1 || funcname || hash || result7 || libp) ;
07062 }
07063 
07064 static int G__G__Tree_113_0_129(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07065 {
07066       G__letLonglong(result7, 110, (G__int64) ((const TTree*) G__getstructoffset())->GetZipBytes());
07067    return(1 || funcname || hash || result7 || libp) ;
07068 }
07069 
07070 static int G__G__Tree_113_0_130(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07071 {
07072       ((TTree*) G__getstructoffset())->IncrementTotalBuffers((Int_t) G__int(libp->para[0]));
07073       G__setnull(result7);
07074    return(1 || funcname || hash || result7 || libp) ;
07075 }
07076 
07077 static int G__G__Tree_113_0_132(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07078 {
07079    switch (libp->paran) {
07080    case 1:
07081       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->LoadBaskets((Long64_t) G__Longlong(libp->para[0])));
07082       break;
07083    case 0:
07084       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->LoadBaskets());
07085       break;
07086    }
07087    return(1 || funcname || hash || result7 || libp) ;
07088 }
07089 
07090 static int G__G__Tree_113_0_133(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07091 {
07092       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->LoadTree((Long64_t) G__Longlong(libp->para[0])));
07093    return(1 || funcname || hash || result7 || libp) ;
07094 }
07095 
07096 static int G__G__Tree_113_0_134(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07097 {
07098       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->LoadTreeFriend((Long64_t) G__Longlong(libp->para[0]), (TTree*) G__int(libp->para[1])));
07099    return(1 || funcname || hash || result7 || libp) ;
07100 }
07101 
07102 static int G__G__Tree_113_0_135(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07103 {
07104    switch (libp->paran) {
07105    case 2:
07106       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeClass((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
07107       break;
07108    case 1:
07109       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeClass((const char*) G__int(libp->para[0])));
07110       break;
07111    case 0:
07112       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeClass());
07113       break;
07114    }
07115    return(1 || funcname || hash || result7 || libp) ;
07116 }
07117 
07118 static int G__G__Tree_113_0_136(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07119 {
07120    switch (libp->paran) {
07121    case 1:
07122       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeCode((const char*) G__int(libp->para[0])));
07123       break;
07124    case 0:
07125       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeCode());
07126       break;
07127    }
07128    return(1 || funcname || hash || result7 || libp) ;
07129 }
07130 
07131 static int G__G__Tree_113_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07132 {
07133    switch (libp->paran) {
07134    case 5:
07135       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07136 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
07137 , (Int_t) G__int(libp->para[4])));
07138       break;
07139    case 4:
07140       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07141 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])));
07142       break;
07143    case 3:
07144       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07145 , (const char*) G__int(libp->para[2])));
07146       break;
07147    case 2:
07148       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07149       break;
07150    case 1:
07151       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0])));
07152       break;
07153    }
07154    return(1 || funcname || hash || result7 || libp) ;
07155 }
07156 
07157 static int G__G__Tree_113_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07158 {
07159    switch (libp->paran) {
07160    case 1:
07161       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeSelector((const char*) G__int(libp->para[0])));
07162       break;
07163    case 0:
07164       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->MakeSelector());
07165       break;
07166    }
07167    return(1 || funcname || hash || result7 || libp) ;
07168 }
07169 
07170 static int G__G__Tree_113_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07171 {
07172       G__letint(result7, 103, (long) ((TTree*) G__getstructoffset())->MemoryFull((Int_t) G__int(libp->para[0])));
07173    return(1 || funcname || hash || result7 || libp) ;
07174 }
07175 
07176 static int G__G__Tree_113_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07177 {
07178    switch (libp->paran) {
07179    case 2:
07180       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
07181       break;
07182    case 1:
07183       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
07184       break;
07185    }
07186    return(1 || funcname || hash || result7 || libp) ;
07187 }
07188 
07189 static int G__G__Tree_113_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07190 {
07191    switch (libp->paran) {
07192    case 2:
07193       G__letint(result7, 85, (long) TTree::MergeTrees((TList*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
07194       break;
07195    case 1:
07196       G__letint(result7, 85, (long) TTree::MergeTrees((TList*) G__int(libp->para[0])));
07197       break;
07198    }
07199    return(1 || funcname || hash || result7 || libp) ;
07200 }
07201 
07202 static int G__G__Tree_113_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07203 {
07204    switch (libp->paran) {
07205    case 3:
07206       ((TTree*) G__getstructoffset())->OptimizeBaskets((ULong64_t) G__ULonglong(libp->para[0]), (Float_t) G__double(libp->para[1])
07207 , (Option_t*) G__int(libp->para[2]));
07208       G__setnull(result7);
07209       break;
07210    case 2:
07211       ((TTree*) G__getstructoffset())->OptimizeBaskets((ULong64_t) G__ULonglong(libp->para[0]), (Float_t) G__double(libp->para[1]));
07212       G__setnull(result7);
07213       break;
07214    case 1:
07215       ((TTree*) G__getstructoffset())->OptimizeBaskets((ULong64_t) G__ULonglong(libp->para[0]));
07216       G__setnull(result7);
07217       break;
07218    case 0:
07219       ((TTree*) G__getstructoffset())->OptimizeBaskets();
07220       G__setnull(result7);
07221       break;
07222    }
07223    return(1 || funcname || hash || result7 || libp) ;
07224 }
07225 
07226 static int G__G__Tree_113_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07227 {
07228    switch (libp->paran) {
07229    case 5:
07230       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07231 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
07232 , (Long64_t) G__Longlong(libp->para[4])));
07233       break;
07234    case 4:
07235       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07236 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
07237       break;
07238    case 3:
07239       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07240 , (Option_t*) G__int(libp->para[2])));
07241       break;
07242    case 2:
07243       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07244       break;
07245    case 1:
07246       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0])));
07247       break;
07248    case 0:
07249       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Principal());
07250       break;
07251    }
07252    return(1 || funcname || hash || result7 || libp) ;
07253 }
07254 
07255 static int G__G__Tree_113_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07256 {
07257    switch (libp->paran) {
07258    case 1:
07259       ((const TTree*) G__getstructoffset())->PrintCacheStats((Option_t*) G__int(libp->para[0]));
07260       G__setnull(result7);
07261       break;
07262    case 0:
07263       ((const TTree*) G__getstructoffset())->PrintCacheStats();
07264       G__setnull(result7);
07265       break;
07266    }
07267    return(1 || funcname || hash || result7 || libp) ;
07268 }
07269 
07270 static int G__G__Tree_113_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07271 {
07272    switch (libp->paran) {
07273    case 4:
07274       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Process((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07275 , (Long64_t) G__Longlong(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
07276       break;
07277    case 3:
07278       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Process((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
07279 , (Long64_t) G__Longlong(libp->para[2])));
07280       break;
07281    case 2:
07282       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Process((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
07283       break;
07284    case 1:
07285       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Process((const char*) G__int(libp->para[0])));
07286       break;
07287    }
07288    return(1 || funcname || hash || result7 || libp) ;
07289 }
07290 
07291 static int G__G__Tree_113_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07292 {
07293    switch (libp->paran) {
07294    case 6:
07295       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07296 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07297 , (Long64_t) G__Longlong(libp->para[4]), (Long64_t) G__Longlong(libp->para[5])));
07298       break;
07299    case 5:
07300       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07301 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07302 , (Long64_t) G__Longlong(libp->para[4])));
07303       break;
07304    case 4:
07305       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07306 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
07307       break;
07308    case 3:
07309       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07310 , (const char*) G__int(libp->para[2])));
07311       break;
07312    case 2:
07313       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Project((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07314       break;
07315    }
07316    return(1 || funcname || hash || result7 || libp) ;
07317 }
07318 
07319 static int G__G__Tree_113_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07320 {
07321    switch (libp->paran) {
07322    case 5:
07323       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Query((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07324 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
07325 , (Long64_t) G__Longlong(libp->para[4])));
07326       break;
07327    case 4:
07328       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Query((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07329 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
07330       break;
07331    case 3:
07332       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Query((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07333 , (Option_t*) G__int(libp->para[2])));
07334       break;
07335    case 2:
07336       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Query((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07337       break;
07338    case 1:
07339       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Query((const char*) G__int(libp->para[0])));
07340       break;
07341    case 0:
07342       G__letint(result7, 85, (long) ((TTree*) G__getstructoffset())->Query());
07343       break;
07344    }
07345    return(1 || funcname || hash || result7 || libp) ;
07346 }
07347 
07348 static int G__G__Tree_113_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07349 {
07350    switch (libp->paran) {
07351    case 2:
07352       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->ReadFile((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07353       break;
07354    case 1:
07355       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->ReadFile((const char*) G__int(libp->para[0])));
07356       break;
07357    }
07358    return(1 || funcname || hash || result7 || libp) ;
07359 }
07360 
07361 static int G__G__Tree_113_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07362 {
07363    switch (libp->paran) {
07364    case 2:
07365       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->ReadStream(*(istream*) libp->para[0].ref, (const char*) G__int(libp->para[1])));
07366       break;
07367    case 1:
07368       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->ReadStream(*(istream*) libp->para[0].ref));
07369       break;
07370    }
07371    return(1 || funcname || hash || result7 || libp) ;
07372 }
07373 
07374 static int G__G__Tree_113_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07375 {
07376       ((TTree*) G__getstructoffset())->Refresh();
07377       G__setnull(result7);
07378    return(1 || funcname || hash || result7 || libp) ;
07379 }
07380 
07381 static int G__G__Tree_113_0_154(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07382 {
07383       ((TTree*) G__getstructoffset())->RemoveFriend((TTree*) G__int(libp->para[0]));
07384       G__setnull(result7);
07385    return(1 || funcname || hash || result7 || libp) ;
07386 }
07387 
07388 static int G__G__Tree_113_0_155(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07389 {
07390    switch (libp->paran) {
07391    case 1:
07392       ((TTree*) G__getstructoffset())->Reset((Option_t*) G__int(libp->para[0]));
07393       G__setnull(result7);
07394       break;
07395    case 0:
07396       ((TTree*) G__getstructoffset())->Reset();
07397       G__setnull(result7);
07398       break;
07399    }
07400    return(1 || funcname || hash || result7 || libp) ;
07401 }
07402 
07403 static int G__G__Tree_113_0_156(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07404 {
07405       ((TTree*) G__getstructoffset())->ResetBranchAddress((TBranch*) G__int(libp->para[0]));
07406       G__setnull(result7);
07407    return(1 || funcname || hash || result7 || libp) ;
07408 }
07409 
07410 static int G__G__Tree_113_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07411 {
07412       ((TTree*) G__getstructoffset())->ResetBranchAddresses();
07413       G__setnull(result7);
07414    return(1 || funcname || hash || result7 || libp) ;
07415 }
07416 
07417 static int G__G__Tree_113_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07418 {
07419    switch (libp->paran) {
07420    case 5:
07421       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Scan((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07422 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
07423 , (Long64_t) G__Longlong(libp->para[4])));
07424       break;
07425    case 4:
07426       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Scan((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07427 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
07428       break;
07429    case 3:
07430       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Scan((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07431 , (Option_t*) G__int(libp->para[2])));
07432       break;
07433    case 2:
07434       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Scan((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07435       break;
07436    case 1:
07437       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Scan((const char*) G__int(libp->para[0])));
07438       break;
07439    case 0:
07440       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->Scan());
07441       break;
07442    }
07443    return(1 || funcname || hash || result7 || libp) ;
07444 }
07445 
07446 static int G__G__Tree_113_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07447 {
07448       G__letint(result7, 103, (long) ((TTree*) G__getstructoffset())->SetAlias((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07449    return(1 || funcname || hash || result7 || libp) ;
07450 }
07451 
07452 static int G__G__Tree_113_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07453 {
07454    switch (libp->paran) {
07455    case 1:
07456       ((TTree*) G__getstructoffset())->SetAutoSave((Long64_t) G__Longlong(libp->para[0]));
07457       G__setnull(result7);
07458       break;
07459    case 0:
07460       ((TTree*) G__getstructoffset())->SetAutoSave();
07461       G__setnull(result7);
07462       break;
07463    }
07464    return(1 || funcname || hash || result7 || libp) ;
07465 }
07466 
07467 static int G__G__Tree_113_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07468 {
07469    switch (libp->paran) {
07470    case 1:
07471       ((TTree*) G__getstructoffset())->SetAutoFlush((Long64_t) G__Longlong(libp->para[0]));
07472       G__setnull(result7);
07473       break;
07474    case 0:
07475       ((TTree*) G__getstructoffset())->SetAutoFlush();
07476       G__setnull(result7);
07477       break;
07478    }
07479    return(1 || funcname || hash || result7 || libp) ;
07480 }
07481 
07482 static int G__G__Tree_113_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07483 {
07484    switch (libp->paran) {
07485    case 2:
07486       ((TTree*) G__getstructoffset())->SetBasketSize((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
07487       G__setnull(result7);
07488       break;
07489    case 1:
07490       ((TTree*) G__getstructoffset())->SetBasketSize((const char*) G__int(libp->para[0]));
07491       G__setnull(result7);
07492       break;
07493    }
07494    return(1 || funcname || hash || result7 || libp) ;
07495 }
07496 
07497 static int G__G__Tree_113_0_163(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07498 {
07499       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->SetBranchAddress((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07500 , (TClass*) G__int(libp->para[2]), (EDataType) G__int(libp->para[3])
07501 , (Bool_t) G__int(libp->para[4])));
07502    return(1 || funcname || hash || result7 || libp) ;
07503 }
07504 
07505 static int G__G__Tree_113_0_164(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07506 {
07507       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->SetBranchAddress((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07508 , (TBranch**) G__int(libp->para[2]), (TClass*) G__int(libp->para[3])
07509 , (EDataType) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])));
07510    return(1 || funcname || hash || result7 || libp) ;
07511 }
07512 
07513 static int G__G__Tree_113_0_165(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07514 {
07515    switch (libp->paran) {
07516    case 3:
07517       ((TTree*) G__getstructoffset())->SetBranchStatus((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
07518 , (UInt_t*) G__int(libp->para[2]));
07519       G__setnull(result7);
07520       break;
07521    case 2:
07522       ((TTree*) G__getstructoffset())->SetBranchStatus((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
07523       G__setnull(result7);
07524       break;
07525    case 1:
07526       ((TTree*) G__getstructoffset())->SetBranchStatus((const char*) G__int(libp->para[0]));
07527       G__setnull(result7);
07528       break;
07529    }
07530    return(1 || funcname || hash || result7 || libp) ;
07531 }
07532 
07533 static int G__G__Tree_113_0_166(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07534 {
07535    switch (libp->paran) {
07536    case 1:
07537       TTree::SetBranchStyle((Int_t) G__int(libp->para[0]));
07538       G__setnull(result7);
07539       break;
07540    case 0:
07541       TTree::SetBranchStyle();
07542       G__setnull(result7);
07543       break;
07544    }
07545    return(1 || funcname || hash || result7 || libp) ;
07546 }
07547 
07548 static int G__G__Tree_113_0_167(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07549 {
07550    switch (libp->paran) {
07551    case 1:
07552       ((TTree*) G__getstructoffset())->SetCacheSize((Long64_t) G__Longlong(libp->para[0]));
07553       G__setnull(result7);
07554       break;
07555    case 0:
07556       ((TTree*) G__getstructoffset())->SetCacheSize();
07557       G__setnull(result7);
07558       break;
07559    }
07560    return(1 || funcname || hash || result7 || libp) ;
07561 }
07562 
07563 static int G__G__Tree_113_0_168(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07564 {
07565       ((TTree*) G__getstructoffset())->SetCacheEntryRange((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
07566       G__setnull(result7);
07567    return(1 || funcname || hash || result7 || libp) ;
07568 }
07569 
07570 static int G__G__Tree_113_0_169(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07571 {
07572    switch (libp->paran) {
07573    case 1:
07574       ((TTree*) G__getstructoffset())->SetCacheLearnEntries((Int_t) G__int(libp->para[0]));
07575       G__setnull(result7);
07576       break;
07577    case 0:
07578       ((TTree*) G__getstructoffset())->SetCacheLearnEntries();
07579       G__setnull(result7);
07580       break;
07581    }
07582    return(1 || funcname || hash || result7 || libp) ;
07583 }
07584 
07585 static int G__G__Tree_113_0_170(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07586 {
07587    switch (libp->paran) {
07588    case 1:
07589       ((TTree*) G__getstructoffset())->SetChainOffset((Long64_t) G__Longlong(libp->para[0]));
07590       G__setnull(result7);
07591       break;
07592    case 0:
07593       ((TTree*) G__getstructoffset())->SetChainOffset();
07594       G__setnull(result7);
07595       break;
07596    }
07597    return(1 || funcname || hash || result7 || libp) ;
07598 }
07599 
07600 static int G__G__Tree_113_0_171(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07601 {
07602       ((TTree*) G__getstructoffset())->SetCircular((Long64_t) G__Longlong(libp->para[0]));
07603       G__setnull(result7);
07604    return(1 || funcname || hash || result7 || libp) ;
07605 }
07606 
07607 static int G__G__Tree_113_0_172(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07608 {
07609    switch (libp->paran) {
07610    case 3:
07611       ((TTree*) G__getstructoffset())->SetDebug((Int_t) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])
07612 , (Long64_t) G__Longlong(libp->para[2]));
07613       G__setnull(result7);
07614       break;
07615    case 2:
07616       ((TTree*) G__getstructoffset())->SetDebug((Int_t) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
07617       G__setnull(result7);
07618       break;
07619    case 1:
07620       ((TTree*) G__getstructoffset())->SetDebug((Int_t) G__int(libp->para[0]));
07621       G__setnull(result7);
07622       break;
07623    case 0:
07624       ((TTree*) G__getstructoffset())->SetDebug();
07625       G__setnull(result7);
07626       break;
07627    }
07628    return(1 || funcname || hash || result7 || libp) ;
07629 }
07630 
07631 static int G__G__Tree_113_0_173(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07632 {
07633    switch (libp->paran) {
07634    case 2:
07635       ((TTree*) G__getstructoffset())->SetDefaultEntryOffsetLen((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
07636       G__setnull(result7);
07637       break;
07638    case 1:
07639       ((TTree*) G__getstructoffset())->SetDefaultEntryOffsetLen((Int_t) G__int(libp->para[0]));
07640       G__setnull(result7);
07641       break;
07642    }
07643    return(1 || funcname || hash || result7 || libp) ;
07644 }
07645 
07646 static int G__G__Tree_113_0_174(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07647 {
07648       ((TTree*) G__getstructoffset())->SetDirectory((TDirectory*) G__int(libp->para[0]));
07649       G__setnull(result7);
07650    return(1 || funcname || hash || result7 || libp) ;
07651 }
07652 
07653 static int G__G__Tree_113_0_175(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07654 {
07655    switch (libp->paran) {
07656    case 1:
07657       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->SetEntries((Long64_t) G__Longlong(libp->para[0])));
07658       break;
07659    case 0:
07660       G__letLonglong(result7, 110, (G__int64) ((TTree*) G__getstructoffset())->SetEntries());
07661       break;
07662    }
07663    return(1 || funcname || hash || result7 || libp) ;
07664 }
07665 
07666 static int G__G__Tree_113_0_176(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07667 {
07668    switch (libp->paran) {
07669    case 1:
07670       ((TTree*) G__getstructoffset())->SetEstimate((Long64_t) G__Longlong(libp->para[0]));
07671       G__setnull(result7);
07672       break;
07673    case 0:
07674       ((TTree*) G__getstructoffset())->SetEstimate();
07675       G__setnull(result7);
07676       break;
07677    }
07678    return(1 || funcname || hash || result7 || libp) ;
07679 }
07680 
07681 static int G__G__Tree_113_0_177(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07682 {
07683    switch (libp->paran) {
07684    case 1:
07685       ((TTree*) G__getstructoffset())->SetFileNumber((Int_t) G__int(libp->para[0]));
07686       G__setnull(result7);
07687       break;
07688    case 0:
07689       ((TTree*) G__getstructoffset())->SetFileNumber();
07690       G__setnull(result7);
07691       break;
07692    }
07693    return(1 || funcname || hash || result7 || libp) ;
07694 }
07695 
07696 static int G__G__Tree_113_0_178(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07697 {
07698       ((TTree*) G__getstructoffset())->SetEventList((TEventList*) G__int(libp->para[0]));
07699       G__setnull(result7);
07700    return(1 || funcname || hash || result7 || libp) ;
07701 }
07702 
07703 static int G__G__Tree_113_0_179(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07704 {
07705    switch (libp->paran) {
07706    case 2:
07707       ((TTree*) G__getstructoffset())->SetEntryList((TEntryList*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
07708       G__setnull(result7);
07709       break;
07710    case 1:
07711       ((TTree*) G__getstructoffset())->SetEntryList((TEntryList*) G__int(libp->para[0]));
07712       G__setnull(result7);
07713       break;
07714    }
07715    return(1 || funcname || hash || result7 || libp) ;
07716 }
07717 
07718 static int G__G__Tree_113_0_180(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07719 {
07720       ((TTree*) G__getstructoffset())->SetMakeClass((Int_t) G__int(libp->para[0]));
07721       G__setnull(result7);
07722    return(1 || funcname || hash || result7 || libp) ;
07723 }
07724 
07725 static int G__G__Tree_113_0_181(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07726 {
07727    switch (libp->paran) {
07728    case 1:
07729       ((TTree*) G__getstructoffset())->SetMaxEntryLoop((Long64_t) G__Longlong(libp->para[0]));
07730       G__setnull(result7);
07731       break;
07732    case 0:
07733       ((TTree*) G__getstructoffset())->SetMaxEntryLoop();
07734       G__setnull(result7);
07735       break;
07736    }
07737    return(1 || funcname || hash || result7 || libp) ;
07738 }
07739 
07740 static int G__G__Tree_113_0_182(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07741 {
07742    switch (libp->paran) {
07743    case 1:
07744       TTree::SetMaxTreeSize((Long64_t) G__Longlong(libp->para[0]));
07745       G__setnull(result7);
07746       break;
07747    case 0:
07748       TTree::SetMaxTreeSize();
07749       G__setnull(result7);
07750       break;
07751    }
07752    return(1 || funcname || hash || result7 || libp) ;
07753 }
07754 
07755 static int G__G__Tree_113_0_183(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07756 {
07757    switch (libp->paran) {
07758    case 1:
07759       ((TTree*) G__getstructoffset())->SetMaxVirtualSize((Long64_t) G__Longlong(libp->para[0]));
07760       G__setnull(result7);
07761       break;
07762    case 0:
07763       ((TTree*) G__getstructoffset())->SetMaxVirtualSize();
07764       G__setnull(result7);
07765       break;
07766    }
07767    return(1 || funcname || hash || result7 || libp) ;
07768 }
07769 
07770 static int G__G__Tree_113_0_185(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07771 {
07772       ((TTree*) G__getstructoffset())->SetNotify((TObject*) G__int(libp->para[0]));
07773       G__setnull(result7);
07774    return(1 || funcname || hash || result7 || libp) ;
07775 }
07776 
07777 static int G__G__Tree_113_0_186(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07778 {
07779       ((TTree*) G__getstructoffset())->SetObject((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
07780       G__setnull(result7);
07781    return(1 || funcname || hash || result7 || libp) ;
07782 }
07783 
07784 static int G__G__Tree_113_0_187(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07785 {
07786    switch (libp->paran) {
07787    case 2:
07788       ((TTree*) G__getstructoffset())->SetParallelUnzip((Bool_t) G__int(libp->para[0]), (Float_t) G__double(libp->para[1]));
07789       G__setnull(result7);
07790       break;
07791    case 1:
07792       ((TTree*) G__getstructoffset())->SetParallelUnzip((Bool_t) G__int(libp->para[0]));
07793       G__setnull(result7);
07794       break;
07795    case 0:
07796       ((TTree*) G__getstructoffset())->SetParallelUnzip();
07797       G__setnull(result7);
07798       break;
07799    }
07800    return(1 || funcname || hash || result7 || libp) ;
07801 }
07802 
07803 static int G__G__Tree_113_0_188(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07804 {
07805    switch (libp->paran) {
07806    case 1:
07807       ((TTree*) G__getstructoffset())->SetScanField((Int_t) G__int(libp->para[0]));
07808       G__setnull(result7);
07809       break;
07810    case 0:
07811       ((TTree*) G__getstructoffset())->SetScanField();
07812       G__setnull(result7);
07813       break;
07814    }
07815    return(1 || funcname || hash || result7 || libp) ;
07816 }
07817 
07818 static int G__G__Tree_113_0_189(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07819 {
07820    switch (libp->paran) {
07821    case 1:
07822       ((TTree*) G__getstructoffset())->SetTimerInterval((Int_t) G__int(libp->para[0]));
07823       G__setnull(result7);
07824       break;
07825    case 0:
07826       ((TTree*) G__getstructoffset())->SetTimerInterval();
07827       G__setnull(result7);
07828       break;
07829    }
07830    return(1 || funcname || hash || result7 || libp) ;
07831 }
07832 
07833 static int G__G__Tree_113_0_190(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07834 {
07835       ((TTree*) G__getstructoffset())->SetTreeIndex((TVirtualIndex*) G__int(libp->para[0]));
07836       G__setnull(result7);
07837    return(1 || funcname || hash || result7 || libp) ;
07838 }
07839 
07840 static int G__G__Tree_113_0_191(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07841 {
07842    switch (libp->paran) {
07843    case 2:
07844       ((TTree*) G__getstructoffset())->SetWeight((Double_t) G__double(libp->para[0]), (Option_t*) G__int(libp->para[1]));
07845       G__setnull(result7);
07846       break;
07847    case 1:
07848       ((TTree*) G__getstructoffset())->SetWeight((Double_t) G__double(libp->para[0]));
07849       G__setnull(result7);
07850       break;
07851    case 0:
07852       ((TTree*) G__getstructoffset())->SetWeight();
07853       G__setnull(result7);
07854       break;
07855    }
07856    return(1 || funcname || hash || result7 || libp) ;
07857 }
07858 
07859 static int G__G__Tree_113_0_192(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07860 {
07861    switch (libp->paran) {
07862    case 1:
07863       ((TTree*) G__getstructoffset())->SetUpdate((Int_t) G__int(libp->para[0]));
07864       G__setnull(result7);
07865       break;
07866    case 0:
07867       ((TTree*) G__getstructoffset())->SetUpdate();
07868       G__setnull(result7);
07869       break;
07870    }
07871    return(1 || funcname || hash || result7 || libp) ;
07872 }
07873 
07874 static int G__G__Tree_113_0_193(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07875 {
07876    switch (libp->paran) {
07877    case 2:
07878       ((TTree*) G__getstructoffset())->Show((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1]));
07879       G__setnull(result7);
07880       break;
07881    case 1:
07882       ((TTree*) G__getstructoffset())->Show((Long64_t) G__Longlong(libp->para[0]));
07883       G__setnull(result7);
07884       break;
07885    case 0:
07886       ((TTree*) G__getstructoffset())->Show();
07887       G__setnull(result7);
07888       break;
07889    }
07890    return(1 || funcname || hash || result7 || libp) ;
07891 }
07892 
07893 static int G__G__Tree_113_0_194(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07894 {
07895       ((TTree*) G__getstructoffset())->StartViewer();
07896       G__setnull(result7);
07897    return(1 || funcname || hash || result7 || libp) ;
07898 }
07899 
07900 static int G__G__Tree_113_0_195(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07901 {
07902       ((TTree*) G__getstructoffset())->StopCacheLearningPhase();
07903       G__setnull(result7);
07904    return(1 || funcname || hash || result7 || libp) ;
07905 }
07906 
07907 static int G__G__Tree_113_0_196(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07908 {
07909    switch (libp->paran) {
07910    case 6:
07911       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->UnbinnedFit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07912 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07913 , (Long64_t) G__Longlong(libp->para[4]), (Long64_t) G__Longlong(libp->para[5])));
07914       break;
07915    case 5:
07916       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->UnbinnedFit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07917 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
07918 , (Long64_t) G__Longlong(libp->para[4])));
07919       break;
07920    case 4:
07921       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->UnbinnedFit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07922 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])));
07923       break;
07924    case 3:
07925       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->UnbinnedFit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
07926 , (const char*) G__int(libp->para[2])));
07927       break;
07928    case 2:
07929       G__letint(result7, 105, (long) ((TTree*) G__getstructoffset())->UnbinnedFit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
07930       break;
07931    }
07932    return(1 || funcname || hash || result7 || libp) ;
07933 }
07934 
07935 static int G__G__Tree_113_0_200(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07936 {
07937       G__letint(result7, 85, (long) TTree::Class());
07938    return(1 || funcname || hash || result7 || libp) ;
07939 }
07940 
07941 static int G__G__Tree_113_0_201(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07942 {
07943       G__letint(result7, 67, (long) TTree::Class_Name());
07944    return(1 || funcname || hash || result7 || libp) ;
07945 }
07946 
07947 static int G__G__Tree_113_0_202(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07948 {
07949       G__letint(result7, 115, (long) TTree::Class_Version());
07950    return(1 || funcname || hash || result7 || libp) ;
07951 }
07952 
07953 static int G__G__Tree_113_0_203(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07954 {
07955       TTree::Dictionary();
07956       G__setnull(result7);
07957    return(1 || funcname || hash || result7 || libp) ;
07958 }
07959 
07960 static int G__G__Tree_113_0_207(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07961 {
07962       ((TTree*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07963       G__setnull(result7);
07964    return(1 || funcname || hash || result7 || libp) ;
07965 }
07966 
07967 static int G__G__Tree_113_0_208(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07968 {
07969       G__letint(result7, 67, (long) TTree::DeclFileName());
07970    return(1 || funcname || hash || result7 || libp) ;
07971 }
07972 
07973 static int G__G__Tree_113_0_209(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07974 {
07975       G__letint(result7, 105, (long) TTree::ImplFileLine());
07976    return(1 || funcname || hash || result7 || libp) ;
07977 }
07978 
07979 static int G__G__Tree_113_0_210(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07980 {
07981       G__letint(result7, 67, (long) TTree::ImplFileName());
07982    return(1 || funcname || hash || result7 || libp) ;
07983 }
07984 
07985 static int G__G__Tree_113_0_211(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07986 {
07987       G__letint(result7, 105, (long) TTree::DeclFileLine());
07988    return(1 || funcname || hash || result7 || libp) ;
07989 }
07990 
07991 // automatic destructor
07992 typedef TTree G__TTTree;
07993 static int G__G__Tree_113_0_212(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07994 {
07995    char* gvp = (char*) G__getgvp();
07996    long soff = G__getstructoffset();
07997    int n = G__getaryconstruct();
07998    //
07999    //has_a_delete: 1
08000    //has_own_delete1arg: 0
08001    //has_own_delete2arg: 0
08002    //
08003    if (!soff) {
08004      return(1);
08005    }
08006    if (n) {
08007      if (gvp == (char*)G__PVOID) {
08008        delete[] (TTree*) soff;
08009      } else {
08010        G__setgvp((long) G__PVOID);
08011        for (int i = n - 1; i >= 0; --i) {
08012          ((TTree*) (soff+(sizeof(TTree)*i)))->~G__TTTree();
08013        }
08014        G__setgvp((long)gvp);
08015      }
08016    } else {
08017      if (gvp == (char*)G__PVOID) {
08018        delete (TTree*) soff;
08019      } else {
08020        G__setgvp((long) G__PVOID);
08021        ((TTree*) (soff))->~G__TTTree();
08022        G__setgvp((long)gvp);
08023      }
08024    }
08025    G__setnull(result7);
08026    return(1 || funcname || hash || result7 || libp) ;
08027 }
08028 
08029 
08030 /* TBranch */
08031 static int G__G__Tree_114_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08032 {
08033    TBranch* p = NULL;
08034    char* gvp = (char*) G__getgvp();
08035    int n = G__getaryconstruct();
08036    if (n) {
08037      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08038        p = new TBranch[n];
08039      } else {
08040        p = new((void*) gvp) TBranch[n];
08041      }
08042    } else {
08043      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08044        p = new TBranch;
08045      } else {
08046        p = new((void*) gvp) TBranch;
08047      }
08048    }
08049    result7->obj.i = (long) p;
08050    result7->ref = (long) p;
08051    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranch));
08052    return(1 || funcname || hash || result7 || libp) ;
08053 }
08054 
08055 static int G__G__Tree_114_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08056 {
08057    TBranch* p = NULL;
08058    char* gvp = (char*) G__getgvp();
08059    switch (libp->paran) {
08060    case 6:
08061      //m: 6
08062      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08063        p = new TBranch(
08064 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08065 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08066 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
08067      } else {
08068        p = new((void*) gvp) TBranch(
08069 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08070 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08071 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
08072      }
08073      break;
08074    case 5:
08075      //m: 5
08076      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08077        p = new TBranch(
08078 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08079 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08080 , (Int_t) G__int(libp->para[4]));
08081      } else {
08082        p = new((void*) gvp) TBranch(
08083 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08084 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08085 , (Int_t) G__int(libp->para[4]));
08086      }
08087      break;
08088    case 4:
08089      //m: 4
08090      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08091        p = new TBranch(
08092 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08093 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
08094      } else {
08095        p = new((void*) gvp) TBranch(
08096 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08097 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
08098      }
08099      break;
08100    }
08101    result7->obj.i = (long) p;
08102    result7->ref = (long) p;
08103    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranch));
08104    return(1 || funcname || hash || result7 || libp) ;
08105 }
08106 
08107 static int G__G__Tree_114_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08108 {
08109    TBranch* p = NULL;
08110    char* gvp = (char*) G__getgvp();
08111    switch (libp->paran) {
08112    case 6:
08113      //m: 6
08114      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08115        p = new TBranch(
08116 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08117 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08118 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
08119      } else {
08120        p = new((void*) gvp) TBranch(
08121 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08122 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08123 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
08124      }
08125      break;
08126    case 5:
08127      //m: 5
08128      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08129        p = new TBranch(
08130 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08131 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08132 , (Int_t) G__int(libp->para[4]));
08133      } else {
08134        p = new((void*) gvp) TBranch(
08135 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08136 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
08137 , (Int_t) G__int(libp->para[4]));
08138      }
08139      break;
08140    case 4:
08141      //m: 4
08142      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08143        p = new TBranch(
08144 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08145 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
08146      } else {
08147        p = new((void*) gvp) TBranch(
08148 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08149 , (void*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
08150      }
08151      break;
08152    }
08153    result7->obj.i = (long) p;
08154    result7->ref = (long) p;
08155    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranch));
08156    return(1 || funcname || hash || result7 || libp) ;
08157 }
08158 
08159 static int G__G__Tree_114_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08160 {
08161       ((TBranch*) G__getstructoffset())->AddBasket(*(TBasket*) libp->para[0].ref, (Bool_t) G__int(libp->para[1])
08162 , (Long64_t) G__Longlong(libp->para[2]));
08163       G__setnull(result7);
08164    return(1 || funcname || hash || result7 || libp) ;
08165 }
08166 
08167 static int G__G__Tree_114_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08168 {
08169       ((TBranch*) G__getstructoffset())->AddLastBasket((Long64_t) G__Longlong(libp->para[0]));
08170       G__setnull(result7);
08171    return(1 || funcname || hash || result7 || libp) ;
08172 }
08173 
08174 static int G__G__Tree_114_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08175 {
08176    switch (libp->paran) {
08177    case 1:
08178       ((TBranch*) G__getstructoffset())->DeleteBaskets((Option_t*) G__int(libp->para[0]));
08179       G__setnull(result7);
08180       break;
08181    case 0:
08182       ((TBranch*) G__getstructoffset())->DeleteBaskets();
08183       G__setnull(result7);
08184       break;
08185    }
08186    return(1 || funcname || hash || result7 || libp) ;
08187 }
08188 
08189 static int G__G__Tree_114_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08190 {
08191    switch (libp->paran) {
08192    case 1:
08193       ((TBranch*) G__getstructoffset())->DropBaskets((Option_t*) G__int(libp->para[0]));
08194       G__setnull(result7);
08195       break;
08196    case 0:
08197       ((TBranch*) G__getstructoffset())->DropBaskets();
08198       G__setnull(result7);
08199       break;
08200    }
08201    return(1 || funcname || hash || result7 || libp) ;
08202 }
08203 
08204 static int G__G__Tree_114_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08205 {
08206       ((TBranch*) G__getstructoffset())->ExpandBasketArrays();
08207       G__setnull(result7);
08208    return(1 || funcname || hash || result7 || libp) ;
08209 }
08210 
08211 static int G__G__Tree_114_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08212 {
08213       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->Fill());
08214    return(1 || funcname || hash || result7 || libp) ;
08215 }
08216 
08217 static int G__G__Tree_114_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08218 {
08219       ((TBranch*) G__getstructoffset())->FillLeaves(*(TBuffer*) libp->para[0].ref);
08220       G__setnull(result7);
08221    return(1 || funcname || hash || result7 || libp) ;
08222 }
08223 
08224 static int G__G__Tree_114_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08225 {
08226       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->FindBranch((const char*) G__int(libp->para[0])));
08227    return(1 || funcname || hash || result7 || libp) ;
08228 }
08229 
08230 static int G__G__Tree_114_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08231 {
08232       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->FindLeaf((const char*) G__int(libp->para[0])));
08233    return(1 || funcname || hash || result7 || libp) ;
08234 }
08235 
08236 static int G__G__Tree_114_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08237 {
08238       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->FlushBaskets());
08239    return(1 || funcname || hash || result7 || libp) ;
08240 }
08241 
08242 static int G__G__Tree_114_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08243 {
08244       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->FlushOneBasket((UInt_t) G__int(libp->para[0])));
08245    return(1 || funcname || hash || result7 || libp) ;
08246 }
08247 
08248 static int G__G__Tree_114_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08249 {
08250       G__letint(result7, 67, (long) ((const TBranch*) G__getstructoffset())->GetAddress());
08251    return(1 || funcname || hash || result7 || libp) ;
08252 }
08253 
08254 static int G__G__Tree_114_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08255 {
08256       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->GetBasket((Int_t) G__int(libp->para[0])));
08257    return(1 || funcname || hash || result7 || libp) ;
08258 }
08259 
08260 static int G__G__Tree_114_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08261 {
08262       G__letint(result7, 73, (long) ((const TBranch*) G__getstructoffset())->GetBasketBytes());
08263    return(1 || funcname || hash || result7 || libp) ;
08264 }
08265 
08266 static int G__G__Tree_114_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08267 {
08268       G__letint(result7, 78, (long) ((const TBranch*) G__getstructoffset())->GetBasketEntry());
08269    return(1 || funcname || hash || result7 || libp) ;
08270 }
08271 
08272 static int G__G__Tree_114_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08273 {
08274       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetBasketSeek((Int_t) G__int(libp->para[0])));
08275    return(1 || funcname || hash || result7 || libp) ;
08276 }
08277 
08278 static int G__G__Tree_114_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08279 {
08280       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetBasketSize());
08281    return(1 || funcname || hash || result7 || libp) ;
08282 }
08283 
08284 static int G__G__Tree_114_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08285 {
08286       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->GetBrowsables());
08287    return(1 || funcname || hash || result7 || libp) ;
08288 }
08289 
08290 static int G__G__Tree_114_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08291 {
08292       G__letint(result7, 67, (long) ((const TBranch*) G__getstructoffset())->GetClassName());
08293    return(1 || funcname || hash || result7 || libp) ;
08294 }
08295 
08296 static int G__G__Tree_114_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08297 {
08298       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetCompressionLevel());
08299    return(1 || funcname || hash || result7 || libp) ;
08300 }
08301 
08302 static int G__G__Tree_114_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08303 {
08304       G__letint(result7, 85, (long) ((const TBranch*) G__getstructoffset())->GetDirectory());
08305    return(1 || funcname || hash || result7 || libp) ;
08306 }
08307 
08308 static int G__G__Tree_114_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08309 {
08310    switch (libp->paran) {
08311    case 2:
08312       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1])));
08313       break;
08314    case 1:
08315       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0])));
08316       break;
08317    case 0:
08318       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetEntry());
08319       break;
08320    }
08321    return(1 || funcname || hash || result7 || libp) ;
08322 }
08323 
08324 static int G__G__Tree_114_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08325 {
08326       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetEntryExport((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1])
08327 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
08328    return(1 || funcname || hash || result7 || libp) ;
08329 }
08330 
08331 static int G__G__Tree_114_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08332 {
08333       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetEntryOffsetLen());
08334    return(1 || funcname || hash || result7 || libp) ;
08335 }
08336 
08337 static int G__G__Tree_114_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08338 {
08339    switch (libp->paran) {
08340    case 1:
08341       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetEvent((Long64_t) G__Longlong(libp->para[0])));
08342       break;
08343    case 0:
08344       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetEvent());
08345       break;
08346    }
08347    return(1 || funcname || hash || result7 || libp) ;
08348 }
08349 
08350 static int G__G__Tree_114_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08351 {
08352       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetExpectedType(libp->para[0].ref ? *(TClass**) libp->para[0].ref : *(TClass**) (void*) (&G__Mlong(libp->para[0])), *(EDataType*) libp->para[1].ref));
08353    return(1 || funcname || hash || result7 || libp) ;
08354 }
08355 
08356 static int G__G__Tree_114_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08357 {
08358       G__letint(result7, 85, (long) ((const TBranch*) G__getstructoffset())->GetLeaf((const char*) G__int(libp->para[0])));
08359    return(1 || funcname || hash || result7 || libp) ;
08360 }
08361 
08362 static int G__G__Tree_114_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08363 {
08364    switch (libp->paran) {
08365    case 1:
08366       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->GetFile((Int_t) G__int(libp->para[0])));
08367       break;
08368    case 0:
08369       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->GetFile());
08370       break;
08371    }
08372    return(1 || funcname || hash || result7 || libp) ;
08373 }
08374 
08375 static int G__G__Tree_114_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08376 {
08377       G__letint(result7, 67, (long) ((const TBranch*) G__getstructoffset())->GetFileName());
08378    return(1 || funcname || hash || result7 || libp) ;
08379 }
08380 
08381 static int G__G__Tree_114_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08382 {
08383       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetOffset());
08384    return(1 || funcname || hash || result7 || libp) ;
08385 }
08386 
08387 static int G__G__Tree_114_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08388 {
08389       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetReadBasket());
08390    return(1 || funcname || hash || result7 || libp) ;
08391 }
08392 
08393 static int G__G__Tree_114_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08394 {
08395       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetReadEntry());
08396    return(1 || funcname || hash || result7 || libp) ;
08397 }
08398 
08399 static int G__G__Tree_114_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08400 {
08401       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetWriteBasket());
08402    return(1 || funcname || hash || result7 || libp) ;
08403 }
08404 
08405 static int G__G__Tree_114_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08406 {
08407    switch (libp->paran) {
08408    case 1:
08409       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetTotalSize((Option_t*) G__int(libp->para[0])));
08410       break;
08411    case 0:
08412       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetTotalSize());
08413       break;
08414    }
08415    return(1 || funcname || hash || result7 || libp) ;
08416 }
08417 
08418 static int G__G__Tree_114_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08419 {
08420    switch (libp->paran) {
08421    case 1:
08422       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetTotBytes((Option_t*) G__int(libp->para[0])));
08423       break;
08424    case 0:
08425       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetTotBytes());
08426       break;
08427    }
08428    return(1 || funcname || hash || result7 || libp) ;
08429 }
08430 
08431 static int G__G__Tree_114_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08432 {
08433    switch (libp->paran) {
08434    case 1:
08435       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetZipBytes((Option_t*) G__int(libp->para[0])));
08436       break;
08437    case 0:
08438       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetZipBytes());
08439       break;
08440    }
08441    return(1 || funcname || hash || result7 || libp) ;
08442 }
08443 
08444 static int G__G__Tree_114_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08445 {
08446       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetEntryNumber());
08447    return(1 || funcname || hash || result7 || libp) ;
08448 }
08449 
08450 static int G__G__Tree_114_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08451 {
08452       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetFirstEntry());
08453    return(1 || funcname || hash || result7 || libp) ;
08454 }
08455 
08456 static int G__G__Tree_114_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08457 {
08458       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->GetListOfBaskets());
08459    return(1 || funcname || hash || result7 || libp) ;
08460 }
08461 
08462 static int G__G__Tree_114_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08463 {
08464       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->GetListOfBranches());
08465    return(1 || funcname || hash || result7 || libp) ;
08466 }
08467 
08468 static int G__G__Tree_114_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08469 {
08470       G__letint(result7, 85, (long) ((TBranch*) G__getstructoffset())->GetListOfLeaves());
08471    return(1 || funcname || hash || result7 || libp) ;
08472 }
08473 
08474 static int G__G__Tree_114_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08475 {
08476       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetMaxBaskets());
08477    return(1 || funcname || hash || result7 || libp) ;
08478 }
08479 
08480 static int G__G__Tree_114_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08481 {
08482       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetNleaves());
08483    return(1 || funcname || hash || result7 || libp) ;
08484 }
08485 
08486 static int G__G__Tree_114_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08487 {
08488       G__letint(result7, 105, (long) ((const TBranch*) G__getstructoffset())->GetSplitLevel());
08489    return(1 || funcname || hash || result7 || libp) ;
08490 }
08491 
08492 static int G__G__Tree_114_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08493 {
08494       G__letLonglong(result7, 110, (G__int64) ((const TBranch*) G__getstructoffset())->GetEntries());
08495    return(1 || funcname || hash || result7 || libp) ;
08496 }
08497 
08498 static int G__G__Tree_114_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08499 {
08500       G__letint(result7, 85, (long) ((const TBranch*) G__getstructoffset())->GetTree());
08501    return(1 || funcname || hash || result7 || libp) ;
08502 }
08503 
08504 static int G__G__Tree_114_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08505 {
08506       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->GetRow((Int_t) G__int(libp->para[0])));
08507    return(1 || funcname || hash || result7 || libp) ;
08508 }
08509 
08510 static int G__G__Tree_114_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08511 {
08512       G__letint(result7, 103, (long) ((const TBranch*) G__getstructoffset())->GetMakeClass());
08513    return(1 || funcname || hash || result7 || libp) ;
08514 }
08515 
08516 static int G__G__Tree_114_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08517 {
08518       G__letint(result7, 85, (long) ((const TBranch*) G__getstructoffset())->GetMother());
08519    return(1 || funcname || hash || result7 || libp) ;
08520 }
08521 
08522 static int G__G__Tree_114_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08523 {
08524       G__letint(result7, 85, (long) ((const TBranch*) G__getstructoffset())->GetSubBranch((TBranch*) G__int(libp->para[0])));
08525    return(1 || funcname || hash || result7 || libp) ;
08526 }
08527 
08528 static int G__G__Tree_114_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08529 {
08530       G__letint(result7, 103, (long) ((const TBranch*) G__getstructoffset())->IsAutoDelete());
08531    return(1 || funcname || hash || result7 || libp) ;
08532 }
08533 
08534 static int G__G__Tree_114_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08535 {
08536       ((TBranch*) G__getstructoffset())->KeepCircular((Long64_t) G__Longlong(libp->para[0]));
08537       G__setnull(result7);
08538    return(1 || funcname || hash || result7 || libp) ;
08539 }
08540 
08541 static int G__G__Tree_114_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08542 {
08543       G__letint(result7, 105, (long) ((TBranch*) G__getstructoffset())->LoadBaskets());
08544    return(1 || funcname || hash || result7 || libp) ;
08545 }
08546 
08547 static int G__G__Tree_114_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08548 {
08549       ((TBranch*) G__getstructoffset())->ReadBasket(*(TBuffer*) libp->para[0].ref);
08550       G__setnull(result7);
08551    return(1 || funcname || hash || result7 || libp) ;
08552 }
08553 
08554 static int G__G__Tree_114_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08555 {
08556       ((TBranch*) G__getstructoffset())->Refresh((TBranch*) G__int(libp->para[0]));
08557       G__setnull(result7);
08558    return(1 || funcname || hash || result7 || libp) ;
08559 }
08560 
08561 static int G__G__Tree_114_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08562 {
08563    switch (libp->paran) {
08564    case 1:
08565       ((TBranch*) G__getstructoffset())->Reset((Option_t*) G__int(libp->para[0]));
08566       G__setnull(result7);
08567       break;
08568    case 0:
08569       ((TBranch*) G__getstructoffset())->Reset();
08570       G__setnull(result7);
08571       break;
08572    }
08573    return(1 || funcname || hash || result7 || libp) ;
08574 }
08575 
08576 static int G__G__Tree_114_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08577 {
08578       ((TBranch*) G__getstructoffset())->ResetAddress();
08579       G__setnull(result7);
08580    return(1 || funcname || hash || result7 || libp) ;
08581 }
08582 
08583 static int G__G__Tree_114_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08584 {
08585       ((TBranch*) G__getstructoffset())->ResetReadEntry();
08586       G__setnull(result7);
08587    return(1 || funcname || hash || result7 || libp) ;
08588 }
08589 
08590 static int G__G__Tree_114_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08591 {
08592       ((TBranch*) G__getstructoffset())->SetAddress((void*) G__int(libp->para[0]));
08593       G__setnull(result7);
08594    return(1 || funcname || hash || result7 || libp) ;
08595 }
08596 
08597 static int G__G__Tree_114_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08598 {
08599       ((TBranch*) G__getstructoffset())->SetObject((void*) G__int(libp->para[0]));
08600       G__setnull(result7);
08601    return(1 || funcname || hash || result7 || libp) ;
08602 }
08603 
08604 static int G__G__Tree_114_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08605 {
08606    switch (libp->paran) {
08607    case 1:
08608       ((TBranch*) G__getstructoffset())->SetAutoDelete((Bool_t) G__int(libp->para[0]));
08609       G__setnull(result7);
08610       break;
08611    case 0:
08612       ((TBranch*) G__getstructoffset())->SetAutoDelete();
08613       G__setnull(result7);
08614       break;
08615    }
08616    return(1 || funcname || hash || result7 || libp) ;
08617 }
08618 
08619 static int G__G__Tree_114_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08620 {
08621       ((TBranch*) G__getstructoffset())->SetBasketSize((Int_t) G__int(libp->para[0]));
08622       G__setnull(result7);
08623    return(1 || funcname || hash || result7 || libp) ;
08624 }
08625 
08626 static int G__G__Tree_114_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08627 {
08628       ((TBranch*) G__getstructoffset())->SetBufferAddress((TBuffer*) G__int(libp->para[0]));
08629       G__setnull(result7);
08630    return(1 || funcname || hash || result7 || libp) ;
08631 }
08632 
08633 static int G__G__Tree_114_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08634 {
08635    switch (libp->paran) {
08636    case 1:
08637       ((TBranch*) G__getstructoffset())->SetCompressionLevel((Int_t) G__int(libp->para[0]));
08638       G__setnull(result7);
08639       break;
08640    case 0:
08641       ((TBranch*) G__getstructoffset())->SetCompressionLevel();
08642       G__setnull(result7);
08643       break;
08644    }
08645    return(1 || funcname || hash || result7 || libp) ;
08646 }
08647 
08648 static int G__G__Tree_114_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08649 {
08650       ((TBranch*) G__getstructoffset())->SetEntries((Long64_t) G__Longlong(libp->para[0]));
08651       G__setnull(result7);
08652    return(1 || funcname || hash || result7 || libp) ;
08653 }
08654 
08655 static int G__G__Tree_114_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08656 {
08657    switch (libp->paran) {
08658    case 2:
08659       ((TBranch*) G__getstructoffset())->SetEntryOffsetLen((Int_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
08660       G__setnull(result7);
08661       break;
08662    case 1:
08663       ((TBranch*) G__getstructoffset())->SetEntryOffsetLen((Int_t) G__int(libp->para[0]));
08664       G__setnull(result7);
08665       break;
08666    }
08667    return(1 || funcname || hash || result7 || libp) ;
08668 }
08669 
08670 static int G__G__Tree_114_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08671 {
08672       ((TBranch*) G__getstructoffset())->SetFirstEntry((Long64_t) G__Longlong(libp->para[0]));
08673       G__setnull(result7);
08674    return(1 || funcname || hash || result7 || libp) ;
08675 }
08676 
08677 static int G__G__Tree_114_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08678 {
08679    switch (libp->paran) {
08680    case 1:
08681       ((TBranch*) G__getstructoffset())->SetFile((TFile*) G__int(libp->para[0]));
08682       G__setnull(result7);
08683       break;
08684    case 0:
08685       ((TBranch*) G__getstructoffset())->SetFile();
08686       G__setnull(result7);
08687       break;
08688    }
08689    return(1 || funcname || hash || result7 || libp) ;
08690 }
08691 
08692 static int G__G__Tree_114_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08693 {
08694       ((TBranch*) G__getstructoffset())->SetFile((const char*) G__int(libp->para[0]));
08695       G__setnull(result7);
08696    return(1 || funcname || hash || result7 || libp) ;
08697 }
08698 
08699 static int G__G__Tree_114_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08700 {
08701    switch (libp->paran) {
08702    case 1:
08703       G__letint(result7, 103, (long) ((TBranch*) G__getstructoffset())->SetMakeClass((Bool_t) G__int(libp->para[0])));
08704       break;
08705    case 0:
08706       G__letint(result7, 103, (long) ((TBranch*) G__getstructoffset())->SetMakeClass());
08707       break;
08708    }
08709    return(1 || funcname || hash || result7 || libp) ;
08710 }
08711 
08712 static int G__G__Tree_114_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08713 {
08714    switch (libp->paran) {
08715    case 1:
08716       ((TBranch*) G__getstructoffset())->SetOffset((Int_t) G__int(libp->para[0]));
08717       G__setnull(result7);
08718       break;
08719    case 0:
08720       ((TBranch*) G__getstructoffset())->SetOffset();
08721       G__setnull(result7);
08722       break;
08723    }
08724    return(1 || funcname || hash || result7 || libp) ;
08725 }
08726 
08727 static int G__G__Tree_114_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08728 {
08729    switch (libp->paran) {
08730    case 1:
08731       ((TBranch*) G__getstructoffset())->SetStatus((Bool_t) G__int(libp->para[0]));
08732       G__setnull(result7);
08733       break;
08734    case 0:
08735       ((TBranch*) G__getstructoffset())->SetStatus();
08736       G__setnull(result7);
08737       break;
08738    }
08739    return(1 || funcname || hash || result7 || libp) ;
08740 }
08741 
08742 static int G__G__Tree_114_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08743 {
08744       ((TBranch*) G__getstructoffset())->SetTree((TTree*) G__int(libp->para[0]));
08745       G__setnull(result7);
08746    return(1 || funcname || hash || result7 || libp) ;
08747 }
08748 
08749 static int G__G__Tree_114_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08750 {
08751       ((TBranch*) G__getstructoffset())->SetupAddresses();
08752       G__setnull(result7);
08753    return(1 || funcname || hash || result7 || libp) ;
08754 }
08755 
08756 static int G__G__Tree_114_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08757 {
08758       ((TBranch*) G__getstructoffset())->UpdateAddress();
08759       G__setnull(result7);
08760    return(1 || funcname || hash || result7 || libp) ;
08761 }
08762 
08763 static int G__G__Tree_114_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08764 {
08765       ((TBranch*) G__getstructoffset())->UpdateFile();
08766       G__setnull(result7);
08767    return(1 || funcname || hash || result7 || libp) ;
08768 }
08769 
08770 static int G__G__Tree_114_0_92(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08771 {
08772       TBranch::ResetCount();
08773       G__setnull(result7);
08774    return(1 || funcname || hash || result7 || libp) ;
08775 }
08776 
08777 static int G__G__Tree_114_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08778 {
08779       G__letint(result7, 85, (long) TBranch::Class());
08780    return(1 || funcname || hash || result7 || libp) ;
08781 }
08782 
08783 static int G__G__Tree_114_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08784 {
08785       G__letint(result7, 67, (long) TBranch::Class_Name());
08786    return(1 || funcname || hash || result7 || libp) ;
08787 }
08788 
08789 static int G__G__Tree_114_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08790 {
08791       G__letint(result7, 115, (long) TBranch::Class_Version());
08792    return(1 || funcname || hash || result7 || libp) ;
08793 }
08794 
08795 static int G__G__Tree_114_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08796 {
08797       TBranch::Dictionary();
08798       G__setnull(result7);
08799    return(1 || funcname || hash || result7 || libp) ;
08800 }
08801 
08802 static int G__G__Tree_114_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08803 {
08804       ((TBranch*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08805       G__setnull(result7);
08806    return(1 || funcname || hash || result7 || libp) ;
08807 }
08808 
08809 static int G__G__Tree_114_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08810 {
08811       G__letint(result7, 67, (long) TBranch::DeclFileName());
08812    return(1 || funcname || hash || result7 || libp) ;
08813 }
08814 
08815 static int G__G__Tree_114_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08816 {
08817       G__letint(result7, 105, (long) TBranch::ImplFileLine());
08818    return(1 || funcname || hash || result7 || libp) ;
08819 }
08820 
08821 static int G__G__Tree_114_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08822 {
08823       G__letint(result7, 67, (long) TBranch::ImplFileName());
08824    return(1 || funcname || hash || result7 || libp) ;
08825 }
08826 
08827 static int G__G__Tree_114_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08828 {
08829       G__letint(result7, 105, (long) TBranch::DeclFileLine());
08830    return(1 || funcname || hash || result7 || libp) ;
08831 }
08832 
08833 // automatic destructor
08834 typedef TBranch G__TTBranch;
08835 static int G__G__Tree_114_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08836 {
08837    char* gvp = (char*) G__getgvp();
08838    long soff = G__getstructoffset();
08839    int n = G__getaryconstruct();
08840    //
08841    //has_a_delete: 1
08842    //has_own_delete1arg: 0
08843    //has_own_delete2arg: 0
08844    //
08845    if (!soff) {
08846      return(1);
08847    }
08848    if (n) {
08849      if (gvp == (char*)G__PVOID) {
08850        delete[] (TBranch*) soff;
08851      } else {
08852        G__setgvp((long) G__PVOID);
08853        for (int i = n - 1; i >= 0; --i) {
08854          ((TBranch*) (soff+(sizeof(TBranch)*i)))->~G__TTBranch();
08855        }
08856        G__setgvp((long)gvp);
08857      }
08858    } else {
08859      if (gvp == (char*)G__PVOID) {
08860        delete (TBranch*) soff;
08861      } else {
08862        G__setgvp((long) G__PVOID);
08863        ((TBranch*) (soff))->~G__TTBranch();
08864        G__setgvp((long)gvp);
08865      }
08866    }
08867    G__setnull(result7);
08868    return(1 || funcname || hash || result7 || libp) ;
08869 }
08870 
08871 
08872 /* TBasket */
08873 static int G__G__Tree_115_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08874 {
08875    TBasket* p = NULL;
08876    char* gvp = (char*) G__getgvp();
08877    int n = G__getaryconstruct();
08878    if (n) {
08879      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08880        p = new TBasket[n];
08881      } else {
08882        p = new((void*) gvp) TBasket[n];
08883      }
08884    } else {
08885      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08886        p = new TBasket;
08887      } else {
08888        p = new((void*) gvp) TBasket;
08889      }
08890    }
08891    result7->obj.i = (long) p;
08892    result7->ref = (long) p;
08893    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBasket));
08894    return(1 || funcname || hash || result7 || libp) ;
08895 }
08896 
08897 static int G__G__Tree_115_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08898 {
08899    TBasket* p = NULL;
08900    char* gvp = (char*) G__getgvp();
08901    //m: 1
08902    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08903      p = new TBasket((TDirectory*) G__int(libp->para[0]));
08904    } else {
08905      p = new((void*) gvp) TBasket((TDirectory*) G__int(libp->para[0]));
08906    }
08907    result7->obj.i = (long) p;
08908    result7->ref = (long) p;
08909    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBasket));
08910    return(1 || funcname || hash || result7 || libp) ;
08911 }
08912 
08913 static int G__G__Tree_115_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08914 {
08915    TBasket* p = NULL;
08916    char* gvp = (char*) G__getgvp();
08917    //m: 3
08918    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08919      p = new TBasket(
08920 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08921 , (TBranch*) G__int(libp->para[2]));
08922    } else {
08923      p = new((void*) gvp) TBasket(
08924 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08925 , (TBranch*) G__int(libp->para[2]));
08926    }
08927    result7->obj.i = (long) p;
08928    result7->ref = (long) p;
08929    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBasket));
08930    return(1 || funcname || hash || result7 || libp) ;
08931 }
08932 
08933 static int G__G__Tree_115_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08934 {
08935       ((TBasket*) G__getstructoffset())->AdjustSize((Int_t) G__int(libp->para[0]));
08936       G__setnull(result7);
08937    return(1 || funcname || hash || result7 || libp) ;
08938 }
08939 
08940 static int G__G__Tree_115_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08941 {
08942       ((TBasket*) G__getstructoffset())->DeleteEntryOffset();
08943       G__setnull(result7);
08944    return(1 || funcname || hash || result7 || libp) ;
08945 }
08946 
08947 static int G__G__Tree_115_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08948 {
08949       G__letint(result7, 105, (long) ((TBasket*) G__getstructoffset())->DropBuffers());
08950    return(1 || funcname || hash || result7 || libp) ;
08951 }
08952 
08953 static int G__G__Tree_115_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08954 {
08955       G__letint(result7, 85, (long) ((const TBasket*) G__getstructoffset())->GetBranch());
08956    return(1 || funcname || hash || result7 || libp) ;
08957 }
08958 
08959 static int G__G__Tree_115_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08960 {
08961       G__letint(result7, 105, (long) ((const TBasket*) G__getstructoffset())->GetBufferSize());
08962    return(1 || funcname || hash || result7 || libp) ;
08963 }
08964 
08965 static int G__G__Tree_115_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08966 {
08967       G__letint(result7, 73, (long) ((const TBasket*) G__getstructoffset())->GetDisplacement());
08968    return(1 || funcname || hash || result7 || libp) ;
08969 }
08970 
08971 static int G__G__Tree_115_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08972 {
08973       G__letint(result7, 73, (long) ((const TBasket*) G__getstructoffset())->GetEntryOffset());
08974    return(1 || funcname || hash || result7 || libp) ;
08975 }
08976 
08977 static int G__G__Tree_115_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08978 {
08979       G__letint(result7, 105, (long) ((TBasket*) G__getstructoffset())->GetEntryPointer((Int_t) G__int(libp->para[0])));
08980    return(1 || funcname || hash || result7 || libp) ;
08981 }
08982 
08983 static int G__G__Tree_115_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08984 {
08985       G__letint(result7, 105, (long) ((const TBasket*) G__getstructoffset())->GetNevBuf());
08986    return(1 || funcname || hash || result7 || libp) ;
08987 }
08988 
08989 static int G__G__Tree_115_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08990 {
08991       G__letint(result7, 105, (long) ((const TBasket*) G__getstructoffset())->GetNevBufSize());
08992    return(1 || funcname || hash || result7 || libp) ;
08993 }
08994 
08995 static int G__G__Tree_115_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08996 {
08997       G__letint(result7, 105, (long) ((const TBasket*) G__getstructoffset())->GetLast());
08998    return(1 || funcname || hash || result7 || libp) ;
08999 }
09000 
09001 static int G__G__Tree_115_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09002 {
09003       ((TBasket*) G__getstructoffset())->MoveEntries((Int_t) G__int(libp->para[0]));
09004       G__setnull(result7);
09005    return(1 || funcname || hash || result7 || libp) ;
09006 }
09007 
09008 static int G__G__Tree_115_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09009 {
09010       ((TBasket*) G__getstructoffset())->PrepareBasket((Long64_t) G__Longlong(libp->para[0]));
09011       G__setnull(result7);
09012    return(1 || funcname || hash || result7 || libp) ;
09013 }
09014 
09015 static int G__G__Tree_115_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09016 {
09017       G__letint(result7, 105, (long) ((TBasket*) G__getstructoffset())->ReadBasketBuffers((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1])
09018 , (TFile*) G__int(libp->para[2])));
09019    return(1 || funcname || hash || result7 || libp) ;
09020 }
09021 
09022 static int G__G__Tree_115_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09023 {
09024       G__letint(result7, 105, (long) ((TBasket*) G__getstructoffset())->ReadBasketBytes((Long64_t) G__Longlong(libp->para[0]), (TFile*) G__int(libp->para[1])));
09025    return(1 || funcname || hash || result7 || libp) ;
09026 }
09027 
09028 static int G__G__Tree_115_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09029 {
09030       G__letint(result7, 105, (long) ((TBasket*) G__getstructoffset())->LoadBasketBuffers((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1])
09031 , (TFile*) G__int(libp->para[2])));
09032    return(1 || funcname || hash || result7 || libp) ;
09033 }
09034 
09035 static int G__G__Tree_115_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09036 {
09037       G__letLonglong(result7, 110, (G__int64) ((TBasket*) G__getstructoffset())->CopyTo((TFile*) G__int(libp->para[0])));
09038    return(1 || funcname || hash || result7 || libp) ;
09039 }
09040 
09041 static int G__G__Tree_115_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09042 {
09043       ((TBasket*) G__getstructoffset())->SetBranch((TBranch*) G__int(libp->para[0]));
09044       G__setnull(result7);
09045    return(1 || funcname || hash || result7 || libp) ;
09046 }
09047 
09048 static int G__G__Tree_115_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09049 {
09050       ((TBasket*) G__getstructoffset())->SetNevBufSize((Int_t) G__int(libp->para[0]));
09051       G__setnull(result7);
09052    return(1 || funcname || hash || result7 || libp) ;
09053 }
09054 
09055 static int G__G__Tree_115_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09056 {
09057       ((TBasket*) G__getstructoffset())->SetReadMode();
09058       G__setnull(result7);
09059    return(1 || funcname || hash || result7 || libp) ;
09060 }
09061 
09062 static int G__G__Tree_115_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09063 {
09064       ((TBasket*) G__getstructoffset())->SetWriteMode();
09065       G__setnull(result7);
09066    return(1 || funcname || hash || result7 || libp) ;
09067 }
09068 
09069 static int G__G__Tree_115_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09070 {
09071       ((TBasket*) G__getstructoffset())->Update((Int_t) G__int(libp->para[0]));
09072       G__setnull(result7);
09073    return(1 || funcname || hash || result7 || libp) ;
09074 }
09075 
09076 static int G__G__Tree_115_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09077 {
09078       ((TBasket*) G__getstructoffset())->Update((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
09079       G__setnull(result7);
09080    return(1 || funcname || hash || result7 || libp) ;
09081 }
09082 
09083 static int G__G__Tree_115_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09084 {
09085       G__letint(result7, 105, (long) ((TBasket*) G__getstructoffset())->WriteBuffer());
09086    return(1 || funcname || hash || result7 || libp) ;
09087 }
09088 
09089 static int G__G__Tree_115_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09090 {
09091       G__letint(result7, 85, (long) TBasket::Class());
09092    return(1 || funcname || hash || result7 || libp) ;
09093 }
09094 
09095 static int G__G__Tree_115_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09096 {
09097       G__letint(result7, 67, (long) TBasket::Class_Name());
09098    return(1 || funcname || hash || result7 || libp) ;
09099 }
09100 
09101 static int G__G__Tree_115_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09102 {
09103       G__letint(result7, 115, (long) TBasket::Class_Version());
09104    return(1 || funcname || hash || result7 || libp) ;
09105 }
09106 
09107 static int G__G__Tree_115_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09108 {
09109       TBasket::Dictionary();
09110       G__setnull(result7);
09111    return(1 || funcname || hash || result7 || libp) ;
09112 }
09113 
09114 static int G__G__Tree_115_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09115 {
09116       ((TBasket*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09117       G__setnull(result7);
09118    return(1 || funcname || hash || result7 || libp) ;
09119 }
09120 
09121 static int G__G__Tree_115_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09122 {
09123       G__letint(result7, 67, (long) TBasket::DeclFileName());
09124    return(1 || funcname || hash || result7 || libp) ;
09125 }
09126 
09127 static int G__G__Tree_115_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09128 {
09129       G__letint(result7, 105, (long) TBasket::ImplFileLine());
09130    return(1 || funcname || hash || result7 || libp) ;
09131 }
09132 
09133 static int G__G__Tree_115_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09134 {
09135       G__letint(result7, 67, (long) TBasket::ImplFileName());
09136    return(1 || funcname || hash || result7 || libp) ;
09137 }
09138 
09139 static int G__G__Tree_115_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09140 {
09141       G__letint(result7, 105, (long) TBasket::DeclFileLine());
09142    return(1 || funcname || hash || result7 || libp) ;
09143 }
09144 
09145 // automatic destructor
09146 typedef TBasket G__TTBasket;
09147 static int G__G__Tree_115_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09148 {
09149    char* gvp = (char*) G__getgvp();
09150    long soff = G__getstructoffset();
09151    int n = G__getaryconstruct();
09152    //
09153    //has_a_delete: 1
09154    //has_own_delete1arg: 0
09155    //has_own_delete2arg: 0
09156    //
09157    if (!soff) {
09158      return(1);
09159    }
09160    if (n) {
09161      if (gvp == (char*)G__PVOID) {
09162        delete[] (TBasket*) soff;
09163      } else {
09164        G__setgvp((long) G__PVOID);
09165        for (int i = n - 1; i >= 0; --i) {
09166          ((TBasket*) (soff+(sizeof(TBasket)*i)))->~G__TTBasket();
09167        }
09168        G__setgvp((long)gvp);
09169      }
09170    } else {
09171      if (gvp == (char*)G__PVOID) {
09172        delete (TBasket*) soff;
09173      } else {
09174        G__setgvp((long) G__PVOID);
09175        ((TBasket*) (soff))->~G__TTBasket();
09176        G__setgvp((long)gvp);
09177      }
09178    }
09179    G__setnull(result7);
09180    return(1 || funcname || hash || result7 || libp) ;
09181 }
09182 
09183 
09184 /* TBufferSQL */
09185 static int G__G__Tree_118_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09186 {
09187    TBufferSQL* p = NULL;
09188    char* gvp = (char*) G__getgvp();
09189    int n = G__getaryconstruct();
09190    if (n) {
09191      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09192        p = new TBufferSQL[n];
09193      } else {
09194        p = new((void*) gvp) TBufferSQL[n];
09195      }
09196    } else {
09197      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09198        p = new TBufferSQL;
09199      } else {
09200        p = new((void*) gvp) TBufferSQL;
09201      }
09202    }
09203    result7->obj.i = (long) p;
09204    result7->ref = (long) p;
09205    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL));
09206    return(1 || funcname || hash || result7 || libp) ;
09207 }
09208 
09209 static int G__G__Tree_118_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09210 {
09211    TBufferSQL* p = NULL;
09212    char* gvp = (char*) G__getgvp();
09213    //m: 4
09214    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09215      p = new TBufferSQL(
09216 (TBuffer::EMode) G__int(libp->para[0]), (vector<Int_t>*) G__int(libp->para[1])
09217 , (TString*) G__int(libp->para[2]), (TSQLRow**) G__int(libp->para[3]));
09218    } else {
09219      p = new((void*) gvp) TBufferSQL(
09220 (TBuffer::EMode) G__int(libp->para[0]), (vector<Int_t>*) G__int(libp->para[1])
09221 , (TString*) G__int(libp->para[2]), (TSQLRow**) G__int(libp->para[3]));
09222    }
09223    result7->obj.i = (long) p;
09224    result7->ref = (long) p;
09225    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL));
09226    return(1 || funcname || hash || result7 || libp) ;
09227 }
09228 
09229 static int G__G__Tree_118_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09230 {
09231    TBufferSQL* p = NULL;
09232    char* gvp = (char*) G__getgvp();
09233    //m: 5
09234    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09235      p = new TBufferSQL(
09236 (TBuffer::EMode) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09237 , (vector<Int_t>*) G__int(libp->para[2]), (TString*) G__int(libp->para[3])
09238 , (TSQLRow**) G__int(libp->para[4]));
09239    } else {
09240      p = new((void*) gvp) TBufferSQL(
09241 (TBuffer::EMode) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09242 , (vector<Int_t>*) G__int(libp->para[2]), (TString*) G__int(libp->para[3])
09243 , (TSQLRow**) G__int(libp->para[4]));
09244    }
09245    result7->obj.i = (long) p;
09246    result7->ref = (long) p;
09247    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL));
09248    return(1 || funcname || hash || result7 || libp) ;
09249 }
09250 
09251 static int G__G__Tree_118_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09252 {
09253    TBufferSQL* p = NULL;
09254    char* gvp = (char*) G__getgvp();
09255    switch (libp->paran) {
09256    case 7:
09257      //m: 7
09258      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09259        p = new TBufferSQL(
09260 (TBuffer::EMode) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09261 , (vector<Int_t>*) G__int(libp->para[2]), (TString*) G__int(libp->para[3])
09262 , (TSQLRow**) G__int(libp->para[4]), (void*) G__int(libp->para[5])
09263 , (Bool_t) G__int(libp->para[6]));
09264      } else {
09265        p = new((void*) gvp) TBufferSQL(
09266 (TBuffer::EMode) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09267 , (vector<Int_t>*) G__int(libp->para[2]), (TString*) G__int(libp->para[3])
09268 , (TSQLRow**) G__int(libp->para[4]), (void*) G__int(libp->para[5])
09269 , (Bool_t) G__int(libp->para[6]));
09270      }
09271      break;
09272    case 6:
09273      //m: 6
09274      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09275        p = new TBufferSQL(
09276 (TBuffer::EMode) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09277 , (vector<Int_t>*) G__int(libp->para[2]), (TString*) G__int(libp->para[3])
09278 , (TSQLRow**) G__int(libp->para[4]), (void*) G__int(libp->para[5]));
09279      } else {
09280        p = new((void*) gvp) TBufferSQL(
09281 (TBuffer::EMode) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
09282 , (vector<Int_t>*) G__int(libp->para[2]), (TString*) G__int(libp->para[3])
09283 , (TSQLRow**) G__int(libp->para[4]), (void*) G__int(libp->para[5]));
09284      }
09285      break;
09286    }
09287    result7->obj.i = (long) p;
09288    result7->ref = (long) p;
09289    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL));
09290    return(1 || funcname || hash || result7 || libp) ;
09291 }
09292 
09293 static int G__G__Tree_118_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09294 {
09295       ((TBufferSQL*) G__getstructoffset())->ResetOffset();
09296       G__setnull(result7);
09297    return(1 || funcname || hash || result7 || libp) ;
09298 }
09299 
09300 static int G__G__Tree_118_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09301 {
09302       G__letint(result7, 85, (long) TBufferSQL::Class());
09303    return(1 || funcname || hash || result7 || libp) ;
09304 }
09305 
09306 static int G__G__Tree_118_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09307 {
09308       G__letint(result7, 67, (long) TBufferSQL::Class_Name());
09309    return(1 || funcname || hash || result7 || libp) ;
09310 }
09311 
09312 static int G__G__Tree_118_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09313 {
09314       G__letint(result7, 115, (long) TBufferSQL::Class_Version());
09315    return(1 || funcname || hash || result7 || libp) ;
09316 }
09317 
09318 static int G__G__Tree_118_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09319 {
09320       TBufferSQL::Dictionary();
09321       G__setnull(result7);
09322    return(1 || funcname || hash || result7 || libp) ;
09323 }
09324 
09325 static int G__G__Tree_118_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09326 {
09327       ((TBufferSQL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09328       G__setnull(result7);
09329    return(1 || funcname || hash || result7 || libp) ;
09330 }
09331 
09332 static int G__G__Tree_118_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09333 {
09334       G__letint(result7, 67, (long) TBufferSQL::DeclFileName());
09335    return(1 || funcname || hash || result7 || libp) ;
09336 }
09337 
09338 static int G__G__Tree_118_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09339 {
09340       G__letint(result7, 105, (long) TBufferSQL::ImplFileLine());
09341    return(1 || funcname || hash || result7 || libp) ;
09342 }
09343 
09344 static int G__G__Tree_118_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09345 {
09346       G__letint(result7, 67, (long) TBufferSQL::ImplFileName());
09347    return(1 || funcname || hash || result7 || libp) ;
09348 }
09349 
09350 static int G__G__Tree_118_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09351 {
09352       G__letint(result7, 105, (long) TBufferSQL::DeclFileLine());
09353    return(1 || funcname || hash || result7 || libp) ;
09354 }
09355 
09356 // automatic destructor
09357 typedef TBufferSQL G__TTBufferSQL;
09358 static int G__G__Tree_118_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09359 {
09360    char* gvp = (char*) G__getgvp();
09361    long soff = G__getstructoffset();
09362    int n = G__getaryconstruct();
09363    //
09364    //has_a_delete: 1
09365    //has_own_delete1arg: 0
09366    //has_own_delete2arg: 0
09367    //
09368    if (!soff) {
09369      return(1);
09370    }
09371    if (n) {
09372      if (gvp == (char*)G__PVOID) {
09373        delete[] (TBufferSQL*) soff;
09374      } else {
09375        G__setgvp((long) G__PVOID);
09376        for (int i = n - 1; i >= 0; --i) {
09377          ((TBufferSQL*) (soff+(sizeof(TBufferSQL)*i)))->~G__TTBufferSQL();
09378        }
09379        G__setgvp((long)gvp);
09380      }
09381    } else {
09382      if (gvp == (char*)G__PVOID) {
09383        delete (TBufferSQL*) soff;
09384      } else {
09385        G__setgvp((long) G__PVOID);
09386        ((TBufferSQL*) (soff))->~G__TTBufferSQL();
09387        G__setgvp((long)gvp);
09388      }
09389    }
09390    G__setnull(result7);
09391    return(1 || funcname || hash || result7 || libp) ;
09392 }
09393 
09394 
09395 /* TBasketSQL */
09396 static int G__G__Tree_119_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09397 {
09398    TBasketSQL* p = NULL;
09399    char* gvp = (char*) G__getgvp();
09400    int n = G__getaryconstruct();
09401    if (n) {
09402      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09403        p = new TBasketSQL[n];
09404      } else {
09405        p = new((void*) gvp) TBasketSQL[n];
09406      }
09407    } else {
09408      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09409        p = new TBasketSQL;
09410      } else {
09411        p = new((void*) gvp) TBasketSQL;
09412      }
09413    }
09414    result7->obj.i = (long) p;
09415    result7->ref = (long) p;
09416    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL));
09417    return(1 || funcname || hash || result7 || libp) ;
09418 }
09419 
09420 static int G__G__Tree_119_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09421 {
09422    TBasketSQL* p = NULL;
09423    char* gvp = (char*) G__getgvp();
09424    //m: 7
09425    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09426      p = new TBasketSQL(
09427 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09428 , (TBranch*) G__int(libp->para[2]), (TSQLResult**) G__int(libp->para[3])
09429 , (TString*) G__int(libp->para[4]), (vector<Int_t>*) G__int(libp->para[5])
09430 , (TSQLRow**) G__int(libp->para[6]));
09431    } else {
09432      p = new((void*) gvp) TBasketSQL(
09433 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09434 , (TBranch*) G__int(libp->para[2]), (TSQLResult**) G__int(libp->para[3])
09435 , (TString*) G__int(libp->para[4]), (vector<Int_t>*) G__int(libp->para[5])
09436 , (TSQLRow**) G__int(libp->para[6]));
09437    }
09438    result7->obj.i = (long) p;
09439    result7->ref = (long) p;
09440    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL));
09441    return(1 || funcname || hash || result7 || libp) ;
09442 }
09443 
09444 static int G__G__Tree_119_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09445 {
09446       G__letint(result7, 85, (long) ((TBasketSQL*) G__getstructoffset())->GetResultSet());
09447    return(1 || funcname || hash || result7 || libp) ;
09448 }
09449 
09450 static int G__G__Tree_119_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09451 {
09452       ((TBasketSQL*) G__getstructoffset())->CreateBuffer((const char*) G__int(libp->para[0]), *((TString*) G__int(libp->para[1]))
09453 , (vector<Int_t>*) G__int(libp->para[2]), (TBranch*) G__int(libp->para[3])
09454 , (TSQLResult**) G__int(libp->para[4]));
09455       G__setnull(result7);
09456    return(1 || funcname || hash || result7 || libp) ;
09457 }
09458 
09459 static int G__G__Tree_119_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09460 {
09461       G__letint(result7, 85, (long) TBasketSQL::Class());
09462    return(1 || funcname || hash || result7 || libp) ;
09463 }
09464 
09465 static int G__G__Tree_119_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09466 {
09467       G__letint(result7, 67, (long) TBasketSQL::Class_Name());
09468    return(1 || funcname || hash || result7 || libp) ;
09469 }
09470 
09471 static int G__G__Tree_119_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09472 {
09473       G__letint(result7, 115, (long) TBasketSQL::Class_Version());
09474    return(1 || funcname || hash || result7 || libp) ;
09475 }
09476 
09477 static int G__G__Tree_119_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09478 {
09479       TBasketSQL::Dictionary();
09480       G__setnull(result7);
09481    return(1 || funcname || hash || result7 || libp) ;
09482 }
09483 
09484 static int G__G__Tree_119_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09485 {
09486       ((TBasketSQL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09487       G__setnull(result7);
09488    return(1 || funcname || hash || result7 || libp) ;
09489 }
09490 
09491 static int G__G__Tree_119_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09492 {
09493       G__letint(result7, 67, (long) TBasketSQL::DeclFileName());
09494    return(1 || funcname || hash || result7 || libp) ;
09495 }
09496 
09497 static int G__G__Tree_119_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09498 {
09499       G__letint(result7, 105, (long) TBasketSQL::ImplFileLine());
09500    return(1 || funcname || hash || result7 || libp) ;
09501 }
09502 
09503 static int G__G__Tree_119_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09504 {
09505       G__letint(result7, 67, (long) TBasketSQL::ImplFileName());
09506    return(1 || funcname || hash || result7 || libp) ;
09507 }
09508 
09509 static int G__G__Tree_119_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09510 {
09511       G__letint(result7, 105, (long) TBasketSQL::DeclFileLine());
09512    return(1 || funcname || hash || result7 || libp) ;
09513 }
09514 
09515 // automatic destructor
09516 typedef TBasketSQL G__TTBasketSQL;
09517 static int G__G__Tree_119_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09518 {
09519    char* gvp = (char*) G__getgvp();
09520    long soff = G__getstructoffset();
09521    int n = G__getaryconstruct();
09522    //
09523    //has_a_delete: 1
09524    //has_own_delete1arg: 0
09525    //has_own_delete2arg: 0
09526    //
09527    if (!soff) {
09528      return(1);
09529    }
09530    if (n) {
09531      if (gvp == (char*)G__PVOID) {
09532        delete[] (TBasketSQL*) soff;
09533      } else {
09534        G__setgvp((long) G__PVOID);
09535        for (int i = n - 1; i >= 0; --i) {
09536          ((TBasketSQL*) (soff+(sizeof(TBasketSQL)*i)))->~G__TTBasketSQL();
09537        }
09538        G__setgvp((long)gvp);
09539      }
09540    } else {
09541      if (gvp == (char*)G__PVOID) {
09542        delete (TBasketSQL*) soff;
09543      } else {
09544        G__setgvp((long) G__PVOID);
09545        ((TBasketSQL*) (soff))->~G__TTBasketSQL();
09546        G__setgvp((long)gvp);
09547      }
09548    }
09549    G__setnull(result7);
09550    return(1 || funcname || hash || result7 || libp) ;
09551 }
09552 
09553 
09554 /* TBranchElement */
09555 static int G__G__Tree_135_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09556 {
09557    TBranchElement* p = NULL;
09558    char* gvp = (char*) G__getgvp();
09559    int n = G__getaryconstruct();
09560    if (n) {
09561      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09562        p = new TBranchElement[n];
09563      } else {
09564        p = new((void*) gvp) TBranchElement[n];
09565      }
09566    } else {
09567      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09568        p = new TBranchElement;
09569      } else {
09570        p = new((void*) gvp) TBranchElement;
09571      }
09572    }
09573    result7->obj.i = (long) p;
09574    result7->ref = (long) p;
09575    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
09576    return(1 || funcname || hash || result7 || libp) ;
09577 }
09578 
09579 static int G__G__Tree_135_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09580 {
09581    TBranchElement* p = NULL;
09582    char* gvp = (char*) G__getgvp();
09583    switch (libp->paran) {
09584    case 8:
09585      //m: 8
09586      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09587        p = new TBranchElement(
09588 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09589 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09590 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09591 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
09592      } else {
09593        p = new((void*) gvp) TBranchElement(
09594 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09595 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09596 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09597 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
09598      }
09599      break;
09600    case 7:
09601      //m: 7
09602      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09603        p = new TBranchElement(
09604 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09605 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09606 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09607 , (Int_t) G__int(libp->para[6]));
09608      } else {
09609        p = new((void*) gvp) TBranchElement(
09610 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09611 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09612 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09613 , (Int_t) G__int(libp->para[6]));
09614      }
09615      break;
09616    case 6:
09617      //m: 6
09618      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09619        p = new TBranchElement(
09620 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09621 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09622 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09623      } else {
09624        p = new((void*) gvp) TBranchElement(
09625 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09626 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09627 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09628      }
09629      break;
09630    case 5:
09631      //m: 5
09632      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09633        p = new TBranchElement(
09634 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09635 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09636 , (char*) G__int(libp->para[4]));
09637      } else {
09638        p = new((void*) gvp) TBranchElement(
09639 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09640 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09641 , (char*) G__int(libp->para[4]));
09642      }
09643      break;
09644    }
09645    result7->obj.i = (long) p;
09646    result7->ref = (long) p;
09647    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
09648    return(1 || funcname || hash || result7 || libp) ;
09649 }
09650 
09651 static int G__G__Tree_135_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09652 {
09653    TBranchElement* p = NULL;
09654    char* gvp = (char*) G__getgvp();
09655    switch (libp->paran) {
09656    case 6:
09657      //m: 6
09658      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09659        p = new TBranchElement(
09660 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09661 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09662 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09663      } else {
09664        p = new((void*) gvp) TBranchElement(
09665 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09666 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09667 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09668      }
09669      break;
09670    case 5:
09671      //m: 5
09672      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09673        p = new TBranchElement(
09674 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09675 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09676 , (Int_t) G__int(libp->para[4]));
09677      } else {
09678        p = new((void*) gvp) TBranchElement(
09679 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09680 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09681 , (Int_t) G__int(libp->para[4]));
09682      }
09683      break;
09684    case 4:
09685      //m: 4
09686      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09687        p = new TBranchElement(
09688 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09689 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09690      } else {
09691        p = new((void*) gvp) TBranchElement(
09692 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09693 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09694      }
09695      break;
09696    case 3:
09697      //m: 3
09698      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09699        p = new TBranchElement(
09700 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09701 , (TClonesArray*) G__int(libp->para[2]));
09702      } else {
09703        p = new((void*) gvp) TBranchElement(
09704 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09705 , (TClonesArray*) G__int(libp->para[2]));
09706      }
09707      break;
09708    }
09709    result7->obj.i = (long) p;
09710    result7->ref = (long) p;
09711    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
09712    return(1 || funcname || hash || result7 || libp) ;
09713 }
09714 
09715 static int G__G__Tree_135_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09716 {
09717    TBranchElement* p = NULL;
09718    char* gvp = (char*) G__getgvp();
09719    switch (libp->paran) {
09720    case 6:
09721      //m: 6
09722      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09723        p = new TBranchElement(
09724 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09725 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09726 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09727      } else {
09728        p = new((void*) gvp) TBranchElement(
09729 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09730 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09731 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09732      }
09733      break;
09734    case 5:
09735      //m: 5
09736      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09737        p = new TBranchElement(
09738 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09739 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09740 , (Int_t) G__int(libp->para[4]));
09741      } else {
09742        p = new((void*) gvp) TBranchElement(
09743 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09744 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09745 , (Int_t) G__int(libp->para[4]));
09746      }
09747      break;
09748    case 4:
09749      //m: 4
09750      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09751        p = new TBranchElement(
09752 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09753 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09754      } else {
09755        p = new((void*) gvp) TBranchElement(
09756 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09757 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09758      }
09759      break;
09760    case 3:
09761      //m: 3
09762      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09763        p = new TBranchElement(
09764 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09765 , (TVirtualCollectionProxy*) G__int(libp->para[2]));
09766      } else {
09767        p = new((void*) gvp) TBranchElement(
09768 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09769 , (TVirtualCollectionProxy*) G__int(libp->para[2]));
09770      }
09771      break;
09772    }
09773    result7->obj.i = (long) p;
09774    result7->ref = (long) p;
09775    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
09776    return(1 || funcname || hash || result7 || libp) ;
09777 }
09778 
09779 static int G__G__Tree_135_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09780 {
09781    TBranchElement* p = NULL;
09782    char* gvp = (char*) G__getgvp();
09783    switch (libp->paran) {
09784    case 8:
09785      //m: 8
09786      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09787        p = new TBranchElement(
09788 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09789 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09790 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09791 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
09792      } else {
09793        p = new((void*) gvp) TBranchElement(
09794 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09795 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09796 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09797 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
09798      }
09799      break;
09800    case 7:
09801      //m: 7
09802      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09803        p = new TBranchElement(
09804 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09805 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09806 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09807 , (Int_t) G__int(libp->para[6]));
09808      } else {
09809        p = new((void*) gvp) TBranchElement(
09810 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09811 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09812 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
09813 , (Int_t) G__int(libp->para[6]));
09814      }
09815      break;
09816    case 6:
09817      //m: 6
09818      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09819        p = new TBranchElement(
09820 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09821 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09822 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09823      } else {
09824        p = new((void*) gvp) TBranchElement(
09825 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09826 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09827 , (char*) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09828      }
09829      break;
09830    case 5:
09831      //m: 5
09832      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09833        p = new TBranchElement(
09834 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09835 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09836 , (char*) G__int(libp->para[4]));
09837      } else {
09838        p = new((void*) gvp) TBranchElement(
09839 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09840 , (TStreamerInfo*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09841 , (char*) G__int(libp->para[4]));
09842      }
09843      break;
09844    }
09845    result7->obj.i = (long) p;
09846    result7->ref = (long) p;
09847    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
09848    return(1 || funcname || hash || result7 || libp) ;
09849 }
09850 
09851 static int G__G__Tree_135_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09852 {
09853    TBranchElement* p = NULL;
09854    char* gvp = (char*) G__getgvp();
09855    switch (libp->paran) {
09856    case 6:
09857      //m: 6
09858      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09859        p = new TBranchElement(
09860 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09861 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09862 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09863      } else {
09864        p = new((void*) gvp) TBranchElement(
09865 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09866 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09867 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09868      }
09869      break;
09870    case 5:
09871      //m: 5
09872      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09873        p = new TBranchElement(
09874 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09875 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09876 , (Int_t) G__int(libp->para[4]));
09877      } else {
09878        p = new((void*) gvp) TBranchElement(
09879 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09880 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09881 , (Int_t) G__int(libp->para[4]));
09882      }
09883      break;
09884    case 4:
09885      //m: 4
09886      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09887        p = new TBranchElement(
09888 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09889 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09890      } else {
09891        p = new((void*) gvp) TBranchElement(
09892 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09893 , (TClonesArray*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09894      }
09895      break;
09896    case 3:
09897      //m: 3
09898      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09899        p = new TBranchElement(
09900 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09901 , (TClonesArray*) G__int(libp->para[2]));
09902      } else {
09903        p = new((void*) gvp) TBranchElement(
09904 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09905 , (TClonesArray*) G__int(libp->para[2]));
09906      }
09907      break;
09908    }
09909    result7->obj.i = (long) p;
09910    result7->ref = (long) p;
09911    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
09912    return(1 || funcname || hash || result7 || libp) ;
09913 }
09914 
09915 static int G__G__Tree_135_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09916 {
09917    TBranchElement* p = NULL;
09918    char* gvp = (char*) G__getgvp();
09919    switch (libp->paran) {
09920    case 6:
09921      //m: 6
09922      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09923        p = new TBranchElement(
09924 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09925 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09926 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09927      } else {
09928        p = new((void*) gvp) TBranchElement(
09929 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09930 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09931 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
09932      }
09933      break;
09934    case 5:
09935      //m: 5
09936      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09937        p = new TBranchElement(
09938 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09939 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09940 , (Int_t) G__int(libp->para[4]));
09941      } else {
09942        p = new((void*) gvp) TBranchElement(
09943 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09944 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09945 , (Int_t) G__int(libp->para[4]));
09946      }
09947      break;
09948    case 4:
09949      //m: 4
09950      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09951        p = new TBranchElement(
09952 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09953 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09954      } else {
09955        p = new((void*) gvp) TBranchElement(
09956 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09957 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09958      }
09959      break;
09960    case 3:
09961      //m: 3
09962      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09963        p = new TBranchElement(
09964 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09965 , (TVirtualCollectionProxy*) G__int(libp->para[2]));
09966      } else {
09967        p = new((void*) gvp) TBranchElement(
09968 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09969 , (TVirtualCollectionProxy*) G__int(libp->para[2]));
09970      }
09971      break;
09972    }
09973    result7->obj.i = (long) p;
09974    result7->ref = (long) p;
09975    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
09976    return(1 || funcname || hash || result7 || libp) ;
09977 }
09978 
09979 static int G__G__Tree_135_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09980 {
09981       G__letint(result7, 85, (long) ((const TBranchElement*) G__getstructoffset())->GetBranchCount());
09982    return(1 || funcname || hash || result7 || libp) ;
09983 }
09984 
09985 static int G__G__Tree_135_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09986 {
09987       G__letint(result7, 85, (long) ((const TBranchElement*) G__getstructoffset())->GetBranchCount2());
09988    return(1 || funcname || hash || result7 || libp) ;
09989 }
09990 
09991 static int G__G__Tree_135_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09992 {
09993       G__letint(result7, 73, (long) ((const TBranchElement*) G__getstructoffset())->GetBranchOffset());
09994    return(1 || funcname || hash || result7 || libp) ;
09995 }
09996 
09997 static int G__G__Tree_135_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09998 {
09999       G__letint(result7, 104, (long) ((TBranchElement*) G__getstructoffset())->GetCheckSum());
10000    return(1 || funcname || hash || result7 || libp) ;
10001 }
10002 
10003 static int G__G__Tree_135_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10004 {
10005       G__letint(result7, 85, (long) ((const TBranchElement*) G__getstructoffset())->GetClass());
10006    return(1 || funcname || hash || result7 || libp) ;
10007 }
10008 
10009 static int G__G__Tree_135_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10010 {
10011       G__letint(result7, 67, (long) ((const TBranchElement*) G__getstructoffset())->GetClonesName());
10012    return(1 || funcname || hash || result7 || libp) ;
10013 }
10014 
10015 static int G__G__Tree_135_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10016 {
10017       G__letint(result7, 85, (long) ((TBranchElement*) G__getstructoffset())->GetCollectionProxy());
10018    return(1 || funcname || hash || result7 || libp) ;
10019 }
10020 
10021 static int G__G__Tree_135_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10022 {
10023       G__letint(result7, 105, (long) ((const TBranchElement*) G__getstructoffset())->GetID());
10024    return(1 || funcname || hash || result7 || libp) ;
10025 }
10026 
10027 static int G__G__Tree_135_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10028 {
10029       G__letint(result7, 85, (long) ((const TBranchElement*) G__getstructoffset())->GetInfo());
10030    return(1 || funcname || hash || result7 || libp) ;
10031 }
10032 
10033 static int G__G__Tree_135_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10034 {
10035       G__letint(result7, 67, (long) ((const TBranchElement*) G__getstructoffset())->GetObject());
10036    return(1 || funcname || hash || result7 || libp) ;
10037 }
10038 
10039 static int G__G__Tree_135_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10040 {
10041       G__letint(result7, 67, (long) ((const TBranchElement*) G__getstructoffset())->GetParentName());
10042    return(1 || funcname || hash || result7 || libp) ;
10043 }
10044 
10045 static int G__G__Tree_135_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10046 {
10047       G__letint(result7, 105, (long) ((const TBranchElement*) G__getstructoffset())->GetMaximum());
10048    return(1 || funcname || hash || result7 || libp) ;
10049 }
10050 
10051 static int G__G__Tree_135_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10052 {
10053       G__letint(result7, 105, (long) ((const TBranchElement*) G__getstructoffset())->GetNdata());
10054    return(1 || funcname || hash || result7 || libp) ;
10055 }
10056 
10057 static int G__G__Tree_135_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10058 {
10059       G__letint(result7, 105, (long) ((const TBranchElement*) G__getstructoffset())->GetType());
10060    return(1 || funcname || hash || result7 || libp) ;
10061 }
10062 
10063 static int G__G__Tree_135_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10064 {
10065       G__letint(result7, 105, (long) ((const TBranchElement*) G__getstructoffset())->GetStreamerType());
10066    return(1 || funcname || hash || result7 || libp) ;
10067 }
10068 
10069 static int G__G__Tree_135_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10070 {
10071       G__letint(result7, 85, (long) ((TBranchElement*) G__getstructoffset())->GetTargetClass());
10072    return(1 || funcname || hash || result7 || libp) ;
10073 }
10074 
10075 static int G__G__Tree_135_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10076 {
10077       G__letint(result7, 67, (long) ((const TBranchElement*) G__getstructoffset())->GetTypeName());
10078    return(1 || funcname || hash || result7 || libp) ;
10079 }
10080 
10081 static int G__G__Tree_135_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10082 {
10083    switch (libp->paran) {
10084    case 3:
10085       G__letdouble(result7, 100, (double) ((const TBranchElement*) G__getstructoffset())->GetValue((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10086 , (Bool_t) G__int(libp->para[2])));
10087       break;
10088    case 2:
10089       G__letdouble(result7, 100, (double) ((const TBranchElement*) G__getstructoffset())->GetValue((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
10090       break;
10091    }
10092    return(1 || funcname || hash || result7 || libp) ;
10093 }
10094 
10095 static int G__G__Tree_135_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10096 {
10097       G__letint(result7, 89, (long) ((const TBranchElement*) G__getstructoffset())->GetValuePointer());
10098    return(1 || funcname || hash || result7 || libp) ;
10099 }
10100 
10101 static int G__G__Tree_135_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10102 {
10103       G__letint(result7, 105, (long) ((TBranchElement*) G__getstructoffset())->GetClassVersion());
10104    return(1 || funcname || hash || result7 || libp) ;
10105 }
10106 
10107 static int G__G__Tree_135_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10108 {
10109       G__letint(result7, 103, (long) ((const TBranchElement*) G__getstructoffset())->IsBranchFolder());
10110    return(1 || funcname || hash || result7 || libp) ;
10111 }
10112 
10113 static int G__G__Tree_135_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10114 {
10115       G__letint(result7, 103, (long) ((const TBranchElement*) G__getstructoffset())->IsObjectOwner());
10116    return(1 || funcname || hash || result7 || libp) ;
10117 }
10118 
10119 static int G__G__Tree_135_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10120 {
10121       ((const TBranchElement*) G__getstructoffset())->PrintValue((Int_t) G__int(libp->para[0]));
10122       G__setnull(result7);
10123    return(1 || funcname || hash || result7 || libp) ;
10124 }
10125 
10126 static int G__G__Tree_135_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10127 {
10128       ((TBranchElement*) G__getstructoffset())->ResetDeleteObject();
10129       G__setnull(result7);
10130    return(1 || funcname || hash || result7 || libp) ;
10131 }
10132 
10133 static int G__G__Tree_135_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10134 {
10135       ((TBranchElement*) G__getstructoffset())->SetBranchFolder();
10136       G__setnull(result7);
10137    return(1 || funcname || hash || result7 || libp) ;
10138 }
10139 
10140 static int G__G__Tree_135_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10141 {
10142       ((TBranchElement*) G__getstructoffset())->SetClassName((const char*) G__int(libp->para[0]));
10143       G__setnull(result7);
10144    return(1 || funcname || hash || result7 || libp) ;
10145 }
10146 
10147 static int G__G__Tree_135_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10148 {
10149       ((TBranchElement*) G__getstructoffset())->SetParentClass((TClass*) G__int(libp->para[0]));
10150       G__setnull(result7);
10151    return(1 || funcname || hash || result7 || libp) ;
10152 }
10153 
10154 static int G__G__Tree_135_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10155 {
10156       ((TBranchElement*) G__getstructoffset())->SetParentName((const char*) G__int(libp->para[0]));
10157       G__setnull(result7);
10158    return(1 || funcname || hash || result7 || libp) ;
10159 }
10160 
10161 static int G__G__Tree_135_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10162 {
10163       ((TBranchElement*) G__getstructoffset())->SetTargetClass((const char*) G__int(libp->para[0]));
10164       G__setnull(result7);
10165    return(1 || funcname || hash || result7 || libp) ;
10166 }
10167 
10168 static int G__G__Tree_135_0_91(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10169 {
10170       ((TBranchElement*) G__getstructoffset())->SetType((Int_t) G__int(libp->para[0]));
10171       G__setnull(result7);
10172    return(1 || funcname || hash || result7 || libp) ;
10173 }
10174 
10175 static int G__G__Tree_135_0_93(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10176 {
10177       G__letint(result7, 85, (long) TBranchElement::Class());
10178    return(1 || funcname || hash || result7 || libp) ;
10179 }
10180 
10181 static int G__G__Tree_135_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10182 {
10183       G__letint(result7, 67, (long) TBranchElement::Class_Name());
10184    return(1 || funcname || hash || result7 || libp) ;
10185 }
10186 
10187 static int G__G__Tree_135_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10188 {
10189       G__letint(result7, 115, (long) TBranchElement::Class_Version());
10190    return(1 || funcname || hash || result7 || libp) ;
10191 }
10192 
10193 static int G__G__Tree_135_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10194 {
10195       TBranchElement::Dictionary();
10196       G__setnull(result7);
10197    return(1 || funcname || hash || result7 || libp) ;
10198 }
10199 
10200 static int G__G__Tree_135_0_100(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10201 {
10202       ((TBranchElement*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10203       G__setnull(result7);
10204    return(1 || funcname || hash || result7 || libp) ;
10205 }
10206 
10207 static int G__G__Tree_135_0_101(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10208 {
10209       G__letint(result7, 67, (long) TBranchElement::DeclFileName());
10210    return(1 || funcname || hash || result7 || libp) ;
10211 }
10212 
10213 static int G__G__Tree_135_0_102(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10214 {
10215       G__letint(result7, 105, (long) TBranchElement::ImplFileLine());
10216    return(1 || funcname || hash || result7 || libp) ;
10217 }
10218 
10219 static int G__G__Tree_135_0_103(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10220 {
10221       G__letint(result7, 67, (long) TBranchElement::ImplFileName());
10222    return(1 || funcname || hash || result7 || libp) ;
10223 }
10224 
10225 static int G__G__Tree_135_0_104(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10226 {
10227       G__letint(result7, 105, (long) TBranchElement::DeclFileLine());
10228    return(1 || funcname || hash || result7 || libp) ;
10229 }
10230 
10231 // automatic destructor
10232 typedef TBranchElement G__TTBranchElement;
10233 static int G__G__Tree_135_0_105(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10234 {
10235    char* gvp = (char*) G__getgvp();
10236    long soff = G__getstructoffset();
10237    int n = G__getaryconstruct();
10238    //
10239    //has_a_delete: 1
10240    //has_own_delete1arg: 0
10241    //has_own_delete2arg: 0
10242    //
10243    if (!soff) {
10244      return(1);
10245    }
10246    if (n) {
10247      if (gvp == (char*)G__PVOID) {
10248        delete[] (TBranchElement*) soff;
10249      } else {
10250        G__setgvp((long) G__PVOID);
10251        for (int i = n - 1; i >= 0; --i) {
10252          ((TBranchElement*) (soff+(sizeof(TBranchElement)*i)))->~G__TTBranchElement();
10253        }
10254        G__setgvp((long)gvp);
10255      }
10256    } else {
10257      if (gvp == (char*)G__PVOID) {
10258        delete (TBranchElement*) soff;
10259      } else {
10260        G__setgvp((long) G__PVOID);
10261        ((TBranchElement*) (soff))->~G__TTBranchElement();
10262        G__setgvp((long)gvp);
10263      }
10264    }
10265    G__setnull(result7);
10266    return(1 || funcname || hash || result7 || libp) ;
10267 }
10268 
10269 
10270 /* TVirtualBranchBrowsable */
10271 static int G__G__Tree_136_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10272 {
10273       ((const TVirtualBranchBrowsable*) G__getstructoffset())->GetScope(*(TString*) libp->para[0].ref);
10274       G__setnull(result7);
10275    return(1 || funcname || hash || result7 || libp) ;
10276 }
10277 
10278 static int G__G__Tree_136_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10279 {
10280    switch (libp->paran) {
10281    case 3:
10282       G__letint(result7, 105, (long) TVirtualBranchBrowsable::FillListOfBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])
10283 , (TVirtualBranchBrowsable*) G__int(libp->para[2])));
10284       break;
10285    case 2:
10286       G__letint(result7, 105, (long) TVirtualBranchBrowsable::FillListOfBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])));
10287       break;
10288    }
10289    return(1 || funcname || hash || result7 || libp) ;
10290 }
10291 
10292 static int G__G__Tree_136_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10293 {
10294       G__letint(result7, 85, (long) ((const TVirtualBranchBrowsable*) G__getstructoffset())->GetBranch());
10295    return(1 || funcname || hash || result7 || libp) ;
10296 }
10297 
10298 static int G__G__Tree_136_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10299 {
10300       G__letint(result7, 85, (long) ((const TVirtualBranchBrowsable*) G__getstructoffset())->GetParent());
10301    return(1 || funcname || hash || result7 || libp) ;
10302 }
10303 
10304 static int G__G__Tree_136_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10305 {
10306       G__letint(result7, 85, (long) ((const TVirtualBranchBrowsable*) G__getstructoffset())->GetClassType());
10307    return(1 || funcname || hash || result7 || libp) ;
10308 }
10309 
10310 static int G__G__Tree_136_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10311 {
10312       G__letint(result7, 103, (long) ((const TVirtualBranchBrowsable*) G__getstructoffset())->TypeIsPointer());
10313    return(1 || funcname || hash || result7 || libp) ;
10314 }
10315 
10316 static int G__G__Tree_136_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10317 {
10318       G__letint(result7, 85, (long) ((const TVirtualBranchBrowsable*) G__getstructoffset())->GetLeaves());
10319    return(1 || funcname || hash || result7 || libp) ;
10320 }
10321 
10322 static int G__G__Tree_136_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10323 {
10324       G__letint(result7, 85, (long) TVirtualBranchBrowsable::Class());
10325    return(1 || funcname || hash || result7 || libp) ;
10326 }
10327 
10328 static int G__G__Tree_136_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10329 {
10330       G__letint(result7, 67, (long) TVirtualBranchBrowsable::Class_Name());
10331    return(1 || funcname || hash || result7 || libp) ;
10332 }
10333 
10334 static int G__G__Tree_136_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10335 {
10336       G__letint(result7, 115, (long) TVirtualBranchBrowsable::Class_Version());
10337    return(1 || funcname || hash || result7 || libp) ;
10338 }
10339 
10340 static int G__G__Tree_136_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10341 {
10342       TVirtualBranchBrowsable::Dictionary();
10343       G__setnull(result7);
10344    return(1 || funcname || hash || result7 || libp) ;
10345 }
10346 
10347 static int G__G__Tree_136_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10348 {
10349       ((TVirtualBranchBrowsable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10350       G__setnull(result7);
10351    return(1 || funcname || hash || result7 || libp) ;
10352 }
10353 
10354 static int G__G__Tree_136_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10355 {
10356       G__letint(result7, 67, (long) TVirtualBranchBrowsable::DeclFileName());
10357    return(1 || funcname || hash || result7 || libp) ;
10358 }
10359 
10360 static int G__G__Tree_136_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10361 {
10362       G__letint(result7, 105, (long) TVirtualBranchBrowsable::ImplFileLine());
10363    return(1 || funcname || hash || result7 || libp) ;
10364 }
10365 
10366 static int G__G__Tree_136_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10367 {
10368       G__letint(result7, 67, (long) TVirtualBranchBrowsable::ImplFileName());
10369    return(1 || funcname || hash || result7 || libp) ;
10370 }
10371 
10372 static int G__G__Tree_136_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10373 {
10374       G__letint(result7, 105, (long) TVirtualBranchBrowsable::DeclFileLine());
10375    return(1 || funcname || hash || result7 || libp) ;
10376 }
10377 
10378 // automatic copy constructor
10379 static int G__G__Tree_136_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10380 
10381 {
10382    TVirtualBranchBrowsable* p;
10383    void* tmp = (void*) G__int(libp->para[0]);
10384    p = new TVirtualBranchBrowsable(*(TVirtualBranchBrowsable*) tmp);
10385    result7->obj.i = (long) p;
10386    result7->ref = (long) p;
10387    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable));
10388    return(1 || funcname || hash || result7 || libp) ;
10389 }
10390 
10391 // automatic destructor
10392 typedef TVirtualBranchBrowsable G__TTVirtualBranchBrowsable;
10393 static int G__G__Tree_136_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10394 {
10395    char* gvp = (char*) G__getgvp();
10396    long soff = G__getstructoffset();
10397    int n = G__getaryconstruct();
10398    //
10399    //has_a_delete: 1
10400    //has_own_delete1arg: 0
10401    //has_own_delete2arg: 0
10402    //
10403    if (!soff) {
10404      return(1);
10405    }
10406    if (n) {
10407      if (gvp == (char*)G__PVOID) {
10408        delete[] (TVirtualBranchBrowsable*) soff;
10409      } else {
10410        G__setgvp((long) G__PVOID);
10411        for (int i = n - 1; i >= 0; --i) {
10412          ((TVirtualBranchBrowsable*) (soff+(sizeof(TVirtualBranchBrowsable)*i)))->~G__TTVirtualBranchBrowsable();
10413        }
10414        G__setgvp((long)gvp);
10415      }
10416    } else {
10417      if (gvp == (char*)G__PVOID) {
10418        delete (TVirtualBranchBrowsable*) soff;
10419      } else {
10420        G__setgvp((long) G__PVOID);
10421        ((TVirtualBranchBrowsable*) (soff))->~G__TTVirtualBranchBrowsable();
10422        G__setgvp((long)gvp);
10423      }
10424    }
10425    G__setnull(result7);
10426    return(1 || funcname || hash || result7 || libp) ;
10427 }
10428 
10429 
10430 /* TMethodBrowsable */
10431 static int G__G__Tree_141_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10432 {
10433    switch (libp->paran) {
10434    case 3:
10435       G__letint(result7, 105, (long) TMethodBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])
10436 , (TVirtualBranchBrowsable*) G__int(libp->para[2])));
10437       break;
10438    case 2:
10439       G__letint(result7, 105, (long) TMethodBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])));
10440       break;
10441    }
10442    return(1 || funcname || hash || result7 || libp) ;
10443 }
10444 
10445 static int G__G__Tree_141_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10446 {
10447       G__letint(result7, 103, (long) TMethodBrowsable::IsMethodBrowsable((TMethod*) G__int(libp->para[0])));
10448    return(1 || funcname || hash || result7 || libp) ;
10449 }
10450 
10451 static int G__G__Tree_141_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10452 {
10453       TMethodBrowsable::Register();
10454       G__setnull(result7);
10455    return(1 || funcname || hash || result7 || libp) ;
10456 }
10457 
10458 static int G__G__Tree_141_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10459 {
10460       TMethodBrowsable::Unregister();
10461       G__setnull(result7);
10462    return(1 || funcname || hash || result7 || libp) ;
10463 }
10464 
10465 static int G__G__Tree_141_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10466 {
10467       G__letint(result7, 85, (long) TMethodBrowsable::Class());
10468    return(1 || funcname || hash || result7 || libp) ;
10469 }
10470 
10471 static int G__G__Tree_141_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10472 {
10473       G__letint(result7, 67, (long) TMethodBrowsable::Class_Name());
10474    return(1 || funcname || hash || result7 || libp) ;
10475 }
10476 
10477 static int G__G__Tree_141_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10478 {
10479       G__letint(result7, 115, (long) TMethodBrowsable::Class_Version());
10480    return(1 || funcname || hash || result7 || libp) ;
10481 }
10482 
10483 static int G__G__Tree_141_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10484 {
10485       TMethodBrowsable::Dictionary();
10486       G__setnull(result7);
10487    return(1 || funcname || hash || result7 || libp) ;
10488 }
10489 
10490 static int G__G__Tree_141_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10491 {
10492       ((TMethodBrowsable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10493       G__setnull(result7);
10494    return(1 || funcname || hash || result7 || libp) ;
10495 }
10496 
10497 static int G__G__Tree_141_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10498 {
10499       G__letint(result7, 67, (long) TMethodBrowsable::DeclFileName());
10500    return(1 || funcname || hash || result7 || libp) ;
10501 }
10502 
10503 static int G__G__Tree_141_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10504 {
10505       G__letint(result7, 105, (long) TMethodBrowsable::ImplFileLine());
10506    return(1 || funcname || hash || result7 || libp) ;
10507 }
10508 
10509 static int G__G__Tree_141_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10510 {
10511       G__letint(result7, 67, (long) TMethodBrowsable::ImplFileName());
10512    return(1 || funcname || hash || result7 || libp) ;
10513 }
10514 
10515 static int G__G__Tree_141_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10516 {
10517       G__letint(result7, 105, (long) TMethodBrowsable::DeclFileLine());
10518    return(1 || funcname || hash || result7 || libp) ;
10519 }
10520 
10521 // automatic copy constructor
10522 static int G__G__Tree_141_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10523 
10524 {
10525    TMethodBrowsable* p;
10526    void* tmp = (void*) G__int(libp->para[0]);
10527    p = new TMethodBrowsable(*(TMethodBrowsable*) tmp);
10528    result7->obj.i = (long) p;
10529    result7->ref = (long) p;
10530    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable));
10531    return(1 || funcname || hash || result7 || libp) ;
10532 }
10533 
10534 // automatic destructor
10535 typedef TMethodBrowsable G__TTMethodBrowsable;
10536 static int G__G__Tree_141_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10537 {
10538    char* gvp = (char*) G__getgvp();
10539    long soff = G__getstructoffset();
10540    int n = G__getaryconstruct();
10541    //
10542    //has_a_delete: 1
10543    //has_own_delete1arg: 0
10544    //has_own_delete2arg: 0
10545    //
10546    if (!soff) {
10547      return(1);
10548    }
10549    if (n) {
10550      if (gvp == (char*)G__PVOID) {
10551        delete[] (TMethodBrowsable*) soff;
10552      } else {
10553        G__setgvp((long) G__PVOID);
10554        for (int i = n - 1; i >= 0; --i) {
10555          ((TMethodBrowsable*) (soff+(sizeof(TMethodBrowsable)*i)))->~G__TTMethodBrowsable();
10556        }
10557        G__setgvp((long)gvp);
10558      }
10559    } else {
10560      if (gvp == (char*)G__PVOID) {
10561        delete (TMethodBrowsable*) soff;
10562      } else {
10563        G__setgvp((long) G__PVOID);
10564        ((TMethodBrowsable*) (soff))->~G__TTMethodBrowsable();
10565        G__setgvp((long)gvp);
10566      }
10567    }
10568    G__setnull(result7);
10569    return(1 || funcname || hash || result7 || libp) ;
10570 }
10571 
10572 
10573 /* TNonSplitBrowsable */
10574 static int G__G__Tree_142_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10575 {
10576    switch (libp->paran) {
10577    case 3:
10578       G__letint(result7, 105, (long) TNonSplitBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])
10579 , (TVirtualBranchBrowsable*) G__int(libp->para[2])));
10580       break;
10581    case 2:
10582       G__letint(result7, 105, (long) TNonSplitBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])));
10583       break;
10584    }
10585    return(1 || funcname || hash || result7 || libp) ;
10586 }
10587 
10588 static int G__G__Tree_142_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10589 {
10590       TNonSplitBrowsable::Register();
10591       G__setnull(result7);
10592    return(1 || funcname || hash || result7 || libp) ;
10593 }
10594 
10595 static int G__G__Tree_142_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10596 {
10597       TNonSplitBrowsable::Unregister();
10598       G__setnull(result7);
10599    return(1 || funcname || hash || result7 || libp) ;
10600 }
10601 
10602 static int G__G__Tree_142_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10603 {
10604       G__letint(result7, 85, (long) TNonSplitBrowsable::Class());
10605    return(1 || funcname || hash || result7 || libp) ;
10606 }
10607 
10608 static int G__G__Tree_142_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10609 {
10610       G__letint(result7, 67, (long) TNonSplitBrowsable::Class_Name());
10611    return(1 || funcname || hash || result7 || libp) ;
10612 }
10613 
10614 static int G__G__Tree_142_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10615 {
10616       G__letint(result7, 115, (long) TNonSplitBrowsable::Class_Version());
10617    return(1 || funcname || hash || result7 || libp) ;
10618 }
10619 
10620 static int G__G__Tree_142_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10621 {
10622       TNonSplitBrowsable::Dictionary();
10623       G__setnull(result7);
10624    return(1 || funcname || hash || result7 || libp) ;
10625 }
10626 
10627 static int G__G__Tree_142_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10628 {
10629       ((TNonSplitBrowsable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10630       G__setnull(result7);
10631    return(1 || funcname || hash || result7 || libp) ;
10632 }
10633 
10634 static int G__G__Tree_142_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10635 {
10636       G__letint(result7, 67, (long) TNonSplitBrowsable::DeclFileName());
10637    return(1 || funcname || hash || result7 || libp) ;
10638 }
10639 
10640 static int G__G__Tree_142_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10641 {
10642       G__letint(result7, 105, (long) TNonSplitBrowsable::ImplFileLine());
10643    return(1 || funcname || hash || result7 || libp) ;
10644 }
10645 
10646 static int G__G__Tree_142_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10647 {
10648       G__letint(result7, 67, (long) TNonSplitBrowsable::ImplFileName());
10649    return(1 || funcname || hash || result7 || libp) ;
10650 }
10651 
10652 static int G__G__Tree_142_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10653 {
10654       G__letint(result7, 105, (long) TNonSplitBrowsable::DeclFileLine());
10655    return(1 || funcname || hash || result7 || libp) ;
10656 }
10657 
10658 // automatic copy constructor
10659 static int G__G__Tree_142_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10660 
10661 {
10662    TNonSplitBrowsable* p;
10663    void* tmp = (void*) G__int(libp->para[0]);
10664    p = new TNonSplitBrowsable(*(TNonSplitBrowsable*) tmp);
10665    result7->obj.i = (long) p;
10666    result7->ref = (long) p;
10667    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable));
10668    return(1 || funcname || hash || result7 || libp) ;
10669 }
10670 
10671 // automatic destructor
10672 typedef TNonSplitBrowsable G__TTNonSplitBrowsable;
10673 static int G__G__Tree_142_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10674 {
10675    char* gvp = (char*) G__getgvp();
10676    long soff = G__getstructoffset();
10677    int n = G__getaryconstruct();
10678    //
10679    //has_a_delete: 1
10680    //has_own_delete1arg: 0
10681    //has_own_delete2arg: 0
10682    //
10683    if (!soff) {
10684      return(1);
10685    }
10686    if (n) {
10687      if (gvp == (char*)G__PVOID) {
10688        delete[] (TNonSplitBrowsable*) soff;
10689      } else {
10690        G__setgvp((long) G__PVOID);
10691        for (int i = n - 1; i >= 0; --i) {
10692          ((TNonSplitBrowsable*) (soff+(sizeof(TNonSplitBrowsable)*i)))->~G__TTNonSplitBrowsable();
10693        }
10694        G__setgvp((long)gvp);
10695      }
10696    } else {
10697      if (gvp == (char*)G__PVOID) {
10698        delete (TNonSplitBrowsable*) soff;
10699      } else {
10700        G__setgvp((long) G__PVOID);
10701        ((TNonSplitBrowsable*) (soff))->~G__TTNonSplitBrowsable();
10702        G__setgvp((long)gvp);
10703      }
10704    }
10705    G__setnull(result7);
10706    return(1 || funcname || hash || result7 || libp) ;
10707 }
10708 
10709 
10710 /* TCollectionPropertyBrowsable */
10711 static int G__G__Tree_143_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10712 {
10713    switch (libp->paran) {
10714    case 3:
10715       G__letint(result7, 105, (long) TCollectionPropertyBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])
10716 , (TVirtualBranchBrowsable*) G__int(libp->para[2])));
10717       break;
10718    case 2:
10719       G__letint(result7, 105, (long) TCollectionPropertyBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])));
10720       break;
10721    }
10722    return(1 || funcname || hash || result7 || libp) ;
10723 }
10724 
10725 static int G__G__Tree_143_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10726 {
10727       G__letint(result7, 67, (long) ((const TCollectionPropertyBrowsable*) G__getstructoffset())->GetDraw());
10728    return(1 || funcname || hash || result7 || libp) ;
10729 }
10730 
10731 static int G__G__Tree_143_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10732 {
10733       TCollectionPropertyBrowsable::Register();
10734       G__setnull(result7);
10735    return(1 || funcname || hash || result7 || libp) ;
10736 }
10737 
10738 static int G__G__Tree_143_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10739 {
10740       TCollectionPropertyBrowsable::Unregister();
10741       G__setnull(result7);
10742    return(1 || funcname || hash || result7 || libp) ;
10743 }
10744 
10745 static int G__G__Tree_143_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10746 {
10747       G__letint(result7, 85, (long) TCollectionPropertyBrowsable::Class());
10748    return(1 || funcname || hash || result7 || libp) ;
10749 }
10750 
10751 static int G__G__Tree_143_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10752 {
10753       G__letint(result7, 67, (long) TCollectionPropertyBrowsable::Class_Name());
10754    return(1 || funcname || hash || result7 || libp) ;
10755 }
10756 
10757 static int G__G__Tree_143_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10758 {
10759       G__letint(result7, 115, (long) TCollectionPropertyBrowsable::Class_Version());
10760    return(1 || funcname || hash || result7 || libp) ;
10761 }
10762 
10763 static int G__G__Tree_143_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10764 {
10765       TCollectionPropertyBrowsable::Dictionary();
10766       G__setnull(result7);
10767    return(1 || funcname || hash || result7 || libp) ;
10768 }
10769 
10770 static int G__G__Tree_143_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10771 {
10772       ((TCollectionPropertyBrowsable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10773       G__setnull(result7);
10774    return(1 || funcname || hash || result7 || libp) ;
10775 }
10776 
10777 static int G__G__Tree_143_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10778 {
10779       G__letint(result7, 67, (long) TCollectionPropertyBrowsable::DeclFileName());
10780    return(1 || funcname || hash || result7 || libp) ;
10781 }
10782 
10783 static int G__G__Tree_143_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10784 {
10785       G__letint(result7, 105, (long) TCollectionPropertyBrowsable::ImplFileLine());
10786    return(1 || funcname || hash || result7 || libp) ;
10787 }
10788 
10789 static int G__G__Tree_143_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10790 {
10791       G__letint(result7, 67, (long) TCollectionPropertyBrowsable::ImplFileName());
10792    return(1 || funcname || hash || result7 || libp) ;
10793 }
10794 
10795 static int G__G__Tree_143_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10796 {
10797       G__letint(result7, 105, (long) TCollectionPropertyBrowsable::DeclFileLine());
10798    return(1 || funcname || hash || result7 || libp) ;
10799 }
10800 
10801 // automatic copy constructor
10802 static int G__G__Tree_143_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10803 
10804 {
10805    TCollectionPropertyBrowsable* p;
10806    void* tmp = (void*) G__int(libp->para[0]);
10807    p = new TCollectionPropertyBrowsable(*(TCollectionPropertyBrowsable*) tmp);
10808    result7->obj.i = (long) p;
10809    result7->ref = (long) p;
10810    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable));
10811    return(1 || funcname || hash || result7 || libp) ;
10812 }
10813 
10814 // automatic destructor
10815 typedef TCollectionPropertyBrowsable G__TTCollectionPropertyBrowsable;
10816 static int G__G__Tree_143_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10817 {
10818    char* gvp = (char*) G__getgvp();
10819    long soff = G__getstructoffset();
10820    int n = G__getaryconstruct();
10821    //
10822    //has_a_delete: 1
10823    //has_own_delete1arg: 0
10824    //has_own_delete2arg: 0
10825    //
10826    if (!soff) {
10827      return(1);
10828    }
10829    if (n) {
10830      if (gvp == (char*)G__PVOID) {
10831        delete[] (TCollectionPropertyBrowsable*) soff;
10832      } else {
10833        G__setgvp((long) G__PVOID);
10834        for (int i = n - 1; i >= 0; --i) {
10835          ((TCollectionPropertyBrowsable*) (soff+(sizeof(TCollectionPropertyBrowsable)*i)))->~G__TTCollectionPropertyBrowsable();
10836        }
10837        G__setgvp((long)gvp);
10838      }
10839    } else {
10840      if (gvp == (char*)G__PVOID) {
10841        delete (TCollectionPropertyBrowsable*) soff;
10842      } else {
10843        G__setgvp((long) G__PVOID);
10844        ((TCollectionPropertyBrowsable*) (soff))->~G__TTCollectionPropertyBrowsable();
10845        G__setgvp((long)gvp);
10846      }
10847    }
10848    G__setnull(result7);
10849    return(1 || funcname || hash || result7 || libp) ;
10850 }
10851 
10852 
10853 /* TCollectionMethodBrowsable */
10854 static int G__G__Tree_144_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10855 {
10856    switch (libp->paran) {
10857    case 3:
10858       G__letint(result7, 105, (long) TCollectionMethodBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])
10859 , (TVirtualBranchBrowsable*) G__int(libp->para[2])));
10860       break;
10861    case 2:
10862       G__letint(result7, 105, (long) TCollectionMethodBrowsable::GetBrowsables(*(TList*) libp->para[0].ref, (TBranch*) G__int(libp->para[1])));
10863       break;
10864    }
10865    return(1 || funcname || hash || result7 || libp) ;
10866 }
10867 
10868 static int G__G__Tree_144_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10869 {
10870       TCollectionMethodBrowsable::Register();
10871       G__setnull(result7);
10872    return(1 || funcname || hash || result7 || libp) ;
10873 }
10874 
10875 static int G__G__Tree_144_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10876 {
10877       TCollectionMethodBrowsable::Unregister();
10878       G__setnull(result7);
10879    return(1 || funcname || hash || result7 || libp) ;
10880 }
10881 
10882 static int G__G__Tree_144_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10883 {
10884       G__letint(result7, 85, (long) TCollectionMethodBrowsable::Class());
10885    return(1 || funcname || hash || result7 || libp) ;
10886 }
10887 
10888 static int G__G__Tree_144_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10889 {
10890       G__letint(result7, 67, (long) TCollectionMethodBrowsable::Class_Name());
10891    return(1 || funcname || hash || result7 || libp) ;
10892 }
10893 
10894 static int G__G__Tree_144_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10895 {
10896       G__letint(result7, 115, (long) TCollectionMethodBrowsable::Class_Version());
10897    return(1 || funcname || hash || result7 || libp) ;
10898 }
10899 
10900 static int G__G__Tree_144_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10901 {
10902       TCollectionMethodBrowsable::Dictionary();
10903       G__setnull(result7);
10904    return(1 || funcname || hash || result7 || libp) ;
10905 }
10906 
10907 static int G__G__Tree_144_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10908 {
10909       ((TCollectionMethodBrowsable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10910       G__setnull(result7);
10911    return(1 || funcname || hash || result7 || libp) ;
10912 }
10913 
10914 static int G__G__Tree_144_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10915 {
10916       G__letint(result7, 67, (long) TCollectionMethodBrowsable::DeclFileName());
10917    return(1 || funcname || hash || result7 || libp) ;
10918 }
10919 
10920 static int G__G__Tree_144_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10921 {
10922       G__letint(result7, 105, (long) TCollectionMethodBrowsable::ImplFileLine());
10923    return(1 || funcname || hash || result7 || libp) ;
10924 }
10925 
10926 static int G__G__Tree_144_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10927 {
10928       G__letint(result7, 67, (long) TCollectionMethodBrowsable::ImplFileName());
10929    return(1 || funcname || hash || result7 || libp) ;
10930 }
10931 
10932 static int G__G__Tree_144_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10933 {
10934       G__letint(result7, 105, (long) TCollectionMethodBrowsable::DeclFileLine());
10935    return(1 || funcname || hash || result7 || libp) ;
10936 }
10937 
10938 // automatic copy constructor
10939 static int G__G__Tree_144_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10940 
10941 {
10942    TCollectionMethodBrowsable* p;
10943    void* tmp = (void*) G__int(libp->para[0]);
10944    p = new TCollectionMethodBrowsable(*(TCollectionMethodBrowsable*) tmp);
10945    result7->obj.i = (long) p;
10946    result7->ref = (long) p;
10947    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable));
10948    return(1 || funcname || hash || result7 || libp) ;
10949 }
10950 
10951 // automatic destructor
10952 typedef TCollectionMethodBrowsable G__TTCollectionMethodBrowsable;
10953 static int G__G__Tree_144_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10954 {
10955    char* gvp = (char*) G__getgvp();
10956    long soff = G__getstructoffset();
10957    int n = G__getaryconstruct();
10958    //
10959    //has_a_delete: 1
10960    //has_own_delete1arg: 0
10961    //has_own_delete2arg: 0
10962    //
10963    if (!soff) {
10964      return(1);
10965    }
10966    if (n) {
10967      if (gvp == (char*)G__PVOID) {
10968        delete[] (TCollectionMethodBrowsable*) soff;
10969      } else {
10970        G__setgvp((long) G__PVOID);
10971        for (int i = n - 1; i >= 0; --i) {
10972          ((TCollectionMethodBrowsable*) (soff+(sizeof(TCollectionMethodBrowsable)*i)))->~G__TTCollectionMethodBrowsable();
10973        }
10974        G__setgvp((long)gvp);
10975      }
10976    } else {
10977      if (gvp == (char*)G__PVOID) {
10978        delete (TCollectionMethodBrowsable*) soff;
10979      } else {
10980        G__setgvp((long) G__PVOID);
10981        ((TCollectionMethodBrowsable*) (soff))->~G__TTCollectionMethodBrowsable();
10982        G__setgvp((long)gvp);
10983      }
10984    }
10985    G__setnull(result7);
10986    return(1 || funcname || hash || result7 || libp) ;
10987 }
10988 
10989 
10990 /* TLeaf */
10991 static int G__G__Tree_152_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10992 {
10993    TLeaf* p = NULL;
10994    char* gvp = (char*) G__getgvp();
10995    int n = G__getaryconstruct();
10996    if (n) {
10997      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10998        p = new TLeaf[n];
10999      } else {
11000        p = new((void*) gvp) TLeaf[n];
11001      }
11002    } else {
11003      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11004        p = new TLeaf;
11005      } else {
11006        p = new((void*) gvp) TLeaf;
11007      }
11008    }
11009    result7->obj.i = (long) p;
11010    result7->ref = (long) p;
11011    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeaf));
11012    return(1 || funcname || hash || result7 || libp) ;
11013 }
11014 
11015 static int G__G__Tree_152_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11016 {
11017    TLeaf* p = NULL;
11018    char* gvp = (char*) G__getgvp();
11019    //m: 3
11020    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11021      p = new TLeaf(
11022 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11023 , (const char*) G__int(libp->para[2]));
11024    } else {
11025      p = new((void*) gvp) TLeaf(
11026 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11027 , (const char*) G__int(libp->para[2]));
11028    }
11029    result7->obj.i = (long) p;
11030    result7->ref = (long) p;
11031    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeaf));
11032    return(1 || funcname || hash || result7 || libp) ;
11033 }
11034 
11035 static int G__G__Tree_152_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11036 {
11037       ((TLeaf*) G__getstructoffset())->Export((TClonesArray*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11038       G__setnull(result7);
11039    return(1 || funcname || hash || result7 || libp) ;
11040 }
11041 
11042 static int G__G__Tree_152_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11043 {
11044       ((TLeaf*) G__getstructoffset())->FillBasket(*(TBuffer*) libp->para[0].ref);
11045       G__setnull(result7);
11046    return(1 || funcname || hash || result7 || libp) ;
11047 }
11048 
11049 static int G__G__Tree_152_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11050 {
11051       G__letint(result7, 85, (long) ((const TLeaf*) G__getstructoffset())->GetBranch());
11052    return(1 || funcname || hash || result7 || libp) ;
11053 }
11054 
11055 static int G__G__Tree_152_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11056 {
11057       G__letint(result7, 85, (long) ((const TLeaf*) G__getstructoffset())->GetLeafCount());
11058    return(1 || funcname || hash || result7 || libp) ;
11059 }
11060 
11061 static int G__G__Tree_152_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11062 {
11063       G__letint(result7, 85, (long) ((const TLeaf*) G__getstructoffset())->GetLeafCounter(*(Int_t*) G__Intref(&libp->para[0])));
11064    return(1 || funcname || hash || result7 || libp) ;
11065 }
11066 
11067 static int G__G__Tree_152_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11068 {
11069       G__letint(result7, 105, (long) ((const TLeaf*) G__getstructoffset())->GetLen());
11070    return(1 || funcname || hash || result7 || libp) ;
11071 }
11072 
11073 static int G__G__Tree_152_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11074 {
11075       G__letint(result7, 105, (long) ((const TLeaf*) G__getstructoffset())->GetLenStatic());
11076    return(1 || funcname || hash || result7 || libp) ;
11077 }
11078 
11079 static int G__G__Tree_152_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11080 {
11081       G__letint(result7, 105, (long) ((const TLeaf*) G__getstructoffset())->GetLenType());
11082    return(1 || funcname || hash || result7 || libp) ;
11083 }
11084 
11085 static int G__G__Tree_152_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11086 {
11087       G__letint(result7, 105, (long) ((const TLeaf*) G__getstructoffset())->GetMaximum());
11088    return(1 || funcname || hash || result7 || libp) ;
11089 }
11090 
11091 static int G__G__Tree_152_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11092 {
11093       G__letint(result7, 105, (long) ((const TLeaf*) G__getstructoffset())->GetMinimum());
11094    return(1 || funcname || hash || result7 || libp) ;
11095 }
11096 
11097 static int G__G__Tree_152_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11098 {
11099       G__letint(result7, 105, (long) ((const TLeaf*) G__getstructoffset())->GetNdata());
11100    return(1 || funcname || hash || result7 || libp) ;
11101 }
11102 
11103 static int G__G__Tree_152_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11104 {
11105       G__letint(result7, 105, (long) ((const TLeaf*) G__getstructoffset())->GetOffset());
11106    return(1 || funcname || hash || result7 || libp) ;
11107 }
11108 
11109 static int G__G__Tree_152_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11110 {
11111       G__letint(result7, 89, (long) ((const TLeaf*) G__getstructoffset())->GetValuePointer());
11112    return(1 || funcname || hash || result7 || libp) ;
11113 }
11114 
11115 static int G__G__Tree_152_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11116 {
11117       G__letint(result7, 67, (long) ((const TLeaf*) G__getstructoffset())->GetTypeName());
11118    return(1 || funcname || hash || result7 || libp) ;
11119 }
11120 
11121 static int G__G__Tree_152_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11122 {
11123    switch (libp->paran) {
11124    case 1:
11125       G__letdouble(result7, 100, (double) ((const TLeaf*) G__getstructoffset())->GetValue((Int_t) G__int(libp->para[0])));
11126       break;
11127    case 0:
11128       G__letdouble(result7, 100, (double) ((const TLeaf*) G__getstructoffset())->GetValue());
11129       break;
11130    }
11131    return(1 || funcname || hash || result7 || libp) ;
11132 }
11133 
11134 static int G__G__Tree_152_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11135 {
11136       ((TLeaf*) G__getstructoffset())->Import((TClonesArray*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11137       G__setnull(result7);
11138    return(1 || funcname || hash || result7 || libp) ;
11139 }
11140 
11141 static int G__G__Tree_152_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11142 {
11143       G__letint(result7, 103, (long) ((const TLeaf*) G__getstructoffset())->IsOnTerminalBranch());
11144    return(1 || funcname || hash || result7 || libp) ;
11145 }
11146 
11147 static int G__G__Tree_152_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11148 {
11149       G__letint(result7, 103, (long) ((const TLeaf*) G__getstructoffset())->IsRange());
11150    return(1 || funcname || hash || result7 || libp) ;
11151 }
11152 
11153 static int G__G__Tree_152_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11154 {
11155       G__letint(result7, 103, (long) ((const TLeaf*) G__getstructoffset())->IsUnsigned());
11156    return(1 || funcname || hash || result7 || libp) ;
11157 }
11158 
11159 static int G__G__Tree_152_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11160 {
11161    switch (libp->paran) {
11162    case 1:
11163       ((const TLeaf*) G__getstructoffset())->PrintValue((Int_t) G__int(libp->para[0]));
11164       G__setnull(result7);
11165       break;
11166    case 0:
11167       ((const TLeaf*) G__getstructoffset())->PrintValue();
11168       G__setnull(result7);
11169       break;
11170    }
11171    return(1 || funcname || hash || result7 || libp) ;
11172 }
11173 
11174 static int G__G__Tree_152_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11175 {
11176       ((TLeaf*) G__getstructoffset())->ReadBasket(*(TBuffer*) libp->para[0].ref);
11177       G__setnull(result7);
11178    return(1 || funcname || hash || result7 || libp) ;
11179 }
11180 
11181 static int G__G__Tree_152_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11182 {
11183       ((TLeaf*) G__getstructoffset())->ReadBasketExport(*(TBuffer*) libp->para[0].ref, (TClonesArray*) G__int(libp->para[1])
11184 , (Int_t) G__int(libp->para[2]));
11185       G__setnull(result7);
11186    return(1 || funcname || hash || result7 || libp) ;
11187 }
11188 
11189 static int G__G__Tree_152_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11190 {
11191       ((TLeaf*) G__getstructoffset())->ReadValue(*(istream*) libp->para[0].ref);
11192       G__setnull(result7);
11193    return(1 || funcname || hash || result7 || libp) ;
11194 }
11195 
11196 static int G__G__Tree_152_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11197 {
11198    switch (libp->paran) {
11199    case 2:
11200       G__letint(result7, 105, (long) ((TLeaf*) G__getstructoffset())->ResetAddress((void*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
11201       break;
11202    case 1:
11203       G__letint(result7, 105, (long) ((TLeaf*) G__getstructoffset())->ResetAddress((void*) G__int(libp->para[0])));
11204       break;
11205    }
11206    return(1 || funcname || hash || result7 || libp) ;
11207 }
11208 
11209 static int G__G__Tree_152_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11210 {
11211    switch (libp->paran) {
11212    case 1:
11213       ((TLeaf*) G__getstructoffset())->SetAddress((void*) G__int(libp->para[0]));
11214       G__setnull(result7);
11215       break;
11216    case 0:
11217       ((TLeaf*) G__getstructoffset())->SetAddress();
11218       G__setnull(result7);
11219       break;
11220    }
11221    return(1 || funcname || hash || result7 || libp) ;
11222 }
11223 
11224 static int G__G__Tree_152_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11225 {
11226       ((TLeaf*) G__getstructoffset())->SetBranch((TBranch*) G__int(libp->para[0]));
11227       G__setnull(result7);
11228    return(1 || funcname || hash || result7 || libp) ;
11229 }
11230 
11231 static int G__G__Tree_152_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11232 {
11233       ((TLeaf*) G__getstructoffset())->SetLeafCount((TLeaf*) G__int(libp->para[0]));
11234       G__setnull(result7);
11235    return(1 || funcname || hash || result7 || libp) ;
11236 }
11237 
11238 static int G__G__Tree_152_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11239 {
11240    switch (libp->paran) {
11241    case 1:
11242       ((TLeaf*) G__getstructoffset())->SetLen((Int_t) G__int(libp->para[0]));
11243       G__setnull(result7);
11244       break;
11245    case 0:
11246       ((TLeaf*) G__getstructoffset())->SetLen();
11247       G__setnull(result7);
11248       break;
11249    }
11250    return(1 || funcname || hash || result7 || libp) ;
11251 }
11252 
11253 static int G__G__Tree_152_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11254 {
11255    switch (libp->paran) {
11256    case 1:
11257       ((TLeaf*) G__getstructoffset())->SetOffset((Int_t) G__int(libp->para[0]));
11258       G__setnull(result7);
11259       break;
11260    case 0:
11261       ((TLeaf*) G__getstructoffset())->SetOffset();
11262       G__setnull(result7);
11263       break;
11264    }
11265    return(1 || funcname || hash || result7 || libp) ;
11266 }
11267 
11268 static int G__G__Tree_152_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11269 {
11270    switch (libp->paran) {
11271    case 1:
11272       ((TLeaf*) G__getstructoffset())->SetRange((Bool_t) G__int(libp->para[0]));
11273       G__setnull(result7);
11274       break;
11275    case 0:
11276       ((TLeaf*) G__getstructoffset())->SetRange();
11277       G__setnull(result7);
11278       break;
11279    }
11280    return(1 || funcname || hash || result7 || libp) ;
11281 }
11282 
11283 static int G__G__Tree_152_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11284 {
11285       ((TLeaf*) G__getstructoffset())->SetUnsigned();
11286       G__setnull(result7);
11287    return(1 || funcname || hash || result7 || libp) ;
11288 }
11289 
11290 static int G__G__Tree_152_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11291 {
11292       G__letint(result7, 85, (long) TLeaf::Class());
11293    return(1 || funcname || hash || result7 || libp) ;
11294 }
11295 
11296 static int G__G__Tree_152_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11297 {
11298       G__letint(result7, 67, (long) TLeaf::Class_Name());
11299    return(1 || funcname || hash || result7 || libp) ;
11300 }
11301 
11302 static int G__G__Tree_152_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11303 {
11304       G__letint(result7, 115, (long) TLeaf::Class_Version());
11305    return(1 || funcname || hash || result7 || libp) ;
11306 }
11307 
11308 static int G__G__Tree_152_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11309 {
11310       TLeaf::Dictionary();
11311       G__setnull(result7);
11312    return(1 || funcname || hash || result7 || libp) ;
11313 }
11314 
11315 static int G__G__Tree_152_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11316 {
11317       ((TLeaf*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11318       G__setnull(result7);
11319    return(1 || funcname || hash || result7 || libp) ;
11320 }
11321 
11322 static int G__G__Tree_152_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11323 {
11324       G__letint(result7, 67, (long) TLeaf::DeclFileName());
11325    return(1 || funcname || hash || result7 || libp) ;
11326 }
11327 
11328 static int G__G__Tree_152_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11329 {
11330       G__letint(result7, 105, (long) TLeaf::ImplFileLine());
11331    return(1 || funcname || hash || result7 || libp) ;
11332 }
11333 
11334 static int G__G__Tree_152_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11335 {
11336       G__letint(result7, 67, (long) TLeaf::ImplFileName());
11337    return(1 || funcname || hash || result7 || libp) ;
11338 }
11339 
11340 static int G__G__Tree_152_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11341 {
11342       G__letint(result7, 105, (long) TLeaf::DeclFileLine());
11343    return(1 || funcname || hash || result7 || libp) ;
11344 }
11345 
11346 // automatic destructor
11347 typedef TLeaf G__TTLeaf;
11348 static int G__G__Tree_152_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11349 {
11350    char* gvp = (char*) G__getgvp();
11351    long soff = G__getstructoffset();
11352    int n = G__getaryconstruct();
11353    //
11354    //has_a_delete: 1
11355    //has_own_delete1arg: 0
11356    //has_own_delete2arg: 0
11357    //
11358    if (!soff) {
11359      return(1);
11360    }
11361    if (n) {
11362      if (gvp == (char*)G__PVOID) {
11363        delete[] (TLeaf*) soff;
11364      } else {
11365        G__setgvp((long) G__PVOID);
11366        for (int i = n - 1; i >= 0; --i) {
11367          ((TLeaf*) (soff+(sizeof(TLeaf)*i)))->~G__TTLeaf();
11368        }
11369        G__setgvp((long)gvp);
11370      }
11371    } else {
11372      if (gvp == (char*)G__PVOID) {
11373        delete (TLeaf*) soff;
11374      } else {
11375        G__setgvp((long) G__PVOID);
11376        ((TLeaf*) (soff))->~G__TTLeaf();
11377        G__setgvp((long)gvp);
11378      }
11379    }
11380    G__setnull(result7);
11381    return(1 || funcname || hash || result7 || libp) ;
11382 }
11383 
11384 
11385 /* TTreeCloner */
11386 static int G__G__Tree_154_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11387 {
11388    TTreeCloner* p = NULL;
11389    char* gvp = (char*) G__getgvp();
11390    switch (libp->paran) {
11391    case 4:
11392      //m: 4
11393      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11394        p = new TTreeCloner(
11395 (TTree*) G__int(libp->para[0]), (TTree*) G__int(libp->para[1])
11396 , (Option_t*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
11397      } else {
11398        p = new((void*) gvp) TTreeCloner(
11399 (TTree*) G__int(libp->para[0]), (TTree*) G__int(libp->para[1])
11400 , (Option_t*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
11401      }
11402      break;
11403    case 3:
11404      //m: 3
11405      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11406        p = new TTreeCloner(
11407 (TTree*) G__int(libp->para[0]), (TTree*) G__int(libp->para[1])
11408 , (Option_t*) G__int(libp->para[2]));
11409      } else {
11410        p = new((void*) gvp) TTreeCloner(
11411 (TTree*) G__int(libp->para[0]), (TTree*) G__int(libp->para[1])
11412 , (Option_t*) G__int(libp->para[2]));
11413      }
11414      break;
11415    }
11416    result7->obj.i = (long) p;
11417    result7->ref = (long) p;
11418    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeCloner));
11419    return(1 || funcname || hash || result7 || libp) ;
11420 }
11421 
11422 static int G__G__Tree_154_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11423 {
11424       ((TTreeCloner*) G__getstructoffset())->CloseOutWriteBaskets();
11425       G__setnull(result7);
11426    return(1 || funcname || hash || result7 || libp) ;
11427 }
11428 
11429 static int G__G__Tree_154_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11430 {
11431       G__letint(result7, 104, (long) ((TTreeCloner*) G__getstructoffset())->CollectBranches((TBranch*) G__int(libp->para[0]), (TBranch*) G__int(libp->para[1])));
11432    return(1 || funcname || hash || result7 || libp) ;
11433 }
11434 
11435 static int G__G__Tree_154_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11436 {
11437       G__letint(result7, 104, (long) ((TTreeCloner*) G__getstructoffset())->CollectBranches((TObjArray*) G__int(libp->para[0]), (TObjArray*) G__int(libp->para[1])));
11438    return(1 || funcname || hash || result7 || libp) ;
11439 }
11440 
11441 static int G__G__Tree_154_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11442 {
11443       G__letint(result7, 104, (long) ((TTreeCloner*) G__getstructoffset())->CollectBranches());
11444    return(1 || funcname || hash || result7 || libp) ;
11445 }
11446 
11447 static int G__G__Tree_154_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11448 {
11449       ((TTreeCloner*) G__getstructoffset())->CollectBaskets();
11450       G__setnull(result7);
11451    return(1 || funcname || hash || result7 || libp) ;
11452 }
11453 
11454 static int G__G__Tree_154_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11455 {
11456       ((TTreeCloner*) G__getstructoffset())->CopyMemoryBaskets();
11457       G__setnull(result7);
11458    return(1 || funcname || hash || result7 || libp) ;
11459 }
11460 
11461 static int G__G__Tree_154_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11462 {
11463       ((TTreeCloner*) G__getstructoffset())->CopyStreamerInfos();
11464       G__setnull(result7);
11465    return(1 || funcname || hash || result7 || libp) ;
11466 }
11467 
11468 static int G__G__Tree_154_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11469 {
11470       ((TTreeCloner*) G__getstructoffset())->CopyProcessIds();
11471       G__setnull(result7);
11472    return(1 || funcname || hash || result7 || libp) ;
11473 }
11474 
11475 static int G__G__Tree_154_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11476 {
11477       G__letint(result7, 67, (long) ((const TTreeCloner*) G__getstructoffset())->GetWarning());
11478    return(1 || funcname || hash || result7 || libp) ;
11479 }
11480 
11481 static int G__G__Tree_154_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11482 {
11483       G__letint(result7, 103, (long) ((TTreeCloner*) G__getstructoffset())->Exec());
11484    return(1 || funcname || hash || result7 || libp) ;
11485 }
11486 
11487 static int G__G__Tree_154_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11488 {
11489       G__letint(result7, 103, (long) ((TTreeCloner*) G__getstructoffset())->IsValid());
11490    return(1 || funcname || hash || result7 || libp) ;
11491 }
11492 
11493 static int G__G__Tree_154_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11494 {
11495       G__letint(result7, 103, (long) ((TTreeCloner*) G__getstructoffset())->NeedConversion());
11496    return(1 || funcname || hash || result7 || libp) ;
11497 }
11498 
11499 static int G__G__Tree_154_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11500 {
11501       ((TTreeCloner*) G__getstructoffset())->SortBaskets();
11502       G__setnull(result7);
11503    return(1 || funcname || hash || result7 || libp) ;
11504 }
11505 
11506 static int G__G__Tree_154_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11507 {
11508       ((TTreeCloner*) G__getstructoffset())->WriteBaskets();
11509       G__setnull(result7);
11510    return(1 || funcname || hash || result7 || libp) ;
11511 }
11512 
11513 static int G__G__Tree_154_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11514 {
11515       G__letint(result7, 85, (long) TTreeCloner::Class());
11516    return(1 || funcname || hash || result7 || libp) ;
11517 }
11518 
11519 static int G__G__Tree_154_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11520 {
11521       G__letint(result7, 67, (long) TTreeCloner::Class_Name());
11522    return(1 || funcname || hash || result7 || libp) ;
11523 }
11524 
11525 static int G__G__Tree_154_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11526 {
11527       G__letint(result7, 115, (long) TTreeCloner::Class_Version());
11528    return(1 || funcname || hash || result7 || libp) ;
11529 }
11530 
11531 static int G__G__Tree_154_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11532 {
11533       TTreeCloner::Dictionary();
11534       G__setnull(result7);
11535    return(1 || funcname || hash || result7 || libp) ;
11536 }
11537 
11538 static int G__G__Tree_154_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11539 {
11540       G__letint(result7, 85, (long) ((const TTreeCloner*) G__getstructoffset())->IsA());
11541    return(1 || funcname || hash || result7 || libp) ;
11542 }
11543 
11544 static int G__G__Tree_154_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11545 {
11546       ((TTreeCloner*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
11547       G__setnull(result7);
11548    return(1 || funcname || hash || result7 || libp) ;
11549 }
11550 
11551 static int G__G__Tree_154_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11552 {
11553       ((TTreeCloner*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
11554       G__setnull(result7);
11555    return(1 || funcname || hash || result7 || libp) ;
11556 }
11557 
11558 static int G__G__Tree_154_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11559 {
11560       ((TTreeCloner*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11561       G__setnull(result7);
11562    return(1 || funcname || hash || result7 || libp) ;
11563 }
11564 
11565 static int G__G__Tree_154_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11566 {
11567       G__letint(result7, 67, (long) TTreeCloner::DeclFileName());
11568    return(1 || funcname || hash || result7 || libp) ;
11569 }
11570 
11571 static int G__G__Tree_154_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11572 {
11573       G__letint(result7, 105, (long) TTreeCloner::ImplFileLine());
11574    return(1 || funcname || hash || result7 || libp) ;
11575 }
11576 
11577 static int G__G__Tree_154_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11578 {
11579       G__letint(result7, 67, (long) TTreeCloner::ImplFileName());
11580    return(1 || funcname || hash || result7 || libp) ;
11581 }
11582 
11583 static int G__G__Tree_154_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11584 {
11585       G__letint(result7, 105, (long) TTreeCloner::DeclFileLine());
11586    return(1 || funcname || hash || result7 || libp) ;
11587 }
11588 
11589 // automatic destructor
11590 typedef TTreeCloner G__TTTreeCloner;
11591 static int G__G__Tree_154_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11592 {
11593    char* gvp = (char*) G__getgvp();
11594    long soff = G__getstructoffset();
11595    int n = G__getaryconstruct();
11596    //
11597    //has_a_delete: 0
11598    //has_own_delete1arg: 0
11599    //has_own_delete2arg: 0
11600    //
11601    if (!soff) {
11602      return(1);
11603    }
11604    if (n) {
11605      if (gvp == (char*)G__PVOID) {
11606        delete[] (TTreeCloner*) soff;
11607      } else {
11608        G__setgvp((long) G__PVOID);
11609        for (int i = n - 1; i >= 0; --i) {
11610          ((TTreeCloner*) (soff+(sizeof(TTreeCloner)*i)))->~G__TTTreeCloner();
11611        }
11612        G__setgvp((long)gvp);
11613      }
11614    } else {
11615      if (gvp == (char*)G__PVOID) {
11616        delete (TTreeCloner*) soff;
11617      } else {
11618        G__setgvp((long) G__PVOID);
11619        ((TTreeCloner*) (soff))->~G__TTTreeCloner();
11620        G__setgvp((long)gvp);
11621      }
11622    }
11623    G__setnull(result7);
11624    return(1 || funcname || hash || result7 || libp) ;
11625 }
11626 
11627 
11628 /* TBranchClones */
11629 static int G__G__Tree_155_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11630 {
11631    TBranchClones* p = NULL;
11632    char* gvp = (char*) G__getgvp();
11633    int n = G__getaryconstruct();
11634    if (n) {
11635      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11636        p = new TBranchClones[n];
11637      } else {
11638        p = new((void*) gvp) TBranchClones[n];
11639      }
11640    } else {
11641      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11642        p = new TBranchClones;
11643      } else {
11644        p = new((void*) gvp) TBranchClones;
11645      }
11646    }
11647    result7->obj.i = (long) p;
11648    result7->ref = (long) p;
11649    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchClones));
11650    return(1 || funcname || hash || result7 || libp) ;
11651 }
11652 
11653 static int G__G__Tree_155_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11654 {
11655    TBranchClones* p = NULL;
11656    char* gvp = (char*) G__getgvp();
11657    switch (libp->paran) {
11658    case 6:
11659      //m: 6
11660      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11661        p = new TBranchClones(
11662 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11663 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11664 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
11665      } else {
11666        p = new((void*) gvp) TBranchClones(
11667 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11668 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11669 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
11670      }
11671      break;
11672    case 5:
11673      //m: 5
11674      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11675        p = new TBranchClones(
11676 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11677 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11678 , (Int_t) G__int(libp->para[4]));
11679      } else {
11680        p = new((void*) gvp) TBranchClones(
11681 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11682 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11683 , (Int_t) G__int(libp->para[4]));
11684      }
11685      break;
11686    case 4:
11687      //m: 4
11688      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11689        p = new TBranchClones(
11690 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11691 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11692      } else {
11693        p = new((void*) gvp) TBranchClones(
11694 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11695 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11696      }
11697      break;
11698    case 3:
11699      //m: 3
11700      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11701        p = new TBranchClones(
11702 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11703 , (void*) G__int(libp->para[2]));
11704      } else {
11705        p = new((void*) gvp) TBranchClones(
11706 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11707 , (void*) G__int(libp->para[2]));
11708      }
11709      break;
11710    }
11711    result7->obj.i = (long) p;
11712    result7->ref = (long) p;
11713    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchClones));
11714    return(1 || funcname || hash || result7 || libp) ;
11715 }
11716 
11717 static int G__G__Tree_155_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11718 {
11719    TBranchClones* p = NULL;
11720    char* gvp = (char*) G__getgvp();
11721    switch (libp->paran) {
11722    case 6:
11723      //m: 6
11724      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11725        p = new TBranchClones(
11726 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11727 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11728 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
11729      } else {
11730        p = new((void*) gvp) TBranchClones(
11731 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11732 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11733 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
11734      }
11735      break;
11736    case 5:
11737      //m: 5
11738      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11739        p = new TBranchClones(
11740 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11741 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11742 , (Int_t) G__int(libp->para[4]));
11743      } else {
11744        p = new((void*) gvp) TBranchClones(
11745 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11746 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
11747 , (Int_t) G__int(libp->para[4]));
11748      }
11749      break;
11750    case 4:
11751      //m: 4
11752      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11753        p = new TBranchClones(
11754 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11755 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11756      } else {
11757        p = new((void*) gvp) TBranchClones(
11758 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11759 , (void*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
11760      }
11761      break;
11762    case 3:
11763      //m: 3
11764      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11765        p = new TBranchClones(
11766 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11767 , (void*) G__int(libp->para[2]));
11768      } else {
11769        p = new((void*) gvp) TBranchClones(
11770 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
11771 , (void*) G__int(libp->para[2]));
11772      }
11773      break;
11774    }
11775    result7->obj.i = (long) p;
11776    result7->ref = (long) p;
11777    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchClones));
11778    return(1 || funcname || hash || result7 || libp) ;
11779 }
11780 
11781 static int G__G__Tree_155_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11782 {
11783       G__letint(result7, 105, (long) ((const TBranchClones*) G__getstructoffset())->GetN());
11784    return(1 || funcname || hash || result7 || libp) ;
11785 }
11786 
11787 static int G__G__Tree_155_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11788 {
11789       G__letint(result7, 85, (long) ((const TBranchClones*) G__getstructoffset())->GetList());
11790    return(1 || funcname || hash || result7 || libp) ;
11791 }
11792 
11793 static int G__G__Tree_155_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11794 {
11795       G__letint(result7, 85, (long) TBranchClones::Class());
11796    return(1 || funcname || hash || result7 || libp) ;
11797 }
11798 
11799 static int G__G__Tree_155_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11800 {
11801       G__letint(result7, 67, (long) TBranchClones::Class_Name());
11802    return(1 || funcname || hash || result7 || libp) ;
11803 }
11804 
11805 static int G__G__Tree_155_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11806 {
11807       G__letint(result7, 115, (long) TBranchClones::Class_Version());
11808    return(1 || funcname || hash || result7 || libp) ;
11809 }
11810 
11811 static int G__G__Tree_155_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11812 {
11813       TBranchClones::Dictionary();
11814       G__setnull(result7);
11815    return(1 || funcname || hash || result7 || libp) ;
11816 }
11817 
11818 static int G__G__Tree_155_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11819 {
11820       ((TBranchClones*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11821       G__setnull(result7);
11822    return(1 || funcname || hash || result7 || libp) ;
11823 }
11824 
11825 static int G__G__Tree_155_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11826 {
11827       G__letint(result7, 67, (long) TBranchClones::DeclFileName());
11828    return(1 || funcname || hash || result7 || libp) ;
11829 }
11830 
11831 static int G__G__Tree_155_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11832 {
11833       G__letint(result7, 105, (long) TBranchClones::ImplFileLine());
11834    return(1 || funcname || hash || result7 || libp) ;
11835 }
11836 
11837 static int G__G__Tree_155_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11838 {
11839       G__letint(result7, 67, (long) TBranchClones::ImplFileName());
11840    return(1 || funcname || hash || result7 || libp) ;
11841 }
11842 
11843 static int G__G__Tree_155_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11844 {
11845       G__letint(result7, 105, (long) TBranchClones::DeclFileLine());
11846    return(1 || funcname || hash || result7 || libp) ;
11847 }
11848 
11849 // automatic destructor
11850 typedef TBranchClones G__TTBranchClones;
11851 static int G__G__Tree_155_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11852 {
11853    char* gvp = (char*) G__getgvp();
11854    long soff = G__getstructoffset();
11855    int n = G__getaryconstruct();
11856    //
11857    //has_a_delete: 1
11858    //has_own_delete1arg: 0
11859    //has_own_delete2arg: 0
11860    //
11861    if (!soff) {
11862      return(1);
11863    }
11864    if (n) {
11865      if (gvp == (char*)G__PVOID) {
11866        delete[] (TBranchClones*) soff;
11867      } else {
11868        G__setgvp((long) G__PVOID);
11869        for (int i = n - 1; i >= 0; --i) {
11870          ((TBranchClones*) (soff+(sizeof(TBranchClones)*i)))->~G__TTBranchClones();
11871        }
11872        G__setgvp((long)gvp);
11873      }
11874    } else {
11875      if (gvp == (char*)G__PVOID) {
11876        delete (TBranchClones*) soff;
11877      } else {
11878        G__setgvp((long) G__PVOID);
11879        ((TBranchClones*) (soff))->~G__TTBranchClones();
11880        G__setgvp((long)gvp);
11881      }
11882    }
11883    G__setnull(result7);
11884    return(1 || funcname || hash || result7 || libp) ;
11885 }
11886 
11887 
11888 /* TSelector */
11889 static int G__G__Tree_191_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11890 {
11891    TSelector* p = NULL;
11892    char* gvp = (char*) G__getgvp();
11893    int n = G__getaryconstruct();
11894    if (n) {
11895      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11896        p = new TSelector[n];
11897      } else {
11898        p = new((void*) gvp) TSelector[n];
11899      }
11900    } else {
11901      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11902        p = new TSelector;
11903      } else {
11904        p = new((void*) gvp) TSelector;
11905      }
11906    }
11907    result7->obj.i = (long) p;
11908    result7->ref = (long) p;
11909    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TSelector));
11910    return(1 || funcname || hash || result7 || libp) ;
11911 }
11912 
11913 static int G__G__Tree_191_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11914 {
11915       G__letint(result7, 105, (long) ((const TSelector*) G__getstructoffset())->Version());
11916    return(1 || funcname || hash || result7 || libp) ;
11917 }
11918 
11919 static int G__G__Tree_191_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11920 {
11921       ((TSelector*) G__getstructoffset())->Init((TTree*) G__int(libp->para[0]));
11922       G__setnull(result7);
11923    return(1 || funcname || hash || result7 || libp) ;
11924 }
11925 
11926 static int G__G__Tree_191_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11927 {
11928       ((TSelector*) G__getstructoffset())->Begin((TTree*) G__int(libp->para[0]));
11929       G__setnull(result7);
11930    return(1 || funcname || hash || result7 || libp) ;
11931 }
11932 
11933 static int G__G__Tree_191_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11934 {
11935       ((TSelector*) G__getstructoffset())->SlaveBegin((TTree*) G__int(libp->para[0]));
11936       G__setnull(result7);
11937    return(1 || funcname || hash || result7 || libp) ;
11938 }
11939 
11940 static int G__G__Tree_191_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11941 {
11942       G__letint(result7, 67, (long) ((const TSelector*) G__getstructoffset())->GetOption());
11943    return(1 || funcname || hash || result7 || libp) ;
11944 }
11945 
11946 static int G__G__Tree_191_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11947 {
11948       G__letLonglong(result7, 110, (G__int64) ((const TSelector*) G__getstructoffset())->GetStatus());
11949    return(1 || funcname || hash || result7 || libp) ;
11950 }
11951 
11952 static int G__G__Tree_191_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11953 {
11954    switch (libp->paran) {
11955    case 2:
11956       G__letint(result7, 105, (long) ((TSelector*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0]), (Int_t) G__int(libp->para[1])));
11957       break;
11958    case 1:
11959       G__letint(result7, 105, (long) ((TSelector*) G__getstructoffset())->GetEntry((Long64_t) G__Longlong(libp->para[0])));
11960       break;
11961    }
11962    return(1 || funcname || hash || result7 || libp) ;
11963 }
11964 
11965 static int G__G__Tree_191_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11966 {
11967       G__letint(result7, 103, (long) ((TSelector*) G__getstructoffset())->ProcessCut((Long64_t) G__Longlong(libp->para[0])));
11968    return(1 || funcname || hash || result7 || libp) ;
11969 }
11970 
11971 static int G__G__Tree_191_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11972 {
11973       ((TSelector*) G__getstructoffset())->ProcessFill((Long64_t) G__Longlong(libp->para[0]));
11974       G__setnull(result7);
11975    return(1 || funcname || hash || result7 || libp) ;
11976 }
11977 
11978 static int G__G__Tree_191_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11979 {
11980       G__letint(result7, 103, (long) ((TSelector*) G__getstructoffset())->Process((Long64_t) G__Longlong(libp->para[0])));
11981    return(1 || funcname || hash || result7 || libp) ;
11982 }
11983 
11984 static int G__G__Tree_191_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11985 {
11986       ((TSelector*) G__getstructoffset())->SetOption((const char*) G__int(libp->para[0]));
11987       G__setnull(result7);
11988    return(1 || funcname || hash || result7 || libp) ;
11989 }
11990 
11991 static int G__G__Tree_191_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11992 {
11993       ((TSelector*) G__getstructoffset())->SetObject((TObject*) G__int(libp->para[0]));
11994       G__setnull(result7);
11995    return(1 || funcname || hash || result7 || libp) ;
11996 }
11997 
11998 static int G__G__Tree_191_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11999 {
12000       ((TSelector*) G__getstructoffset())->SetInputList((TList*) G__int(libp->para[0]));
12001       G__setnull(result7);
12002    return(1 || funcname || hash || result7 || libp) ;
12003 }
12004 
12005 static int G__G__Tree_191_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12006 {
12007       ((TSelector*) G__getstructoffset())->SetStatus((Long64_t) G__Longlong(libp->para[0]));
12008       G__setnull(result7);
12009    return(1 || funcname || hash || result7 || libp) ;
12010 }
12011 
12012 static int G__G__Tree_191_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12013 {
12014       G__letint(result7, 85, (long) ((const TSelector*) G__getstructoffset())->GetOutputList());
12015    return(1 || funcname || hash || result7 || libp) ;
12016 }
12017 
12018 static int G__G__Tree_191_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12019 {
12020       ((TSelector*) G__getstructoffset())->SlaveTerminate();
12021       G__setnull(result7);
12022    return(1 || funcname || hash || result7 || libp) ;
12023 }
12024 
12025 static int G__G__Tree_191_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12026 {
12027       ((TSelector*) G__getstructoffset())->Terminate();
12028       G__setnull(result7);
12029    return(1 || funcname || hash || result7 || libp) ;
12030 }
12031 
12032 static int G__G__Tree_191_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12033 {
12034    switch (libp->paran) {
12035    case 2:
12036       ((TSelector*) G__getstructoffset())->Abort((const char*) G__int(libp->para[0]), (TSelector::EAbort) G__int(libp->para[1]));
12037       G__setnull(result7);
12038       break;
12039    case 1:
12040       ((TSelector*) G__getstructoffset())->Abort((const char*) G__int(libp->para[0]));
12041       G__setnull(result7);
12042       break;
12043    }
12044    return(1 || funcname || hash || result7 || libp) ;
12045 }
12046 
12047 static int G__G__Tree_191_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12048 {
12049       G__letint(result7, 105, (long) ((const TSelector*) G__getstructoffset())->GetAbort());
12050    return(1 || funcname || hash || result7 || libp) ;
12051 }
12052 
12053 static int G__G__Tree_191_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12054 {
12055       G__letint(result7, 85, (long) TSelector::GetSelector((const char*) G__int(libp->para[0])));
12056    return(1 || funcname || hash || result7 || libp) ;
12057 }
12058 
12059 static int G__G__Tree_191_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12060 {
12061       G__letint(result7, 103, (long) TSelector::IsStandardDraw((const char*) G__int(libp->para[0])));
12062    return(1 || funcname || hash || result7 || libp) ;
12063 }
12064 
12065 static int G__G__Tree_191_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12066 {
12067       G__letint(result7, 85, (long) TSelector::Class());
12068    return(1 || funcname || hash || result7 || libp) ;
12069 }
12070 
12071 static int G__G__Tree_191_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12072 {
12073       G__letint(result7, 67, (long) TSelector::Class_Name());
12074    return(1 || funcname || hash || result7 || libp) ;
12075 }
12076 
12077 static int G__G__Tree_191_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12078 {
12079       G__letint(result7, 115, (long) TSelector::Class_Version());
12080    return(1 || funcname || hash || result7 || libp) ;
12081 }
12082 
12083 static int G__G__Tree_191_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12084 {
12085       TSelector::Dictionary();
12086       G__setnull(result7);
12087    return(1 || funcname || hash || result7 || libp) ;
12088 }
12089 
12090 static int G__G__Tree_191_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12091 {
12092       ((TSelector*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12093       G__setnull(result7);
12094    return(1 || funcname || hash || result7 || libp) ;
12095 }
12096 
12097 static int G__G__Tree_191_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12098 {
12099       G__letint(result7, 67, (long) TSelector::DeclFileName());
12100    return(1 || funcname || hash || result7 || libp) ;
12101 }
12102 
12103 static int G__G__Tree_191_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12104 {
12105       G__letint(result7, 105, (long) TSelector::ImplFileLine());
12106    return(1 || funcname || hash || result7 || libp) ;
12107 }
12108 
12109 static int G__G__Tree_191_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12110 {
12111       G__letint(result7, 67, (long) TSelector::ImplFileName());
12112    return(1 || funcname || hash || result7 || libp) ;
12113 }
12114 
12115 static int G__G__Tree_191_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12116 {
12117       G__letint(result7, 105, (long) TSelector::DeclFileLine());
12118    return(1 || funcname || hash || result7 || libp) ;
12119 }
12120 
12121 // automatic destructor
12122 typedef TSelector G__TTSelector;
12123 static int G__G__Tree_191_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12124 {
12125    char* gvp = (char*) G__getgvp();
12126    long soff = G__getstructoffset();
12127    int n = G__getaryconstruct();
12128    //
12129    //has_a_delete: 1
12130    //has_own_delete1arg: 0
12131    //has_own_delete2arg: 0
12132    //
12133    if (!soff) {
12134      return(1);
12135    }
12136    if (n) {
12137      if (gvp == (char*)G__PVOID) {
12138        delete[] (TSelector*) soff;
12139      } else {
12140        G__setgvp((long) G__PVOID);
12141        for (int i = n - 1; i >= 0; --i) {
12142          ((TSelector*) (soff+(sizeof(TSelector)*i)))->~G__TTSelector();
12143        }
12144        G__setgvp((long)gvp);
12145      }
12146    } else {
12147      if (gvp == (char*)G__PVOID) {
12148        delete (TSelector*) soff;
12149      } else {
12150        G__setgvp((long) G__PVOID);
12151        ((TSelector*) (soff))->~G__TTSelector();
12152        G__setgvp((long)gvp);
12153      }
12154    }
12155    G__setnull(result7);
12156    return(1 || funcname || hash || result7 || libp) ;
12157 }
12158 
12159 
12160 /* TVirtualIndex */
12161 static int G__G__Tree_193_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12162 {
12163    switch (libp->paran) {
12164    case 2:
12165       ((TVirtualIndex*) G__getstructoffset())->Append((TVirtualIndex*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
12166       G__setnull(result7);
12167       break;
12168    case 1:
12169       ((TVirtualIndex*) G__getstructoffset())->Append((TVirtualIndex*) G__int(libp->para[0]));
12170       G__setnull(result7);
12171       break;
12172    }
12173    return(1 || funcname || hash || result7 || libp) ;
12174 }
12175 
12176 static int G__G__Tree_193_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12177 {
12178       G__letint(result7, 105, (long) ((TVirtualIndex*) G__getstructoffset())->GetEntryNumberFriend((TTree*) G__int(libp->para[0])));
12179    return(1 || funcname || hash || result7 || libp) ;
12180 }
12181 
12182 static int G__G__Tree_193_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12183 {
12184       G__letLonglong(result7, 110, (G__int64) ((const TVirtualIndex*) G__getstructoffset())->GetEntryNumberWithIndex((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
12185    return(1 || funcname || hash || result7 || libp) ;
12186 }
12187 
12188 static int G__G__Tree_193_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12189 {
12190       G__letLonglong(result7, 110, (G__int64) ((const TVirtualIndex*) G__getstructoffset())->GetEntryNumberWithBestIndex((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
12191    return(1 || funcname || hash || result7 || libp) ;
12192 }
12193 
12194 static int G__G__Tree_193_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12195 {
12196       G__letint(result7, 67, (long) ((const TVirtualIndex*) G__getstructoffset())->GetMajorName());
12197    return(1 || funcname || hash || result7 || libp) ;
12198 }
12199 
12200 static int G__G__Tree_193_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12201 {
12202       G__letint(result7, 67, (long) ((const TVirtualIndex*) G__getstructoffset())->GetMinorName());
12203    return(1 || funcname || hash || result7 || libp) ;
12204 }
12205 
12206 static int G__G__Tree_193_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12207 {
12208       G__letLonglong(result7, 110, (G__int64) ((const TVirtualIndex*) G__getstructoffset())->GetN());
12209    return(1 || funcname || hash || result7 || libp) ;
12210 }
12211 
12212 static int G__G__Tree_193_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12213 {
12214       G__letint(result7, 85, (long) ((const TVirtualIndex*) G__getstructoffset())->GetTree());
12215    return(1 || funcname || hash || result7 || libp) ;
12216 }
12217 
12218 static int G__G__Tree_193_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12219 {
12220       ((TVirtualIndex*) G__getstructoffset())->UpdateFormulaLeaves((TTree*) G__int(libp->para[0]));
12221       G__setnull(result7);
12222    return(1 || funcname || hash || result7 || libp) ;
12223 }
12224 
12225 static int G__G__Tree_193_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12226 {
12227       ((TVirtualIndex*) G__getstructoffset())->SetTree((TTree*) G__int(libp->para[0]));
12228       G__setnull(result7);
12229    return(1 || funcname || hash || result7 || libp) ;
12230 }
12231 
12232 static int G__G__Tree_193_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12233 {
12234       G__letint(result7, 85, (long) TVirtualIndex::Class());
12235    return(1 || funcname || hash || result7 || libp) ;
12236 }
12237 
12238 static int G__G__Tree_193_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12239 {
12240       G__letint(result7, 67, (long) TVirtualIndex::Class_Name());
12241    return(1 || funcname || hash || result7 || libp) ;
12242 }
12243 
12244 static int G__G__Tree_193_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12245 {
12246       G__letint(result7, 115, (long) TVirtualIndex::Class_Version());
12247    return(1 || funcname || hash || result7 || libp) ;
12248 }
12249 
12250 static int G__G__Tree_193_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12251 {
12252       TVirtualIndex::Dictionary();
12253       G__setnull(result7);
12254    return(1 || funcname || hash || result7 || libp) ;
12255 }
12256 
12257 static int G__G__Tree_193_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12258 {
12259       ((TVirtualIndex*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12260       G__setnull(result7);
12261    return(1 || funcname || hash || result7 || libp) ;
12262 }
12263 
12264 static int G__G__Tree_193_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12265 {
12266       G__letint(result7, 67, (long) TVirtualIndex::DeclFileName());
12267    return(1 || funcname || hash || result7 || libp) ;
12268 }
12269 
12270 static int G__G__Tree_193_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12271 {
12272       G__letint(result7, 105, (long) TVirtualIndex::ImplFileLine());
12273    return(1 || funcname || hash || result7 || libp) ;
12274 }
12275 
12276 static int G__G__Tree_193_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12277 {
12278       G__letint(result7, 67, (long) TVirtualIndex::ImplFileName());
12279    return(1 || funcname || hash || result7 || libp) ;
12280 }
12281 
12282 static int G__G__Tree_193_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12283 {
12284       G__letint(result7, 105, (long) TVirtualIndex::DeclFileLine());
12285    return(1 || funcname || hash || result7 || libp) ;
12286 }
12287 
12288 // automatic destructor
12289 typedef TVirtualIndex G__TTVirtualIndex;
12290 static int G__G__Tree_193_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12291 {
12292    char* gvp = (char*) G__getgvp();
12293    long soff = G__getstructoffset();
12294    int n = G__getaryconstruct();
12295    //
12296    //has_a_delete: 1
12297    //has_own_delete1arg: 0
12298    //has_own_delete2arg: 0
12299    //
12300    if (!soff) {
12301      return(1);
12302    }
12303    if (n) {
12304      if (gvp == (char*)G__PVOID) {
12305        delete[] (TVirtualIndex*) soff;
12306      } else {
12307        G__setgvp((long) G__PVOID);
12308        for (int i = n - 1; i >= 0; --i) {
12309          ((TVirtualIndex*) (soff+(sizeof(TVirtualIndex)*i)))->~G__TTVirtualIndex();
12310        }
12311        G__setgvp((long)gvp);
12312      }
12313    } else {
12314      if (gvp == (char*)G__PVOID) {
12315        delete (TVirtualIndex*) soff;
12316      } else {
12317        G__setgvp((long) G__PVOID);
12318        ((TVirtualIndex*) (soff))->~G__TTVirtualIndex();
12319        G__setgvp((long)gvp);
12320      }
12321    }
12322    G__setnull(result7);
12323    return(1 || funcname || hash || result7 || libp) ;
12324 }
12325 
12326 // automatic assignment operator
12327 static int G__G__Tree_193_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12328 {
12329    TVirtualIndex* dest = (TVirtualIndex*) G__getstructoffset();
12330    *dest = *(TVirtualIndex*) libp->para[0].ref;
12331    const TVirtualIndex& obj = *dest;
12332    result7->ref = (long) (&obj);
12333    result7->obj.i = (long) (&obj);
12334    return(1 || funcname || hash || result7 || libp) ;
12335 }
12336 
12337 
12338 /* TVirtualTreePlayer */
12339 static int G__G__Tree_194_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12340 {
12341       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->BuildIndex((TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12342 , (const char*) G__int(libp->para[2])));
12343    return(1 || funcname || hash || result7 || libp) ;
12344 }
12345 
12346 static int G__G__Tree_194_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12347 {
12348    switch (libp->paran) {
12349    case 4:
12350       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
12351 , (Long64_t) G__Longlong(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
12352       break;
12353    case 3:
12354       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
12355 , (Long64_t) G__Longlong(libp->para[2])));
12356       break;
12357    case 2:
12358       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
12359       break;
12360    case 1:
12361       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->CopyTree((const char*) G__int(libp->para[0])));
12362       break;
12363    }
12364    return(1 || funcname || hash || result7 || libp) ;
12365 }
12366 
12367 static int G__G__Tree_194_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12368 {
12369       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->DrawScript((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12370 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
12371 , (Long64_t) G__Longlong(libp->para[4]), (Long64_t) G__Longlong(libp->para[5])));
12372    return(1 || funcname || hash || result7 || libp) ;
12373 }
12374 
12375 static int G__G__Tree_194_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12376 {
12377       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->DrawSelect((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12378 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
12379 , (Long64_t) G__Longlong(libp->para[4])));
12380    return(1 || funcname || hash || result7 || libp) ;
12381 }
12382 
12383 static int G__G__Tree_194_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12384 {
12385       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Fit(
12386 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12387 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
12388 , (Option_t*) G__int(libp->para[4]), (Long64_t) G__Longlong(libp->para[5])
12389 , (Long64_t) G__Longlong(libp->para[6])));
12390    return(1 || funcname || hash || result7 || libp) ;
12391 }
12392 
12393 static int G__G__Tree_194_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12394 {
12395       G__letint(result7, 105, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetDimension());
12396    return(1 || funcname || hash || result7 || libp) ;
12397 }
12398 
12399 static int G__G__Tree_194_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12400 {
12401       G__letint(result7, 85, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetHistogram());
12402    return(1 || funcname || hash || result7 || libp) ;
12403 }
12404 
12405 static int G__G__Tree_194_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12406 {
12407       G__letint(result7, 105, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetNfill());
12408    return(1 || funcname || hash || result7 || libp) ;
12409 }
12410 
12411 static int G__G__Tree_194_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12412 {
12413       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->GetEntries((const char*) G__int(libp->para[0])));
12414    return(1 || funcname || hash || result7 || libp) ;
12415 }
12416 
12417 static int G__G__Tree_194_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12418 {
12419       G__letLonglong(result7, 110, (G__int64) ((const TVirtualTreePlayer*) G__getstructoffset())->GetSelectedRows());
12420    return(1 || funcname || hash || result7 || libp) ;
12421 }
12422 
12423 static int G__G__Tree_194_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12424 {
12425       G__letint(result7, 85, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetSelect());
12426    return(1 || funcname || hash || result7 || libp) ;
12427 }
12428 
12429 static int G__G__Tree_194_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12430 {
12431       G__letint(result7, 85, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetVar((Int_t) G__int(libp->para[0])));
12432    return(1 || funcname || hash || result7 || libp) ;
12433 }
12434 
12435 static int G__G__Tree_194_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12436 {
12437       G__letint(result7, 85, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetVar1());
12438    return(1 || funcname || hash || result7 || libp) ;
12439 }
12440 
12441 static int G__G__Tree_194_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12442 {
12443       G__letint(result7, 85, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetVar2());
12444    return(1 || funcname || hash || result7 || libp) ;
12445 }
12446 
12447 static int G__G__Tree_194_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12448 {
12449       G__letint(result7, 85, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetVar3());
12450    return(1 || funcname || hash || result7 || libp) ;
12451 }
12452 
12453 static int G__G__Tree_194_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12454 {
12455       G__letint(result7, 85, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetVar4());
12456    return(1 || funcname || hash || result7 || libp) ;
12457 }
12458 
12459 static int G__G__Tree_194_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12460 {
12461       G__letint(result7, 68, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetVal((Int_t) G__int(libp->para[0])));
12462    return(1 || funcname || hash || result7 || libp) ;
12463 }
12464 
12465 static int G__G__Tree_194_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12466 {
12467       G__letint(result7, 68, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetV1());
12468    return(1 || funcname || hash || result7 || libp) ;
12469 }
12470 
12471 static int G__G__Tree_194_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12472 {
12473       G__letint(result7, 68, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetV2());
12474    return(1 || funcname || hash || result7 || libp) ;
12475 }
12476 
12477 static int G__G__Tree_194_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12478 {
12479       G__letint(result7, 68, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetV3());
12480    return(1 || funcname || hash || result7 || libp) ;
12481 }
12482 
12483 static int G__G__Tree_194_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12484 {
12485       G__letint(result7, 68, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetV4());
12486    return(1 || funcname || hash || result7 || libp) ;
12487 }
12488 
12489 static int G__G__Tree_194_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12490 {
12491       G__letint(result7, 68, (long) ((const TVirtualTreePlayer*) G__getstructoffset())->GetW());
12492    return(1 || funcname || hash || result7 || libp) ;
12493 }
12494 
12495 static int G__G__Tree_194_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12496 {
12497       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->MakeClass((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
12498    return(1 || funcname || hash || result7 || libp) ;
12499 }
12500 
12501 static int G__G__Tree_194_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12502 {
12503       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->MakeCode((const char*) G__int(libp->para[0])));
12504    return(1 || funcname || hash || result7 || libp) ;
12505 }
12506 
12507 static int G__G__Tree_194_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12508 {
12509    switch (libp->paran) {
12510    case 5:
12511       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12512 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])
12513 , (Int_t) G__int(libp->para[4])));
12514       break;
12515    case 4:
12516       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12517 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3])));
12518       break;
12519    case 3:
12520       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12521 , (const char*) G__int(libp->para[2])));
12522       break;
12523    case 2:
12524       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
12525       break;
12526    case 1:
12527       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->MakeProxy((const char*) G__int(libp->para[0])));
12528       break;
12529    }
12530    return(1 || funcname || hash || result7 || libp) ;
12531 }
12532 
12533 static int G__G__Tree_194_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12534 {
12535    switch (libp->paran) {
12536    case 5:
12537       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12538 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
12539 , (Long64_t) G__Longlong(libp->para[4])));
12540       break;
12541    case 4:
12542       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12543 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
12544       break;
12545    case 3:
12546       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12547 , (Option_t*) G__int(libp->para[2])));
12548       break;
12549    case 2:
12550       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
12551       break;
12552    case 1:
12553       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Principal((const char*) G__int(libp->para[0])));
12554       break;
12555    case 0:
12556       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Principal());
12557       break;
12558    }
12559    return(1 || funcname || hash || result7 || libp) ;
12560 }
12561 
12562 static int G__G__Tree_194_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12563 {
12564    switch (libp->paran) {
12565    case 4:
12566       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
12567 , (Long64_t) G__Longlong(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
12568       break;
12569    case 3:
12570       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
12571 , (Long64_t) G__Longlong(libp->para[2])));
12572       break;
12573    case 2:
12574       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
12575       break;
12576    case 1:
12577       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((const char*) G__int(libp->para[0])));
12578       break;
12579    }
12580    return(1 || funcname || hash || result7 || libp) ;
12581 }
12582 
12583 static int G__G__Tree_194_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12584 {
12585    switch (libp->paran) {
12586    case 4:
12587       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((TSelector*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
12588 , (Long64_t) G__Longlong(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])));
12589       break;
12590    case 3:
12591       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((TSelector*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])
12592 , (Long64_t) G__Longlong(libp->para[2])));
12593       break;
12594    case 2:
12595       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((TSelector*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
12596       break;
12597    case 1:
12598       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Process((TSelector*) G__int(libp->para[0])));
12599       break;
12600    }
12601    return(1 || funcname || hash || result7 || libp) ;
12602 }
12603 
12604 static int G__G__Tree_194_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12605 {
12606       G__letLonglong(result7, 110, (G__int64) ((TVirtualTreePlayer*) G__getstructoffset())->Scan((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12607 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
12608 , (Long64_t) G__Longlong(libp->para[4])));
12609    return(1 || funcname || hash || result7 || libp) ;
12610 }
12611 
12612 static int G__G__Tree_194_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12613 {
12614       G__letint(result7, 85, (long) ((TVirtualTreePlayer*) G__getstructoffset())->Query((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12615 , (Option_t*) G__int(libp->para[2]), (Long64_t) G__Longlong(libp->para[3])
12616 , (Long64_t) G__Longlong(libp->para[4])));
12617    return(1 || funcname || hash || result7 || libp) ;
12618 }
12619 
12620 static int G__G__Tree_194_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12621 {
12622       ((TVirtualTreePlayer*) G__getstructoffset())->SetEstimate((Long64_t) G__Longlong(libp->para[0]));
12623       G__setnull(result7);
12624    return(1 || funcname || hash || result7 || libp) ;
12625 }
12626 
12627 static int G__G__Tree_194_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12628 {
12629       ((TVirtualTreePlayer*) G__getstructoffset())->SetTree((TTree*) G__int(libp->para[0]));
12630       G__setnull(result7);
12631    return(1 || funcname || hash || result7 || libp) ;
12632 }
12633 
12634 static int G__G__Tree_194_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12635 {
12636       ((TVirtualTreePlayer*) G__getstructoffset())->StartViewer((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
12637       G__setnull(result7);
12638    return(1 || funcname || hash || result7 || libp) ;
12639 }
12640 
12641 static int G__G__Tree_194_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12642 {
12643       G__letint(result7, 105, (long) ((TVirtualTreePlayer*) G__getstructoffset())->UnbinnedFit((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12644 , (const char*) G__int(libp->para[2]), (Option_t*) G__int(libp->para[3])
12645 , (Long64_t) G__Longlong(libp->para[4]), (Long64_t) G__Longlong(libp->para[5])));
12646    return(1 || funcname || hash || result7 || libp) ;
12647 }
12648 
12649 static int G__G__Tree_194_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12650 {
12651       ((TVirtualTreePlayer*) G__getstructoffset())->UpdateFormulaLeaves();
12652       G__setnull(result7);
12653    return(1 || funcname || hash || result7 || libp) ;
12654 }
12655 
12656 static int G__G__Tree_194_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12657 {
12658       G__letint(result7, 85, (long) TVirtualTreePlayer::GetCurrentPlayer());
12659    return(1 || funcname || hash || result7 || libp) ;
12660 }
12661 
12662 static int G__G__Tree_194_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12663 {
12664       G__letint(result7, 85, (long) TVirtualTreePlayer::TreePlayer((TTree*) G__int(libp->para[0])));
12665    return(1 || funcname || hash || result7 || libp) ;
12666 }
12667 
12668 static int G__G__Tree_194_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12669 {
12670       TVirtualTreePlayer::SetPlayer((const char*) G__int(libp->para[0]));
12671       G__setnull(result7);
12672    return(1 || funcname || hash || result7 || libp) ;
12673 }
12674 
12675 static int G__G__Tree_194_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12676 {
12677       G__letint(result7, 85, (long) TVirtualTreePlayer::Class());
12678    return(1 || funcname || hash || result7 || libp) ;
12679 }
12680 
12681 static int G__G__Tree_194_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12682 {
12683       G__letint(result7, 67, (long) TVirtualTreePlayer::Class_Name());
12684    return(1 || funcname || hash || result7 || libp) ;
12685 }
12686 
12687 static int G__G__Tree_194_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12688 {
12689       G__letint(result7, 115, (long) TVirtualTreePlayer::Class_Version());
12690    return(1 || funcname || hash || result7 || libp) ;
12691 }
12692 
12693 static int G__G__Tree_194_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12694 {
12695       TVirtualTreePlayer::Dictionary();
12696       G__setnull(result7);
12697    return(1 || funcname || hash || result7 || libp) ;
12698 }
12699 
12700 static int G__G__Tree_194_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12701 {
12702       ((TVirtualTreePlayer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12703       G__setnull(result7);
12704    return(1 || funcname || hash || result7 || libp) ;
12705 }
12706 
12707 static int G__G__Tree_194_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12708 {
12709       G__letint(result7, 67, (long) TVirtualTreePlayer::DeclFileName());
12710    return(1 || funcname || hash || result7 || libp) ;
12711 }
12712 
12713 static int G__G__Tree_194_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12714 {
12715       G__letint(result7, 105, (long) TVirtualTreePlayer::ImplFileLine());
12716    return(1 || funcname || hash || result7 || libp) ;
12717 }
12718 
12719 static int G__G__Tree_194_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12720 {
12721       G__letint(result7, 67, (long) TVirtualTreePlayer::ImplFileName());
12722    return(1 || funcname || hash || result7 || libp) ;
12723 }
12724 
12725 static int G__G__Tree_194_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12726 {
12727       G__letint(result7, 105, (long) TVirtualTreePlayer::DeclFileLine());
12728    return(1 || funcname || hash || result7 || libp) ;
12729 }
12730 
12731 // automatic destructor
12732 typedef TVirtualTreePlayer G__TTVirtualTreePlayer;
12733 static int G__G__Tree_194_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12734 {
12735    char* gvp = (char*) G__getgvp();
12736    long soff = G__getstructoffset();
12737    int n = G__getaryconstruct();
12738    //
12739    //has_a_delete: 1
12740    //has_own_delete1arg: 0
12741    //has_own_delete2arg: 0
12742    //
12743    if (!soff) {
12744      return(1);
12745    }
12746    if (n) {
12747      if (gvp == (char*)G__PVOID) {
12748        delete[] (TVirtualTreePlayer*) soff;
12749      } else {
12750        G__setgvp((long) G__PVOID);
12751        for (int i = n - 1; i >= 0; --i) {
12752          ((TVirtualTreePlayer*) (soff+(sizeof(TVirtualTreePlayer)*i)))->~G__TTVirtualTreePlayer();
12753        }
12754        G__setgvp((long)gvp);
12755      }
12756    } else {
12757      if (gvp == (char*)G__PVOID) {
12758        delete (TVirtualTreePlayer*) soff;
12759      } else {
12760        G__setgvp((long) G__PVOID);
12761        ((TVirtualTreePlayer*) (soff))->~G__TTVirtualTreePlayer();
12762        G__setgvp((long)gvp);
12763      }
12764    }
12765    G__setnull(result7);
12766    return(1 || funcname || hash || result7 || libp) ;
12767 }
12768 
12769 // automatic assignment operator
12770 static int G__G__Tree_194_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12771 {
12772    TVirtualTreePlayer* dest = (TVirtualTreePlayer*) G__getstructoffset();
12773    *dest = *(TVirtualTreePlayer*) libp->para[0].ref;
12774    const TVirtualTreePlayer& obj = *dest;
12775    result7->ref = (long) (&obj);
12776    result7->obj.i = (long) (&obj);
12777    return(1 || funcname || hash || result7 || libp) ;
12778 }
12779 
12780 
12781 /* TEventList */
12782 static int G__G__Tree_196_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12783 {
12784    TEventList* p = NULL;
12785    char* gvp = (char*) G__getgvp();
12786    int n = G__getaryconstruct();
12787    if (n) {
12788      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12789        p = new TEventList[n];
12790      } else {
12791        p = new((void*) gvp) TEventList[n];
12792      }
12793    } else {
12794      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12795        p = new TEventList;
12796      } else {
12797        p = new((void*) gvp) TEventList;
12798      }
12799    }
12800    result7->obj.i = (long) p;
12801    result7->ref = (long) p;
12802    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEventList));
12803    return(1 || funcname || hash || result7 || libp) ;
12804 }
12805 
12806 static int G__G__Tree_196_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12807 {
12808    TEventList* p = NULL;
12809    char* gvp = (char*) G__getgvp();
12810    switch (libp->paran) {
12811    case 4:
12812      //m: 4
12813      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12814        p = new TEventList(
12815 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12816 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
12817      } else {
12818        p = new((void*) gvp) TEventList(
12819 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12820 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
12821      }
12822      break;
12823    case 3:
12824      //m: 3
12825      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12826        p = new TEventList(
12827 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12828 , (Int_t) G__int(libp->para[2]));
12829      } else {
12830        p = new((void*) gvp) TEventList(
12831 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
12832 , (Int_t) G__int(libp->para[2]));
12833      }
12834      break;
12835    case 2:
12836      //m: 2
12837      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12838        p = new TEventList((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
12839      } else {
12840        p = new((void*) gvp) TEventList((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
12841      }
12842      break;
12843    case 1:
12844      //m: 1
12845      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12846        p = new TEventList((const char*) G__int(libp->para[0]));
12847      } else {
12848        p = new((void*) gvp) TEventList((const char*) G__int(libp->para[0]));
12849      }
12850      break;
12851    }
12852    result7->obj.i = (long) p;
12853    result7->ref = (long) p;
12854    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEventList));
12855    return(1 || funcname || hash || result7 || libp) ;
12856 }
12857 
12858 static int G__G__Tree_196_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12859 {
12860    TEventList* p = NULL;
12861    char* gvp = (char*) G__getgvp();
12862    //m: 1
12863    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12864      p = new TEventList(*(TEventList*) libp->para[0].ref);
12865    } else {
12866      p = new((void*) gvp) TEventList(*(TEventList*) libp->para[0].ref);
12867    }
12868    result7->obj.i = (long) p;
12869    result7->ref = (long) p;
12870    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEventList));
12871    return(1 || funcname || hash || result7 || libp) ;
12872 }
12873 
12874 static int G__G__Tree_196_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12875 {
12876       ((TEventList*) G__getstructoffset())->Add((TEventList*) G__int(libp->para[0]));
12877       G__setnull(result7);
12878    return(1 || funcname || hash || result7 || libp) ;
12879 }
12880 
12881 static int G__G__Tree_196_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12882 {
12883       G__letint(result7, 103, (long) ((TEventList*) G__getstructoffset())->Contains((Long64_t) G__Longlong(libp->para[0])));
12884    return(1 || funcname || hash || result7 || libp) ;
12885 }
12886 
12887 static int G__G__Tree_196_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12888 {
12889       G__letint(result7, 103, (long) ((TEventList*) G__getstructoffset())->ContainsRange((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
12890    return(1 || funcname || hash || result7 || libp) ;
12891 }
12892 
12893 static int G__G__Tree_196_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12894 {
12895       ((TEventList*) G__getstructoffset())->DirectoryAutoAdd((TDirectory*) G__int(libp->para[0]));
12896       G__setnull(result7);
12897    return(1 || funcname || hash || result7 || libp) ;
12898 }
12899 
12900 static int G__G__Tree_196_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12901 {
12902       ((TEventList*) G__getstructoffset())->Enter((Long64_t) G__Longlong(libp->para[0]));
12903       G__setnull(result7);
12904    return(1 || funcname || hash || result7 || libp) ;
12905 }
12906 
12907 static int G__G__Tree_196_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12908 {
12909       G__letint(result7, 85, (long) ((const TEventList*) G__getstructoffset())->GetDirectory());
12910    return(1 || funcname || hash || result7 || libp) ;
12911 }
12912 
12913 static int G__G__Tree_196_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12914 {
12915       G__letLonglong(result7, 110, (G__int64) ((const TEventList*) G__getstructoffset())->GetEntry((Int_t) G__int(libp->para[0])));
12916    return(1 || funcname || hash || result7 || libp) ;
12917 }
12918 
12919 static int G__G__Tree_196_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12920 {
12921       G__letint(result7, 105, (long) ((const TEventList*) G__getstructoffset())->GetIndex((Long64_t) G__Longlong(libp->para[0])));
12922    return(1 || funcname || hash || result7 || libp) ;
12923 }
12924 
12925 static int G__G__Tree_196_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12926 {
12927       G__letint(result7, 78, (long) ((const TEventList*) G__getstructoffset())->GetList());
12928    return(1 || funcname || hash || result7 || libp) ;
12929 }
12930 
12931 static int G__G__Tree_196_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12932 {
12933       G__letint(result7, 105, (long) ((const TEventList*) G__getstructoffset())->GetN());
12934    return(1 || funcname || hash || result7 || libp) ;
12935 }
12936 
12937 static int G__G__Tree_196_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12938 {
12939       G__letint(result7, 103, (long) ((const TEventList*) G__getstructoffset())->GetReapplyCut());
12940    return(1 || funcname || hash || result7 || libp) ;
12941 }
12942 
12943 static int G__G__Tree_196_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12944 {
12945       G__letint(result7, 105, (long) ((const TEventList*) G__getstructoffset())->GetSize());
12946    return(1 || funcname || hash || result7 || libp) ;
12947 }
12948 
12949 static int G__G__Tree_196_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12950 {
12951       ((TEventList*) G__getstructoffset())->Intersect((TEventList*) G__int(libp->para[0]));
12952       G__setnull(result7);
12953    return(1 || funcname || hash || result7 || libp) ;
12954 }
12955 
12956 static int G__G__Tree_196_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12957 {
12958       G__letint(result7, 105, (long) ((TEventList*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
12959    return(1 || funcname || hash || result7 || libp) ;
12960 }
12961 
12962 static int G__G__Tree_196_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12963 {
12964    switch (libp->paran) {
12965    case 1:
12966       ((TEventList*) G__getstructoffset())->Reset((Option_t*) G__int(libp->para[0]));
12967       G__setnull(result7);
12968       break;
12969    case 0:
12970       ((TEventList*) G__getstructoffset())->Reset();
12971       G__setnull(result7);
12972       break;
12973    }
12974    return(1 || funcname || hash || result7 || libp) ;
12975 }
12976 
12977 static int G__G__Tree_196_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12978 {
12979    switch (libp->paran) {
12980    case 1:
12981       ((TEventList*) G__getstructoffset())->Resize((Int_t) G__int(libp->para[0]));
12982       G__setnull(result7);
12983       break;
12984    case 0:
12985       ((TEventList*) G__getstructoffset())->Resize();
12986       G__setnull(result7);
12987       break;
12988    }
12989    return(1 || funcname || hash || result7 || libp) ;
12990 }
12991 
12992 static int G__G__Tree_196_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12993 {
12994    switch (libp->paran) {
12995    case 1:
12996       ((TEventList*) G__getstructoffset())->SetDelta((Int_t) G__int(libp->para[0]));
12997       G__setnull(result7);
12998       break;
12999    case 0:
13000       ((TEventList*) G__getstructoffset())->SetDelta();
13001       G__setnull(result7);
13002       break;
13003    }
13004    return(1 || funcname || hash || result7 || libp) ;
13005 }
13006 
13007 static int G__G__Tree_196_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13008 {
13009       ((TEventList*) G__getstructoffset())->SetDirectory((TDirectory*) G__int(libp->para[0]));
13010       G__setnull(result7);
13011    return(1 || funcname || hash || result7 || libp) ;
13012 }
13013 
13014 static int G__G__Tree_196_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13015 {
13016    switch (libp->paran) {
13017    case 1:
13018       ((TEventList*) G__getstructoffset())->SetReapplyCut((Bool_t) G__int(libp->para[0]));
13019       G__setnull(result7);
13020       break;
13021    case 0:
13022       ((TEventList*) G__getstructoffset())->SetReapplyCut();
13023       G__setnull(result7);
13024       break;
13025    }
13026    return(1 || funcname || hash || result7 || libp) ;
13027 }
13028 
13029 static int G__G__Tree_196_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13030 {
13031       ((TEventList*) G__getstructoffset())->Sort();
13032       G__setnull(result7);
13033    return(1 || funcname || hash || result7 || libp) ;
13034 }
13035 
13036 static int G__G__Tree_196_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13037 {
13038       ((TEventList*) G__getstructoffset())->Subtract((TEventList*) G__int(libp->para[0]));
13039       G__setnull(result7);
13040    return(1 || funcname || hash || result7 || libp) ;
13041 }
13042 
13043 static int G__G__Tree_196_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13044 {
13045       {
13046          const TEventList& obj = ((TEventList*) G__getstructoffset())->operator=(*(TEventList*) libp->para[0].ref);
13047          result7->ref = (long) (&obj);
13048          result7->obj.i = (long) (&obj);
13049       }
13050    return(1 || funcname || hash || result7 || libp) ;
13051 }
13052 
13053 static int G__G__Tree_196_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13054 {
13055       G__letint(result7, 85, (long) TEventList::Class());
13056    return(1 || funcname || hash || result7 || libp) ;
13057 }
13058 
13059 static int G__G__Tree_196_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13060 {
13061       G__letint(result7, 67, (long) TEventList::Class_Name());
13062    return(1 || funcname || hash || result7 || libp) ;
13063 }
13064 
13065 static int G__G__Tree_196_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13066 {
13067       G__letint(result7, 115, (long) TEventList::Class_Version());
13068    return(1 || funcname || hash || result7 || libp) ;
13069 }
13070 
13071 static int G__G__Tree_196_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13072 {
13073       TEventList::Dictionary();
13074       G__setnull(result7);
13075    return(1 || funcname || hash || result7 || libp) ;
13076 }
13077 
13078 static int G__G__Tree_196_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13079 {
13080       ((TEventList*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13081       G__setnull(result7);
13082    return(1 || funcname || hash || result7 || libp) ;
13083 }
13084 
13085 static int G__G__Tree_196_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13086 {
13087       G__letint(result7, 67, (long) TEventList::DeclFileName());
13088    return(1 || funcname || hash || result7 || libp) ;
13089 }
13090 
13091 static int G__G__Tree_196_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13092 {
13093       G__letint(result7, 105, (long) TEventList::ImplFileLine());
13094    return(1 || funcname || hash || result7 || libp) ;
13095 }
13096 
13097 static int G__G__Tree_196_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13098 {
13099       G__letint(result7, 67, (long) TEventList::ImplFileName());
13100    return(1 || funcname || hash || result7 || libp) ;
13101 }
13102 
13103 static int G__G__Tree_196_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13104 {
13105       G__letint(result7, 105, (long) TEventList::DeclFileLine());
13106    return(1 || funcname || hash || result7 || libp) ;
13107 }
13108 
13109 // automatic destructor
13110 typedef TEventList G__TTEventList;
13111 static int G__G__Tree_196_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13112 {
13113    char* gvp = (char*) G__getgvp();
13114    long soff = G__getstructoffset();
13115    int n = G__getaryconstruct();
13116    //
13117    //has_a_delete: 1
13118    //has_own_delete1arg: 0
13119    //has_own_delete2arg: 0
13120    //
13121    if (!soff) {
13122      return(1);
13123    }
13124    if (n) {
13125      if (gvp == (char*)G__PVOID) {
13126        delete[] (TEventList*) soff;
13127      } else {
13128        G__setgvp((long) G__PVOID);
13129        for (int i = n - 1; i >= 0; --i) {
13130          ((TEventList*) (soff+(sizeof(TEventList)*i)))->~G__TTEventList();
13131        }
13132        G__setgvp((long)gvp);
13133      }
13134    } else {
13135      if (gvp == (char*)G__PVOID) {
13136        delete (TEventList*) soff;
13137      } else {
13138        G__setgvp((long) G__PVOID);
13139        ((TEventList*) (soff))->~G__TTEventList();
13140        G__setgvp((long)gvp);
13141      }
13142    }
13143    G__setnull(result7);
13144    return(1 || funcname || hash || result7 || libp) ;
13145 }
13146 
13147 
13148 /* TEntryList */
13149 static int G__G__Tree_197_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13150 {
13151    TEntryList* p = NULL;
13152    char* gvp = (char*) G__getgvp();
13153    int n = G__getaryconstruct();
13154    if (n) {
13155      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13156        p = new TEntryList[n];
13157      } else {
13158        p = new((void*) gvp) TEntryList[n];
13159      }
13160    } else {
13161      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13162        p = new TEntryList;
13163      } else {
13164        p = new((void*) gvp) TEntryList;
13165      }
13166    }
13167    result7->obj.i = (long) p;
13168    result7->ref = (long) p;
13169    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
13170    return(1 || funcname || hash || result7 || libp) ;
13171 }
13172 
13173 static int G__G__Tree_197_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13174 {
13175    TEntryList* p = NULL;
13176    char* gvp = (char*) G__getgvp();
13177    //m: 2
13178    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13179      p = new TEntryList((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13180    } else {
13181      p = new((void*) gvp) TEntryList((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13182    }
13183    result7->obj.i = (long) p;
13184    result7->ref = (long) p;
13185    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
13186    return(1 || funcname || hash || result7 || libp) ;
13187 }
13188 
13189 static int G__G__Tree_197_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13190 {
13191    TEntryList* p = NULL;
13192    char* gvp = (char*) G__getgvp();
13193    //m: 3
13194    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13195      p = new TEntryList(
13196 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13197 , (TTree*) G__int(libp->para[2]));
13198    } else {
13199      p = new((void*) gvp) TEntryList(
13200 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13201 , (TTree*) G__int(libp->para[2]));
13202    }
13203    result7->obj.i = (long) p;
13204    result7->ref = (long) p;
13205    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
13206    return(1 || funcname || hash || result7 || libp) ;
13207 }
13208 
13209 static int G__G__Tree_197_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13210 {
13211    TEntryList* p = NULL;
13212    char* gvp = (char*) G__getgvp();
13213    //m: 4
13214    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13215      p = new TEntryList(
13216 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13217 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
13218    } else {
13219      p = new((void*) gvp) TEntryList(
13220 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13221 , (const char*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
13222    }
13223    result7->obj.i = (long) p;
13224    result7->ref = (long) p;
13225    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
13226    return(1 || funcname || hash || result7 || libp) ;
13227 }
13228 
13229 static int G__G__Tree_197_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13230 {
13231    TEntryList* p = NULL;
13232    char* gvp = (char*) G__getgvp();
13233    //m: 1
13234    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13235      p = new TEntryList((TTree*) G__int(libp->para[0]));
13236    } else {
13237      p = new((void*) gvp) TEntryList((TTree*) G__int(libp->para[0]));
13238    }
13239    result7->obj.i = (long) p;
13240    result7->ref = (long) p;
13241    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
13242    return(1 || funcname || hash || result7 || libp) ;
13243 }
13244 
13245 static int G__G__Tree_197_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13246 {
13247    TEntryList* p = NULL;
13248    char* gvp = (char*) G__getgvp();
13249    //m: 1
13250    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13251      p = new TEntryList(*(TEntryList*) libp->para[0].ref);
13252    } else {
13253      p = new((void*) gvp) TEntryList(*(TEntryList*) libp->para[0].ref);
13254    }
13255    result7->obj.i = (long) p;
13256    result7->ref = (long) p;
13257    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
13258    return(1 || funcname || hash || result7 || libp) ;
13259 }
13260 
13261 static int G__G__Tree_197_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13262 {
13263       ((TEntryList*) G__getstructoffset())->Add((TEntryList*) G__int(libp->para[0]));
13264       G__setnull(result7);
13265    return(1 || funcname || hash || result7 || libp) ;
13266 }
13267 
13268 static int G__G__Tree_197_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13269 {
13270    switch (libp->paran) {
13271    case 2:
13272       G__letint(result7, 105, (long) ((TEntryList*) G__getstructoffset())->Contains((Long64_t) G__Longlong(libp->para[0]), (TTree*) G__int(libp->para[1])));
13273       break;
13274    case 1:
13275       G__letint(result7, 105, (long) ((TEntryList*) G__getstructoffset())->Contains((Long64_t) G__Longlong(libp->para[0])));
13276       break;
13277    }
13278    return(1 || funcname || hash || result7 || libp) ;
13279 }
13280 
13281 static int G__G__Tree_197_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13282 {
13283       ((TEntryList*) G__getstructoffset())->DirectoryAutoAdd((TDirectory*) G__int(libp->para[0]));
13284       G__setnull(result7);
13285    return(1 || funcname || hash || result7 || libp) ;
13286 }
13287 
13288 static int G__G__Tree_197_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13289 {
13290    switch (libp->paran) {
13291    case 2:
13292       G__letint(result7, 103, (long) ((TEntryList*) G__getstructoffset())->Enter((Long64_t) G__Longlong(libp->para[0]), (TTree*) G__int(libp->para[1])));
13293       break;
13294    case 1:
13295       G__letint(result7, 103, (long) ((TEntryList*) G__getstructoffset())->Enter((Long64_t) G__Longlong(libp->para[0])));
13296       break;
13297    }
13298    return(1 || funcname || hash || result7 || libp) ;
13299 }
13300 
13301 static int G__G__Tree_197_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13302 {
13303       G__letint(result7, 85, (long) ((const TEntryList*) G__getstructoffset())->GetCurrentList());
13304    return(1 || funcname || hash || result7 || libp) ;
13305 }
13306 
13307 static int G__G__Tree_197_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13308 {
13309    switch (libp->paran) {
13310    case 3:
13311       G__letint(result7, 85, (long) ((TEntryList*) G__getstructoffset())->GetEntryList((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13312 , (Option_t*) G__int(libp->para[2])));
13313       break;
13314    case 2:
13315       G__letint(result7, 85, (long) ((TEntryList*) G__getstructoffset())->GetEntryList((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
13316       break;
13317    }
13318    return(1 || funcname || hash || result7 || libp) ;
13319 }
13320 
13321 static int G__G__Tree_197_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13322 {
13323       G__letLonglong(result7, 110, (G__int64) ((TEntryList*) G__getstructoffset())->GetEntry((Int_t) G__int(libp->para[0])));
13324    return(1 || funcname || hash || result7 || libp) ;
13325 }
13326 
13327 static int G__G__Tree_197_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13328 {
13329       G__letLonglong(result7, 110, (G__int64) ((TEntryList*) G__getstructoffset())->GetEntryAndTree((Int_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])));
13330    return(1 || funcname || hash || result7 || libp) ;
13331 }
13332 
13333 static int G__G__Tree_197_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13334 {
13335       G__letLonglong(result7, 110, (G__int64) ((const TEntryList*) G__getstructoffset())->GetEntriesToProcess());
13336    return(1 || funcname || hash || result7 || libp) ;
13337 }
13338 
13339 static int G__G__Tree_197_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13340 {
13341       G__letint(result7, 85, (long) ((const TEntryList*) G__getstructoffset())->GetLists());
13342    return(1 || funcname || hash || result7 || libp) ;
13343 }
13344 
13345 static int G__G__Tree_197_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13346 {
13347       G__letint(result7, 85, (long) ((const TEntryList*) G__getstructoffset())->GetDirectory());
13348    return(1 || funcname || hash || result7 || libp) ;
13349 }
13350 
13351 static int G__G__Tree_197_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13352 {
13353       G__letLonglong(result7, 110, (G__int64) ((const TEntryList*) G__getstructoffset())->GetN());
13354    return(1 || funcname || hash || result7 || libp) ;
13355 }
13356 
13357 static int G__G__Tree_197_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13358 {
13359       G__letint(result7, 67, (long) ((const TEntryList*) G__getstructoffset())->GetTreeName());
13360    return(1 || funcname || hash || result7 || libp) ;
13361 }
13362 
13363 static int G__G__Tree_197_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13364 {
13365       G__letint(result7, 67, (long) ((const TEntryList*) G__getstructoffset())->GetFileName());
13366    return(1 || funcname || hash || result7 || libp) ;
13367 }
13368 
13369 static int G__G__Tree_197_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13370 {
13371       G__letint(result7, 105, (long) ((const TEntryList*) G__getstructoffset())->GetTreeNumber());
13372    return(1 || funcname || hash || result7 || libp) ;
13373 }
13374 
13375 static int G__G__Tree_197_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13376 {
13377       G__letint(result7, 103, (long) ((const TEntryList*) G__getstructoffset())->GetReapplyCut());
13378    return(1 || funcname || hash || result7 || libp) ;
13379 }
13380 
13381 static int G__G__Tree_197_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13382 {
13383       G__letint(result7, 105, (long) ((TEntryList*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
13384    return(1 || funcname || hash || result7 || libp) ;
13385 }
13386 
13387 static int G__G__Tree_197_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13388 {
13389       G__letLonglong(result7, 110, (G__int64) ((TEntryList*) G__getstructoffset())->Next());
13390    return(1 || funcname || hash || result7 || libp) ;
13391 }
13392 
13393 static int G__G__Tree_197_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13394 {
13395       ((TEntryList*) G__getstructoffset())->OptimizeStorage();
13396       G__setnull(result7);
13397    return(1 || funcname || hash || result7 || libp) ;
13398 }
13399 
13400 static int G__G__Tree_197_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13401 {
13402    switch (libp->paran) {
13403    case 2:
13404       G__letint(result7, 103, (long) ((TEntryList*) G__getstructoffset())->Remove((Long64_t) G__Longlong(libp->para[0]), (TTree*) G__int(libp->para[1])));
13405       break;
13406    case 1:
13407       G__letint(result7, 103, (long) ((TEntryList*) G__getstructoffset())->Remove((Long64_t) G__Longlong(libp->para[0])));
13408       break;
13409    }
13410    return(1 || funcname || hash || result7 || libp) ;
13411 }
13412 
13413 static int G__G__Tree_197_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13414 {
13415       ((TEntryList*) G__getstructoffset())->Reset();
13416       G__setnull(result7);
13417    return(1 || funcname || hash || result7 || libp) ;
13418 }
13419 
13420 static int G__G__Tree_197_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13421 {
13422       ((TEntryList*) G__getstructoffset())->SetDirectory((TDirectory*) G__int(libp->para[0]));
13423       G__setnull(result7);
13424    return(1 || funcname || hash || result7 || libp) ;
13425 }
13426 
13427 static int G__G__Tree_197_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13428 {
13429       ((TEntryList*) G__getstructoffset())->SetEntriesToProcess((Long64_t) G__Longlong(libp->para[0]));
13430       G__setnull(result7);
13431    return(1 || funcname || hash || result7 || libp) ;
13432 }
13433 
13434 static int G__G__Tree_197_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13435 {
13436       ((TEntryList*) G__getstructoffset())->SetShift((Bool_t) G__int(libp->para[0]));
13437       G__setnull(result7);
13438    return(1 || funcname || hash || result7 || libp) ;
13439 }
13440 
13441 static int G__G__Tree_197_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13442 {
13443       ((TEntryList*) G__getstructoffset())->SetTree((TTree*) G__int(libp->para[0]));
13444       G__setnull(result7);
13445    return(1 || funcname || hash || result7 || libp) ;
13446 }
13447 
13448 static int G__G__Tree_197_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13449 {
13450       ((TEntryList*) G__getstructoffset())->SetTree((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13451       G__setnull(result7);
13452    return(1 || funcname || hash || result7 || libp) ;
13453 }
13454 
13455 static int G__G__Tree_197_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13456 {
13457       ((TEntryList*) G__getstructoffset())->SetTreeName((const char*) G__int(libp->para[0]));
13458       G__setnull(result7);
13459    return(1 || funcname || hash || result7 || libp) ;
13460 }
13461 
13462 static int G__G__Tree_197_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13463 {
13464       ((TEntryList*) G__getstructoffset())->SetFileName((const char*) G__int(libp->para[0]));
13465       G__setnull(result7);
13466    return(1 || funcname || hash || result7 || libp) ;
13467 }
13468 
13469 static int G__G__Tree_197_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13470 {
13471       ((TEntryList*) G__getstructoffset())->SetTreeNumber((Int_t) G__int(libp->para[0]));
13472       G__setnull(result7);
13473    return(1 || funcname || hash || result7 || libp) ;
13474 }
13475 
13476 static int G__G__Tree_197_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13477 {
13478    switch (libp->paran) {
13479    case 1:
13480       ((TEntryList*) G__getstructoffset())->SetReapplyCut((Bool_t) G__int(libp->para[0]));
13481       G__setnull(result7);
13482       break;
13483    case 0:
13484       ((TEntryList*) G__getstructoffset())->SetReapplyCut();
13485       G__setnull(result7);
13486       break;
13487    }
13488    return(1 || funcname || hash || result7 || libp) ;
13489 }
13490 
13491 static int G__G__Tree_197_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13492 {
13493       ((TEntryList*) G__getstructoffset())->Subtract((TEntryList*) G__int(libp->para[0]));
13494       G__setnull(result7);
13495    return(1 || funcname || hash || result7 || libp) ;
13496 }
13497 
13498 static int G__G__Tree_197_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13499 {
13500       G__letint(result7, 85, (long) TEntryList::Class());
13501    return(1 || funcname || hash || result7 || libp) ;
13502 }
13503 
13504 static int G__G__Tree_197_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13505 {
13506       G__letint(result7, 67, (long) TEntryList::Class_Name());
13507    return(1 || funcname || hash || result7 || libp) ;
13508 }
13509 
13510 static int G__G__Tree_197_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13511 {
13512       G__letint(result7, 115, (long) TEntryList::Class_Version());
13513    return(1 || funcname || hash || result7 || libp) ;
13514 }
13515 
13516 static int G__G__Tree_197_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13517 {
13518       TEntryList::Dictionary();
13519       G__setnull(result7);
13520    return(1 || funcname || hash || result7 || libp) ;
13521 }
13522 
13523 static int G__G__Tree_197_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13524 {
13525       ((TEntryList*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13526       G__setnull(result7);
13527    return(1 || funcname || hash || result7 || libp) ;
13528 }
13529 
13530 static int G__G__Tree_197_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13531 {
13532       G__letint(result7, 67, (long) TEntryList::DeclFileName());
13533    return(1 || funcname || hash || result7 || libp) ;
13534 }
13535 
13536 static int G__G__Tree_197_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13537 {
13538       G__letint(result7, 105, (long) TEntryList::ImplFileLine());
13539    return(1 || funcname || hash || result7 || libp) ;
13540 }
13541 
13542 static int G__G__Tree_197_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13543 {
13544       G__letint(result7, 67, (long) TEntryList::ImplFileName());
13545    return(1 || funcname || hash || result7 || libp) ;
13546 }
13547 
13548 static int G__G__Tree_197_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13549 {
13550       G__letint(result7, 105, (long) TEntryList::DeclFileLine());
13551    return(1 || funcname || hash || result7 || libp) ;
13552 }
13553 
13554 // automatic destructor
13555 typedef TEntryList G__TTEntryList;
13556 static int G__G__Tree_197_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13557 {
13558    char* gvp = (char*) G__getgvp();
13559    long soff = G__getstructoffset();
13560    int n = G__getaryconstruct();
13561    //
13562    //has_a_delete: 1
13563    //has_own_delete1arg: 0
13564    //has_own_delete2arg: 0
13565    //
13566    if (!soff) {
13567      return(1);
13568    }
13569    if (n) {
13570      if (gvp == (char*)G__PVOID) {
13571        delete[] (TEntryList*) soff;
13572      } else {
13573        G__setgvp((long) G__PVOID);
13574        for (int i = n - 1; i >= 0; --i) {
13575          ((TEntryList*) (soff+(sizeof(TEntryList)*i)))->~G__TTEntryList();
13576        }
13577        G__setgvp((long)gvp);
13578      }
13579    } else {
13580      if (gvp == (char*)G__PVOID) {
13581        delete (TEntryList*) soff;
13582      } else {
13583        G__setgvp((long) G__PVOID);
13584        ((TEntryList*) (soff))->~G__TTEntryList();
13585        G__setgvp((long)gvp);
13586      }
13587    }
13588    G__setnull(result7);
13589    return(1 || funcname || hash || result7 || libp) ;
13590 }
13591 
13592 
13593 /* TFriendElement */
13594 static int G__G__Tree_198_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13595 {
13596    TFriendElement* p = NULL;
13597    char* gvp = (char*) G__getgvp();
13598    int n = G__getaryconstruct();
13599    if (n) {
13600      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13601        p = new TFriendElement[n];
13602      } else {
13603        p = new((void*) gvp) TFriendElement[n];
13604      }
13605    } else {
13606      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13607        p = new TFriendElement;
13608      } else {
13609        p = new((void*) gvp) TFriendElement;
13610      }
13611    }
13612    result7->obj.i = (long) p;
13613    result7->ref = (long) p;
13614    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TFriendElement));
13615    return(1 || funcname || hash || result7 || libp) ;
13616 }
13617 
13618 static int G__G__Tree_198_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13619 {
13620    TFriendElement* p = NULL;
13621    char* gvp = (char*) G__getgvp();
13622    //m: 3
13623    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13624      p = new TFriendElement(
13625 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13626 , (const char*) G__int(libp->para[2]));
13627    } else {
13628      p = new((void*) gvp) TFriendElement(
13629 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13630 , (const char*) G__int(libp->para[2]));
13631    }
13632    result7->obj.i = (long) p;
13633    result7->ref = (long) p;
13634    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TFriendElement));
13635    return(1 || funcname || hash || result7 || libp) ;
13636 }
13637 
13638 static int G__G__Tree_198_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13639 {
13640    TFriendElement* p = NULL;
13641    char* gvp = (char*) G__getgvp();
13642    //m: 3
13643    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13644      p = new TFriendElement(
13645 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13646 , (TFile*) G__int(libp->para[2]));
13647    } else {
13648      p = new((void*) gvp) TFriendElement(
13649 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
13650 , (TFile*) G__int(libp->para[2]));
13651    }
13652    result7->obj.i = (long) p;
13653    result7->ref = (long) p;
13654    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TFriendElement));
13655    return(1 || funcname || hash || result7 || libp) ;
13656 }
13657 
13658 static int G__G__Tree_198_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13659 {
13660    TFriendElement* p = NULL;
13661    char* gvp = (char*) G__getgvp();
13662    //m: 3
13663    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13664      p = new TFriendElement(
13665 (TTree*) G__int(libp->para[0]), (TTree*) G__int(libp->para[1])
13666 , (const char*) G__int(libp->para[2]));
13667    } else {
13668      p = new((void*) gvp) TFriendElement(
13669 (TTree*) G__int(libp->para[0]), (TTree*) G__int(libp->para[1])
13670 , (const char*) G__int(libp->para[2]));
13671    }
13672    result7->obj.i = (long) p;
13673    result7->ref = (long) p;
13674    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TFriendElement));
13675    return(1 || funcname || hash || result7 || libp) ;
13676 }
13677 
13678 static int G__G__Tree_198_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13679 {
13680       G__letint(result7, 85, (long) ((TFriendElement*) G__getstructoffset())->Connect());
13681    return(1 || funcname || hash || result7 || libp) ;
13682 }
13683 
13684 static int G__G__Tree_198_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13685 {
13686       G__letint(result7, 85, (long) ((TFriendElement*) G__getstructoffset())->DisConnect());
13687    return(1 || funcname || hash || result7 || libp) ;
13688 }
13689 
13690 static int G__G__Tree_198_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13691 {
13692       G__letint(result7, 85, (long) ((TFriendElement*) G__getstructoffset())->GetFile());
13693    return(1 || funcname || hash || result7 || libp) ;
13694 }
13695 
13696 static int G__G__Tree_198_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13697 {
13698       G__letint(result7, 85, (long) ((const TFriendElement*) G__getstructoffset())->GetParentTree());
13699    return(1 || funcname || hash || result7 || libp) ;
13700 }
13701 
13702 static int G__G__Tree_198_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13703 {
13704       G__letint(result7, 85, (long) ((TFriendElement*) G__getstructoffset())->GetTree());
13705    return(1 || funcname || hash || result7 || libp) ;
13706 }
13707 
13708 static int G__G__Tree_198_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13709 {
13710       G__letint(result7, 67, (long) ((const TFriendElement*) G__getstructoffset())->GetTreeName());
13711    return(1 || funcname || hash || result7 || libp) ;
13712 }
13713 
13714 static int G__G__Tree_198_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13715 {
13716       G__letint(result7, 85, (long) TFriendElement::Class());
13717    return(1 || funcname || hash || result7 || libp) ;
13718 }
13719 
13720 static int G__G__Tree_198_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13721 {
13722       G__letint(result7, 67, (long) TFriendElement::Class_Name());
13723    return(1 || funcname || hash || result7 || libp) ;
13724 }
13725 
13726 static int G__G__Tree_198_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13727 {
13728       G__letint(result7, 115, (long) TFriendElement::Class_Version());
13729    return(1 || funcname || hash || result7 || libp) ;
13730 }
13731 
13732 static int G__G__Tree_198_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13733 {
13734       TFriendElement::Dictionary();
13735       G__setnull(result7);
13736    return(1 || funcname || hash || result7 || libp) ;
13737 }
13738 
13739 static int G__G__Tree_198_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13740 {
13741       ((TFriendElement*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13742       G__setnull(result7);
13743    return(1 || funcname || hash || result7 || libp) ;
13744 }
13745 
13746 static int G__G__Tree_198_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13747 {
13748       G__letint(result7, 67, (long) TFriendElement::DeclFileName());
13749    return(1 || funcname || hash || result7 || libp) ;
13750 }
13751 
13752 static int G__G__Tree_198_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13753 {
13754       G__letint(result7, 105, (long) TFriendElement::ImplFileLine());
13755    return(1 || funcname || hash || result7 || libp) ;
13756 }
13757 
13758 static int G__G__Tree_198_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13759 {
13760       G__letint(result7, 67, (long) TFriendElement::ImplFileName());
13761    return(1 || funcname || hash || result7 || libp) ;
13762 }
13763 
13764 static int G__G__Tree_198_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13765 {
13766       G__letint(result7, 105, (long) TFriendElement::DeclFileLine());
13767    return(1 || funcname || hash || result7 || libp) ;
13768 }
13769 
13770 // automatic destructor
13771 typedef TFriendElement G__TTFriendElement;
13772 static int G__G__Tree_198_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13773 {
13774    char* gvp = (char*) G__getgvp();
13775    long soff = G__getstructoffset();
13776    int n = G__getaryconstruct();
13777    //
13778    //has_a_delete: 1
13779    //has_own_delete1arg: 0
13780    //has_own_delete2arg: 0
13781    //
13782    if (!soff) {
13783      return(1);
13784    }
13785    if (n) {
13786      if (gvp == (char*)G__PVOID) {
13787        delete[] (TFriendElement*) soff;
13788      } else {
13789        G__setgvp((long) G__PVOID);
13790        for (int i = n - 1; i >= 0; --i) {
13791          ((TFriendElement*) (soff+(sizeof(TFriendElement)*i)))->~G__TTFriendElement();
13792        }
13793        G__setgvp((long)gvp);
13794      }
13795    } else {
13796      if (gvp == (char*)G__PVOID) {
13797        delete (TFriendElement*) soff;
13798      } else {
13799        G__setgvp((long) G__PVOID);
13800        ((TFriendElement*) (soff))->~G__TTFriendElement();
13801        G__setgvp((long)gvp);
13802      }
13803    }
13804    G__setnull(result7);
13805    return(1 || funcname || hash || result7 || libp) ;
13806 }
13807 
13808 
13809 /* TCut */
13810 static int G__G__Tree_199_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13811 {
13812    TCut* p = NULL;
13813    char* gvp = (char*) G__getgvp();
13814    int n = G__getaryconstruct();
13815    if (n) {
13816      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13817        p = new TCut[n];
13818      } else {
13819        p = new((void*) gvp) TCut[n];
13820      }
13821    } else {
13822      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13823        p = new TCut;
13824      } else {
13825        p = new((void*) gvp) TCut;
13826      }
13827    }
13828    result7->obj.i = (long) p;
13829    result7->ref = (long) p;
13830    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TCut));
13831    return(1 || funcname || hash || result7 || libp) ;
13832 }
13833 
13834 static int G__G__Tree_199_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13835 {
13836    TCut* p = NULL;
13837    char* gvp = (char*) G__getgvp();
13838    //m: 1
13839    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13840      p = new TCut((const char*) G__int(libp->para[0]));
13841    } else {
13842      p = new((void*) gvp) TCut((const char*) G__int(libp->para[0]));
13843    }
13844    result7->obj.i = (long) p;
13845    result7->ref = (long) p;
13846    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TCut));
13847    return(1 || funcname || hash || result7 || libp) ;
13848 }
13849 
13850 static int G__G__Tree_199_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13851 {
13852    TCut* p = NULL;
13853    char* gvp = (char*) G__getgvp();
13854    //m: 2
13855    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13856      p = new TCut((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13857    } else {
13858      p = new((void*) gvp) TCut((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
13859    }
13860    result7->obj.i = (long) p;
13861    result7->ref = (long) p;
13862    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TCut));
13863    return(1 || funcname || hash || result7 || libp) ;
13864 }
13865 
13866 static int G__G__Tree_199_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13867 {
13868    TCut* p = NULL;
13869    char* gvp = (char*) G__getgvp();
13870    //m: 1
13871    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13872      p = new TCut(*(TCut*) libp->para[0].ref);
13873    } else {
13874      p = new((void*) gvp) TCut(*(TCut*) libp->para[0].ref);
13875    }
13876    result7->obj.i = (long) p;
13877    result7->ref = (long) p;
13878    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TCut));
13879    return(1 || funcname || hash || result7 || libp) ;
13880 }
13881 
13882 static int G__G__Tree_199_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13883 {
13884       {
13885          const TCut& obj = ((TCut*) G__getstructoffset())->operator=((const char*) G__int(libp->para[0]));
13886          result7->ref = (long) (&obj);
13887          result7->obj.i = (long) (&obj);
13888       }
13889    return(1 || funcname || hash || result7 || libp) ;
13890 }
13891 
13892 static int G__G__Tree_199_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13893 {
13894       {
13895          const TCut& obj = ((TCut*) G__getstructoffset())->operator=(*(TCut*) libp->para[0].ref);
13896          result7->ref = (long) (&obj);
13897          result7->obj.i = (long) (&obj);
13898       }
13899    return(1 || funcname || hash || result7 || libp) ;
13900 }
13901 
13902 static int G__G__Tree_199_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13903 {
13904       {
13905          const TCut& obj = ((TCut*) G__getstructoffset())->operator+=((const char*) G__int(libp->para[0]));
13906          result7->ref = (long) (&obj);
13907          result7->obj.i = (long) (&obj);
13908       }
13909    return(1 || funcname || hash || result7 || libp) ;
13910 }
13911 
13912 static int G__G__Tree_199_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13913 {
13914       {
13915          const TCut& obj = ((TCut*) G__getstructoffset())->operator+=(*(TCut*) libp->para[0].ref);
13916          result7->ref = (long) (&obj);
13917          result7->obj.i = (long) (&obj);
13918       }
13919    return(1 || funcname || hash || result7 || libp) ;
13920 }
13921 
13922 static int G__G__Tree_199_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13923 {
13924       {
13925          const TCut& obj = ((TCut*) G__getstructoffset())->operator*=((const char*) G__int(libp->para[0]));
13926          result7->ref = (long) (&obj);
13927          result7->obj.i = (long) (&obj);
13928       }
13929    return(1 || funcname || hash || result7 || libp) ;
13930 }
13931 
13932 static int G__G__Tree_199_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13933 {
13934       {
13935          const TCut& obj = ((TCut*) G__getstructoffset())->operator*=(*(TCut*) libp->para[0].ref);
13936          result7->ref = (long) (&obj);
13937          result7->obj.i = (long) (&obj);
13938       }
13939    return(1 || funcname || hash || result7 || libp) ;
13940 }
13941 
13942 static int G__G__Tree_199_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13943 {
13944       G__letint(result7, 103, (long) ((const TCut*) G__getstructoffset())->operator==((const char*) G__int(libp->para[0])));
13945    return(1 || funcname || hash || result7 || libp) ;
13946 }
13947 
13948 static int G__G__Tree_199_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13949 {
13950       G__letint(result7, 103, (long) ((const TCut*) G__getstructoffset())->operator==(*(TCut*) libp->para[0].ref));
13951    return(1 || funcname || hash || result7 || libp) ;
13952 }
13953 
13954 static int G__G__Tree_199_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13955 {
13956       G__letint(result7, 103, (long) ((const TCut*) G__getstructoffset())->operator!=((const char*) G__int(libp->para[0])));
13957    return(1 || funcname || hash || result7 || libp) ;
13958 }
13959 
13960 static int G__G__Tree_199_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13961 {
13962       G__letint(result7, 103, (long) ((const TCut*) G__getstructoffset())->operator!=(*(TCut*) libp->para[0].ref));
13963    return(1 || funcname || hash || result7 || libp) ;
13964 }
13965 
13966 static int G__G__Tree_199_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13967 {
13968       G__letint(result7, 67, (long) ((const TCut*) G__getstructoffset())->operator const char*());
13969    return(1 || funcname || hash || result7 || libp) ;
13970 }
13971 
13972 static int G__G__Tree_199_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13973 {
13974       G__letint(result7, 85, (long) TCut::Class());
13975    return(1 || funcname || hash || result7 || libp) ;
13976 }
13977 
13978 static int G__G__Tree_199_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13979 {
13980       G__letint(result7, 67, (long) TCut::Class_Name());
13981    return(1 || funcname || hash || result7 || libp) ;
13982 }
13983 
13984 static int G__G__Tree_199_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13985 {
13986       G__letint(result7, 115, (long) TCut::Class_Version());
13987    return(1 || funcname || hash || result7 || libp) ;
13988 }
13989 
13990 static int G__G__Tree_199_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13991 {
13992       TCut::Dictionary();
13993       G__setnull(result7);
13994    return(1 || funcname || hash || result7 || libp) ;
13995 }
13996 
13997 static int G__G__Tree_199_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13998 {
13999       ((TCut*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14000       G__setnull(result7);
14001    return(1 || funcname || hash || result7 || libp) ;
14002 }
14003 
14004 static int G__G__Tree_199_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14005 {
14006       G__letint(result7, 67, (long) TCut::DeclFileName());
14007    return(1 || funcname || hash || result7 || libp) ;
14008 }
14009 
14010 static int G__G__Tree_199_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14011 {
14012       G__letint(result7, 105, (long) TCut::ImplFileLine());
14013    return(1 || funcname || hash || result7 || libp) ;
14014 }
14015 
14016 static int G__G__Tree_199_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14017 {
14018       G__letint(result7, 67, (long) TCut::ImplFileName());
14019    return(1 || funcname || hash || result7 || libp) ;
14020 }
14021 
14022 static int G__G__Tree_199_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14023 {
14024       G__letint(result7, 105, (long) TCut::DeclFileLine());
14025    return(1 || funcname || hash || result7 || libp) ;
14026 }
14027 
14028 // automatic destructor
14029 typedef TCut G__TTCut;
14030 static int G__G__Tree_199_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14031 {
14032    char* gvp = (char*) G__getgvp();
14033    long soff = G__getstructoffset();
14034    int n = G__getaryconstruct();
14035    //
14036    //has_a_delete: 1
14037    //has_own_delete1arg: 0
14038    //has_own_delete2arg: 0
14039    //
14040    if (!soff) {
14041      return(1);
14042    }
14043    if (n) {
14044      if (gvp == (char*)G__PVOID) {
14045        delete[] (TCut*) soff;
14046      } else {
14047        G__setgvp((long) G__PVOID);
14048        for (int i = n - 1; i >= 0; --i) {
14049          ((TCut*) (soff+(sizeof(TCut)*i)))->~G__TTCut();
14050        }
14051        G__setgvp((long)gvp);
14052      }
14053    } else {
14054      if (gvp == (char*)G__PVOID) {
14055        delete (TCut*) soff;
14056      } else {
14057        G__setgvp((long) G__PVOID);
14058        ((TCut*) (soff))->~G__TTCut();
14059        G__setgvp((long)gvp);
14060      }
14061    }
14062    G__setnull(result7);
14063    return(1 || funcname || hash || result7 || libp) ;
14064 }
14065 
14066 
14067 /* TBranchRef */
14068 static int G__G__Tree_200_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14069 {
14070    TBranchRef* p = NULL;
14071    char* gvp = (char*) G__getgvp();
14072    int n = G__getaryconstruct();
14073    if (n) {
14074      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14075        p = new TBranchRef[n];
14076      } else {
14077        p = new((void*) gvp) TBranchRef[n];
14078      }
14079    } else {
14080      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14081        p = new TBranchRef;
14082      } else {
14083        p = new((void*) gvp) TBranchRef;
14084      }
14085    }
14086    result7->obj.i = (long) p;
14087    result7->ref = (long) p;
14088    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchRef));
14089    return(1 || funcname || hash || result7 || libp) ;
14090 }
14091 
14092 static int G__G__Tree_200_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14093 {
14094    TBranchRef* p = NULL;
14095    char* gvp = (char*) G__getgvp();
14096    //m: 1
14097    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14098      p = new TBranchRef((TTree*) G__int(libp->para[0]));
14099    } else {
14100      p = new((void*) gvp) TBranchRef((TTree*) G__int(libp->para[0]));
14101    }
14102    result7->obj.i = (long) p;
14103    result7->ref = (long) p;
14104    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchRef));
14105    return(1 || funcname || hash || result7 || libp) ;
14106 }
14107 
14108 static int G__G__Tree_200_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14109 {
14110       G__letint(result7, 85, (long) ((const TBranchRef*) G__getstructoffset())->GetRefTable());
14111    return(1 || funcname || hash || result7 || libp) ;
14112 }
14113 
14114 static int G__G__Tree_200_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14115 {
14116       G__letint(result7, 105, (long) ((TBranchRef*) G__getstructoffset())->SetParent((TObject*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
14117    return(1 || funcname || hash || result7 || libp) ;
14118 }
14119 
14120 static int G__G__Tree_200_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14121 {
14122       ((TBranchRef*) G__getstructoffset())->SetReadEntry((Long64_t) G__Longlong(libp->para[0]));
14123       G__setnull(result7);
14124    return(1 || funcname || hash || result7 || libp) ;
14125 }
14126 
14127 static int G__G__Tree_200_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14128 {
14129       G__letint(result7, 85, (long) TBranchRef::Class());
14130    return(1 || funcname || hash || result7 || libp) ;
14131 }
14132 
14133 static int G__G__Tree_200_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14134 {
14135       G__letint(result7, 67, (long) TBranchRef::Class_Name());
14136    return(1 || funcname || hash || result7 || libp) ;
14137 }
14138 
14139 static int G__G__Tree_200_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14140 {
14141       G__letint(result7, 115, (long) TBranchRef::Class_Version());
14142    return(1 || funcname || hash || result7 || libp) ;
14143 }
14144 
14145 static int G__G__Tree_200_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14146 {
14147       TBranchRef::Dictionary();
14148       G__setnull(result7);
14149    return(1 || funcname || hash || result7 || libp) ;
14150 }
14151 
14152 static int G__G__Tree_200_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14153 {
14154       ((TBranchRef*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14155       G__setnull(result7);
14156    return(1 || funcname || hash || result7 || libp) ;
14157 }
14158 
14159 static int G__G__Tree_200_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14160 {
14161       G__letint(result7, 67, (long) TBranchRef::DeclFileName());
14162    return(1 || funcname || hash || result7 || libp) ;
14163 }
14164 
14165 static int G__G__Tree_200_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14166 {
14167       G__letint(result7, 105, (long) TBranchRef::ImplFileLine());
14168    return(1 || funcname || hash || result7 || libp) ;
14169 }
14170 
14171 static int G__G__Tree_200_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14172 {
14173       G__letint(result7, 67, (long) TBranchRef::ImplFileName());
14174    return(1 || funcname || hash || result7 || libp) ;
14175 }
14176 
14177 static int G__G__Tree_200_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14178 {
14179       G__letint(result7, 105, (long) TBranchRef::DeclFileLine());
14180    return(1 || funcname || hash || result7 || libp) ;
14181 }
14182 
14183 // automatic destructor
14184 typedef TBranchRef G__TTBranchRef;
14185 static int G__G__Tree_200_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14186 {
14187    char* gvp = (char*) G__getgvp();
14188    long soff = G__getstructoffset();
14189    int n = G__getaryconstruct();
14190    //
14191    //has_a_delete: 1
14192    //has_own_delete1arg: 0
14193    //has_own_delete2arg: 0
14194    //
14195    if (!soff) {
14196      return(1);
14197    }
14198    if (n) {
14199      if (gvp == (char*)G__PVOID) {
14200        delete[] (TBranchRef*) soff;
14201      } else {
14202        G__setgvp((long) G__PVOID);
14203        for (int i = n - 1; i >= 0; --i) {
14204          ((TBranchRef*) (soff+(sizeof(TBranchRef)*i)))->~G__TTBranchRef();
14205        }
14206        G__setgvp((long)gvp);
14207      }
14208    } else {
14209      if (gvp == (char*)G__PVOID) {
14210        delete (TBranchRef*) soff;
14211      } else {
14212        G__setgvp((long) G__PVOID);
14213        ((TBranchRef*) (soff))->~G__TTBranchRef();
14214        G__setgvp((long)gvp);
14215      }
14216    }
14217    G__setnull(result7);
14218    return(1 || funcname || hash || result7 || libp) ;
14219 }
14220 
14221 
14222 /* TTreeFriendLeafIter */
14223 static int G__G__Tree_206_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14224 {
14225    TTreeFriendLeafIter* p = NULL;
14226    char* gvp = (char*) G__getgvp();
14227    switch (libp->paran) {
14228    case 2:
14229      //m: 2
14230      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14231        p = new TTreeFriendLeafIter((TTree*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
14232      } else {
14233        p = new((void*) gvp) TTreeFriendLeafIter((TTree*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
14234      }
14235      break;
14236    case 1:
14237      //m: 1
14238      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14239        p = new TTreeFriendLeafIter((TTree*) G__int(libp->para[0]));
14240      } else {
14241        p = new((void*) gvp) TTreeFriendLeafIter((TTree*) G__int(libp->para[0]));
14242      }
14243      break;
14244    }
14245    result7->obj.i = (long) p;
14246    result7->ref = (long) p;
14247    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter));
14248    return(1 || funcname || hash || result7 || libp) ;
14249 }
14250 
14251 static int G__G__Tree_206_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14252 {
14253    TTreeFriendLeafIter* p = NULL;
14254    char* gvp = (char*) G__getgvp();
14255    //m: 1
14256    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14257      p = new TTreeFriendLeafIter(*(TTreeFriendLeafIter*) libp->para[0].ref);
14258    } else {
14259      p = new((void*) gvp) TTreeFriendLeafIter(*(TTreeFriendLeafIter*) libp->para[0].ref);
14260    }
14261    result7->obj.i = (long) p;
14262    result7->ref = (long) p;
14263    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter));
14264    return(1 || funcname || hash || result7 || libp) ;
14265 }
14266 
14267 static int G__G__Tree_206_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14268 {
14269       {
14270          const TTreeFriendLeafIter& obj = ((TTreeFriendLeafIter*) G__getstructoffset())->operator=(*(TTreeFriendLeafIter*) libp->para[0].ref);
14271          result7->ref = (long) (&obj);
14272          result7->obj.i = (long) (&obj);
14273       }
14274    return(1 || funcname || hash || result7 || libp) ;
14275 }
14276 
14277 static int G__G__Tree_206_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14278 {
14279       G__letint(result7, 103, (long) ((const TTreeFriendLeafIter*) G__getstructoffset())->operator!=(*(TTreeFriendLeafIter*) libp->para[0].ref));
14280    return(1 || funcname || hash || result7 || libp) ;
14281 }
14282 
14283 static int G__G__Tree_206_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14284 {
14285       G__letint(result7, 85, (long) TTreeFriendLeafIter::Class());
14286    return(1 || funcname || hash || result7 || libp) ;
14287 }
14288 
14289 static int G__G__Tree_206_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14290 {
14291       G__letint(result7, 67, (long) TTreeFriendLeafIter::Class_Name());
14292    return(1 || funcname || hash || result7 || libp) ;
14293 }
14294 
14295 static int G__G__Tree_206_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14296 {
14297       G__letint(result7, 115, (long) TTreeFriendLeafIter::Class_Version());
14298    return(1 || funcname || hash || result7 || libp) ;
14299 }
14300 
14301 static int G__G__Tree_206_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14302 {
14303       TTreeFriendLeafIter::Dictionary();
14304       G__setnull(result7);
14305    return(1 || funcname || hash || result7 || libp) ;
14306 }
14307 
14308 static int G__G__Tree_206_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14309 {
14310       ((TTreeFriendLeafIter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14311       G__setnull(result7);
14312    return(1 || funcname || hash || result7 || libp) ;
14313 }
14314 
14315 static int G__G__Tree_206_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14316 {
14317       G__letint(result7, 67, (long) TTreeFriendLeafIter::DeclFileName());
14318    return(1 || funcname || hash || result7 || libp) ;
14319 }
14320 
14321 static int G__G__Tree_206_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14322 {
14323       G__letint(result7, 105, (long) TTreeFriendLeafIter::ImplFileLine());
14324    return(1 || funcname || hash || result7 || libp) ;
14325 }
14326 
14327 static int G__G__Tree_206_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14328 {
14329       G__letint(result7, 67, (long) TTreeFriendLeafIter::ImplFileName());
14330    return(1 || funcname || hash || result7 || libp) ;
14331 }
14332 
14333 static int G__G__Tree_206_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14334 {
14335       G__letint(result7, 105, (long) TTreeFriendLeafIter::DeclFileLine());
14336    return(1 || funcname || hash || result7 || libp) ;
14337 }
14338 
14339 // automatic destructor
14340 typedef TTreeFriendLeafIter G__TTTreeFriendLeafIter;
14341 static int G__G__Tree_206_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14342 {
14343    char* gvp = (char*) G__getgvp();
14344    long soff = G__getstructoffset();
14345    int n = G__getaryconstruct();
14346    //
14347    //has_a_delete: 0
14348    //has_own_delete1arg: 0
14349    //has_own_delete2arg: 0
14350    //
14351    if (!soff) {
14352      return(1);
14353    }
14354    if (n) {
14355      if (gvp == (char*)G__PVOID) {
14356        delete[] (TTreeFriendLeafIter*) soff;
14357      } else {
14358        G__setgvp((long) G__PVOID);
14359        for (int i = n - 1; i >= 0; --i) {
14360          ((TTreeFriendLeafIter*) (soff+(sizeof(TTreeFriendLeafIter)*i)))->~G__TTTreeFriendLeafIter();
14361        }
14362        G__setgvp((long)gvp);
14363      }
14364    } else {
14365      if (gvp == (char*)G__PVOID) {
14366        delete (TTreeFriendLeafIter*) soff;
14367      } else {
14368        G__setgvp((long) G__PVOID);
14369        ((TTreeFriendLeafIter*) (soff))->~G__TTTreeFriendLeafIter();
14370        G__setgvp((long)gvp);
14371      }
14372    }
14373    G__setnull(result7);
14374    return(1 || funcname || hash || result7 || libp) ;
14375 }
14376 
14377 
14378 /* TBranchObject */
14379 static int G__G__Tree_211_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14380 {
14381    TBranchObject* p = NULL;
14382    char* gvp = (char*) G__getgvp();
14383    int n = G__getaryconstruct();
14384    if (n) {
14385      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14386        p = new TBranchObject[n];
14387      } else {
14388        p = new((void*) gvp) TBranchObject[n];
14389      }
14390    } else {
14391      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14392        p = new TBranchObject;
14393      } else {
14394        p = new((void*) gvp) TBranchObject;
14395      }
14396    }
14397    result7->obj.i = (long) p;
14398    result7->ref = (long) p;
14399    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchObject));
14400    return(1 || funcname || hash || result7 || libp) ;
14401 }
14402 
14403 static int G__G__Tree_211_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14404 {
14405    TBranchObject* p = NULL;
14406    char* gvp = (char*) G__getgvp();
14407    switch (libp->paran) {
14408    case 8:
14409      //m: 8
14410      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14411        p = new TBranchObject(
14412 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14413 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14414 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14415 , (Int_t) G__int(libp->para[6]), (Bool_t) G__int(libp->para[7]));
14416      } else {
14417        p = new((void*) gvp) TBranchObject(
14418 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14419 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14420 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14421 , (Int_t) G__int(libp->para[6]), (Bool_t) G__int(libp->para[7]));
14422      }
14423      break;
14424    case 7:
14425      //m: 7
14426      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14427        p = new TBranchObject(
14428 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14429 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14430 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14431 , (Int_t) G__int(libp->para[6]));
14432      } else {
14433        p = new((void*) gvp) TBranchObject(
14434 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14435 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14436 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14437 , (Int_t) G__int(libp->para[6]));
14438      }
14439      break;
14440    case 6:
14441      //m: 6
14442      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14443        p = new TBranchObject(
14444 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14445 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14446 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14447      } else {
14448        p = new((void*) gvp) TBranchObject(
14449 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14450 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14451 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14452      }
14453      break;
14454    case 5:
14455      //m: 5
14456      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14457        p = new TBranchObject(
14458 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14459 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14460 , (Int_t) G__int(libp->para[4]));
14461      } else {
14462        p = new((void*) gvp) TBranchObject(
14463 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14464 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14465 , (Int_t) G__int(libp->para[4]));
14466      }
14467      break;
14468    case 4:
14469      //m: 4
14470      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14471        p = new TBranchObject(
14472 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14473 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
14474      } else {
14475        p = new((void*) gvp) TBranchObject(
14476 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14477 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
14478      }
14479      break;
14480    }
14481    result7->obj.i = (long) p;
14482    result7->ref = (long) p;
14483    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchObject));
14484    return(1 || funcname || hash || result7 || libp) ;
14485 }
14486 
14487 static int G__G__Tree_211_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14488 {
14489    TBranchObject* p = NULL;
14490    char* gvp = (char*) G__getgvp();
14491    switch (libp->paran) {
14492    case 8:
14493      //m: 8
14494      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14495        p = new TBranchObject(
14496 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14497 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14498 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14499 , (Int_t) G__int(libp->para[6]), (Bool_t) G__int(libp->para[7]));
14500      } else {
14501        p = new((void*) gvp) TBranchObject(
14502 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14503 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14504 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14505 , (Int_t) G__int(libp->para[6]), (Bool_t) G__int(libp->para[7]));
14506      }
14507      break;
14508    case 7:
14509      //m: 7
14510      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14511        p = new TBranchObject(
14512 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14513 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14514 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14515 , (Int_t) G__int(libp->para[6]));
14516      } else {
14517        p = new((void*) gvp) TBranchObject(
14518 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14519 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14520 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14521 , (Int_t) G__int(libp->para[6]));
14522      }
14523      break;
14524    case 6:
14525      //m: 6
14526      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14527        p = new TBranchObject(
14528 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14529 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14530 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14531      } else {
14532        p = new((void*) gvp) TBranchObject(
14533 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14534 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14535 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14536      }
14537      break;
14538    case 5:
14539      //m: 5
14540      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14541        p = new TBranchObject(
14542 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14543 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14544 , (Int_t) G__int(libp->para[4]));
14545      } else {
14546        p = new((void*) gvp) TBranchObject(
14547 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14548 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3])
14549 , (Int_t) G__int(libp->para[4]));
14550      }
14551      break;
14552    case 4:
14553      //m: 4
14554      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14555        p = new TBranchObject(
14556 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14557 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
14558      } else {
14559        p = new((void*) gvp) TBranchObject(
14560 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14561 , (const char*) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
14562      }
14563      break;
14564    }
14565    result7->obj.i = (long) p;
14566    result7->ref = (long) p;
14567    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchObject));
14568    return(1 || funcname || hash || result7 || libp) ;
14569 }
14570 
14571 static int G__G__Tree_211_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14572 {
14573       G__letint(result7, 67, (long) ((TBranchObject*) G__getstructoffset())->GetObjClassName());
14574    return(1 || funcname || hash || result7 || libp) ;
14575 }
14576 
14577 static int G__G__Tree_211_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14578 {
14579       G__letint(result7, 85, (long) TBranchObject::Class());
14580    return(1 || funcname || hash || result7 || libp) ;
14581 }
14582 
14583 static int G__G__Tree_211_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14584 {
14585       G__letint(result7, 67, (long) TBranchObject::Class_Name());
14586    return(1 || funcname || hash || result7 || libp) ;
14587 }
14588 
14589 static int G__G__Tree_211_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14590 {
14591       G__letint(result7, 115, (long) TBranchObject::Class_Version());
14592    return(1 || funcname || hash || result7 || libp) ;
14593 }
14594 
14595 static int G__G__Tree_211_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14596 {
14597       TBranchObject::Dictionary();
14598       G__setnull(result7);
14599    return(1 || funcname || hash || result7 || libp) ;
14600 }
14601 
14602 static int G__G__Tree_211_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14603 {
14604       ((TBranchObject*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14605       G__setnull(result7);
14606    return(1 || funcname || hash || result7 || libp) ;
14607 }
14608 
14609 static int G__G__Tree_211_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14610 {
14611       G__letint(result7, 67, (long) TBranchObject::DeclFileName());
14612    return(1 || funcname || hash || result7 || libp) ;
14613 }
14614 
14615 static int G__G__Tree_211_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14616 {
14617       G__letint(result7, 105, (long) TBranchObject::ImplFileLine());
14618    return(1 || funcname || hash || result7 || libp) ;
14619 }
14620 
14621 static int G__G__Tree_211_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14622 {
14623       G__letint(result7, 67, (long) TBranchObject::ImplFileName());
14624    return(1 || funcname || hash || result7 || libp) ;
14625 }
14626 
14627 static int G__G__Tree_211_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14628 {
14629       G__letint(result7, 105, (long) TBranchObject::DeclFileLine());
14630    return(1 || funcname || hash || result7 || libp) ;
14631 }
14632 
14633 // automatic destructor
14634 typedef TBranchObject G__TTBranchObject;
14635 static int G__G__Tree_211_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14636 {
14637    char* gvp = (char*) G__getgvp();
14638    long soff = G__getstructoffset();
14639    int n = G__getaryconstruct();
14640    //
14641    //has_a_delete: 1
14642    //has_own_delete1arg: 0
14643    //has_own_delete2arg: 0
14644    //
14645    if (!soff) {
14646      return(1);
14647    }
14648    if (n) {
14649      if (gvp == (char*)G__PVOID) {
14650        delete[] (TBranchObject*) soff;
14651      } else {
14652        G__setgvp((long) G__PVOID);
14653        for (int i = n - 1; i >= 0; --i) {
14654          ((TBranchObject*) (soff+(sizeof(TBranchObject)*i)))->~G__TTBranchObject();
14655        }
14656        G__setgvp((long)gvp);
14657      }
14658    } else {
14659      if (gvp == (char*)G__PVOID) {
14660        delete (TBranchObject*) soff;
14661      } else {
14662        G__setgvp((long) G__PVOID);
14663        ((TBranchObject*) (soff))->~G__TTBranchObject();
14664        G__setgvp((long)gvp);
14665      }
14666    }
14667    G__setnull(result7);
14668    return(1 || funcname || hash || result7 || libp) ;
14669 }
14670 
14671 
14672 /* TIndArray */
14673 static int G__G__Tree_225_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14674 {
14675    TIndArray* p = NULL;
14676    char* gvp = (char*) G__getgvp();
14677    int n = G__getaryconstruct();
14678    if (n) {
14679      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14680        p = new TIndArray[n];
14681      } else {
14682        p = new((void*) gvp) TIndArray[n];
14683      }
14684    } else {
14685      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14686        p = new TIndArray;
14687      } else {
14688        p = new((void*) gvp) TIndArray;
14689      }
14690    }
14691    result7->obj.i = (long) p;
14692    result7->ref = (long) p;
14693    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TIndArray));
14694    return(1 || funcname || hash || result7 || libp) ;
14695 }
14696 
14697 static int G__G__Tree_225_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14698 {
14699       ((TIndArray*) G__getstructoffset())->Reserve((UInt_t) G__int(libp->para[0]));
14700       G__setnull(result7);
14701    return(1 || funcname || hash || result7 || libp) ;
14702 }
14703 
14704 static int G__G__Tree_225_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14705 {
14706       G__letint(result7, 104, (long) ((TIndArray*) G__getstructoffset())->GetCapacity());
14707    return(1 || funcname || hash || result7 || libp) ;
14708 }
14709 
14710 static int G__G__Tree_225_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14711 {
14712       G__letint(result7, 104, (long) ((TIndArray*) G__getstructoffset())->GetNumItems());
14713    return(1 || funcname || hash || result7 || libp) ;
14714 }
14715 
14716 static int G__G__Tree_225_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14717 {
14718       ((TIndArray*) G__getstructoffset())->SetNumItems((UInt_t) G__int(libp->para[0]));
14719       G__setnull(result7);
14720    return(1 || funcname || hash || result7 || libp) ;
14721 }
14722 
14723 static int G__G__Tree_225_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14724 {
14725       {
14726          const UChar_t& obj = ((TIndArray*) G__getstructoffset())->At((Int_t) G__int(libp->para[0]));
14727          result7->ref = (long) (&obj);
14728          G__letint(result7, 'b', (long)obj);
14729       }
14730    return(1 || funcname || hash || result7 || libp) ;
14731 }
14732 
14733 static int G__G__Tree_225_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14734 {
14735       ((TIndArray*) G__getstructoffset())->Clear();
14736       G__setnull(result7);
14737    return(1 || funcname || hash || result7 || libp) ;
14738 }
14739 
14740 // automatic copy constructor
14741 static int G__G__Tree_225_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14742 
14743 {
14744    TIndArray* p;
14745    void* tmp = (void*) G__int(libp->para[0]);
14746    p = new TIndArray(*(TIndArray*) tmp);
14747    result7->obj.i = (long) p;
14748    result7->ref = (long) p;
14749    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TIndArray));
14750    return(1 || funcname || hash || result7 || libp) ;
14751 }
14752 
14753 // automatic destructor
14754 typedef TIndArray G__TTIndArray;
14755 static int G__G__Tree_225_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14756 {
14757    char* gvp = (char*) G__getgvp();
14758    long soff = G__getstructoffset();
14759    int n = G__getaryconstruct();
14760    //
14761    //has_a_delete: 0
14762    //has_own_delete1arg: 0
14763    //has_own_delete2arg: 0
14764    //
14765    if (!soff) {
14766      return(1);
14767    }
14768    if (n) {
14769      if (gvp == (char*)G__PVOID) {
14770        delete[] (TIndArray*) soff;
14771      } else {
14772        G__setgvp((long) G__PVOID);
14773        for (int i = n - 1; i >= 0; --i) {
14774          ((TIndArray*) (soff+(sizeof(TIndArray)*i)))->~G__TTIndArray();
14775        }
14776        G__setgvp((long)gvp);
14777      }
14778    } else {
14779      if (gvp == (char*)G__PVOID) {
14780        delete (TIndArray*) soff;
14781      } else {
14782        G__setgvp((long) G__PVOID);
14783        ((TIndArray*) (soff))->~G__TTIndArray();
14784        G__setgvp((long)gvp);
14785      }
14786    }
14787    G__setnull(result7);
14788    return(1 || funcname || hash || result7 || libp) ;
14789 }
14790 
14791 // automatic assignment operator
14792 static int G__G__Tree_225_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14793 {
14794    TIndArray* dest = (TIndArray*) G__getstructoffset();
14795    *dest = *(TIndArray*) libp->para[0].ref;
14796    const TIndArray& obj = *dest;
14797    result7->ref = (long) (&obj);
14798    result7->obj.i = (long) (&obj);
14799    return(1 || funcname || hash || result7 || libp) ;
14800 }
14801 
14802 
14803 /* TBranchSTL */
14804 static int G__G__Tree_226_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14805 {
14806    TBranchSTL* p = NULL;
14807    char* gvp = (char*) G__getgvp();
14808    int n = G__getaryconstruct();
14809    if (n) {
14810      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14811        p = new TBranchSTL[n];
14812      } else {
14813        p = new((void*) gvp) TBranchSTL[n];
14814      }
14815    } else {
14816      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14817        p = new TBranchSTL;
14818      } else {
14819        p = new((void*) gvp) TBranchSTL;
14820      }
14821    }
14822    result7->obj.i = (long) p;
14823    result7->ref = (long) p;
14824    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL));
14825    return(1 || funcname || hash || result7 || libp) ;
14826 }
14827 
14828 static int G__G__Tree_226_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14829 {
14830    TBranchSTL* p = NULL;
14831    char* gvp = (char*) G__getgvp();
14832    //m: 5
14833    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14834      p = new TBranchSTL(
14835 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14836 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
14837 , (Int_t) G__int(libp->para[4]));
14838    } else {
14839      p = new((void*) gvp) TBranchSTL(
14840 (TTree*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14841 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
14842 , (Int_t) G__int(libp->para[4]));
14843    }
14844    result7->obj.i = (long) p;
14845    result7->ref = (long) p;
14846    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL));
14847    return(1 || funcname || hash || result7 || libp) ;
14848 }
14849 
14850 static int G__G__Tree_226_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14851 {
14852    TBranchSTL* p = NULL;
14853    char* gvp = (char*) G__getgvp();
14854    //m: 7
14855    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14856      p = new TBranchSTL(
14857 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14858 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
14859 , (Int_t) G__int(libp->para[4]), (TStreamerInfo*) G__int(libp->para[5])
14860 , (Int_t) G__int(libp->para[6]));
14861    } else {
14862      p = new((void*) gvp) TBranchSTL(
14863 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
14864 , (TVirtualCollectionProxy*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
14865 , (Int_t) G__int(libp->para[4]), (TStreamerInfo*) G__int(libp->para[5])
14866 , (Int_t) G__int(libp->para[6]));
14867    }
14868    result7->obj.i = (long) p;
14869    result7->ref = (long) p;
14870    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL));
14871    return(1 || funcname || hash || result7 || libp) ;
14872 }
14873 
14874 static int G__G__Tree_226_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14875 {
14876       G__letint(result7, 85, (long) ((const TBranchSTL*) G__getstructoffset())->GetInfo());
14877    return(1 || funcname || hash || result7 || libp) ;
14878 }
14879 
14880 static int G__G__Tree_226_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14881 {
14882       G__letint(result7, 85, (long) TBranchSTL::Class());
14883    return(1 || funcname || hash || result7 || libp) ;
14884 }
14885 
14886 static int G__G__Tree_226_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14887 {
14888       G__letint(result7, 67, (long) TBranchSTL::Class_Name());
14889    return(1 || funcname || hash || result7 || libp) ;
14890 }
14891 
14892 static int G__G__Tree_226_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14893 {
14894       G__letint(result7, 115, (long) TBranchSTL::Class_Version());
14895    return(1 || funcname || hash || result7 || libp) ;
14896 }
14897 
14898 static int G__G__Tree_226_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14899 {
14900       TBranchSTL::Dictionary();
14901       G__setnull(result7);
14902    return(1 || funcname || hash || result7 || libp) ;
14903 }
14904 
14905 static int G__G__Tree_226_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14906 {
14907       ((TBranchSTL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14908       G__setnull(result7);
14909    return(1 || funcname || hash || result7 || libp) ;
14910 }
14911 
14912 static int G__G__Tree_226_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14913 {
14914       G__letint(result7, 67, (long) TBranchSTL::DeclFileName());
14915    return(1 || funcname || hash || result7 || libp) ;
14916 }
14917 
14918 static int G__G__Tree_226_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14919 {
14920       G__letint(result7, 105, (long) TBranchSTL::ImplFileLine());
14921    return(1 || funcname || hash || result7 || libp) ;
14922 }
14923 
14924 static int G__G__Tree_226_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14925 {
14926       G__letint(result7, 67, (long) TBranchSTL::ImplFileName());
14927    return(1 || funcname || hash || result7 || libp) ;
14928 }
14929 
14930 static int G__G__Tree_226_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14931 {
14932       G__letint(result7, 105, (long) TBranchSTL::DeclFileLine());
14933    return(1 || funcname || hash || result7 || libp) ;
14934 }
14935 
14936 // automatic destructor
14937 typedef TBranchSTL G__TTBranchSTL;
14938 static int G__G__Tree_226_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14939 {
14940    char* gvp = (char*) G__getgvp();
14941    long soff = G__getstructoffset();
14942    int n = G__getaryconstruct();
14943    //
14944    //has_a_delete: 1
14945    //has_own_delete1arg: 0
14946    //has_own_delete2arg: 0
14947    //
14948    if (!soff) {
14949      return(1);
14950    }
14951    if (n) {
14952      if (gvp == (char*)G__PVOID) {
14953        delete[] (TBranchSTL*) soff;
14954      } else {
14955        G__setgvp((long) G__PVOID);
14956        for (int i = n - 1; i >= 0; --i) {
14957          ((TBranchSTL*) (soff+(sizeof(TBranchSTL)*i)))->~G__TTBranchSTL();
14958        }
14959        G__setgvp((long)gvp);
14960      }
14961    } else {
14962      if (gvp == (char*)G__PVOID) {
14963        delete (TBranchSTL*) soff;
14964      } else {
14965        G__setgvp((long) G__PVOID);
14966        ((TBranchSTL*) (soff))->~G__TTBranchSTL();
14967        G__setgvp((long)gvp);
14968      }
14969    }
14970    G__setnull(result7);
14971    return(1 || funcname || hash || result7 || libp) ;
14972 }
14973 
14974 
14975 /* TChainElement */
14976 static int G__G__Tree_234_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14977 {
14978    TChainElement* p = NULL;
14979    char* gvp = (char*) G__getgvp();
14980    int n = G__getaryconstruct();
14981    if (n) {
14982      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14983        p = new TChainElement[n];
14984      } else {
14985        p = new((void*) gvp) TChainElement[n];
14986      }
14987    } else {
14988      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14989        p = new TChainElement;
14990      } else {
14991        p = new((void*) gvp) TChainElement;
14992      }
14993    }
14994    result7->obj.i = (long) p;
14995    result7->ref = (long) p;
14996    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TChainElement));
14997    return(1 || funcname || hash || result7 || libp) ;
14998 }
14999 
15000 static int G__G__Tree_234_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15001 {
15002    TChainElement* p = NULL;
15003    char* gvp = (char*) G__getgvp();
15004    //m: 2
15005    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15006      p = new TChainElement((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15007    } else {
15008      p = new((void*) gvp) TChainElement((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15009    }
15010    result7->obj.i = (long) p;
15011    result7->ref = (long) p;
15012    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TChainElement));
15013    return(1 || funcname || hash || result7 || libp) ;
15014 }
15015 
15016 static int G__G__Tree_234_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15017 {
15018       ((TChainElement*) G__getstructoffset())->CreatePackets();
15019       G__setnull(result7);
15020    return(1 || funcname || hash || result7 || libp) ;
15021 }
15022 
15023 static int G__G__Tree_234_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15024 {
15025       G__letint(result7, 89, (long) ((const TChainElement*) G__getstructoffset())->GetBaddress());
15026    return(1 || funcname || hash || result7 || libp) ;
15027 }
15028 
15029 static int G__G__Tree_234_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15030 {
15031       G__letint(result7, 67, (long) ((const TChainElement*) G__getstructoffset())->GetBaddressClassName());
15032    return(1 || funcname || hash || result7 || libp) ;
15033 }
15034 
15035 static int G__G__Tree_234_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15036 {
15037       G__letint(result7, 103, (long) ((const TChainElement*) G__getstructoffset())->GetBaddressIsPtr());
15038    return(1 || funcname || hash || result7 || libp) ;
15039 }
15040 
15041 static int G__G__Tree_234_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15042 {
15043       G__letint(result7, 104, (long) ((const TChainElement*) G__getstructoffset())->GetBaddressType());
15044    return(1 || funcname || hash || result7 || libp) ;
15045 }
15046 
15047 static int G__G__Tree_234_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15048 {
15049       G__letint(result7, 85, (long) ((const TChainElement*) G__getstructoffset())->GetBranchPtr());
15050    return(1 || funcname || hash || result7 || libp) ;
15051 }
15052 
15053 static int G__G__Tree_234_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15054 {
15055       G__letLonglong(result7, 110, (G__int64) ((const TChainElement*) G__getstructoffset())->GetEntries());
15056    return(1 || funcname || hash || result7 || libp) ;
15057 }
15058 
15059 static int G__G__Tree_234_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15060 {
15061       G__letint(result7, 67, (long) ((const TChainElement*) G__getstructoffset())->GetPackets());
15062    return(1 || funcname || hash || result7 || libp) ;
15063 }
15064 
15065 static int G__G__Tree_234_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15066 {
15067       G__letint(result7, 105, (long) ((const TChainElement*) G__getstructoffset())->GetPacketSize());
15068    return(1 || funcname || hash || result7 || libp) ;
15069 }
15070 
15071 static int G__G__Tree_234_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15072 {
15073       G__letint(result7, 105, (long) ((const TChainElement*) G__getstructoffset())->GetStatus());
15074    return(1 || funcname || hash || result7 || libp) ;
15075 }
15076 
15077 static int G__G__Tree_234_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15078 {
15079       G__letint(result7, 103, (long) ((TChainElement*) G__getstructoffset())->HasBeenLookedUp());
15080    return(1 || funcname || hash || result7 || libp) ;
15081 }
15082 
15083 static int G__G__Tree_234_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15084 {
15085       ((TChainElement*) G__getstructoffset())->SetBaddress((void*) G__int(libp->para[0]));
15086       G__setnull(result7);
15087    return(1 || funcname || hash || result7 || libp) ;
15088 }
15089 
15090 static int G__G__Tree_234_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15091 {
15092       ((TChainElement*) G__getstructoffset())->SetBaddressClassName((const char*) G__int(libp->para[0]));
15093       G__setnull(result7);
15094    return(1 || funcname || hash || result7 || libp) ;
15095 }
15096 
15097 static int G__G__Tree_234_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15098 {
15099       ((TChainElement*) G__getstructoffset())->SetBaddressIsPtr((Bool_t) G__int(libp->para[0]));
15100       G__setnull(result7);
15101    return(1 || funcname || hash || result7 || libp) ;
15102 }
15103 
15104 static int G__G__Tree_234_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15105 {
15106       ((TChainElement*) G__getstructoffset())->SetBaddressType((UInt_t) G__int(libp->para[0]));
15107       G__setnull(result7);
15108    return(1 || funcname || hash || result7 || libp) ;
15109 }
15110 
15111 static int G__G__Tree_234_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15112 {
15113       ((TChainElement*) G__getstructoffset())->SetBranchPtr((TBranch**) G__int(libp->para[0]));
15114       G__setnull(result7);
15115    return(1 || funcname || hash || result7 || libp) ;
15116 }
15117 
15118 static int G__G__Tree_234_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15119 {
15120    switch (libp->paran) {
15121    case 1:
15122       ((TChainElement*) G__getstructoffset())->SetLookedUp((Bool_t) G__int(libp->para[0]));
15123       G__setnull(result7);
15124       break;
15125    case 0:
15126       ((TChainElement*) G__getstructoffset())->SetLookedUp();
15127       G__setnull(result7);
15128       break;
15129    }
15130    return(1 || funcname || hash || result7 || libp) ;
15131 }
15132 
15133 static int G__G__Tree_234_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15134 {
15135       ((TChainElement*) G__getstructoffset())->SetNumberEntries((Long64_t) G__Longlong(libp->para[0]));
15136       G__setnull(result7);
15137    return(1 || funcname || hash || result7 || libp) ;
15138 }
15139 
15140 static int G__G__Tree_234_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15141 {
15142    switch (libp->paran) {
15143    case 1:
15144       ((TChainElement*) G__getstructoffset())->SetPacketSize((Int_t) G__int(libp->para[0]));
15145       G__setnull(result7);
15146       break;
15147    case 0:
15148       ((TChainElement*) G__getstructoffset())->SetPacketSize();
15149       G__setnull(result7);
15150       break;
15151    }
15152    return(1 || funcname || hash || result7 || libp) ;
15153 }
15154 
15155 static int G__G__Tree_234_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15156 {
15157       ((TChainElement*) G__getstructoffset())->SetStatus((Int_t) G__int(libp->para[0]));
15158       G__setnull(result7);
15159    return(1 || funcname || hash || result7 || libp) ;
15160 }
15161 
15162 static int G__G__Tree_234_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15163 {
15164       G__letint(result7, 85, (long) TChainElement::Class());
15165    return(1 || funcname || hash || result7 || libp) ;
15166 }
15167 
15168 static int G__G__Tree_234_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15169 {
15170       G__letint(result7, 67, (long) TChainElement::Class_Name());
15171    return(1 || funcname || hash || result7 || libp) ;
15172 }
15173 
15174 static int G__G__Tree_234_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15175 {
15176       G__letint(result7, 115, (long) TChainElement::Class_Version());
15177    return(1 || funcname || hash || result7 || libp) ;
15178 }
15179 
15180 static int G__G__Tree_234_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15181 {
15182       TChainElement::Dictionary();
15183       G__setnull(result7);
15184    return(1 || funcname || hash || result7 || libp) ;
15185 }
15186 
15187 static int G__G__Tree_234_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15188 {
15189       ((TChainElement*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15190       G__setnull(result7);
15191    return(1 || funcname || hash || result7 || libp) ;
15192 }
15193 
15194 static int G__G__Tree_234_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15195 {
15196       G__letint(result7, 67, (long) TChainElement::DeclFileName());
15197    return(1 || funcname || hash || result7 || libp) ;
15198 }
15199 
15200 static int G__G__Tree_234_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15201 {
15202       G__letint(result7, 105, (long) TChainElement::ImplFileLine());
15203    return(1 || funcname || hash || result7 || libp) ;
15204 }
15205 
15206 static int G__G__Tree_234_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15207 {
15208       G__letint(result7, 67, (long) TChainElement::ImplFileName());
15209    return(1 || funcname || hash || result7 || libp) ;
15210 }
15211 
15212 static int G__G__Tree_234_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15213 {
15214       G__letint(result7, 105, (long) TChainElement::DeclFileLine());
15215    return(1 || funcname || hash || result7 || libp) ;
15216 }
15217 
15218 // automatic copy constructor
15219 static int G__G__Tree_234_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15220 
15221 {
15222    TChainElement* p;
15223    void* tmp = (void*) G__int(libp->para[0]);
15224    p = new TChainElement(*(TChainElement*) tmp);
15225    result7->obj.i = (long) p;
15226    result7->ref = (long) p;
15227    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TChainElement));
15228    return(1 || funcname || hash || result7 || libp) ;
15229 }
15230 
15231 // automatic destructor
15232 typedef TChainElement G__TTChainElement;
15233 static int G__G__Tree_234_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15234 {
15235    char* gvp = (char*) G__getgvp();
15236    long soff = G__getstructoffset();
15237    int n = G__getaryconstruct();
15238    //
15239    //has_a_delete: 1
15240    //has_own_delete1arg: 0
15241    //has_own_delete2arg: 0
15242    //
15243    if (!soff) {
15244      return(1);
15245    }
15246    if (n) {
15247      if (gvp == (char*)G__PVOID) {
15248        delete[] (TChainElement*) soff;
15249      } else {
15250        G__setgvp((long) G__PVOID);
15251        for (int i = n - 1; i >= 0; --i) {
15252          ((TChainElement*) (soff+(sizeof(TChainElement)*i)))->~G__TTChainElement();
15253        }
15254        G__setgvp((long)gvp);
15255      }
15256    } else {
15257      if (gvp == (char*)G__PVOID) {
15258        delete (TChainElement*) soff;
15259      } else {
15260        G__setgvp((long) G__PVOID);
15261        ((TChainElement*) (soff))->~G__TTChainElement();
15262        G__setgvp((long)gvp);
15263      }
15264    }
15265    G__setnull(result7);
15266    return(1 || funcname || hash || result7 || libp) ;
15267 }
15268 
15269 // automatic assignment operator
15270 static int G__G__Tree_234_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15271 {
15272    TChainElement* dest = (TChainElement*) G__getstructoffset();
15273    *dest = *(TChainElement*) libp->para[0].ref;
15274    const TChainElement& obj = *dest;
15275    result7->ref = (long) (&obj);
15276    result7->obj.i = (long) (&obj);
15277    return(1 || funcname || hash || result7 || libp) ;
15278 }
15279 
15280 
15281 /* TChain */
15282 static int G__G__Tree_236_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15283 {
15284    TChain* p = NULL;
15285    char* gvp = (char*) G__getgvp();
15286    int n = G__getaryconstruct();
15287    if (n) {
15288      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15289        p = new TChain[n];
15290      } else {
15291        p = new((void*) gvp) TChain[n];
15292      }
15293    } else {
15294      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15295        p = new TChain;
15296      } else {
15297        p = new((void*) gvp) TChain;
15298      }
15299    }
15300    result7->obj.i = (long) p;
15301    result7->ref = (long) p;
15302    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TChain));
15303    return(1 || funcname || hash || result7 || libp) ;
15304 }
15305 
15306 static int G__G__Tree_236_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15307 {
15308    TChain* p = NULL;
15309    char* gvp = (char*) G__getgvp();
15310    switch (libp->paran) {
15311    case 2:
15312      //m: 2
15313      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15314        p = new TChain((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15315      } else {
15316        p = new((void*) gvp) TChain((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15317      }
15318      break;
15319    case 1:
15320      //m: 1
15321      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15322        p = new TChain((const char*) G__int(libp->para[0]));
15323      } else {
15324        p = new((void*) gvp) TChain((const char*) G__int(libp->para[0]));
15325      }
15326      break;
15327    }
15328    result7->obj.i = (long) p;
15329    result7->ref = (long) p;
15330    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TChain));
15331    return(1 || funcname || hash || result7 || libp) ;
15332 }
15333 
15334 static int G__G__Tree_236_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15335 {
15336       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->Add((TChain*) G__int(libp->para[0])));
15337    return(1 || funcname || hash || result7 || libp) ;
15338 }
15339 
15340 static int G__G__Tree_236_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15341 {
15342    switch (libp->paran) {
15343    case 2:
15344       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->Add((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
15345       break;
15346    case 1:
15347       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->Add((const char*) G__int(libp->para[0])));
15348       break;
15349    }
15350    return(1 || funcname || hash || result7 || libp) ;
15351 }
15352 
15353 static int G__G__Tree_236_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15354 {
15355    switch (libp->paran) {
15356    case 3:
15357       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->AddFile((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])
15358 , (const char*) G__int(libp->para[2])));
15359       break;
15360    case 2:
15361       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->AddFile((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
15362       break;
15363    case 1:
15364       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->AddFile((const char*) G__int(libp->para[0])));
15365       break;
15366    }
15367    return(1 || funcname || hash || result7 || libp) ;
15368 }
15369 
15370 static int G__G__Tree_236_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15371 {
15372    switch (libp->paran) {
15373    case 2:
15374       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->AddFileInfoList((TCollection*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])));
15375       break;
15376    case 1:
15377       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->AddFileInfoList((TCollection*) G__int(libp->para[0])));
15378       break;
15379    }
15380    return(1 || funcname || hash || result7 || libp) ;
15381 }
15382 
15383 static int G__G__Tree_236_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15384 {
15385    switch (libp->paran) {
15386    case 1:
15387       ((TChain*) G__getstructoffset())->CanDeleteRefs((Bool_t) G__int(libp->para[0]));
15388       G__setnull(result7);
15389       break;
15390    case 0:
15391       ((TChain*) G__getstructoffset())->CanDeleteRefs();
15392       G__setnull(result7);
15393       break;
15394    }
15395    return(1 || funcname || hash || result7 || libp) ;
15396 }
15397 
15398 static int G__G__Tree_236_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15399 {
15400       ((TChain*) G__getstructoffset())->CreatePackets();
15401       G__setnull(result7);
15402    return(1 || funcname || hash || result7 || libp) ;
15403 }
15404 
15405 static int G__G__Tree_236_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15406 {
15407       G__letint(result7, 105, (long) ((const TChain*) G__getstructoffset())->GetNtrees());
15408    return(1 || funcname || hash || result7 || libp) ;
15409 }
15410 
15411 static int G__G__Tree_236_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15412 {
15413       G__letint(result7, 85, (long) ((const TChain*) G__getstructoffset())->GetFile());
15414    return(1 || funcname || hash || result7 || libp) ;
15415 }
15416 
15417 static int G__G__Tree_236_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15418 {
15419       G__letint(result7, 85, (long) ((const TChain*) G__getstructoffset())->GetListOfFiles());
15420    return(1 || funcname || hash || result7 || libp) ;
15421 }
15422 
15423 static int G__G__Tree_236_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15424 {
15425       G__letint(result7, 85, (long) ((const TChain*) G__getstructoffset())->GetStatus());
15426    return(1 || funcname || hash || result7 || libp) ;
15427 }
15428 
15429 static int G__G__Tree_236_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15430 {
15431       G__letint(result7, 78, (long) ((const TChain*) G__getstructoffset())->GetTreeOffset());
15432    return(1 || funcname || hash || result7 || libp) ;
15433 }
15434 
15435 static int G__G__Tree_236_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15436 {
15437       G__letint(result7, 105, (long) ((const TChain*) G__getstructoffset())->GetTreeOffsetLen());
15438    return(1 || funcname || hash || result7 || libp) ;
15439 }
15440 
15441 static int G__G__Tree_236_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15442 {
15443    switch (libp->paran) {
15444    case 1:
15445       ((TChain*) G__getstructoffset())->Lookup((Bool_t) G__int(libp->para[0]));
15446       G__setnull(result7);
15447       break;
15448    case 0:
15449       ((TChain*) G__getstructoffset())->Lookup();
15450       G__setnull(result7);
15451       break;
15452    }
15453    return(1 || funcname || hash || result7 || libp) ;
15454 }
15455 
15456 static int G__G__Tree_236_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15457 {
15458    switch (libp->paran) {
15459    case 3:
15460       ((TChain*) G__getstructoffset())->Loop((Option_t*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])
15461 , (Long64_t) G__Longlong(libp->para[2]));
15462       G__setnull(result7);
15463       break;
15464    case 2:
15465       ((TChain*) G__getstructoffset())->Loop((Option_t*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
15466       G__setnull(result7);
15467       break;
15468    case 1:
15469       ((TChain*) G__getstructoffset())->Loop((Option_t*) G__int(libp->para[0]));
15470       G__setnull(result7);
15471       break;
15472    case 0:
15473       ((TChain*) G__getstructoffset())->Loop();
15474       G__setnull(result7);
15475       break;
15476    }
15477    return(1 || funcname || hash || result7 || libp) ;
15478 }
15479 
15480 static int G__G__Tree_236_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15481 {
15482    switch (libp->paran) {
15483    case 2:
15484       G__letLonglong(result7, 110, (G__int64) ((TChain*) G__getstructoffset())->Merge((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1])));
15485       break;
15486    case 1:
15487       G__letLonglong(result7, 110, (G__int64) ((TChain*) G__getstructoffset())->Merge((const char*) G__int(libp->para[0])));
15488       break;
15489    }
15490    return(1 || funcname || hash || result7 || libp) ;
15491 }
15492 
15493 static int G__G__Tree_236_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15494 {
15495    switch (libp->paran) {
15496    case 3:
15497       G__letLonglong(result7, 110, (G__int64) ((TChain*) G__getstructoffset())->Merge((TFile*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15498 , (Option_t*) G__int(libp->para[2])));
15499       break;
15500    case 2:
15501       G__letLonglong(result7, 110, (G__int64) ((TChain*) G__getstructoffset())->Merge((TFile*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
15502       break;
15503    }
15504    return(1 || funcname || hash || result7 || libp) ;
15505 }
15506 
15507 static int G__G__Tree_236_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15508 {
15509    switch (libp->paran) {
15510    case 1:
15511       ((TChain*) G__getstructoffset())->SetAutoDelete((Bool_t) G__int(libp->para[0]));
15512       G__setnull(result7);
15513       break;
15514    case 0:
15515       ((TChain*) G__getstructoffset())->SetAutoDelete();
15516       G__setnull(result7);
15517       break;
15518    }
15519    return(1 || funcname || hash || result7 || libp) ;
15520 }
15521 
15522 static int G__G__Tree_236_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15523 {
15524    switch (libp->paran) {
15525    case 3:
15526       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->SetBranchAddress((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])
15527 , (TBranch**) G__int(libp->para[2])));
15528       break;
15529    case 2:
15530       G__letint(result7, 105, (long) ((TChain*) G__getstructoffset())->SetBranchAddress((const char*) G__int(libp->para[0]), (void*) G__int(libp->para[1])));
15531       break;
15532    }
15533    return(1 || funcname || hash || result7 || libp) ;
15534 }
15535 
15536 static int G__G__Tree_236_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15537 {
15538    switch (libp->paran) {
15539    case 2:
15540       ((TChain*) G__getstructoffset())->SetEntryListFile((const char*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
15541       G__setnull(result7);
15542       break;
15543    case 1:
15544       ((TChain*) G__getstructoffset())->SetEntryListFile((const char*) G__int(libp->para[0]));
15545       G__setnull(result7);
15546       break;
15547    case 0:
15548       ((TChain*) G__getstructoffset())->SetEntryListFile();
15549       G__setnull(result7);
15550       break;
15551    }
15552    return(1 || funcname || hash || result7 || libp) ;
15553 }
15554 
15555 static int G__G__Tree_236_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15556 {
15557    switch (libp->paran) {
15558    case 1:
15559       ((TChain*) G__getstructoffset())->SetPacketSize((Int_t) G__int(libp->para[0]));
15560       G__setnull(result7);
15561       break;
15562    case 0:
15563       ((TChain*) G__getstructoffset())->SetPacketSize();
15564       G__setnull(result7);
15565       break;
15566    }
15567    return(1 || funcname || hash || result7 || libp) ;
15568 }
15569 
15570 static int G__G__Tree_236_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15571 {
15572    switch (libp->paran) {
15573    case 3:
15574       ((TChain*) G__getstructoffset())->SetProof((Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
15575 , (Bool_t) G__int(libp->para[2]));
15576       G__setnull(result7);
15577       break;
15578    case 2:
15579       ((TChain*) G__getstructoffset())->SetProof((Bool_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
15580       G__setnull(result7);
15581       break;
15582    case 1:
15583       ((TChain*) G__getstructoffset())->SetProof((Bool_t) G__int(libp->para[0]));
15584       G__setnull(result7);
15585       break;
15586    case 0:
15587       ((TChain*) G__getstructoffset())->SetProof();
15588       G__setnull(result7);
15589       break;
15590    }
15591    return(1 || funcname || hash || result7 || libp) ;
15592 }
15593 
15594 static int G__G__Tree_236_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15595 {
15596    switch (libp->paran) {
15597    case 2:
15598       ((TChain*) G__getstructoffset())->UseCache((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
15599       G__setnull(result7);
15600       break;
15601    case 1:
15602       ((TChain*) G__getstructoffset())->UseCache((Int_t) G__int(libp->para[0]));
15603       G__setnull(result7);
15604       break;
15605    case 0:
15606       ((TChain*) G__getstructoffset())->UseCache();
15607       G__setnull(result7);
15608       break;
15609    }
15610    return(1 || funcname || hash || result7 || libp) ;
15611 }
15612 
15613 static int G__G__Tree_236_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15614 {
15615       G__letint(result7, 85, (long) TChain::Class());
15616    return(1 || funcname || hash || result7 || libp) ;
15617 }
15618 
15619 static int G__G__Tree_236_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15620 {
15621       G__letint(result7, 67, (long) TChain::Class_Name());
15622    return(1 || funcname || hash || result7 || libp) ;
15623 }
15624 
15625 static int G__G__Tree_236_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15626 {
15627       G__letint(result7, 115, (long) TChain::Class_Version());
15628    return(1 || funcname || hash || result7 || libp) ;
15629 }
15630 
15631 static int G__G__Tree_236_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15632 {
15633       TChain::Dictionary();
15634       G__setnull(result7);
15635    return(1 || funcname || hash || result7 || libp) ;
15636 }
15637 
15638 static int G__G__Tree_236_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15639 {
15640       ((TChain*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15641       G__setnull(result7);
15642    return(1 || funcname || hash || result7 || libp) ;
15643 }
15644 
15645 static int G__G__Tree_236_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15646 {
15647       G__letint(result7, 67, (long) TChain::DeclFileName());
15648    return(1 || funcname || hash || result7 || libp) ;
15649 }
15650 
15651 static int G__G__Tree_236_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15652 {
15653       G__letint(result7, 105, (long) TChain::ImplFileLine());
15654    return(1 || funcname || hash || result7 || libp) ;
15655 }
15656 
15657 static int G__G__Tree_236_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15658 {
15659       G__letint(result7, 67, (long) TChain::ImplFileName());
15660    return(1 || funcname || hash || result7 || libp) ;
15661 }
15662 
15663 static int G__G__Tree_236_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15664 {
15665       G__letint(result7, 105, (long) TChain::DeclFileLine());
15666    return(1 || funcname || hash || result7 || libp) ;
15667 }
15668 
15669 // automatic destructor
15670 typedef TChain G__TTChain;
15671 static int G__G__Tree_236_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15672 {
15673    char* gvp = (char*) G__getgvp();
15674    long soff = G__getstructoffset();
15675    int n = G__getaryconstruct();
15676    //
15677    //has_a_delete: 1
15678    //has_own_delete1arg: 0
15679    //has_own_delete2arg: 0
15680    //
15681    if (!soff) {
15682      return(1);
15683    }
15684    if (n) {
15685      if (gvp == (char*)G__PVOID) {
15686        delete[] (TChain*) soff;
15687      } else {
15688        G__setgvp((long) G__PVOID);
15689        for (int i = n - 1; i >= 0; --i) {
15690          ((TChain*) (soff+(sizeof(TChain)*i)))->~G__TTChain();
15691        }
15692        G__setgvp((long)gvp);
15693      }
15694    } else {
15695      if (gvp == (char*)G__PVOID) {
15696        delete (TChain*) soff;
15697      } else {
15698        G__setgvp((long) G__PVOID);
15699        ((TChain*) (soff))->~G__TTChain();
15700        G__setgvp((long)gvp);
15701      }
15702    }
15703    G__setnull(result7);
15704    return(1 || funcname || hash || result7 || libp) ;
15705 }
15706 
15707 
15708 /* TEntryListBlock */
15709 static int G__G__Tree_238_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15710 {
15711    TEntryListBlock* p = NULL;
15712    char* gvp = (char*) G__getgvp();
15713    int n = G__getaryconstruct();
15714    if (n) {
15715      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15716        p = new TEntryListBlock[n];
15717      } else {
15718        p = new((void*) gvp) TEntryListBlock[n];
15719      }
15720    } else {
15721      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15722        p = new TEntryListBlock;
15723      } else {
15724        p = new((void*) gvp) TEntryListBlock;
15725      }
15726    }
15727    result7->obj.i = (long) p;
15728    result7->ref = (long) p;
15729    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock));
15730    return(1 || funcname || hash || result7 || libp) ;
15731 }
15732 
15733 static int G__G__Tree_238_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15734 {
15735    TEntryListBlock* p = NULL;
15736    char* gvp = (char*) G__getgvp();
15737    //m: 1
15738    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15739      p = new TEntryListBlock(*(TEntryListBlock*) libp->para[0].ref);
15740    } else {
15741      p = new((void*) gvp) TEntryListBlock(*(TEntryListBlock*) libp->para[0].ref);
15742    }
15743    result7->obj.i = (long) p;
15744    result7->ref = (long) p;
15745    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock));
15746    return(1 || funcname || hash || result7 || libp) ;
15747 }
15748 
15749 static int G__G__Tree_238_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15750 {
15751       G__letint(result7, 103, (long) ((TEntryListBlock*) G__getstructoffset())->Enter((Int_t) G__int(libp->para[0])));
15752    return(1 || funcname || hash || result7 || libp) ;
15753 }
15754 
15755 static int G__G__Tree_238_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15756 {
15757       G__letint(result7, 103, (long) ((TEntryListBlock*) G__getstructoffset())->Remove((Int_t) G__int(libp->para[0])));
15758    return(1 || funcname || hash || result7 || libp) ;
15759 }
15760 
15761 static int G__G__Tree_238_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15762 {
15763       G__letint(result7, 105, (long) ((TEntryListBlock*) G__getstructoffset())->Contains((Int_t) G__int(libp->para[0])));
15764    return(1 || funcname || hash || result7 || libp) ;
15765 }
15766 
15767 static int G__G__Tree_238_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15768 {
15769       ((TEntryListBlock*) G__getstructoffset())->OptimizeStorage();
15770       G__setnull(result7);
15771    return(1 || funcname || hash || result7 || libp) ;
15772 }
15773 
15774 static int G__G__Tree_238_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15775 {
15776       G__letint(result7, 105, (long) ((TEntryListBlock*) G__getstructoffset())->Merge((TEntryListBlock*) G__int(libp->para[0])));
15777    return(1 || funcname || hash || result7 || libp) ;
15778 }
15779 
15780 static int G__G__Tree_238_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15781 {
15782       G__letint(result7, 105, (long) ((TEntryListBlock*) G__getstructoffset())->Next());
15783    return(1 || funcname || hash || result7 || libp) ;
15784 }
15785 
15786 static int G__G__Tree_238_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15787 {
15788       G__letint(result7, 105, (long) ((TEntryListBlock*) G__getstructoffset())->GetEntry((Int_t) G__int(libp->para[0])));
15789    return(1 || funcname || hash || result7 || libp) ;
15790 }
15791 
15792 static int G__G__Tree_238_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15793 {
15794       ((TEntryListBlock*) G__getstructoffset())->ResetIndices();
15795       G__setnull(result7);
15796    return(1 || funcname || hash || result7 || libp) ;
15797 }
15798 
15799 static int G__G__Tree_238_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15800 {
15801       G__letint(result7, 105, (long) ((TEntryListBlock*) G__getstructoffset())->GetType());
15802    return(1 || funcname || hash || result7 || libp) ;
15803 }
15804 
15805 static int G__G__Tree_238_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15806 {
15807       G__letint(result7, 105, (long) ((TEntryListBlock*) G__getstructoffset())->GetNPassed());
15808    return(1 || funcname || hash || result7 || libp) ;
15809 }
15810 
15811 static int G__G__Tree_238_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15812 {
15813       ((const TEntryListBlock*) G__getstructoffset())->PrintWithShift((Int_t) G__int(libp->para[0]));
15814       G__setnull(result7);
15815    return(1 || funcname || hash || result7 || libp) ;
15816 }
15817 
15818 static int G__G__Tree_238_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15819 {
15820       G__letint(result7, 85, (long) TEntryListBlock::Class());
15821    return(1 || funcname || hash || result7 || libp) ;
15822 }
15823 
15824 static int G__G__Tree_238_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15825 {
15826       G__letint(result7, 67, (long) TEntryListBlock::Class_Name());
15827    return(1 || funcname || hash || result7 || libp) ;
15828 }
15829 
15830 static int G__G__Tree_238_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15831 {
15832       G__letint(result7, 115, (long) TEntryListBlock::Class_Version());
15833    return(1 || funcname || hash || result7 || libp) ;
15834 }
15835 
15836 static int G__G__Tree_238_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15837 {
15838       TEntryListBlock::Dictionary();
15839       G__setnull(result7);
15840    return(1 || funcname || hash || result7 || libp) ;
15841 }
15842 
15843 static int G__G__Tree_238_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15844 {
15845       ((TEntryListBlock*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15846       G__setnull(result7);
15847    return(1 || funcname || hash || result7 || libp) ;
15848 }
15849 
15850 static int G__G__Tree_238_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15851 {
15852       G__letint(result7, 67, (long) TEntryListBlock::DeclFileName());
15853    return(1 || funcname || hash || result7 || libp) ;
15854 }
15855 
15856 static int G__G__Tree_238_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15857 {
15858       G__letint(result7, 105, (long) TEntryListBlock::ImplFileLine());
15859    return(1 || funcname || hash || result7 || libp) ;
15860 }
15861 
15862 static int G__G__Tree_238_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15863 {
15864       G__letint(result7, 67, (long) TEntryListBlock::ImplFileName());
15865    return(1 || funcname || hash || result7 || libp) ;
15866 }
15867 
15868 static int G__G__Tree_238_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15869 {
15870       G__letint(result7, 105, (long) TEntryListBlock::DeclFileLine());
15871    return(1 || funcname || hash || result7 || libp) ;
15872 }
15873 
15874 // automatic destructor
15875 typedef TEntryListBlock G__TTEntryListBlock;
15876 static int G__G__Tree_238_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15877 {
15878    char* gvp = (char*) G__getgvp();
15879    long soff = G__getstructoffset();
15880    int n = G__getaryconstruct();
15881    //
15882    //has_a_delete: 1
15883    //has_own_delete1arg: 0
15884    //has_own_delete2arg: 0
15885    //
15886    if (!soff) {
15887      return(1);
15888    }
15889    if (n) {
15890      if (gvp == (char*)G__PVOID) {
15891        delete[] (TEntryListBlock*) soff;
15892      } else {
15893        G__setgvp((long) G__PVOID);
15894        for (int i = n - 1; i >= 0; --i) {
15895          ((TEntryListBlock*) (soff+(sizeof(TEntryListBlock)*i)))->~G__TTEntryListBlock();
15896        }
15897        G__setgvp((long)gvp);
15898      }
15899    } else {
15900      if (gvp == (char*)G__PVOID) {
15901        delete (TEntryListBlock*) soff;
15902      } else {
15903        G__setgvp((long) G__PVOID);
15904        ((TEntryListBlock*) (soff))->~G__TTEntryListBlock();
15905        G__setgvp((long)gvp);
15906      }
15907    }
15908    G__setnull(result7);
15909    return(1 || funcname || hash || result7 || libp) ;
15910 }
15911 
15912 // automatic assignment operator
15913 static int G__G__Tree_238_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15914 {
15915    TEntryListBlock* dest = (TEntryListBlock*) G__getstructoffset();
15916    *dest = *(TEntryListBlock*) libp->para[0].ref;
15917    const TEntryListBlock& obj = *dest;
15918    result7->ref = (long) (&obj);
15919    result7->obj.i = (long) (&obj);
15920    return(1 || funcname || hash || result7 || libp) ;
15921 }
15922 
15923 
15924 /* TEntryListFromFile */
15925 static int G__G__Tree_241_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15926 {
15927    TEntryListFromFile* p = NULL;
15928    char* gvp = (char*) G__getgvp();
15929    int n = G__getaryconstruct();
15930    if (n) {
15931      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15932        p = new TEntryListFromFile[n];
15933      } else {
15934        p = new((void*) gvp) TEntryListFromFile[n];
15935      }
15936    } else {
15937      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15938        p = new TEntryListFromFile;
15939      } else {
15940        p = new((void*) gvp) TEntryListFromFile;
15941      }
15942    }
15943    result7->obj.i = (long) p;
15944    result7->ref = (long) p;
15945    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile));
15946    return(1 || funcname || hash || result7 || libp) ;
15947 }
15948 
15949 static int G__G__Tree_241_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15950 {
15951    TEntryListFromFile* p = NULL;
15952    char* gvp = (char*) G__getgvp();
15953    //m: 3
15954    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15955      p = new TEntryListFromFile(
15956 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15957 , (Int_t) G__int(libp->para[2]));
15958    } else {
15959      p = new((void*) gvp) TEntryListFromFile(
15960 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15961 , (Int_t) G__int(libp->para[2]));
15962    }
15963    result7->obj.i = (long) p;
15964    result7->ref = (long) p;
15965    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile));
15966    return(1 || funcname || hash || result7 || libp) ;
15967 }
15968 
15969 static int G__G__Tree_241_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15970 {
15971       G__letLonglong(result7, 110, (G__int64) ((TEntryListFromFile*) G__getstructoffset())->GetEntries());
15972    return(1 || funcname || hash || result7 || libp) ;
15973 }
15974 
15975 static int G__G__Tree_241_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15976 {
15977       G__letLonglong(result7, 110, (G__int64) ((const TEntryListFromFile*) G__getstructoffset())->GetEntriesFast());
15978    return(1 || funcname || hash || result7 || libp) ;
15979 }
15980 
15981 static int G__G__Tree_241_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15982 {
15983       G__letint(result7, 105, (long) ((TEntryListFromFile*) G__getstructoffset())->LoadList((Int_t) G__int(libp->para[0])));
15984    return(1 || funcname || hash || result7 || libp) ;
15985 }
15986 
15987 static int G__G__Tree_241_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15988 {
15989       ((TEntryListFromFile*) G__getstructoffset())->SetFileNames((TObjArray*) G__int(libp->para[0]));
15990       G__setnull(result7);
15991    return(1 || funcname || hash || result7 || libp) ;
15992 }
15993 
15994 static int G__G__Tree_241_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15995 {
15996       ((TEntryListFromFile*) G__getstructoffset())->SetNFiles((Int_t) G__int(libp->para[0]));
15997       G__setnull(result7);
15998    return(1 || funcname || hash || result7 || libp) ;
15999 }
16000 
16001 static int G__G__Tree_241_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16002 {
16003       G__letint(result7, 85, (long) TEntryListFromFile::Class());
16004    return(1 || funcname || hash || result7 || libp) ;
16005 }
16006 
16007 static int G__G__Tree_241_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16008 {
16009       G__letint(result7, 67, (long) TEntryListFromFile::Class_Name());
16010    return(1 || funcname || hash || result7 || libp) ;
16011 }
16012 
16013 static int G__G__Tree_241_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16014 {
16015       G__letint(result7, 115, (long) TEntryListFromFile::Class_Version());
16016    return(1 || funcname || hash || result7 || libp) ;
16017 }
16018 
16019 static int G__G__Tree_241_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16020 {
16021       TEntryListFromFile::Dictionary();
16022       G__setnull(result7);
16023    return(1 || funcname || hash || result7 || libp) ;
16024 }
16025 
16026 static int G__G__Tree_241_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16027 {
16028       ((TEntryListFromFile*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16029       G__setnull(result7);
16030    return(1 || funcname || hash || result7 || libp) ;
16031 }
16032 
16033 static int G__G__Tree_241_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16034 {
16035       G__letint(result7, 67, (long) TEntryListFromFile::DeclFileName());
16036    return(1 || funcname || hash || result7 || libp) ;
16037 }
16038 
16039 static int G__G__Tree_241_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16040 {
16041       G__letint(result7, 105, (long) TEntryListFromFile::ImplFileLine());
16042    return(1 || funcname || hash || result7 || libp) ;
16043 }
16044 
16045 static int G__G__Tree_241_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16046 {
16047       G__letint(result7, 67, (long) TEntryListFromFile::ImplFileName());
16048    return(1 || funcname || hash || result7 || libp) ;
16049 }
16050 
16051 static int G__G__Tree_241_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16052 {
16053       G__letint(result7, 105, (long) TEntryListFromFile::DeclFileLine());
16054    return(1 || funcname || hash || result7 || libp) ;
16055 }
16056 
16057 // automatic copy constructor
16058 static int G__G__Tree_241_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16059 
16060 {
16061    TEntryListFromFile* p;
16062    void* tmp = (void*) G__int(libp->para[0]);
16063    p = new TEntryListFromFile(*(TEntryListFromFile*) tmp);
16064    result7->obj.i = (long) p;
16065    result7->ref = (long) p;
16066    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile));
16067    return(1 || funcname || hash || result7 || libp) ;
16068 }
16069 
16070 // automatic destructor
16071 typedef TEntryListFromFile G__TTEntryListFromFile;
16072 static int G__G__Tree_241_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16073 {
16074    char* gvp = (char*) G__getgvp();
16075    long soff = G__getstructoffset();
16076    int n = G__getaryconstruct();
16077    //
16078    //has_a_delete: 1
16079    //has_own_delete1arg: 0
16080    //has_own_delete2arg: 0
16081    //
16082    if (!soff) {
16083      return(1);
16084    }
16085    if (n) {
16086      if (gvp == (char*)G__PVOID) {
16087        delete[] (TEntryListFromFile*) soff;
16088      } else {
16089        G__setgvp((long) G__PVOID);
16090        for (int i = n - 1; i >= 0; --i) {
16091          ((TEntryListFromFile*) (soff+(sizeof(TEntryListFromFile)*i)))->~G__TTEntryListFromFile();
16092        }
16093        G__setgvp((long)gvp);
16094      }
16095    } else {
16096      if (gvp == (char*)G__PVOID) {
16097        delete (TEntryListFromFile*) soff;
16098      } else {
16099        G__setgvp((long) G__PVOID);
16100        ((TEntryListFromFile*) (soff))->~G__TTEntryListFromFile();
16101        G__setgvp((long)gvp);
16102      }
16103    }
16104    G__setnull(result7);
16105    return(1 || funcname || hash || result7 || libp) ;
16106 }
16107 
16108 
16109 /* TLeafB */
16110 static int G__G__Tree_245_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16111 {
16112    TLeafB* p = NULL;
16113    char* gvp = (char*) G__getgvp();
16114    int n = G__getaryconstruct();
16115    if (n) {
16116      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16117        p = new TLeafB[n];
16118      } else {
16119        p = new((void*) gvp) TLeafB[n];
16120      }
16121    } else {
16122      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16123        p = new TLeafB;
16124      } else {
16125        p = new((void*) gvp) TLeafB;
16126      }
16127    }
16128    result7->obj.i = (long) p;
16129    result7->ref = (long) p;
16130    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafB));
16131    return(1 || funcname || hash || result7 || libp) ;
16132 }
16133 
16134 static int G__G__Tree_245_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16135 {
16136    TLeafB* p = NULL;
16137    char* gvp = (char*) G__getgvp();
16138    //m: 3
16139    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16140      p = new TLeafB(
16141 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16142 , (const char*) G__int(libp->para[2]));
16143    } else {
16144      p = new((void*) gvp) TLeafB(
16145 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16146 , (const char*) G__int(libp->para[2]));
16147    }
16148    result7->obj.i = (long) p;
16149    result7->ref = (long) p;
16150    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafB));
16151    return(1 || funcname || hash || result7 || libp) ;
16152 }
16153 
16154 static int G__G__Tree_245_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16155 {
16156       ((TLeafB*) G__getstructoffset())->SetMaximum((Char_t) G__int(libp->para[0]));
16157       G__setnull(result7);
16158    return(1 || funcname || hash || result7 || libp) ;
16159 }
16160 
16161 static int G__G__Tree_245_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16162 {
16163       ((TLeafB*) G__getstructoffset())->SetMinimum((Char_t) G__int(libp->para[0]));
16164       G__setnull(result7);
16165    return(1 || funcname || hash || result7 || libp) ;
16166 }
16167 
16168 static int G__G__Tree_245_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16169 {
16170       G__letint(result7, 85, (long) TLeafB::Class());
16171    return(1 || funcname || hash || result7 || libp) ;
16172 }
16173 
16174 static int G__G__Tree_245_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16175 {
16176       G__letint(result7, 67, (long) TLeafB::Class_Name());
16177    return(1 || funcname || hash || result7 || libp) ;
16178 }
16179 
16180 static int G__G__Tree_245_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16181 {
16182       G__letint(result7, 115, (long) TLeafB::Class_Version());
16183    return(1 || funcname || hash || result7 || libp) ;
16184 }
16185 
16186 static int G__G__Tree_245_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16187 {
16188       TLeafB::Dictionary();
16189       G__setnull(result7);
16190    return(1 || funcname || hash || result7 || libp) ;
16191 }
16192 
16193 static int G__G__Tree_245_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16194 {
16195       ((TLeafB*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16196       G__setnull(result7);
16197    return(1 || funcname || hash || result7 || libp) ;
16198 }
16199 
16200 static int G__G__Tree_245_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16201 {
16202       G__letint(result7, 67, (long) TLeafB::DeclFileName());
16203    return(1 || funcname || hash || result7 || libp) ;
16204 }
16205 
16206 static int G__G__Tree_245_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16207 {
16208       G__letint(result7, 105, (long) TLeafB::ImplFileLine());
16209    return(1 || funcname || hash || result7 || libp) ;
16210 }
16211 
16212 static int G__G__Tree_245_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16213 {
16214       G__letint(result7, 67, (long) TLeafB::ImplFileName());
16215    return(1 || funcname || hash || result7 || libp) ;
16216 }
16217 
16218 static int G__G__Tree_245_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16219 {
16220       G__letint(result7, 105, (long) TLeafB::DeclFileLine());
16221    return(1 || funcname || hash || result7 || libp) ;
16222 }
16223 
16224 // automatic copy constructor
16225 static int G__G__Tree_245_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16226 
16227 {
16228    TLeafB* p;
16229    void* tmp = (void*) G__int(libp->para[0]);
16230    p = new TLeafB(*(TLeafB*) tmp);
16231    result7->obj.i = (long) p;
16232    result7->ref = (long) p;
16233    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafB));
16234    return(1 || funcname || hash || result7 || libp) ;
16235 }
16236 
16237 // automatic destructor
16238 typedef TLeafB G__TTLeafB;
16239 static int G__G__Tree_245_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16240 {
16241    char* gvp = (char*) G__getgvp();
16242    long soff = G__getstructoffset();
16243    int n = G__getaryconstruct();
16244    //
16245    //has_a_delete: 1
16246    //has_own_delete1arg: 0
16247    //has_own_delete2arg: 0
16248    //
16249    if (!soff) {
16250      return(1);
16251    }
16252    if (n) {
16253      if (gvp == (char*)G__PVOID) {
16254        delete[] (TLeafB*) soff;
16255      } else {
16256        G__setgvp((long) G__PVOID);
16257        for (int i = n - 1; i >= 0; --i) {
16258          ((TLeafB*) (soff+(sizeof(TLeafB)*i)))->~G__TTLeafB();
16259        }
16260        G__setgvp((long)gvp);
16261      }
16262    } else {
16263      if (gvp == (char*)G__PVOID) {
16264        delete (TLeafB*) soff;
16265      } else {
16266        G__setgvp((long) G__PVOID);
16267        ((TLeafB*) (soff))->~G__TTLeafB();
16268        G__setgvp((long)gvp);
16269      }
16270    }
16271    G__setnull(result7);
16272    return(1 || funcname || hash || result7 || libp) ;
16273 }
16274 
16275 
16276 /* TLeafC */
16277 static int G__G__Tree_246_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16278 {
16279    TLeafC* p = NULL;
16280    char* gvp = (char*) G__getgvp();
16281    int n = G__getaryconstruct();
16282    if (n) {
16283      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16284        p = new TLeafC[n];
16285      } else {
16286        p = new((void*) gvp) TLeafC[n];
16287      }
16288    } else {
16289      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16290        p = new TLeafC;
16291      } else {
16292        p = new((void*) gvp) TLeafC;
16293      }
16294    }
16295    result7->obj.i = (long) p;
16296    result7->ref = (long) p;
16297    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafC));
16298    return(1 || funcname || hash || result7 || libp) ;
16299 }
16300 
16301 static int G__G__Tree_246_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16302 {
16303    TLeafC* p = NULL;
16304    char* gvp = (char*) G__getgvp();
16305    //m: 3
16306    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16307      p = new TLeafC(
16308 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16309 , (const char*) G__int(libp->para[2]));
16310    } else {
16311      p = new((void*) gvp) TLeafC(
16312 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16313 , (const char*) G__int(libp->para[2]));
16314    }
16315    result7->obj.i = (long) p;
16316    result7->ref = (long) p;
16317    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafC));
16318    return(1 || funcname || hash || result7 || libp) ;
16319 }
16320 
16321 static int G__G__Tree_246_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16322 {
16323       G__letint(result7, 67, (long) ((const TLeafC*) G__getstructoffset())->GetValueString());
16324    return(1 || funcname || hash || result7 || libp) ;
16325 }
16326 
16327 static int G__G__Tree_246_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16328 {
16329       G__letint(result7, 85, (long) TLeafC::Class());
16330    return(1 || funcname || hash || result7 || libp) ;
16331 }
16332 
16333 static int G__G__Tree_246_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16334 {
16335       G__letint(result7, 67, (long) TLeafC::Class_Name());
16336    return(1 || funcname || hash || result7 || libp) ;
16337 }
16338 
16339 static int G__G__Tree_246_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16340 {
16341       G__letint(result7, 115, (long) TLeafC::Class_Version());
16342    return(1 || funcname || hash || result7 || libp) ;
16343 }
16344 
16345 static int G__G__Tree_246_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16346 {
16347       TLeafC::Dictionary();
16348       G__setnull(result7);
16349    return(1 || funcname || hash || result7 || libp) ;
16350 }
16351 
16352 static int G__G__Tree_246_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16353 {
16354       ((TLeafC*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16355       G__setnull(result7);
16356    return(1 || funcname || hash || result7 || libp) ;
16357 }
16358 
16359 static int G__G__Tree_246_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16360 {
16361       G__letint(result7, 67, (long) TLeafC::DeclFileName());
16362    return(1 || funcname || hash || result7 || libp) ;
16363 }
16364 
16365 static int G__G__Tree_246_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16366 {
16367       G__letint(result7, 105, (long) TLeafC::ImplFileLine());
16368    return(1 || funcname || hash || result7 || libp) ;
16369 }
16370 
16371 static int G__G__Tree_246_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16372 {
16373       G__letint(result7, 67, (long) TLeafC::ImplFileName());
16374    return(1 || funcname || hash || result7 || libp) ;
16375 }
16376 
16377 static int G__G__Tree_246_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16378 {
16379       G__letint(result7, 105, (long) TLeafC::DeclFileLine());
16380    return(1 || funcname || hash || result7 || libp) ;
16381 }
16382 
16383 // automatic copy constructor
16384 static int G__G__Tree_246_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16385 
16386 {
16387    TLeafC* p;
16388    void* tmp = (void*) G__int(libp->para[0]);
16389    p = new TLeafC(*(TLeafC*) tmp);
16390    result7->obj.i = (long) p;
16391    result7->ref = (long) p;
16392    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafC));
16393    return(1 || funcname || hash || result7 || libp) ;
16394 }
16395 
16396 // automatic destructor
16397 typedef TLeafC G__TTLeafC;
16398 static int G__G__Tree_246_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16399 {
16400    char* gvp = (char*) G__getgvp();
16401    long soff = G__getstructoffset();
16402    int n = G__getaryconstruct();
16403    //
16404    //has_a_delete: 1
16405    //has_own_delete1arg: 0
16406    //has_own_delete2arg: 0
16407    //
16408    if (!soff) {
16409      return(1);
16410    }
16411    if (n) {
16412      if (gvp == (char*)G__PVOID) {
16413        delete[] (TLeafC*) soff;
16414      } else {
16415        G__setgvp((long) G__PVOID);
16416        for (int i = n - 1; i >= 0; --i) {
16417          ((TLeafC*) (soff+(sizeof(TLeafC)*i)))->~G__TTLeafC();
16418        }
16419        G__setgvp((long)gvp);
16420      }
16421    } else {
16422      if (gvp == (char*)G__PVOID) {
16423        delete (TLeafC*) soff;
16424      } else {
16425        G__setgvp((long) G__PVOID);
16426        ((TLeafC*) (soff))->~G__TTLeafC();
16427        G__setgvp((long)gvp);
16428      }
16429    }
16430    G__setnull(result7);
16431    return(1 || funcname || hash || result7 || libp) ;
16432 }
16433 
16434 
16435 /* TLeafD */
16436 static int G__G__Tree_247_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16437 {
16438    TLeafD* p = NULL;
16439    char* gvp = (char*) G__getgvp();
16440    int n = G__getaryconstruct();
16441    if (n) {
16442      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16443        p = new TLeafD[n];
16444      } else {
16445        p = new((void*) gvp) TLeafD[n];
16446      }
16447    } else {
16448      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16449        p = new TLeafD;
16450      } else {
16451        p = new((void*) gvp) TLeafD;
16452      }
16453    }
16454    result7->obj.i = (long) p;
16455    result7->ref = (long) p;
16456    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafD));
16457    return(1 || funcname || hash || result7 || libp) ;
16458 }
16459 
16460 static int G__G__Tree_247_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16461 {
16462    TLeafD* p = NULL;
16463    char* gvp = (char*) G__getgvp();
16464    //m: 3
16465    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16466      p = new TLeafD(
16467 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16468 , (const char*) G__int(libp->para[2]));
16469    } else {
16470      p = new((void*) gvp) TLeafD(
16471 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16472 , (const char*) G__int(libp->para[2]));
16473    }
16474    result7->obj.i = (long) p;
16475    result7->ref = (long) p;
16476    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafD));
16477    return(1 || funcname || hash || result7 || libp) ;
16478 }
16479 
16480 static int G__G__Tree_247_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16481 {
16482       G__letint(result7, 85, (long) TLeafD::Class());
16483    return(1 || funcname || hash || result7 || libp) ;
16484 }
16485 
16486 static int G__G__Tree_247_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16487 {
16488       G__letint(result7, 67, (long) TLeafD::Class_Name());
16489    return(1 || funcname || hash || result7 || libp) ;
16490 }
16491 
16492 static int G__G__Tree_247_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16493 {
16494       G__letint(result7, 115, (long) TLeafD::Class_Version());
16495    return(1 || funcname || hash || result7 || libp) ;
16496 }
16497 
16498 static int G__G__Tree_247_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16499 {
16500       TLeafD::Dictionary();
16501       G__setnull(result7);
16502    return(1 || funcname || hash || result7 || libp) ;
16503 }
16504 
16505 static int G__G__Tree_247_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16506 {
16507       ((TLeafD*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16508       G__setnull(result7);
16509    return(1 || funcname || hash || result7 || libp) ;
16510 }
16511 
16512 static int G__G__Tree_247_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16513 {
16514       G__letint(result7, 67, (long) TLeafD::DeclFileName());
16515    return(1 || funcname || hash || result7 || libp) ;
16516 }
16517 
16518 static int G__G__Tree_247_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16519 {
16520       G__letint(result7, 105, (long) TLeafD::ImplFileLine());
16521    return(1 || funcname || hash || result7 || libp) ;
16522 }
16523 
16524 static int G__G__Tree_247_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16525 {
16526       G__letint(result7, 67, (long) TLeafD::ImplFileName());
16527    return(1 || funcname || hash || result7 || libp) ;
16528 }
16529 
16530 static int G__G__Tree_247_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16531 {
16532       G__letint(result7, 105, (long) TLeafD::DeclFileLine());
16533    return(1 || funcname || hash || result7 || libp) ;
16534 }
16535 
16536 // automatic copy constructor
16537 static int G__G__Tree_247_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16538 
16539 {
16540    TLeafD* p;
16541    void* tmp = (void*) G__int(libp->para[0]);
16542    p = new TLeafD(*(TLeafD*) tmp);
16543    result7->obj.i = (long) p;
16544    result7->ref = (long) p;
16545    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafD));
16546    return(1 || funcname || hash || result7 || libp) ;
16547 }
16548 
16549 // automatic destructor
16550 typedef TLeafD G__TTLeafD;
16551 static int G__G__Tree_247_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16552 {
16553    char* gvp = (char*) G__getgvp();
16554    long soff = G__getstructoffset();
16555    int n = G__getaryconstruct();
16556    //
16557    //has_a_delete: 1
16558    //has_own_delete1arg: 0
16559    //has_own_delete2arg: 0
16560    //
16561    if (!soff) {
16562      return(1);
16563    }
16564    if (n) {
16565      if (gvp == (char*)G__PVOID) {
16566        delete[] (TLeafD*) soff;
16567      } else {
16568        G__setgvp((long) G__PVOID);
16569        for (int i = n - 1; i >= 0; --i) {
16570          ((TLeafD*) (soff+(sizeof(TLeafD)*i)))->~G__TTLeafD();
16571        }
16572        G__setgvp((long)gvp);
16573      }
16574    } else {
16575      if (gvp == (char*)G__PVOID) {
16576        delete (TLeafD*) soff;
16577      } else {
16578        G__setgvp((long) G__PVOID);
16579        ((TLeafD*) (soff))->~G__TTLeafD();
16580        G__setgvp((long)gvp);
16581      }
16582    }
16583    G__setnull(result7);
16584    return(1 || funcname || hash || result7 || libp) ;
16585 }
16586 
16587 
16588 /* TLeafElement */
16589 static int G__G__Tree_248_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16590 {
16591    TLeafElement* p = NULL;
16592    char* gvp = (char*) G__getgvp();
16593    int n = G__getaryconstruct();
16594    if (n) {
16595      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16596        p = new TLeafElement[n];
16597      } else {
16598        p = new((void*) gvp) TLeafElement[n];
16599      }
16600    } else {
16601      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16602        p = new TLeafElement;
16603      } else {
16604        p = new((void*) gvp) TLeafElement;
16605      }
16606    }
16607    result7->obj.i = (long) p;
16608    result7->ref = (long) p;
16609    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafElement));
16610    return(1 || funcname || hash || result7 || libp) ;
16611 }
16612 
16613 static int G__G__Tree_248_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16614 {
16615    TLeafElement* p = NULL;
16616    char* gvp = (char*) G__getgvp();
16617    //m: 4
16618    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16619      p = new TLeafElement(
16620 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16621 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
16622    } else {
16623      p = new((void*) gvp) TLeafElement(
16624 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16625 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
16626    }
16627    result7->obj.i = (long) p;
16628    result7->ref = (long) p;
16629    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafElement));
16630    return(1 || funcname || hash || result7 || libp) ;
16631 }
16632 
16633 static int G__G__Tree_248_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16634 {
16635       G__letint(result7, 85, (long) ((TLeafElement*) G__getstructoffset())->GetMethodCall((const char*) G__int(libp->para[0])));
16636    return(1 || funcname || hash || result7 || libp) ;
16637 }
16638 
16639 static int G__G__Tree_248_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16640 {
16641    switch (libp->paran) {
16642    case 2:
16643       G__letdouble(result7, 100, (double) ((const TLeafElement*) G__getstructoffset())->GetValueSubArray((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
16644       break;
16645    case 1:
16646       G__letdouble(result7, 100, (double) ((const TLeafElement*) G__getstructoffset())->GetValueSubArray((Int_t) G__int(libp->para[0])));
16647       break;
16648    case 0:
16649       G__letdouble(result7, 100, (double) ((const TLeafElement*) G__getstructoffset())->GetValueSubArray());
16650       break;
16651    }
16652    return(1 || funcname || hash || result7 || libp) ;
16653 }
16654 
16655 static int G__G__Tree_248_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16656 {
16657       G__letint(result7, 85, (long) TLeafElement::Class());
16658    return(1 || funcname || hash || result7 || libp) ;
16659 }
16660 
16661 static int G__G__Tree_248_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16662 {
16663       G__letint(result7, 67, (long) TLeafElement::Class_Name());
16664    return(1 || funcname || hash || result7 || libp) ;
16665 }
16666 
16667 static int G__G__Tree_248_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16668 {
16669       G__letint(result7, 115, (long) TLeafElement::Class_Version());
16670    return(1 || funcname || hash || result7 || libp) ;
16671 }
16672 
16673 static int G__G__Tree_248_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16674 {
16675       TLeafElement::Dictionary();
16676       G__setnull(result7);
16677    return(1 || funcname || hash || result7 || libp) ;
16678 }
16679 
16680 static int G__G__Tree_248_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16681 {
16682       ((TLeafElement*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16683       G__setnull(result7);
16684    return(1 || funcname || hash || result7 || libp) ;
16685 }
16686 
16687 static int G__G__Tree_248_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16688 {
16689       G__letint(result7, 67, (long) TLeafElement::DeclFileName());
16690    return(1 || funcname || hash || result7 || libp) ;
16691 }
16692 
16693 static int G__G__Tree_248_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16694 {
16695       G__letint(result7, 105, (long) TLeafElement::ImplFileLine());
16696    return(1 || funcname || hash || result7 || libp) ;
16697 }
16698 
16699 static int G__G__Tree_248_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16700 {
16701       G__letint(result7, 67, (long) TLeafElement::ImplFileName());
16702    return(1 || funcname || hash || result7 || libp) ;
16703 }
16704 
16705 static int G__G__Tree_248_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16706 {
16707       G__letint(result7, 105, (long) TLeafElement::DeclFileLine());
16708    return(1 || funcname || hash || result7 || libp) ;
16709 }
16710 
16711 // automatic copy constructor
16712 static int G__G__Tree_248_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16713 
16714 {
16715    TLeafElement* p;
16716    void* tmp = (void*) G__int(libp->para[0]);
16717    p = new TLeafElement(*(TLeafElement*) tmp);
16718    result7->obj.i = (long) p;
16719    result7->ref = (long) p;
16720    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafElement));
16721    return(1 || funcname || hash || result7 || libp) ;
16722 }
16723 
16724 // automatic destructor
16725 typedef TLeafElement G__TTLeafElement;
16726 static int G__G__Tree_248_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16727 {
16728    char* gvp = (char*) G__getgvp();
16729    long soff = G__getstructoffset();
16730    int n = G__getaryconstruct();
16731    //
16732    //has_a_delete: 1
16733    //has_own_delete1arg: 0
16734    //has_own_delete2arg: 0
16735    //
16736    if (!soff) {
16737      return(1);
16738    }
16739    if (n) {
16740      if (gvp == (char*)G__PVOID) {
16741        delete[] (TLeafElement*) soff;
16742      } else {
16743        G__setgvp((long) G__PVOID);
16744        for (int i = n - 1; i >= 0; --i) {
16745          ((TLeafElement*) (soff+(sizeof(TLeafElement)*i)))->~G__TTLeafElement();
16746        }
16747        G__setgvp((long)gvp);
16748      }
16749    } else {
16750      if (gvp == (char*)G__PVOID) {
16751        delete (TLeafElement*) soff;
16752      } else {
16753        G__setgvp((long) G__PVOID);
16754        ((TLeafElement*) (soff))->~G__TTLeafElement();
16755        G__setgvp((long)gvp);
16756      }
16757    }
16758    G__setnull(result7);
16759    return(1 || funcname || hash || result7 || libp) ;
16760 }
16761 
16762 
16763 /* TLeafF */
16764 static int G__G__Tree_249_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16765 {
16766    TLeafF* p = NULL;
16767    char* gvp = (char*) G__getgvp();
16768    int n = G__getaryconstruct();
16769    if (n) {
16770      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16771        p = new TLeafF[n];
16772      } else {
16773        p = new((void*) gvp) TLeafF[n];
16774      }
16775    } else {
16776      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16777        p = new TLeafF;
16778      } else {
16779        p = new((void*) gvp) TLeafF;
16780      }
16781    }
16782    result7->obj.i = (long) p;
16783    result7->ref = (long) p;
16784    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafF));
16785    return(1 || funcname || hash || result7 || libp) ;
16786 }
16787 
16788 static int G__G__Tree_249_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16789 {
16790    TLeafF* p = NULL;
16791    char* gvp = (char*) G__getgvp();
16792    //m: 3
16793    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16794      p = new TLeafF(
16795 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16796 , (const char*) G__int(libp->para[2]));
16797    } else {
16798      p = new((void*) gvp) TLeafF(
16799 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16800 , (const char*) G__int(libp->para[2]));
16801    }
16802    result7->obj.i = (long) p;
16803    result7->ref = (long) p;
16804    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafF));
16805    return(1 || funcname || hash || result7 || libp) ;
16806 }
16807 
16808 static int G__G__Tree_249_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16809 {
16810       G__letint(result7, 85, (long) TLeafF::Class());
16811    return(1 || funcname || hash || result7 || libp) ;
16812 }
16813 
16814 static int G__G__Tree_249_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16815 {
16816       G__letint(result7, 67, (long) TLeafF::Class_Name());
16817    return(1 || funcname || hash || result7 || libp) ;
16818 }
16819 
16820 static int G__G__Tree_249_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16821 {
16822       G__letint(result7, 115, (long) TLeafF::Class_Version());
16823    return(1 || funcname || hash || result7 || libp) ;
16824 }
16825 
16826 static int G__G__Tree_249_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16827 {
16828       TLeafF::Dictionary();
16829       G__setnull(result7);
16830    return(1 || funcname || hash || result7 || libp) ;
16831 }
16832 
16833 static int G__G__Tree_249_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16834 {
16835       ((TLeafF*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16836       G__setnull(result7);
16837    return(1 || funcname || hash || result7 || libp) ;
16838 }
16839 
16840 static int G__G__Tree_249_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16841 {
16842       G__letint(result7, 67, (long) TLeafF::DeclFileName());
16843    return(1 || funcname || hash || result7 || libp) ;
16844 }
16845 
16846 static int G__G__Tree_249_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16847 {
16848       G__letint(result7, 105, (long) TLeafF::ImplFileLine());
16849    return(1 || funcname || hash || result7 || libp) ;
16850 }
16851 
16852 static int G__G__Tree_249_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16853 {
16854       G__letint(result7, 67, (long) TLeafF::ImplFileName());
16855    return(1 || funcname || hash || result7 || libp) ;
16856 }
16857 
16858 static int G__G__Tree_249_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16859 {
16860       G__letint(result7, 105, (long) TLeafF::DeclFileLine());
16861    return(1 || funcname || hash || result7 || libp) ;
16862 }
16863 
16864 // automatic copy constructor
16865 static int G__G__Tree_249_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16866 
16867 {
16868    TLeafF* p;
16869    void* tmp = (void*) G__int(libp->para[0]);
16870    p = new TLeafF(*(TLeafF*) tmp);
16871    result7->obj.i = (long) p;
16872    result7->ref = (long) p;
16873    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafF));
16874    return(1 || funcname || hash || result7 || libp) ;
16875 }
16876 
16877 // automatic destructor
16878 typedef TLeafF G__TTLeafF;
16879 static int G__G__Tree_249_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16880 {
16881    char* gvp = (char*) G__getgvp();
16882    long soff = G__getstructoffset();
16883    int n = G__getaryconstruct();
16884    //
16885    //has_a_delete: 1
16886    //has_own_delete1arg: 0
16887    //has_own_delete2arg: 0
16888    //
16889    if (!soff) {
16890      return(1);
16891    }
16892    if (n) {
16893      if (gvp == (char*)G__PVOID) {
16894        delete[] (TLeafF*) soff;
16895      } else {
16896        G__setgvp((long) G__PVOID);
16897        for (int i = n - 1; i >= 0; --i) {
16898          ((TLeafF*) (soff+(sizeof(TLeafF)*i)))->~G__TTLeafF();
16899        }
16900        G__setgvp((long)gvp);
16901      }
16902    } else {
16903      if (gvp == (char*)G__PVOID) {
16904        delete (TLeafF*) soff;
16905      } else {
16906        G__setgvp((long) G__PVOID);
16907        ((TLeafF*) (soff))->~G__TTLeafF();
16908        G__setgvp((long)gvp);
16909      }
16910    }
16911    G__setnull(result7);
16912    return(1 || funcname || hash || result7 || libp) ;
16913 }
16914 
16915 
16916 /* TLeafI */
16917 static int G__G__Tree_250_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16918 {
16919    TLeafI* p = NULL;
16920    char* gvp = (char*) G__getgvp();
16921    int n = G__getaryconstruct();
16922    if (n) {
16923      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16924        p = new TLeafI[n];
16925      } else {
16926        p = new((void*) gvp) TLeafI[n];
16927      }
16928    } else {
16929      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16930        p = new TLeafI;
16931      } else {
16932        p = new((void*) gvp) TLeafI;
16933      }
16934    }
16935    result7->obj.i = (long) p;
16936    result7->ref = (long) p;
16937    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafI));
16938    return(1 || funcname || hash || result7 || libp) ;
16939 }
16940 
16941 static int G__G__Tree_250_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16942 {
16943    TLeafI* p = NULL;
16944    char* gvp = (char*) G__getgvp();
16945    //m: 3
16946    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16947      p = new TLeafI(
16948 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16949 , (const char*) G__int(libp->para[2]));
16950    } else {
16951      p = new((void*) gvp) TLeafI(
16952 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
16953 , (const char*) G__int(libp->para[2]));
16954    }
16955    result7->obj.i = (long) p;
16956    result7->ref = (long) p;
16957    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafI));
16958    return(1 || funcname || hash || result7 || libp) ;
16959 }
16960 
16961 static int G__G__Tree_250_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16962 {
16963       ((TLeafI*) G__getstructoffset())->SetMaximum((Int_t) G__int(libp->para[0]));
16964       G__setnull(result7);
16965    return(1 || funcname || hash || result7 || libp) ;
16966 }
16967 
16968 static int G__G__Tree_250_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16969 {
16970       ((TLeafI*) G__getstructoffset())->SetMinimum((Int_t) G__int(libp->para[0]));
16971       G__setnull(result7);
16972    return(1 || funcname || hash || result7 || libp) ;
16973 }
16974 
16975 static int G__G__Tree_250_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16976 {
16977       G__letint(result7, 85, (long) TLeafI::Class());
16978    return(1 || funcname || hash || result7 || libp) ;
16979 }
16980 
16981 static int G__G__Tree_250_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16982 {
16983       G__letint(result7, 67, (long) TLeafI::Class_Name());
16984    return(1 || funcname || hash || result7 || libp) ;
16985 }
16986 
16987 static int G__G__Tree_250_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16988 {
16989       G__letint(result7, 115, (long) TLeafI::Class_Version());
16990    return(1 || funcname || hash || result7 || libp) ;
16991 }
16992 
16993 static int G__G__Tree_250_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16994 {
16995       TLeafI::Dictionary();
16996       G__setnull(result7);
16997    return(1 || funcname || hash || result7 || libp) ;
16998 }
16999 
17000 static int G__G__Tree_250_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17001 {
17002       ((TLeafI*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17003       G__setnull(result7);
17004    return(1 || funcname || hash || result7 || libp) ;
17005 }
17006 
17007 static int G__G__Tree_250_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17008 {
17009       G__letint(result7, 67, (long) TLeafI::DeclFileName());
17010    return(1 || funcname || hash || result7 || libp) ;
17011 }
17012 
17013 static int G__G__Tree_250_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17014 {
17015       G__letint(result7, 105, (long) TLeafI::ImplFileLine());
17016    return(1 || funcname || hash || result7 || libp) ;
17017 }
17018 
17019 static int G__G__Tree_250_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17020 {
17021       G__letint(result7, 67, (long) TLeafI::ImplFileName());
17022    return(1 || funcname || hash || result7 || libp) ;
17023 }
17024 
17025 static int G__G__Tree_250_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17026 {
17027       G__letint(result7, 105, (long) TLeafI::DeclFileLine());
17028    return(1 || funcname || hash || result7 || libp) ;
17029 }
17030 
17031 // automatic copy constructor
17032 static int G__G__Tree_250_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17033 
17034 {
17035    TLeafI* p;
17036    void* tmp = (void*) G__int(libp->para[0]);
17037    p = new TLeafI(*(TLeafI*) tmp);
17038    result7->obj.i = (long) p;
17039    result7->ref = (long) p;
17040    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafI));
17041    return(1 || funcname || hash || result7 || libp) ;
17042 }
17043 
17044 // automatic destructor
17045 typedef TLeafI G__TTLeafI;
17046 static int G__G__Tree_250_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17047 {
17048    char* gvp = (char*) G__getgvp();
17049    long soff = G__getstructoffset();
17050    int n = G__getaryconstruct();
17051    //
17052    //has_a_delete: 1
17053    //has_own_delete1arg: 0
17054    //has_own_delete2arg: 0
17055    //
17056    if (!soff) {
17057      return(1);
17058    }
17059    if (n) {
17060      if (gvp == (char*)G__PVOID) {
17061        delete[] (TLeafI*) soff;
17062      } else {
17063        G__setgvp((long) G__PVOID);
17064        for (int i = n - 1; i >= 0; --i) {
17065          ((TLeafI*) (soff+(sizeof(TLeafI)*i)))->~G__TTLeafI();
17066        }
17067        G__setgvp((long)gvp);
17068      }
17069    } else {
17070      if (gvp == (char*)G__PVOID) {
17071        delete (TLeafI*) soff;
17072      } else {
17073        G__setgvp((long) G__PVOID);
17074        ((TLeafI*) (soff))->~G__TTLeafI();
17075        G__setgvp((long)gvp);
17076      }
17077    }
17078    G__setnull(result7);
17079    return(1 || funcname || hash || result7 || libp) ;
17080 }
17081 
17082 
17083 /* TLeafL */
17084 static int G__G__Tree_251_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17085 {
17086    TLeafL* p = NULL;
17087    char* gvp = (char*) G__getgvp();
17088    int n = G__getaryconstruct();
17089    if (n) {
17090      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17091        p = new TLeafL[n];
17092      } else {
17093        p = new((void*) gvp) TLeafL[n];
17094      }
17095    } else {
17096      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17097        p = new TLeafL;
17098      } else {
17099        p = new((void*) gvp) TLeafL;
17100      }
17101    }
17102    result7->obj.i = (long) p;
17103    result7->ref = (long) p;
17104    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafL));
17105    return(1 || funcname || hash || result7 || libp) ;
17106 }
17107 
17108 static int G__G__Tree_251_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17109 {
17110    TLeafL* p = NULL;
17111    char* gvp = (char*) G__getgvp();
17112    //m: 3
17113    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17114      p = new TLeafL(
17115 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17116 , (const char*) G__int(libp->para[2]));
17117    } else {
17118      p = new((void*) gvp) TLeafL(
17119 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17120 , (const char*) G__int(libp->para[2]));
17121    }
17122    result7->obj.i = (long) p;
17123    result7->ref = (long) p;
17124    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafL));
17125    return(1 || funcname || hash || result7 || libp) ;
17126 }
17127 
17128 static int G__G__Tree_251_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17129 {
17130       ((TLeafL*) G__getstructoffset())->SetMaximum((Long64_t) G__Longlong(libp->para[0]));
17131       G__setnull(result7);
17132    return(1 || funcname || hash || result7 || libp) ;
17133 }
17134 
17135 static int G__G__Tree_251_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17136 {
17137       ((TLeafL*) G__getstructoffset())->SetMinimum((Long64_t) G__Longlong(libp->para[0]));
17138       G__setnull(result7);
17139    return(1 || funcname || hash || result7 || libp) ;
17140 }
17141 
17142 static int G__G__Tree_251_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17143 {
17144       G__letint(result7, 85, (long) TLeafL::Class());
17145    return(1 || funcname || hash || result7 || libp) ;
17146 }
17147 
17148 static int G__G__Tree_251_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17149 {
17150       G__letint(result7, 67, (long) TLeafL::Class_Name());
17151    return(1 || funcname || hash || result7 || libp) ;
17152 }
17153 
17154 static int G__G__Tree_251_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17155 {
17156       G__letint(result7, 115, (long) TLeafL::Class_Version());
17157    return(1 || funcname || hash || result7 || libp) ;
17158 }
17159 
17160 static int G__G__Tree_251_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17161 {
17162       TLeafL::Dictionary();
17163       G__setnull(result7);
17164    return(1 || funcname || hash || result7 || libp) ;
17165 }
17166 
17167 static int G__G__Tree_251_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17168 {
17169       ((TLeafL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17170       G__setnull(result7);
17171    return(1 || funcname || hash || result7 || libp) ;
17172 }
17173 
17174 static int G__G__Tree_251_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17175 {
17176       G__letint(result7, 67, (long) TLeafL::DeclFileName());
17177    return(1 || funcname || hash || result7 || libp) ;
17178 }
17179 
17180 static int G__G__Tree_251_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17181 {
17182       G__letint(result7, 105, (long) TLeafL::ImplFileLine());
17183    return(1 || funcname || hash || result7 || libp) ;
17184 }
17185 
17186 static int G__G__Tree_251_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17187 {
17188       G__letint(result7, 67, (long) TLeafL::ImplFileName());
17189    return(1 || funcname || hash || result7 || libp) ;
17190 }
17191 
17192 static int G__G__Tree_251_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17193 {
17194       G__letint(result7, 105, (long) TLeafL::DeclFileLine());
17195    return(1 || funcname || hash || result7 || libp) ;
17196 }
17197 
17198 // automatic copy constructor
17199 static int G__G__Tree_251_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17200 
17201 {
17202    TLeafL* p;
17203    void* tmp = (void*) G__int(libp->para[0]);
17204    p = new TLeafL(*(TLeafL*) tmp);
17205    result7->obj.i = (long) p;
17206    result7->ref = (long) p;
17207    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafL));
17208    return(1 || funcname || hash || result7 || libp) ;
17209 }
17210 
17211 // automatic destructor
17212 typedef TLeafL G__TTLeafL;
17213 static int G__G__Tree_251_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17214 {
17215    char* gvp = (char*) G__getgvp();
17216    long soff = G__getstructoffset();
17217    int n = G__getaryconstruct();
17218    //
17219    //has_a_delete: 1
17220    //has_own_delete1arg: 0
17221    //has_own_delete2arg: 0
17222    //
17223    if (!soff) {
17224      return(1);
17225    }
17226    if (n) {
17227      if (gvp == (char*)G__PVOID) {
17228        delete[] (TLeafL*) soff;
17229      } else {
17230        G__setgvp((long) G__PVOID);
17231        for (int i = n - 1; i >= 0; --i) {
17232          ((TLeafL*) (soff+(sizeof(TLeafL)*i)))->~G__TTLeafL();
17233        }
17234        G__setgvp((long)gvp);
17235      }
17236    } else {
17237      if (gvp == (char*)G__PVOID) {
17238        delete (TLeafL*) soff;
17239      } else {
17240        G__setgvp((long) G__PVOID);
17241        ((TLeafL*) (soff))->~G__TTLeafL();
17242        G__setgvp((long)gvp);
17243      }
17244    }
17245    G__setnull(result7);
17246    return(1 || funcname || hash || result7 || libp) ;
17247 }
17248 
17249 
17250 /* TLeafObject */
17251 static int G__G__Tree_252_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17252 {
17253    TLeafObject* p = NULL;
17254    char* gvp = (char*) G__getgvp();
17255    int n = G__getaryconstruct();
17256    if (n) {
17257      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17258        p = new TLeafObject[n];
17259      } else {
17260        p = new((void*) gvp) TLeafObject[n];
17261      }
17262    } else {
17263      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17264        p = new TLeafObject;
17265      } else {
17266        p = new((void*) gvp) TLeafObject;
17267      }
17268    }
17269    result7->obj.i = (long) p;
17270    result7->ref = (long) p;
17271    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafObject));
17272    return(1 || funcname || hash || result7 || libp) ;
17273 }
17274 
17275 static int G__G__Tree_252_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17276 {
17277    TLeafObject* p = NULL;
17278    char* gvp = (char*) G__getgvp();
17279    //m: 3
17280    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17281      p = new TLeafObject(
17282 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17283 , (const char*) G__int(libp->para[2]));
17284    } else {
17285      p = new((void*) gvp) TLeafObject(
17286 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17287 , (const char*) G__int(libp->para[2]));
17288    }
17289    result7->obj.i = (long) p;
17290    result7->ref = (long) p;
17291    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafObject));
17292    return(1 || funcname || hash || result7 || libp) ;
17293 }
17294 
17295 static int G__G__Tree_252_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17296 {
17297       G__letint(result7, 85, (long) ((const TLeafObject*) G__getstructoffset())->GetClass());
17298    return(1 || funcname || hash || result7 || libp) ;
17299 }
17300 
17301 static int G__G__Tree_252_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17302 {
17303       G__letint(result7, 85, (long) ((TLeafObject*) G__getstructoffset())->GetMethodCall((const char*) G__int(libp->para[0])));
17304    return(1 || funcname || hash || result7 || libp) ;
17305 }
17306 
17307 static int G__G__Tree_252_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17308 {
17309       G__letint(result7, 85, (long) ((const TLeafObject*) G__getstructoffset())->GetObject());
17310    return(1 || funcname || hash || result7 || libp) ;
17311 }
17312 
17313 static int G__G__Tree_252_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17314 {
17315       G__letint(result7, 103, (long) ((const TLeafObject*) G__getstructoffset())->IsVirtual());
17316    return(1 || funcname || hash || result7 || libp) ;
17317 }
17318 
17319 static int G__G__Tree_252_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17320 {
17321    switch (libp->paran) {
17322    case 1:
17323       ((TLeafObject*) G__getstructoffset())->SetVirtual((Bool_t) G__int(libp->para[0]));
17324       G__setnull(result7);
17325       break;
17326    case 0:
17327       ((TLeafObject*) G__getstructoffset())->SetVirtual();
17328       G__setnull(result7);
17329       break;
17330    }
17331    return(1 || funcname || hash || result7 || libp) ;
17332 }
17333 
17334 static int G__G__Tree_252_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17335 {
17336       G__letint(result7, 85, (long) TLeafObject::Class());
17337    return(1 || funcname || hash || result7 || libp) ;
17338 }
17339 
17340 static int G__G__Tree_252_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17341 {
17342       G__letint(result7, 67, (long) TLeafObject::Class_Name());
17343    return(1 || funcname || hash || result7 || libp) ;
17344 }
17345 
17346 static int G__G__Tree_252_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17347 {
17348       G__letint(result7, 115, (long) TLeafObject::Class_Version());
17349    return(1 || funcname || hash || result7 || libp) ;
17350 }
17351 
17352 static int G__G__Tree_252_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17353 {
17354       TLeafObject::Dictionary();
17355       G__setnull(result7);
17356    return(1 || funcname || hash || result7 || libp) ;
17357 }
17358 
17359 static int G__G__Tree_252_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17360 {
17361       ((TLeafObject*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17362       G__setnull(result7);
17363    return(1 || funcname || hash || result7 || libp) ;
17364 }
17365 
17366 static int G__G__Tree_252_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17367 {
17368       G__letint(result7, 67, (long) TLeafObject::DeclFileName());
17369    return(1 || funcname || hash || result7 || libp) ;
17370 }
17371 
17372 static int G__G__Tree_252_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17373 {
17374       G__letint(result7, 105, (long) TLeafObject::ImplFileLine());
17375    return(1 || funcname || hash || result7 || libp) ;
17376 }
17377 
17378 static int G__G__Tree_252_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17379 {
17380       G__letint(result7, 67, (long) TLeafObject::ImplFileName());
17381    return(1 || funcname || hash || result7 || libp) ;
17382 }
17383 
17384 static int G__G__Tree_252_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17385 {
17386       G__letint(result7, 105, (long) TLeafObject::DeclFileLine());
17387    return(1 || funcname || hash || result7 || libp) ;
17388 }
17389 
17390 // automatic copy constructor
17391 static int G__G__Tree_252_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17392 
17393 {
17394    TLeafObject* p;
17395    void* tmp = (void*) G__int(libp->para[0]);
17396    p = new TLeafObject(*(TLeafObject*) tmp);
17397    result7->obj.i = (long) p;
17398    result7->ref = (long) p;
17399    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafObject));
17400    return(1 || funcname || hash || result7 || libp) ;
17401 }
17402 
17403 // automatic destructor
17404 typedef TLeafObject G__TTLeafObject;
17405 static int G__G__Tree_252_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17406 {
17407    char* gvp = (char*) G__getgvp();
17408    long soff = G__getstructoffset();
17409    int n = G__getaryconstruct();
17410    //
17411    //has_a_delete: 1
17412    //has_own_delete1arg: 0
17413    //has_own_delete2arg: 0
17414    //
17415    if (!soff) {
17416      return(1);
17417    }
17418    if (n) {
17419      if (gvp == (char*)G__PVOID) {
17420        delete[] (TLeafObject*) soff;
17421      } else {
17422        G__setgvp((long) G__PVOID);
17423        for (int i = n - 1; i >= 0; --i) {
17424          ((TLeafObject*) (soff+(sizeof(TLeafObject)*i)))->~G__TTLeafObject();
17425        }
17426        G__setgvp((long)gvp);
17427      }
17428    } else {
17429      if (gvp == (char*)G__PVOID) {
17430        delete (TLeafObject*) soff;
17431      } else {
17432        G__setgvp((long) G__PVOID);
17433        ((TLeafObject*) (soff))->~G__TTLeafObject();
17434        G__setgvp((long)gvp);
17435      }
17436    }
17437    G__setnull(result7);
17438    return(1 || funcname || hash || result7 || libp) ;
17439 }
17440 
17441 
17442 /* TLeafO */
17443 static int G__G__Tree_254_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17444 {
17445    TLeafO* p = NULL;
17446    char* gvp = (char*) G__getgvp();
17447    int n = G__getaryconstruct();
17448    if (n) {
17449      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17450        p = new TLeafO[n];
17451      } else {
17452        p = new((void*) gvp) TLeafO[n];
17453      }
17454    } else {
17455      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17456        p = new TLeafO;
17457      } else {
17458        p = new((void*) gvp) TLeafO;
17459      }
17460    }
17461    result7->obj.i = (long) p;
17462    result7->ref = (long) p;
17463    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafO));
17464    return(1 || funcname || hash || result7 || libp) ;
17465 }
17466 
17467 static int G__G__Tree_254_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17468 {
17469    TLeafO* p = NULL;
17470    char* gvp = (char*) G__getgvp();
17471    //m: 3
17472    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17473      p = new TLeafO(
17474 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17475 , (const char*) G__int(libp->para[2]));
17476    } else {
17477      p = new((void*) gvp) TLeafO(
17478 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17479 , (const char*) G__int(libp->para[2]));
17480    }
17481    result7->obj.i = (long) p;
17482    result7->ref = (long) p;
17483    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafO));
17484    return(1 || funcname || hash || result7 || libp) ;
17485 }
17486 
17487 static int G__G__Tree_254_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17488 {
17489       G__letint(result7, 85, (long) TLeafO::Class());
17490    return(1 || funcname || hash || result7 || libp) ;
17491 }
17492 
17493 static int G__G__Tree_254_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17494 {
17495       G__letint(result7, 67, (long) TLeafO::Class_Name());
17496    return(1 || funcname || hash || result7 || libp) ;
17497 }
17498 
17499 static int G__G__Tree_254_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17500 {
17501       G__letint(result7, 115, (long) TLeafO::Class_Version());
17502    return(1 || funcname || hash || result7 || libp) ;
17503 }
17504 
17505 static int G__G__Tree_254_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17506 {
17507       TLeafO::Dictionary();
17508       G__setnull(result7);
17509    return(1 || funcname || hash || result7 || libp) ;
17510 }
17511 
17512 static int G__G__Tree_254_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17513 {
17514       ((TLeafO*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17515       G__setnull(result7);
17516    return(1 || funcname || hash || result7 || libp) ;
17517 }
17518 
17519 static int G__G__Tree_254_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17520 {
17521       G__letint(result7, 67, (long) TLeafO::DeclFileName());
17522    return(1 || funcname || hash || result7 || libp) ;
17523 }
17524 
17525 static int G__G__Tree_254_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17526 {
17527       G__letint(result7, 105, (long) TLeafO::ImplFileLine());
17528    return(1 || funcname || hash || result7 || libp) ;
17529 }
17530 
17531 static int G__G__Tree_254_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17532 {
17533       G__letint(result7, 67, (long) TLeafO::ImplFileName());
17534    return(1 || funcname || hash || result7 || libp) ;
17535 }
17536 
17537 static int G__G__Tree_254_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17538 {
17539       G__letint(result7, 105, (long) TLeafO::DeclFileLine());
17540    return(1 || funcname || hash || result7 || libp) ;
17541 }
17542 
17543 // automatic copy constructor
17544 static int G__G__Tree_254_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17545 
17546 {
17547    TLeafO* p;
17548    void* tmp = (void*) G__int(libp->para[0]);
17549    p = new TLeafO(*(TLeafO*) tmp);
17550    result7->obj.i = (long) p;
17551    result7->ref = (long) p;
17552    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafO));
17553    return(1 || funcname || hash || result7 || libp) ;
17554 }
17555 
17556 // automatic destructor
17557 typedef TLeafO G__TTLeafO;
17558 static int G__G__Tree_254_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17559 {
17560    char* gvp = (char*) G__getgvp();
17561    long soff = G__getstructoffset();
17562    int n = G__getaryconstruct();
17563    //
17564    //has_a_delete: 1
17565    //has_own_delete1arg: 0
17566    //has_own_delete2arg: 0
17567    //
17568    if (!soff) {
17569      return(1);
17570    }
17571    if (n) {
17572      if (gvp == (char*)G__PVOID) {
17573        delete[] (TLeafO*) soff;
17574      } else {
17575        G__setgvp((long) G__PVOID);
17576        for (int i = n - 1; i >= 0; --i) {
17577          ((TLeafO*) (soff+(sizeof(TLeafO)*i)))->~G__TTLeafO();
17578        }
17579        G__setgvp((long)gvp);
17580      }
17581    } else {
17582      if (gvp == (char*)G__PVOID) {
17583        delete (TLeafO*) soff;
17584      } else {
17585        G__setgvp((long) G__PVOID);
17586        ((TLeafO*) (soff))->~G__TTLeafO();
17587        G__setgvp((long)gvp);
17588      }
17589    }
17590    G__setnull(result7);
17591    return(1 || funcname || hash || result7 || libp) ;
17592 }
17593 
17594 
17595 /* TLeafS */
17596 static int G__G__Tree_255_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17597 {
17598    TLeafS* p = NULL;
17599    char* gvp = (char*) G__getgvp();
17600    int n = G__getaryconstruct();
17601    if (n) {
17602      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17603        p = new TLeafS[n];
17604      } else {
17605        p = new((void*) gvp) TLeafS[n];
17606      }
17607    } else {
17608      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17609        p = new TLeafS;
17610      } else {
17611        p = new((void*) gvp) TLeafS;
17612      }
17613    }
17614    result7->obj.i = (long) p;
17615    result7->ref = (long) p;
17616    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafS));
17617    return(1 || funcname || hash || result7 || libp) ;
17618 }
17619 
17620 static int G__G__Tree_255_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17621 {
17622    TLeafS* p = NULL;
17623    char* gvp = (char*) G__getgvp();
17624    //m: 3
17625    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17626      p = new TLeafS(
17627 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17628 , (const char*) G__int(libp->para[2]));
17629    } else {
17630      p = new((void*) gvp) TLeafS(
17631 (TBranch*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17632 , (const char*) G__int(libp->para[2]));
17633    }
17634    result7->obj.i = (long) p;
17635    result7->ref = (long) p;
17636    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafS));
17637    return(1 || funcname || hash || result7 || libp) ;
17638 }
17639 
17640 static int G__G__Tree_255_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17641 {
17642       G__letint(result7, 85, (long) TLeafS::Class());
17643    return(1 || funcname || hash || result7 || libp) ;
17644 }
17645 
17646 static int G__G__Tree_255_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17647 {
17648       G__letint(result7, 67, (long) TLeafS::Class_Name());
17649    return(1 || funcname || hash || result7 || libp) ;
17650 }
17651 
17652 static int G__G__Tree_255_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17653 {
17654       G__letint(result7, 115, (long) TLeafS::Class_Version());
17655    return(1 || funcname || hash || result7 || libp) ;
17656 }
17657 
17658 static int G__G__Tree_255_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17659 {
17660       TLeafS::Dictionary();
17661       G__setnull(result7);
17662    return(1 || funcname || hash || result7 || libp) ;
17663 }
17664 
17665 static int G__G__Tree_255_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17666 {
17667       ((TLeafS*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17668       G__setnull(result7);
17669    return(1 || funcname || hash || result7 || libp) ;
17670 }
17671 
17672 static int G__G__Tree_255_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17673 {
17674       G__letint(result7, 67, (long) TLeafS::DeclFileName());
17675    return(1 || funcname || hash || result7 || libp) ;
17676 }
17677 
17678 static int G__G__Tree_255_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17679 {
17680       G__letint(result7, 105, (long) TLeafS::ImplFileLine());
17681    return(1 || funcname || hash || result7 || libp) ;
17682 }
17683 
17684 static int G__G__Tree_255_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17685 {
17686       G__letint(result7, 67, (long) TLeafS::ImplFileName());
17687    return(1 || funcname || hash || result7 || libp) ;
17688 }
17689 
17690 static int G__G__Tree_255_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17691 {
17692       G__letint(result7, 105, (long) TLeafS::DeclFileLine());
17693    return(1 || funcname || hash || result7 || libp) ;
17694 }
17695 
17696 // automatic copy constructor
17697 static int G__G__Tree_255_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17698 
17699 {
17700    TLeafS* p;
17701    void* tmp = (void*) G__int(libp->para[0]);
17702    p = new TLeafS(*(TLeafS*) tmp);
17703    result7->obj.i = (long) p;
17704    result7->ref = (long) p;
17705    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TLeafS));
17706    return(1 || funcname || hash || result7 || libp) ;
17707 }
17708 
17709 // automatic destructor
17710 typedef TLeafS G__TTLeafS;
17711 static int G__G__Tree_255_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17712 {
17713    char* gvp = (char*) G__getgvp();
17714    long soff = G__getstructoffset();
17715    int n = G__getaryconstruct();
17716    //
17717    //has_a_delete: 1
17718    //has_own_delete1arg: 0
17719    //has_own_delete2arg: 0
17720    //
17721    if (!soff) {
17722      return(1);
17723    }
17724    if (n) {
17725      if (gvp == (char*)G__PVOID) {
17726        delete[] (TLeafS*) soff;
17727      } else {
17728        G__setgvp((long) G__PVOID);
17729        for (int i = n - 1; i >= 0; --i) {
17730          ((TLeafS*) (soff+(sizeof(TLeafS)*i)))->~G__TTLeafS();
17731        }
17732        G__setgvp((long)gvp);
17733      }
17734    } else {
17735      if (gvp == (char*)G__PVOID) {
17736        delete (TLeafS*) soff;
17737      } else {
17738        G__setgvp((long) G__PVOID);
17739        ((TLeafS*) (soff))->~G__TTLeafS();
17740        G__setgvp((long)gvp);
17741      }
17742    }
17743    G__setnull(result7);
17744    return(1 || funcname || hash || result7 || libp) ;
17745 }
17746 
17747 
17748 /* TNtupleD */
17749 static int G__G__Tree_256_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17750 {
17751    TNtupleD* p = NULL;
17752    char* gvp = (char*) G__getgvp();
17753    int n = G__getaryconstruct();
17754    if (n) {
17755      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17756        p = new TNtupleD[n];
17757      } else {
17758        p = new((void*) gvp) TNtupleD[n];
17759      }
17760    } else {
17761      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17762        p = new TNtupleD;
17763      } else {
17764        p = new((void*) gvp) TNtupleD;
17765      }
17766    }
17767    result7->obj.i = (long) p;
17768    result7->ref = (long) p;
17769    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TNtupleD));
17770    return(1 || funcname || hash || result7 || libp) ;
17771 }
17772 
17773 static int G__G__Tree_256_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17774 {
17775    TNtupleD* p = NULL;
17776    char* gvp = (char*) G__getgvp();
17777    switch (libp->paran) {
17778    case 4:
17779      //m: 4
17780      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17781        p = new TNtupleD(
17782 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17783 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
17784      } else {
17785        p = new((void*) gvp) TNtupleD(
17786 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17787 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
17788      }
17789      break;
17790    case 3:
17791      //m: 3
17792      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17793        p = new TNtupleD(
17794 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17795 , (const char*) G__int(libp->para[2]));
17796      } else {
17797        p = new((void*) gvp) TNtupleD(
17798 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
17799 , (const char*) G__int(libp->para[2]));
17800      }
17801      break;
17802    }
17803    result7->obj.i = (long) p;
17804    result7->ref = (long) p;
17805    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TNtupleD));
17806    return(1 || funcname || hash || result7 || libp) ;
17807 }
17808 
17809 static int G__G__Tree_256_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17810 {
17811       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill((Double_t*) G__int(libp->para[0])));
17812    return(1 || funcname || hash || result7 || libp) ;
17813 }
17814 
17815 static int G__G__Tree_256_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17816 {
17817    switch (libp->paran) {
17818    case 15:
17819       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17820 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17821 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17822 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17823 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
17824 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
17825 , (Double_t) G__double(libp->para[10]), (Double_t) G__double(libp->para[11])
17826 , (Double_t) G__double(libp->para[12]), (Double_t) G__double(libp->para[13])
17827 , (Double_t) G__double(libp->para[14])));
17828       break;
17829    case 14:
17830       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17831 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17832 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17833 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17834 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
17835 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
17836 , (Double_t) G__double(libp->para[10]), (Double_t) G__double(libp->para[11])
17837 , (Double_t) G__double(libp->para[12]), (Double_t) G__double(libp->para[13])));
17838       break;
17839    case 13:
17840       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17841 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17842 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17843 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17844 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
17845 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
17846 , (Double_t) G__double(libp->para[10]), (Double_t) G__double(libp->para[11])
17847 , (Double_t) G__double(libp->para[12])));
17848       break;
17849    case 12:
17850       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17851 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17852 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17853 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17854 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
17855 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
17856 , (Double_t) G__double(libp->para[10]), (Double_t) G__double(libp->para[11])));
17857       break;
17858    case 11:
17859       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17860 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17861 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17862 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17863 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
17864 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])
17865 , (Double_t) G__double(libp->para[10])));
17866       break;
17867    case 10:
17868       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17869 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17870 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17871 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17872 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
17873 , (Double_t) G__double(libp->para[8]), (Double_t) G__double(libp->para[9])));
17874       break;
17875    case 9:
17876       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17877 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17878 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17879 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17880 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])
17881 , (Double_t) G__double(libp->para[8])));
17882       break;
17883    case 8:
17884       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17885 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17886 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17887 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17888 , (Double_t) G__double(libp->para[6]), (Double_t) G__double(libp->para[7])));
17889       break;
17890    case 7:
17891       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill(
17892 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17893 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17894 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
17895 , (Double_t) G__double(libp->para[6])));
17896       break;
17897    case 6:
17898       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17899 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17900 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
17901       break;
17902    case 5:
17903       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17904 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
17905 , (Double_t) G__double(libp->para[4])));
17906       break;
17907    case 4:
17908       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17909 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])));
17910       break;
17911    case 3:
17912       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
17913 , (Double_t) G__double(libp->para[2])));
17914       break;
17915    case 2:
17916       G__letint(result7, 105, (long) ((TNtupleD*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])));
17917       break;
17918    }
17919    return(1 || funcname || hash || result7 || libp) ;
17920 }
17921 
17922 static int G__G__Tree_256_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17923 {
17924       G__letint(result7, 105, (long) ((const TNtupleD*) G__getstructoffset())->GetNvar());
17925    return(1 || funcname || hash || result7 || libp) ;
17926 }
17927 
17928 static int G__G__Tree_256_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17929 {
17930       G__letint(result7, 68, (long) ((const TNtupleD*) G__getstructoffset())->GetArgs());
17931    return(1 || funcname || hash || result7 || libp) ;
17932 }
17933 
17934 static int G__G__Tree_256_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17935 {
17936       G__letint(result7, 85, (long) TNtupleD::Class());
17937    return(1 || funcname || hash || result7 || libp) ;
17938 }
17939 
17940 static int G__G__Tree_256_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17941 {
17942       G__letint(result7, 67, (long) TNtupleD::Class_Name());
17943    return(1 || funcname || hash || result7 || libp) ;
17944 }
17945 
17946 static int G__G__Tree_256_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17947 {
17948       G__letint(result7, 115, (long) TNtupleD::Class_Version());
17949    return(1 || funcname || hash || result7 || libp) ;
17950 }
17951 
17952 static int G__G__Tree_256_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17953 {
17954       TNtupleD::Dictionary();
17955       G__setnull(result7);
17956    return(1 || funcname || hash || result7 || libp) ;
17957 }
17958 
17959 static int G__G__Tree_256_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17960 {
17961       ((TNtupleD*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17962       G__setnull(result7);
17963    return(1 || funcname || hash || result7 || libp) ;
17964 }
17965 
17966 static int G__G__Tree_256_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17967 {
17968       G__letint(result7, 67, (long) TNtupleD::DeclFileName());
17969    return(1 || funcname || hash || result7 || libp) ;
17970 }
17971 
17972 static int G__G__Tree_256_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17973 {
17974       G__letint(result7, 105, (long) TNtupleD::ImplFileLine());
17975    return(1 || funcname || hash || result7 || libp) ;
17976 }
17977 
17978 static int G__G__Tree_256_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17979 {
17980       G__letint(result7, 67, (long) TNtupleD::ImplFileName());
17981    return(1 || funcname || hash || result7 || libp) ;
17982 }
17983 
17984 static int G__G__Tree_256_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17985 {
17986       G__letint(result7, 105, (long) TNtupleD::DeclFileLine());
17987    return(1 || funcname || hash || result7 || libp) ;
17988 }
17989 
17990 // automatic destructor
17991 typedef TNtupleD G__TTNtupleD;
17992 static int G__G__Tree_256_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17993 {
17994    char* gvp = (char*) G__getgvp();
17995    long soff = G__getstructoffset();
17996    int n = G__getaryconstruct();
17997    //
17998    //has_a_delete: 1
17999    //has_own_delete1arg: 0
18000    //has_own_delete2arg: 0
18001    //
18002    if (!soff) {
18003      return(1);
18004    }
18005    if (n) {
18006      if (gvp == (char*)G__PVOID) {
18007        delete[] (TNtupleD*) soff;
18008      } else {
18009        G__setgvp((long) G__PVOID);
18010        for (int i = n - 1; i >= 0; --i) {
18011          ((TNtupleD*) (soff+(sizeof(TNtupleD)*i)))->~G__TTNtupleD();
18012        }
18013        G__setgvp((long)gvp);
18014      }
18015    } else {
18016      if (gvp == (char*)G__PVOID) {
18017        delete (TNtupleD*) soff;
18018      } else {
18019        G__setgvp((long) G__PVOID);
18020        ((TNtupleD*) (soff))->~G__TTNtupleD();
18021        G__setgvp((long)gvp);
18022      }
18023    }
18024    G__setnull(result7);
18025    return(1 || funcname || hash || result7 || libp) ;
18026 }
18027 
18028 
18029 /* TNtuple */
18030 static int G__G__Tree_257_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18031 {
18032    TNtuple* p = NULL;
18033    char* gvp = (char*) G__getgvp();
18034    int n = G__getaryconstruct();
18035    if (n) {
18036      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18037        p = new TNtuple[n];
18038      } else {
18039        p = new((void*) gvp) TNtuple[n];
18040      }
18041    } else {
18042      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18043        p = new TNtuple;
18044      } else {
18045        p = new((void*) gvp) TNtuple;
18046      }
18047    }
18048    result7->obj.i = (long) p;
18049    result7->ref = (long) p;
18050    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TNtuple));
18051    return(1 || funcname || hash || result7 || libp) ;
18052 }
18053 
18054 static int G__G__Tree_257_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18055 {
18056    TNtuple* p = NULL;
18057    char* gvp = (char*) G__getgvp();
18058    switch (libp->paran) {
18059    case 4:
18060      //m: 4
18061      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18062        p = new TNtuple(
18063 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
18064 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
18065      } else {
18066        p = new((void*) gvp) TNtuple(
18067 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
18068 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
18069      }
18070      break;
18071    case 3:
18072      //m: 3
18073      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18074        p = new TNtuple(
18075 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
18076 , (const char*) G__int(libp->para[2]));
18077      } else {
18078        p = new((void*) gvp) TNtuple(
18079 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
18080 , (const char*) G__int(libp->para[2]));
18081      }
18082      break;
18083    }
18084    result7->obj.i = (long) p;
18085    result7->ref = (long) p;
18086    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TNtuple));
18087    return(1 || funcname || hash || result7 || libp) ;
18088 }
18089 
18090 static int G__G__Tree_257_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18091 {
18092       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Float_t*) G__int(libp->para[0])));
18093    return(1 || funcname || hash || result7 || libp) ;
18094 }
18095 
18096 static int G__G__Tree_257_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18097 {
18098       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Int_t) G__int(libp->para[0])));
18099    return(1 || funcname || hash || result7 || libp) ;
18100 }
18101 
18102 static int G__G__Tree_257_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18103 {
18104       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Double_t) G__double(libp->para[0])));
18105    return(1 || funcname || hash || result7 || libp) ;
18106 }
18107 
18108 static int G__G__Tree_257_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18109 {
18110    switch (libp->paran) {
18111    case 15:
18112       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18113 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18114 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18115 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18116 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])
18117 , (Float_t) G__double(libp->para[8]), (Float_t) G__double(libp->para[9])
18118 , (Float_t) G__double(libp->para[10]), (Float_t) G__double(libp->para[11])
18119 , (Float_t) G__double(libp->para[12]), (Float_t) G__double(libp->para[13])
18120 , (Float_t) G__double(libp->para[14])));
18121       break;
18122    case 14:
18123       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18124 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18125 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18126 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18127 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])
18128 , (Float_t) G__double(libp->para[8]), (Float_t) G__double(libp->para[9])
18129 , (Float_t) G__double(libp->para[10]), (Float_t) G__double(libp->para[11])
18130 , (Float_t) G__double(libp->para[12]), (Float_t) G__double(libp->para[13])));
18131       break;
18132    case 13:
18133       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18134 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18135 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18136 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18137 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])
18138 , (Float_t) G__double(libp->para[8]), (Float_t) G__double(libp->para[9])
18139 , (Float_t) G__double(libp->para[10]), (Float_t) G__double(libp->para[11])
18140 , (Float_t) G__double(libp->para[12])));
18141       break;
18142    case 12:
18143       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18144 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18145 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18146 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18147 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])
18148 , (Float_t) G__double(libp->para[8]), (Float_t) G__double(libp->para[9])
18149 , (Float_t) G__double(libp->para[10]), (Float_t) G__double(libp->para[11])));
18150       break;
18151    case 11:
18152       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18153 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18154 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18155 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18156 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])
18157 , (Float_t) G__double(libp->para[8]), (Float_t) G__double(libp->para[9])
18158 , (Float_t) G__double(libp->para[10])));
18159       break;
18160    case 10:
18161       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18162 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18163 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18164 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18165 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])
18166 , (Float_t) G__double(libp->para[8]), (Float_t) G__double(libp->para[9])));
18167       break;
18168    case 9:
18169       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18170 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18171 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18172 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18173 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])
18174 , (Float_t) G__double(libp->para[8])));
18175       break;
18176    case 8:
18177       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18178 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18179 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18180 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18181 , (Float_t) G__double(libp->para[6]), (Float_t) G__double(libp->para[7])));
18182       break;
18183    case 7:
18184       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill(
18185 (Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18186 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18187 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])
18188 , (Float_t) G__double(libp->para[6])));
18189       break;
18190    case 6:
18191       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18192 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18193 , (Float_t) G__double(libp->para[4]), (Float_t) G__double(libp->para[5])));
18194       break;
18195    case 5:
18196       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18197 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])
18198 , (Float_t) G__double(libp->para[4])));
18199       break;
18200    case 4:
18201       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18202 , (Float_t) G__double(libp->para[2]), (Float_t) G__double(libp->para[3])));
18203       break;
18204    case 3:
18205       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
18206 , (Float_t) G__double(libp->para[2])));
18207       break;
18208    case 2:
18209       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])));
18210       break;
18211    case 1:
18212       G__letint(result7, 105, (long) ((TNtuple*) G__getstructoffset())->Fill((Float_t) G__double(libp->para[0])));
18213       break;
18214    }
18215    return(1 || funcname || hash || result7 || libp) ;
18216 }
18217 
18218 static int G__G__Tree_257_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18219 {
18220       G__letint(result7, 105, (long) ((const TNtuple*) G__getstructoffset())->GetNvar());
18221    return(1 || funcname || hash || result7 || libp) ;
18222 }
18223 
18224 static int G__G__Tree_257_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18225 {
18226       G__letint(result7, 70, (long) ((const TNtuple*) G__getstructoffset())->GetArgs());
18227    return(1 || funcname || hash || result7 || libp) ;
18228 }
18229 
18230 static int G__G__Tree_257_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18231 {
18232       G__letint(result7, 85, (long) TNtuple::Class());
18233    return(1 || funcname || hash || result7 || libp) ;
18234 }
18235 
18236 static int G__G__Tree_257_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18237 {
18238       G__letint(result7, 67, (long) TNtuple::Class_Name());
18239    return(1 || funcname || hash || result7 || libp) ;
18240 }
18241 
18242 static int G__G__Tree_257_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18243 {
18244       G__letint(result7, 115, (long) TNtuple::Class_Version());
18245    return(1 || funcname || hash || result7 || libp) ;
18246 }
18247 
18248 static int G__G__Tree_257_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18249 {
18250       TNtuple::Dictionary();
18251       G__setnull(result7);
18252    return(1 || funcname || hash || result7 || libp) ;
18253 }
18254 
18255 static int G__G__Tree_257_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18256 {
18257       ((TNtuple*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18258       G__setnull(result7);
18259    return(1 || funcname || hash || result7 || libp) ;
18260 }
18261 
18262 static int G__G__Tree_257_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18263 {
18264       G__letint(result7, 67, (long) TNtuple::DeclFileName());
18265    return(1 || funcname || hash || result7 || libp) ;
18266 }
18267 
18268 static int G__G__Tree_257_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18269 {
18270       G__letint(result7, 105, (long) TNtuple::ImplFileLine());
18271    return(1 || funcname || hash || result7 || libp) ;
18272 }
18273 
18274 static int G__G__Tree_257_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18275 {
18276       G__letint(result7, 67, (long) TNtuple::ImplFileName());
18277    return(1 || funcname || hash || result7 || libp) ;
18278 }
18279 
18280 static int G__G__Tree_257_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18281 {
18282       G__letint(result7, 105, (long) TNtuple::DeclFileLine());
18283    return(1 || funcname || hash || result7 || libp) ;
18284 }
18285 
18286 // automatic destructor
18287 typedef TNtuple G__TTNtuple;
18288 static int G__G__Tree_257_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18289 {
18290    char* gvp = (char*) G__getgvp();
18291    long soff = G__getstructoffset();
18292    int n = G__getaryconstruct();
18293    //
18294    //has_a_delete: 1
18295    //has_own_delete1arg: 0
18296    //has_own_delete2arg: 0
18297    //
18298    if (!soff) {
18299      return(1);
18300    }
18301    if (n) {
18302      if (gvp == (char*)G__PVOID) {
18303        delete[] (TNtuple*) soff;
18304      } else {
18305        G__setgvp((long) G__PVOID);
18306        for (int i = n - 1; i >= 0; --i) {
18307          ((TNtuple*) (soff+(sizeof(TNtuple)*i)))->~G__TTNtuple();
18308        }
18309        G__setgvp((long)gvp);
18310      }
18311    } else {
18312      if (gvp == (char*)G__PVOID) {
18313        delete (TNtuple*) soff;
18314      } else {
18315        G__setgvp((long) G__PVOID);
18316        ((TNtuple*) (soff))->~G__TTNtuple();
18317        G__setgvp((long)gvp);
18318      }
18319    }
18320    G__setnull(result7);
18321    return(1 || funcname || hash || result7 || libp) ;
18322 }
18323 
18324 
18325 /* TQueryResult */
18326 static int G__G__Tree_261_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18327 {
18328    TQueryResult* p = NULL;
18329    char* gvp = (char*) G__getgvp();
18330    int n = G__getaryconstruct();
18331    if (n) {
18332      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18333        p = new TQueryResult[n];
18334      } else {
18335        p = new((void*) gvp) TQueryResult[n];
18336      }
18337    } else {
18338      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18339        p = new TQueryResult;
18340      } else {
18341        p = new((void*) gvp) TQueryResult;
18342      }
18343    }
18344    result7->obj.i = (long) p;
18345    result7->ref = (long) p;
18346    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TQueryResult));
18347    return(1 || funcname || hash || result7 || libp) ;
18348 }
18349 
18350 static int G__G__Tree_261_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18351 {
18352    switch (libp->paran) {
18353    case 1:
18354       ((TQueryResult*) G__getstructoffset())->Browse((TBrowser*) G__int(libp->para[0]));
18355       G__setnull(result7);
18356       break;
18357    case 0:
18358       ((TQueryResult*) G__getstructoffset())->Browse();
18359       G__setnull(result7);
18360       break;
18361    }
18362    return(1 || funcname || hash || result7 || libp) ;
18363 }
18364 
18365 static int G__G__Tree_261_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18366 {
18367       G__letint(result7, 105, (long) ((const TQueryResult*) G__getstructoffset())->GetSeqNum());
18368    return(1 || funcname || hash || result7 || libp) ;
18369 }
18370 
18371 static int G__G__Tree_261_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18372 {
18373       G__letint(result7, 105, (long) ((const TQueryResult*) G__getstructoffset())->GetStatus());
18374    return(1 || funcname || hash || result7 || libp) ;
18375 }
18376 
18377 static int G__G__Tree_261_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18378 {
18379       {
18380          const TDatime* pobj;
18381          const TDatime xobj = ((const TQueryResult*) G__getstructoffset())->GetStartTime();
18382          pobj = new TDatime(xobj);
18383          result7->obj.i = (long) ((void*) pobj);
18384          result7->ref = result7->obj.i;
18385          G__store_tempobject(*result7);
18386       }
18387    return(1 || funcname || hash || result7 || libp) ;
18388 }
18389 
18390 static int G__G__Tree_261_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18391 {
18392       {
18393          const TDatime* pobj;
18394          const TDatime xobj = ((const TQueryResult*) G__getstructoffset())->GetEndTime();
18395          pobj = new TDatime(xobj);
18396          result7->obj.i = (long) ((void*) pobj);
18397          result7->ref = result7->obj.i;
18398          G__store_tempobject(*result7);
18399       }
18400    return(1 || funcname || hash || result7 || libp) ;
18401 }
18402 
18403 static int G__G__Tree_261_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18404 {
18405       G__letint(result7, 67, (long) ((const TQueryResult*) G__getstructoffset())->GetOptions());
18406    return(1 || funcname || hash || result7 || libp) ;
18407 }
18408 
18409 static int G__G__Tree_261_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18410 {
18411       G__letint(result7, 85, (long) ((TQueryResult*) G__getstructoffset())->GetInputList());
18412    return(1 || funcname || hash || result7 || libp) ;
18413 }
18414 
18415 static int G__G__Tree_261_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18416 {
18417       G__letint(result7, 85, (long) ((const TQueryResult*) G__getstructoffset())->GetInputObject((const char*) G__int(libp->para[0])));
18418    return(1 || funcname || hash || result7 || libp) ;
18419 }
18420 
18421 static int G__G__Tree_261_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18422 {
18423       G__letLonglong(result7, 110, (G__int64) ((const TQueryResult*) G__getstructoffset())->GetEntries());
18424    return(1 || funcname || hash || result7 || libp) ;
18425 }
18426 
18427 static int G__G__Tree_261_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18428 {
18429       G__letLonglong(result7, 110, (G__int64) ((const TQueryResult*) G__getstructoffset())->GetFirst());
18430    return(1 || funcname || hash || result7 || libp) ;
18431 }
18432 
18433 static int G__G__Tree_261_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18434 {
18435       G__letLonglong(result7, 110, (G__int64) ((const TQueryResult*) G__getstructoffset())->GetBytes());
18436    return(1 || funcname || hash || result7 || libp) ;
18437 }
18438 
18439 static int G__G__Tree_261_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18440 {
18441       G__letdouble(result7, 102, (double) ((const TQueryResult*) G__getstructoffset())->GetUsedCPU());
18442    return(1 || funcname || hash || result7 || libp) ;
18443 }
18444 
18445 static int G__G__Tree_261_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18446 {
18447       G__letint(result7, 85, (long) ((const TQueryResult*) G__getstructoffset())->GetLogFile());
18448    return(1 || funcname || hash || result7 || libp) ;
18449 }
18450 
18451 static int G__G__Tree_261_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18452 {
18453       G__letint(result7, 85, (long) ((const TQueryResult*) G__getstructoffset())->GetSelecHdr());
18454    return(1 || funcname || hash || result7 || libp) ;
18455 }
18456 
18457 static int G__G__Tree_261_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18458 {
18459       G__letint(result7, 85, (long) ((const TQueryResult*) G__getstructoffset())->GetSelecImp());
18460    return(1 || funcname || hash || result7 || libp) ;
18461 }
18462 
18463 static int G__G__Tree_261_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18464 {
18465       G__letint(result7, 67, (long) ((const TQueryResult*) G__getstructoffset())->GetLibList());
18466    return(1 || funcname || hash || result7 || libp) ;
18467 }
18468 
18469 static int G__G__Tree_261_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18470 {
18471       G__letint(result7, 67, (long) ((const TQueryResult*) G__getstructoffset())->GetParList());
18472    return(1 || funcname || hash || result7 || libp) ;
18473 }
18474 
18475 static int G__G__Tree_261_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18476 {
18477       G__letint(result7, 85, (long) ((TQueryResult*) G__getstructoffset())->GetOutputList());
18478    return(1 || funcname || hash || result7 || libp) ;
18479 }
18480 
18481 static int G__G__Tree_261_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18482 {
18483       G__letint(result7, 67, (long) ((const TQueryResult*) G__getstructoffset())->GetResultFile());
18484    return(1 || funcname || hash || result7 || libp) ;
18485 }
18486 
18487 static int G__G__Tree_261_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18488 {
18489       G__letdouble(result7, 102, (double) ((const TQueryResult*) G__getstructoffset())->GetInitTime());
18490    return(1 || funcname || hash || result7 || libp) ;
18491 }
18492 
18493 static int G__G__Tree_261_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18494 {
18495       G__letdouble(result7, 102, (double) ((const TQueryResult*) G__getstructoffset())->GetProcTime());
18496    return(1 || funcname || hash || result7 || libp) ;
18497 }
18498 
18499 static int G__G__Tree_261_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18500 {
18501       G__letint(result7, 105, (long) ((const TQueryResult*) G__getstructoffset())->GetNumWrks());
18502    return(1 || funcname || hash || result7 || libp) ;
18503 }
18504 
18505 static int G__G__Tree_261_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18506 {
18507       G__letint(result7, 103, (long) ((const TQueryResult*) G__getstructoffset())->IsArchived());
18508    return(1 || funcname || hash || result7 || libp) ;
18509 }
18510 
18511 static int G__G__Tree_261_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18512 {
18513       G__letint(result7, 103, (long) ((const TQueryResult*) G__getstructoffset())->IsDone());
18514    return(1 || funcname || hash || result7 || libp) ;
18515 }
18516 
18517 static int G__G__Tree_261_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18518 {
18519       G__letint(result7, 103, (long) ((const TQueryResult*) G__getstructoffset())->IsDraw());
18520    return(1 || funcname || hash || result7 || libp) ;
18521 }
18522 
18523 static int G__G__Tree_261_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18524 {
18525       G__letint(result7, 103, (long) ((const TQueryResult*) G__getstructoffset())->IsFinalized());
18526    return(1 || funcname || hash || result7 || libp) ;
18527 }
18528 
18529 static int G__G__Tree_261_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18530 {
18531       G__letint(result7, 103, (long) ((TQueryResult*) G__getstructoffset())->Matches((const char*) G__int(libp->para[0])));
18532    return(1 || funcname || hash || result7 || libp) ;
18533 }
18534 
18535 static int G__G__Tree_261_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18536 {
18537       G__letint(result7, 85, (long) TQueryResult::Class());
18538    return(1 || funcname || hash || result7 || libp) ;
18539 }
18540 
18541 static int G__G__Tree_261_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18542 {
18543       G__letint(result7, 67, (long) TQueryResult::Class_Name());
18544    return(1 || funcname || hash || result7 || libp) ;
18545 }
18546 
18547 static int G__G__Tree_261_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18548 {
18549       G__letint(result7, 115, (long) TQueryResult::Class_Version());
18550    return(1 || funcname || hash || result7 || libp) ;
18551 }
18552 
18553 static int G__G__Tree_261_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18554 {
18555       TQueryResult::Dictionary();
18556       G__setnull(result7);
18557    return(1 || funcname || hash || result7 || libp) ;
18558 }
18559 
18560 static int G__G__Tree_261_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18561 {
18562       ((TQueryResult*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18563       G__setnull(result7);
18564    return(1 || funcname || hash || result7 || libp) ;
18565 }
18566 
18567 static int G__G__Tree_261_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18568 {
18569       G__letint(result7, 67, (long) TQueryResult::DeclFileName());
18570    return(1 || funcname || hash || result7 || libp) ;
18571 }
18572 
18573 static int G__G__Tree_261_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18574 {
18575       G__letint(result7, 105, (long) TQueryResult::ImplFileLine());
18576    return(1 || funcname || hash || result7 || libp) ;
18577 }
18578 
18579 static int G__G__Tree_261_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18580 {
18581       G__letint(result7, 67, (long) TQueryResult::ImplFileName());
18582    return(1 || funcname || hash || result7 || libp) ;
18583 }
18584 
18585 static int G__G__Tree_261_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18586 {
18587       G__letint(result7, 105, (long) TQueryResult::DeclFileLine());
18588    return(1 || funcname || hash || result7 || libp) ;
18589 }
18590 
18591 // automatic copy constructor
18592 static int G__G__Tree_261_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18593 
18594 {
18595    TQueryResult* p;
18596    void* tmp = (void*) G__int(libp->para[0]);
18597    p = new TQueryResult(*(TQueryResult*) tmp);
18598    result7->obj.i = (long) p;
18599    result7->ref = (long) p;
18600    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TQueryResult));
18601    return(1 || funcname || hash || result7 || libp) ;
18602 }
18603 
18604 // automatic destructor
18605 typedef TQueryResult G__TTQueryResult;
18606 static int G__G__Tree_261_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18607 {
18608    char* gvp = (char*) G__getgvp();
18609    long soff = G__getstructoffset();
18610    int n = G__getaryconstruct();
18611    //
18612    //has_a_delete: 1
18613    //has_own_delete1arg: 0
18614    //has_own_delete2arg: 0
18615    //
18616    if (!soff) {
18617      return(1);
18618    }
18619    if (n) {
18620      if (gvp == (char*)G__PVOID) {
18621        delete[] (TQueryResult*) soff;
18622      } else {
18623        G__setgvp((long) G__PVOID);
18624        for (int i = n - 1; i >= 0; --i) {
18625          ((TQueryResult*) (soff+(sizeof(TQueryResult)*i)))->~G__TTQueryResult();
18626        }
18627        G__setgvp((long)gvp);
18628      }
18629    } else {
18630      if (gvp == (char*)G__PVOID) {
18631        delete (TQueryResult*) soff;
18632      } else {
18633        G__setgvp((long) G__PVOID);
18634        ((TQueryResult*) (soff))->~G__TTQueryResult();
18635        G__setgvp((long)gvp);
18636      }
18637    }
18638    G__setnull(result7);
18639    return(1 || funcname || hash || result7 || libp) ;
18640 }
18641 
18642 // automatic assignment operator
18643 static int G__G__Tree_261_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18644 {
18645    TQueryResult* dest = (TQueryResult*) G__getstructoffset();
18646    *dest = *(TQueryResult*) libp->para[0].ref;
18647    const TQueryResult& obj = *dest;
18648    result7->ref = (long) (&obj);
18649    result7->obj.i = (long) (&obj);
18650    return(1 || funcname || hash || result7 || libp) ;
18651 }
18652 
18653 
18654 /* TSelectorList */
18655 static int G__G__Tree_269_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18656 {
18657    TSelectorList* p = NULL;
18658    char* gvp = (char*) G__getgvp();
18659    int n = G__getaryconstruct();
18660    if (n) {
18661      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18662        p = new TSelectorList[n];
18663      } else {
18664        p = new((void*) gvp) TSelectorList[n];
18665      }
18666    } else {
18667      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18668        p = new TSelectorList;
18669      } else {
18670        p = new((void*) gvp) TSelectorList;
18671      }
18672    }
18673    result7->obj.i = (long) p;
18674    result7->ref = (long) p;
18675    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TSelectorList));
18676    return(1 || funcname || hash || result7 || libp) ;
18677 }
18678 
18679 static int G__G__Tree_269_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18680 {
18681       G__letint(result7, 85, (long) TSelectorList::Class());
18682    return(1 || funcname || hash || result7 || libp) ;
18683 }
18684 
18685 static int G__G__Tree_269_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18686 {
18687       G__letint(result7, 67, (long) TSelectorList::Class_Name());
18688    return(1 || funcname || hash || result7 || libp) ;
18689 }
18690 
18691 static int G__G__Tree_269_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18692 {
18693       G__letint(result7, 115, (long) TSelectorList::Class_Version());
18694    return(1 || funcname || hash || result7 || libp) ;
18695 }
18696 
18697 static int G__G__Tree_269_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18698 {
18699       TSelectorList::Dictionary();
18700       G__setnull(result7);
18701    return(1 || funcname || hash || result7 || libp) ;
18702 }
18703 
18704 static int G__G__Tree_269_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18705 {
18706       ((TSelectorList*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18707       G__setnull(result7);
18708    return(1 || funcname || hash || result7 || libp) ;
18709 }
18710 
18711 static int G__G__Tree_269_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18712 {
18713       G__letint(result7, 67, (long) TSelectorList::DeclFileName());
18714    return(1 || funcname || hash || result7 || libp) ;
18715 }
18716 
18717 static int G__G__Tree_269_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18718 {
18719       G__letint(result7, 105, (long) TSelectorList::ImplFileLine());
18720    return(1 || funcname || hash || result7 || libp) ;
18721 }
18722 
18723 static int G__G__Tree_269_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18724 {
18725       G__letint(result7, 67, (long) TSelectorList::ImplFileName());
18726    return(1 || funcname || hash || result7 || libp) ;
18727 }
18728 
18729 static int G__G__Tree_269_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18730 {
18731       G__letint(result7, 105, (long) TSelectorList::DeclFileLine());
18732    return(1 || funcname || hash || result7 || libp) ;
18733 }
18734 
18735 // automatic destructor
18736 typedef TSelectorList G__TTSelectorList;
18737 static int G__G__Tree_269_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18738 {
18739    char* gvp = (char*) G__getgvp();
18740    long soff = G__getstructoffset();
18741    int n = G__getaryconstruct();
18742    //
18743    //has_a_delete: 1
18744    //has_own_delete1arg: 0
18745    //has_own_delete2arg: 0
18746    //
18747    if (!soff) {
18748      return(1);
18749    }
18750    if (n) {
18751      if (gvp == (char*)G__PVOID) {
18752        delete[] (TSelectorList*) soff;
18753      } else {
18754        G__setgvp((long) G__PVOID);
18755        for (int i = n - 1; i >= 0; --i) {
18756          ((TSelectorList*) (soff+(sizeof(TSelectorList)*i)))->~G__TTSelectorList();
18757        }
18758        G__setgvp((long)gvp);
18759      }
18760    } else {
18761      if (gvp == (char*)G__PVOID) {
18762        delete (TSelectorList*) soff;
18763      } else {
18764        G__setgvp((long) G__PVOID);
18765        ((TSelectorList*) (soff))->~G__TTSelectorList();
18766        G__setgvp((long)gvp);
18767      }
18768    }
18769    G__setnull(result7);
18770    return(1 || funcname || hash || result7 || libp) ;
18771 }
18772 
18773 
18774 /* TSelectorCint */
18775 static int G__G__Tree_276_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18776 {
18777    TSelectorCint* p = NULL;
18778    char* gvp = (char*) G__getgvp();
18779    int n = G__getaryconstruct();
18780    if (n) {
18781      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18782        p = new TSelectorCint[n];
18783      } else {
18784        p = new((void*) gvp) TSelectorCint[n];
18785      }
18786    } else {
18787      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18788        p = new TSelectorCint;
18789      } else {
18790        p = new((void*) gvp) TSelectorCint;
18791      }
18792    }
18793    result7->obj.i = (long) p;
18794    result7->ref = (long) p;
18795    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TSelectorCint));
18796    return(1 || funcname || hash || result7 || libp) ;
18797 }
18798 
18799 static int G__G__Tree_276_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18800 {
18801    switch (libp->paran) {
18802    case 3:
18803       ((TSelectorCint*) G__getstructoffset())->Build((TSelector*) G__int(libp->para[0]), (ClassInfo_t*) G__int(libp->para[1])
18804 , (Bool_t) G__int(libp->para[2]));
18805       G__setnull(result7);
18806       break;
18807    case 2:
18808       ((TSelectorCint*) G__getstructoffset())->Build((TSelector*) G__int(libp->para[0]), (ClassInfo_t*) G__int(libp->para[1]));
18809       G__setnull(result7);
18810       break;
18811    }
18812    return(1 || funcname || hash || result7 || libp) ;
18813 }
18814 
18815 static int G__G__Tree_276_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18816 {
18817       G__letint(result7, 85, (long) ((const TSelectorCint*) G__getstructoffset())->GetInterpretedClass());
18818    return(1 || funcname || hash || result7 || libp) ;
18819 }
18820 
18821 static int G__G__Tree_276_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18822 {
18823       G__letint(result7, 85, (long) ((const TSelectorCint*) G__getstructoffset())->GetInterpretedSelector());
18824    return(1 || funcname || hash || result7 || libp) ;
18825 }
18826 
18827 static int G__G__Tree_276_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18828 {
18829       G__letint(result7, 85, (long) TSelectorCint::Class());
18830    return(1 || funcname || hash || result7 || libp) ;
18831 }
18832 
18833 static int G__G__Tree_276_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18834 {
18835       G__letint(result7, 67, (long) TSelectorCint::Class_Name());
18836    return(1 || funcname || hash || result7 || libp) ;
18837 }
18838 
18839 static int G__G__Tree_276_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18840 {
18841       G__letint(result7, 115, (long) TSelectorCint::Class_Version());
18842    return(1 || funcname || hash || result7 || libp) ;
18843 }
18844 
18845 static int G__G__Tree_276_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18846 {
18847       TSelectorCint::Dictionary();
18848       G__setnull(result7);
18849    return(1 || funcname || hash || result7 || libp) ;
18850 }
18851 
18852 static int G__G__Tree_276_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18853 {
18854       ((TSelectorCint*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18855       G__setnull(result7);
18856    return(1 || funcname || hash || result7 || libp) ;
18857 }
18858 
18859 static int G__G__Tree_276_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18860 {
18861       G__letint(result7, 67, (long) TSelectorCint::DeclFileName());
18862    return(1 || funcname || hash || result7 || libp) ;
18863 }
18864 
18865 static int G__G__Tree_276_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18866 {
18867       G__letint(result7, 105, (long) TSelectorCint::ImplFileLine());
18868    return(1 || funcname || hash || result7 || libp) ;
18869 }
18870 
18871 static int G__G__Tree_276_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18872 {
18873       G__letint(result7, 67, (long) TSelectorCint::ImplFileName());
18874    return(1 || funcname || hash || result7 || libp) ;
18875 }
18876 
18877 static int G__G__Tree_276_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18878 {
18879       G__letint(result7, 105, (long) TSelectorCint::DeclFileLine());
18880    return(1 || funcname || hash || result7 || libp) ;
18881 }
18882 
18883 // automatic destructor
18884 typedef TSelectorCint G__TTSelectorCint;
18885 static int G__G__Tree_276_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18886 {
18887    char* gvp = (char*) G__getgvp();
18888    long soff = G__getstructoffset();
18889    int n = G__getaryconstruct();
18890    //
18891    //has_a_delete: 1
18892    //has_own_delete1arg: 0
18893    //has_own_delete2arg: 0
18894    //
18895    if (!soff) {
18896      return(1);
18897    }
18898    if (n) {
18899      if (gvp == (char*)G__PVOID) {
18900        delete[] (TSelectorCint*) soff;
18901      } else {
18902        G__setgvp((long) G__PVOID);
18903        for (int i = n - 1; i >= 0; --i) {
18904          ((TSelectorCint*) (soff+(sizeof(TSelectorCint)*i)))->~G__TTSelectorCint();
18905        }
18906        G__setgvp((long)gvp);
18907      }
18908    } else {
18909      if (gvp == (char*)G__PVOID) {
18910        delete (TSelectorCint*) soff;
18911      } else {
18912        G__setgvp((long) G__PVOID);
18913        ((TSelectorCint*) (soff))->~G__TTSelectorCint();
18914        G__setgvp((long)gvp);
18915      }
18916    }
18917    G__setnull(result7);
18918    return(1 || funcname || hash || result7 || libp) ;
18919 }
18920 
18921 
18922 /* TSelectorScalar */
18923 static int G__G__Tree_277_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18924 {
18925    TSelectorScalar* p = NULL;
18926    char* gvp = (char*) G__getgvp();
18927    switch (libp->paran) {
18928    case 2:
18929      //m: 2
18930      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18931        p = new TSelectorScalar((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
18932      } else {
18933        p = new((void*) gvp) TSelectorScalar((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
18934      }
18935      break;
18936    case 1:
18937      //m: 1
18938      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18939        p = new TSelectorScalar((const char*) G__int(libp->para[0]));
18940      } else {
18941        p = new((void*) gvp) TSelectorScalar((const char*) G__int(libp->para[0]));
18942      }
18943      break;
18944    case 0:
18945      int n = G__getaryconstruct();
18946      if (n) {
18947        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18948          p = new TSelectorScalar[n];
18949        } else {
18950          p = new((void*) gvp) TSelectorScalar[n];
18951        }
18952      } else {
18953        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18954          p = new TSelectorScalar;
18955        } else {
18956          p = new((void*) gvp) TSelectorScalar;
18957        }
18958      }
18959      break;
18960    }
18961    result7->obj.i = (long) p;
18962    result7->ref = (long) p;
18963    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar));
18964    return(1 || funcname || hash || result7 || libp) ;
18965 }
18966 
18967 static int G__G__Tree_277_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18968 {
18969    switch (libp->paran) {
18970    case 1:
18971       ((TSelectorScalar*) G__getstructoffset())->Inc((Long_t) G__int(libp->para[0]));
18972       G__setnull(result7);
18973       break;
18974    case 0:
18975       ((TSelectorScalar*) G__getstructoffset())->Inc();
18976       G__setnull(result7);
18977       break;
18978    }
18979    return(1 || funcname || hash || result7 || libp) ;
18980 }
18981 
18982 static int G__G__Tree_277_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18983 {
18984       G__letint(result7, 105, (long) ((TSelectorScalar*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
18985    return(1 || funcname || hash || result7 || libp) ;
18986 }
18987 
18988 static int G__G__Tree_277_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18989 {
18990       G__letint(result7, 85, (long) TSelectorScalar::Class());
18991    return(1 || funcname || hash || result7 || libp) ;
18992 }
18993 
18994 static int G__G__Tree_277_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18995 {
18996       G__letint(result7, 67, (long) TSelectorScalar::Class_Name());
18997    return(1 || funcname || hash || result7 || libp) ;
18998 }
18999 
19000 static int G__G__Tree_277_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19001 {
19002       G__letint(result7, 115, (long) TSelectorScalar::Class_Version());
19003    return(1 || funcname || hash || result7 || libp) ;
19004 }
19005 
19006 static int G__G__Tree_277_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19007 {
19008       TSelectorScalar::Dictionary();
19009       G__setnull(result7);
19010    return(1 || funcname || hash || result7 || libp) ;
19011 }
19012 
19013 static int G__G__Tree_277_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19014 {
19015       ((TSelectorScalar*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19016       G__setnull(result7);
19017    return(1 || funcname || hash || result7 || libp) ;
19018 }
19019 
19020 static int G__G__Tree_277_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19021 {
19022       G__letint(result7, 67, (long) TSelectorScalar::DeclFileName());
19023    return(1 || funcname || hash || result7 || libp) ;
19024 }
19025 
19026 static int G__G__Tree_277_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19027 {
19028       G__letint(result7, 105, (long) TSelectorScalar::ImplFileLine());
19029    return(1 || funcname || hash || result7 || libp) ;
19030 }
19031 
19032 static int G__G__Tree_277_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19033 {
19034       G__letint(result7, 67, (long) TSelectorScalar::ImplFileName());
19035    return(1 || funcname || hash || result7 || libp) ;
19036 }
19037 
19038 static int G__G__Tree_277_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19039 {
19040       G__letint(result7, 105, (long) TSelectorScalar::DeclFileLine());
19041    return(1 || funcname || hash || result7 || libp) ;
19042 }
19043 
19044 // automatic copy constructor
19045 static int G__G__Tree_277_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19046 
19047 {
19048    TSelectorScalar* p;
19049    void* tmp = (void*) G__int(libp->para[0]);
19050    p = new TSelectorScalar(*(TSelectorScalar*) tmp);
19051    result7->obj.i = (long) p;
19052    result7->ref = (long) p;
19053    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar));
19054    return(1 || funcname || hash || result7 || libp) ;
19055 }
19056 
19057 // automatic destructor
19058 typedef TSelectorScalar G__TTSelectorScalar;
19059 static int G__G__Tree_277_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19060 {
19061    char* gvp = (char*) G__getgvp();
19062    long soff = G__getstructoffset();
19063    int n = G__getaryconstruct();
19064    //
19065    //has_a_delete: 1
19066    //has_own_delete1arg: 0
19067    //has_own_delete2arg: 0
19068    //
19069    if (!soff) {
19070      return(1);
19071    }
19072    if (n) {
19073      if (gvp == (char*)G__PVOID) {
19074        delete[] (TSelectorScalar*) soff;
19075      } else {
19076        G__setgvp((long) G__PVOID);
19077        for (int i = n - 1; i >= 0; --i) {
19078          ((TSelectorScalar*) (soff+(sizeof(TSelectorScalar)*i)))->~G__TTSelectorScalar();
19079        }
19080        G__setgvp((long)gvp);
19081      }
19082    } else {
19083      if (gvp == (char*)G__PVOID) {
19084        delete (TSelectorScalar*) soff;
19085      } else {
19086        G__setgvp((long) G__PVOID);
19087        ((TSelectorScalar*) (soff))->~G__TTSelectorScalar();
19088        G__setgvp((long)gvp);
19089      }
19090    }
19091    G__setnull(result7);
19092    return(1 || funcname || hash || result7 || libp) ;
19093 }
19094 
19095 // automatic assignment operator
19096 static int G__G__Tree_277_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19097 {
19098    TSelectorScalar* dest = (TSelectorScalar*) G__getstructoffset();
19099    *dest = *(TSelectorScalar*) libp->para[0].ref;
19100    const TSelectorScalar& obj = *dest;
19101    result7->ref = (long) (&obj);
19102    result7->obj.i = (long) (&obj);
19103    return(1 || funcname || hash || result7 || libp) ;
19104 }
19105 
19106 
19107 /* TTreeCache */
19108 static int G__G__Tree_280_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19109 {
19110    TTreeCache* p = NULL;
19111    char* gvp = (char*) G__getgvp();
19112    int n = G__getaryconstruct();
19113    if (n) {
19114      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19115        p = new TTreeCache[n];
19116      } else {
19117        p = new((void*) gvp) TTreeCache[n];
19118      }
19119    } else {
19120      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19121        p = new TTreeCache;
19122      } else {
19123        p = new((void*) gvp) TTreeCache;
19124      }
19125    }
19126    result7->obj.i = (long) p;
19127    result7->ref = (long) p;
19128    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeCache));
19129    return(1 || funcname || hash || result7 || libp) ;
19130 }
19131 
19132 static int G__G__Tree_280_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19133 {
19134    TTreeCache* p = NULL;
19135    char* gvp = (char*) G__getgvp();
19136    switch (libp->paran) {
19137    case 2:
19138      //m: 2
19139      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19140        p = new TTreeCache((TTree*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19141      } else {
19142        p = new((void*) gvp) TTreeCache((TTree*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19143      }
19144      break;
19145    case 1:
19146      //m: 1
19147      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19148        p = new TTreeCache((TTree*) G__int(libp->para[0]));
19149      } else {
19150        p = new((void*) gvp) TTreeCache((TTree*) G__int(libp->para[0]));
19151      }
19152      break;
19153    }
19154    result7->obj.i = (long) p;
19155    result7->ref = (long) p;
19156    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeCache));
19157    return(1 || funcname || hash || result7 || libp) ;
19158 }
19159 
19160 static int G__G__Tree_280_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19161 {
19162       G__letdouble(result7, 100, (double) ((const TTreeCache*) G__getstructoffset())->GetEfficiency());
19163    return(1 || funcname || hash || result7 || libp) ;
19164 }
19165 
19166 static int G__G__Tree_280_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19167 {
19168       G__letdouble(result7, 100, (double) ((const TTreeCache*) G__getstructoffset())->GetEfficiencyRel());
19169    return(1 || funcname || hash || result7 || libp) ;
19170 }
19171 
19172 static int G__G__Tree_280_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19173 {
19174       G__letint(result7, 105, (long) TTreeCache::GetLearnEntries());
19175    return(1 || funcname || hash || result7 || libp) ;
19176 }
19177 
19178 static int G__G__Tree_280_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19179 {
19180       G__letint(result7, 103, (long) ((TTreeCache*) G__getstructoffset())->FillBuffer());
19181    return(1 || funcname || hash || result7 || libp) ;
19182 }
19183 
19184 static int G__G__Tree_280_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19185 {
19186       G__letint(result7, 85, (long) ((const TTreeCache*) G__getstructoffset())->GetOwner());
19187    return(1 || funcname || hash || result7 || libp) ;
19188 }
19189 
19190 static int G__G__Tree_280_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19191 {
19192       G__letint(result7, 85, (long) ((const TTreeCache*) G__getstructoffset())->GetTree());
19193    return(1 || funcname || hash || result7 || libp) ;
19194 }
19195 
19196 static int G__G__Tree_280_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19197 {
19198       ((TTreeCache*) G__getstructoffset())->ResetCache();
19199       G__setnull(result7);
19200    return(1 || funcname || hash || result7 || libp) ;
19201 }
19202 
19203 static int G__G__Tree_280_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19204 {
19205       ((TTreeCache*) G__getstructoffset())->SetEntryRange((Long64_t) G__Longlong(libp->para[0]), (Long64_t) G__Longlong(libp->para[1]));
19206       G__setnull(result7);
19207    return(1 || funcname || hash || result7 || libp) ;
19208 }
19209 
19210 static int G__G__Tree_280_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19211 {
19212    switch (libp->paran) {
19213    case 1:
19214       TTreeCache::SetLearnEntries((Int_t) G__int(libp->para[0]));
19215       G__setnull(result7);
19216       break;
19217    case 0:
19218       TTreeCache::SetLearnEntries();
19219       G__setnull(result7);
19220       break;
19221    }
19222    return(1 || funcname || hash || result7 || libp) ;
19223 }
19224 
19225 static int G__G__Tree_280_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19226 {
19227       ((TTreeCache*) G__getstructoffset())->StartLearningPhase();
19228       G__setnull(result7);
19229    return(1 || funcname || hash || result7 || libp) ;
19230 }
19231 
19232 static int G__G__Tree_280_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19233 {
19234       ((TTreeCache*) G__getstructoffset())->StopLearningPhase();
19235       G__setnull(result7);
19236    return(1 || funcname || hash || result7 || libp) ;
19237 }
19238 
19239 static int G__G__Tree_280_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19240 {
19241    switch (libp->paran) {
19242    case 2:
19243       ((TTreeCache*) G__getstructoffset())->UpdateBranches((TTree*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
19244       G__setnull(result7);
19245       break;
19246    case 1:
19247       ((TTreeCache*) G__getstructoffset())->UpdateBranches((TTree*) G__int(libp->para[0]));
19248       G__setnull(result7);
19249       break;
19250    }
19251    return(1 || funcname || hash || result7 || libp) ;
19252 }
19253 
19254 static int G__G__Tree_280_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19255 {
19256       G__letint(result7, 85, (long) TTreeCache::Class());
19257    return(1 || funcname || hash || result7 || libp) ;
19258 }
19259 
19260 static int G__G__Tree_280_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19261 {
19262       G__letint(result7, 67, (long) TTreeCache::Class_Name());
19263    return(1 || funcname || hash || result7 || libp) ;
19264 }
19265 
19266 static int G__G__Tree_280_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19267 {
19268       G__letint(result7, 115, (long) TTreeCache::Class_Version());
19269    return(1 || funcname || hash || result7 || libp) ;
19270 }
19271 
19272 static int G__G__Tree_280_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19273 {
19274       TTreeCache::Dictionary();
19275       G__setnull(result7);
19276    return(1 || funcname || hash || result7 || libp) ;
19277 }
19278 
19279 static int G__G__Tree_280_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19280 {
19281       ((TTreeCache*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19282       G__setnull(result7);
19283    return(1 || funcname || hash || result7 || libp) ;
19284 }
19285 
19286 static int G__G__Tree_280_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19287 {
19288       G__letint(result7, 67, (long) TTreeCache::DeclFileName());
19289    return(1 || funcname || hash || result7 || libp) ;
19290 }
19291 
19292 static int G__G__Tree_280_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19293 {
19294       G__letint(result7, 105, (long) TTreeCache::ImplFileLine());
19295    return(1 || funcname || hash || result7 || libp) ;
19296 }
19297 
19298 static int G__G__Tree_280_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19299 {
19300       G__letint(result7, 67, (long) TTreeCache::ImplFileName());
19301    return(1 || funcname || hash || result7 || libp) ;
19302 }
19303 
19304 static int G__G__Tree_280_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19305 {
19306       G__letint(result7, 105, (long) TTreeCache::DeclFileLine());
19307    return(1 || funcname || hash || result7 || libp) ;
19308 }
19309 
19310 // automatic destructor
19311 typedef TTreeCache G__TTTreeCache;
19312 static int G__G__Tree_280_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19313 {
19314    char* gvp = (char*) G__getgvp();
19315    long soff = G__getstructoffset();
19316    int n = G__getaryconstruct();
19317    //
19318    //has_a_delete: 1
19319    //has_own_delete1arg: 0
19320    //has_own_delete2arg: 0
19321    //
19322    if (!soff) {
19323      return(1);
19324    }
19325    if (n) {
19326      if (gvp == (char*)G__PVOID) {
19327        delete[] (TTreeCache*) soff;
19328      } else {
19329        G__setgvp((long) G__PVOID);
19330        for (int i = n - 1; i >= 0; --i) {
19331          ((TTreeCache*) (soff+(sizeof(TTreeCache)*i)))->~G__TTTreeCache();
19332        }
19333        G__setgvp((long)gvp);
19334      }
19335    } else {
19336      if (gvp == (char*)G__PVOID) {
19337        delete (TTreeCache*) soff;
19338      } else {
19339        G__setgvp((long) G__PVOID);
19340        ((TTreeCache*) (soff))->~G__TTTreeCache();
19341        G__setgvp((long)gvp);
19342      }
19343    }
19344    G__setnull(result7);
19345    return(1 || funcname || hash || result7 || libp) ;
19346 }
19347 
19348 
19349 /* TTreeCacheUnzip */
19350 static int G__G__Tree_284_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19351 {
19352    TTreeCacheUnzip* p = NULL;
19353    char* gvp = (char*) G__getgvp();
19354    int n = G__getaryconstruct();
19355    if (n) {
19356      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19357        p = new TTreeCacheUnzip[n];
19358      } else {
19359        p = new((void*) gvp) TTreeCacheUnzip[n];
19360      }
19361    } else {
19362      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19363        p = new TTreeCacheUnzip;
19364      } else {
19365        p = new((void*) gvp) TTreeCacheUnzip;
19366      }
19367    }
19368    result7->obj.i = (long) p;
19369    result7->ref = (long) p;
19370    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip));
19371    return(1 || funcname || hash || result7 || libp) ;
19372 }
19373 
19374 static int G__G__Tree_284_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19375 {
19376    TTreeCacheUnzip* p = NULL;
19377    char* gvp = (char*) G__getgvp();
19378    switch (libp->paran) {
19379    case 2:
19380      //m: 2
19381      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19382        p = new TTreeCacheUnzip((TTree*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19383      } else {
19384        p = new((void*) gvp) TTreeCacheUnzip((TTree*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19385      }
19386      break;
19387    case 1:
19388      //m: 1
19389      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19390        p = new TTreeCacheUnzip((TTree*) G__int(libp->para[0]));
19391      } else {
19392        p = new((void*) gvp) TTreeCacheUnzip((TTree*) G__int(libp->para[0]));
19393      }
19394      break;
19395    }
19396    result7->obj.i = (long) p;
19397    result7->ref = (long) p;
19398    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip));
19399    return(1 || funcname || hash || result7 || libp) ;
19400 }
19401 
19402 static int G__G__Tree_284_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19403 {
19404       G__letint(result7, 105, (long) TTreeCacheUnzip::GetParallelUnzip());
19405    return(1 || funcname || hash || result7 || libp) ;
19406 }
19407 
19408 static int G__G__Tree_284_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19409 {
19410       G__letint(result7, 103, (long) TTreeCacheUnzip::IsParallelUnzip());
19411    return(1 || funcname || hash || result7 || libp) ;
19412 }
19413 
19414 static int G__G__Tree_284_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19415 {
19416    switch (libp->paran) {
19417    case 1:
19418       G__letint(result7, 105, (long) TTreeCacheUnzip::SetParallelUnzip((TTreeCacheUnzip::EParUnzipMode) G__int(libp->para[0])));
19419       break;
19420    case 0:
19421       G__letint(result7, 105, (long) TTreeCacheUnzip::SetParallelUnzip());
19422       break;
19423    }
19424    return(1 || funcname || hash || result7 || libp) ;
19425 }
19426 
19427 static int G__G__Tree_284_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19428 {
19429       G__letint(result7, 103, (long) ((TTreeCacheUnzip*) G__getstructoffset())->IsActiveThread());
19430    return(1 || funcname || hash || result7 || libp) ;
19431 }
19432 
19433 static int G__G__Tree_284_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19434 {
19435       G__letint(result7, 103, (long) ((TTreeCacheUnzip*) G__getstructoffset())->IsQueueEmpty());
19436    return(1 || funcname || hash || result7 || libp) ;
19437 }
19438 
19439 static int G__G__Tree_284_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19440 {
19441       ((TTreeCacheUnzip*) G__getstructoffset())->WaitUnzipStartSignal();
19442       G__setnull(result7);
19443    return(1 || funcname || hash || result7 || libp) ;
19444 }
19445 
19446 static int G__G__Tree_284_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19447 {
19448       ((TTreeCacheUnzip*) G__getstructoffset())->SendUnzipStartSignal((Bool_t) G__int(libp->para[0]));
19449       G__setnull(result7);
19450    return(1 || funcname || hash || result7 || libp) ;
19451 }
19452 
19453 static int G__G__Tree_284_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19454 {
19455       G__letint(result7, 105, (long) ((TTreeCacheUnzip*) G__getstructoffset())->GetRecordHeader((char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19456 , *(Int_t*) G__Intref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
19457 , *(Int_t*) G__Intref(&libp->para[4])));
19458    return(1 || funcname || hash || result7 || libp) ;
19459 }
19460 
19461 static int G__G__Tree_284_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19462 {
19463       ((TTreeCacheUnzip*) G__getstructoffset())->SetUnzipBufferSize((Long64_t) G__Longlong(libp->para[0]));
19464       G__setnull(result7);
19465    return(1 || funcname || hash || result7 || libp) ;
19466 }
19467 
19468 static int G__G__Tree_284_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19469 {
19470       TTreeCacheUnzip::SetUnzipRelBufferSize((Float_t) G__double(libp->para[0]));
19471       G__setnull(result7);
19472    return(1 || funcname || hash || result7 || libp) ;
19473 }
19474 
19475 static int G__G__Tree_284_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19476 {
19477       G__letint(result7, 105, (long) ((TTreeCacheUnzip*) G__getstructoffset())->UnzipBuffer((char**) G__int(libp->para[0]), (char*) G__int(libp->para[1])));
19478    return(1 || funcname || hash || result7 || libp) ;
19479 }
19480 
19481 static int G__G__Tree_284_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19482 {
19483       G__letint(result7, 105, (long) ((TTreeCacheUnzip*) G__getstructoffset())->UnzipCache(*(Int_t*) G__Intref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1])
19484 , libp->para[2].ref ? *(char**) libp->para[2].ref : *(char**) (void*) (&G__Mlong(libp->para[2]))));
19485    return(1 || funcname || hash || result7 || libp) ;
19486 }
19487 
19488 static int G__G__Tree_284_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19489 {
19490       G__letint(result7, 105, (long) ((TTreeCacheUnzip*) G__getstructoffset())->GetNUnzip());
19491    return(1 || funcname || hash || result7 || libp) ;
19492 }
19493 
19494 static int G__G__Tree_284_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19495 {
19496       G__letint(result7, 105, (long) ((TTreeCacheUnzip*) G__getstructoffset())->GetNFound());
19497    return(1 || funcname || hash || result7 || libp) ;
19498 }
19499 
19500 static int G__G__Tree_284_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19501 {
19502       G__letint(result7, 105, (long) ((TTreeCacheUnzip*) G__getstructoffset())->GetNMissed());
19503    return(1 || funcname || hash || result7 || libp) ;
19504 }
19505 
19506 static int G__G__Tree_284_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19507 {
19508       G__letint(result7, 89, (long) TTreeCacheUnzip::UnzipLoop((void*) G__int(libp->para[0])));
19509    return(1 || funcname || hash || result7 || libp) ;
19510 }
19511 
19512 static int G__G__Tree_284_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19513 {
19514       G__letint(result7, 85, (long) TTreeCacheUnzip::Class());
19515    return(1 || funcname || hash || result7 || libp) ;
19516 }
19517 
19518 static int G__G__Tree_284_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19519 {
19520       G__letint(result7, 67, (long) TTreeCacheUnzip::Class_Name());
19521    return(1 || funcname || hash || result7 || libp) ;
19522 }
19523 
19524 static int G__G__Tree_284_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19525 {
19526       G__letint(result7, 115, (long) TTreeCacheUnzip::Class_Version());
19527    return(1 || funcname || hash || result7 || libp) ;
19528 }
19529 
19530 static int G__G__Tree_284_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19531 {
19532       TTreeCacheUnzip::Dictionary();
19533       G__setnull(result7);
19534    return(1 || funcname || hash || result7 || libp) ;
19535 }
19536 
19537 static int G__G__Tree_284_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19538 {
19539       ((TTreeCacheUnzip*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19540       G__setnull(result7);
19541    return(1 || funcname || hash || result7 || libp) ;
19542 }
19543 
19544 static int G__G__Tree_284_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19545 {
19546       G__letint(result7, 67, (long) TTreeCacheUnzip::DeclFileName());
19547    return(1 || funcname || hash || result7 || libp) ;
19548 }
19549 
19550 static int G__G__Tree_284_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19551 {
19552       G__letint(result7, 105, (long) TTreeCacheUnzip::ImplFileLine());
19553    return(1 || funcname || hash || result7 || libp) ;
19554 }
19555 
19556 static int G__G__Tree_284_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19557 {
19558       G__letint(result7, 67, (long) TTreeCacheUnzip::ImplFileName());
19559    return(1 || funcname || hash || result7 || libp) ;
19560 }
19561 
19562 static int G__G__Tree_284_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19563 {
19564       G__letint(result7, 105, (long) TTreeCacheUnzip::DeclFileLine());
19565    return(1 || funcname || hash || result7 || libp) ;
19566 }
19567 
19568 // automatic destructor
19569 typedef TTreeCacheUnzip G__TTTreeCacheUnzip;
19570 static int G__G__Tree_284_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19571 {
19572    char* gvp = (char*) G__getgvp();
19573    long soff = G__getstructoffset();
19574    int n = G__getaryconstruct();
19575    //
19576    //has_a_delete: 1
19577    //has_own_delete1arg: 0
19578    //has_own_delete2arg: 0
19579    //
19580    if (!soff) {
19581      return(1);
19582    }
19583    if (n) {
19584      if (gvp == (char*)G__PVOID) {
19585        delete[] (TTreeCacheUnzip*) soff;
19586      } else {
19587        G__setgvp((long) G__PVOID);
19588        for (int i = n - 1; i >= 0; --i) {
19589          ((TTreeCacheUnzip*) (soff+(sizeof(TTreeCacheUnzip)*i)))->~G__TTTreeCacheUnzip();
19590        }
19591        G__setgvp((long)gvp);
19592      }
19593    } else {
19594      if (gvp == (char*)G__PVOID) {
19595        delete (TTreeCacheUnzip*) soff;
19596      } else {
19597        G__setgvp((long) G__PVOID);
19598        ((TTreeCacheUnzip*) (soff))->~G__TTTreeCacheUnzip();
19599        G__setgvp((long)gvp);
19600      }
19601    }
19602    G__setnull(result7);
19603    return(1 || funcname || hash || result7 || libp) ;
19604 }
19605 
19606 
19607 /* TTreeResult */
19608 static int G__G__Tree_294_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19609 {
19610    TTreeResult* p = NULL;
19611    char* gvp = (char*) G__getgvp();
19612    int n = G__getaryconstruct();
19613    if (n) {
19614      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19615        p = new TTreeResult[n];
19616      } else {
19617        p = new((void*) gvp) TTreeResult[n];
19618      }
19619    } else {
19620      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19621        p = new TTreeResult;
19622      } else {
19623        p = new((void*) gvp) TTreeResult;
19624      }
19625    }
19626    result7->obj.i = (long) p;
19627    result7->ref = (long) p;
19628    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeResult));
19629    return(1 || funcname || hash || result7 || libp) ;
19630 }
19631 
19632 static int G__G__Tree_294_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19633 {
19634    TTreeResult* p = NULL;
19635    char* gvp = (char*) G__getgvp();
19636    //m: 1
19637    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19638      p = new TTreeResult((Int_t) G__int(libp->para[0]));
19639    } else {
19640      p = new((void*) gvp) TTreeResult((Int_t) G__int(libp->para[0]));
19641    }
19642    result7->obj.i = (long) p;
19643    result7->ref = (long) p;
19644    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeResult));
19645    return(1 || funcname || hash || result7 || libp) ;
19646 }
19647 
19648 static int G__G__Tree_294_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19649 {
19650       G__letint(result7, 85, (long) ((const TTreeResult*) G__getstructoffset())->GetRows());
19651    return(1 || funcname || hash || result7 || libp) ;
19652 }
19653 
19654 static int G__G__Tree_294_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19655 {
19656       G__letint(result7, 85, (long) TTreeResult::Class());
19657    return(1 || funcname || hash || result7 || libp) ;
19658 }
19659 
19660 static int G__G__Tree_294_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19661 {
19662       G__letint(result7, 67, (long) TTreeResult::Class_Name());
19663    return(1 || funcname || hash || result7 || libp) ;
19664 }
19665 
19666 static int G__G__Tree_294_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19667 {
19668       G__letint(result7, 115, (long) TTreeResult::Class_Version());
19669    return(1 || funcname || hash || result7 || libp) ;
19670 }
19671 
19672 static int G__G__Tree_294_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19673 {
19674       TTreeResult::Dictionary();
19675       G__setnull(result7);
19676    return(1 || funcname || hash || result7 || libp) ;
19677 }
19678 
19679 static int G__G__Tree_294_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19680 {
19681       ((TTreeResult*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19682       G__setnull(result7);
19683    return(1 || funcname || hash || result7 || libp) ;
19684 }
19685 
19686 static int G__G__Tree_294_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19687 {
19688       G__letint(result7, 67, (long) TTreeResult::DeclFileName());
19689    return(1 || funcname || hash || result7 || libp) ;
19690 }
19691 
19692 static int G__G__Tree_294_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19693 {
19694       G__letint(result7, 105, (long) TTreeResult::ImplFileLine());
19695    return(1 || funcname || hash || result7 || libp) ;
19696 }
19697 
19698 static int G__G__Tree_294_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19699 {
19700       G__letint(result7, 67, (long) TTreeResult::ImplFileName());
19701    return(1 || funcname || hash || result7 || libp) ;
19702 }
19703 
19704 static int G__G__Tree_294_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19705 {
19706       G__letint(result7, 105, (long) TTreeResult::DeclFileLine());
19707    return(1 || funcname || hash || result7 || libp) ;
19708 }
19709 
19710 // automatic copy constructor
19711 static int G__G__Tree_294_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19712 
19713 {
19714    TTreeResult* p;
19715    void* tmp = (void*) G__int(libp->para[0]);
19716    p = new TTreeResult(*(TTreeResult*) tmp);
19717    result7->obj.i = (long) p;
19718    result7->ref = (long) p;
19719    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeResult));
19720    return(1 || funcname || hash || result7 || libp) ;
19721 }
19722 
19723 // automatic destructor
19724 typedef TTreeResult G__TTTreeResult;
19725 static int G__G__Tree_294_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19726 {
19727    char* gvp = (char*) G__getgvp();
19728    long soff = G__getstructoffset();
19729    int n = G__getaryconstruct();
19730    //
19731    //has_a_delete: 1
19732    //has_own_delete1arg: 0
19733    //has_own_delete2arg: 0
19734    //
19735    if (!soff) {
19736      return(1);
19737    }
19738    if (n) {
19739      if (gvp == (char*)G__PVOID) {
19740        delete[] (TTreeResult*) soff;
19741      } else {
19742        G__setgvp((long) G__PVOID);
19743        for (int i = n - 1; i >= 0; --i) {
19744          ((TTreeResult*) (soff+(sizeof(TTreeResult)*i)))->~G__TTTreeResult();
19745        }
19746        G__setgvp((long)gvp);
19747      }
19748    } else {
19749      if (gvp == (char*)G__PVOID) {
19750        delete (TTreeResult*) soff;
19751      } else {
19752        G__setgvp((long) G__PVOID);
19753        ((TTreeResult*) (soff))->~G__TTTreeResult();
19754        G__setgvp((long)gvp);
19755      }
19756    }
19757    G__setnull(result7);
19758    return(1 || funcname || hash || result7 || libp) ;
19759 }
19760 
19761 // automatic assignment operator
19762 static int G__G__Tree_294_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19763 {
19764    TTreeResult* dest = (TTreeResult*) G__getstructoffset();
19765    *dest = *(TTreeResult*) libp->para[0].ref;
19766    const TTreeResult& obj = *dest;
19767    result7->ref = (long) (&obj);
19768    result7->obj.i = (long) (&obj);
19769    return(1 || funcname || hash || result7 || libp) ;
19770 }
19771 
19772 
19773 /* TTreeRow */
19774 static int G__G__Tree_295_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19775 {
19776    TTreeRow* p = NULL;
19777    char* gvp = (char*) G__getgvp();
19778    int n = G__getaryconstruct();
19779    if (n) {
19780      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19781        p = new TTreeRow[n];
19782      } else {
19783        p = new((void*) gvp) TTreeRow[n];
19784      }
19785    } else {
19786      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19787        p = new TTreeRow;
19788      } else {
19789        p = new((void*) gvp) TTreeRow;
19790      }
19791    }
19792    result7->obj.i = (long) p;
19793    result7->ref = (long) p;
19794    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeRow));
19795    return(1 || funcname || hash || result7 || libp) ;
19796 }
19797 
19798 static int G__G__Tree_295_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19799 {
19800    TTreeRow* p = NULL;
19801    char* gvp = (char*) G__getgvp();
19802    //m: 1
19803    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19804      p = new TTreeRow((Int_t) G__int(libp->para[0]));
19805    } else {
19806      p = new((void*) gvp) TTreeRow((Int_t) G__int(libp->para[0]));
19807    }
19808    result7->obj.i = (long) p;
19809    result7->ref = (long) p;
19810    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeRow));
19811    return(1 || funcname || hash || result7 || libp) ;
19812 }
19813 
19814 static int G__G__Tree_295_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19815 {
19816    TTreeRow* p = NULL;
19817    char* gvp = (char*) G__getgvp();
19818    //m: 3
19819    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19820      p = new TTreeRow(
19821 (Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
19822 , (const char*) G__int(libp->para[2]));
19823    } else {
19824      p = new((void*) gvp) TTreeRow(
19825 (Int_t) G__int(libp->para[0]), (const Int_t*) G__int(libp->para[1])
19826 , (const char*) G__int(libp->para[2]));
19827    }
19828    result7->obj.i = (long) p;
19829    result7->ref = (long) p;
19830    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeRow));
19831    return(1 || funcname || hash || result7 || libp) ;
19832 }
19833 
19834 static int G__G__Tree_295_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19835 {
19836       ((TTreeRow*) G__getstructoffset())->SetRow((const Int_t*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
19837       G__setnull(result7);
19838    return(1 || funcname || hash || result7 || libp) ;
19839 }
19840 
19841 static int G__G__Tree_295_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19842 {
19843       G__letint(result7, 85, (long) TTreeRow::Class());
19844    return(1 || funcname || hash || result7 || libp) ;
19845 }
19846 
19847 static int G__G__Tree_295_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19848 {
19849       G__letint(result7, 67, (long) TTreeRow::Class_Name());
19850    return(1 || funcname || hash || result7 || libp) ;
19851 }
19852 
19853 static int G__G__Tree_295_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19854 {
19855       G__letint(result7, 115, (long) TTreeRow::Class_Version());
19856    return(1 || funcname || hash || result7 || libp) ;
19857 }
19858 
19859 static int G__G__Tree_295_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19860 {
19861       TTreeRow::Dictionary();
19862       G__setnull(result7);
19863    return(1 || funcname || hash || result7 || libp) ;
19864 }
19865 
19866 static int G__G__Tree_295_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19867 {
19868       ((TTreeRow*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19869       G__setnull(result7);
19870    return(1 || funcname || hash || result7 || libp) ;
19871 }
19872 
19873 static int G__G__Tree_295_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19874 {
19875       G__letint(result7, 67, (long) TTreeRow::DeclFileName());
19876    return(1 || funcname || hash || result7 || libp) ;
19877 }
19878 
19879 static int G__G__Tree_295_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19880 {
19881       G__letint(result7, 105, (long) TTreeRow::ImplFileLine());
19882    return(1 || funcname || hash || result7 || libp) ;
19883 }
19884 
19885 static int G__G__Tree_295_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19886 {
19887       G__letint(result7, 67, (long) TTreeRow::ImplFileName());
19888    return(1 || funcname || hash || result7 || libp) ;
19889 }
19890 
19891 static int G__G__Tree_295_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19892 {
19893       G__letint(result7, 105, (long) TTreeRow::DeclFileLine());
19894    return(1 || funcname || hash || result7 || libp) ;
19895 }
19896 
19897 // automatic copy constructor
19898 static int G__G__Tree_295_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19899 
19900 {
19901    TTreeRow* p;
19902    void* tmp = (void*) G__int(libp->para[0]);
19903    p = new TTreeRow(*(TTreeRow*) tmp);
19904    result7->obj.i = (long) p;
19905    result7->ref = (long) p;
19906    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeRow));
19907    return(1 || funcname || hash || result7 || libp) ;
19908 }
19909 
19910 // automatic destructor
19911 typedef TTreeRow G__TTTreeRow;
19912 static int G__G__Tree_295_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19913 {
19914    char* gvp = (char*) G__getgvp();
19915    long soff = G__getstructoffset();
19916    int n = G__getaryconstruct();
19917    //
19918    //has_a_delete: 1
19919    //has_own_delete1arg: 0
19920    //has_own_delete2arg: 0
19921    //
19922    if (!soff) {
19923      return(1);
19924    }
19925    if (n) {
19926      if (gvp == (char*)G__PVOID) {
19927        delete[] (TTreeRow*) soff;
19928      } else {
19929        G__setgvp((long) G__PVOID);
19930        for (int i = n - 1; i >= 0; --i) {
19931          ((TTreeRow*) (soff+(sizeof(TTreeRow)*i)))->~G__TTTreeRow();
19932        }
19933        G__setgvp((long)gvp);
19934      }
19935    } else {
19936      if (gvp == (char*)G__PVOID) {
19937        delete (TTreeRow*) soff;
19938      } else {
19939        G__setgvp((long) G__PVOID);
19940        ((TTreeRow*) (soff))->~G__TTTreeRow();
19941        G__setgvp((long)gvp);
19942      }
19943    }
19944    G__setnull(result7);
19945    return(1 || funcname || hash || result7 || libp) ;
19946 }
19947 
19948 // automatic assignment operator
19949 static int G__G__Tree_295_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19950 {
19951    TTreeRow* dest = (TTreeRow*) G__getstructoffset();
19952    *dest = *(TTreeRow*) libp->para[0].ref;
19953    const TTreeRow& obj = *dest;
19954    result7->ref = (long) (&obj);
19955    result7->obj.i = (long) (&obj);
19956    return(1 || funcname || hash || result7 || libp) ;
19957 }
19958 
19959 
19960 /* TTreeSQL */
19961 static int G__G__Tree_297_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19962 {
19963    TTreeSQL* p = NULL;
19964    char* gvp = (char*) G__getgvp();
19965    //m: 3
19966    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19967      p = new TTreeSQL(
19968 (TSQLServer*) G__int(libp->para[0]), *((TString*) G__int(libp->para[1]))
19969 , *(TString*) libp->para[2].ref);
19970    } else {
19971      p = new((void*) gvp) TTreeSQL(
19972 (TSQLServer*) G__int(libp->para[0]), *((TString*) G__int(libp->para[1]))
19973 , *(TString*) libp->para[2].ref);
19974    }
19975    result7->obj.i = (long) p;
19976    result7->ref = (long) p;
19977    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL));
19978    return(1 || funcname || hash || result7 || libp) ;
19979 }
19980 
19981 static int G__G__Tree_297_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19982 {
19983       {
19984          TString* pobj;
19985          TString xobj = ((TTreeSQL*) G__getstructoffset())->GetTableName();
19986          pobj = new TString(xobj);
19987          result7->obj.i = (long) ((void*) pobj);
19988          result7->ref = result7->obj.i;
19989          G__store_tempobject(*result7);
19990       }
19991    return(1 || funcname || hash || result7 || libp) ;
19992 }
19993 
19994 static int G__G__Tree_297_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19995 {
19996       G__letLonglong(result7, 110, (G__int64) ((TTreeSQL*) G__getstructoffset())->PrepEntry((Long64_t) G__Longlong(libp->para[0])));
19997    return(1 || funcname || hash || result7 || libp) ;
19998 }
19999 
20000 static int G__G__Tree_297_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20001 {
20002       G__letint(result7, 85, (long) TTreeSQL::Class());
20003    return(1 || funcname || hash || result7 || libp) ;
20004 }
20005 
20006 static int G__G__Tree_297_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20007 {
20008       G__letint(result7, 67, (long) TTreeSQL::Class_Name());
20009    return(1 || funcname || hash || result7 || libp) ;
20010 }
20011 
20012 static int G__G__Tree_297_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20013 {
20014       G__letint(result7, 115, (long) TTreeSQL::Class_Version());
20015    return(1 || funcname || hash || result7 || libp) ;
20016 }
20017 
20018 static int G__G__Tree_297_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20019 {
20020       TTreeSQL::Dictionary();
20021       G__setnull(result7);
20022    return(1 || funcname || hash || result7 || libp) ;
20023 }
20024 
20025 static int G__G__Tree_297_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20026 {
20027       ((TTreeSQL*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20028       G__setnull(result7);
20029    return(1 || funcname || hash || result7 || libp) ;
20030 }
20031 
20032 static int G__G__Tree_297_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20033 {
20034       G__letint(result7, 67, (long) TTreeSQL::DeclFileName());
20035    return(1 || funcname || hash || result7 || libp) ;
20036 }
20037 
20038 static int G__G__Tree_297_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20039 {
20040       G__letint(result7, 105, (long) TTreeSQL::ImplFileLine());
20041    return(1 || funcname || hash || result7 || libp) ;
20042 }
20043 
20044 static int G__G__Tree_297_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20045 {
20046       G__letint(result7, 67, (long) TTreeSQL::ImplFileName());
20047    return(1 || funcname || hash || result7 || libp) ;
20048 }
20049 
20050 static int G__G__Tree_297_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20051 {
20052       G__letint(result7, 105, (long) TTreeSQL::DeclFileLine());
20053    return(1 || funcname || hash || result7 || libp) ;
20054 }
20055 
20056 // automatic destructor
20057 typedef TTreeSQL G__TTTreeSQL;
20058 static int G__G__Tree_297_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20059 {
20060    char* gvp = (char*) G__getgvp();
20061    long soff = G__getstructoffset();
20062    int n = G__getaryconstruct();
20063    //
20064    //has_a_delete: 1
20065    //has_own_delete1arg: 0
20066    //has_own_delete2arg: 0
20067    //
20068    if (!soff) {
20069      return(1);
20070    }
20071    if (n) {
20072      if (gvp == (char*)G__PVOID) {
20073        delete[] (TTreeSQL*) soff;
20074      } else {
20075        G__setgvp((long) G__PVOID);
20076        for (int i = n - 1; i >= 0; --i) {
20077          ((TTreeSQL*) (soff+(sizeof(TTreeSQL)*i)))->~G__TTTreeSQL();
20078        }
20079        G__setgvp((long)gvp);
20080      }
20081    } else {
20082      if (gvp == (char*)G__PVOID) {
20083        delete (TTreeSQL*) soff;
20084      } else {
20085        G__setgvp((long) G__PVOID);
20086        ((TTreeSQL*) (soff))->~G__TTTreeSQL();
20087        G__setgvp((long)gvp);
20088      }
20089    }
20090    G__setnull(result7);
20091    return(1 || funcname || hash || result7 || libp) ;
20092 }
20093 
20094 
20095 /* Setting up global function */
20096 static int G__G__Tree__0_674(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20097 {
20098       {
20099          TCut* pobj;
20100          TCut xobj = operator+(*(TCut*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
20101          pobj = new TCut(xobj);
20102          result7->obj.i = (long) ((void*) pobj);
20103          result7->ref = result7->obj.i;
20104          G__store_tempobject(*result7);
20105       }
20106    return(1 || funcname || hash || result7 || libp) ;
20107 }
20108 
20109 static int G__G__Tree__0_675(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20110 {
20111       {
20112          TCut* pobj;
20113          TCut xobj = operator+((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref);
20114          pobj = new TCut(xobj);
20115          result7->obj.i = (long) ((void*) pobj);
20116          result7->ref = result7->obj.i;
20117          G__store_tempobject(*result7);
20118       }
20119    return(1 || funcname || hash || result7 || libp) ;
20120 }
20121 
20122 static int G__G__Tree__0_676(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20123 {
20124       {
20125          TCut* pobj;
20126          TCut xobj = operator+(*(TCut*) libp->para[0].ref, *(TCut*) libp->para[1].ref);
20127          pobj = new TCut(xobj);
20128          result7->obj.i = (long) ((void*) pobj);
20129          result7->ref = result7->obj.i;
20130          G__store_tempobject(*result7);
20131       }
20132    return(1 || funcname || hash || result7 || libp) ;
20133 }
20134 
20135 static int G__G__Tree__0_677(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20136 {
20137       {
20138          TCut* pobj;
20139          TCut xobj = operator*(*(TCut*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
20140          pobj = new TCut(xobj);
20141          result7->obj.i = (long) ((void*) pobj);
20142          result7->ref = result7->obj.i;
20143          G__store_tempobject(*result7);
20144       }
20145    return(1 || funcname || hash || result7 || libp) ;
20146 }
20147 
20148 static int G__G__Tree__0_678(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20149 {
20150       {
20151          TCut* pobj;
20152          TCut xobj = operator*((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref);
20153          pobj = new TCut(xobj);
20154          result7->obj.i = (long) ((void*) pobj);
20155          result7->ref = result7->obj.i;
20156          G__store_tempobject(*result7);
20157       }
20158    return(1 || funcname || hash || result7 || libp) ;
20159 }
20160 
20161 static int G__G__Tree__0_679(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20162 {
20163       {
20164          TCut* pobj;
20165          TCut xobj = operator*(*(TCut*) libp->para[0].ref, *(TCut*) libp->para[1].ref);
20166          pobj = new TCut(xobj);
20167          result7->obj.i = (long) ((void*) pobj);
20168          result7->ref = result7->obj.i;
20169          G__store_tempobject(*result7);
20170       }
20171    return(1 || funcname || hash || result7 || libp) ;
20172 }
20173 
20174 static int G__G__Tree__0_680(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20175 {
20176       {
20177          TCut* pobj;
20178          TCut xobj = operator&&(*(TCut*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
20179          pobj = new TCut(xobj);
20180          result7->obj.i = (long) ((void*) pobj);
20181          result7->ref = result7->obj.i;
20182          G__store_tempobject(*result7);
20183       }
20184    return(1 || funcname || hash || result7 || libp) ;
20185 }
20186 
20187 static int G__G__Tree__0_681(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20188 {
20189       {
20190          TCut* pobj;
20191          TCut xobj = operator&&((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref);
20192          pobj = new TCut(xobj);
20193          result7->obj.i = (long) ((void*) pobj);
20194          result7->ref = result7->obj.i;
20195          G__store_tempobject(*result7);
20196       }
20197    return(1 || funcname || hash || result7 || libp) ;
20198 }
20199 
20200 static int G__G__Tree__0_682(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20201 {
20202       {
20203          TCut* pobj;
20204          TCut xobj = operator&&(*(TCut*) libp->para[0].ref, *(TCut*) libp->para[1].ref);
20205          pobj = new TCut(xobj);
20206          result7->obj.i = (long) ((void*) pobj);
20207          result7->ref = result7->obj.i;
20208          G__store_tempobject(*result7);
20209       }
20210    return(1 || funcname || hash || result7 || libp) ;
20211 }
20212 
20213 static int G__G__Tree__0_683(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20214 {
20215       {
20216          TCut* pobj;
20217          TCut xobj = operator||(*(TCut*) libp->para[0].ref, (const char*) G__int(libp->para[1]));
20218          pobj = new TCut(xobj);
20219          result7->obj.i = (long) ((void*) pobj);
20220          result7->ref = result7->obj.i;
20221          G__store_tempobject(*result7);
20222       }
20223    return(1 || funcname || hash || result7 || libp) ;
20224 }
20225 
20226 static int G__G__Tree__0_684(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20227 {
20228       {
20229          TCut* pobj;
20230          TCut xobj = operator||((const char*) G__int(libp->para[0]), *(TCut*) libp->para[1].ref);
20231          pobj = new TCut(xobj);
20232          result7->obj.i = (long) ((void*) pobj);
20233          result7->ref = result7->obj.i;
20234          G__store_tempobject(*result7);
20235       }
20236    return(1 || funcname || hash || result7 || libp) ;
20237 }
20238 
20239 static int G__G__Tree__0_685(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20240 {
20241       {
20242          TCut* pobj;
20243          TCut xobj = operator||(*(TCut*) libp->para[0].ref, *(TCut*) libp->para[1].ref);
20244          pobj = new TCut(xobj);
20245          result7->obj.i = (long) ((void*) pobj);
20246          result7->ref = result7->obj.i;
20247          G__store_tempobject(*result7);
20248       }
20249    return(1 || funcname || hash || result7 || libp) ;
20250 }
20251 
20252 static int G__G__Tree__0_686(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20253 {
20254       {
20255          TCut* pobj;
20256          TCut xobj = operator!(*(TCut*) libp->para[0].ref);
20257          pobj = new TCut(xobj);
20258          result7->obj.i = (long) ((void*) pobj);
20259          result7->ref = result7->obj.i;
20260          G__store_tempobject(*result7);
20261       }
20262    return(1 || funcname || hash || result7 || libp) ;
20263 }
20264 
20265 static int G__G__Tree__0_688(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20266 {
20267       {
20268          TEventList* pobj;
20269          TEventList xobj = operator+(*(TEventList*) libp->para[0].ref, *(TEventList*) libp->para[1].ref);
20270          pobj = new TEventList(xobj);
20271          result7->obj.i = (long) ((void*) pobj);
20272          result7->ref = result7->obj.i;
20273          G__store_tempobject(*result7);
20274       }
20275    return(1 || funcname || hash || result7 || libp) ;
20276 }
20277 
20278 static int G__G__Tree__0_689(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20279 {
20280       {
20281          TEventList* pobj;
20282          TEventList xobj = operator-(*(TEventList*) libp->para[0].ref, *(TEventList*) libp->para[1].ref);
20283          pobj = new TEventList(xobj);
20284          result7->obj.i = (long) ((void*) pobj);
20285          result7->ref = result7->obj.i;
20286          G__store_tempobject(*result7);
20287       }
20288    return(1 || funcname || hash || result7 || libp) ;
20289 }
20290 
20291 static int G__G__Tree__0_690(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20292 {
20293       {
20294          TEventList* pobj;
20295          TEventList xobj = operator*(*(TEventList*) libp->para[0].ref, *(TEventList*) libp->para[1].ref);
20296          pobj = new TEventList(xobj);
20297          result7->obj.i = (long) ((void*) pobj);
20298          result7->ref = result7->obj.i;
20299          G__store_tempobject(*result7);
20300       }
20301    return(1 || funcname || hash || result7 || libp) ;
20302 }
20303 
20304 
20305 /*********************************************************
20306 * Member function Stub
20307 *********************************************************/
20308 
20309 /* TTree */
20310 
20311 /* TBranch */
20312 
20313 /* TBasket */
20314 
20315 /* TBufferSQL */
20316 
20317 /* TBasketSQL */
20318 
20319 /* TBranchElement */
20320 
20321 /* TVirtualBranchBrowsable */
20322 
20323 /* TMethodBrowsable */
20324 
20325 /* TNonSplitBrowsable */
20326 
20327 /* TCollectionPropertyBrowsable */
20328 
20329 /* TCollectionMethodBrowsable */
20330 
20331 /* TLeaf */
20332 
20333 /* TTreeCloner */
20334 
20335 /* TBranchClones */
20336 
20337 /* TSelector */
20338 
20339 /* TVirtualIndex */
20340 
20341 /* TVirtualTreePlayer */
20342 
20343 /* TEventList */
20344 
20345 /* TEntryList */
20346 
20347 /* TFriendElement */
20348 
20349 /* TCut */
20350 
20351 /* TBranchRef */
20352 
20353 /* TTreeFriendLeafIter */
20354 
20355 /* TBranchObject */
20356 
20357 /* TIndArray */
20358 
20359 /* TBranchSTL */
20360 
20361 /* TChainElement */
20362 
20363 /* TChain */
20364 
20365 /* TEntryListBlock */
20366 
20367 /* TEntryListFromFile */
20368 
20369 /* TLeafB */
20370 
20371 /* TLeafC */
20372 
20373 /* TLeafD */
20374 
20375 /* TLeafElement */
20376 
20377 /* TLeafF */
20378 
20379 /* TLeafI */
20380 
20381 /* TLeafL */
20382 
20383 /* TLeafObject */
20384 
20385 /* TLeafO */
20386 
20387 /* TLeafS */
20388 
20389 /* TNtupleD */
20390 
20391 /* TNtuple */
20392 
20393 /* TQueryResult */
20394 
20395 /* TSelectorList */
20396 
20397 /* TSelectorCint */
20398 
20399 /* TSelectorScalar */
20400 
20401 /* TTreeCache */
20402 
20403 /* TTreeCacheUnzip */
20404 
20405 /* TTreeResult */
20406 
20407 /* TTreeRow */
20408 
20409 /* TTreeSQL */
20410 
20411 /*********************************************************
20412 * Global function Stub
20413 *********************************************************/
20414 
20415 /*********************************************************
20416 * Get size of pointer to member function
20417 *********************************************************/
20418 class G__Sizep2memfuncG__Tree {
20419  public:
20420   G__Sizep2memfuncG__Tree(): p(&G__Sizep2memfuncG__Tree::sizep2memfunc) {}
20421     size_t sizep2memfunc() { return(sizeof(p)); }
20422   private:
20423     size_t (G__Sizep2memfuncG__Tree::*p)();
20424 };
20425 
20426 size_t G__get_sizep2memfuncG__Tree()
20427 {
20428   G__Sizep2memfuncG__Tree a;
20429   G__setsizep2memfunc((int)a.sizep2memfunc());
20430   return((size_t)a.sizep2memfunc());
20431 }
20432 
20433 
20434 /*********************************************************
20435 * virtual base class offset calculation interface
20436 *********************************************************/
20437 
20438    /* Setting up class inheritance */
20439 
20440 /*********************************************************
20441 * Inheritance information setup/
20442 *********************************************************/
20443 extern "C" void G__cpp_setup_inheritanceG__Tree() {
20444 
20445    /* Setting up class inheritance */
20446    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TTree))) {
20447      TTree *G__Lderived;
20448      G__Lderived=(TTree*)0x1000;
20449      {
20450        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20451        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTree),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20452      }
20453      {
20454        TObject *G__Lpbase=(TObject*)G__Lderived;
20455        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTree),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20456      }
20457      {
20458        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
20459        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTree),G__get_linked_tagnum(&G__G__TreeLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,1);
20460      }
20461      {
20462        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20463        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTree),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
20464      }
20465      {
20466        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
20467        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTree),G__get_linked_tagnum(&G__G__TreeLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,1);
20468      }
20469    }
20470    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBranch))) {
20471      TBranch *G__Lderived;
20472      G__Lderived=(TBranch*)0x1000;
20473      {
20474        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20475        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranch),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20476      }
20477      {
20478        TObject *G__Lpbase=(TObject*)G__Lderived;
20479        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranch),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20480      }
20481      {
20482        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20483        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranch),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,1);
20484      }
20485    }
20486    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBasket))) {
20487      TBasket *G__Lderived;
20488      G__Lderived=(TBasket*)0x1000;
20489      {
20490        TKey *G__Lpbase=(TKey*)G__Lderived;
20491        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasket),G__get_linked_tagnum(&G__G__TreeLN_TKey),(long)G__Lpbase-(long)G__Lderived,1,1);
20492      }
20493      {
20494        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20495        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasket),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20496      }
20497      {
20498        TObject *G__Lpbase=(TObject*)G__Lderived;
20499        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasket),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20500      }
20501    }
20502    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL))) {
20503      TBufferSQL *G__Lderived;
20504      G__Lderived=(TBufferSQL*)0x1000;
20505      {
20506        TBufferFile *G__Lpbase=(TBufferFile*)G__Lderived;
20507        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL),G__get_linked_tagnum(&G__G__TreeLN_TBufferFile),(long)G__Lpbase-(long)G__Lderived,1,1);
20508      }
20509      {
20510        TBuffer *G__Lpbase=(TBuffer*)G__Lderived;
20511        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL),G__get_linked_tagnum(&G__G__TreeLN_TBuffer),(long)G__Lpbase-(long)G__Lderived,1,0);
20512      }
20513      {
20514        TObject *G__Lpbase=(TObject*)G__Lderived;
20515        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20516      }
20517    }
20518    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL))) {
20519      TBasketSQL *G__Lderived;
20520      G__Lderived=(TBasketSQL*)0x1000;
20521      {
20522        TBasket *G__Lpbase=(TBasket*)G__Lderived;
20523        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL),G__get_linked_tagnum(&G__G__TreeLN_TBasket),(long)G__Lpbase-(long)G__Lderived,1,1);
20524      }
20525      {
20526        TKey *G__Lpbase=(TKey*)G__Lderived;
20527        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL),G__get_linked_tagnum(&G__G__TreeLN_TKey),(long)G__Lpbase-(long)G__Lderived,1,0);
20528      }
20529      {
20530        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20531        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20532      }
20533      {
20534        TObject *G__Lpbase=(TObject*)G__Lderived;
20535        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20536      }
20537    }
20538    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBranchElement))) {
20539      TBranchElement *G__Lderived;
20540      G__Lderived=(TBranchElement*)0x1000;
20541      {
20542        TBranch *G__Lpbase=(TBranch*)G__Lderived;
20543        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchElement),G__get_linked_tagnum(&G__G__TreeLN_TBranch),(long)G__Lpbase-(long)G__Lderived,1,1);
20544      }
20545      {
20546        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20547        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchElement),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20548      }
20549      {
20550        TObject *G__Lpbase=(TObject*)G__Lderived;
20551        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchElement),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20552      }
20553      {
20554        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20555        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchElement),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
20556      }
20557    }
20558    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable))) {
20559      TVirtualBranchBrowsable *G__Lderived;
20560      G__Lderived=(TVirtualBranchBrowsable*)0x1000;
20561      {
20562        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20563        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20564      }
20565      {
20566        TObject *G__Lpbase=(TObject*)G__Lderived;
20567        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20568      }
20569    }
20570    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable))) {
20571      TMethodBrowsable *G__Lderived;
20572      G__Lderived=(TMethodBrowsable*)0x1000;
20573      {
20574        TVirtualBranchBrowsable *G__Lpbase=(TVirtualBranchBrowsable*)G__Lderived;
20575        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable),(long)G__Lpbase-(long)G__Lderived,1,1);
20576      }
20577      {
20578        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20579        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20580      }
20581      {
20582        TObject *G__Lpbase=(TObject*)G__Lderived;
20583        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20584      }
20585    }
20586    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable))) {
20587      TNonSplitBrowsable *G__Lderived;
20588      G__Lderived=(TNonSplitBrowsable*)0x1000;
20589      {
20590        TVirtualBranchBrowsable *G__Lpbase=(TVirtualBranchBrowsable*)G__Lderived;
20591        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable),(long)G__Lpbase-(long)G__Lderived,1,1);
20592      }
20593      {
20594        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20595        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20596      }
20597      {
20598        TObject *G__Lpbase=(TObject*)G__Lderived;
20599        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20600      }
20601    }
20602    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable))) {
20603      TCollectionPropertyBrowsable *G__Lderived;
20604      G__Lderived=(TCollectionPropertyBrowsable*)0x1000;
20605      {
20606        TVirtualBranchBrowsable *G__Lpbase=(TVirtualBranchBrowsable*)G__Lderived;
20607        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable),(long)G__Lpbase-(long)G__Lderived,1,1);
20608      }
20609      {
20610        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20611        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20612      }
20613      {
20614        TObject *G__Lpbase=(TObject*)G__Lderived;
20615        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20616      }
20617    }
20618    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable))) {
20619      TCollectionMethodBrowsable *G__Lderived;
20620      G__Lderived=(TCollectionMethodBrowsable*)0x1000;
20621      {
20622        TMethodBrowsable *G__Lpbase=(TMethodBrowsable*)G__Lderived;
20623        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable),(long)G__Lpbase-(long)G__Lderived,1,1);
20624      }
20625      {
20626        TVirtualBranchBrowsable *G__Lpbase=(TVirtualBranchBrowsable*)G__Lderived;
20627        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable),(long)G__Lpbase-(long)G__Lderived,1,0);
20628      }
20629      {
20630        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20631        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20632      }
20633      {
20634        TObject *G__Lpbase=(TObject*)G__Lderived;
20635        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20636      }
20637    }
20638    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeaf))) {
20639      TLeaf *G__Lderived;
20640      G__Lderived=(TLeaf*)0x1000;
20641      {
20642        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20643        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeaf),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20644      }
20645      {
20646        TObject *G__Lpbase=(TObject*)G__Lderived;
20647        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeaf),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20648      }
20649    }
20650    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBranchClones))) {
20651      TBranchClones *G__Lderived;
20652      G__Lderived=(TBranchClones*)0x1000;
20653      {
20654        TBranch *G__Lpbase=(TBranch*)G__Lderived;
20655        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchClones),G__get_linked_tagnum(&G__G__TreeLN_TBranch),(long)G__Lpbase-(long)G__Lderived,1,1);
20656      }
20657      {
20658        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20659        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchClones),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20660      }
20661      {
20662        TObject *G__Lpbase=(TObject*)G__Lderived;
20663        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchClones),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20664      }
20665      {
20666        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20667        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchClones),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
20668      }
20669    }
20670    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TSelector))) {
20671      TSelector *G__Lderived;
20672      G__Lderived=(TSelector*)0x1000;
20673      {
20674        TObject *G__Lpbase=(TObject*)G__Lderived;
20675        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelector),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
20676      }
20677    }
20678    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex))) {
20679      TVirtualIndex *G__Lderived;
20680      G__Lderived=(TVirtualIndex*)0x1000;
20681      {
20682        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20683        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20684      }
20685      {
20686        TObject *G__Lpbase=(TObject*)G__Lderived;
20687        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20688      }
20689    }
20690    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer))) {
20691      TVirtualTreePlayer *G__Lderived;
20692      G__Lderived=(TVirtualTreePlayer*)0x1000;
20693      {
20694        TObject *G__Lpbase=(TObject*)G__Lderived;
20695        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
20696      }
20697    }
20698    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TEventList))) {
20699      TEventList *G__Lderived;
20700      G__Lderived=(TEventList*)0x1000;
20701      {
20702        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20703        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEventList),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20704      }
20705      {
20706        TObject *G__Lpbase=(TObject*)G__Lderived;
20707        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEventList),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20708      }
20709    }
20710    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TEntryList))) {
20711      TEntryList *G__Lderived;
20712      G__Lderived=(TEntryList*)0x1000;
20713      {
20714        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20715        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryList),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20716      }
20717      {
20718        TObject *G__Lpbase=(TObject*)G__Lderived;
20719        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryList),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20720      }
20721    }
20722    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TFriendElement))) {
20723      TFriendElement *G__Lderived;
20724      G__Lderived=(TFriendElement*)0x1000;
20725      {
20726        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20727        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TFriendElement),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20728      }
20729      {
20730        TObject *G__Lpbase=(TObject*)G__Lderived;
20731        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TFriendElement),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20732      }
20733    }
20734    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TCut))) {
20735      TCut *G__Lderived;
20736      G__Lderived=(TCut*)0x1000;
20737      {
20738        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20739        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCut),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20740      }
20741      {
20742        TObject *G__Lpbase=(TObject*)G__Lderived;
20743        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TCut),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20744      }
20745    }
20746    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBranchRef))) {
20747      TBranchRef *G__Lderived;
20748      G__Lderived=(TBranchRef*)0x1000;
20749      {
20750        TBranch *G__Lpbase=(TBranch*)G__Lderived;
20751        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchRef),G__get_linked_tagnum(&G__G__TreeLN_TBranch),(long)G__Lpbase-(long)G__Lderived,1,1);
20752      }
20753      {
20754        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20755        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchRef),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20756      }
20757      {
20758        TObject *G__Lpbase=(TObject*)G__Lderived;
20759        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchRef),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20760      }
20761      {
20762        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20763        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchRef),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
20764      }
20765    }
20766    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter))) {
20767      TTreeFriendLeafIter *G__Lderived;
20768      G__Lderived=(TTreeFriendLeafIter*)0x1000;
20769      {
20770        TIterator *G__Lpbase=(TIterator*)G__Lderived;
20771        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter),G__get_linked_tagnum(&G__G__TreeLN_TIterator),(long)G__Lpbase-(long)G__Lderived,1,1);
20772      }
20773    }
20774    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBranchObject))) {
20775      TBranchObject *G__Lderived;
20776      G__Lderived=(TBranchObject*)0x1000;
20777      {
20778        TBranch *G__Lpbase=(TBranch*)G__Lderived;
20779        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchObject),G__get_linked_tagnum(&G__G__TreeLN_TBranch),(long)G__Lpbase-(long)G__Lderived,1,1);
20780      }
20781      {
20782        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20783        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchObject),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20784      }
20785      {
20786        TObject *G__Lpbase=(TObject*)G__Lderived;
20787        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchObject),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20788      }
20789      {
20790        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20791        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchObject),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
20792      }
20793    }
20794    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL))) {
20795      TBranchSTL *G__Lderived;
20796      G__Lderived=(TBranchSTL*)0x1000;
20797      {
20798        TBranch *G__Lpbase=(TBranch*)G__Lderived;
20799        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL),G__get_linked_tagnum(&G__G__TreeLN_TBranch),(long)G__Lpbase-(long)G__Lderived,1,1);
20800      }
20801      {
20802        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20803        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20804      }
20805      {
20806        TObject *G__Lpbase=(TObject*)G__Lderived;
20807        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20808      }
20809      {
20810        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20811        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
20812      }
20813    }
20814    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TBufferFile))) {
20815      TBufferFile *G__Lderived;
20816      G__Lderived=(TBufferFile*)0x1000;
20817      {
20818        TBuffer *G__Lpbase=(TBuffer*)G__Lderived;
20819        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBufferFile),G__get_linked_tagnum(&G__G__TreeLN_TBuffer),(long)G__Lpbase-(long)G__Lderived,1,1);
20820      }
20821      {
20822        TObject *G__Lpbase=(TObject*)G__Lderived;
20823        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TBufferFile),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20824      }
20825    }
20826    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TChainElement))) {
20827      TChainElement *G__Lderived;
20828      G__Lderived=(TChainElement*)0x1000;
20829      {
20830        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20831        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChainElement),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
20832      }
20833      {
20834        TObject *G__Lpbase=(TObject*)G__Lderived;
20835        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChainElement),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20836      }
20837    }
20838    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TChain))) {
20839      TChain *G__Lderived;
20840      G__Lderived=(TChain*)0x1000;
20841      {
20842        TTree *G__Lpbase=(TTree*)G__Lderived;
20843        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain),G__get_linked_tagnum(&G__G__TreeLN_TTree),(long)G__Lpbase-(long)G__Lderived,1,1);
20844      }
20845      {
20846        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20847        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20848      }
20849      {
20850        TObject *G__Lpbase=(TObject*)G__Lderived;
20851        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20852      }
20853      {
20854        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
20855        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain),G__get_linked_tagnum(&G__G__TreeLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
20856      }
20857      {
20858        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
20859        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
20860      }
20861      {
20862        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
20863        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain),G__get_linked_tagnum(&G__G__TreeLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
20864      }
20865    }
20866    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock))) {
20867      TEntryListBlock *G__Lderived;
20868      G__Lderived=(TEntryListBlock*)0x1000;
20869      {
20870        TObject *G__Lpbase=(TObject*)G__Lderived;
20871        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
20872      }
20873    }
20874    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile))) {
20875      TEntryListFromFile *G__Lderived;
20876      G__Lderived=(TEntryListFromFile*)0x1000;
20877      {
20878        TEntryList *G__Lpbase=(TEntryList*)G__Lderived;
20879        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile),G__get_linked_tagnum(&G__G__TreeLN_TEntryList),(long)G__Lpbase-(long)G__Lderived,1,1);
20880      }
20881      {
20882        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20883        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20884      }
20885      {
20886        TObject *G__Lpbase=(TObject*)G__Lderived;
20887        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20888      }
20889    }
20890    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafB))) {
20891      TLeafB *G__Lderived;
20892      G__Lderived=(TLeafB*)0x1000;
20893      {
20894        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
20895        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafB),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
20896      }
20897      {
20898        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20899        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafB),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20900      }
20901      {
20902        TObject *G__Lpbase=(TObject*)G__Lderived;
20903        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafB),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20904      }
20905    }
20906    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafC))) {
20907      TLeafC *G__Lderived;
20908      G__Lderived=(TLeafC*)0x1000;
20909      {
20910        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
20911        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafC),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
20912      }
20913      {
20914        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20915        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafC),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20916      }
20917      {
20918        TObject *G__Lpbase=(TObject*)G__Lderived;
20919        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafC),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20920      }
20921    }
20922    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafD))) {
20923      TLeafD *G__Lderived;
20924      G__Lderived=(TLeafD*)0x1000;
20925      {
20926        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
20927        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafD),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
20928      }
20929      {
20930        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20931        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafD),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20932      }
20933      {
20934        TObject *G__Lpbase=(TObject*)G__Lderived;
20935        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafD),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20936      }
20937    }
20938    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafElement))) {
20939      TLeafElement *G__Lderived;
20940      G__Lderived=(TLeafElement*)0x1000;
20941      {
20942        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
20943        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafElement),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
20944      }
20945      {
20946        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20947        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafElement),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20948      }
20949      {
20950        TObject *G__Lpbase=(TObject*)G__Lderived;
20951        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafElement),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20952      }
20953    }
20954    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafF))) {
20955      TLeafF *G__Lderived;
20956      G__Lderived=(TLeafF*)0x1000;
20957      {
20958        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
20959        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafF),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
20960      }
20961      {
20962        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20963        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafF),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20964      }
20965      {
20966        TObject *G__Lpbase=(TObject*)G__Lderived;
20967        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafF),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20968      }
20969    }
20970    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafI))) {
20971      TLeafI *G__Lderived;
20972      G__Lderived=(TLeafI*)0x1000;
20973      {
20974        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
20975        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafI),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
20976      }
20977      {
20978        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20979        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafI),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20980      }
20981      {
20982        TObject *G__Lpbase=(TObject*)G__Lderived;
20983        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafI),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
20984      }
20985    }
20986    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafL))) {
20987      TLeafL *G__Lderived;
20988      G__Lderived=(TLeafL*)0x1000;
20989      {
20990        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
20991        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafL),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
20992      }
20993      {
20994        TNamed *G__Lpbase=(TNamed*)G__Lderived;
20995        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafL),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
20996      }
20997      {
20998        TObject *G__Lpbase=(TObject*)G__Lderived;
20999        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafL),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21000      }
21001    }
21002    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafObject))) {
21003      TLeafObject *G__Lderived;
21004      G__Lderived=(TLeafObject*)0x1000;
21005      {
21006        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
21007        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafObject),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
21008      }
21009      {
21010        TNamed *G__Lpbase=(TNamed*)G__Lderived;
21011        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafObject),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
21012      }
21013      {
21014        TObject *G__Lpbase=(TObject*)G__Lderived;
21015        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafObject),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21016      }
21017    }
21018    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafO))) {
21019      TLeafO *G__Lderived;
21020      G__Lderived=(TLeafO*)0x1000;
21021      {
21022        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
21023        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafO),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
21024      }
21025      {
21026        TNamed *G__Lpbase=(TNamed*)G__Lderived;
21027        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafO),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
21028      }
21029      {
21030        TObject *G__Lpbase=(TObject*)G__Lderived;
21031        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafO),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21032      }
21033    }
21034    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TLeafS))) {
21035      TLeafS *G__Lderived;
21036      G__Lderived=(TLeafS*)0x1000;
21037      {
21038        TLeaf *G__Lpbase=(TLeaf*)G__Lderived;
21039        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafS),G__get_linked_tagnum(&G__G__TreeLN_TLeaf),(long)G__Lpbase-(long)G__Lderived,1,1);
21040      }
21041      {
21042        TNamed *G__Lpbase=(TNamed*)G__Lderived;
21043        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafS),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
21044      }
21045      {
21046        TObject *G__Lpbase=(TObject*)G__Lderived;
21047        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafS),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21048      }
21049    }
21050    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD))) {
21051      TNtupleD *G__Lderived;
21052      G__Lderived=(TNtupleD*)0x1000;
21053      {
21054        TTree *G__Lpbase=(TTree*)G__Lderived;
21055        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD),G__get_linked_tagnum(&G__G__TreeLN_TTree),(long)G__Lpbase-(long)G__Lderived,1,1);
21056      }
21057      {
21058        TNamed *G__Lpbase=(TNamed*)G__Lderived;
21059        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
21060      }
21061      {
21062        TObject *G__Lpbase=(TObject*)G__Lderived;
21063        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21064      }
21065      {
21066        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
21067        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD),G__get_linked_tagnum(&G__G__TreeLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
21068      }
21069      {
21070        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
21071        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
21072      }
21073      {
21074        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
21075        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD),G__get_linked_tagnum(&G__G__TreeLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
21076      }
21077    }
21078    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TNtuple))) {
21079      TNtuple *G__Lderived;
21080      G__Lderived=(TNtuple*)0x1000;
21081      {
21082        TTree *G__Lpbase=(TTree*)G__Lderived;
21083        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple),G__get_linked_tagnum(&G__G__TreeLN_TTree),(long)G__Lpbase-(long)G__Lderived,1,1);
21084      }
21085      {
21086        TNamed *G__Lpbase=(TNamed*)G__Lderived;
21087        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
21088      }
21089      {
21090        TObject *G__Lpbase=(TObject*)G__Lderived;
21091        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21092      }
21093      {
21094        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
21095        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple),G__get_linked_tagnum(&G__G__TreeLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
21096      }
21097      {
21098        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
21099        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
21100      }
21101      {
21102        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
21103        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple),G__get_linked_tagnum(&G__G__TreeLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
21104      }
21105    }
21106    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TQueryResult))) {
21107      TQueryResult *G__Lderived;
21108      G__Lderived=(TQueryResult*)0x1000;
21109      {
21110        TNamed *G__Lpbase=(TNamed*)G__Lderived;
21111        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TQueryResult),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
21112      }
21113      {
21114        TObject *G__Lpbase=(TObject*)G__Lderived;
21115        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TQueryResult),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21116      }
21117    }
21118    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TSelectorList))) {
21119      TSelectorList *G__Lderived;
21120      G__Lderived=(TSelectorList*)0x1000;
21121      {
21122        TList *G__Lpbase=(TList*)G__Lderived;
21123        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorList),G__get_linked_tagnum(&G__G__TreeLN_TList),(long)G__Lpbase-(long)G__Lderived,1,1);
21124      }
21125      {
21126        TSeqCollection *G__Lpbase=(TSeqCollection*)G__Lderived;
21127        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorList),G__get_linked_tagnum(&G__G__TreeLN_TSeqCollection),(long)G__Lpbase-(long)G__Lderived,1,0);
21128      }
21129      {
21130        TCollection *G__Lpbase=(TCollection*)G__Lderived;
21131        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorList),G__get_linked_tagnum(&G__G__TreeLN_TCollection),(long)G__Lpbase-(long)G__Lderived,1,0);
21132      }
21133      {
21134        TObject *G__Lpbase=(TObject*)G__Lderived;
21135        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorList),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21136      }
21137    }
21138    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TSelectorCint))) {
21139      TSelectorCint *G__Lderived;
21140      G__Lderived=(TSelectorCint*)0x1000;
21141      {
21142        TSelector *G__Lpbase=(TSelector*)G__Lderived;
21143        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorCint),G__get_linked_tagnum(&G__G__TreeLN_TSelector),(long)G__Lpbase-(long)G__Lderived,1,1);
21144      }
21145      {
21146        TObject *G__Lpbase=(TObject*)G__Lderived;
21147        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorCint),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21148      }
21149    }
21150    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar))) {
21151      TSelectorScalar *G__Lderived;
21152      G__Lderived=(TSelectorScalar*)0x1000;
21153      {
21154        TParameter<long long> *G__Lpbase=(TParameter<long long>*)G__Lderived;
21155        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar),G__get_linked_tagnum(&G__G__TreeLN_TParameterlElongsPlonggR),(long)G__Lpbase-(long)G__Lderived,1,1);
21156      }
21157      {
21158        TObject *G__Lpbase=(TObject*)G__Lderived;
21159        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21160      }
21161    }
21162    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TParameterlElongsPlonggR))) {
21163      TParameter<long long> *G__Lderived;
21164      G__Lderived=(TParameter<long long>*)0x1000;
21165      {
21166        TObject *G__Lpbase=(TObject*)G__Lderived;
21167        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TParameterlElongsPlonggR),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
21168      }
21169    }
21170    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TTreeCache))) {
21171      TTreeCache *G__Lderived;
21172      G__Lderived=(TTreeCache*)0x1000;
21173      {
21174        TFileCacheRead *G__Lpbase=(TFileCacheRead*)G__Lderived;
21175        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCache),G__get_linked_tagnum(&G__G__TreeLN_TFileCacheRead),(long)G__Lpbase-(long)G__Lderived,1,1);
21176      }
21177      {
21178        TObject *G__Lpbase=(TObject*)G__Lderived;
21179        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCache),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21180      }
21181    }
21182    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip))) {
21183      TTreeCacheUnzip *G__Lderived;
21184      G__Lderived=(TTreeCacheUnzip*)0x1000;
21185      {
21186        TTreeCache *G__Lpbase=(TTreeCache*)G__Lderived;
21187        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip),G__get_linked_tagnum(&G__G__TreeLN_TTreeCache),(long)G__Lpbase-(long)G__Lderived,1,1);
21188      }
21189      {
21190        TFileCacheRead *G__Lpbase=(TFileCacheRead*)G__Lderived;
21191        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip),G__get_linked_tagnum(&G__G__TreeLN_TFileCacheRead),(long)G__Lpbase-(long)G__Lderived,1,0);
21192      }
21193      {
21194        TObject *G__Lpbase=(TObject*)G__Lderived;
21195        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21196      }
21197    }
21198    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TTreeResult))) {
21199      TTreeResult *G__Lderived;
21200      G__Lderived=(TTreeResult*)0x1000;
21201      {
21202        TSQLResult *G__Lpbase=(TSQLResult*)G__Lderived;
21203        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeResult),G__get_linked_tagnum(&G__G__TreeLN_TSQLResult),(long)G__Lpbase-(long)G__Lderived,1,1);
21204      }
21205      {
21206        TObject *G__Lpbase=(TObject*)G__Lderived;
21207        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeResult),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21208      }
21209    }
21210    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TTreeRow))) {
21211      TTreeRow *G__Lderived;
21212      G__Lderived=(TTreeRow*)0x1000;
21213      {
21214        TSQLRow *G__Lpbase=(TSQLRow*)G__Lderived;
21215        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeRow),G__get_linked_tagnum(&G__G__TreeLN_TSQLRow),(long)G__Lpbase-(long)G__Lderived,1,1);
21216      }
21217      {
21218        TObject *G__Lpbase=(TObject*)G__Lderived;
21219        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeRow),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21220      }
21221    }
21222    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL))) {
21223      TTreeSQL *G__Lderived;
21224      G__Lderived=(TTreeSQL*)0x1000;
21225      {
21226        TTree *G__Lpbase=(TTree*)G__Lderived;
21227        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL),G__get_linked_tagnum(&G__G__TreeLN_TTree),(long)G__Lpbase-(long)G__Lderived,1,1);
21228      }
21229      {
21230        TNamed *G__Lpbase=(TNamed*)G__Lderived;
21231        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL),G__get_linked_tagnum(&G__G__TreeLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
21232      }
21233      {
21234        TObject *G__Lpbase=(TObject*)G__Lderived;
21235        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL),G__get_linked_tagnum(&G__G__TreeLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
21236      }
21237      {
21238        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
21239        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL),G__get_linked_tagnum(&G__G__TreeLN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
21240      }
21241      {
21242        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
21243        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL),G__get_linked_tagnum(&G__G__TreeLN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
21244      }
21245      {
21246        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
21247        G__inheritance_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL),G__get_linked_tagnum(&G__G__TreeLN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
21248      }
21249    }
21250 }
21251 
21252 /*********************************************************
21253 * typedef information setup/
21254 *********************************************************/
21255 extern "C" void G__cpp_setup_typetableG__Tree() {
21256 
21257    /* Setting up typedef entry */
21258    G__search_typename2("Char_t",99,-1,0,-1);
21259    G__setnewtype(-1,"Signed Character 1 byte (char)",0);
21260    G__search_typename2("UChar_t",98,-1,0,-1);
21261    G__setnewtype(-1,"Unsigned Character 1 byte (unsigned char)",0);
21262    G__search_typename2("Int_t",105,-1,0,-1);
21263    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
21264    G__search_typename2("UInt_t",104,-1,0,-1);
21265    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
21266    G__search_typename2("Long_t",108,-1,0,-1);
21267    G__setnewtype(-1,"Signed long integer 4 bytes (long)",0);
21268    G__search_typename2("Float_t",102,-1,0,-1);
21269    G__setnewtype(-1,"Float 4 bytes (float)",0);
21270    G__search_typename2("Double_t",100,-1,0,-1);
21271    G__setnewtype(-1,"Double 8 bytes",0);
21272    G__search_typename2("Bool_t",103,-1,0,-1);
21273    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
21274    G__search_typename2("Version_t",115,-1,0,-1);
21275    G__setnewtype(-1,"Class version identifier (short)",0);
21276    G__search_typename2("Option_t",99,-1,256,-1);
21277    G__setnewtype(-1,"Option string (const char)",0);
21278    G__search_typename2("Long64_t",110,-1,0,-1);
21279    G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
21280    G__search_typename2("ULong64_t",109,-1,0,-1);
21281    G__setnewtype(-1,"Portable unsigned long integer 8 bytes",0);
21282    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__TreeLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
21283    G__setnewtype(-1,NULL,0);
21284    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
21285    G__setnewtype(-1,NULL,0);
21286    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
21287    G__setnewtype(-1,NULL,0);
21288    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__TreeLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
21289    G__setnewtype(-1,NULL,0);
21290    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
21291    G__setnewtype(-1,NULL,0);
21292    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
21293    G__setnewtype(-1,NULL,0);
21294    G__search_typename2("vector<Int_t>",117,G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
21295    G__setnewtype(-1,NULL,0);
21296    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR));
21297    G__setnewtype(-1,NULL,0);
21298    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR));
21299    G__setnewtype(-1,NULL,0);
21300    G__search_typename2("vector<int>",117,G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR),0,-1);
21301    G__setnewtype(-1,NULL,0);
21302    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__TreeLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
21303    G__setnewtype(-1,NULL,0);
21304    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__TreeLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
21305    G__setnewtype(-1,NULL,0);
21306    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__TreeLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
21307    G__setnewtype(-1,NULL,0);
21308    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__TreeLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
21309    G__setnewtype(-1,NULL,0);
21310    G__search_typename2("MethodCreateListOfBrowsables_t",89,-1,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable));
21311    G__setnewtype(-1,"Int_t (*MethodCreateListOfBrowsables_t)",0);
21312    G__search_typename2("list<MethodCreateListOfBrowsables_t>",117,G__get_linked_tagnum(&G__G__TreeLN_listlEvoidmUcOallocatorlEvoidmUgRsPgR),0,-1);
21313    G__setnewtype(-1,NULL,0);
21314    G__search_typename2("list<void*>",117,G__get_linked_tagnum(&G__G__TreeLN_listlEvoidmUcOallocatorlEvoidmUgRsPgR),0,-1);
21315    G__setnewtype(-1,NULL,0);
21316    G__search_typename2("ClassInfo_t",121,-1,0,-1);
21317    G__setnewtype(-1,NULL,0);
21318    G__search_typename2("ReadLeaves_t",97,-1,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch));
21319    G__setnewtype(-1,"void (TBranch::*ReadLeaves_t)(TBuffer &b);",0);
21320    G__search_typename2("map<std::string,TObjArray*>",117,G__get_linked_tagnum(&G__G__TreeLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
21321    G__setnewtype(-1,NULL,0);
21322    G__search_typename2("map<string,TObjArray*>",117,G__get_linked_tagnum(&G__G__TreeLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
21323    G__setnewtype(-1,NULL,0);
21324    G__search_typename2("map<string,TObjArray*,less<string> >",117,G__get_linked_tagnum(&G__G__TreeLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR),0,-1);
21325    G__setnewtype(-1,NULL,0);
21326    G__search_typename2("vector<std::string>",117,G__get_linked_tagnum(&G__G__TreeLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
21327    G__setnewtype(-1,NULL,0);
21328    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEstringcOallocatorlEstringgRsPgR));
21329    G__setnewtype(-1,NULL,0);
21330    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEstringcOallocatorlEstringgRsPgR));
21331    G__setnewtype(-1,NULL,0);
21332    G__search_typename2("vector<string>",117,G__get_linked_tagnum(&G__G__TreeLN_vectorlEstringcOallocatorlEstringgRsPgR),0,-1);
21333    G__setnewtype(-1,NULL,0);
21334    G__search_typename2("vector<TStreamerInfo*>",117,G__get_linked_tagnum(&G__G__TreeLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR),0,-1);
21335    G__setnewtype(-1,NULL,0);
21336    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR));
21337    G__setnewtype(-1,NULL,0);
21338    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__TreeLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__TreeLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR));
21339    G__setnewtype(-1,NULL,0);
21340    G__search_typename2("TParameter<Long64_t>",117,G__get_linked_tagnum(&G__G__TreeLN_TParameterlElongsPlonggR),0,-1);
21341    G__setnewtype(-1,NULL,0);
21342    G__search_typename2("deque<int>",117,G__get_linked_tagnum(&G__G__TreeLN_dequelEintcOallocatorlEintgRsPgR),0,-1);
21343    G__setnewtype(-1,NULL,0);
21344    G__search_typename2("queue<Int_t>",117,G__get_linked_tagnum(&G__G__TreeLN_queuelEintcOdequelEintcOallocatorlEintgRsPgRsPgR),0,-1);
21345    G__setnewtype(-1,NULL,0);
21346    G__search_typename2("queue<int>",117,G__get_linked_tagnum(&G__G__TreeLN_queuelEintcOdequelEintcOallocatorlEintgRsPgRsPgR),0,-1);
21347    G__setnewtype(-1,NULL,0);
21348 }
21349 
21350 /*********************************************************
21351 * Data Member information setup/
21352 *********************************************************/
21353 
21354    /* Setting up class,struct,union tag member variable */
21355 
21356    /* TTree */
21357 static void G__setup_memvarTTree(void) {
21358    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTree));
21359    { TTree *p; p=(TTree*)0x1000; if (p) { }
21360    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntries=",0,"Number of entries");
21361    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fTotBytes=",0,"Total number of bytes in all branches before compression");
21362    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fZipBytes=",0,"Total number of bytes in all branches after compression");
21363    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fSavedBytes=",0,"Number of autosaved bytes");
21364    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fFlushedBytes=",0,"Number of autoflushed bytes");
21365    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fWeight=",0,"Tree weight (see TTree::SetWeight)");
21366    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTimerInterval=",0,"Timer interval in milliseconds");
21367    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fScanField=",0,"Number of runs before prompting in Scan");
21368    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fUpdate=",0,"Update frequency for EntryLoop");
21369    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDefaultEntryOffsetLen=",0,"Initial Length of fEntryOffset table in the basket buffers");
21370    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fMaxEntries=",0,"Maximum number of entries in case of circular buffers");
21371    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fMaxEntryLoop=",0,"Maximum number of entries to process");
21372    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fMaxVirtualSize=",0,"Maximum total size of buffers kept in memory");
21373    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fAutoSave=",0,"Autosave tree when fAutoSave bytes produced");
21374    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fAutoFlush=",0,"Autoflush tree when fAutoFlush entries written");
21375    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEstimate=",0,"Number of entries to estimate histogram limits");
21376    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fCacheSize=",0,"! Maximum size of file buffers");
21377    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fChainOffset=",0,"! Offset of 1st entry of this Tree in a TChain");
21378    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fReadEntry=",0,"! Number of the entry being processed");
21379    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fTotalBuffers=",0,"! Total number of bytes in branch buffers");
21380    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPacketSize=",0,"! Number of entries in one packet for parallel root");
21381    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNfill=",0,"! Local for EntryLoop");
21382    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDebug=",0,"! Debug level");
21383    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fDebugMin=",0,"! First entry number to debug");
21384    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fDebugMax=",0,"! Last entry number to debug");
21385    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMakeClass=",0,"! not zero when processing code generated by MakeClass");
21386    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fFileNumber=",0,"! current file number (if file extensions)");
21387    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObject),-1,-1,2,"fNotify=",0,"! Object to be notified when loading a Tree");
21388    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TDirectory),-1,-1,2,"fDirectory=",0,"! Pointer to directory holding this tree");
21389    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fBranches=",0,"List of Branches");
21390    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fLeaves=",0,"Direct pointers to individual branch leaves");
21391    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fAliases=",0,"List of aliases for expressions based on the tree branches.");
21392    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TEventList),-1,-1,2,"fEventList=",0,"! Pointer to event selection list (if one)");
21393    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TEntryList),-1,-1,2,"fEntryList=",0,"! Pointer to event selection list (if one)");
21394    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TArrayD),-1,-1,2,"fIndexValues=",0,"Sorted index values");
21395    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TArrayI),-1,-1,2,"fIndex=",0,"Index of sorted values");
21396    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex),-1,-1,2,"fTreeIndex=",0,"Pointer to the tree Index (if any)");
21397    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fFriends=",0,"pointer to list of friend elements");
21398    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fUserInfo=",0,"pointer to a list of user objects associated to this Tree");
21399    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer),-1,-1,2,"fPlayer=",0,"! Pointer to current Tree player");
21400    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fClones=",0,"! List of cloned trees which share our addresses");
21401    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranchRef),-1,-1,2,"fBranchRef=",0,"Branch supporting the TRefTable (if any)");
21402    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fFriendLockStatus=",0,"! Record which method is locking the friend recursion");
21403    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-2,2,"fgBranchStyle=",0,"Old/New branch style");
21404    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-2,2,"fgMaxTreeSize=",0,"Maximum size of a file containg a Tree");
21405    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kFindBranch=1LL",0,(char*)NULL);
21406    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kFindLeaf=2LL",0,(char*)NULL);
21407    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kGetAlias=4LL",0,(char*)NULL);
21408    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kGetBranch=8LL",0,(char*)NULL);
21409    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kGetEntry=16LL",0,(char*)NULL);
21410    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kGetEntryWithIndex=32LL",0,(char*)NULL);
21411    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kGetFriend=64LL",0,(char*)NULL);
21412    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kGetFriendAlias=128LL",0,(char*)NULL);
21413    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kGetLeaf=256LL",0,(char*)NULL);
21414    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kLoadTree=512LL",0,(char*)NULL);
21415    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kPrint=1024LL",0,(char*)NULL);
21416    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kRemoveFriend=2048LL",0,(char*)NULL);
21417    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLELockStatusBits),-1,-2,2,"kSetBranchStatus=4096LL",0,(char*)NULL);
21418    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kMissingBranch=-5LL",0,(char*)NULL);
21419    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kInternalError=-4LL",0,(char*)NULL);
21420    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kMissingCompiledCollectionProxy=-3LL",0,(char*)NULL);
21421    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kMismatch=-2LL",0,(char*)NULL);
21422    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kClassMismatch=-1LL",0,(char*)NULL);
21423    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kMatch=0LL",0,(char*)NULL);
21424    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kMatchConversion=1LL",0,(char*)NULL);
21425    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kMatchConversionCollection=2LL",0,(char*)NULL);
21426    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kMakeClass=3LL",0,(char*)NULL);
21427    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kVoidPtr=4LL",0,(char*)NULL);
21428    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus),-1,-2,2,"kNoCheck=5LL",0,(char*)NULL);
21429    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kForceRead=%lldLL",(long long)TTree::kForceRead).data(),0,(char*)NULL);
21430    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kCircular=%lldLL",(long long)TTree::kCircular).data(),0,(char*)NULL);
21431    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreecLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kSplitCollectionOfPointers=%lldLL",(long long)TTree::kSplitCollectionOfPointers).data(),0,(char*)NULL);
21432    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21433    }
21434    G__tag_memvar_reset();
21435 }
21436 
21437 
21438    /* TBranch */
21439 static void G__setup_memvarTBranch(void) {
21440    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranch));
21441    { TBranch *p; p=(TBranch*)0x1000; if (p) { }
21442    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchcLcLdA),-1,-2,2,"kAutoDelete=32768LL",0,(char*)NULL);
21443    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-2,2,"fgCount=",0,"! branch counter");
21444    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCompress=",0,"(=1 branch is compressed, 0 otherwise)");
21445    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBasketSize=",0,"Initial Size of  Basket Buffer");
21446    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fEntryOffsetLen=",0,"Initial Length of fEntryOffset table in the basket buffers");
21447    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fWriteBasket=",0,"Last basket number written");
21448    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntryNumber=",0,"Current entry number (last one filled in this branch)");
21449    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOffset=",0,"Offset of this branch");
21450    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxBaskets=",0,"Maximum number of Baskets so far");
21451    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNBaskets=",0,"! Number of baskets in memory");
21452    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSplitLevel=",0,"Branch split level");
21453    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNleaves=",0,"! Number of leaves");
21454    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fReadBasket=",0,"! Current basket number when reading");
21455    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fReadEntry=",0,"! Current entry number when reading");
21456    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntries=",0,"Number of entries");
21457    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fFirstEntry=",0,"Number of the first entry in this branch");
21458    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fTotBytes=",0,"Total number of bytes in all leaves before compression");
21459    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fZipBytes=",0,"Total number of bytes in all leaves after compression");
21460    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fBranches=",0,"-> List of Branches of this branch");
21461    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fLeaves=",0,"-> List of leaves of this branch");
21462    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fBaskets=",0,"-> List of baskets of this branch");
21463    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBasketBytes=",0,"[fMaxBaskets] Lenght of baskets on file");
21464    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fBasketEntry=",0,"[fMaxBaskets] Table of first entry in eack basket");
21465    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fBasketSeek=",0,"[fMaxBaskets] Addresses of baskets on file");
21466    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fTree=",0,"! Pointer to Tree header");
21467    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,2,"fMother=",0,"! Pointer to top-level parent branch in the tree.");
21468    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,2,"fParent=",0,"! Pointer to parent branch.");
21469    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fAddress=",0,"! Address of 1st leaf (variable or object)");
21470    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TDirectory),-1,-1,2,"fDirectory=",0,"! Pointer to directory where this branch buffers are stored");
21471    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fFileName=",0,"Name of file where buffers are stored (\"\" if in same file as Tree header)");
21472    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBuffer),-1,-1,2,"fEntryBuffer=",0,"! Buffer used to directly pass the content without streaming");
21473    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fBrowsables=",0,"! List of TVirtualBranchBrowsables used for Browse()");
21474    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fSkipZip=",0,"! After being read, the buffer will not be unziped.");
21475    G__memvar_setup((void*)0,97,0,0,-1,G__defined_typename("ReadLeaves_t"),-1,2,"fReadLeaves=",0,"! Pointer to the ReadLeaves implementation to use. ");
21476    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21477    }
21478    G__tag_memvar_reset();
21479 }
21480 
21481 
21482    /* TBasket */
21483 static void G__setup_memvarTBasket(void) {
21484    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasket));
21485    { TBasket *p; p=(TBasket*)0x1000; if (p) { }
21486    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufferSize=",0,"fBuffer length in bytes");
21487    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNevBufSize=",0,"Length in Int_t of fEntryOffset OR fixed length of each entry if fEntryOffset is null!");
21488    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNevBuf=",0,"Number of entries in basket");
21489    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLast=",0,"Pointer to last used byte in basket");
21490    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHeaderOnly=",0,"True when only the basket header must be read/written");
21491    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDisplacement=",0,"![fNevBuf] Displacement of entries in fBuffer(TKey)");
21492    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fEntryOffset=",0,"[fNevBuf] Offset of entries in fBuffer(TKey)");
21493    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,2,"fBranch=",0,"Pointer to the basket support branch");
21494    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCompressedSize=",0,"!Size of the allocated memroy in fCompressedBuffer");
21495    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fCompressedBuffer=",0,"!Temporary place holder for the compressed buffer if needed.");
21496    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21497    }
21498    G__tag_memvar_reset();
21499 }
21500 
21501 
21502    /* TBufferSQL */
21503 static void G__setup_memvarTBufferSQL(void) {
21504    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL));
21505    { TBufferSQL *p; p=(TBufferSQL*)0x1000; if (p) { }
21506    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgRcLcLiterator),G__defined_typename("const_iterator"),-1,4,"fIter=",0,(char*)NULL);
21507    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR),G__defined_typename("vector<Int_t>"),-1,4,"fColumnVec=",0,"!");
21508    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,4,"fInsertQuery=",0,"!");
21509    G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__TreeLN_TSQLRow),-1,-1,4,"fRowPtr=",0,"!");
21510    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21511    }
21512    G__tag_memvar_reset();
21513 }
21514 
21515 
21516    /* TBasketSQL */
21517 static void G__setup_memvarTBasketSQL(void) {
21518    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL));
21519    { TBasketSQL *p; p=(TBasketSQL*)0x1000; if (p) { }
21520    G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__TreeLN_TSQLResult),-1,-1,2,"fResultPtr=",0,"!");
21521    G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__TreeLN_TSQLRow),-1,-1,2,"fRowPtr=",0,"!");
21522    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fInsertQuery=",0,"!");
21523    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21524    }
21525    G__tag_memvar_reset();
21526 }
21527 
21528 
21529    /* TBranchElement */
21530 static void G__setup_memvarTBranchElement(void) {
21531    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
21532    { TBranchElement *p; p=(TBranchElement*)0x1000; if (p) { }
21533    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchElementcLcLdA),-1,-2,2,"kBranchFolder=16384LL",0,(char*)NULL);
21534    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchElementcLcLdA),-1,-2,2,"kDeleteObject=65536LL",0,(char*)NULL);
21535    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchElementcLcLdA),-1,-2,2,"kCache=262144LL",0,(char*)NULL);
21536    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchElementcLcLdA),-1,-2,2,"kOwnOnfileObj=524288LL",0,(char*)NULL);
21537    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchElementcLcLdA),-1,-2,2,"kAddressSet=1048576LL",0,(char*)NULL);
21538    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchElementcLcLdA),-1,-2,2,"kMakeClass=2097152LL",0,(char*)NULL);
21539    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchElementcLcLdA),-1,-2,2,"kDecomposedObj=2097152LL",0,(char*)NULL);
21540    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fClassName=",0,"Class name of referenced object");
21541    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fParentName=",0,"Name of parent class");
21542    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fClonesName=",0,"Name of class in TClonesArray (if any)");
21543    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualCollectionProxy),-1,-1,2,"fCollProxy=",0,"! collection interface (if any)");
21544    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fCheckSum=",0,"CheckSum of class");
21545    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fClassVersion=",0,"Version number of class");
21546    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fID=",0,"element serial number in fInfo");
21547    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fType=",0,"branch type");
21548    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fStreamerType=",0,"branch streamer type");
21549    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaximum=",0,"Maximum entries for a TClonesArray or variable array");
21550    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSTLtype=",0,"! STL container type");
21551    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNdata=",0,"! Number of data in this branch");
21552    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement),-1,-1,2,"fBranchCount=",0,"pointer to primary branchcount branch");
21553    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranchElement),-1,-1,2,"fBranchCount2=",0,"pointer to secondary branchcount branch");
21554    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TStreamerInfo),-1,-1,2,"fInfo=",0,"! Pointer to StreamerInfo");
21555    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fObject=",0,"! Pointer to object at *fAddress");
21556    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualArray),-1,-1,2,"fOnfileObject=",0,"! Place holder for the onfile representation of data members.");
21557    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInit=",0,"! Initialization flag for branch assignment");
21558    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fInitOffsets=",0,"! Initialization flag to not endlessly recalculate offsets");
21559    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClassRef),-1,-1,2,"fTargetClass=",0,"! Reference to the target in-memory class");
21560    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClassRef),-1,-1,2,"fCurrentClass=",0,"! Reference to current (transient) class definition");
21561    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClassRef),-1,-1,2,"fParentClass=",0,"! Reference to class definition in fParentName");
21562    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClassRef),-1,-1,2,"fBranchClass=",0,"! Reference to class definition in fClassName");
21563    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBranchOffset=",0,"! Sub-Branch offsets with respect to current transient class");
21564    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBranchID=",0,"! ID number assigned by a TRefTable.");
21565    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR),G__defined_typename("vector<Int_t>"),-1,2,"fIDs=",0,"! List of the serial number of all the StreamerInfo to be used.   ");
21566    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TStreamerInfoActionscLcLTActionSequence),-1,-1,2,"fReadActionSequence=",0,"! Set of actions to be executed to extract the data from the basket.");
21567    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualCollectionIterators),-1,-1,2,"fIterators=",0,"! holds the iterators when the branch is of fType==4.");
21568    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualCollectionPtrIterators),-1,-1,2,"fPtrIterators=",0,"! holds the iterators when the branch is of fType==4 and it is a split collection of pointers.");
21569    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21570    }
21571    G__tag_memvar_reset();
21572 }
21573 
21574 
21575    /* TVirtualBranchBrowsable */
21576 static void G__setup_memvarTVirtualBranchBrowsable(void) {
21577    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable));
21578    { TVirtualBranchBrowsable *p; p=(TVirtualBranchBrowsable*)0x1000; if (p) { }
21579    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,4,"fBranch=",0,"pointer to the branch element representing the top object");
21580    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable),-1,-1,4,"fParent=",0,"parent method if this method is member of a returned class");
21581    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,4,"fLeaves=",0,"pointer to laves");
21582    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-1,4,"fClass=",0,"pointer to TClass representing our type (i.e. return type for methods), 0 if basic type");
21583    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fTypeIsPointer=",0,"return type is pointer to class");
21584    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_listlEvoidmUcOallocatorlEvoidmUgRsPgR),G__defined_typename("list<MethodCreateListOfBrowsables_t>"),-2,4,"fgGenerators=",0,"list of MethodCreateListOfBrowsables_t called by CreateListOfBrowsables");
21585    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,4,"fgGeneratorsSet=",0,"have we set the generators yet? empty is not good enough - user might have removed them");
21586    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21587    }
21588    G__tag_memvar_reset();
21589 }
21590 
21591 
21592    /* TMethodBrowsable */
21593 static void G__setup_memvarTMethodBrowsable(void) {
21594    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable));
21595    { TMethodBrowsable *p; p=(TMethodBrowsable*)0x1000; if (p) { }
21596    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TMethod),-1,-1,4,"fMethod=",0,"pointer to a method");
21597    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21598    }
21599    G__tag_memvar_reset();
21600 }
21601 
21602 
21603    /* TNonSplitBrowsable */
21604 static void G__setup_memvarTNonSplitBrowsable(void) {
21605    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable));
21606    { TNonSplitBrowsable *p; p=(TNonSplitBrowsable*)0x1000; if (p) { }
21607    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21608    }
21609    G__tag_memvar_reset();
21610 }
21611 
21612 
21613    /* TCollectionPropertyBrowsable */
21614 static void G__setup_memvarTCollectionPropertyBrowsable(void) {
21615    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable));
21616    { TCollectionPropertyBrowsable *p; p=(TCollectionPropertyBrowsable*)0x1000; if (p) { }
21617    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,4,"fDraw=",0,"string to send to TTree::Draw(), NOT by GetScope()!");
21618    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21619    }
21620    G__tag_memvar_reset();
21621 }
21622 
21623 
21624    /* TCollectionMethodBrowsable */
21625 static void G__setup_memvarTCollectionMethodBrowsable(void) {
21626    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable));
21627    { TCollectionMethodBrowsable *p; p=(TCollectionMethodBrowsable*)0x1000; if (p) { }
21628    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21629    }
21630    G__tag_memvar_reset();
21631 }
21632 
21633 
21634    /* TLeaf */
21635 static void G__setup_memvarTLeaf(void) {
21636    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeaf));
21637    { TLeaf *p; p=(TLeaf*)0x1000; if (p) { }
21638    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNdata=",0,"! Number of elements in fAddress data buffer");
21639    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLen=",0,"Number of fixed length elements");
21640    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLenType=",0,"Number of bytes for this data type");
21641    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOffset=",0,"Offset in ClonesArray object (if one)");
21642    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsRange=",0,"(=kTRUE if leaf has a range, kFALSE otherwise)");
21643    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsUnsigned=",0,"(=kTRUE if unsigned, kFALSE otherwise)");
21644    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TLeaf),-1,-1,2,"fLeafCount=",0,"Pointer to Leaf count if variable length (we do not own the counter)");
21645    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,2,"fBranch=",0,"! Pointer to supporting branch (we do not own the branch)");
21646    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TLeafcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kIndirectAddress=%lldLL",(long long)TLeaf::kIndirectAddress).data(),0,(char*)NULL);
21647    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TLeafcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kNewValue=%lldLL",(long long)TLeaf::kNewValue).data(),0,(char*)NULL);
21648    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21649    }
21650    G__tag_memvar_reset();
21651 }
21652 
21653 
21654    /* TTreeCloner */
21655 static void G__setup_memvarTTreeCloner(void) {
21656    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCloner));
21657    { TTreeCloner *p; p=(TTreeCloner*)0x1000; if (p) { }
21658    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,4,"fWarningMsg=",0,"Text of the error message lead to an 'invalid' state");
21659    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsValid=",0,(char*)NULL);
21660    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fNeedConversion=",0,"True if the fast merge is not possible but a slow merge might possible.");
21661    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fOptions=",0,(char*)NULL);
21662    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,4,"fFromTree=",0,(char*)NULL);
21663    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,4,"fToTree=",0,(char*)NULL);
21664    G__memvar_setup((void*)0,67,0,0,-1,G__defined_typename("Option_t"),-1,4,"fMethod=",0,(char*)NULL);
21665    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,4,"fFromBranches=",0,(char*)NULL);
21666    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,4,"fToBranches=",0,(char*)NULL);
21667    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fMaxBaskets=",0,(char*)NULL);
21668    G__memvar_setup((void*)0,72,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fBasketBranchNum=",0,"[fMaxBaskets] Index of the branch(es) of the basket.");
21669    G__memvar_setup((void*)0,72,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fBasketNum=",0,"[fMaxBaskets] index of the basket within the branch.");
21670    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fBasketSeek=",0,"[fMaxBaskets] list of basket position to be read.");
21671    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fBasketEntry=",0,"[fMaxBaskets] list of basket start entries.");
21672    G__memvar_setup((void*)0,72,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fBasketIndex=",0,"[fMaxBaskets] ordered list of basket indices to be written.");
21673    G__memvar_setup((void*)0,114,0,0,-1,G__defined_typename("UShort_t"),-1,4,"fPidOffset=",0,"Offset to be added to the copied key/basket.");
21674    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fCloneMethod=",0,"Indicates which cloning method was selected.");
21675    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,4,"fToStartEntries=",0,"Number of entries in the target tree before any addition.");
21676    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeClonercLcLECloneMethod),-1,-2,4,"kDefault=0LL",0,(char*)NULL);
21677    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeClonercLcLECloneMethod),-1,-2,4,"kSortBasketsByBranch=1LL",0,(char*)NULL);
21678    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeClonercLcLECloneMethod),-1,-2,4,"kSortBasketsByOffset=2LL",0,(char*)NULL);
21679    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeClonercLcLECloneMethod),-1,-2,4,"kSortBasketsByEntry=3LL",0,(char*)NULL);
21680    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeClonercLcLEClonerOptions),-1,-2,1,G__FastAllocString(2048).Format("kNone=%lldLL",(long long)TTreeCloner::kNone).data(),0,(char*)NULL);
21681    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeClonercLcLEClonerOptions),-1,-2,1,G__FastAllocString(2048).Format("kNoWarnings=%lldLL",(long long)TTreeCloner::kNoWarnings).data(),0,(char*)NULL);
21682    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeClonercLcLEClonerOptions),-1,-2,1,G__FastAllocString(2048).Format("kIgnoreMissingTopLevel=%lldLL",(long long)TTreeCloner::kIgnoreMissingTopLevel).data(),0,(char*)NULL);
21683    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
21684    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21685    }
21686    G__tag_memvar_reset();
21687 }
21688 
21689 
21690    /* TBranchClones */
21691 static void G__setup_memvarTBranchClones(void) {
21692    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchClones));
21693    { TBranchClones *p; p=(TBranchClones*)0x1000; if (p) { }
21694    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClonesArray),-1,-1,2,"fList=",0,"!Pointer to the clonesarray");
21695    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRead=",0,"!flag = 1 if clonesarray has been read");
21696    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,"!Number of elements in ClonesArray");
21697    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNdataMax=",0,"!Maximum value of fN");
21698    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fClassName=",0,"name of the class of the objets in the ClonesArray");
21699    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,2,"fBranchCount=",0,"Branch with clones count");
21700    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21701    }
21702    G__tag_memvar_reset();
21703 }
21704 
21705 
21706    /* TSelector */
21707 static void G__setup_memvarTSelector(void) {
21708    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelector));
21709    { TSelector *p; p=(TSelector*)0x1000; if (p) { }
21710    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TSelectorcLcLEAbort),-1,-2,1,G__FastAllocString(2048).Format("kContinue=%lldLL",(long long)TSelector::kContinue).data(),0,(char*)NULL);
21711    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TSelectorcLcLEAbort),-1,-2,1,G__FastAllocString(2048).Format("kAbortProcess=%lldLL",(long long)TSelector::kAbortProcess).data(),0,(char*)NULL);
21712    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TSelectorcLcLEAbort),-1,-2,1,G__FastAllocString(2048).Format("kAbortFile=%lldLL",(long long)TSelector::kAbortFile).data(),0,(char*)NULL);
21713    G__memvar_setup((void*)((G__G__TreeLN_TSelector_PR*)p)->G__OS_fStatus(),110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fStatus=",0,"selector status");
21714    G__memvar_setup((void*)((G__G__TreeLN_TSelector_PR*)p)->G__OS_fAbort(),105,0,0,G__get_linked_tagnum(&G__G__TreeLN_TSelectorcLcLEAbort),-1,-1,2,"fAbort=",0,"abort status");
21715    G__memvar_setup((void*)((G__G__TreeLN_TSelector_PR*)p)->G__OS_fOption(),117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fOption=",0,"option given to TTree::Process");
21716    G__memvar_setup((void*)((G__G__TreeLN_TSelector_PR*)p)->G__OS_fObject(),85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObject),-1,-1,2,"fObject=",0,"current object if processing object (vs. TTree)");
21717    G__memvar_setup((void*)((G__G__TreeLN_TSelector_PR*)p)->G__OS_fInput(),85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fInput=",0,"list of objects available during processing");
21718    G__memvar_setup((void*)((G__G__TreeLN_TSelector_PR*)p)->G__OS_fOutput(),85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TSelectorList),-1,-1,2,"fOutput=",0,"list of objects created during processing");
21719    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21720    }
21721    G__tag_memvar_reset();
21722 }
21723 
21724 
21725    /* TVirtualIndex */
21726 static void G__setup_memvarTVirtualIndex(void) {
21727    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex));
21728    { TVirtualIndex *p; p=(TVirtualIndex*)0x1000; if (p) { }
21729    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fTree=",0,"! pointer to Tree");
21730    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21731    }
21732    G__tag_memvar_reset();
21733 }
21734 
21735 
21736    /* TVirtualTreePlayer */
21737 static void G__setup_memvarTVirtualTreePlayer(void) {
21738    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer));
21739    { TVirtualTreePlayer *p; p=(TVirtualTreePlayer*)0x1000; if (p) { }
21740    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgPlayer=",0,"Pointer to class of Tree player");
21741    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer),-1,-2,4,"fgCurrent=",0,"Pointer to current Tree player");
21742    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21743    }
21744    G__tag_memvar_reset();
21745 }
21746 
21747 
21748    /* TEventList */
21749 static void G__setup_memvarTEventList(void) {
21750    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TEventList));
21751    { TEventList *p; p=(TEventList*)0x1000; if (p) { }
21752    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,"Number of elements in the list");
21753    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSize=",0,"Size of array");
21754    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDelta=",0,"Increment size");
21755    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fReapply=",0,"If true, TTree::Draw will 'reapply' the original cut");
21756    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fList=",0,"[fN]Array of elements");
21757    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TDirectory),-1,-1,2,"fDirectory=",0,"! Pointer to directory holding this tree");
21758    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21759    }
21760    G__tag_memvar_reset();
21761 }
21762 
21763 
21764    /* TEntryList */
21765 static void G__setup_memvarTEntryList(void) {
21766    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
21767    { TEntryList *p; p=(TEntryList*)0x1000; if (p) { }
21768    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fLists=",0,"a list of underlying entry lists for each tree of a chain");
21769    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TEntryList),-1,-1,2,"fCurrent=",0,"! currently filled entry list");
21770    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNBlocks=",0,"number of TEntryListBlocks");
21771    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fBlocks=",0,"blocks with indices of passing events (TEntryListBlocks)");
21772    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fN=",0,"number of entries in the list");
21773    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntriesToProcess=",0,"used on proof to set the number of entries to process in a packet");
21774    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fTreeName=",0,"name of the tree");
21775    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fFileName=",0,"name of the file, where the tree is");
21776    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fStringHash=",0,"! Hash value of a string of treename and filename");
21777    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTreeNumber=",0,"! the index of the tree in the chain (used when the entry");
21778    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fLastIndexQueried=",0,"! used to optimize GetEntry() function from a loop ");
21779    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fLastIndexReturned=",0,"! used to optimize GetEntry() function from a loop");
21780    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShift=",0,"! true when some sub-lists don't correspond to trees");
21781    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TDirectory),-1,-1,2,"fDirectory=",0,"! Pointer to directory holding this tree");
21782    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fReapply=",0,"If true, TTree::Draw will 'reapply' the original cut");
21783    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TEntryListcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kBlockSize=%lldLL",(long long)TEntryList::kBlockSize).data(),0,(char*)NULL);
21784    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21785    }
21786    G__tag_memvar_reset();
21787 }
21788 
21789 
21790    /* TFriendElement */
21791 static void G__setup_memvarTFriendElement(void) {
21792    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TFriendElement));
21793    { TFriendElement *p; p=(TFriendElement*)0x1000; if (p) { }
21794    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fParentTree=",0,"!pointer to the parent TTree");
21795    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fTree=",0,"!pointer to the TTree described by this element");
21796    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TFile),-1,-1,2,"fFile=",0,"!pointer to the file containing the friend TTree");
21797    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fTreeName=",0,"name of the friend TTree");
21798    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fOwnFile=",0,"true if file is managed by this class");
21799    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TFriendElementcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kFromChain=%lldLL",(long long)TFriendElement::kFromChain).data(),0,(char*)NULL);
21800    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21801    }
21802    G__tag_memvar_reset();
21803 }
21804 
21805 
21806    /* TCut */
21807 static void G__setup_memvarTCut(void) {
21808    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TCut));
21809    { TCut *p; p=(TCut*)0x1000; if (p) { }
21810    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21811    }
21812    G__tag_memvar_reset();
21813 }
21814 
21815 
21816    /* TBranchRef */
21817 static void G__setup_memvarTBranchRef(void) {
21818    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchRef));
21819    { TBranchRef *p; p=(TBranchRef*)0x1000; if (p) { }
21820    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TRefTable),-1,-1,2,"fRefTable=",0,"pointer to the TRefTable");
21821    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21822    }
21823    G__tag_memvar_reset();
21824 }
21825 
21826 
21827    /* TTreeFriendLeafIter */
21828 static void G__setup_memvarTTreeFriendLeafIter(void) {
21829    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter));
21830    { TTreeFriendLeafIter *p; p=(TTreeFriendLeafIter*)0x1000; if (p) { }
21831    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fTree=",0,"tree being iterated");
21832    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TIterator),-1,-1,2,"fLeafIter=",0,"current leaf sub-iterator.");
21833    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TIterator),-1,-1,2,"fTreeIter=",0,"current tree sub-iterator.");
21834    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDirection=",0,"iteration direction");
21835    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21836    }
21837    G__tag_memvar_reset();
21838 }
21839 
21840 
21841    /* TBranchObject */
21842 static void G__setup_memvarTBranchObject(void) {
21843    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchObject));
21844    { TBranchObject *p; p=(TBranchObject*)0x1000; if (p) { }
21845    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TBranchObjectcLcLdA),-1,-2,2,"kWarn=4096LL",0,(char*)NULL);
21846    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fClassName=",0,"Class name of referenced object");
21847    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObject),-1,-1,2,"fOldObject=",0,"!Pointer to old object");
21848    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21849    }
21850    G__tag_memvar_reset();
21851 }
21852 
21853 
21854    /* TIndArray */
21855 static void G__setup_memvarTIndArray(void) {
21856    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TIndArray));
21857    { TIndArray *p; p=(TIndArray*)0x1000; if (p) { }
21858    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
21859    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fElems=",0,"Number of elements stored in the array");
21860    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fCapacity=",0,"!Capacity of the array");
21861    G__memvar_setup((void*)0,66,0,0,-1,G__defined_typename("UChar_t"),-1,4,"fArr=",0,"[fElems] The array");
21862    }
21863    G__tag_memvar_reset();
21864 }
21865 
21866 
21867    /* TBranchSTL */
21868 static void G__setup_memvarTBranchSTL(void) {
21869    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL));
21870    { TBranchSTL *p; p=(TBranchSTL*)0x1000; if (p) { }
21871    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21872    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TVirtualCollectionProxy),-1,-1,4,"fCollProxy=",0,"! Collection proxy");
21873    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,4,"fParent=",0,"! Parent of this branch");
21874    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-1,4,"fIndArrayCl=",0,"! Class of the ind array");
21875    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TIndArray),-1,-1,4,"fInd=",0,"! Indices");
21876    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,4,"fContName=",0,"Class name of referenced object");
21877    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,4,"fClassName=",0,"Name of the parent class, if we're the data member");
21878    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fClassVersion=",0,"Version number of the class");
21879    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fClCheckSum=",0,"Class checksum");
21880    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TStreamerInfo),-1,-1,4,"fInfo=",0,"! The streamer info");
21881    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fObject=",0,"! Pointer to object at address or the");
21882    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fID=",0,"Element serial number in the streamer info");
21883    }
21884    G__tag_memvar_reset();
21885 }
21886 
21887 
21888    /* TChainElement */
21889 static void G__setup_memvarTChainElement(void) {
21890    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TChainElement));
21891    { TChainElement *p; p=(TChainElement*)0x1000; if (p) { }
21892    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TChainElementcLcLEStatusBits),-1,-2,4,"kHasBeenLookedUp=32768LL",0,(char*)NULL);
21893    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntries=",0,"Number of entries in the tree of this chain element");
21894    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNPackets=",0,"Number of packets");
21895    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPacketSize=",0,"Number of events in one packet for parallel root");
21896    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fStatus=",0,"branch status when used as a branch");
21897    G__memvar_setup((void*)0,89,0,0,-1,-1,-1,2,"fBaddress=",0,"!branch address when used as a branch");
21898    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fBaddressClassName=",0,"!Name of the class pointed to by fBaddress");
21899    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fBaddressType=",0,"!Type of the value pointed to by fBaddress");
21900    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fBaddressIsPtr=",0,"!True if the address is a pointer to an address");
21901    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fPackets=",0,"!Packet descriptor string");
21902    G__memvar_setup((void*)0,85,2,0,G__get_linked_tagnum(&G__G__TreeLN_TBranch),-1,-1,2,"fBranchPtr=",0,"!Address of user branch pointer (to updated upon loading a file)");
21903    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21904    }
21905    G__tag_memvar_reset();
21906 }
21907 
21908 
21909    /* TChain */
21910 static void G__setup_memvarTChain(void) {
21911    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain));
21912    { TChain *p; p=(TChain*)0x1000; if (p) { }
21913    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTreeOffsetLen=",0,"Current size of fTreeOffset array");
21914    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNtrees=",0,"Number of trees");
21915    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTreeNumber=",0,"! Current Tree number in fTreeOffset table");
21916    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fTreeOffset=",0,"[fTreeOffsetLen] Array of variables");
21917    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fCanDeleteRefs=",0,"! If true, TProcessIDs are deleted when closing a file");
21918    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fTree=",0,"! Pointer to current tree (Note: We do *not* own this tree.)");
21919    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TFile),-1,-1,2,"fFile=",0,"! Pointer to current file (We own the file).");
21920    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fFiles=",0,"-> List of file names containing the trees (TChainElement, owned)");
21921    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fStatus=",0,"-> List of active/inactive branches (TChainElement, owned)");
21922    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TChain),-1,-1,2,"fProofChain=",0,"! chain proxy when going to be processed by PROOF");
21923    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TChaincLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kGlobalWeight=%lldLL",(long long)TChain::kGlobalWeight).data(),0,(char*)NULL);
21924    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TChaincLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kAutoDelete=%lldLL",(long long)TChain::kAutoDelete).data(),0,(char*)NULL);
21925    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TChaincLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kProofUptodate=%lldLL",(long long)TChain::kProofUptodate).data(),0,(char*)NULL);
21926    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TChaincLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kProofLite=%lldLL",(long long)TChain::kProofLite).data(),0,(char*)NULL);
21927    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TChaincLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kBigNumber=%lldLL",(long long)TChain::kBigNumber).data(),0,(char*)NULL);
21928    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21929    }
21930    G__tag_memvar_reset();
21931 }
21932 
21933 
21934    /* TEntryListBlock */
21935 static void G__setup_memvarTEntryListBlock(void) {
21936    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock));
21937    { TEntryListBlock *p; p=(TEntryListBlock*)0x1000; if (p) { }
21938    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNPassed=",0,"number of entries in the entry list (if fPassing=0 - number of entries");
21939    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fN=",0,"size of fIndices for I/O  =fNPassed for list, fBlockSize for bits");
21940    G__memvar_setup((void*)0,82,0,0,-1,G__defined_typename("UShort_t"),-1,2,"fIndices=",0,"[fN]");
21941    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fType=",0,"0 - bits, 1 - list");
21942    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fPassing=",0,"1 - stores entries that belong to the list");
21943    G__memvar_setup((void*)0,114,0,0,-1,G__defined_typename("UShort_t"),-1,2,"fCurrent=",0,"! to fasten  Contains() in list mode");
21944    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLastIndexQueried=",0,"! to optimize GetEntry() in a loop");
21945    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLastIndexReturned=",0,"! to optimize GetEntry() in a loop");
21946    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlockcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kBlockSize=%lldLL",(long long)TEntryListBlock::kBlockSize).data(),0,(char*)NULL);
21947    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21948    }
21949    G__tag_memvar_reset();
21950 }
21951 
21952 
21953    /* TEntryListFromFile */
21954 static void G__setup_memvarTEntryListFromFile(void) {
21955    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile));
21956    { TEntryListFromFile *p; p=(TEntryListFromFile*)0x1000; if (p) { }
21957    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fListFileName=",0,"from this string names of all files can be found");
21958    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fListName=",0,"name of the list");
21959    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNFiles=",0,"total number of files");
21960    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fListOffset=",0,"[fNFiles] numbers of entries in ind. lists");
21961    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TFile),-1,-1,2,"fFile=",0,"currently open file");
21962    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fFileNames=",0,"! points to the fFiles data member of the corresponding chain");
21963    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFilecLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kBigNumber=%lldLL",(long long)TEntryListFromFile::kBigNumber).data(),0,(char*)NULL);
21964    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21965    }
21966    G__tag_memvar_reset();
21967 }
21968 
21969 
21970    /* TLeafB */
21971 static void G__setup_memvarTLeafB(void) {
21972    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafB));
21973    { TLeafB *p; p=(TLeafB*)0x1000; if (p) { }
21974    G__memvar_setup((void*)0,99,0,0,-1,G__defined_typename("Char_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
21975    G__memvar_setup((void*)0,99,0,0,-1,G__defined_typename("Char_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
21976    G__memvar_setup((void*)0,67,0,0,-1,G__defined_typename("Char_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
21977    G__memvar_setup((void*)0,67,2,0,-1,G__defined_typename("Char_t"),-1,2,"fPointer=",0,"!Address of a pointer to data buffer!");
21978    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21979    }
21980    G__tag_memvar_reset();
21981 }
21982 
21983 
21984    /* TLeafC */
21985 static void G__setup_memvarTLeafC(void) {
21986    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafC));
21987    { TLeafC *p; p=(TLeafC*)0x1000; if (p) { }
21988    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
21989    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
21990    G__memvar_setup((void*)0,67,0,0,-1,G__defined_typename("Char_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
21991    G__memvar_setup((void*)0,67,2,0,-1,G__defined_typename("Char_t"),-1,2,"fPointer=",0,"!Address of pointer to data buffer");
21992    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
21993    }
21994    G__tag_memvar_reset();
21995 }
21996 
21997 
21998    /* TLeafD */
21999 static void G__setup_memvarTLeafD(void) {
22000    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafD));
22001    { TLeafD *p; p=(TLeafD*)0x1000; if (p) { }
22002    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
22003    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
22004    G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
22005    G__memvar_setup((void*)0,68,2,0,-1,G__defined_typename("Double_t"),-1,2,"fPointer=",0,"!Address of pointer to data buffer");
22006    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22007    }
22008    G__tag_memvar_reset();
22009 }
22010 
22011 
22012    /* TLeafElement */
22013 static void G__setup_memvarTLeafElement(void) {
22014    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafElement));
22015    { TLeafElement *p; p=(TLeafElement*)0x1000; if (p) { }
22016    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fAbsAddress=",0,"! Absolute leaf Address");
22017    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fID=",0,"element serial number in fInfo");
22018    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fType=",0,"leaf type");
22019    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22020    }
22021    G__tag_memvar_reset();
22022 }
22023 
22024 
22025    /* TLeafF */
22026 static void G__setup_memvarTLeafF(void) {
22027    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafF));
22028    { TLeafF *p; p=(TLeafF*)0x1000; if (p) { }
22029    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
22030    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
22031    G__memvar_setup((void*)0,70,0,0,-1,G__defined_typename("Float_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
22032    G__memvar_setup((void*)0,70,2,0,-1,G__defined_typename("Float_t"),-1,2,"fPointer=",0,"!Addresss of pointer to data buffer!");
22033    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22034    }
22035    G__tag_memvar_reset();
22036 }
22037 
22038 
22039    /* TLeafI */
22040 static void G__setup_memvarTLeafI(void) {
22041    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafI));
22042    { TLeafI *p; p=(TLeafI*)0x1000; if (p) { }
22043    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
22044    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
22045    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
22046    G__memvar_setup((void*)0,73,2,0,-1,G__defined_typename("Int_t"),-1,2,"fPointer=",0,"!Address of pointer to data buffer");
22047    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22048    }
22049    G__tag_memvar_reset();
22050 }
22051 
22052 
22053    /* TLeafL */
22054 static void G__setup_memvarTLeafL(void) {
22055    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafL));
22056    { TLeafL *p; p=(TLeafL*)0x1000; if (p) { }
22057    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
22058    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
22059    G__memvar_setup((void*)0,78,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
22060    G__memvar_setup((void*)0,78,2,0,-1,G__defined_typename("Long64_t"),-1,2,"fPointer=",0,"!Address of pointer to data buffer");
22061    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22062    }
22063    G__tag_memvar_reset();
22064 }
22065 
22066 
22067    /* TLeafObject */
22068 static void G__setup_memvarTLeafObject(void) {
22069    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafObject));
22070    { TLeafObject *p; p=(TLeafObject*)0x1000; if (p) { }
22071    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClassRef),-1,-1,2,"fClass=",0,"! pointer to class");
22072    G__memvar_setup((void*)0,89,2,0,-1,-1,-1,2,"fObjAddress=",0,"! Address of Pointer to object");
22073    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fVirtual=",0,"Support for polymorphism, when set classname is written with object.");
22074    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TLeafObjectcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kWarn=%lldLL",(long long)TLeafObject::kWarn).data(),0,(char*)NULL);
22075    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22076    }
22077    G__tag_memvar_reset();
22078 }
22079 
22080 
22081    /* TLeafO */
22082 static void G__setup_memvarTLeafO(void) {
22083    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafO));
22084    { TLeafO *p; p=(TLeafO*)0x1000; if (p) { }
22085    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
22086    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
22087    G__memvar_setup((void*)0,71,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
22088    G__memvar_setup((void*)0,71,2,0,-1,G__defined_typename("Bool_t"),-1,2,"fPointer=",0,"!Address of a pointer to data buffer!");
22089    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22090    }
22091    G__tag_memvar_reset();
22092 }
22093 
22094 
22095    /* TLeafS */
22096 static void G__setup_memvarTLeafS(void) {
22097    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafS));
22098    { TLeafS *p; p=(TLeafS*)0x1000; if (p) { }
22099    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fMinimum=",0,"Minimum value if leaf range is specified");
22100    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Short_t"),-1,2,"fMaximum=",0,"Maximum value if leaf range is specified");
22101    G__memvar_setup((void*)0,83,0,0,-1,G__defined_typename("Short_t"),-1,2,"fValue=",0,"!Pointer to data buffer");
22102    G__memvar_setup((void*)0,83,2,0,-1,G__defined_typename("Short_t"),-1,2,"fPointer=",0,"!Address of pointer to data buffer");
22103    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22104    }
22105    G__tag_memvar_reset();
22106 }
22107 
22108 
22109    /* TNtupleD */
22110 static void G__setup_memvarTNtupleD(void) {
22111    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD));
22112    { TNtupleD *p; p=(TNtupleD*)0x1000; if (p) { }
22113    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNvar=",0,"Number of columns");
22114    G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,2,"fArgs=",0,"! [fNvar] Array of variables");
22115    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22116    }
22117    G__tag_memvar_reset();
22118 }
22119 
22120 
22121    /* TNtuple */
22122 static void G__setup_memvarTNtuple(void) {
22123    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple));
22124    { TNtuple *p; p=(TNtuple*)0x1000; if (p) { }
22125    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNvar=",0,"Number of columns");
22126    G__memvar_setup((void*)0,70,0,0,-1,G__defined_typename("Float_t"),-1,2,"fArgs=",0,"! [fNvar] Array of variables");
22127    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22128    }
22129    G__tag_memvar_reset();
22130 }
22131 
22132 
22133    /* TQueryResult */
22134 static void G__setup_memvarTQueryResult(void) {
22135    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TQueryResult));
22136    { TQueryResult *p; p=(TQueryResult*)0x1000; if (p) { }
22137    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TQueryResultcLcLEQueryStatus),-1,-2,1,G__FastAllocString(2048).Format("kAborted=%lldLL",(long long)TQueryResult::kAborted).data(),0,(char*)NULL);
22138    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TQueryResultcLcLEQueryStatus),-1,-2,1,G__FastAllocString(2048).Format("kSubmitted=%lldLL",(long long)TQueryResult::kSubmitted).data(),0,(char*)NULL);
22139    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TQueryResultcLcLEQueryStatus),-1,-2,1,G__FastAllocString(2048).Format("kRunning=%lldLL",(long long)TQueryResult::kRunning).data(),0,(char*)NULL);
22140    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TQueryResultcLcLEQueryStatus),-1,-2,1,G__FastAllocString(2048).Format("kStopped=%lldLL",(long long)TQueryResult::kStopped).data(),0,(char*)NULL);
22141    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TQueryResultcLcLEQueryStatus),-1,-2,1,G__FastAllocString(2048).Format("kCompleted=%lldLL",(long long)TQueryResult::kCompleted).data(),0,(char*)NULL);
22142    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSeqNum=",0,"query unique sequential number");
22143    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDraw=",0,"true if draw action query");
22144    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__TreeLN_TQueryResultcLcLEQueryStatus),-1,-1,2,"fStatus=",0,"query status");
22145    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TDatime),-1,-1,2,"fStart=",0,"time when processing started");
22146    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TDatime),-1,-1,2,"fEnd=",0,"time when processing ended");
22147    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fUsedCPU=",0,"real CPU time used (seconds)");
22148    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fOptions=",0,"processing options + aclic mode (<opt>#<aclic_mode>)");
22149    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fInputList=",0,"input list; contains also data sets, entry list, ...");
22150    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntries=",0,"number of entries processed");
22151    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fFirst=",0,"first entry processed");
22152    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fBytes=",0,"number of bytes processed");
22153    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TMacro),-1,-1,2,"fLogFile=",0,"file with log messages from the query");
22154    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TMacro),-1,-1,2,"fSelecHdr=",0,"selector header file");
22155    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TMacro),-1,-1,2,"fSelecImp=",0,"selector implementation file");
22156    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fLibList=",0,"blank-separated list of libs loaded at fStart");
22157    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fParList=",0,"colon-separated list of PAR loaded at fStart");
22158    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fOutputList=",0,"output list");
22159    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fFinalized=",0,"whether Terminate has been run");
22160    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fArchived=",0,"whether the query has been archived");
22161    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fResultFile=",0,"URL of the file where results have been archived");
22162    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fInitTime=",0,"Initialization time (seconds) (millisec precision)");
22163    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fProcTime=",0,"Processing time (seconds) (millisec precision)");
22164    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNumWrks=",0,"Number of workers at start");
22165    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22166    }
22167    G__tag_memvar_reset();
22168 }
22169 
22170 
22171    /* TSelectorList */
22172 static void G__setup_memvarTSelectorList(void) {
22173    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorList));
22174    { TSelectorList *p; p=(TSelectorList*)0x1000; if (p) { }
22175    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22176    }
22177    G__tag_memvar_reset();
22178 }
22179 
22180 
22181    /* TSelectorCint */
22182 static void G__setup_memvarTSelectorCint(void) {
22183    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorCint));
22184    { TSelectorCint *p; p=(TSelectorCint*)0x1000; if (p) { }
22185    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("ClassInfo_t"),-1,2,"fClass=",0,"!");
22186    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncVersion=",0,"!");
22187    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncInit=",0,"!");
22188    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncBegin=",0,"!");
22189    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncSlBegin=",0,"!");
22190    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncNotif=",0,"!");
22191    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncSlTerm=",0,"!");
22192    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncTerm=",0,"!");
22193    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncCut=",0,"!");
22194    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncFill=",0,"!");
22195    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncProc=",0,"!");
22196    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncOption=",0,"!");
22197    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncObj=",0,"!");
22198    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncInp=",0,"!");
22199    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncOut=",0,"!");
22200    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncGetAbort=",0,"!");
22201    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("CallFunc_t"),-1,2,"fFuncGetStat=",0,"!");
22202    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TSelector),-1,-1,2,"fIntSelector=",0,"Pointer to interpreted selector (if interpreted)");
22203    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsOwner=",0,"True if fIntSelector shoudl be deleted when the this object is deleted.");
22204    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22205    }
22206    G__tag_memvar_reset();
22207 }
22208 
22209 
22210    /* TSelectorScalar */
22211 static void G__setup_memvarTSelectorScalar(void) {
22212    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar));
22213    { TSelectorScalar *p; p=(TSelectorScalar*)0x1000; if (p) { }
22214    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22215    }
22216    G__tag_memvar_reset();
22217 }
22218 
22219 
22220    /* TTreeCache */
22221 static void G__setup_memvarTTreeCache(void) {
22222    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCache));
22223    { TTreeCache *p; p=(TTreeCache*)0x1000; if (p) { }
22224    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntryMin=",0,"! first entry in the cache");
22225    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntryMax=",0,"! last entry in the cache");
22226    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntryCurrent=",0,"! current lowest entry number in the cache");
22227    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fEntryNext=",0,"! next entry number where cache must be filled");
22228    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fZipBytes=",0,"! Total compressed size of branches in cache");
22229    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNbranches=",0,"! Number of branches in the cache");
22230    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNReadOk=",0,"Number of blocks read and found in the cache");
22231    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNReadMiss=",0,"Number of blocks read and not found in the chache");
22232    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNReadPref=",0,"Number of blocks that were prefetched");
22233    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,2,"fBranches=",0,"! List of branches to be stored in the cache");
22234    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TList),-1,-1,2,"fBrNames=",0,"! list of branch names in the cache");
22235    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fOwner=",0,"! pointer to the owner Tree/chain");
22236    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTree),-1,-1,2,"fTree=",0,"! pointer to the current Tree");
22237    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsLearning=",0,"! true if cache is in learning mode");
22238    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsManual=",0,"! true if cache is StopLearningPhase was used");
22239    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-2,2,"fgLearnEntries=",0,"Number of entries used for learning mode");
22240    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22241    }
22242    G__tag_memvar_reset();
22243 }
22244 
22245 
22246    /* TTreeCacheUnzip */
22247 static void G__setup_memvarTTreeCacheUnzip(void) {
22248    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip));
22249    { TTreeCacheUnzip *p; p=(TTreeCacheUnzip*)0x1000; if (p) { }
22250    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode),-1,-2,1,G__FastAllocString(2048).Format("kEnable=%lldLL",(long long)TTreeCacheUnzip::kEnable).data(),0,(char*)NULL);
22251    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode),-1,-2,1,G__FastAllocString(2048).Format("kDisable=%lldLL",(long long)TTreeCacheUnzip::kDisable).data(),0,(char*)NULL);
22252    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode),-1,-2,1,G__FastAllocString(2048).Format("kForce=%lldLL",(long long)TTreeCacheUnzip::kForce).data(),0,(char*)NULL);
22253    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TThread),-1,-1,2,"fUnzipThread[10]=",0,(char*)NULL);
22254    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fActiveThread=",0,"Used to terminate gracefully the unzippers");
22255    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TCondition),-1,-1,2,"fUnzipStartCondition=",0,"Used to signal the threads to start.");
22256    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TCondition),-1,-1,2,"fUnzipDoneCondition=",0,"Used to wait for an unzip tour to finish. Gives the Async feel.");
22257    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fParallel=",0,"Indicate if we want to activate the parallelism (for this instance)");
22258    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAsyncReading=",0,(char*)NULL);
22259    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TMutex),-1,-1,2,"fMutexList=",0,"Mutex to protect the various lists. Used by the condvars.");
22260    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TMutex),-1,-1,2,"fIOMutex=",0,(char*)NULL);
22261    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCycle=",0,(char*)NULL);
22262    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode),-1,-2,2,"fgParallel=",0,"Indicate if we want to activate the parallelism");
22263    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLastReadPos=",0,(char*)NULL);
22264    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBlocksToGo=",0,(char*)NULL);
22265    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fUnzipLen=",0,"! [fNseek] Length of the unzipped buffers");
22266    G__memvar_setup((void*)0,67,2,0,-1,-1,-1,2,"fUnzipChunks=",0,"! [fNseek] Individual unzipped chunks. Their summed size is kept under control.");
22267    G__memvar_setup((void*)0,66,0,0,-1,G__defined_typename("Byte_t"),-1,2,"fUnzipStatus=",0,"! [fNSeek] For each blk, tells us if it's unzipped or pending");
22268    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fTotalUnzipBytes=",0,"! The total sum of the currently unzipped blks");
22269    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNseekMax=",0,"!  fNseek can change so we need to know its max size");
22270    G__memvar_setup((void*)0,110,0,0,-1,G__defined_typename("Long64_t"),-1,2,"fUnzipBufferSize=",0,"!  Max Size for the ready unzipped blocks (default is 2*fBufferSize)");
22271    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-2,2,"fgRelBuffSize=",0,"This is the percentage of the TTreeCacheUnzip that will be used");
22272    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNUnzip=",0,"! number of blocks that were unzipped");
22273    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNFound=",0,"! number of blocks that were found in the cache");
22274    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNStalls=",0,"! number of hits which caused a stall");
22275    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNMissed=",0,"! number of blocks that were not found in the cache and were unzipped");
22276    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_queuelEintcOdequelEintcOallocatorlEintgRsPgRsPgR),G__defined_typename("queue<Int_t>"),-1,2,"fActiveBlks=",0,"The blocks which are active now");
22277    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fCompBuffer=",0,(char*)NULL);
22278    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCompBufferSize=",0,(char*)NULL);
22279    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22280    }
22281    G__tag_memvar_reset();
22282 }
22283 
22284 
22285    /* TTreeResult */
22286 static void G__setup_memvarTTreeResult(void) {
22287    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeResult));
22288    { TTreeResult *p; p=(TTreeResult*)0x1000; if (p) { }
22289    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fColumnCount=",0,"number of columns in result");
22290    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,4,"fFields=",0,"[fColumnCount] array containing field strings");
22291    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TObjArray),-1,-1,4,"fResult=",0,"query result (TTreeRow objects)");
22292    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNextRow=",0,"row iterator");
22293    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22294    }
22295    G__tag_memvar_reset();
22296 }
22297 
22298 
22299    /* TTreeRow */
22300 static void G__setup_memvarTTreeRow(void) {
22301    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeRow));
22302    { TTreeRow *p; p=(TTreeRow*)0x1000; if (p) { }
22303    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fColumnCount=",0,"number of columns in row");
22304    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,4,"fFields=",0,"[fColumnCount] index in fRow of the end of each field");
22305    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fRow=",0,"string with all the fColumnCount fields");
22306    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TTreeRow),-1,-1,4,"fOriginal=",0,"! pointer to original row");
22307    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22308    }
22309    G__tag_memvar_reset();
22310 }
22311 
22312 
22313    /* TTreeSQL */
22314 static void G__setup_memvarTTreeSQL(void) {
22315    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL));
22316    { TTreeSQL *p; p=(TTreeSQL*)0x1000; if (p) { }
22317    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCurrentEntry=",0,(char*)NULL);
22318    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fDB=",0,(char*)NULL);
22319    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fInsertQuery=",0,(char*)NULL);
22320    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fQuery=",0,(char*)NULL);
22321    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__TreeLN_TString),-1,-1,2,"fTable=",0,(char*)NULL);
22322    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TSQLResult),-1,-1,2,"fResult=",0,(char*)NULL);
22323    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TSQLRow),-1,-1,2,"fRow=",0,(char*)NULL);
22324    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TSQLServer),-1,-1,2,"fServer=",0,(char*)NULL);
22325    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fBranchChecked=",0,(char*)NULL);
22326    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__TreeLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
22327    }
22328    G__tag_memvar_reset();
22329 }
22330 
22331 extern "C" void G__cpp_setup_memvarG__Tree() {
22332 }
22333 /***********************************************************
22334 ************************************************************
22335 ************************************************************
22336 ************************************************************
22337 ************************************************************
22338 ************************************************************
22339 ************************************************************
22340 ***********************************************************/
22341 
22342 /*********************************************************
22343 * Member function information setup for each class
22344 *********************************************************/
22345 static void G__setup_memfuncTTree(void) {
22346    /* TTree */
22347    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTree));
22348    G__memfunc_setup("TTree",484,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 1, 1, 4, 0, "u 'TTree' - 11 - tt", "not implemented", (void*) NULL, 0);
22349    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 1, 1, 1, 4, 0, "u 'TTree' - 11 - tt", "not implemented", (void*) NULL, 0);
22350    G__memfunc_setup("AddClone",762,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 0);
22351    G__memfunc_setup("KeepCircular",1210,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
22352    G__memfunc_setup("BranchImp",884,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 6, 1, 2, 0, 
22353 "C - - 10 - branchname C - - 10 - classname "
22354 "U 'TClass' - 0 - ptrClass Y - - 0 - addobj "
22355 "i - 'Int_t' 0 - bufsize i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 1);
22356    G__memfunc_setup("BranchImp",884,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 5, 1, 2, 0, 
22357 "C - - 10 - branchname U 'TClass' - 0 - ptrClass "
22358 "Y - - 0 - addobj i - 'Int_t' 0 - bufsize "
22359 "i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 1);
22360    G__memfunc_setup("BranchImpRef",1169,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 6, 1, 2, 0, 
22361 "C - - 10 - branchname C - - 10 - classname "
22362 "U 'TClass' - 0 - ptrClass Y - - 0 - addobj "
22363 "i - 'Int_t' 0 - bufsize i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 1);
22364    G__memfunc_setup("BranchImpRef",1169,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 6, 1, 2, 0, 
22365 "C - - 10 - branchname U 'TClass' - 0 - ptrClass "
22366 "i 'EDataType' - 0 - datatype Y - - 0 - addobj "
22367 "i - 'Int_t' 0 - bufsize i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 1);
22368    G__memfunc_setup("CheckBranchAddressType",2196,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 2, 0, 
22369 "U 'TBranch' - 0 - branch U 'TClass' - 0 - ptrClass "
22370 "i 'EDataType' - 0 - datatype g - 'Bool_t' 0 - ptr", (char*)NULL, (void*) NULL, 1);
22371    G__memfunc_setup("BronchExec",993,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 6, 1, 2, 0, 
22372 "C - - 10 - name C - - 10 - classname "
22373 "Y - - 0 - addobj g - 'Bool_t' 0 - isptrptr "
22374 "i - 'Int_t' 0 - bufsize i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 1);
22375    G__memfunc_setup("SetBranchAddressImp",1894,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0, 
22376 "U 'TBranch' - 0 - branch Y - - 0 - addr "
22377 "U 'TBranch' - 2 - ptr", (char*)NULL, (void*) NULL, 0);
22378    G__memfunc_setup("TTree",484,G__G__Tree_113_0_12, 105, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22379    G__memfunc_setup("TTree",484,G__G__Tree_113_0_13, 105, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 3, 1, 1, 0, 
22380 "C - - 10 - name C - - 10 - title "
22381 "i - 'Int_t' 0 '99' splitlevel", (char*)NULL, (void*) NULL, 0);
22382    G__memfunc_setup("AddBranchToCache",1518,G__G__Tree_113_0_14, 121, -1, -1, 0, 2, 1, 1, 0, 
22383 "C - - 10 - bname g - 'Bool_t' 0 'kFALSE' subbranches", (char*)NULL, (void*) NULL, 1);
22384    G__memfunc_setup("AddBranchToCache",1518,G__G__Tree_113_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
22385 "U 'TBranch' - 0 - branch g - 'Bool_t' 0 'kFALSE' subbranches", (char*)NULL, (void*) NULL, 1);
22386    G__memfunc_setup("AddFriend",865,G__G__Tree_113_0_16, 85, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 2, 1, 1, 0, 
22387 "C - - 10 - treename C - - 10 '\"\"' filename", (char*)NULL, (void*) NULL, 1);
22388    G__memfunc_setup("AddFriend",865,G__G__Tree_113_0_17, 85, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 2, 1, 1, 0, 
22389 "C - - 10 - treename U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 1);
22390    G__memfunc_setup("AddFriend",865,G__G__Tree_113_0_18, 85, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 3, 1, 1, 0, 
22391 "U 'TTree' - 0 - tree C - - 10 '\"\"' alias "
22392 "g - 'Bool_t' 0 'kFALSE' warn", (char*)NULL, (void*) NULL, 1);
22393    G__memfunc_setup("AddTotBytes",1095,G__G__Tree_113_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - tot", (char*)NULL, (void*) NULL, 1);
22394    G__memfunc_setup("AddZipBytes",1091,G__G__Tree_113_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - zip", (char*)NULL, (void*) NULL, 1);
22395    G__memfunc_setup("AutoSave",808,G__G__Tree_113_0_21, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22396    G__memfunc_setup("Branch",590,G__G__Tree_113_0_22, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
22397 "U 'TCollection' - 0 - list i - 'Int_t' 0 '32000' bufsize "
22398 "i - 'Int_t' 0 '99' splitlevel C - - 10 '\"\"' name", (char*)NULL, (void*) NULL, 1);
22399    G__memfunc_setup("Branch",590,G__G__Tree_113_0_23, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
22400 "U 'TList' - 0 - list i - 'Int_t' 0 '32000' bufsize "
22401 "i - 'Int_t' 0 '99' splitlevel", (char*)NULL, (void*) NULL, 1);
22402    G__memfunc_setup("Branch",590,G__G__Tree_113_0_24, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
22403 "C - - 10 - folder i - 'Int_t' 0 '32000' bufsize "
22404 "i - 'Int_t' 0 '99' splitlevel", (char*)NULL, (void*) NULL, 1);
22405    G__memfunc_setup("Branch",590,G__G__Tree_113_0_25, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 4, 1, 1, 0, 
22406 "C - - 10 - name Y - - 0 - address "
22407 "C - - 10 - leaflist i - 'Int_t' 0 '32000' bufsize", (char*)NULL, (void*) NULL, 1);
22408    G__memfunc_setup("Branch",590,G__G__Tree_113_0_26, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 4, 1, 1, 0, 
22409 "C - - 10 - name C - - 0 - address "
22410 "C - - 10 - leaflist i - 'Int_t' 0 '32000' bufsize", (char*)NULL, (void*) NULL, 0);
22411    G__memfunc_setup("Branch",590,G__G__Tree_113_0_27, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 4, 1, 1, 0, 
22412 "C - - 10 - name l - - 0 - address "
22413 "C - - 10 - leaflist i - 'Int_t' 0 '32000' bufsize", (char*)NULL, (void*) NULL, 0);
22414    G__memfunc_setup("Branch",590,G__G__Tree_113_0_28, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 4, 1, 1, 0, 
22415 "C - - 10 - name i - - 0 - address "
22416 "C - - 10 - leaflist i - 'Int_t' 0 '32000' bufsize", (char*)NULL, (void*) NULL, 0);
22417    G__memfunc_setup("Bronch",604,G__G__Tree_113_0_29, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 5, 1, 1, 0, 
22418 "C - - 10 - name C - - 10 - classname "
22419 "Y - - 0 - addobj i - 'Int_t' 0 '32000' bufsize "
22420 "i - 'Int_t' 0 '99' splitlevel", (char*)NULL, (void*) NULL, 1);
22421    G__memfunc_setup("BranchOld",877,G__G__Tree_113_0_30, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 5, 1, 1, 0, 
22422 "C - - 10 - name C - - 10 - classname "
22423 "Y - - 0 - addobj i - 'Int_t' 0 '32000' bufsize "
22424 "i - 'Int_t' 0 '1' splitlevel", (char*)NULL, (void*) NULL, 1);
22425    G__memfunc_setup("BranchRef",875,G__G__Tree_113_0_31, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22426    G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - -", (char*)NULL, (void*) NULL, 1);
22427    G__memfunc_setup("BuildIndex",1000,G__G__Tree_113_0_33, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22428 "C - - 10 - majorname C - - 10 '\"0\"' minorname", (char*)NULL, (void*) NULL, 1);
22429    G__memfunc_setup("BuildStreamerInfo",1727,G__G__Tree_113_0_34, 85, G__get_linked_tagnum(&G__G__TreeLN_TStreamerInfo), -1, 0, 3, 1, 1, 0, 
22430 "U 'TClass' - 0 - cl Y - - 0 '0' pointer "
22431 "g - 'Bool_t' 0 'kTRUE' canOptimize", (char*)NULL, (void*) NULL, 0);
22432    G__memfunc_setup("ChangeFile",966,G__G__Tree_113_0_35, 85, G__get_linked_tagnum(&G__G__TreeLN_TFile), -1, 0, 1, 1, 1, 0, "U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 1);
22433    G__memfunc_setup("CloneTree",897,G__G__Tree_113_0_36, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 2, 1, 1, 0, 
22434 "n - 'Long64_t' 0 '-1' nentries C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22435    G__memfunc_setup("CopyAddresses",1337,G__G__Tree_113_0_37, 121, -1, -1, 0, 2, 1, 1, 0, 
22436 "U 'TTree' - 0 - - g - 'Bool_t' 0 'kFALSE' undo", (char*)NULL, (void*) NULL, 1);
22437    G__memfunc_setup("CopyEntries",1141,G__G__Tree_113_0_38, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0, 
22438 "U 'TTree' - 0 - tree n - 'Long64_t' 0 '-1' nentries "
22439 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22440    G__memfunc_setup("CopyTree",811,G__G__Tree_113_0_39, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 4, 1, 1, 0, 
22441 "C - - 10 - selection C - 'Option_t' 10 '\"\"' option "
22442 "n - 'Long64_t' 0 '1000000000' nentries n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
22443    G__memfunc_setup("CreateBasket",1198,G__G__Tree_113_0_40, 85, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - -", (char*)NULL, (void*) NULL, 1);
22444    G__memfunc_setup("DirectoryAutoAdd",1623,G__G__Tree_113_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - -", (char*)NULL, (void*) NULL, 1);
22445    G__memfunc_setup("Debug",487,G__G__Tree_113_0_42, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22446    G__memfunc_setup("Delete",595,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
22447    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);
22448    G__memfunc_setup("Draw",398,G__G__Tree_113_0_45, 110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
22449 "C - - 10 - varexp u 'TCut' - 11 - selection "
22450 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 '1000000000' nentries "
22451 "n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
22452    G__memfunc_setup("Draw",398,G__G__Tree_113_0_46, 110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
22453 "C - - 10 - varexp C - - 10 - selection "
22454 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 '1000000000' nentries "
22455 "n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
22456    G__memfunc_setup("DropBaskets",1122,G__G__Tree_113_0_47, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22457    G__memfunc_setup("DropBuffers",1122,G__G__Tree_113_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nbytes", (char*)NULL, (void*) NULL, 1);
22458    G__memfunc_setup("Fill",391,G__G__Tree_113_0_49, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22459    G__memfunc_setup("FindBranch",975,G__G__Tree_113_0_50, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
22460    G__memfunc_setup("FindLeaf",761,G__G__Tree_113_0_51, 85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
22461    G__memfunc_setup("Fit",291,G__G__Tree_113_0_52, 105, -1, G__defined_typename("Int_t"), 0, 7, 1, 1, 0, 
22462 "C - - 10 - funcname C - - 10 - varexp "
22463 "C - - 10 '\"\"' selection C - 'Option_t' 10 '\"\"' option "
22464 "C - 'Option_t' 10 '\"\"' goption n - 'Long64_t' 0 '1000000000' nentries "
22465 "n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
22466    G__memfunc_setup("FlushBaskets",1231,G__G__Tree_113_0_53, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22467    G__memfunc_setup("GetAlias",778,G__G__Tree_113_0_54, 67, -1, -1, 0, 1, 1, 1, 9, "C - - 10 - aliasName", (char*)NULL, (void*) NULL, 1);
22468    G__memfunc_setup("GetAutoFlush",1211,G__G__Tree_113_0_55, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22469    G__memfunc_setup("GetAutoSave",1096,G__G__Tree_113_0_56, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22470    G__memfunc_setup("GetBranch",878,G__G__Tree_113_0_57, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
22471    G__memfunc_setup("GetBranchRef",1163,G__G__Tree_113_0_58, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranchRef), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22472    G__memfunc_setup("GetBranchStatus",1522,G__G__Tree_113_0_59, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "C - - 10 - branchname", (char*)NULL, (void*) NULL, 1);
22473    G__memfunc_setup("GetBranchStyle",1407,G__G__Tree_113_0_60, 105, -1, G__defined_typename("Int_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Int_t (*)())(&TTree::GetBranchStyle) ), 0);
22474    G__memfunc_setup("GetCacheSize",1167,G__G__Tree_113_0_61, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22475    G__memfunc_setup("GetChainEntryNumber",1918,G__G__Tree_113_0_62, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
22476    G__memfunc_setup("GetChainOffset",1386,G__G__Tree_113_0_63, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22477    G__memfunc_setup("GetCurrentFile",1411,G__G__Tree_113_0_64, 85, G__get_linked_tagnum(&G__G__TreeLN_TFile), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22478    G__memfunc_setup("GetDefaultEntryOffsetLen",2429,G__G__Tree_113_0_65, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22479    G__memfunc_setup("GetDebugMax",1069,G__G__Tree_113_0_66, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22480    G__memfunc_setup("GetDebugMin",1067,G__G__Tree_113_0_67, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22481    G__memfunc_setup("GetDirectory",1237,G__G__Tree_113_0_68, 85, G__get_linked_tagnum(&G__G__TreeLN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22482    G__memfunc_setup("GetEntries",1018,G__G__Tree_113_0_69, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22483    G__memfunc_setup("GetEntries",1018,G__G__Tree_113_0_70, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "C - - 10 - selection", (char*)NULL, (void*) NULL, 1);
22484    G__memfunc_setup("GetEntriesFast",1416,G__G__Tree_113_0_71, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22485    G__memfunc_setup("GetEntriesFriend",1618,G__G__Tree_113_0_72, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22486    G__memfunc_setup("GetEstimate",1116,G__G__Tree_113_0_73, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22487    G__memfunc_setup("GetEntry",818,G__G__Tree_113_0_74, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22488 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
22489    G__memfunc_setup("GetEvent",802,G__G__Tree_113_0_75, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22490 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 0);
22491    G__memfunc_setup("GetEntryWithIndex",1734,G__G__Tree_113_0_76, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22492 "i - 'Int_t' 0 - major i - 'Int_t' 0 '0' minor", (char*)NULL, (void*) NULL, 1);
22493    G__memfunc_setup("GetEntryNumberWithBestIndex",2749,G__G__Tree_113_0_77, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 8, 
22494 "i - 'Int_t' 0 - major i - 'Int_t' 0 '0' minor", (char*)NULL, (void*) NULL, 1);
22495    G__memfunc_setup("GetEntryNumberWithIndex",2351,G__G__Tree_113_0_78, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 8, 
22496 "i - 'Int_t' 0 - major i - 'Int_t' 0 '0' minor", (char*)NULL, (void*) NULL, 1);
22497    G__memfunc_setup("GetEventList",1214,G__G__Tree_113_0_79, 85, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22498    G__memfunc_setup("GetEntryList",1230,G__G__Tree_113_0_80, 85, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22499    G__memfunc_setup("GetEntryNumber",1435,G__G__Tree_113_0_81, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
22500    G__memfunc_setup("GetFileNumber",1289,G__G__Tree_113_0_82, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22501    G__memfunc_setup("GetFriend",888,G__G__Tree_113_0_83, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 1, 1, 1, 8, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
22502    G__memfunc_setup("GetFriendAlias",1378,G__G__Tree_113_0_84, 67, -1, -1, 0, 1, 1, 1, 9, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
22503    G__memfunc_setup("GetHistogram",1230,G__G__Tree_113_0_85, 85, G__get_linked_tagnum(&G__G__TreeLN_TH1), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22504    G__memfunc_setup("GetIndex",792,G__G__Tree_113_0_86, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22505    G__memfunc_setup("GetIndexValues",1416,G__G__Tree_113_0_87, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22506    G__memfunc_setup("GetIteratorOnAllLeaves",2208,G__G__Tree_113_0_88, 85, G__get_linked_tagnum(&G__G__TreeLN_TIterator), -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kIterForward' dir", (char*)NULL, (void*) NULL, 1);
22507    G__memfunc_setup("GetLeaf",664,G__G__Tree_113_0_89, 85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
22508    G__memfunc_setup("GetListOfClones",1493,G__G__Tree_113_0_90, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22509    G__memfunc_setup("GetListOfBranches",1687,G__G__Tree_113_0_91, 85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22510    G__memfunc_setup("GetListOfLeaves",1489,G__G__Tree_113_0_92, 85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22511    G__memfunc_setup("GetListOfFriends",1596,G__G__Tree_113_0_93, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22512    G__memfunc_setup("GetListOfAliases",1587,G__G__Tree_113_0_94, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22513    G__memfunc_setup("GetMakeClass",1172,G__G__Tree_113_0_95, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22514    G__memfunc_setup("GetMaxEntryLoop",1522,G__G__Tree_113_0_96, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22515    G__memfunc_setup("GetMaximum",1022,G__G__Tree_113_0_97, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "C - - 10 - columname", (char*)NULL, (void*) NULL, 1);
22516    G__memfunc_setup("GetMaxTreeSize",1393,G__G__Tree_113_0_98, 110, -1, G__defined_typename("Long64_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Long64_t (*)())(&TTree::GetMaxTreeSize) ), 0);
22517    G__memfunc_setup("GetMaxVirtualSize",1736,G__G__Tree_113_0_99, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22518    G__memfunc_setup("GetMinimum",1020,G__G__Tree_113_0_100, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "C - - 10 - columname", (char*)NULL, (void*) NULL, 1);
22519    G__memfunc_setup("GetNbranches",1204,G__G__Tree_113_0_101, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22520    G__memfunc_setup("GetNotify",921,G__G__Tree_113_0_102, 85, G__get_linked_tagnum(&G__G__TreeLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22521    G__memfunc_setup("GetPlayer",909,G__G__Tree_113_0_103, 85, G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22522    G__memfunc_setup("GetPacketSize",1299,G__G__Tree_113_0_104, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22523    G__memfunc_setup("GetReadEntry",1198,G__G__Tree_113_0_105, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22524    G__memfunc_setup("GetReadEvent",1182,G__G__Tree_113_0_106, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22525    G__memfunc_setup("GetScanField",1161,G__G__Tree_113_0_107, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22526    G__memfunc_setup("GetSelect",896,G__G__Tree_113_0_108, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22527    G__memfunc_setup("GetSelectedRows",1524,G__G__Tree_113_0_109, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22528    G__memfunc_setup("GetTimerInterval",1638,G__G__Tree_113_0_110, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22529    G__memfunc_setup("GetTotBytes",1118,G__G__Tree_113_0_111, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22530    G__memfunc_setup("GetTree",688,G__G__Tree_113_0_112, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22531    G__memfunc_setup("GetTreeIndex",1192,G__G__Tree_113_0_113, 85, G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22532    G__memfunc_setup("GetTreeNumber",1305,G__G__Tree_113_0_114, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22533    G__memfunc_setup("GetUpdate",899,G__G__Tree_113_0_115, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22534    G__memfunc_setup("GetUserInfo",1099,G__G__Tree_113_0_116, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22535    G__memfunc_setup("GetVar",585,G__G__Tree_113_0_117, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
22536    G__memfunc_setup("GetVar1",634,G__G__Tree_113_0_118, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22537    G__memfunc_setup("GetVar2",635,G__G__Tree_113_0_119, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22538    G__memfunc_setup("GetVar3",636,G__G__Tree_113_0_120, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22539    G__memfunc_setup("GetVar4",637,G__G__Tree_113_0_121, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22540    G__memfunc_setup("GetVal",579,G__G__Tree_113_0_122, 68, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
22541    G__memfunc_setup("GetV1",423,G__G__Tree_113_0_123, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22542    G__memfunc_setup("GetV2",424,G__G__Tree_113_0_124, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22543    G__memfunc_setup("GetV3",425,G__G__Tree_113_0_125, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22544    G__memfunc_setup("GetV4",426,G__G__Tree_113_0_126, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22545    G__memfunc_setup("GetW",375,G__G__Tree_113_0_127, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22546    G__memfunc_setup("GetWeight",904,G__G__Tree_113_0_128, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22547    G__memfunc_setup("GetZipBytes",1114,G__G__Tree_113_0_129, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22548    G__memfunc_setup("IncrementTotalBuffers",2166,G__G__Tree_113_0_130, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nbytes", (char*)NULL, (void*) NULL, 1);
22549    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);
22550    G__memfunc_setup("LoadBaskets",1101,G__G__Tree_113_0_132, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '2000000000' maxmemory", (char*)NULL, (void*) NULL, 1);
22551    G__memfunc_setup("LoadTree",784,G__G__Tree_113_0_133, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
22552    G__memfunc_setup("LoadTreeFriend",1384,G__G__Tree_113_0_134, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
22553 "n - 'Long64_t' 0 - entry U 'TTree' - 0 - T", (char*)NULL, (void*) NULL, 1);
22554    G__memfunc_setup("MakeClass",884,G__G__Tree_113_0_135, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22555 "C - - 10 '0' classname C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22556    G__memfunc_setup("MakeCode",761,G__G__Tree_113_0_136, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 '0' filename", (char*)NULL, (void*) NULL, 1);
22557    G__memfunc_setup("MakeProxy",928,G__G__Tree_113_0_137, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
22558 "C - - 10 - classname C - - 10 '0' macrofilename "
22559 "C - - 10 '0' cutfilename C - - 10 '0' option "
22560 "i - 'Int_t' 0 '3' maxUnrolling", (char*)NULL, (void*) NULL, 1);
22561    G__memfunc_setup("MakeSelector",1215,G__G__Tree_113_0_138, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 '0' selector", (char*)NULL, (void*) NULL, 1);
22562    G__memfunc_setup("MemoryFull",1036,G__G__Tree_113_0_139, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nbytes", (char*)NULL, (void*) NULL, 0);
22563    G__memfunc_setup("Merge",496,G__G__Tree_113_0_140, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
22564 "U 'TCollection' - 0 - list C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22565    G__memfunc_setup("MergeTrees",1011,G__G__Tree_113_0_141, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 2, 3, 1, 0, 
22566 "U 'TList' - 0 - list C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) G__func2void( (TTree* (*)(TList*, Option_t*))(&TTree::MergeTrees) ), 0);
22567    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);
22568    G__memfunc_setup("OptimizeBaskets",1566,G__G__Tree_113_0_143, 121, -1, -1, 0, 3, 1, 1, 0, 
22569 "m - 'ULong64_t' 0 '10000000' maxMemory f - 'Float_t' 0 '1.1' minComp "
22570 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22571    G__memfunc_setup("Principal",930,G__G__Tree_113_0_144, 85, G__get_linked_tagnum(&G__G__TreeLN_TPrincipal), -1, 0, 5, 1, 1, 0, 
22572 "C - - 10 '\"\"' varexp C - - 10 '\"\"' selection "
22573 "C - 'Option_t' 10 '\"np\"' option n - 'Long64_t' 0 '1000000000' nentries "
22574 "n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 0);
22575    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", "*MENU*", (void*) NULL, 1);
22576    G__memfunc_setup("PrintCacheStats",1520,G__G__Tree_113_0_146, 121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22577    G__memfunc_setup("Process",735,G__G__Tree_113_0_147, 110, -1, G__defined_typename("Long64_t"), 0, 4, 1, 1, 0, 
22578 "C - - 10 - filename C - 'Option_t' 10 '\"\"' option "
22579 "n - 'Long64_t' 0 '1000000000' nentries n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
22580    G__memfunc_setup("Project",727,G__G__Tree_113_0_148, 110, -1, G__defined_typename("Long64_t"), 0, 6, 1, 1, 0, 
22581 "C - - 10 - hname C - - 10 - varexp "
22582 "C - - 10 '\"\"' selection C - 'Option_t' 10 '\"\"' option "
22583 "n - 'Long64_t' 0 '1000000000' nentries n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
22584    G__memfunc_setup("Query",534,G__G__Tree_113_0_149, 85, G__get_linked_tagnum(&G__G__TreeLN_TSQLResult), -1, 0, 5, 1, 1, 0, 
22585 "C - - 10 '\"\"' varexp C - - 10 '\"\"' selection "
22586 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 '1000000000' nentries "
22587 "n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
22588    G__memfunc_setup("ReadFile",764,G__G__Tree_113_0_150, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
22589 "C - - 10 - filename C - - 10 '\"\"' branchDescriptor", (char*)NULL, (void*) NULL, 1);
22590    G__memfunc_setup("ReadStream",1000,G__G__Tree_113_0_151, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
22591 "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - inputStream C - - 10 '\"\"' branchDescriptor", (char*)NULL, (void*) NULL, 1);
22592    G__memfunc_setup("Refresh",719,G__G__Tree_113_0_152, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22593    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
22594    G__memfunc_setup("RemoveFriend",1222,G__G__Tree_113_0_154, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
22595    G__memfunc_setup("Reset",515,G__G__Tree_113_0_155, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22596    G__memfunc_setup("ResetBranchAddress",1815,G__G__Tree_113_0_156, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - -", (char*)NULL, (void*) NULL, 1);
22597    G__memfunc_setup("ResetBranchAddresses",2031,G__G__Tree_113_0_157, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22598    G__memfunc_setup("Scan",389,G__G__Tree_113_0_158, 110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
22599 "C - - 10 '\"\"' varexp C - - 10 '\"\"' selection "
22600 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 '1000000000' nentries "
22601 "n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
22602    G__memfunc_setup("SetAlias",790,G__G__Tree_113_0_159, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
22603 "C - - 10 - aliasName C - - 10 - aliasFormula", (char*)NULL, (void*) NULL, 1);
22604    G__memfunc_setup("SetAutoSave",1108,G__G__Tree_113_0_160, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '300000000' autos", (char*)NULL, (void*) NULL, 1);
22605    G__memfunc_setup("SetAutoFlush",1223,G__G__Tree_113_0_161, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '30000000' autof", (char*)NULL, (void*) NULL, 1);
22606    G__memfunc_setup("SetBasketSize",1313,G__G__Tree_113_0_162, 121, -1, -1, 0, 2, 1, 1, 0, 
22607 "C - - 10 - bname i - 'Int_t' 0 '16000' buffsize", (char*)NULL, (void*) NULL, 1);
22608    G__memfunc_setup("SetBranchAddress",1600,G__G__Tree_113_0_163, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
22609 "C - - 10 - bname Y - - 0 - add "
22610 "U 'TClass' - 0 - realClass i 'EDataType' - 0 - datatype "
22611 "g - 'Bool_t' 0 - isptr", (char*)NULL, (void*) NULL, 1);
22612    G__memfunc_setup("SetBranchAddress",1600,G__G__Tree_113_0_164, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
22613 "C - - 10 - bname Y - - 0 - add "
22614 "U 'TBranch' - 2 - ptr U 'TClass' - 0 - realClass "
22615 "i 'EDataType' - 0 - datatype g - 'Bool_t' 0 - isptr", (char*)NULL, (void*) NULL, 1);
22616    G__memfunc_setup("SetBranchStatus",1534,G__G__Tree_113_0_165, 121, -1, -1, 0, 3, 1, 1, 0, 
22617 "C - - 10 - bname g - 'Bool_t' 0 '1' status "
22618 "H - 'UInt_t' 0 '0' found", (char*)NULL, (void*) NULL, 1);
22619    G__memfunc_setup("SetBranchStyle",1419,G__G__Tree_113_0_166, 121, -1, -1, 0, 1, 3, 1, 0, "i - 'Int_t' 0 '1' style", "style=0 for old branch, =1 for new branch style", (void*) G__func2void( (void (*)(Int_t))(&TTree::SetBranchStyle) ), 0);
22620    G__memfunc_setup("SetCacheSize",1179,G__G__Tree_113_0_167, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '-1' cachesize", (char*)NULL, (void*) NULL, 1);
22621    G__memfunc_setup("SetCacheEntryRange",1791,G__G__Tree_113_0_168, 121, -1, -1, 0, 2, 1, 1, 0, 
22622 "n - 'Long64_t' 0 - first n - 'Long64_t' 0 - last", (char*)NULL, (void*) NULL, 1);
22623    G__memfunc_setup("SetCacheLearnEntries",1996,G__G__Tree_113_0_169, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '10' n", (char*)NULL, (void*) NULL, 1);
22624    G__memfunc_setup("SetChainOffset",1398,G__G__Tree_113_0_170, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '0' offset", (char*)NULL, (void*) NULL, 1);
22625    G__memfunc_setup("SetCircular",1121,G__G__Tree_113_0_171, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - maxEntries", (char*)NULL, (void*) NULL, 1);
22626    G__memfunc_setup("SetDebug",787,G__G__Tree_113_0_172, 121, -1, -1, 0, 3, 1, 1, 0, 
22627 "i - 'Int_t' 0 '1' level n - 'Long64_t' 0 '0' min "
22628 "n - 'Long64_t' 0 '9999999' max", "*MENU*", (void*) NULL, 1);
22629    G__memfunc_setup("SetDefaultEntryOffsetLen",2441,G__G__Tree_113_0_173, 121, -1, -1, 0, 2, 1, 1, 0, 
22630 "i - 'Int_t' 0 - newdefault g - 'Bool_t' 0 'kFALSE' updateExisting", (char*)NULL, (void*) NULL, 1);
22631    G__memfunc_setup("SetDirectory",1249,G__G__Tree_113_0_174, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - dir", (char*)NULL, (void*) NULL, 1);
22632    G__memfunc_setup("SetEntries",1030,G__G__Tree_113_0_175, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '-1' n", (char*)NULL, (void*) NULL, 1);
22633    G__memfunc_setup("SetEstimate",1128,G__G__Tree_113_0_176, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '10000' nentries", (char*)NULL, (void*) NULL, 1);
22634    G__memfunc_setup("SetFileNumber",1301,G__G__Tree_113_0_177, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' number", (char*)NULL, (void*) NULL, 1);
22635    G__memfunc_setup("SetEventList",1226,G__G__Tree_113_0_178, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TEventList' - 0 - list", (char*)NULL, (void*) NULL, 1);
22636    G__memfunc_setup("SetEntryList",1242,G__G__Tree_113_0_179, 121, -1, -1, 0, 2, 1, 1, 0, 
22637 "U 'TEntryList' - 0 - list C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
22638    G__memfunc_setup("SetMakeClass",1184,G__G__Tree_113_0_180, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - make", (char*)NULL, (void*) NULL, 1);
22639    G__memfunc_setup("SetMaxEntryLoop",1534,G__G__Tree_113_0_181, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '1000000000' maxev", "*MENU*", (void*) NULL, 1);
22640    G__memfunc_setup("SetMaxTreeSize",1405,G__G__Tree_113_0_182, 121, -1, -1, 0, 1, 3, 1, 0, "n - 'Long64_t' 0 '1900000000' maxsize", (char*)NULL, (void*) G__func2void( (void (*)(Long64_t))(&TTree::SetMaxTreeSize) ), 0);
22641    G__memfunc_setup("SetMaxVirtualSize",1748,G__G__Tree_113_0_183, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '0' size", "*MENU*", (void*) NULL, 1);
22642    G__memfunc_setup("SetName",685,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", "*MENU*", (void*) NULL, 1);
22643    G__memfunc_setup("SetNotify",933,G__G__Tree_113_0_185, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
22644    G__memfunc_setup("SetObject",899,G__G__Tree_113_0_186, 121, -1, -1, 0, 2, 1, 1, 0, 
22645 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 1);
22646    G__memfunc_setup("SetParallelUnzip",1647,G__G__Tree_113_0_187, 121, -1, -1, 0, 2, 1, 1, 0, 
22647 "g - 'Bool_t' 0 'kTRUE' opt f - 'Float_t' 0 '-1' RelSize", (char*)NULL, (void*) NULL, 1);
22648    G__memfunc_setup("SetScanField",1173,G__G__Tree_113_0_188, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '50' n", "*MENU*", (void*) NULL, 1);
22649    G__memfunc_setup("SetTimerInterval",1650,G__G__Tree_113_0_189, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '333' msec", (char*)NULL, (void*) NULL, 1);
22650    G__memfunc_setup("SetTreeIndex",1204,G__G__Tree_113_0_190, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TVirtualIndex' - 0 - index", (char*)NULL, (void*) NULL, 1);
22651    G__memfunc_setup("SetWeight",916,G__G__Tree_113_0_191, 121, -1, -1, 0, 2, 1, 1, 0, 
22652 "d - 'Double_t' 0 '1' w C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22653    G__memfunc_setup("SetUpdate",911,G__G__Tree_113_0_192, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' freq", (char*)NULL, (void*) NULL, 1);
22654    G__memfunc_setup("Show",417,G__G__Tree_113_0_193, 121, -1, -1, 0, 2, 1, 1, 0, 
22655 "n - 'Long64_t' 0 '-1' entry i - 'Int_t' 0 '20' lenmax", (char*)NULL, (void*) NULL, 1);
22656    G__memfunc_setup("StartViewer",1152,G__G__Tree_113_0_194, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 1);
22657    G__memfunc_setup("StopCacheLearningPhase",2203,G__G__Tree_113_0_195, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22658    G__memfunc_setup("UnbinnedFit",1110,G__G__Tree_113_0_196, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
22659 "C - - 10 - funcname C - - 10 - varexp "
22660 "C - - 10 '\"\"' selection C - 'Option_t' 10 '\"\"' option "
22661 "n - 'Long64_t' 0 '1000000000' nentries n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
22662    G__memfunc_setup("UseCurrentStyle",1569,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22663    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
22664 "C - - 10 '0' name i - 'Int_t' 0 '0' option "
22665 "i - 'Int_t' 0 '0' bufsize", (char*)NULL, (void*) NULL, 1);
22666    G__memfunc_setup("Write",523,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8, 
22667 "C - - 10 '0' name i - 'Int_t' 0 '0' option "
22668 "i - 'Int_t' 0 '0' bufsize", (char*)NULL, (void*) NULL, 1);
22669    G__memfunc_setup("Class",502,G__G__Tree_113_0_200, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTree::Class) ), 0);
22670    G__memfunc_setup("Class_Name",982,G__G__Tree_113_0_201, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTree::Class_Name) ), 0);
22671    G__memfunc_setup("Class_Version",1339,G__G__Tree_113_0_202, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTree::Class_Version) ), 0);
22672    G__memfunc_setup("Dictionary",1046,G__G__Tree_113_0_203, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTree::Dictionary) ), 0);
22673    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22674    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);
22675    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);
22676    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_113_0_207, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
22677    G__memfunc_setup("DeclFileName",1145,G__G__Tree_113_0_208, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTree::DeclFileName) ), 0);
22678    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_113_0_209, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTree::ImplFileLine) ), 0);
22679    G__memfunc_setup("ImplFileName",1171,G__G__Tree_113_0_210, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTree::ImplFileName) ), 0);
22680    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_113_0_211, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTree::DeclFileLine) ), 0);
22681    // automatic destructor
22682    G__memfunc_setup("~TTree", 610, G__G__Tree_113_0_212, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
22683    G__tag_memfunc_reset();
22684 }
22685 
22686 static void G__setup_memfuncTBranch(void) {
22687    /* TBranch */
22688    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranch));
22689    G__memfunc_setup("ReadLeavesImpl",1390,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
22690    G__memfunc_setup("SetSkipZip",1014,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "g - 'Bool_t' 0 'kTRUE' skip", (char*)NULL, (void*) NULL, 0);
22691    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
22692 "C - - 10 - name C - - 10 - leaflist "
22693 "i - 'Int_t' 0 - compress", (char*)NULL, (void*) NULL, 0);
22694    G__memfunc_setup("GetFreshBasket",1394,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
22695    G__memfunc_setup("WriteBasket",1125,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 2, 0, 
22696 "U 'TBasket' - 0 - basket i - 'Int_t' 0 - where", (char*)NULL, (void*) NULL, 0);
22697    G__memfunc_setup("GetRealFileName",1445,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TString), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
22698    G__memfunc_setup("TBranch",674,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 4, 0, "u 'TBranch' - 11 - -", "not implemented", (void*) NULL, 0);
22699    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 1, 1, 1, 4, 0, "u 'TBranch' - 11 - -", "not implemented", (void*) NULL, 0);
22700    G__memfunc_setup("TBranch",674,G__G__Tree_114_0_9, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22701    G__memfunc_setup("TBranch",674,G__G__Tree_114_0_10, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 6, 1, 1, 0, 
22702 "U 'TTree' - 0 - tree C - - 10 - name "
22703 "Y - - 0 - address C - - 10 - leaflist "
22704 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
22705    G__memfunc_setup("TBranch",674,G__G__Tree_114_0_11, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 6, 1, 1, 0, 
22706 "U 'TBranch' - 0 - parent C - - 10 - name "
22707 "Y - - 0 - address C - - 10 - leaflist "
22708 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
22709    G__memfunc_setup("AddBasket",867,G__G__Tree_114_0_12, 121, -1, -1, 0, 3, 1, 1, 0, 
22710 "u 'TBasket' - 1 - b g - 'Bool_t' 0 - ondisk "
22711 "n - 'Long64_t' 0 - startEntry", (char*)NULL, (void*) NULL, 1);
22712    G__memfunc_setup("AddLastBasket",1271,G__G__Tree_114_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - startEntry", (char*)NULL, (void*) NULL, 1);
22713    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);
22714    G__memfunc_setup("DeleteBaskets",1312,G__G__Tree_114_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22715    G__memfunc_setup("DropBaskets",1122,G__G__Tree_114_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22716    G__memfunc_setup("ExpandBasketArrays",1836,G__G__Tree_114_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22717    G__memfunc_setup("Fill",391,G__G__Tree_114_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22718    G__memfunc_setup("FillLeaves",999,G__G__Tree_114_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
22719    G__memfunc_setup("FindBranch",975,G__G__Tree_114_0_20, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
22720    G__memfunc_setup("FindLeaf",761,G__G__Tree_114_0_21, 85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
22721    G__memfunc_setup("FlushBaskets",1231,G__G__Tree_114_0_22, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22722    G__memfunc_setup("FlushOneBasket",1406,G__G__Tree_114_0_23, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - which", (char*)NULL, (void*) NULL, 0);
22723    G__memfunc_setup("GetAddress",998,G__G__Tree_114_0_24, 67, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22724    G__memfunc_setup("GetBasket",890,G__G__Tree_114_0_25, 85, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - basket", (char*)NULL, (void*) NULL, 0);
22725    G__memfunc_setup("GetBasketBytes",1409,G__G__Tree_114_0_26, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22726    G__memfunc_setup("GetBasketEntry",1420,G__G__Tree_114_0_27, 78, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22727    G__memfunc_setup("GetBasketSeek",1282,G__G__Tree_114_0_28, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - basket", (char*)NULL, (void*) NULL, 1);
22728    G__memfunc_setup("GetBasketSize",1301,G__G__Tree_114_0_29, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22729    G__memfunc_setup("GetBrowsables",1332,G__G__Tree_114_0_30, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22730    G__memfunc_setup("GetClassName",1175,G__G__Tree_114_0_31, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
22731    G__memfunc_setup("GetCompressionLevel",1962,G__G__Tree_114_0_32, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22732    G__memfunc_setup("GetDirectory",1237,G__G__Tree_114_0_33, 85, G__get_linked_tagnum(&G__G__TreeLN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22733    G__memfunc_setup("GetEntry",818,G__G__Tree_114_0_34, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22734 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
22735    G__memfunc_setup("GetEntryExport",1460,G__G__Tree_114_0_35, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
22736 "n - 'Long64_t' 0 - entry i - 'Int_t' 0 - getall "
22737 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22738    G__memfunc_setup("GetEntryOffsetLen",1720,G__G__Tree_114_0_36, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22739    G__memfunc_setup("GetEvent",802,G__G__Tree_114_0_37, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 '0' entry", (char*)NULL, (void*) NULL, 0);
22740    G__memfunc_setup("GetIconName",1066,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
22741    G__memfunc_setup("GetExpectedType",1524,G__G__Tree_114_0_39, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22742 "U 'TClass' - 1 - clptr i 'EDataType' - 1 - type", (char*)NULL, (void*) NULL, 1);
22743    G__memfunc_setup("GetLeaf",664,G__G__Tree_114_0_40, 85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 8, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
22744    G__memfunc_setup("GetFile",672,G__G__Tree_114_0_41, 85, G__get_linked_tagnum(&G__G__TreeLN_TFile), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' mode", (char*)NULL, (void*) NULL, 1);
22745    G__memfunc_setup("GetFileName",1057,G__G__Tree_114_0_42, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
22746    G__memfunc_setup("GetOffset",903,G__G__Tree_114_0_43, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22747    G__memfunc_setup("GetReadBasket",1270,G__G__Tree_114_0_44, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22748    G__memfunc_setup("GetReadEntry",1198,G__G__Tree_114_0_45, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22749    G__memfunc_setup("GetWriteBasket",1413,G__G__Tree_114_0_46, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22750    G__memfunc_setup("GetTotalSize",1215,G__G__Tree_114_0_47, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
22751    G__memfunc_setup("GetTotBytes",1118,G__G__Tree_114_0_48, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
22752    G__memfunc_setup("GetZipBytes",1114,G__G__Tree_114_0_49, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 0);
22753    G__memfunc_setup("GetEntryNumber",1435,G__G__Tree_114_0_50, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22754    G__memfunc_setup("GetFirstEntry",1338,G__G__Tree_114_0_51, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22755    G__memfunc_setup("GetListOfBaskets",1598,G__G__Tree_114_0_52, 85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22756    G__memfunc_setup("GetListOfBranches",1687,G__G__Tree_114_0_53, 85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22757    G__memfunc_setup("GetListOfLeaves",1489,G__G__Tree_114_0_54, 85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22758    G__memfunc_setup("GetMaxBaskets",1299,G__G__Tree_114_0_55, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22759    G__memfunc_setup("GetNleaves",1006,G__G__Tree_114_0_56, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22760    G__memfunc_setup("GetSplitLevel",1316,G__G__Tree_114_0_57, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22761    G__memfunc_setup("GetEntries",1018,G__G__Tree_114_0_58, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22762    G__memfunc_setup("GetTree",688,G__G__Tree_114_0_59, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22763    G__memfunc_setup("GetRow",600,G__G__Tree_114_0_60, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - row", (char*)NULL, (void*) NULL, 1);
22764    G__memfunc_setup("GetMakeClass",1172,G__G__Tree_114_0_61, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22765    G__memfunc_setup("GetMother",911,G__G__Tree_114_0_62, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22766    G__memfunc_setup("GetSubBranch",1176,G__G__Tree_114_0_63, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 1, 8, "U 'TBranch' - 10 - br", (char*)NULL, (void*) NULL, 0);
22767    G__memfunc_setup("IsAutoDelete",1192,G__G__Tree_114_0_64, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22768    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);
22769    G__memfunc_setup("KeepCircular",1210,G__G__Tree_114_0_66, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - maxEntries", (char*)NULL, (void*) NULL, 1);
22770    G__memfunc_setup("LoadBaskets",1101,G__G__Tree_114_0_67, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22771    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);
22772    G__memfunc_setup("ReadBasket",982,G__G__Tree_114_0_69, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
22773    G__memfunc_setup("Refresh",719,G__G__Tree_114_0_70, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - b", (char*)NULL, (void*) NULL, 1);
22774    G__memfunc_setup("Reset",515,G__G__Tree_114_0_71, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
22775    G__memfunc_setup("ResetAddress",1225,G__G__Tree_114_0_72, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22776    G__memfunc_setup("ResetReadEntry",1425,G__G__Tree_114_0_73, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22777    G__memfunc_setup("SetAddress",1010,G__G__Tree_114_0_74, 121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - add", (char*)NULL, (void*) NULL, 1);
22778    G__memfunc_setup("SetObject",899,G__G__Tree_114_0_75, 121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - objadd", (char*)NULL, (void*) NULL, 1);
22779    G__memfunc_setup("SetAutoDelete",1304,G__G__Tree_114_0_76, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' autodel", (char*)NULL, (void*) NULL, 1);
22780    G__memfunc_setup("SetBasketSize",1313,G__G__Tree_114_0_77, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - buffsize", (char*)NULL, (void*) NULL, 1);
22781    G__memfunc_setup("SetBufferAddress",1612,G__G__Tree_114_0_78, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBuffer' - 0 - entryBuffer", (char*)NULL, (void*) NULL, 1);
22782    G__memfunc_setup("SetCompressionLevel",1974,G__G__Tree_114_0_79, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' level", (char*)NULL, (void*) NULL, 1);
22783    G__memfunc_setup("SetEntries",1030,G__G__Tree_114_0_80, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entries", (char*)NULL, (void*) NULL, 1);
22784    G__memfunc_setup("SetEntryOffsetLen",1732,G__G__Tree_114_0_81, 121, -1, -1, 0, 2, 1, 1, 0, 
22785 "i - 'Int_t' 0 - len g - 'Bool_t' 0 'kFALSE' updateSubBranches", (char*)NULL, (void*) NULL, 1);
22786    G__memfunc_setup("SetFirstEntry",1350,G__G__Tree_114_0_82, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
22787    G__memfunc_setup("SetFile",684,G__G__Tree_114_0_83, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TFile' - 0 '0' file", (char*)NULL, (void*) NULL, 1);
22788    G__memfunc_setup("SetFile",684,G__G__Tree_114_0_84, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - filename", (char*)NULL, (void*) NULL, 1);
22789    G__memfunc_setup("SetMakeClass",1184,G__G__Tree_114_0_85, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' decomposeObj", (char*)NULL, (void*) NULL, 1);
22790    G__memfunc_setup("SetOffset",915,G__G__Tree_114_0_86, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' offset", (char*)NULL, (void*) NULL, 1);
22791    G__memfunc_setup("SetStatus",944,G__G__Tree_114_0_87, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 '1' status", (char*)NULL, (void*) NULL, 1);
22792    G__memfunc_setup("SetTree",700,G__G__Tree_114_0_88, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - tree", (char*)NULL, (void*) NULL, 1);
22793    G__memfunc_setup("SetupAddresses",1455,G__G__Tree_114_0_89, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22794    G__memfunc_setup("UpdateAddress",1321,G__G__Tree_114_0_90, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22795    G__memfunc_setup("UpdateFile",995,G__G__Tree_114_0_91, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22796    G__memfunc_setup("ResetCount",1036,G__G__Tree_114_0_92, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBranch::ResetCount) ), 0);
22797    G__memfunc_setup("Class",502,G__G__Tree_114_0_93, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBranch::Class) ), 0);
22798    G__memfunc_setup("Class_Name",982,G__G__Tree_114_0_94, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranch::Class_Name) ), 0);
22799    G__memfunc_setup("Class_Version",1339,G__G__Tree_114_0_95, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBranch::Class_Version) ), 0);
22800    G__memfunc_setup("Dictionary",1046,G__G__Tree_114_0_96, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBranch::Dictionary) ), 0);
22801    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22802    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);
22803    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);
22804    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_114_0_100, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
22805    G__memfunc_setup("DeclFileName",1145,G__G__Tree_114_0_101, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranch::DeclFileName) ), 0);
22806    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_114_0_102, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranch::ImplFileLine) ), 0);
22807    G__memfunc_setup("ImplFileName",1171,G__G__Tree_114_0_103, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranch::ImplFileName) ), 0);
22808    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_114_0_104, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranch::DeclFileLine) ), 0);
22809    // automatic destructor
22810    G__memfunc_setup("~TBranch", 800, G__G__Tree_114_0_105, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
22811    G__tag_memfunc_reset();
22812 }
22813 
22814 static void G__setup_memfuncTBasket(void) {
22815    /* TBasket */
22816    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasket));
22817    G__memfunc_setup("TBasket",686,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 1, 1, 4, 0, "u 'TBasket' - 11 - -", "TBasket objects are not copiable.", (void*) NULL, 0);
22818    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 1, 1, 1, 4, 0, "u 'TBasket' - 11 - -", "TBasket objects are not copiable.", (void*) NULL, 0);
22819    G__memfunc_setup("TBasket",686,G__G__Tree_115_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22820    G__memfunc_setup("TBasket",686,G__G__Tree_115_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - motherDir", (char*)NULL, (void*) NULL, 0);
22821    G__memfunc_setup("TBasket",686,G__G__Tree_115_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 3, 1, 1, 0, 
22822 "C - - 10 - name C - - 10 - title "
22823 "U 'TBranch' - 0 - branch", (char*)NULL, (void*) NULL, 0);
22824    G__memfunc_setup("AdjustSize",1030,G__G__Tree_115_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - newsize", (char*)NULL, (void*) NULL, 1);
22825    G__memfunc_setup("DeleteEntryOffset",1740,G__G__Tree_115_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22826    G__memfunc_setup("DropBuffers",1122,G__G__Tree_115_0_8, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22827    G__memfunc_setup("GetBranch",878,G__G__Tree_115_0_9, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22828    G__memfunc_setup("GetBufferSize",1301,G__G__Tree_115_0_10, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22829    G__memfunc_setup("GetDisplacement",1529,G__G__Tree_115_0_11, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22830    G__memfunc_setup("GetEntryOffset",1433,G__G__Tree_115_0_12, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22831    G__memfunc_setup("GetEntryPointer",1555,G__G__Tree_115_0_13, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - Entry", (char*)NULL, (void*) NULL, 0);
22832    G__memfunc_setup("GetNevBuf",870,G__G__Tree_115_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22833    G__memfunc_setup("GetNevBufSize",1281,G__G__Tree_115_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22834    G__memfunc_setup("GetLast",692,G__G__Tree_115_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
22835    G__memfunc_setup("MoveEntries",1137,G__G__Tree_115_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - dentries", (char*)NULL, (void*) NULL, 1);
22836    G__memfunc_setup("PrepareBasket",1321,G__G__Tree_115_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22837    G__memfunc_setup("ReadBasketBuffers",1699,G__G__Tree_115_0_19, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
22838 "n - 'Long64_t' 0 - pos i - 'Int_t' 0 - len "
22839 "U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 0);
22840    G__memfunc_setup("ReadBasketBytes",1501,G__G__Tree_115_0_20, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
22841 "n - 'Long64_t' 0 - pos U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 0);
22842    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22843    G__memfunc_setup("LoadBasketBuffers",1703,G__G__Tree_115_0_22, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
22844 "n - 'Long64_t' 0 - pos i - 'Int_t' 0 - len "
22845 "U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 0);
22846    G__memfunc_setup("CopyTo",606,G__G__Tree_115_0_23, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "U 'TFile' - 0 - to", (char*)NULL, (void*) NULL, 0);
22847    G__memfunc_setup("SetBranch",890,G__G__Tree_115_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - branch", (char*)NULL, (void*) NULL, 0);
22848    G__memfunc_setup("SetNevBufSize",1293,G__G__Tree_115_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 0);
22849    G__memfunc_setup("SetReadMode",1069,G__G__Tree_115_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22850    G__memfunc_setup("SetWriteMode",1212,G__G__Tree_115_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22851    G__memfunc_setup("Update",611,G__G__Tree_115_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - newlast", (char*)NULL, (void*) NULL, 0);
22852    G__memfunc_setup("Update",611,G__G__Tree_115_0_29, 121, -1, -1, 0, 2, 1, 1, 0, 
22853 "i - 'Int_t' 0 - newlast i - 'Int_t' 0 - skipped", (char*)NULL, (void*) NULL, 1);
22854    G__memfunc_setup("WriteBuffer",1125,G__G__Tree_115_0_30, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
22855    G__memfunc_setup("Class",502,G__G__Tree_115_0_31, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBasket::Class) ), 0);
22856    G__memfunc_setup("Class_Name",982,G__G__Tree_115_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBasket::Class_Name) ), 0);
22857    G__memfunc_setup("Class_Version",1339,G__G__Tree_115_0_33, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBasket::Class_Version) ), 0);
22858    G__memfunc_setup("Dictionary",1046,G__G__Tree_115_0_34, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBasket::Dictionary) ), 0);
22859    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
22860    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);
22861    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);
22862    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_115_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
22863    G__memfunc_setup("DeclFileName",1145,G__G__Tree_115_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBasket::DeclFileName) ), 0);
22864    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_115_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBasket::ImplFileLine) ), 0);
22865    G__memfunc_setup("ImplFileName",1171,G__G__Tree_115_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBasket::ImplFileName) ), 0);
22866    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_115_0_42, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBasket::DeclFileLine) ), 0);
22867    // automatic destructor
22868    G__memfunc_setup("~TBasket", 812, G__G__Tree_115_0_43, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
22869    G__tag_memfunc_reset();
22870 }
22871 
22872 static void G__setup_memfuncTBufferSQL(void) {
22873    /* TBufferSQL */
22874    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL));
22875    G__memfunc_setup("TBufferSQL",926,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL), -1, 0, 1, 1, 4, 0, "u 'TBufferSQL' - 11 - -", "not implemented", (void*) NULL, 0);
22876    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TBufferSQL' - 11 - -", "not implemented", (void*) NULL, 0);
22877    G__memfunc_setup("TBufferSQL",926,G__G__Tree_118_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22878    G__memfunc_setup("TBufferSQL",926,G__G__Tree_118_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL), -1, 0, 4, 1, 1, 0, 
22879 "i 'TBuffer::EMode' - 0 - mode U 'vector<int,allocator<int> >' 'vector<Int_t>' 0 - vc "
22880 "U 'TString' - 0 - insert_query U 'TSQLRow' - 2 - rowPtr", (char*)NULL, (void*) NULL, 0);
22881    G__memfunc_setup("TBufferSQL",926,G__G__Tree_118_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL), -1, 0, 5, 1, 1, 0, 
22882 "i 'TBuffer::EMode' - 0 - mode i - 'Int_t' 0 - bufsiz "
22883 "U 'vector<int,allocator<int> >' 'vector<Int_t>' 0 - vc U 'TString' - 0 - insert_query "
22884 "U 'TSQLRow' - 2 - rowPtr", (char*)NULL, (void*) NULL, 0);
22885    G__memfunc_setup("TBufferSQL",926,G__G__Tree_118_0_6, 105, G__get_linked_tagnum(&G__G__TreeLN_TBufferSQL), -1, 0, 7, 1, 1, 0, 
22886 "i 'TBuffer::EMode' - 0 - mode i - 'Int_t' 0 - bufsiz "
22887 "U 'vector<int,allocator<int> >' 'vector<Int_t>' 0 - vc U 'TString' - 0 - insert_query "
22888 "U 'TSQLRow' - 2 - rowPtr Y - - 0 - buf "
22889 "g - 'Bool_t' 0 'kTRUE' adopt", (char*)NULL, (void*) NULL, 0);
22890    G__memfunc_setup("ResetOffset",1130,G__G__Tree_118_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
22891    G__memfunc_setup("ReadBool",776,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 1 - b", (char*)NULL, (void*) NULL, 1);
22892    G__memfunc_setup("ReadChar",762,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 1 - c", (char*)NULL, (void*) NULL, 1);
22893    G__memfunc_setup("ReadUChar",847,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "b - 'UChar_t' 1 - c", (char*)NULL, (void*) NULL, 1);
22894    G__memfunc_setup("ReadShort",908,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 1 - s", (char*)NULL, (void*) NULL, 1);
22895    G__memfunc_setup("ReadUShort",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "r - 'UShort_t' 1 - s", (char*)NULL, (void*) NULL, 1);
22896    G__memfunc_setup("ReadInt",679,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 1 - i", (char*)NULL, (void*) NULL, 1);
22897    G__memfunc_setup("ReadUInt",764,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 1 - i", (char*)NULL, (void*) NULL, 1);
22898    G__memfunc_setup("ReadLong",780,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 1 - l", (char*)NULL, (void*) NULL, 1);
22899    G__memfunc_setup("ReadULong",865,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 1 - l", (char*)NULL, (void*) NULL, 1);
22900    G__memfunc_setup("ReadLong64",886,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 1 - l", (char*)NULL, (void*) NULL, 1);
22901    G__memfunc_setup("ReadULong64",971,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "m - 'ULong64_t' 1 - l", (char*)NULL, (void*) NULL, 1);
22902    G__memfunc_setup("ReadFloat",882,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 1 - f", (char*)NULL, (void*) NULL, 1);
22903    G__memfunc_setup("ReadDouble",983,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 1 - d", (char*)NULL, (void*) NULL, 1);
22904    G__memfunc_setup("ReadCharP",842,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Char_t' 0 - c", (char*)NULL, (void*) NULL, 1);
22905    G__memfunc_setup("ReadTString",1095,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 1 - s", (char*)NULL, (void*) NULL, 1);
22906    G__memfunc_setup("WriteBool",919,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - b", (char*)NULL, (void*) NULL, 1);
22907    G__memfunc_setup("WriteChar",905,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 0 - c", (char*)NULL, (void*) NULL, 1);
22908    G__memfunc_setup("WriteUChar",990,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "b - 'UChar_t' 0 - c", (char*)NULL, (void*) NULL, 1);
22909    G__memfunc_setup("WriteShort",1051,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 - s", (char*)NULL, (void*) NULL, 1);
22910    G__memfunc_setup("WriteUShort",1136,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "r - 'UShort_t' 0 - s", (char*)NULL, (void*) NULL, 1);
22911    G__memfunc_setup("WriteInt",822,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
22912    G__memfunc_setup("WriteUInt",907,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - i", (char*)NULL, (void*) NULL, 1);
22913    G__memfunc_setup("WriteLong",923,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 0 - l", (char*)NULL, (void*) NULL, 1);
22914    G__memfunc_setup("WriteULong",1008,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - l", (char*)NULL, (void*) NULL, 1);
22915    G__memfunc_setup("WriteLong64",1029,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - l", (char*)NULL, (void*) NULL, 1);
22916    G__memfunc_setup("WriteULong64",1114,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "m - 'ULong64_t' 0 - l", (char*)NULL, (void*) NULL, 1);
22917    G__memfunc_setup("WriteFloat",1025,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - f", (char*)NULL, (void*) NULL, 1);
22918    G__memfunc_setup("WriteDouble",1126,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "d - 'Double_t' 0 - d", (char*)NULL, (void*) NULL, 1);
22919    G__memfunc_setup("WriteCharP",985,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Char_t' 10 - c", (char*)NULL, (void*) NULL, 1);
22920    G__memfunc_setup("WriteTString",1238,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 11 - s", (char*)NULL, (void*) NULL, 1);
22921    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22922 "G - 'Bool_t' 10 - b i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22923    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22924 "C - 'Char_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22925    G__memfunc_setup("WriteFastArrayString",2063,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22926 "C - 'Char_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22927    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22928 "B - 'UChar_t' 10 - c i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22929    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22930 "S - 'Short_t' 10 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22931    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22932 "R - 'UShort_t' 10 - h i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22933    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22934 "I - 'Int_t' 10 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22935    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22936 "H - 'UInt_t' 10 - i i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22937    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22938 "L - 'Long_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22939    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22940 "K - 'ULong_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22941    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22942 "N - 'Long64_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22943    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22944 "M - 'ULong64_t' 10 - l i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22945    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22946 "F - 'Float_t' 10 - f i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22947    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22948 "D - 'Double_t' 10 - d i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
22949    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
22950 "Y - - 0 - start U 'TClass' - 10 - cl "
22951 "i - 'Int_t' 0 '1' n U 'TMemberStreamer' - 0 '0' s", (char*)NULL, (void*) NULL, 1);
22952    G__memfunc_setup("WriteFastArray",1432,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
22953 "Y - - 2 - startp U 'TClass' - 10 - cl "
22954 "i - 'Int_t' 0 '1' n g - 'Bool_t' 0 'kFALSE' isPreAlloc "
22955 "U 'TMemberStreamer' - 0 '0' s", (char*)NULL, (void*) NULL, 1);
22956    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22957 "G - 'Bool_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22958    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22959 "C - 'Char_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22960    G__memfunc_setup("ReadFastArrayString",1920,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22961 "C - 'Char_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22962    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22963 "B - 'UChar_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22964    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22965 "S - 'Short_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22966    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22967 "R - 'UShort_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22968    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22969 "I - 'Int_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22970    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22971 "H - 'UInt_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22972    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22973 "L - 'Long_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22974    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22975 "K - 'ULong_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22976    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22977 "N - 'Long64_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22978    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22979 "M - 'ULong64_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22980    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22981 "F - 'Float_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22982    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
22983 "D - 'Double_t' 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
22984    G__memfunc_setup("ReadFastArrayFloat16",1894,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
22985 "F - 'Float_t' 0 - f i - 'Int_t' 0 - n "
22986 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 1);
22987    G__memfunc_setup("ReadFastArrayDouble32",1993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
22988 "D - 'Double_t' 0 - d i - 'Int_t' 0 - n "
22989 "U 'TStreamerElement' - 0 '0' ele", (char*)NULL, (void*) NULL, 1);
22990    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
22991 "Y - - 0 - - U 'TClass' - 10 - - "
22992 "i - 'Int_t' 0 '1' n U 'TMemberStreamer' - 0 '0' s "
22993 "U 'TClass' - 10 '0' onFileClass", (char*)NULL, (void*) NULL, 1);
22994    G__memfunc_setup("ReadFastArray",1289,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
22995 "Y - - 2 - - U 'TClass' - 10 - - "
22996 "i - 'Int_t' 0 '1' n g - 'Bool_t' 0 'kFALSE' isPreAlloc "
22997 "U 'TMemberStreamer' - 0 '0' s U 'TClass' - 10 '0' onFileClass", (char*)NULL, (void*) NULL, 1);
22998    G__memfunc_setup("Class",502,G__G__Tree_118_0_72, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBufferSQL::Class) ), 0);
22999    G__memfunc_setup("Class_Name",982,G__G__Tree_118_0_73, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBufferSQL::Class_Name) ), 0);
23000    G__memfunc_setup("Class_Version",1339,G__G__Tree_118_0_74, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBufferSQL::Class_Version) ), 0);
23001    G__memfunc_setup("Dictionary",1046,G__G__Tree_118_0_75, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBufferSQL::Dictionary) ), 0);
23002    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23003    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);
23004    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);
23005    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_118_0_79, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23006    G__memfunc_setup("DeclFileName",1145,G__G__Tree_118_0_80, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBufferSQL::DeclFileName) ), 0);
23007    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_118_0_81, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBufferSQL::ImplFileLine) ), 0);
23008    G__memfunc_setup("ImplFileName",1171,G__G__Tree_118_0_82, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBufferSQL::ImplFileName) ), 0);
23009    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_118_0_83, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBufferSQL::DeclFileLine) ), 0);
23010    // automatic destructor
23011    G__memfunc_setup("~TBufferSQL", 1052, G__G__Tree_118_0_84, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23012    G__tag_memfunc_reset();
23013 }
23014 
23015 static void G__setup_memfuncTBasketSQL(void) {
23016    /* TBasketSQL */
23017    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL));
23018    G__memfunc_setup("TBasketSQL",926,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL), -1, 0, 1, 1, 4, 0, "u 'TBasketSQL' - 11 - -", "TBasketSQL objects are not copiable.", (void*) NULL, 0);
23019    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL), -1, 1, 1, 1, 4, 0, "u 'TBasketSQL' - 11 - -", "TBasketSQL objects are not copiable.", (void*) NULL, 0);
23020    G__memfunc_setup("TBasketSQL",926,G__G__Tree_119_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23021    G__memfunc_setup("TBasketSQL",926,G__G__Tree_119_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TBasketSQL), -1, 0, 7, 1, 1, 0, 
23022 "C - - 10 - name C - - 10 - title "
23023 "U 'TBranch' - 0 - branch U 'TSQLResult' - 2 - rs "
23024 "U 'TString' - 0 - insert_query U 'vector<int,allocator<int> >' 'vector<Int_t>' 0 - vc "
23025 "U 'TSQLRow' - 2 - row", (char*)NULL, (void*) NULL, 0);
23026    G__memfunc_setup("PrepareBasket",1321,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
23027    G__memfunc_setup("ReadBasketBuffers",1699,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
23028 "n - 'Long64_t' 0 - pos i - 'Int_t' 0 - len "
23029 "U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 1);
23030    G__memfunc_setup("ReadBasketBytes",1501,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23031 "n - 'Long64_t' 0 - pos U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 1);
23032    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23033    G__memfunc_setup("GetResultSet",1227,G__G__Tree_119_0_9, 85, G__get_linked_tagnum(&G__G__TreeLN_TSQLResult), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23034    G__memfunc_setup("CreateBuffer",1198,G__G__Tree_119_0_10, 121, -1, -1, 0, 5, 1, 1, 0, 
23035 "C - - 10 - name u 'TString' - 0 - title "
23036 "U 'vector<int,allocator<int> >' 'vector<Int_t>' 0 - vc U 'TBranch' - 0 - branch "
23037 "U 'TSQLResult' - 2 - rs", (char*)NULL, (void*) NULL, 0);
23038    G__memfunc_setup("Update",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
23039 "i - 'Int_t' 0 - offset i - 'Int_t' 0 - skipped", (char*)NULL, (void*) NULL, 1);
23040    G__memfunc_setup("Class",502,G__G__Tree_119_0_12, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBasketSQL::Class) ), 0);
23041    G__memfunc_setup("Class_Name",982,G__G__Tree_119_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBasketSQL::Class_Name) ), 0);
23042    G__memfunc_setup("Class_Version",1339,G__G__Tree_119_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBasketSQL::Class_Version) ), 0);
23043    G__memfunc_setup("Dictionary",1046,G__G__Tree_119_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBasketSQL::Dictionary) ), 0);
23044    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23045    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);
23046    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);
23047    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_119_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23048    G__memfunc_setup("DeclFileName",1145,G__G__Tree_119_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBasketSQL::DeclFileName) ), 0);
23049    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_119_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBasketSQL::ImplFileLine) ), 0);
23050    G__memfunc_setup("ImplFileName",1171,G__G__Tree_119_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBasketSQL::ImplFileName) ), 0);
23051    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_119_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBasketSQL::DeclFileLine) ), 0);
23052    // automatic destructor
23053    G__memfunc_setup("~TBasketSQL", 1052, G__G__Tree_119_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23054    G__tag_memfunc_reset();
23055 }
23056 
23057 static void G__setup_memfuncTBranchElement(void) {
23058    /* TBranchElement */
23059    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchElement));
23060    G__memfunc_setup("TBranchElement",1388,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 1, 1, 4, 0, "u 'TBranchElement' - 11 - -", "not implemented", (void*) NULL, 0);
23061    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 1, 1, 1, 4, 0, "u 'TBranchElement' - 11 - -", "not implemented", (void*) NULL, 0);
23062    G__memfunc_setup("SwitchContainer",1557,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 4, 0, "U 'TObjArray' - 0 - -", (char*)NULL, (void*) NULL, 0);
23063    G__memfunc_setup("BuildTitle",1010,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
23064    G__memfunc_setup("InitializeOffsets",1772,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
23065    G__memfunc_setup("InitInfo",800,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
23066    G__memfunc_setup("IsMissingCollection",1954,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
23067    G__memfunc_setup("GetCurrentClass",1529,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 2, 0, "", "Class referenced by transient description", (void*) NULL, 0);
23068    G__memfunc_setup("GetParentClass",1408,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 2, 0, "", "Class referenced by fParentName", (void*) NULL, 0);
23069    G__memfunc_setup("GetInfoImp",978,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TStreamerInfo), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
23070    G__memfunc_setup("ReleaseObject",1304,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
23071    G__memfunc_setup("SetBranchCount",1411,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TBranchElement' - 0 - bre", (char*)NULL, (void*) NULL, 0);
23072    G__memfunc_setup("SetBranchCount2",1461,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TBranchElement' - 0 - bre", (char*)NULL, (void*) NULL, 0);
23073    G__memfunc_setup("Unroll",636,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 7, 1, 2, 0, 
23074 "C - - 10 - name U 'TClass' - 0 - cltop "
23075 "U 'TClass' - 0 - cl C - - 0 - ptr "
23076 "i - 'Int_t' 0 - basketsize i - 'Int_t' 0 - splitlevel "
23077 "i - 'Int_t' 0 - btype", (char*)NULL, (void*) NULL, 0);
23078    G__memfunc_setup("ValidateAddress",1520,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
23079    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 9, 1, 2, 0, 
23080 "U 'TTree' - 0 - tree U 'TBranch' - 0 - parent "
23081 "C - - 10 - name U 'TStreamerInfo' - 0 - sinfo "
23082 "i - 'Int_t' 0 - id C - - 0 - pointer "
23083 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '0' splitlevel "
23084 "i - 'Int_t' 0 '0' btype", (char*)NULL, (void*) NULL, 0);
23085    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0, 
23086 "U 'TTree' - 0 - tree U 'TBranch' - 0 - parent "
23087 "C - - 10 - name U 'TClonesArray' - 0 - clones "
23088 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '0' splitlevel "
23089 "i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
23090    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0, 
23091 "U 'TTree' - 0 - tree U 'TBranch' - 0 - parent "
23092 "C - - 10 - name U 'TVirtualCollectionProxy' - 0 - cont "
23093 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '0' splitlevel "
23094 "i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
23095    G__memfunc_setup("ReadLeavesImpl",1390,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23096    G__memfunc_setup("ReadLeavesMakeClass",1872,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23097    G__memfunc_setup("ReadLeavesCollection",2024,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23098    G__memfunc_setup("ReadLeavesCollectionSplitPtrMember",3458,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23099    G__memfunc_setup("ReadLeavesCollectionSplitVectorPtrMember",4085,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23100    G__memfunc_setup("ReadLeavesCollectionMember",2624,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23101    G__memfunc_setup("ReadLeavesClones",1600,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23102    G__memfunc_setup("ReadLeavesClonesMember",2200,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23103    G__memfunc_setup("ReadLeavesCustomStreamer",2458,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23104    G__memfunc_setup("ReadLeavesMember",1588,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23105    G__memfunc_setup("ReadLeavesMemberBranchCount",2699,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23106    G__memfunc_setup("ReadLeavesMemberCounter",2324,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23107    G__memfunc_setup("SetReadLeavesPtr",1598,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
23108    G__memfunc_setup("SetReadActionSequence",2111,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
23109    G__memfunc_setup("TBranchElement",1388,G__G__Tree_135_0_33, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23110    G__memfunc_setup("TBranchElement",1388,G__G__Tree_135_0_34, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 8, 1, 1, 0, 
23111 "U 'TTree' - 0 - tree C - - 10 - name "
23112 "U 'TStreamerInfo' - 0 - sinfo i - 'Int_t' 0 - id "
23113 "C - - 0 - pointer i - 'Int_t' 0 '32000' basketsize "
23114 "i - 'Int_t' 0 '0' splitlevel i - 'Int_t' 0 '0' btype", (char*)NULL, (void*) NULL, 0);
23115    G__memfunc_setup("TBranchElement",1388,G__G__Tree_135_0_35, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 6, 1, 1, 0, 
23116 "U 'TTree' - 0 - tree C - - 10 - name "
23117 "U 'TClonesArray' - 0 - clones i - 'Int_t' 0 '32000' basketsize "
23118 "i - 'Int_t' 0 '0' splitlevel i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
23119    G__memfunc_setup("TBranchElement",1388,G__G__Tree_135_0_36, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 6, 1, 1, 0, 
23120 "U 'TTree' - 0 - tree C - - 10 - name "
23121 "U 'TVirtualCollectionProxy' - 0 - cont i - 'Int_t' 0 '32000' basketsize "
23122 "i - 'Int_t' 0 '0' splitlevel i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
23123    G__memfunc_setup("TBranchElement",1388,G__G__Tree_135_0_37, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 8, 1, 1, 0, 
23124 "U 'TBranch' - 0 - parent C - - 10 - name "
23125 "U 'TStreamerInfo' - 0 - sinfo i - 'Int_t' 0 - id "
23126 "C - - 0 - pointer i - 'Int_t' 0 '32000' basketsize "
23127 "i - 'Int_t' 0 '0' splitlevel i - 'Int_t' 0 '0' btype", (char*)NULL, (void*) NULL, 0);
23128    G__memfunc_setup("TBranchElement",1388,G__G__Tree_135_0_38, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 6, 1, 1, 0, 
23129 "U 'TBranch' - 0 - parent C - - 10 - name "
23130 "U 'TClonesArray' - 0 - clones i - 'Int_t' 0 '32000' basketsize "
23131 "i - 'Int_t' 0 '0' splitlevel i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
23132    G__memfunc_setup("TBranchElement",1388,G__G__Tree_135_0_39, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 6, 1, 1, 0, 
23133 "U 'TBranch' - 0 - parent C - - 10 - name "
23134 "U 'TVirtualCollectionProxy' - 0 - cont i - 'Int_t' 0 '32000' basketsize "
23135 "i - 'Int_t' 0 '0' splitlevel i - 'Int_t' 0 '-1' compress", (char*)NULL, (void*) NULL, 0);
23136    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);
23137    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23138    G__memfunc_setup("FillLeaves",999,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
23139    G__memfunc_setup("FindBranch",975,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
23140    G__memfunc_setup("FindLeaf",761,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
23141    G__memfunc_setup("GetAddress",998,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23142    G__memfunc_setup("GetBranchCount",1399,G__G__Tree_135_0_46, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23143    G__memfunc_setup("GetBranchCount2",1449,G__G__Tree_135_0_47, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranchElement), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23144    G__memfunc_setup("GetBranchOffset",1493,G__G__Tree_135_0_48, 73, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23145    G__memfunc_setup("GetCheckSum",1075,G__G__Tree_135_0_49, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23146    G__memfunc_setup("GetClassName",1175,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23147    G__memfunc_setup("GetClass",790,G__G__Tree_135_0_51, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23148    G__memfunc_setup("GetClonesName",1285,G__G__Tree_135_0_52, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23149    G__memfunc_setup("GetCollectionProxy",1870,G__G__Tree_135_0_53, 85, G__get_linked_tagnum(&G__G__TreeLN_TVirtualCollectionProxy), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23150    G__memfunc_setup("GetEntry",818,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23151 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
23152    G__memfunc_setup("GetExpectedType",1524,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23153 "U 'TClass' - 1 - clptr i 'EDataType' - 1 - type", (char*)NULL, (void*) NULL, 1);
23154    G__memfunc_setup("GetIconName",1066,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23155    G__memfunc_setup("GetID",429,G__G__Tree_135_0_57, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23156    G__memfunc_setup("GetInfo",684,G__G__Tree_135_0_58, 85, G__get_linked_tagnum(&G__G__TreeLN_TStreamerInfo), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23157    G__memfunc_setup("GetMakeClass",1172,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23158    G__memfunc_setup("GetObject",887,G__G__Tree_135_0_60, 67, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23159    G__memfunc_setup("GetParentName",1291,G__G__Tree_135_0_61, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23160    G__memfunc_setup("GetMaximum",1022,G__G__Tree_135_0_62, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23161    G__memfunc_setup("GetNdata",776,G__G__Tree_135_0_63, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23162    G__memfunc_setup("GetType",706,G__G__Tree_135_0_64, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23163    G__memfunc_setup("GetStreamerType",1541,G__G__Tree_135_0_65, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23164    G__memfunc_setup("GetTargetClass",1405,G__G__Tree_135_0_66, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23165    G__memfunc_setup("GetTypeName",1091,G__G__Tree_135_0_67, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23166    G__memfunc_setup("GetValue",797,G__G__Tree_135_0_68, 100, -1, G__defined_typename("Double_t"), 0, 3, 1, 1, 8, 
23167 "i - 'Int_t' 0 - i i - 'Int_t' 0 - len "
23168 "g - 'Bool_t' 0 'kFALSE' subarr", (char*)NULL, (void*) NULL, 0);
23169    G__memfunc_setup("GetValuePointer",1534,G__G__Tree_135_0_69, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23170    G__memfunc_setup("GetClassVersion",1532,G__G__Tree_135_0_70, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23171    G__memfunc_setup("IsBranchFolder",1382,G__G__Tree_135_0_71, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23172    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);
23173    G__memfunc_setup("IsObjectOwner",1310,G__G__Tree_135_0_73, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23174    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);
23175    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);
23176    G__memfunc_setup("PrintValue",1034,G__G__Tree_135_0_76, 121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 0);
23177    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
23178    G__memfunc_setup("ResetAddress",1225,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23179    G__memfunc_setup("ResetDeleteObject",1709,G__G__Tree_135_0_79, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23180    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - addobj", (char*)NULL, (void*) NULL, 1);
23181    G__memfunc_setup("SetMakeClass",1184,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' decomposeObj", (char*)NULL, (void*) NULL, 1);
23182    G__memfunc_setup("SetObject",899,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - objadd", (char*)NULL, (void*) NULL, 1);
23183    G__memfunc_setup("SetBasketSize",1313,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - buffsize", (char*)NULL, (void*) NULL, 1);
23184    G__memfunc_setup("SetBranchFolder",1494,G__G__Tree_135_0_84, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23185    G__memfunc_setup("SetClassName",1187,G__G__Tree_135_0_85, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
23186    G__memfunc_setup("SetOffset",915,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - offset", (char*)NULL, (void*) NULL, 1);
23187    G__memfunc_setup("SetParentClass",1420,G__G__Tree_135_0_87, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TClass' - 0 - clparent", (char*)NULL, (void*) NULL, 0);
23188    G__memfunc_setup("SetParentName",1303,G__G__Tree_135_0_88, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
23189    G__memfunc_setup("SetTargetClass",1417,G__G__Tree_135_0_89, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
23190    G__memfunc_setup("SetupAddresses",1455,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23191    G__memfunc_setup("SetType",718,G__G__Tree_135_0_91, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - btype", (char*)NULL, (void*) NULL, 1);
23192    G__memfunc_setup("UpdateFile",995,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23193    G__memfunc_setup("Class",502,G__G__Tree_135_0_93, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBranchElement::Class) ), 0);
23194    G__memfunc_setup("Class_Name",982,G__G__Tree_135_0_94, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchElement::Class_Name) ), 0);
23195    G__memfunc_setup("Class_Version",1339,G__G__Tree_135_0_95, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBranchElement::Class_Version) ), 0);
23196    G__memfunc_setup("Dictionary",1046,G__G__Tree_135_0_96, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBranchElement::Dictionary) ), 0);
23197    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23198    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);
23199    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);
23200    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_135_0_100, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23201    G__memfunc_setup("DeclFileName",1145,G__G__Tree_135_0_101, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchElement::DeclFileName) ), 0);
23202    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_135_0_102, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchElement::ImplFileLine) ), 0);
23203    G__memfunc_setup("ImplFileName",1171,G__G__Tree_135_0_103, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchElement::ImplFileName) ), 0);
23204    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_135_0_104, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchElement::DeclFileLine) ), 0);
23205    // automatic destructor
23206    G__memfunc_setup("~TBranchElement", 1514, G__G__Tree_135_0_105, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23207    G__tag_memfunc_reset();
23208 }
23209 
23210 static void G__setup_memfuncTVirtualBranchBrowsable(void) {
23211    /* TVirtualBranchBrowsable */
23212    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable));
23213    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);
23214    G__memfunc_setup("GetIconName",1066,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23215    G__memfunc_setup("GetScope",794,G__G__Tree_136_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "u 'TString' - 1 - scope", (char*)NULL, (void*) NULL, 0);
23216    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);
23217    G__memfunc_setup("FillListOfBrowsables",2028,G__G__Tree_136_0_5, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
23218 "u 'TList' - 1 - list U 'TBranch' - 10 - branch "
23219 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) G__func2void( (Int_t (*)(TList&, const TBranch*, const TVirtualBranchBrowsable*))(&TVirtualBranchBrowsable::FillListOfBrowsables) ), 0);
23220    G__memfunc_setup("GetBranch",878,G__G__Tree_136_0_6, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
23221    G__memfunc_setup("GetParent",906,G__G__Tree_136_0_7, 85, G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
23222    G__memfunc_setup("GetClassType",1208,G__G__Tree_136_0_8, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23223    G__memfunc_setup("TypeIsPointer",1343,G__G__Tree_136_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23224    G__memfunc_setup("GetLeaves",896,G__G__Tree_136_0_10, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23225    G__memfunc_setup("TVirtualBranchBrowsable",2346,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable), -1, 0, 4, 1, 2, 0, 
23226 "U 'TBranch' - 10 - b U 'TClass' - 0 - type "
23227 "g - 'Bool_t' 0 - typeIsPointer U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) NULL, 0);
23228    G__memfunc_setup("GetCollectionContainedType",2659,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 3, 3, 2, 0, 
23229 "U 'TBranch' - 10 - b U 'TVirtualBranchBrowsable' - 10 - parent "
23230 "U 'TClass' - 1 - contained", (char*)NULL, (void*) NULL, 0);
23231    G__memfunc_setup("GetRegisteredGenerators",2376,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_listlEvoidmUcOallocatorlEvoidmUgRsPgR), G__defined_typename("list<MethodCreateListOfBrowsables_t>"), 1, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
23232    G__memfunc_setup("RegisterGenerator",1772,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "Y - 'TVirtualBranchBrowsable::MethodCreateListOfBrowsables_t' 0 - generator", (char*)NULL, (void*) NULL, 0);
23233    G__memfunc_setup("UnregisterGenerator",1999,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "Y - 'TVirtualBranchBrowsable::MethodCreateListOfBrowsables_t' 0 - generator", (char*)NULL, (void*) NULL, 0);
23234    G__memfunc_setup("SetType",718,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TClass' - 0 - type", (char*)NULL, (void*) NULL, 0);
23235    G__memfunc_setup("SetTypeIsPointer",1643,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "g - 'Bool_t' 0 'kTRUE' set", (char*)NULL, (void*) NULL, 0);
23236    G__memfunc_setup("RegisterDefaultGenerators",2596,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 3, 4, 0, "", (char*)NULL, (void*) NULL, 0);
23237    G__memfunc_setup("Class",502,G__G__Tree_136_0_19, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualBranchBrowsable::Class) ), 0);
23238    G__memfunc_setup("Class_Name",982,G__G__Tree_136_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualBranchBrowsable::Class_Name) ), 0);
23239    G__memfunc_setup("Class_Version",1339,G__G__Tree_136_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualBranchBrowsable::Class_Version) ), 0);
23240    G__memfunc_setup("Dictionary",1046,G__G__Tree_136_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualBranchBrowsable::Dictionary) ), 0);
23241    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23242    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);
23243    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);
23244    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_136_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23245    G__memfunc_setup("DeclFileName",1145,G__G__Tree_136_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualBranchBrowsable::DeclFileName) ), 0);
23246    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_136_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualBranchBrowsable::ImplFileLine) ), 0);
23247    G__memfunc_setup("ImplFileName",1171,G__G__Tree_136_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualBranchBrowsable::ImplFileName) ), 0);
23248    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_136_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualBranchBrowsable::DeclFileLine) ), 0);
23249    // automatic copy constructor
23250    G__memfunc_setup("TVirtualBranchBrowsable", 2346, G__G__Tree_136_0_31, (int) ('i'), 
23251 G__get_linked_tagnum(&G__G__TreeLN_TVirtualBranchBrowsable), -1, 0, 1, 1, 1, 0, "u 'TVirtualBranchBrowsable' - 11 - -", (char*) NULL, (void*) NULL, 0);
23252    // automatic destructor
23253    G__memfunc_setup("~TVirtualBranchBrowsable", 2472, G__G__Tree_136_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23254    G__tag_memfunc_reset();
23255 }
23256 
23257 static void G__setup_memfuncTMethodBrowsable(void) {
23258    /* TMethodBrowsable */
23259    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable));
23260    G__memfunc_setup("GetBrowsables",1332,G__G__Tree_141_0_1, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
23261 "u 'TList' - 1 - list U 'TBranch' - 10 - branch "
23262 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) G__func2void( (Int_t (*)(TList&, const TBranch*, const TVirtualBranchBrowsable*))(&TMethodBrowsable::GetBrowsables) ), 0);
23263    G__memfunc_setup("GetIconName",1066,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23264    G__memfunc_setup("IsMethodBrowsable",1726,G__G__Tree_141_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 1, 0, "U 'TMethod' - 10 - m", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TMethod*))(&TMethodBrowsable::IsMethodBrowsable) ), 0);
23265    G__memfunc_setup("Register",837,G__G__Tree_141_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMethodBrowsable::Register) ), 0);
23266    G__memfunc_setup("Unregister",1064,G__G__Tree_141_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMethodBrowsable::Unregister) ), 0);
23267    G__memfunc_setup("GetBrowsableMethodsForClass",2738,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 2, 0, 
23268 "U 'TClass' - 0 - cl u 'TList' - 1 - list", (char*)NULL, (void*) NULL, 0);
23269    G__memfunc_setup("TMethodBrowsable",1622,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable), -1, 0, 3, 1, 2, 0, 
23270 "U 'TBranch' - 10 - branch U 'TMethod' - 0 - m "
23271 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) NULL, 0);
23272    G__memfunc_setup("Class",502,G__G__Tree_141_0_8, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TMethodBrowsable::Class) ), 0);
23273    G__memfunc_setup("Class_Name",982,G__G__Tree_141_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMethodBrowsable::Class_Name) ), 0);
23274    G__memfunc_setup("Class_Version",1339,G__G__Tree_141_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TMethodBrowsable::Class_Version) ), 0);
23275    G__memfunc_setup("Dictionary",1046,G__G__Tree_141_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMethodBrowsable::Dictionary) ), 0);
23276    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23277    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);
23278    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);
23279    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_141_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23280    G__memfunc_setup("DeclFileName",1145,G__G__Tree_141_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMethodBrowsable::DeclFileName) ), 0);
23281    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_141_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMethodBrowsable::ImplFileLine) ), 0);
23282    G__memfunc_setup("ImplFileName",1171,G__G__Tree_141_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMethodBrowsable::ImplFileName) ), 0);
23283    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_141_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMethodBrowsable::DeclFileLine) ), 0);
23284    // automatic copy constructor
23285    G__memfunc_setup("TMethodBrowsable", 1622, G__G__Tree_141_0_20, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TMethodBrowsable), -1, 0, 1, 1, 1, 0, "u 'TMethodBrowsable' - 11 - -", (char*) NULL, (void*) NULL, 0);
23286    // automatic destructor
23287    G__memfunc_setup("~TMethodBrowsable", 1748, G__G__Tree_141_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23288    G__tag_memfunc_reset();
23289 }
23290 
23291 static void G__setup_memfuncTNonSplitBrowsable(void) {
23292    /* TNonSplitBrowsable */
23293    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable));
23294    G__memfunc_setup("GetBrowsables",1332,G__G__Tree_142_0_1, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
23295 "u 'TList' - 1 - list U 'TBranch' - 10 - branch "
23296 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) G__func2void( (Int_t (*)(TList&, const TBranch*, const TVirtualBranchBrowsable*))(&TNonSplitBrowsable::GetBrowsables) ), 0);
23297    G__memfunc_setup("Register",837,G__G__Tree_142_0_2, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TNonSplitBrowsable::Register) ), 0);
23298    G__memfunc_setup("Unregister",1064,G__G__Tree_142_0_3, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TNonSplitBrowsable::Unregister) ), 0);
23299    G__memfunc_setup("TNonSplitBrowsable",1836,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable), -1, 0, 3, 1, 2, 0, 
23300 "U 'TStreamerElement' - 10 - element U 'TBranch' - 10 - branch "
23301 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) NULL, 0);
23302    G__memfunc_setup("Class",502,G__G__Tree_142_0_5, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TNonSplitBrowsable::Class) ), 0);
23303    G__memfunc_setup("Class_Name",982,G__G__Tree_142_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNonSplitBrowsable::Class_Name) ), 0);
23304    G__memfunc_setup("Class_Version",1339,G__G__Tree_142_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TNonSplitBrowsable::Class_Version) ), 0);
23305    G__memfunc_setup("Dictionary",1046,G__G__Tree_142_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TNonSplitBrowsable::Dictionary) ), 0);
23306    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23307    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);
23308    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);
23309    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_142_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23310    G__memfunc_setup("DeclFileName",1145,G__G__Tree_142_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNonSplitBrowsable::DeclFileName) ), 0);
23311    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_142_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TNonSplitBrowsable::ImplFileLine) ), 0);
23312    G__memfunc_setup("ImplFileName",1171,G__G__Tree_142_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNonSplitBrowsable::ImplFileName) ), 0);
23313    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_142_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TNonSplitBrowsable::DeclFileLine) ), 0);
23314    // automatic copy constructor
23315    G__memfunc_setup("TNonSplitBrowsable", 1836, G__G__Tree_142_0_17, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TNonSplitBrowsable), -1, 0, 1, 1, 1, 0, "u 'TNonSplitBrowsable' - 11 - -", (char*) NULL, (void*) NULL, 0);
23316    // automatic destructor
23317    G__memfunc_setup("~TNonSplitBrowsable", 1962, G__G__Tree_142_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23318    G__tag_memfunc_reset();
23319 }
23320 
23321 static void G__setup_memfuncTCollectionPropertyBrowsable(void) {
23322    /* TCollectionPropertyBrowsable */
23323    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable));
23324    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);
23325    G__memfunc_setup("GetBrowsables",1332,G__G__Tree_143_0_2, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
23326 "u 'TList' - 1 - list U 'TBranch' - 10 - branch "
23327 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) G__func2void( (Int_t (*)(TList&, const TBranch*, const TVirtualBranchBrowsable*))(&TCollectionPropertyBrowsable::GetBrowsables) ), 0);
23328    G__memfunc_setup("GetDraw",686,G__G__Tree_143_0_3, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
23329    G__memfunc_setup("Register",837,G__G__Tree_143_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCollectionPropertyBrowsable::Register) ), 0);
23330    G__memfunc_setup("Unregister",1064,G__G__Tree_143_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCollectionPropertyBrowsable::Unregister) ), 0);
23331    G__memfunc_setup("TCollectionPropertyBrowsable",2918,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable), -1, 0, 5, 1, 2, 0, 
23332 "C - - 10 - name C - - 10 - title "
23333 "C - - 10 - draw U 'TBranch' - 10 - branch "
23334 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) NULL, 0);
23335    G__memfunc_setup("Class",502,G__G__Tree_143_0_7, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TCollectionPropertyBrowsable::Class) ), 0);
23336    G__memfunc_setup("Class_Name",982,G__G__Tree_143_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCollectionPropertyBrowsable::Class_Name) ), 0);
23337    G__memfunc_setup("Class_Version",1339,G__G__Tree_143_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TCollectionPropertyBrowsable::Class_Version) ), 0);
23338    G__memfunc_setup("Dictionary",1046,G__G__Tree_143_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCollectionPropertyBrowsable::Dictionary) ), 0);
23339    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23340    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);
23341    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);
23342    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_143_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23343    G__memfunc_setup("DeclFileName",1145,G__G__Tree_143_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCollectionPropertyBrowsable::DeclFileName) ), 0);
23344    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_143_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCollectionPropertyBrowsable::ImplFileLine) ), 0);
23345    G__memfunc_setup("ImplFileName",1171,G__G__Tree_143_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCollectionPropertyBrowsable::ImplFileName) ), 0);
23346    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_143_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCollectionPropertyBrowsable::DeclFileLine) ), 0);
23347    // automatic copy constructor
23348    G__memfunc_setup("TCollectionPropertyBrowsable", 2918, G__G__Tree_143_0_19, (int) ('i'), 
23349 G__get_linked_tagnum(&G__G__TreeLN_TCollectionPropertyBrowsable), -1, 0, 1, 1, 1, 0, "u 'TCollectionPropertyBrowsable' - 11 - -", (char*) NULL, (void*) NULL, 0);
23350    // automatic destructor
23351    G__memfunc_setup("~TCollectionPropertyBrowsable", 3044, G__G__Tree_143_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23352    G__tag_memfunc_reset();
23353 }
23354 
23355 static void G__setup_memfuncTCollectionMethodBrowsable(void) {
23356    /* TCollectionMethodBrowsable */
23357    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable));
23358    G__memfunc_setup("GetBrowsables",1332,G__G__Tree_144_0_1, 105, -1, G__defined_typename("Int_t"), 0, 3, 3, 1, 0, 
23359 "u 'TList' - 1 - list U 'TBranch' - 10 - branch "
23360 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) G__func2void( (Int_t (*)(TList&, const TBranch*, const TVirtualBranchBrowsable*))(&TCollectionMethodBrowsable::GetBrowsables) ), 0);
23361    G__memfunc_setup("Register",837,G__G__Tree_144_0_2, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCollectionMethodBrowsable::Register) ), 0);
23362    G__memfunc_setup("Unregister",1064,G__G__Tree_144_0_3, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCollectionMethodBrowsable::Unregister) ), 0);
23363    G__memfunc_setup("TCollectionMethodBrowsable",2658,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable), -1, 0, 3, 1, 2, 0, 
23364 "U 'TBranch' - 10 - branch U 'TMethod' - 0 - m "
23365 "U 'TVirtualBranchBrowsable' - 10 '0' parent", (char*)NULL, (void*) NULL, 0);
23366    G__memfunc_setup("Class",502,G__G__Tree_144_0_5, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TCollectionMethodBrowsable::Class) ), 0);
23367    G__memfunc_setup("Class_Name",982,G__G__Tree_144_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCollectionMethodBrowsable::Class_Name) ), 0);
23368    G__memfunc_setup("Class_Version",1339,G__G__Tree_144_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TCollectionMethodBrowsable::Class_Version) ), 0);
23369    G__memfunc_setup("Dictionary",1046,G__G__Tree_144_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCollectionMethodBrowsable::Dictionary) ), 0);
23370    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23371    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);
23372    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);
23373    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_144_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23374    G__memfunc_setup("DeclFileName",1145,G__G__Tree_144_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCollectionMethodBrowsable::DeclFileName) ), 0);
23375    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_144_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCollectionMethodBrowsable::ImplFileLine) ), 0);
23376    G__memfunc_setup("ImplFileName",1171,G__G__Tree_144_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCollectionMethodBrowsable::ImplFileName) ), 0);
23377    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_144_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCollectionMethodBrowsable::DeclFileLine) ), 0);
23378    // automatic copy constructor
23379    G__memfunc_setup("TCollectionMethodBrowsable", 2658, G__G__Tree_144_0_17, (int) ('i'), 
23380 G__get_linked_tagnum(&G__G__TreeLN_TCollectionMethodBrowsable), -1, 0, 1, 1, 1, 0, "u 'TCollectionMethodBrowsable' - 11 - -", (char*) NULL, (void*) NULL, 0);
23381    // automatic destructor
23382    G__memfunc_setup("~TCollectionMethodBrowsable", 2784, G__G__Tree_144_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23383    G__tag_memfunc_reset();
23384 }
23385 
23386 static void G__setup_memfuncTLeaf(void) {
23387    /* TLeaf */
23388    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeaf));
23389    G__memfunc_setup("TLeaf",460,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 2, 0, "u 'TLeaf' - 11 - -", (char*)NULL, (void*) NULL, 0);
23390    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 1, 1, 1, 2, 0, "u 'TLeaf' - 11 - -", (char*)NULL, (void*) NULL, 0);
23391    G__memfunc_setup("TLeaf",460,G__G__Tree_152_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23392    G__memfunc_setup("TLeaf",460,G__G__Tree_152_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 3, 1, 1, 0, 
23393 "U 'TBranch' - 0 - parent C - - 10 - name "
23394 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
23395    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);
23396    G__memfunc_setup("Export",642,G__G__Tree_152_0_6, 121, -1, -1, 0, 2, 1, 1, 0, 
23397 "U 'TClonesArray' - 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
23398    G__memfunc_setup("FillBasket",993,G__G__Tree_152_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
23399    G__memfunc_setup("GetBranch",878,G__G__Tree_152_0_8, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23400    G__memfunc_setup("GetLeafCount",1185,G__G__Tree_152_0_9, 85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23401    G__memfunc_setup("GetLeafCounter",1400,G__G__Tree_152_0_10, 85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 1 - countval", (char*)NULL, (void*) NULL, 1);
23402    G__memfunc_setup("GetLen",575,G__G__Tree_152_0_11, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23403    G__memfunc_setup("GetLenStatic",1191,G__G__Tree_152_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23404    G__memfunc_setup("GetLenType",993,G__G__Tree_152_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23405    G__memfunc_setup("GetMaximum",1022,G__G__Tree_152_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23406    G__memfunc_setup("GetMinimum",1020,G__G__Tree_152_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23407    G__memfunc_setup("GetNdata",776,G__G__Tree_152_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23408    G__memfunc_setup("GetOffset",903,G__G__Tree_152_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23409    G__memfunc_setup("GetValuePointer",1534,G__G__Tree_152_0_18, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23410    G__memfunc_setup("GetTypeName",1091,G__G__Tree_152_0_19, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23411    G__memfunc_setup("GetValue",797,G__G__Tree_152_0_20, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
23412    G__memfunc_setup("Import",635,G__G__Tree_152_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
23413 "U 'TClonesArray' - 0 - - i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
23414    G__memfunc_setup("IsOnTerminalBranch",1795,G__G__Tree_152_0_22, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23415    G__memfunc_setup("IsRange",681,G__G__Tree_152_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23416    G__memfunc_setup("IsUnsigned",1017,G__G__Tree_152_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23417    G__memfunc_setup("PrintValue",1034,G__G__Tree_152_0_25, 121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
23418    G__memfunc_setup("ReadBasket",982,G__G__Tree_152_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
23419    G__memfunc_setup("ReadBasketExport",1624,G__G__Tree_152_0_27, 121, -1, -1, 0, 3, 1, 1, 0, 
23420 "u 'TBuffer' - 1 - - U 'TClonesArray' - 0 - - "
23421 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
23422    G__memfunc_setup("ReadValue",889,G__G__Tree_152_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - -", (char*)NULL, (void*) NULL, 1);
23423    G__memfunc_setup("ResetAddress",1225,G__G__Tree_152_0_29, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23424 "Y - - 0 - add g - 'Bool_t' 0 'kFALSE' destructor", (char*)NULL, (void*) NULL, 0);
23425    G__memfunc_setup("SetAddress",1010,G__G__Tree_152_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
23426    G__memfunc_setup("SetBranch",890,G__G__Tree_152_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - branch", (char*)NULL, (void*) NULL, 1);
23427    G__memfunc_setup("SetLeafCount",1197,G__G__Tree_152_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TLeaf' - 0 - leaf", (char*)NULL, (void*) NULL, 1);
23428    G__memfunc_setup("SetLen",587,G__G__Tree_152_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '1' len", (char*)NULL, (void*) NULL, 1);
23429    G__memfunc_setup("SetOffset",915,G__G__Tree_152_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' offset", (char*)NULL, (void*) NULL, 1);
23430    G__memfunc_setup("SetRange",793,G__G__Tree_152_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' range", (char*)NULL, (void*) NULL, 1);
23431    G__memfunc_setup("SetUnsigned",1129,G__G__Tree_152_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23432    G__memfunc_setup("Class",502,G__G__Tree_152_0_37, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeaf::Class) ), 0);
23433    G__memfunc_setup("Class_Name",982,G__G__Tree_152_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeaf::Class_Name) ), 0);
23434    G__memfunc_setup("Class_Version",1339,G__G__Tree_152_0_39, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeaf::Class_Version) ), 0);
23435    G__memfunc_setup("Dictionary",1046,G__G__Tree_152_0_40, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeaf::Dictionary) ), 0);
23436    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23437    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);
23438    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);
23439    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_152_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23440    G__memfunc_setup("DeclFileName",1145,G__G__Tree_152_0_45, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeaf::DeclFileName) ), 0);
23441    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_152_0_46, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeaf::ImplFileLine) ), 0);
23442    G__memfunc_setup("ImplFileName",1171,G__G__Tree_152_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeaf::ImplFileName) ), 0);
23443    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_152_0_48, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeaf::DeclFileLine) ), 0);
23444    // automatic destructor
23445    G__memfunc_setup("~TLeaf", 586, G__G__Tree_152_0_49, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23446    G__tag_memfunc_reset();
23447 }
23448 
23449 static void G__setup_memfuncTTreeCloner(void) {
23450    /* TTreeCloner */
23451    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCloner));
23452    G__memfunc_setup("TTreeCloner",1095,G__G__Tree_154_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCloner), -1, 0, 4, 1, 1, 0, 
23453 "U 'TTree' - 0 - from U 'TTree' - 0 - to "
23454 "C - 'Option_t' 10 - method h - 'UInt_t' 0 'kNone' options", (char*)NULL, (void*) NULL, 0);
23455    G__memfunc_setup("CloseOutWriteBaskets",2054,G__G__Tree_154_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23456    G__memfunc_setup("CollectBranches",1516,G__G__Tree_154_0_3, 104, -1, G__defined_typename("UInt_t"), 0, 2, 1, 1, 0, 
23457 "U 'TBranch' - 0 - from U 'TBranch' - 0 - to", (char*)NULL, (void*) NULL, 0);
23458    G__memfunc_setup("CollectBranches",1516,G__G__Tree_154_0_4, 104, -1, G__defined_typename("UInt_t"), 0, 2, 1, 1, 0, 
23459 "U 'TObjArray' - 0 - from U 'TObjArray' - 0 - to", (char*)NULL, (void*) NULL, 0);
23460    G__memfunc_setup("CollectBranches",1516,G__G__Tree_154_0_5, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23461    G__memfunc_setup("CollectBaskets",1427,G__G__Tree_154_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23462    G__memfunc_setup("CopyMemoryBaskets",1761,G__G__Tree_154_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23463    G__memfunc_setup("CopyStreamerInfos",1757,G__G__Tree_154_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23464    G__memfunc_setup("CopyProcessIds",1434,G__G__Tree_154_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23465    G__memfunc_setup("GetWarning",1014,G__G__Tree_154_0_10, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
23466    G__memfunc_setup("Exec",389,G__G__Tree_154_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23467    G__memfunc_setup("IsValid",684,G__G__Tree_154_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23468    G__memfunc_setup("NeedConversion",1442,G__G__Tree_154_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23469    G__memfunc_setup("SortBaskets",1141,G__G__Tree_154_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23470    G__memfunc_setup("WriteBaskets",1240,G__G__Tree_154_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23471    G__memfunc_setup("Class",502,G__G__Tree_154_0_16, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeCloner::Class) ), 0);
23472    G__memfunc_setup("Class_Name",982,G__G__Tree_154_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCloner::Class_Name) ), 0);
23473    G__memfunc_setup("Class_Version",1339,G__G__Tree_154_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeCloner::Class_Version) ), 0);
23474    G__memfunc_setup("Dictionary",1046,G__G__Tree_154_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeCloner::Dictionary) ), 0);
23475    G__memfunc_setup("IsA",253,G__G__Tree_154_0_20, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23476    G__memfunc_setup("ShowMembers",1132,G__G__Tree_154_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
23477    G__memfunc_setup("Streamer",835,G__G__Tree_154_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
23478    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_154_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23479    G__memfunc_setup("DeclFileName",1145,G__G__Tree_154_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCloner::DeclFileName) ), 0);
23480    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_154_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeCloner::ImplFileLine) ), 0);
23481    G__memfunc_setup("ImplFileName",1171,G__G__Tree_154_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCloner::ImplFileName) ), 0);
23482    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_154_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeCloner::DeclFileLine) ), 0);
23483    // automatic destructor
23484    G__memfunc_setup("~TTreeCloner", 1221, G__G__Tree_154_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23485    G__tag_memfunc_reset();
23486 }
23487 
23488 static void G__setup_memfuncTBranchClones(void) {
23489    /* TBranchClones */
23490    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchClones));
23491    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0, 
23492 "U 'TTree' - 0 - tree U 'TBranch' - 0 - parent "
23493 "C - - 10 - name Y - - 0 - clonesaddress "
23494 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '-1' compress "
23495 "i - 'Int_t' 0 '1' splitlevel", (char*)NULL, (void*) NULL, 0);
23496    G__memfunc_setup("TBranchClones",1286,G__G__Tree_155_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchClones), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23497    G__memfunc_setup("TBranchClones",1286,G__G__Tree_155_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchClones), -1, 0, 6, 1, 1, 0, 
23498 "U 'TTree' - 0 - tree C - - 10 - name "
23499 "Y - - 0 - clonesaddress i - 'Int_t' 0 '32000' basketsize "
23500 "i - 'Int_t' 0 '-1' compress i - 'Int_t' 0 '1' splitlevel", (char*)NULL, (void*) NULL, 0);
23501    G__memfunc_setup("TBranchClones",1286,G__G__Tree_155_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchClones), -1, 0, 6, 1, 1, 0, 
23502 "U 'TBranch' - 0 - parent C - - 10 - name "
23503 "Y - - 0 - clonesaddress i - 'Int_t' 0 '32000' basketsize "
23504 "i - 'Int_t' 0 '-1' compress i - 'Int_t' 0 '1' splitlevel", (char*)NULL, (void*) NULL, 0);
23505    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);
23506    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23507    G__memfunc_setup("GetEntry",818,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23508 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
23509    G__memfunc_setup("GetN",366,G__G__Tree_155_0_8, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23510    G__memfunc_setup("GetList",700,G__G__Tree_155_0_9, 85, G__get_linked_tagnum(&G__G__TreeLN_TClonesArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23511    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);
23512    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);
23513    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
23514    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - add", (char*)NULL, (void*) NULL, 1);
23515    G__memfunc_setup("SetBasketSize",1313,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - buffsize", (char*)NULL, (void*) NULL, 1);
23516    G__memfunc_setup("UpdateFile",995,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23517    G__memfunc_setup("Class",502,G__G__Tree_155_0_16, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBranchClones::Class) ), 0);
23518    G__memfunc_setup("Class_Name",982,G__G__Tree_155_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchClones::Class_Name) ), 0);
23519    G__memfunc_setup("Class_Version",1339,G__G__Tree_155_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBranchClones::Class_Version) ), 0);
23520    G__memfunc_setup("Dictionary",1046,G__G__Tree_155_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBranchClones::Dictionary) ), 0);
23521    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23522    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);
23523    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);
23524    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_155_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23525    G__memfunc_setup("DeclFileName",1145,G__G__Tree_155_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchClones::DeclFileName) ), 0);
23526    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_155_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchClones::ImplFileLine) ), 0);
23527    G__memfunc_setup("ImplFileName",1171,G__G__Tree_155_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchClones::ImplFileName) ), 0);
23528    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_155_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchClones::DeclFileLine) ), 0);
23529    // automatic destructor
23530    G__memfunc_setup("~TBranchClones", 1412, G__G__Tree_155_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23531    G__tag_memfunc_reset();
23532 }
23533 
23534 static void G__setup_memfuncTSelector(void) {
23535    /* TSelector */
23536    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelector));
23537    G__memfunc_setup("TSelector",917,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TSelector), -1, 0, 1, 1, 4, 0, "u 'TSelector' - 11 - -", "not implemented", (void*) NULL, 0);
23538    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TSelector), -1, 1, 1, 1, 4, 0, "u 'TSelector' - 11 - -", "not implemented", (void*) NULL, 0);
23539    G__memfunc_setup("TSelector",917,G__G__Tree_191_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TSelector), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23540    G__memfunc_setup("Version",742,G__G__Tree_191_0_4, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23541    G__memfunc_setup("Init",404,G__G__Tree_191_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
23542    G__memfunc_setup("Begin",485,G__G__Tree_191_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
23543    G__memfunc_setup("SlaveBegin",992,G__G__Tree_191_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
23544    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);
23545    G__memfunc_setup("GetOption",921,G__G__Tree_191_0_9, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23546    G__memfunc_setup("GetStatus",932,G__G__Tree_191_0_10, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23547    G__memfunc_setup("GetEntry",818,G__G__Tree_191_0_11, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23548 "n - 'Long64_t' 0 - - i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
23549    G__memfunc_setup("ProcessCut",1035,G__G__Tree_191_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - -", (char*)NULL, (void*) NULL, 1);
23550    G__memfunc_setup("ProcessFill",1126,G__G__Tree_191_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - -", (char*)NULL, (void*) NULL, 1);
23551    G__memfunc_setup("Process",735,G__G__Tree_191_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - -", (char*)NULL, (void*) NULL, 1);
23552    G__memfunc_setup("SetOption",933,G__G__Tree_191_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - option", (char*)NULL, (void*) NULL, 1);
23553    G__memfunc_setup("SetObject",899,G__G__Tree_191_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
23554    G__memfunc_setup("SetInputList",1240,G__G__Tree_191_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TList' - 0 - input", (char*)NULL, (void*) NULL, 1);
23555    G__memfunc_setup("SetStatus",944,G__G__Tree_191_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - status", (char*)NULL, (void*) NULL, 1);
23556    G__memfunc_setup("GetOutputList",1357,G__G__Tree_191_0_19, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23557    G__memfunc_setup("SlaveTerminate",1444,G__G__Tree_191_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23558    G__memfunc_setup("Terminate",937,G__G__Tree_191_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23559    G__memfunc_setup("Abort",504,G__G__Tree_191_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
23560 "C - - 10 - why i 'TSelector::EAbort' - 0 'kAbortProcess' what", (char*)NULL, (void*) NULL, 1);
23561    G__memfunc_setup("GetAbort",792,G__G__Tree_191_0_23, 105, G__get_linked_tagnum(&G__G__TreeLN_TSelectorcLcLEAbort), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23562    G__memfunc_setup("GetSelector",1121,G__G__Tree_191_0_24, 85, G__get_linked_tagnum(&G__G__TreeLN_TSelector), -1, 0, 1, 3, 1, 0, "C - - 10 - filename", (char*)NULL, (void*) G__func2void( (TSelector* (*)(const char*))(&TSelector::GetSelector) ), 0);
23563    G__memfunc_setup("IsStandardDraw",1403,G__G__Tree_191_0_25, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 1, 0, "C - - 10 - selec", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const char*))(&TSelector::IsStandardDraw) ), 0);
23564    G__memfunc_setup("Class",502,G__G__Tree_191_0_26, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSelector::Class) ), 0);
23565    G__memfunc_setup("Class_Name",982,G__G__Tree_191_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelector::Class_Name) ), 0);
23566    G__memfunc_setup("Class_Version",1339,G__G__Tree_191_0_28, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSelector::Class_Version) ), 0);
23567    G__memfunc_setup("Dictionary",1046,G__G__Tree_191_0_29, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSelector::Dictionary) ), 0);
23568    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23569    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);
23570    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);
23571    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_191_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23572    G__memfunc_setup("DeclFileName",1145,G__G__Tree_191_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelector::DeclFileName) ), 0);
23573    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_191_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelector::ImplFileLine) ), 0);
23574    G__memfunc_setup("ImplFileName",1171,G__G__Tree_191_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelector::ImplFileName) ), 0);
23575    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_191_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelector::DeclFileLine) ), 0);
23576    // automatic destructor
23577    G__memfunc_setup("~TSelector", 1043, G__G__Tree_191_0_38, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23578    G__tag_memfunc_reset();
23579 }
23580 
23581 static void G__setup_memfuncTVirtualIndex(void) {
23582    /* TVirtualIndex */
23583    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex));
23584    G__memfunc_setup("Append",600,G__G__Tree_193_0_2, 121, -1, -1, 0, 2, 1, 1, 0, 
23585 "U 'TVirtualIndex' - 10 - - g - 'Bool_t' 0 'kFALSE' delaySort", (char*)NULL, (void*) NULL, 3);
23586    G__memfunc_setup("GetEntryNumberFriend",2035,G__G__Tree_193_0_3, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TTree' - 10 - -", (char*)NULL, (void*) NULL, 3);
23587    G__memfunc_setup("GetEntryNumberWithIndex",2351,G__G__Tree_193_0_4, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 8, 
23588 "i - 'Int_t' 0 - major i - 'Int_t' 0 - minor", (char*)NULL, (void*) NULL, 3);
23589    G__memfunc_setup("GetEntryNumberWithBestIndex",2749,G__G__Tree_193_0_5, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 8, 
23590 "i - 'Int_t' 0 - major i - 'Int_t' 0 - minor", (char*)NULL, (void*) NULL, 3);
23591    G__memfunc_setup("GetMajorName",1178,G__G__Tree_193_0_6, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 3);
23592    G__memfunc_setup("GetMinorName",1190,G__G__Tree_193_0_7, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 3);
23593    G__memfunc_setup("GetN",366,G__G__Tree_193_0_8, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23594    G__memfunc_setup("GetTree",688,G__G__Tree_193_0_9, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23595    G__memfunc_setup("UpdateFormulaLeaves",1945,G__G__Tree_193_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 10 - parent", (char*)NULL, (void*) NULL, 3);
23596    G__memfunc_setup("SetTree",700,G__G__Tree_193_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 10 - T", (char*)NULL, (void*) NULL, 3);
23597    G__memfunc_setup("Class",502,G__G__Tree_193_0_12, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualIndex::Class) ), 0);
23598    G__memfunc_setup("Class_Name",982,G__G__Tree_193_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualIndex::Class_Name) ), 0);
23599    G__memfunc_setup("Class_Version",1339,G__G__Tree_193_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualIndex::Class_Version) ), 0);
23600    G__memfunc_setup("Dictionary",1046,G__G__Tree_193_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualIndex::Dictionary) ), 0);
23601    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23602    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);
23603    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);
23604    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_193_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23605    G__memfunc_setup("DeclFileName",1145,G__G__Tree_193_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualIndex::DeclFileName) ), 0);
23606    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_193_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualIndex::ImplFileLine) ), 0);
23607    G__memfunc_setup("ImplFileName",1171,G__G__Tree_193_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualIndex::ImplFileName) ), 0);
23608    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_193_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualIndex::DeclFileLine) ), 0);
23609    // automatic destructor
23610    G__memfunc_setup("~TVirtualIndex", 1457, G__G__Tree_193_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23611    // automatic assignment operator
23612    G__memfunc_setup("operator=", 937, G__G__Tree_193_0_25, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex), -1, 1, 1, 1, 1, 0, "u 'TVirtualIndex' - 11 - -", (char*) NULL, (void*) NULL, 0);
23613    G__tag_memfunc_reset();
23614 }
23615 
23616 static void G__setup_memfuncTVirtualTreePlayer(void) {
23617    /* TVirtualTreePlayer */
23618    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer));
23619    G__memfunc_setup("BuildIndex",1000,G__G__Tree_194_0_2, 85, G__get_linked_tagnum(&G__G__TreeLN_TVirtualIndex), -1, 0, 3, 1, 1, 0, 
23620 "U 'TTree' - 10 - T C - - 10 - majorname "
23621 "C - - 10 - minorname", (char*)NULL, (void*) NULL, 3);
23622    G__memfunc_setup("CopyTree",811,G__G__Tree_194_0_3, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 4, 1, 1, 0, 
23623 "C - - 10 - selection C - 'Option_t' 10 '\"\"' option "
23624 "n - 'Long64_t' 0 '1000000000' nentries n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 3);
23625    G__memfunc_setup("DrawScript",1027,G__G__Tree_194_0_4, 110, -1, G__defined_typename("Long64_t"), 0, 6, 1, 1, 0, 
23626 "C - - 10 - wrapperPrefix C - - 10 - macrofilename "
23627 "C - - 10 - cutfilename C - 'Option_t' 10 - option "
23628 "n - 'Long64_t' 0 - nentries n - 'Long64_t' 0 - firstentry", (char*)NULL, (void*) NULL, 3);
23629    G__memfunc_setup("DrawSelect",1006,G__G__Tree_194_0_5, 110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
23630 "C - - 10 - varexp C - - 10 - selection "
23631 "C - 'Option_t' 10 - option n - 'Long64_t' 0 - nentries "
23632 "n - 'Long64_t' 0 - firstentry", (char*)NULL, (void*) NULL, 3);
23633    G__memfunc_setup("Fit",291,G__G__Tree_194_0_6, 105, -1, G__defined_typename("Int_t"), 0, 7, 1, 1, 0, 
23634 "C - - 10 - formula C - - 10 - varexp "
23635 "C - - 10 - selection C - 'Option_t' 10 - option "
23636 "C - 'Option_t' 10 - goption n - 'Long64_t' 0 - nentries "
23637 "n - 'Long64_t' 0 - firstentry", (char*)NULL, (void*) NULL, 3);
23638    G__memfunc_setup("GetDimension",1222,G__G__Tree_194_0_7, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23639    G__memfunc_setup("GetHistogram",1230,G__G__Tree_194_0_8, 85, G__get_linked_tagnum(&G__G__TreeLN_TH1), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23640    G__memfunc_setup("GetNfill",789,G__G__Tree_194_0_9, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23641    G__memfunc_setup("GetEntries",1018,G__G__Tree_194_0_10, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 3);
23642    G__memfunc_setup("GetSelectedRows",1524,G__G__Tree_194_0_11, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23643    G__memfunc_setup("GetSelect",896,G__G__Tree_194_0_12, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23644    G__memfunc_setup("GetVar",585,G__G__Tree_194_0_13, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 3);
23645    G__memfunc_setup("GetVar1",634,G__G__Tree_194_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23646    G__memfunc_setup("GetVar2",635,G__G__Tree_194_0_15, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23647    G__memfunc_setup("GetVar3",636,G__G__Tree_194_0_16, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23648    G__memfunc_setup("GetVar4",637,G__G__Tree_194_0_17, 85, G__get_linked_tagnum(&G__G__TreeLN_TTreeFormula), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23649    G__memfunc_setup("GetVal",579,G__G__Tree_194_0_18, 68, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 3);
23650    G__memfunc_setup("GetV1",423,G__G__Tree_194_0_19, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23651    G__memfunc_setup("GetV2",424,G__G__Tree_194_0_20, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23652    G__memfunc_setup("GetV3",425,G__G__Tree_194_0_21, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23653    G__memfunc_setup("GetV4",426,G__G__Tree_194_0_22, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23654    G__memfunc_setup("GetW",375,G__G__Tree_194_0_23, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3);
23655    G__memfunc_setup("MakeClass",884,G__G__Tree_194_0_24, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23656 "C - - 10 - classname C - - 10 - option", (char*)NULL, (void*) NULL, 3);
23657    G__memfunc_setup("MakeCode",761,G__G__Tree_194_0_25, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - filename", (char*)NULL, (void*) NULL, 3);
23658    G__memfunc_setup("MakeProxy",928,G__G__Tree_194_0_26, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
23659 "C - - 10 - classname C - - 10 '0' macrofilename "
23660 "C - - 10 '0' cutfilename C - - 10 '0' option "
23661 "i - 'Int_t' 0 '3' maxUnrolling", (char*)NULL, (void*) NULL, 3);
23662    G__memfunc_setup("Principal",930,G__G__Tree_194_0_27, 85, G__get_linked_tagnum(&G__G__TreeLN_TPrincipal), -1, 0, 5, 1, 1, 0, 
23663 "C - - 10 '\"\"' varexp C - - 10 '\"\"' selection "
23664 "C - 'Option_t' 10 '\"np\"' option n - 'Long64_t' 0 '1000000000' nentries "
23665 "n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 3);
23666    G__memfunc_setup("Process",735,G__G__Tree_194_0_28, 110, -1, G__defined_typename("Long64_t"), 0, 4, 1, 1, 0, 
23667 "C - - 10 - filename C - 'Option_t' 10 '\"\"' option "
23668 "n - 'Long64_t' 0 '1000000000' nentries n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 3);
23669    G__memfunc_setup("Process",735,G__G__Tree_194_0_29, 110, -1, G__defined_typename("Long64_t"), 0, 4, 1, 1, 0, 
23670 "U 'TSelector' - 0 - selector C - 'Option_t' 10 '\"\"' option "
23671 "n - 'Long64_t' 0 '1000000000' nentries n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 3);
23672    G__memfunc_setup("Scan",389,G__G__Tree_194_0_30, 110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
23673 "C - - 10 - varexp C - - 10 - selection "
23674 "C - 'Option_t' 10 - option n - 'Long64_t' 0 - nentries "
23675 "n - 'Long64_t' 0 - firstentry", (char*)NULL, (void*) NULL, 3);
23676    G__memfunc_setup("Query",534,G__G__Tree_194_0_31, 85, G__get_linked_tagnum(&G__G__TreeLN_TSQLResult), -1, 0, 5, 1, 1, 0, 
23677 "C - - 10 - varexp C - - 10 - selection "
23678 "C - 'Option_t' 10 - option n - 'Long64_t' 0 - nentries "
23679 "n - 'Long64_t' 0 - firstentry", (char*)NULL, (void*) NULL, 3);
23680    G__memfunc_setup("SetEstimate",1128,G__G__Tree_194_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - n", (char*)NULL, (void*) NULL, 3);
23681    G__memfunc_setup("SetTree",700,G__G__Tree_194_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - t", (char*)NULL, (void*) NULL, 3);
23682    G__memfunc_setup("StartViewer",1152,G__G__Tree_194_0_34, 121, -1, -1, 0, 2, 1, 1, 0, 
23683 "i - 'Int_t' 0 - ww i - 'Int_t' 0 - wh", (char*)NULL, (void*) NULL, 3);
23684    G__memfunc_setup("UnbinnedFit",1110,G__G__Tree_194_0_35, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
23685 "C - - 10 - formula C - - 10 - varexp "
23686 "C - - 10 - selection C - 'Option_t' 10 - option "
23687 "n - 'Long64_t' 0 - nentries n - 'Long64_t' 0 - firstentry", (char*)NULL, (void*) NULL, 3);
23688    G__memfunc_setup("UpdateFormulaLeaves",1945,G__G__Tree_194_0_36, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 3);
23689    G__memfunc_setup("GetCurrentPlayer",1648,G__G__Tree_194_0_37, 85, G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualTreePlayer* (*)())(&TVirtualTreePlayer::GetCurrentPlayer) ), 0);
23690    G__memfunc_setup("TreePlayer",1021,G__G__Tree_194_0_38, 85, G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer), -1, 0, 1, 3, 1, 0, "U 'TTree' - 0 - obj", (char*)NULL, (void*) G__func2void( (TVirtualTreePlayer* (*)(TTree*))(&TVirtualTreePlayer::TreePlayer) ), 0);
23691    G__memfunc_setup("SetPlayer",921,G__G__Tree_194_0_39, 121, -1, -1, 0, 1, 3, 1, 0, "C - - 10 - player", (char*)NULL, (void*) G__func2void( (void (*)(const char*))(&TVirtualTreePlayer::SetPlayer) ), 0);
23692    G__memfunc_setup("Class",502,G__G__Tree_194_0_40, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualTreePlayer::Class) ), 0);
23693    G__memfunc_setup("Class_Name",982,G__G__Tree_194_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualTreePlayer::Class_Name) ), 0);
23694    G__memfunc_setup("Class_Version",1339,G__G__Tree_194_0_42, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualTreePlayer::Class_Version) ), 0);
23695    G__memfunc_setup("Dictionary",1046,G__G__Tree_194_0_43, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualTreePlayer::Dictionary) ), 0);
23696    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23697    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);
23698    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);
23699    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_194_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23700    G__memfunc_setup("DeclFileName",1145,G__G__Tree_194_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualTreePlayer::DeclFileName) ), 0);
23701    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_194_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualTreePlayer::ImplFileLine) ), 0);
23702    G__memfunc_setup("ImplFileName",1171,G__G__Tree_194_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualTreePlayer::ImplFileName) ), 0);
23703    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_194_0_51, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualTreePlayer::DeclFileLine) ), 0);
23704    // automatic destructor
23705    G__memfunc_setup("~TVirtualTreePlayer", 1974, G__G__Tree_194_0_52, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23706    // automatic assignment operator
23707    G__memfunc_setup("operator=", 937, G__G__Tree_194_0_53, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TVirtualTreePlayer), -1, 1, 1, 1, 1, 0, "u 'TVirtualTreePlayer' - 11 - -", (char*) NULL, (void*) NULL, 0);
23708    G__tag_memfunc_reset();
23709 }
23710 
23711 static void G__setup_memfuncTEventList(void) {
23712    /* TEventList */
23713    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TEventList));
23714    G__memfunc_setup("TEventList",1010,G__G__Tree_196_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23715    G__memfunc_setup("TEventList",1010,G__G__Tree_196_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 0, 4, 1, 1, 0, 
23716 "C - - 10 - name C - - 10 '\"\"' title "
23717 "i - 'Int_t' 0 '0' initsize i - 'Int_t' 0 '0' delta", (char*)NULL, (void*) NULL, 0);
23718    G__memfunc_setup("TEventList",1010,G__G__Tree_196_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 0, 1, 1, 1, 0, "u 'TEventList' - 11 - list", (char*)NULL, (void*) NULL, 0);
23719    G__memfunc_setup("Add",265,G__G__Tree_196_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TEventList' - 10 - list", (char*)NULL, (void*) NULL, 1);
23720    G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
23721    G__memfunc_setup("Contains",831,G__G__Tree_196_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
23722    G__memfunc_setup("ContainsRange",1324,G__G__Tree_196_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
23723 "n - 'Long64_t' 0 - entrymin n - 'Long64_t' 0 - entrymax", (char*)NULL, (void*) NULL, 1);
23724    G__memfunc_setup("DirectoryAutoAdd",1623,G__G__Tree_196_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - -", (char*)NULL, (void*) NULL, 1);
23725    G__memfunc_setup("Enter",510,G__G__Tree_196_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
23726    G__memfunc_setup("GetDirectory",1237,G__G__Tree_196_0_10, 85, G__get_linked_tagnum(&G__G__TreeLN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23727    G__memfunc_setup("GetEntry",818,G__G__Tree_196_0_11, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 1);
23728    G__memfunc_setup("GetIndex",792,G__G__Tree_196_0_12, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
23729    G__memfunc_setup("GetList",700,G__G__Tree_196_0_13, 78, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23730    G__memfunc_setup("GetN",366,G__G__Tree_196_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23731    G__memfunc_setup("GetReapplyCut",1321,G__G__Tree_196_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23732    G__memfunc_setup("GetSize",699,G__G__Tree_196_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23733    G__memfunc_setup("Intersect",945,G__G__Tree_196_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TEventList' - 10 - list", (char*)NULL, (void*) NULL, 1);
23734    G__memfunc_setup("Merge",496,G__G__Tree_196_0_18, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
23735    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);
23736    G__memfunc_setup("Reset",515,G__G__Tree_196_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
23737    G__memfunc_setup("Resize",626,G__G__Tree_196_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' delta", (char*)NULL, (void*) NULL, 1);
23738    G__memfunc_setup("SetDelta",790,G__G__Tree_196_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '100' delta", (char*)NULL, (void*) NULL, 1);
23739    G__memfunc_setup("SetDirectory",1249,G__G__Tree_196_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - dir", (char*)NULL, (void*) NULL, 1);
23740    G__memfunc_setup("SetName",685,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", "*MENU*", (void*) NULL, 1);
23741    G__memfunc_setup("SetReapplyCut",1333,G__G__Tree_196_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' apply", "*TOGGLE*", (void*) NULL, 1);
23742    G__memfunc_setup("Sort",424,G__G__Tree_196_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23743    G__memfunc_setup("Subtract",840,G__G__Tree_196_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TEventList' - 10 - list", (char*)NULL, (void*) NULL, 1);
23744    G__memfunc_setup("operator=",937,G__G__Tree_196_0_28, 117, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 1, 1, 1, 1, 0, "u 'TEventList' - 11 - list", (char*)NULL, (void*) NULL, 0);
23745    G__memfunc_setup("Class",502,G__G__Tree_196_0_29, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TEventList::Class) ), 0);
23746    G__memfunc_setup("Class_Name",982,G__G__Tree_196_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEventList::Class_Name) ), 0);
23747    G__memfunc_setup("Class_Version",1339,G__G__Tree_196_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TEventList::Class_Version) ), 0);
23748    G__memfunc_setup("Dictionary",1046,G__G__Tree_196_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TEventList::Dictionary) ), 0);
23749    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23750    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);
23751    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);
23752    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_196_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23753    G__memfunc_setup("DeclFileName",1145,G__G__Tree_196_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEventList::DeclFileName) ), 0);
23754    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_196_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEventList::ImplFileLine) ), 0);
23755    G__memfunc_setup("ImplFileName",1171,G__G__Tree_196_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEventList::ImplFileName) ), 0);
23756    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_196_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEventList::DeclFileLine) ), 0);
23757    // automatic destructor
23758    G__memfunc_setup("~TEventList", 1136, G__G__Tree_196_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23759    G__tag_memfunc_reset();
23760 }
23761 
23762 static void G__setup_memfuncTEntryList(void) {
23763    /* TEntryList */
23764    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryList));
23765    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 1, 1, 1, 4, 0, "u 'TEntryList' - 11 - -", "Not implemented", (void*) NULL, 0);
23766    G__memfunc_setup("TEntryList",1026,G__G__Tree_197_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23767    G__memfunc_setup("TEntryList",1026,G__G__Tree_197_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 2, 1, 1, 0, 
23768 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
23769    G__memfunc_setup("TEntryList",1026,G__G__Tree_197_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 3, 1, 1, 0, 
23770 "C - - 10 - name C - - 10 - title "
23771 "U 'TTree' - 10 - tree", (char*)NULL, (void*) NULL, 0);
23772    G__memfunc_setup("TEntryList",1026,G__G__Tree_197_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 4, 1, 1, 0, 
23773 "C - - 10 - name C - - 10 - title "
23774 "C - - 10 - treename C - - 10 - filename", (char*)NULL, (void*) NULL, 0);
23775    G__memfunc_setup("TEntryList",1026,G__G__Tree_197_0_6, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 1, 1, 1, 0, "U 'TTree' - 10 - tree", (char*)NULL, (void*) NULL, 0);
23776    G__memfunc_setup("TEntryList",1026,G__G__Tree_197_0_7, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 1, 1, 1, 0, "u 'TEntryList' - 11 - elist", (char*)NULL, (void*) NULL, 0);
23777    G__memfunc_setup("Add",265,G__G__Tree_197_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TEntryList' - 10 - elist", (char*)NULL, (void*) NULL, 1);
23778    G__memfunc_setup("Contains",831,G__G__Tree_197_0_9, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23779 "n - 'Long64_t' 0 - entry U 'TTree' - 0 '0' tree", (char*)NULL, (void*) NULL, 1);
23780    G__memfunc_setup("DirectoryAutoAdd",1623,G__G__Tree_197_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - -", (char*)NULL, (void*) NULL, 1);
23781    G__memfunc_setup("Enter",510,G__G__Tree_197_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
23782 "n - 'Long64_t' 0 - entry U 'TTree' - 0 '0' tree", (char*)NULL, (void*) NULL, 1);
23783    G__memfunc_setup("GetCurrentList",1439,G__G__Tree_197_0_12, 85, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23784    G__memfunc_setup("GetEntryList",1230,G__G__Tree_197_0_13, 85, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 3, 1, 1, 0, 
23785 "C - - 10 - treename C - - 10 - filename "
23786 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
23787    G__memfunc_setup("GetEntry",818,G__G__Tree_197_0_14, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 1);
23788    G__memfunc_setup("GetEntryAndTree",1493,G__G__Tree_197_0_15, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
23789 "i - 'Int_t' 0 - index i - 'Int_t' 1 - treenum", (char*)NULL, (void*) NULL, 1);
23790    G__memfunc_setup("GetEntriesToProcess",1948,G__G__Tree_197_0_16, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23791    G__memfunc_setup("GetLists",815,G__G__Tree_197_0_17, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23792    G__memfunc_setup("GetDirectory",1237,G__G__Tree_197_0_18, 85, G__get_linked_tagnum(&G__G__TreeLN_TDirectory), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23793    G__memfunc_setup("GetN",366,G__G__Tree_197_0_19, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23794    G__memfunc_setup("GetTreeName",1073,G__G__Tree_197_0_20, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23795    G__memfunc_setup("GetFileName",1057,G__G__Tree_197_0_21, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23796    G__memfunc_setup("GetTreeNumber",1305,G__G__Tree_197_0_22, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23797    G__memfunc_setup("GetReapplyCut",1321,G__G__Tree_197_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23798    G__memfunc_setup("Merge",496,G__G__Tree_197_0_24, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
23799    G__memfunc_setup("Next",415,G__G__Tree_197_0_25, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23800    G__memfunc_setup("OptimizeStorage",1574,G__G__Tree_197_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23801    G__memfunc_setup("Remove",622,G__G__Tree_197_0_27, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
23802 "n - 'Long64_t' 0 - entry U 'TTree' - 0 '0' tree", (char*)NULL, (void*) NULL, 1);
23803    G__memfunc_setup("Reset",515,G__G__Tree_197_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23804    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);
23805    G__memfunc_setup("SetDirectory",1249,G__G__Tree_197_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - dir", (char*)NULL, (void*) NULL, 1);
23806    G__memfunc_setup("SetEntriesToProcess",1960,G__G__Tree_197_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - nen", (char*)NULL, (void*) NULL, 1);
23807    G__memfunc_setup("SetShift",810,G__G__Tree_197_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - shift", (char*)NULL, (void*) NULL, 1);
23808    G__memfunc_setup("SetTree",700,G__G__Tree_197_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 10 - tree", (char*)NULL, (void*) NULL, 1);
23809    G__memfunc_setup("SetTree",700,G__G__Tree_197_0_34, 121, -1, -1, 0, 2, 1, 1, 0, 
23810 "C - - 10 - treename C - - 10 - filename", (char*)NULL, (void*) NULL, 1);
23811    G__memfunc_setup("SetTreeName",1085,G__G__Tree_197_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - treename", (char*)NULL, (void*) NULL, 1);
23812    G__memfunc_setup("SetFileName",1069,G__G__Tree_197_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - filename", (char*)NULL, (void*) NULL, 1);
23813    G__memfunc_setup("SetTreeNumber",1317,G__G__Tree_197_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 1);
23814    G__memfunc_setup("SetReapplyCut",1333,G__G__Tree_197_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' apply", "*TOGGLE*", (void*) NULL, 1);
23815    G__memfunc_setup("Subtract",840,G__G__Tree_197_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TEntryList' - 10 - elist", (char*)NULL, (void*) NULL, 1);
23816    G__memfunc_setup("Class",502,G__G__Tree_197_0_40, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TEntryList::Class) ), 0);
23817    G__memfunc_setup("Class_Name",982,G__G__Tree_197_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryList::Class_Name) ), 0);
23818    G__memfunc_setup("Class_Version",1339,G__G__Tree_197_0_42, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TEntryList::Class_Version) ), 0);
23819    G__memfunc_setup("Dictionary",1046,G__G__Tree_197_0_43, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TEntryList::Dictionary) ), 0);
23820    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23821    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);
23822    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);
23823    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_197_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23824    G__memfunc_setup("DeclFileName",1145,G__G__Tree_197_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryList::DeclFileName) ), 0);
23825    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_197_0_49, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEntryList::ImplFileLine) ), 0);
23826    G__memfunc_setup("ImplFileName",1171,G__G__Tree_197_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryList::ImplFileName) ), 0);
23827    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_197_0_51, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEntryList::DeclFileLine) ), 0);
23828    // automatic destructor
23829    G__memfunc_setup("~TEntryList", 1152, G__G__Tree_197_0_52, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23830    G__tag_memfunc_reset();
23831 }
23832 
23833 static void G__setup_memfuncTFriendElement(void) {
23834    /* TFriendElement */
23835    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TFriendElement));
23836    G__memfunc_setup("TFriendElement",1398,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 1, 1, 2, 0, "u 'TFriendElement' - 11 - -", (char*)NULL, (void*) NULL, 0);
23837    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 1, 1, 1, 2, 0, "u 'TFriendElement' - 11 - -", (char*)NULL, (void*) NULL, 0);
23838    G__memfunc_setup("TFriendElement",1398,G__G__Tree_198_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23839    G__memfunc_setup("TFriendElement",1398,G__G__Tree_198_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 3, 1, 1, 0, 
23840 "U 'TTree' - 0 - tree C - - 10 - treename "
23841 "C - - 10 - filename", (char*)NULL, (void*) NULL, 0);
23842    G__memfunc_setup("TFriendElement",1398,G__G__Tree_198_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 3, 1, 1, 0, 
23843 "U 'TTree' - 0 - tree C - - 10 - treename "
23844 "U 'TFile' - 0 - file", (char*)NULL, (void*) NULL, 0);
23845    G__memfunc_setup("TFriendElement",1398,G__G__Tree_198_0_6, 105, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 3, 1, 1, 0, 
23846 "U 'TTree' - 0 - tree U 'TTree' - 0 - friendtree "
23847 "C - - 10 - alias", (char*)NULL, (void*) NULL, 0);
23848    G__memfunc_setup("Connect",714,G__G__Tree_198_0_7, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23849    G__memfunc_setup("DisConnect",1002,G__G__Tree_198_0_8, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23850    G__memfunc_setup("GetFile",672,G__G__Tree_198_0_9, 85, G__get_linked_tagnum(&G__G__TreeLN_TFile), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23851    G__memfunc_setup("GetParentTree",1306,G__G__Tree_198_0_10, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23852    G__memfunc_setup("GetTree",688,G__G__Tree_198_0_11, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23853    G__memfunc_setup("GetTreeName",1073,G__G__Tree_198_0_12, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23854    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);
23855    G__memfunc_setup("Class",502,G__G__Tree_198_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFriendElement::Class) ), 0);
23856    G__memfunc_setup("Class_Name",982,G__G__Tree_198_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFriendElement::Class_Name) ), 0);
23857    G__memfunc_setup("Class_Version",1339,G__G__Tree_198_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFriendElement::Class_Version) ), 0);
23858    G__memfunc_setup("Dictionary",1046,G__G__Tree_198_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFriendElement::Dictionary) ), 0);
23859    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23860    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);
23861    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);
23862    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_198_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23863    G__memfunc_setup("DeclFileName",1145,G__G__Tree_198_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFriendElement::DeclFileName) ), 0);
23864    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_198_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFriendElement::ImplFileLine) ), 0);
23865    G__memfunc_setup("ImplFileName",1171,G__G__Tree_198_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFriendElement::ImplFileName) ), 0);
23866    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_198_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFriendElement::DeclFileLine) ), 0);
23867    // automatic destructor
23868    G__memfunc_setup("~TFriendElement", 1524, G__G__Tree_198_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23869    G__tag_memfunc_reset();
23870 }
23871 
23872 static void G__setup_memfuncTCut(void) {
23873    /* TCut */
23874    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TCut));
23875    G__memfunc_setup("operator<",936,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "u 'TCut' - 11 - rhs", "Intentional left unimplemented", (void*) NULL, 0);
23876    G__memfunc_setup("operator<=",997,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "u 'TCut' - 11 - rhs", "Intentional left unimplemented", (void*) NULL, 0);
23877    G__memfunc_setup("operator>",938,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "u 'TCut' - 11 - rhs", "Intentional left unimplemented", (void*) NULL, 0);
23878    G__memfunc_setup("operator>=",999,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "u 'TCut' - 11 - rhs", "Intentional left unimplemented", (void*) NULL, 0);
23879    G__memfunc_setup("TCut",384,G__G__Tree_199_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23880    G__memfunc_setup("TCut",384,G__G__Tree_199_0_6, 105, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 0);
23881    G__memfunc_setup("TCut",384,G__G__Tree_199_0_7, 105, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
23882 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
23883    G__memfunc_setup("TCut",384,G__G__Tree_199_0_8, 105, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 1, 1, 1, 0, "u 'TCut' - 11 - cut", (char*)NULL, (void*) NULL, 0);
23884    G__memfunc_setup("operator=",937,G__G__Tree_199_0_9, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 1, 1, 1, 1, 0, "C - - 10 - rhs", (char*)NULL, (void*) NULL, 0);
23885    G__memfunc_setup("operator=",937,G__G__Tree_199_0_10, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 1, 1, 1, 1, 0, "u 'TCut' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
23886    G__memfunc_setup("operator+=",980,G__G__Tree_199_0_11, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 1, 1, 1, 1, 0, "C - - 10 - rhs", (char*)NULL, (void*) NULL, 0);
23887    G__memfunc_setup("operator+=",980,G__G__Tree_199_0_12, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 1, 1, 1, 1, 0, "u 'TCut' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
23888    G__memfunc_setup("operator*=",979,G__G__Tree_199_0_13, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 1, 1, 1, 1, 0, "C - - 10 - rhs", (char*)NULL, (void*) NULL, 0);
23889    G__memfunc_setup("operator*=",979,G__G__Tree_199_0_14, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 1, 1, 1, 1, 0, "u 'TCut' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
23890    G__memfunc_setup("operator==",998,G__G__Tree_199_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "C - - 10 - rhs", (char*)NULL, (void*) NULL, 0);
23891    G__memfunc_setup("operator==",998,G__G__Tree_199_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TCut' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
23892    G__memfunc_setup("operator!=",970,G__G__Tree_199_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "C - - 10 - rhs", (char*)NULL, (void*) NULL, 0);
23893    G__memfunc_setup("operator!=",970,G__G__Tree_199_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'TCut' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
23894    G__memfunc_setup("operator const char*",1947,G__G__Tree_199_0_19, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
23895    G__memfunc_setup("Class",502,G__G__Tree_199_0_20, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TCut::Class) ), 0);
23896    G__memfunc_setup("Class_Name",982,G__G__Tree_199_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCut::Class_Name) ), 0);
23897    G__memfunc_setup("Class_Version",1339,G__G__Tree_199_0_22, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TCut::Class_Version) ), 0);
23898    G__memfunc_setup("Dictionary",1046,G__G__Tree_199_0_23, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TCut::Dictionary) ), 0);
23899    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23900    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);
23901    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);
23902    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_199_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23903    G__memfunc_setup("DeclFileName",1145,G__G__Tree_199_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCut::DeclFileName) ), 0);
23904    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_199_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCut::ImplFileLine) ), 0);
23905    G__memfunc_setup("ImplFileName",1171,G__G__Tree_199_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TCut::ImplFileName) ), 0);
23906    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_199_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TCut::DeclFileLine) ), 0);
23907    // automatic destructor
23908    G__memfunc_setup("~TCut", 510, G__G__Tree_199_0_32, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23909    G__tag_memfunc_reset();
23910 }
23911 
23912 static void G__setup_memfuncTBranchRef(void) {
23913    /* TBranchRef */
23914    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchRef));
23915    G__memfunc_setup("ReadLeavesImpl",1390,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23916    G__memfunc_setup("TBranchRef",959,G__G__Tree_200_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchRef), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23917    G__memfunc_setup("TBranchRef",959,G__G__Tree_200_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchRef), -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - tree", (char*)NULL, (void*) NULL, 0);
23918    G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
23919    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23920    G__memfunc_setup("FillLeaves",999,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
23921    G__memfunc_setup("GetRefTable",1061,G__G__Tree_200_0_7, 85, G__get_linked_tagnum(&G__G__TreeLN_TRefTable), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
23922    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);
23923    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);
23924    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
23925    G__memfunc_setup("SetParent",918,G__G__Tree_200_0_11, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
23926 "U 'TObject' - 10 - obj i - 'Int_t' 0 - branchID", (char*)NULL, (void*) NULL, 1);
23927    G__memfunc_setup("SetReadEntry",1210,G__G__Tree_200_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
23928    G__memfunc_setup("Class",502,G__G__Tree_200_0_13, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBranchRef::Class) ), 0);
23929    G__memfunc_setup("Class_Name",982,G__G__Tree_200_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchRef::Class_Name) ), 0);
23930    G__memfunc_setup("Class_Version",1339,G__G__Tree_200_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBranchRef::Class_Version) ), 0);
23931    G__memfunc_setup("Dictionary",1046,G__G__Tree_200_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBranchRef::Dictionary) ), 0);
23932    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23933    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);
23934    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);
23935    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_200_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23936    G__memfunc_setup("DeclFileName",1145,G__G__Tree_200_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchRef::DeclFileName) ), 0);
23937    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_200_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchRef::ImplFileLine) ), 0);
23938    G__memfunc_setup("ImplFileName",1171,G__G__Tree_200_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchRef::ImplFileName) ), 0);
23939    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_200_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchRef::DeclFileLine) ), 0);
23940    // automatic destructor
23941    G__memfunc_setup("~TBranchRef", 1085, G__G__Tree_200_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23942    G__tag_memfunc_reset();
23943 }
23944 
23945 static void G__setup_memfuncTTreeFriendLeafIter(void) {
23946    /* TTreeFriendLeafIter */
23947    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter));
23948    G__memfunc_setup("TTreeFriendLeafIter",1864,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
23949    G__memfunc_setup("TTreeFriendLeafIter",1864,G__G__Tree_206_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter), -1, 0, 2, 1, 1, 0, 
23950 "U 'TTree' - 10 - t g - 'Bool_t' 0 'kIterForward' dir", (char*)NULL, (void*) NULL, 0);
23951    G__memfunc_setup("TTreeFriendLeafIter",1864,G__G__Tree_206_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter), -1, 0, 1, 1, 1, 0, "u 'TTreeFriendLeafIter' - 11 - iter", (char*)NULL, (void*) NULL, 0);
23952    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__TreeLN_TIterator), -1, 1, 1, 1, 1, 0, "u 'TIterator' - 11 - rhs", (char*)NULL, (void*) NULL, 1);
23953    G__memfunc_setup("operator=",937,G__G__Tree_206_0_5, 117, G__get_linked_tagnum(&G__G__TreeLN_TTreeFriendLeafIter), -1, 1, 1, 1, 1, 0, "u 'TTreeFriendLeafIter' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
23954    G__memfunc_setup("GetCollection",1324,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TCollection), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
23955    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);
23956    G__memfunc_setup("Next",415,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TObject), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23957    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
23958    G__memfunc_setup("operator!=",970,(G__InterfaceMethod) NULL,103, -1, -1, 0, 1, 1, 1, 8, "u 'TIterator' - 11 - -", (char*)NULL, (void*) NULL, 1);
23959    G__memfunc_setup("operator!=",970,G__G__Tree_206_0_11, 103, -1, -1, 0, 1, 1, 1, 8, "u 'TTreeFriendLeafIter' - 11 - -", (char*)NULL, (void*) NULL, 0);
23960    G__memfunc_setup("operator*",918,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23961    G__memfunc_setup("Class",502,G__G__Tree_206_0_13, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeFriendLeafIter::Class) ), 0);
23962    G__memfunc_setup("Class_Name",982,G__G__Tree_206_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeFriendLeafIter::Class_Name) ), 0);
23963    G__memfunc_setup("Class_Version",1339,G__G__Tree_206_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeFriendLeafIter::Class_Version) ), 0);
23964    G__memfunc_setup("Dictionary",1046,G__G__Tree_206_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeFriendLeafIter::Dictionary) ), 0);
23965    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
23966    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);
23967    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);
23968    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_206_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
23969    G__memfunc_setup("DeclFileName",1145,G__G__Tree_206_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeFriendLeafIter::DeclFileName) ), 0);
23970    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_206_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeFriendLeafIter::ImplFileLine) ), 0);
23971    G__memfunc_setup("ImplFileName",1171,G__G__Tree_206_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeFriendLeafIter::ImplFileName) ), 0);
23972    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_206_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeFriendLeafIter::DeclFileLine) ), 0);
23973    // automatic destructor
23974    G__memfunc_setup("~TTreeFriendLeafIter", 1990, G__G__Tree_206_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
23975    G__tag_memfunc_reset();
23976 }
23977 
23978 static void G__setup_memfuncTBranchObject(void) {
23979    /* TBranchObject */
23980    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchObject));
23981    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 9, 1, 2, 0, 
23982 "U 'TTree' - 0 - tree U 'TBranch' - 0 - parent "
23983 "C - - 10 - name C - - 10 - classname "
23984 "Y - - 0 - addobj i - 'Int_t' 0 - basketsize "
23985 "i - 'Int_t' 0 - splitlevel i - 'Int_t' 0 - compress "
23986 "g - 'Bool_t' 0 - isptrptr", (char*)NULL, (void*) NULL, 0);
23987    G__memfunc_setup("TBranchObject",1273,G__G__Tree_211_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchObject), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
23988    G__memfunc_setup("TBranchObject",1273,G__G__Tree_211_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchObject), -1, 0, 8, 1, 1, 0, 
23989 "U 'TBranch' - 0 - parent C - - 10 - name "
23990 "C - - 10 - classname Y - - 0 - addobj "
23991 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '0' splitlevel "
23992 "i - 'Int_t' 0 '-1' compress g - 'Bool_t' 0 'kTRUE' isptrptr", (char*)NULL, (void*) NULL, 0);
23993    G__memfunc_setup("TBranchObject",1273,G__G__Tree_211_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchObject), -1, 0, 8, 1, 1, 0, 
23994 "U 'TTree' - 0 - tree C - - 10 - name "
23995 "C - - 10 - classname Y - - 0 - addobj "
23996 "i - 'Int_t' 0 '32000' basketsize i - 'Int_t' 0 '0' splitlevel "
23997 "i - 'Int_t' 0 '-1' compress g - 'Bool_t' 0 'kTRUE' isptrptr", (char*)NULL, (void*) NULL, 0);
23998    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);
23999    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24000    G__memfunc_setup("GetClassName",1175,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24001    G__memfunc_setup("GetObjClassName",1458,G__G__Tree_211_0_8, 67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
24002    G__memfunc_setup("GetEntry",818,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24003 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
24004    G__memfunc_setup("GetExpectedType",1524,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24005 "U 'TClass' - 1 - clptr i 'EDataType' - 1 - type", (char*)NULL, (void*) NULL, 1);
24006    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);
24007    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);
24008    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
24009    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - addobj", (char*)NULL, (void*) NULL, 1);
24010    G__memfunc_setup("SetAutoDelete",1304,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' autodel", (char*)NULL, (void*) NULL, 1);
24011    G__memfunc_setup("SetBasketSize",1313,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - buffsize", (char*)NULL, (void*) NULL, 1);
24012    G__memfunc_setup("SetupAddresses",1455,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24013    G__memfunc_setup("UpdateAddress",1321,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24014    G__memfunc_setup("Class",502,G__G__Tree_211_0_19, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBranchObject::Class) ), 0);
24015    G__memfunc_setup("Class_Name",982,G__G__Tree_211_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchObject::Class_Name) ), 0);
24016    G__memfunc_setup("Class_Version",1339,G__G__Tree_211_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBranchObject::Class_Version) ), 0);
24017    G__memfunc_setup("Dictionary",1046,G__G__Tree_211_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBranchObject::Dictionary) ), 0);
24018    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24019    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);
24020    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);
24021    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_211_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24022    G__memfunc_setup("DeclFileName",1145,G__G__Tree_211_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchObject::DeclFileName) ), 0);
24023    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_211_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchObject::ImplFileLine) ), 0);
24024    G__memfunc_setup("ImplFileName",1171,G__G__Tree_211_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchObject::ImplFileName) ), 0);
24025    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_211_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchObject::DeclFileLine) ), 0);
24026    // automatic destructor
24027    G__memfunc_setup("~TBranchObject", 1399, G__G__Tree_211_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24028    G__tag_memfunc_reset();
24029 }
24030 
24031 static void G__setup_memfuncTIndArray(void) {
24032    /* TIndArray */
24033    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TIndArray));
24034    G__memfunc_setup("TIndArray",878,G__G__Tree_225_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TIndArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24035    G__memfunc_setup("Reserve",732,G__G__Tree_225_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - size", (char*)NULL, (void*) NULL, 0);
24036    G__memfunc_setup("GetCapacity",1102,G__G__Tree_225_0_3, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24037    G__memfunc_setup("GetNumItems",1106,G__G__Tree_225_0_4, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24038    G__memfunc_setup("SetNumItems",1118,G__G__Tree_225_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - items", (char*)NULL, (void*) NULL, 0);
24039    G__memfunc_setup("At",181,G__G__Tree_225_0_6, 98, -1, G__defined_typename("UChar_t"), 1, 1, 1, 1, 0, "i - 'Int_t' 0 - ind", (char*)NULL, (void*) NULL, 0);
24040    G__memfunc_setup("Clear",487,G__G__Tree_225_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24041    // automatic copy constructor
24042    G__memfunc_setup("TIndArray", 878, G__G__Tree_225_0_8, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TIndArray), -1, 0, 1, 1, 1, 0, "u 'TIndArray' - 11 - -", (char*) NULL, (void*) NULL, 0);
24043    // automatic destructor
24044    G__memfunc_setup("~TIndArray", 1004, G__G__Tree_225_0_9, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24045    // automatic assignment operator
24046    G__memfunc_setup("operator=", 937, G__G__Tree_225_0_10, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TIndArray), -1, 1, 1, 1, 1, 0, "u 'TIndArray' - 11 - -", (char*) NULL, (void*) NULL, 0);
24047    G__tag_memfunc_reset();
24048 }
24049 
24050 static void G__setup_memfuncTBranchSTL(void) {
24051    /* TBranchSTL */
24052    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL));
24053    G__memfunc_setup("TBranchSTL",917,G__G__Tree_226_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24054    G__memfunc_setup("TBranchSTL",917,G__G__Tree_226_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL), -1, 0, 5, 1, 1, 0, 
24055 "U 'TTree' - 0 - tree C - - 10 - name "
24056 "U 'TVirtualCollectionProxy' - 0 - collProxy i - 'Int_t' 0 - buffsize "
24057 "i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 0);
24058    G__memfunc_setup("TBranchSTL",917,G__G__Tree_226_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TBranchSTL), -1, 0, 7, 1, 1, 0, 
24059 "U 'TBranch' - 0 - parent C - - 10 - name "
24060 "U 'TVirtualCollectionProxy' - 0 - collProxy i - 'Int_t' 0 - buffsize "
24061 "i - 'Int_t' 0 - splitlevel U 'TStreamerInfo' - 0 - info "
24062 "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0);
24063    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);
24064    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);
24065    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24066    G__memfunc_setup("FillLeaves",999,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24067    G__memfunc_setup("GetClassName",1175,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24068    G__memfunc_setup("GetEntry",818,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24069 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
24070    G__memfunc_setup("GetInfo",684,G__G__Tree_226_0_10, 85, G__get_linked_tagnum(&G__G__TreeLN_TStreamerInfo), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24071    G__memfunc_setup("Print",525,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
24072    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - addr", (char*)NULL, (void*) NULL, 1);
24073    G__memfunc_setup("Class",502,G__G__Tree_226_0_13, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBranchSTL::Class) ), 0);
24074    G__memfunc_setup("Class_Name",982,G__G__Tree_226_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchSTL::Class_Name) ), 0);
24075    G__memfunc_setup("Class_Version",1339,G__G__Tree_226_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBranchSTL::Class_Version) ), 0);
24076    G__memfunc_setup("Dictionary",1046,G__G__Tree_226_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBranchSTL::Dictionary) ), 0);
24077    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24078    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);
24079    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);
24080    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_226_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24081    G__memfunc_setup("DeclFileName",1145,G__G__Tree_226_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchSTL::DeclFileName) ), 0);
24082    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_226_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchSTL::ImplFileLine) ), 0);
24083    G__memfunc_setup("ImplFileName",1171,G__G__Tree_226_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBranchSTL::ImplFileName) ), 0);
24084    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_226_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBranchSTL::DeclFileLine) ), 0);
24085    G__memfunc_setup("ReadLeavesImpl",1390,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24086    // automatic destructor
24087    G__memfunc_setup("~TBranchSTL", 1043, G__G__Tree_226_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24088    G__tag_memfunc_reset();
24089 }
24090 
24091 static void G__setup_memfuncTChainElement(void) {
24092    /* TChainElement */
24093    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TChainElement));
24094    G__memfunc_setup("TChainElement",1281,G__G__Tree_234_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TChainElement), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24095    G__memfunc_setup("TChainElement",1281,G__G__Tree_234_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TChainElement), -1, 0, 2, 1, 1, 0, 
24096 "C - - 10 - title C - - 10 - filename", (char*)NULL, (void*) NULL, 0);
24097    G__memfunc_setup("CreatePackets",1311,G__G__Tree_234_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24098    G__memfunc_setup("GetBaddress",1096,G__G__Tree_234_0_4, 89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24099    G__memfunc_setup("GetBaddressClassName",1983,G__G__Tree_234_0_5, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24100    G__memfunc_setup("GetBaddressIsPtr",1594,G__G__Tree_234_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24101    G__memfunc_setup("GetBaddressType",1514,G__G__Tree_234_0_7, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24102    G__memfunc_setup("GetBranchPtr",1188,G__G__Tree_234_0_8, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 2, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24103    G__memfunc_setup("GetEntries",1018,G__G__Tree_234_0_9, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24104    G__memfunc_setup("GetPackets",1003,G__G__Tree_234_0_10, 67, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24105    G__memfunc_setup("GetPacketSize",1299,G__G__Tree_234_0_11, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24106    G__memfunc_setup("GetStatus",932,G__G__Tree_234_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24107    G__memfunc_setup("HasBeenLookedUp",1465,G__G__Tree_234_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24108    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);
24109    G__memfunc_setup("SetBaddress",1108,G__G__Tree_234_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - add", (char*)NULL, (void*) NULL, 1);
24110    G__memfunc_setup("SetBaddressClassName",1995,G__G__Tree_234_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - clname", (char*)NULL, (void*) NULL, 1);
24111    G__memfunc_setup("SetBaddressIsPtr",1606,G__G__Tree_234_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - isptr", (char*)NULL, (void*) NULL, 1);
24112    G__memfunc_setup("SetBaddressType",1526,G__G__Tree_234_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - type", (char*)NULL, (void*) NULL, 1);
24113    G__memfunc_setup("SetBranchPtr",1200,G__G__Tree_234_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 2 - ptr", (char*)NULL, (void*) NULL, 1);
24114    G__memfunc_setup("SetLookedUp",1103,G__G__Tree_234_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' y", (char*)NULL, (void*) NULL, 1);
24115    G__memfunc_setup("SetNumberEntries",1647,G__G__Tree_234_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24116    G__memfunc_setup("SetPacketSize",1311,G__G__Tree_234_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '100' size", (char*)NULL, (void*) NULL, 1);
24117    G__memfunc_setup("SetStatus",944,G__G__Tree_234_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - status", (char*)NULL, (void*) NULL, 1);
24118    G__memfunc_setup("Class",502,G__G__Tree_234_0_24, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TChainElement::Class) ), 0);
24119    G__memfunc_setup("Class_Name",982,G__G__Tree_234_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChainElement::Class_Name) ), 0);
24120    G__memfunc_setup("Class_Version",1339,G__G__Tree_234_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TChainElement::Class_Version) ), 0);
24121    G__memfunc_setup("Dictionary",1046,G__G__Tree_234_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TChainElement::Dictionary) ), 0);
24122    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24123    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);
24124    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);
24125    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_234_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24126    G__memfunc_setup("DeclFileName",1145,G__G__Tree_234_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChainElement::DeclFileName) ), 0);
24127    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_234_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TChainElement::ImplFileLine) ), 0);
24128    G__memfunc_setup("ImplFileName",1171,G__G__Tree_234_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChainElement::ImplFileName) ), 0);
24129    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_234_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TChainElement::DeclFileLine) ), 0);
24130    // automatic copy constructor
24131    G__memfunc_setup("TChainElement", 1281, G__G__Tree_234_0_36, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TChainElement), -1, 0, 1, 1, 1, 0, "u 'TChainElement' - 11 - -", (char*) NULL, (void*) NULL, 0);
24132    // automatic destructor
24133    G__memfunc_setup("~TChainElement", 1407, G__G__Tree_234_0_37, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24134    // automatic assignment operator
24135    G__memfunc_setup("operator=", 937, G__G__Tree_234_0_38, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TChainElement), -1, 1, 1, 1, 1, 0, "u 'TChainElement' - 11 - -", (char*) NULL, (void*) NULL, 0);
24136    G__tag_memfunc_reset();
24137 }
24138 
24139 static void G__setup_memfuncTChain(void) {
24140    /* TChain */
24141    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TChain));
24142    G__memfunc_setup("TChain",567,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TChain), -1, 0, 1, 1, 4, 0, "u 'TChain' - 11 - -", "not implemented", (void*) NULL, 0);
24143    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TChain), -1, 1, 1, 1, 4, 0, "u 'TChain' - 11 - -", "not implemented", (void*) NULL, 0);
24144    G__memfunc_setup("ReleaseChainProof",1706,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
24145    G__memfunc_setup("TChain",567,G__G__Tree_236_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TChain), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24146    G__memfunc_setup("TChain",567,G__G__Tree_236_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TChain), -1, 0, 2, 1, 1, 0, 
24147 "C - - 10 - name C - - 10 '\"\"' title", (char*)NULL, (void*) NULL, 0);
24148    G__memfunc_setup("Add",265,G__G__Tree_236_0_6, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TChain' - 0 - chain", (char*)NULL, (void*) NULL, 1);
24149    G__memfunc_setup("Add",265,G__G__Tree_236_0_7, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24150 "C - - 10 - name n - 'Long64_t' 0 'kBigNumber' nentries", (char*)NULL, (void*) NULL, 1);
24151    G__memfunc_setup("AddFile",649,G__G__Tree_236_0_8, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
24152 "C - - 10 - name n - 'Long64_t' 0 'kBigNumber' nentries "
24153 "C - - 10 '\"\"' tname", (char*)NULL, (void*) NULL, 1);
24154    G__memfunc_setup("AddFileInfoList",1457,G__G__Tree_236_0_9, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24155 "U 'TCollection' - 0 - list n - 'Long64_t' 0 'kBigNumber' nfiles", (char*)NULL, (void*) NULL, 1);
24156    G__memfunc_setup("AddFriend",865,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 2, 1, 1, 0, 
24157 "C - - 10 - chainname C - - 10 '\"\"' dummy", (char*)NULL, (void*) NULL, 1);
24158    G__memfunc_setup("AddFriend",865,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 2, 1, 1, 0, 
24159 "C - - 10 - chainname U 'TFile' - 0 - dummy", (char*)NULL, (void*) NULL, 1);
24160    G__memfunc_setup("AddFriend",865,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TFriendElement), -1, 0, 3, 1, 1, 0, 
24161 "U 'TTree' - 0 - chain C - - 10 '\"\"' alias "
24162 "g - 'Bool_t' 0 'kFALSE' warn", (char*)NULL, (void*) NULL, 1);
24163    G__memfunc_setup("Browse",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 - -", (char*)NULL, (void*) NULL, 1);
24164    G__memfunc_setup("CanDeleteRefs",1269,G__G__Tree_236_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' flag", (char*)NULL, (void*) NULL, 1);
24165    G__memfunc_setup("CreatePackets",1311,G__G__Tree_236_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24166    G__memfunc_setup("DirectoryAutoAdd",1623,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - -", (char*)NULL, (void*) NULL, 1);
24167    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
24168 "C - - 10 - varexp u 'TCut' - 11 - selection "
24169 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 'kBigNumber' nentries "
24170 "n - 'Long64_t' 0 '0' firstentry", (char*)NULL, (void*) NULL, 1);
24171    G__memfunc_setup("Draw",398,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
24172 "C - - 10 - varexp C - - 10 - selection "
24173 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 'kBigNumber' nentries "
24174 "n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
24175    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);
24176    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24177    G__memfunc_setup("FindBranch",975,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
24178    G__memfunc_setup("FindLeaf",761,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
24179    G__memfunc_setup("GetBranch",878,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
24180    G__memfunc_setup("GetBranchStatus",1522,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "C - - 10 - branchname", (char*)NULL, (void*) NULL, 1);
24181    G__memfunc_setup("GetChainEntryNumber",1918,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
24182    G__memfunc_setup("GetNtrees",913,G__G__Tree_236_0_26, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24183    G__memfunc_setup("GetEntries",1018,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24184    G__memfunc_setup("GetEntries",1018,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "C - - 10 - sel", (char*)NULL, (void*) NULL, 1);
24185    G__memfunc_setup("GetEntry",818,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24186 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
24187    G__memfunc_setup("GetEntryNumber",1435,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 8, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
24188    G__memfunc_setup("GetEntryWithIndex",1734,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24189 "i - 'Int_t' 0 - major i - 'Int_t' 0 '0' minor", (char*)NULL, (void*) NULL, 1);
24190    G__memfunc_setup("GetFile",672,G__G__Tree_236_0_32, 85, G__get_linked_tagnum(&G__G__TreeLN_TFile), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24191    G__memfunc_setup("GetLeaf",664,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TLeaf), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
24192    G__memfunc_setup("GetListOfBranches",1687,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24193    G__memfunc_setup("GetListOfFiles",1380,G__G__Tree_236_0_35, 85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24194    G__memfunc_setup("GetListOfLeaves",1489,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24195    G__memfunc_setup("GetAlias",778,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 9, "C - - 10 - aliasName", (char*)NULL, (void*) NULL, 1);
24196    G__memfunc_setup("GetMaximum",1022,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "C - - 10 - columname", (char*)NULL, (void*) NULL, 1);
24197    G__memfunc_setup("GetMinimum",1020,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "C - - 10 - columname", (char*)NULL, (void*) NULL, 1);
24198    G__memfunc_setup("GetNbranches",1204,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24199    G__memfunc_setup("GetReadEntry",1198,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24200    G__memfunc_setup("GetStatus",932,G__G__Tree_236_0_42, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24201    G__memfunc_setup("GetTree",688,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24202    G__memfunc_setup("GetTreeNumber",1305,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24203    G__memfunc_setup("GetTreeOffset",1303,G__G__Tree_236_0_45, 78, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24204    G__memfunc_setup("GetTreeOffsetLen",1590,G__G__Tree_236_0_46, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24205    G__memfunc_setup("GetWeight",904,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24206    G__memfunc_setup("LoadBaskets",1101,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - maxmemory", (char*)NULL, (void*) NULL, 1);
24207    G__memfunc_setup("LoadTree",784,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
24208    G__memfunc_setup("Lookup",634,G__G__Tree_236_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' force", (char*)NULL, (void*) NULL, 0);
24209    G__memfunc_setup("Loop",410,G__G__Tree_236_0_51, 121, -1, -1, 0, 3, 1, 1, 0, 
24210 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 'kBigNumber' nentries "
24211 "n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
24212    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);
24213    G__memfunc_setup("Merge",496,G__G__Tree_236_0_53, 110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
24214 "C - - 10 - name C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
24215    G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
24216 "U 'TCollection' - 0 - list C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
24217    G__memfunc_setup("Merge",496,G__G__Tree_236_0_55, 110, -1, G__defined_typename("Long64_t"), 0, 3, 1, 1, 0, 
24218 "U 'TFile' - 0 - file i - 'Int_t' 0 - basketsize "
24219 "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
24220    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);
24221    G__memfunc_setup("Process",735,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 4, 1, 1, 0, 
24222 "C - - 10 - filename C - 'Option_t' 10 '\"\"' option "
24223 "n - 'Long64_t' 0 'kBigNumber' nentries n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
24224    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
24225    G__memfunc_setup("Reset",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
24226    G__memfunc_setup("ResetBranchAddress",1815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - -", (char*)NULL, (void*) NULL, 1);
24227    G__memfunc_setup("ResetBranchAddresses",2031,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24228    G__memfunc_setup("Scan",389,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 5, 1, 1, 0, 
24229 "C - - 10 '\"\"' varexp C - - 10 '\"\"' selection "
24230 "C - 'Option_t' 10 '\"\"' option n - 'Long64_t' 0 '1000000000' nentries "
24231 "n - 'Long64_t' 0 '0' firstentry", "*MENU*", (void*) NULL, 1);
24232    G__memfunc_setup("SetAutoDelete",1304,G__G__Tree_236_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' autodel", (char*)NULL, (void*) NULL, 1);
24233    G__memfunc_setup("SetBranchAddress",1600,G__G__Tree_236_0_64, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
24234 "C - - 10 - bname Y - - 0 - add "
24235 "U 'TBranch' - 2 '0' ptr", (char*)NULL, (void*) NULL, 1);
24236    G__memfunc_setup("SetBranchAddress",1600,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
24237 "C - - 10 - bname Y - - 0 - add "
24238 "U 'TBranch' - 2 - ptr U 'TClass' - 0 - realClass "
24239 "i 'EDataType' - 0 - datatype g - 'Bool_t' 0 - isptr", (char*)NULL, (void*) NULL, 1);
24240    G__memfunc_setup("SetBranchAddress",1600,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
24241 "C - - 10 - bname Y - - 0 - add "
24242 "U 'TClass' - 0 - realClass i 'EDataType' - 0 - datatype "
24243 "g - 'Bool_t' 0 - isptr", (char*)NULL, (void*) NULL, 1);
24244    G__memfunc_setup("SetBranchStatus",1534,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24245 "C - - 10 - bname g - 'Bool_t' 0 '1' status "
24246 "H - 'UInt_t' 0 '0' found", (char*)NULL, (void*) NULL, 1);
24247    G__memfunc_setup("SetDirectory",1249,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TDirectory' - 0 - dir", (char*)NULL, (void*) NULL, 1);
24248    G__memfunc_setup("SetEntryList",1242,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24249 "U 'TEntryList' - 0 - elist C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
24250    G__memfunc_setup("SetEntryListFile",1626,G__G__Tree_236_0_70, 121, -1, -1, 0, 2, 1, 1, 0, 
24251 "C - - 10 '\"\"' filename C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
24252    G__memfunc_setup("SetEventList",1226,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TEventList' - 0 - evlist", (char*)NULL, (void*) NULL, 1);
24253    G__memfunc_setup("SetMakeClass",1184,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - make", (char*)NULL, (void*) NULL, 1);
24254    G__memfunc_setup("SetPacketSize",1311,G__G__Tree_236_0_73, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '100' size", (char*)NULL, (void*) NULL, 1);
24255    G__memfunc_setup("SetProof",818,G__G__Tree_236_0_74, 121, -1, -1, 0, 3, 1, 1, 0, 
24256 "g - 'Bool_t' 0 'kTRUE' on g - 'Bool_t' 0 'kFALSE' refresh "
24257 "g - 'Bool_t' 0 'kFALSE' gettreeheader", (char*)NULL, (void*) NULL, 1);
24258    G__memfunc_setup("SetWeight",916,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24259 "d - 'Double_t' 0 '1' w C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
24260    G__memfunc_setup("UseCache",769,G__G__Tree_236_0_76, 121, -1, -1, 0, 2, 1, 1, 0, 
24261 "i - 'Int_t' 0 '10' maxCacheSize i - 'Int_t' 0 '0' pageSize", (char*)NULL, (void*) NULL, 1);
24262    G__memfunc_setup("Class",502,G__G__Tree_236_0_77, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TChain::Class) ), 0);
24263    G__memfunc_setup("Class_Name",982,G__G__Tree_236_0_78, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChain::Class_Name) ), 0);
24264    G__memfunc_setup("Class_Version",1339,G__G__Tree_236_0_79, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TChain::Class_Version) ), 0);
24265    G__memfunc_setup("Dictionary",1046,G__G__Tree_236_0_80, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TChain::Dictionary) ), 0);
24266    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24267    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);
24268    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);
24269    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_236_0_84, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24270    G__memfunc_setup("DeclFileName",1145,G__G__Tree_236_0_85, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChain::DeclFileName) ), 0);
24271    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_236_0_86, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TChain::ImplFileLine) ), 0);
24272    G__memfunc_setup("ImplFileName",1171,G__G__Tree_236_0_87, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TChain::ImplFileName) ), 0);
24273    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_236_0_88, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TChain::DeclFileLine) ), 0);
24274    // automatic destructor
24275    G__memfunc_setup("~TChain", 693, G__G__Tree_236_0_89, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24276    G__tag_memfunc_reset();
24277 }
24278 
24279 static void G__setup_memfuncTEntryListBlock(void) {
24280    /* TEntryListBlock */
24281    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock));
24282    G__memfunc_setup("Transform",956,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
24283 "g - 'Bool_t' 0 - dir R - 'UShort_t' 0 - indexnew", (char*)NULL, (void*) NULL, 0);
24284    G__memfunc_setup("TEntryListBlock",1517,G__G__Tree_238_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24285    G__memfunc_setup("TEntryListBlock",1517,G__G__Tree_238_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock), -1, 0, 1, 1, 1, 0, "u 'TEntryListBlock' - 11 - eblock", (char*)NULL, (void*) NULL, 0);
24286    G__memfunc_setup("Enter",510,G__G__Tree_238_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - entry", (char*)NULL, (void*) NULL, 0);
24287    G__memfunc_setup("Remove",622,G__G__Tree_238_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - entry", (char*)NULL, (void*) NULL, 0);
24288    G__memfunc_setup("Contains",831,G__G__Tree_238_0_6, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - entry", (char*)NULL, (void*) NULL, 0);
24289    G__memfunc_setup("OptimizeStorage",1574,G__G__Tree_238_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24290    G__memfunc_setup("Merge",496,G__G__Tree_238_0_8, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TEntryListBlock' - 0 - block", (char*)NULL, (void*) NULL, 0);
24291    G__memfunc_setup("Next",415,G__G__Tree_238_0_9, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24292    G__memfunc_setup("GetEntry",818,G__G__Tree_238_0_10, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - entry", (char*)NULL, (void*) NULL, 0);
24293    G__memfunc_setup("ResetIndices",1218,G__G__Tree_238_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24294    G__memfunc_setup("GetType",706,G__G__Tree_238_0_12, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24295    G__memfunc_setup("GetNPassed",974,G__G__Tree_238_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24296    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);
24297    G__memfunc_setup("PrintWithShift",1447,G__G__Tree_238_0_15, 121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - shift", (char*)NULL, (void*) NULL, 0);
24298    G__memfunc_setup("Class",502,G__G__Tree_238_0_16, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TEntryListBlock::Class) ), 0);
24299    G__memfunc_setup("Class_Name",982,G__G__Tree_238_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryListBlock::Class_Name) ), 0);
24300    G__memfunc_setup("Class_Version",1339,G__G__Tree_238_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TEntryListBlock::Class_Version) ), 0);
24301    G__memfunc_setup("Dictionary",1046,G__G__Tree_238_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TEntryListBlock::Dictionary) ), 0);
24302    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24303    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);
24304    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);
24305    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_238_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24306    G__memfunc_setup("DeclFileName",1145,G__G__Tree_238_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryListBlock::DeclFileName) ), 0);
24307    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_238_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEntryListBlock::ImplFileLine) ), 0);
24308    G__memfunc_setup("ImplFileName",1171,G__G__Tree_238_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryListBlock::ImplFileName) ), 0);
24309    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_238_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEntryListBlock::DeclFileLine) ), 0);
24310    // automatic destructor
24311    G__memfunc_setup("~TEntryListBlock", 1643, G__G__Tree_238_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24312    // automatic assignment operator
24313    G__memfunc_setup("operator=", 937, G__G__Tree_238_0_29, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TEntryListBlock), -1, 1, 1, 1, 1, 0, "u 'TEntryListBlock' - 11 - -", (char*) NULL, (void*) NULL, 0);
24314    G__tag_memfunc_reset();
24315 }
24316 
24317 static void G__setup_memfuncTEntryListFromFile(void) {
24318    /* TEntryListFromFile */
24319    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile));
24320    G__memfunc_setup("TEntryListFromFile",1814,G__G__Tree_241_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24321    G__memfunc_setup("TEntryListFromFile",1814,G__G__Tree_241_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile), -1, 0, 3, 1, 1, 0, 
24322 "C - - 10 - filename C - - 10 - listname "
24323 "i - 'Int_t' 0 - nfiles", (char*)NULL, (void*) NULL, 0);
24324    G__memfunc_setup("Add",265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TEntryList' - 10 - -", (char*)NULL, (void*) NULL, 1);
24325    G__memfunc_setup("Contains",831,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
24326 "n - 'Long64_t' 0 - - U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
24327    G__memfunc_setup("Enter",510,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
24328 "n - 'Long64_t' 0 - - U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
24329    G__memfunc_setup("GetCurrentList",1439,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24330    G__memfunc_setup("GetEntryList",1230,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TEntryList), -1, 0, 3, 1, 1, 0, 
24331 "C - - 10 - - C - - 10 - - "
24332 "C - 'Option_t' 10 - -", (char*)NULL, (void*) NULL, 1);
24333    G__memfunc_setup("GetEntry",818,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 1);
24334    G__memfunc_setup("GetEntryAndTree",1493,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
24335 "i - 'Int_t' 0 - index i - 'Int_t' 1 - treenum", (char*)NULL, (void*) NULL, 1);
24336    G__memfunc_setup("GetEntries",1018,G__G__Tree_241_0_10, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24337    G__memfunc_setup("GetEntriesFast",1416,G__G__Tree_241_0_11, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24338    G__memfunc_setup("GetN",366,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24339    G__memfunc_setup("GetTreeName",1073,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24340    G__memfunc_setup("GetFileName",1057,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24341    G__memfunc_setup("GetTreeNumber",1305,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24342    G__memfunc_setup("LoadList",796,G__G__Tree_241_0_16, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - listnumber", (char*)NULL, (void*) NULL, 1);
24343    G__memfunc_setup("Merge",496,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - -", (char*)NULL, (void*) NULL, 1);
24344    G__memfunc_setup("Next",415,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24345    G__memfunc_setup("OptimizeStorage",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24346    G__memfunc_setup("Remove",622,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
24347 "n - 'Long64_t' 0 - - U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
24348    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);
24349    G__memfunc_setup("SetTree",700,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 10 - -", (char*)NULL, (void*) NULL, 1);
24350    G__memfunc_setup("SetTree",700,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24351 "C - - 10 - - C - - 10 - -", (char*)NULL, (void*) NULL, 1);
24352    G__memfunc_setup("SetFileNames",1184,G__G__Tree_241_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObjArray' - 0 - names", (char*)NULL, (void*) NULL, 1);
24353    G__memfunc_setup("SetTreeNumber",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 1);
24354    G__memfunc_setup("SetNFiles",877,G__G__Tree_241_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nfiles", (char*)NULL, (void*) NULL, 1);
24355    G__memfunc_setup("Subtract",840,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TEntryList' - 10 - -", (char*)NULL, (void*) NULL, 1);
24356    G__memfunc_setup("Class",502,G__G__Tree_241_0_28, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TEntryListFromFile::Class) ), 0);
24357    G__memfunc_setup("Class_Name",982,G__G__Tree_241_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryListFromFile::Class_Name) ), 0);
24358    G__memfunc_setup("Class_Version",1339,G__G__Tree_241_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TEntryListFromFile::Class_Version) ), 0);
24359    G__memfunc_setup("Dictionary",1046,G__G__Tree_241_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TEntryListFromFile::Dictionary) ), 0);
24360    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24361    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);
24362    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);
24363    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_241_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24364    G__memfunc_setup("DeclFileName",1145,G__G__Tree_241_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryListFromFile::DeclFileName) ), 0);
24365    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_241_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEntryListFromFile::ImplFileLine) ), 0);
24366    G__memfunc_setup("ImplFileName",1171,G__G__Tree_241_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TEntryListFromFile::ImplFileName) ), 0);
24367    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_241_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TEntryListFromFile::DeclFileLine) ), 0);
24368    // automatic copy constructor
24369    G__memfunc_setup("TEntryListFromFile", 1814, G__G__Tree_241_0_40, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TEntryListFromFile), -1, 0, 1, 1, 1, 0, "u 'TEntryListFromFile' - 11 - -", (char*) NULL, (void*) NULL, 0);
24370    // automatic destructor
24371    G__memfunc_setup("~TEntryListFromFile", 1940, G__G__Tree_241_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24372    G__tag_memfunc_reset();
24373 }
24374 
24375 static void G__setup_memfuncTLeafB(void) {
24376    /* TLeafB */
24377    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafB));
24378    G__memfunc_setup("TLeafB",526,G__G__Tree_245_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafB), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24379    G__memfunc_setup("TLeafB",526,G__G__Tree_245_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafB), -1, 0, 3, 1, 1, 0, 
24380 "U 'TBranch' - 0 - parent C - - 10 - name "
24381 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24382    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24383 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24384    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24385    G__memfunc_setup("GetMaximum",1022,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24386    G__memfunc_setup("GetMinimum",1020,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24387    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24388    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24389    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24390    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24391 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24392    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24393    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1);
24394    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24395 "u 'TBuffer' - 1 - - U 'TClonesArray' - 0 - list "
24396 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24397    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - -", (char*)NULL, (void*) NULL, 1);
24398    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' addr", (char*)NULL, (void*) NULL, 1);
24399    G__memfunc_setup("SetMaximum",1034,G__G__Tree_245_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 0 - max", (char*)NULL, (void*) NULL, 1);
24400    G__memfunc_setup("SetMinimum",1032,G__G__Tree_245_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "c - 'Char_t' 0 - min", (char*)NULL, (void*) NULL, 1);
24401    G__memfunc_setup("Class",502,G__G__Tree_245_0_18, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafB::Class) ), 0);
24402    G__memfunc_setup("Class_Name",982,G__G__Tree_245_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafB::Class_Name) ), 0);
24403    G__memfunc_setup("Class_Version",1339,G__G__Tree_245_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafB::Class_Version) ), 0);
24404    G__memfunc_setup("Dictionary",1046,G__G__Tree_245_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafB::Dictionary) ), 0);
24405    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24406    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);
24407    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);
24408    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_245_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24409    G__memfunc_setup("DeclFileName",1145,G__G__Tree_245_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafB::DeclFileName) ), 0);
24410    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_245_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafB::ImplFileLine) ), 0);
24411    G__memfunc_setup("ImplFileName",1171,G__G__Tree_245_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafB::ImplFileName) ), 0);
24412    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_245_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafB::DeclFileLine) ), 0);
24413    // automatic copy constructor
24414    G__memfunc_setup("TLeafB", 526, G__G__Tree_245_0_30, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafB), -1, 0, 1, 1, 1, 0, "u 'TLeafB' - 11 - -", (char*) NULL, (void*) NULL, 0);
24415    // automatic destructor
24416    G__memfunc_setup("~TLeafB", 652, G__G__Tree_245_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24417    G__tag_memfunc_reset();
24418 }
24419 
24420 static void G__setup_memfuncTLeafC(void) {
24421    /* TLeafC */
24422    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafC));
24423    G__memfunc_setup("TLeafC",527,G__G__Tree_246_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafC), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24424    G__memfunc_setup("TLeafC",527,G__G__Tree_246_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafC), -1, 0, 3, 1, 1, 0, 
24425 "U 'TBranch' - 0 - parent C - - 10 - name "
24426 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24427    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24428 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24429    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24430    G__memfunc_setup("GetMaximum",1022,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24431    G__memfunc_setup("GetMinimum",1020,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24432    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24433    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24434    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24435    G__memfunc_setup("GetValueString",1428,G__G__Tree_246_0_10, 67, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24436    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24437 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24438    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24439    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24440    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24441 "u 'TBuffer' - 1 - b U 'TClonesArray' - 0 - list "
24442 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24443    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - s", (char*)NULL, (void*) NULL, 1);
24444    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24445    G__memfunc_setup("Class",502,G__G__Tree_246_0_17, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafC::Class) ), 0);
24446    G__memfunc_setup("Class_Name",982,G__G__Tree_246_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafC::Class_Name) ), 0);
24447    G__memfunc_setup("Class_Version",1339,G__G__Tree_246_0_19, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafC::Class_Version) ), 0);
24448    G__memfunc_setup("Dictionary",1046,G__G__Tree_246_0_20, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafC::Dictionary) ), 0);
24449    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24450    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);
24451    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);
24452    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_246_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24453    G__memfunc_setup("DeclFileName",1145,G__G__Tree_246_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafC::DeclFileName) ), 0);
24454    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_246_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafC::ImplFileLine) ), 0);
24455    G__memfunc_setup("ImplFileName",1171,G__G__Tree_246_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafC::ImplFileName) ), 0);
24456    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_246_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafC::DeclFileLine) ), 0);
24457    // automatic copy constructor
24458    G__memfunc_setup("TLeafC", 527, G__G__Tree_246_0_29, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafC), -1, 0, 1, 1, 1, 0, "u 'TLeafC' - 11 - -", (char*) NULL, (void*) NULL, 0);
24459    // automatic destructor
24460    G__memfunc_setup("~TLeafC", 653, G__G__Tree_246_0_30, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24461    G__tag_memfunc_reset();
24462 }
24463 
24464 static void G__setup_memfuncTLeafD(void) {
24465    /* TLeafD */
24466    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafD));
24467    G__memfunc_setup("TLeafD",528,G__G__Tree_247_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafD), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24468    G__memfunc_setup("TLeafD",528,G__G__Tree_247_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafD), -1, 0, 3, 1, 1, 0, 
24469 "U 'TBranch' - 0 - parent C - - 10 - name "
24470 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24471    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24472 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24473    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24474    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24475    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24476    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24477    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24478 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24479    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24480    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24481    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24482 "u 'TBuffer' - 1 - b U 'TClonesArray' - 0 - list "
24483 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24484    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - s", (char*)NULL, (void*) NULL, 1);
24485    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24486    G__memfunc_setup("Class",502,G__G__Tree_247_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafD::Class) ), 0);
24487    G__memfunc_setup("Class_Name",982,G__G__Tree_247_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafD::Class_Name) ), 0);
24488    G__memfunc_setup("Class_Version",1339,G__G__Tree_247_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafD::Class_Version) ), 0);
24489    G__memfunc_setup("Dictionary",1046,G__G__Tree_247_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafD::Dictionary) ), 0);
24490    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24491    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);
24492    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);
24493    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_247_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24494    G__memfunc_setup("DeclFileName",1145,G__G__Tree_247_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafD::DeclFileName) ), 0);
24495    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_247_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafD::ImplFileLine) ), 0);
24496    G__memfunc_setup("ImplFileName",1171,G__G__Tree_247_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafD::ImplFileName) ), 0);
24497    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_247_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafD::DeclFileLine) ), 0);
24498    // automatic copy constructor
24499    G__memfunc_setup("TLeafD", 528, G__G__Tree_247_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafD), -1, 0, 1, 1, 1, 0, "u 'TLeafD' - 11 - -", (char*) NULL, (void*) NULL, 0);
24500    // automatic destructor
24501    G__memfunc_setup("~TLeafD", 654, G__G__Tree_247_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24502    G__tag_memfunc_reset();
24503 }
24504 
24505 static void G__setup_memfuncTLeafElement(void) {
24506    /* TLeafElement */
24507    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafElement));
24508    G__memfunc_setup("TLeafElement",1174,G__G__Tree_248_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafElement), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24509    G__memfunc_setup("TLeafElement",1174,G__G__Tree_248_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafElement), -1, 0, 4, 1, 1, 0, 
24510 "U 'TBranch' - 0 - parent C - - 10 - name "
24511 "i - 'Int_t' 0 - id i - 'Int_t' 0 - type", (char*)NULL, (void*) NULL, 0);
24512    G__memfunc_setup("GetLen",575,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24513    G__memfunc_setup("GetMethodCall",1277,G__G__Tree_248_0_4, 85, G__get_linked_tagnum(&G__G__TreeLN_TMethodCall), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
24514    G__memfunc_setup("GetMaximum",1022,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24515    G__memfunc_setup("GetNdata",776,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24516    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24517    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24518    G__memfunc_setup("GetValueSubArray",1606,G__G__Tree_248_0_9, 100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
24519 "i - 'Int_t' 0 '0' i i - 'Int_t' 0 '0' j", (char*)NULL, (void*) NULL, 1);
24520    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24521    G__memfunc_setup("IsOnTerminalBranch",1795,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24522    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24523    G__memfunc_setup("SetLeafCount",1197,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TLeaf' - 0 - leaf", (char*)NULL, (void*) NULL, 1);
24524    G__memfunc_setup("Class",502,G__G__Tree_248_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafElement::Class) ), 0);
24525    G__memfunc_setup("Class_Name",982,G__G__Tree_248_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafElement::Class_Name) ), 0);
24526    G__memfunc_setup("Class_Version",1339,G__G__Tree_248_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafElement::Class_Version) ), 0);
24527    G__memfunc_setup("Dictionary",1046,G__G__Tree_248_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafElement::Dictionary) ), 0);
24528    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24529    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);
24530    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);
24531    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_248_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24532    G__memfunc_setup("DeclFileName",1145,G__G__Tree_248_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafElement::DeclFileName) ), 0);
24533    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_248_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafElement::ImplFileLine) ), 0);
24534    G__memfunc_setup("ImplFileName",1171,G__G__Tree_248_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafElement::ImplFileName) ), 0);
24535    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_248_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafElement::DeclFileLine) ), 0);
24536    // automatic copy constructor
24537    G__memfunc_setup("TLeafElement", 1174, G__G__Tree_248_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafElement), -1, 0, 1, 1, 1, 0, "u 'TLeafElement' - 11 - -", (char*) NULL, (void*) NULL, 0);
24538    // automatic destructor
24539    G__memfunc_setup("~TLeafElement", 1300, G__G__Tree_248_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24540    G__tag_memfunc_reset();
24541 }
24542 
24543 static void G__setup_memfuncTLeafF(void) {
24544    /* TLeafF */
24545    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafF));
24546    G__memfunc_setup("TLeafF",530,G__G__Tree_249_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafF), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24547    G__memfunc_setup("TLeafF",530,G__G__Tree_249_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafF), -1, 0, 3, 1, 1, 0, 
24548 "U 'TBranch' - 0 - parent C - - 10 - name "
24549 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24550    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24551 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24552    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24553    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24554    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24555    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24556    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24557 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24558    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24559    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24560    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24561 "u 'TBuffer' - 1 - b U 'TClonesArray' - 0 - list "
24562 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24563    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - s", (char*)NULL, (void*) NULL, 1);
24564    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24565    G__memfunc_setup("Class",502,G__G__Tree_249_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafF::Class) ), 0);
24566    G__memfunc_setup("Class_Name",982,G__G__Tree_249_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafF::Class_Name) ), 0);
24567    G__memfunc_setup("Class_Version",1339,G__G__Tree_249_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafF::Class_Version) ), 0);
24568    G__memfunc_setup("Dictionary",1046,G__G__Tree_249_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafF::Dictionary) ), 0);
24569    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24570    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);
24571    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);
24572    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_249_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24573    G__memfunc_setup("DeclFileName",1145,G__G__Tree_249_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafF::DeclFileName) ), 0);
24574    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_249_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafF::ImplFileLine) ), 0);
24575    G__memfunc_setup("ImplFileName",1171,G__G__Tree_249_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafF::ImplFileName) ), 0);
24576    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_249_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafF::DeclFileLine) ), 0);
24577    // automatic copy constructor
24578    G__memfunc_setup("TLeafF", 530, G__G__Tree_249_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafF), -1, 0, 1, 1, 1, 0, "u 'TLeafF' - 11 - -", (char*) NULL, (void*) NULL, 0);
24579    // automatic destructor
24580    G__memfunc_setup("~TLeafF", 656, G__G__Tree_249_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24581    G__tag_memfunc_reset();
24582 }
24583 
24584 static void G__setup_memfuncTLeafI(void) {
24585    /* TLeafI */
24586    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafI));
24587    G__memfunc_setup("TLeafI",533,G__G__Tree_250_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafI), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24588    G__memfunc_setup("TLeafI",533,G__G__Tree_250_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafI), -1, 0, 3, 1, 1, 0, 
24589 "U 'TBranch' - 0 - parent C - - 10 - name "
24590 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24591    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24592 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24593    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24594    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24595    G__memfunc_setup("GetMaximum",1022,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24596    G__memfunc_setup("GetMinimum",1020,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24597    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24598    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24599    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24600 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24601    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24602    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24603    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24604 "u 'TBuffer' - 1 - b U 'TClonesArray' - 0 - list "
24605 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24606    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - s", (char*)NULL, (void*) NULL, 1);
24607    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24608    G__memfunc_setup("SetMaximum",1034,G__G__Tree_250_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - max", (char*)NULL, (void*) NULL, 1);
24609    G__memfunc_setup("SetMinimum",1032,G__G__Tree_250_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - min", (char*)NULL, (void*) NULL, 1);
24610    G__memfunc_setup("Class",502,G__G__Tree_250_0_18, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafI::Class) ), 0);
24611    G__memfunc_setup("Class_Name",982,G__G__Tree_250_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafI::Class_Name) ), 0);
24612    G__memfunc_setup("Class_Version",1339,G__G__Tree_250_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafI::Class_Version) ), 0);
24613    G__memfunc_setup("Dictionary",1046,G__G__Tree_250_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafI::Dictionary) ), 0);
24614    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24615    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);
24616    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);
24617    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_250_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24618    G__memfunc_setup("DeclFileName",1145,G__G__Tree_250_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafI::DeclFileName) ), 0);
24619    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_250_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafI::ImplFileLine) ), 0);
24620    G__memfunc_setup("ImplFileName",1171,G__G__Tree_250_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafI::ImplFileName) ), 0);
24621    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_250_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafI::DeclFileLine) ), 0);
24622    // automatic copy constructor
24623    G__memfunc_setup("TLeafI", 533, G__G__Tree_250_0_30, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafI), -1, 0, 1, 1, 1, 0, "u 'TLeafI' - 11 - -", (char*) NULL, (void*) NULL, 0);
24624    // automatic destructor
24625    G__memfunc_setup("~TLeafI", 659, G__G__Tree_250_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24626    G__tag_memfunc_reset();
24627 }
24628 
24629 static void G__setup_memfuncTLeafL(void) {
24630    /* TLeafL */
24631    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafL));
24632    G__memfunc_setup("TLeafL",536,G__G__Tree_251_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafL), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24633    G__memfunc_setup("TLeafL",536,G__G__Tree_251_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafL), -1, 0, 3, 1, 1, 0, 
24634 "U 'TBranch' - 0 - parent C - - 10 - name "
24635 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24636    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24637 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24638    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24639    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24640    G__memfunc_setup("GetMaximum",1022,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24641    G__memfunc_setup("GetMinimum",1020,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24642    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24643    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24644    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24645 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24646    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24647    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24648    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24649 "u 'TBuffer' - 1 - b U 'TClonesArray' - 0 - list "
24650 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24651    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - s", (char*)NULL, (void*) NULL, 1);
24652    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24653    G__memfunc_setup("SetMaximum",1034,G__G__Tree_251_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - max", (char*)NULL, (void*) NULL, 1);
24654    G__memfunc_setup("SetMinimum",1032,G__G__Tree_251_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - min", (char*)NULL, (void*) NULL, 1);
24655    G__memfunc_setup("Class",502,G__G__Tree_251_0_18, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafL::Class) ), 0);
24656    G__memfunc_setup("Class_Name",982,G__G__Tree_251_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafL::Class_Name) ), 0);
24657    G__memfunc_setup("Class_Version",1339,G__G__Tree_251_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafL::Class_Version) ), 0);
24658    G__memfunc_setup("Dictionary",1046,G__G__Tree_251_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafL::Dictionary) ), 0);
24659    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24660    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);
24661    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);
24662    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_251_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24663    G__memfunc_setup("DeclFileName",1145,G__G__Tree_251_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafL::DeclFileName) ), 0);
24664    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_251_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafL::ImplFileLine) ), 0);
24665    G__memfunc_setup("ImplFileName",1171,G__G__Tree_251_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafL::ImplFileName) ), 0);
24666    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_251_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafL::DeclFileLine) ), 0);
24667    // automatic copy constructor
24668    G__memfunc_setup("TLeafL", 536, G__G__Tree_251_0_30, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafL), -1, 0, 1, 1, 1, 0, "u 'TLeafL' - 11 - -", (char*) NULL, (void*) NULL, 0);
24669    // automatic destructor
24670    G__memfunc_setup("~TLeafL", 662, G__G__Tree_251_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24671    G__tag_memfunc_reset();
24672 }
24673 
24674 static void G__setup_memfuncTLeafObject(void) {
24675    /* TLeafObject */
24676    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafObject));
24677    G__memfunc_setup("TLeafObject",1059,G__G__Tree_252_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafObject), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24678    G__memfunc_setup("TLeafObject",1059,G__G__Tree_252_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafObject), -1, 0, 3, 1, 1, 0, 
24679 "U 'TBranch' - 0 - parent C - - 10 - name "
24680 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24681    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24682    G__memfunc_setup("GetClass",790,G__G__Tree_252_0_4, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24683    G__memfunc_setup("GetMethodCall",1277,G__G__Tree_252_0_5, 85, G__get_linked_tagnum(&G__G__TreeLN_TMethodCall), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
24684    G__memfunc_setup("GetObject",887,G__G__Tree_252_0_6, 85, G__get_linked_tagnum(&G__G__TreeLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24685    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24686    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24687    G__memfunc_setup("IsOnTerminalBranch",1795,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24688    G__memfunc_setup("IsVirtual",931,G__G__Tree_252_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24689    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);
24690    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24691    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24692    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24693    G__memfunc_setup("SetVirtual",1043,G__G__Tree_252_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' virt", (char*)NULL, (void*) NULL, 1);
24694    G__memfunc_setup("Class",502,G__G__Tree_252_0_16, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafObject::Class) ), 0);
24695    G__memfunc_setup("Class_Name",982,G__G__Tree_252_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafObject::Class_Name) ), 0);
24696    G__memfunc_setup("Class_Version",1339,G__G__Tree_252_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafObject::Class_Version) ), 0);
24697    G__memfunc_setup("Dictionary",1046,G__G__Tree_252_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafObject::Dictionary) ), 0);
24698    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24699    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);
24700    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);
24701    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_252_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24702    G__memfunc_setup("DeclFileName",1145,G__G__Tree_252_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafObject::DeclFileName) ), 0);
24703    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_252_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafObject::ImplFileLine) ), 0);
24704    G__memfunc_setup("ImplFileName",1171,G__G__Tree_252_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafObject::ImplFileName) ), 0);
24705    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_252_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafObject::DeclFileLine) ), 0);
24706    // automatic copy constructor
24707    G__memfunc_setup("TLeafObject", 1059, G__G__Tree_252_0_28, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafObject), -1, 0, 1, 1, 1, 0, "u 'TLeafObject' - 11 - -", (char*) NULL, (void*) NULL, 0);
24708    // automatic destructor
24709    G__memfunc_setup("~TLeafObject", 1185, G__G__Tree_252_0_29, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24710    G__tag_memfunc_reset();
24711 }
24712 
24713 static void G__setup_memfuncTLeafO(void) {
24714    /* TLeafO */
24715    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafO));
24716    G__memfunc_setup("TLeafO",539,G__G__Tree_254_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafO), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24717    G__memfunc_setup("TLeafO",539,G__G__Tree_254_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafO), -1, 0, 3, 1, 1, 0, 
24718 "U 'TBranch' - 0 - parent C - - 10 - name "
24719 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24720    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24721 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24722    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24723    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24724    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24725    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24726    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24727 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24728    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24729    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24730    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24731 "u 'TBuffer' - 1 - b U 'TClonesArray' - 0 - list "
24732 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24733    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - s", (char*)NULL, (void*) NULL, 1);
24734    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24735    G__memfunc_setup("Class",502,G__G__Tree_254_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafO::Class) ), 0);
24736    G__memfunc_setup("Class_Name",982,G__G__Tree_254_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafO::Class_Name) ), 0);
24737    G__memfunc_setup("Class_Version",1339,G__G__Tree_254_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafO::Class_Version) ), 0);
24738    G__memfunc_setup("Dictionary",1046,G__G__Tree_254_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafO::Dictionary) ), 0);
24739    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24740    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);
24741    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);
24742    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_254_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24743    G__memfunc_setup("DeclFileName",1145,G__G__Tree_254_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafO::DeclFileName) ), 0);
24744    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_254_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafO::ImplFileLine) ), 0);
24745    G__memfunc_setup("ImplFileName",1171,G__G__Tree_254_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafO::ImplFileName) ), 0);
24746    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_254_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafO::DeclFileLine) ), 0);
24747    // automatic copy constructor
24748    G__memfunc_setup("TLeafO", 539, G__G__Tree_254_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafO), -1, 0, 1, 1, 1, 0, "u 'TLeafO' - 11 - -", (char*) NULL, (void*) NULL, 0);
24749    // automatic destructor
24750    G__memfunc_setup("~TLeafO", 665, G__G__Tree_254_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24751    G__tag_memfunc_reset();
24752 }
24753 
24754 static void G__setup_memfuncTLeafS(void) {
24755    /* TLeafS */
24756    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TLeafS));
24757    G__memfunc_setup("TLeafS",543,G__G__Tree_255_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafS), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24758    G__memfunc_setup("TLeafS",543,G__G__Tree_255_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TLeafS), -1, 0, 3, 1, 1, 0, 
24759 "U 'TBranch' - 0 - parent C - - 10 - name "
24760 "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
24761    G__memfunc_setup("Export",642,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24762 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24763    G__memfunc_setup("FillBasket",993,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24764    G__memfunc_setup("GetTypeName",1091,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
24765    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24766    G__memfunc_setup("GetValuePointer",1534,(G__InterfaceMethod) NULL,89, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24767    G__memfunc_setup("Import",635,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24768 "U 'TClonesArray' - 0 - list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24769    G__memfunc_setup("PrintValue",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 '0' i", (char*)NULL, (void*) NULL, 1);
24770    G__memfunc_setup("ReadBasket",982,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
24771    G__memfunc_setup("ReadBasketExport",1624,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
24772 "u 'TBuffer' - 1 - b U 'TClonesArray' - 0 - list "
24773 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
24774    G__memfunc_setup("ReadValue",889,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'basic_istream<char,char_traits<char> >' 'istream' 1 - s", (char*)NULL, (void*) NULL, 1);
24775    G__memfunc_setup("SetAddress",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 '0' add", (char*)NULL, (void*) NULL, 1);
24776    G__memfunc_setup("Class",502,G__G__Tree_255_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLeafS::Class) ), 0);
24777    G__memfunc_setup("Class_Name",982,G__G__Tree_255_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafS::Class_Name) ), 0);
24778    G__memfunc_setup("Class_Version",1339,G__G__Tree_255_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLeafS::Class_Version) ), 0);
24779    G__memfunc_setup("Dictionary",1046,G__G__Tree_255_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLeafS::Dictionary) ), 0);
24780    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24781    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);
24782    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);
24783    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_255_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24784    G__memfunc_setup("DeclFileName",1145,G__G__Tree_255_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafS::DeclFileName) ), 0);
24785    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_255_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafS::ImplFileLine) ), 0);
24786    G__memfunc_setup("ImplFileName",1171,G__G__Tree_255_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLeafS::ImplFileName) ), 0);
24787    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_255_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLeafS::DeclFileLine) ), 0);
24788    // automatic copy constructor
24789    G__memfunc_setup("TLeafS", 543, G__G__Tree_255_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TLeafS), -1, 0, 1, 1, 1, 0, "u 'TLeafS' - 11 - -", (char*) NULL, (void*) NULL, 0);
24790    // automatic destructor
24791    G__memfunc_setup("~TLeafS", 669, G__G__Tree_255_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24792    G__tag_memfunc_reset();
24793 }
24794 
24795 static void G__setup_memfuncTNtupleD(void) {
24796    /* TNtupleD */
24797    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtupleD));
24798    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
24799    G__memfunc_setup("TNtupleD",784,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TNtupleD), -1, 0, 1, 1, 4, 0, "u 'TNtupleD' - 11 - -", "not implemented", (void*) NULL, 0);
24800    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TNtupleD), -1, 1, 1, 1, 4, 0, "u 'TNtupleD' - 11 - -", "not implemented", (void*) NULL, 0);
24801    G__memfunc_setup("TNtupleD",784,G__G__Tree_256_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TNtupleD), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24802    G__memfunc_setup("TNtupleD",784,G__G__Tree_256_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TNtupleD), -1, 0, 4, 1, 1, 0, 
24803 "C - - 10 - name C - - 10 - title "
24804 "C - - 10 - varlist i - 'Int_t' 0 '32000' bufsize", (char*)NULL, (void*) NULL, 0);
24805    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);
24806    G__memfunc_setup("Fill",391,G__G__Tree_256_0_7, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "D - 'Double_t' 10 - x", (char*)NULL, (void*) NULL, 1);
24807    G__memfunc_setup("Fill",391,G__G__Tree_256_0_8, 105, -1, G__defined_typename("Int_t"), 0, 15, 1, 1, 0, 
24808 "d - 'Double_t' 0 - x0 d - 'Double_t' 0 - x1 "
24809 "d - 'Double_t' 0 '0' x2 d - 'Double_t' 0 '0' x3 "
24810 "d - 'Double_t' 0 '0' x4 d - 'Double_t' 0 '0' x5 "
24811 "d - 'Double_t' 0 '0' x6 d - 'Double_t' 0 '0' x7 "
24812 "d - 'Double_t' 0 '0' x8 d - 'Double_t' 0 '0' x9 "
24813 "d - 'Double_t' 0 '0' x10 d - 'Double_t' 0 '0' x11 "
24814 "d - 'Double_t' 0 '0' x12 d - 'Double_t' 0 '0' x13 "
24815 "d - 'Double_t' 0 '0' x14", (char*)NULL, (void*) NULL, 1);
24816    G__memfunc_setup("GetNvar",695,G__G__Tree_256_0_9, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24817    G__memfunc_setup("GetArgs",685,G__G__Tree_256_0_10, 68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24818    G__memfunc_setup("ReadFile",764,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
24819 "C - - 10 - filename C - - 10 '\"\"' branchDescriptor", (char*)NULL, (void*) NULL, 1);
24820    G__memfunc_setup("ResetBranchAddress",1815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - -", (char*)NULL, (void*) NULL, 1);
24821    G__memfunc_setup("ResetBranchAddresses",2031,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24822    G__memfunc_setup("Class",502,G__G__Tree_256_0_14, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TNtupleD::Class) ), 0);
24823    G__memfunc_setup("Class_Name",982,G__G__Tree_256_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNtupleD::Class_Name) ), 0);
24824    G__memfunc_setup("Class_Version",1339,G__G__Tree_256_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TNtupleD::Class_Version) ), 0);
24825    G__memfunc_setup("Dictionary",1046,G__G__Tree_256_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TNtupleD::Dictionary) ), 0);
24826    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24827    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);
24828    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);
24829    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_256_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24830    G__memfunc_setup("DeclFileName",1145,G__G__Tree_256_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNtupleD::DeclFileName) ), 0);
24831    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_256_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TNtupleD::ImplFileLine) ), 0);
24832    G__memfunc_setup("ImplFileName",1171,G__G__Tree_256_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNtupleD::ImplFileName) ), 0);
24833    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_256_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TNtupleD::DeclFileLine) ), 0);
24834    // automatic destructor
24835    G__memfunc_setup("~TNtupleD", 910, G__G__Tree_256_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24836    G__tag_memfunc_reset();
24837 }
24838 
24839 static void G__setup_memfuncTNtuple(void) {
24840    /* TNtuple */
24841    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TNtuple));
24842    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
24843    G__memfunc_setup("TNtuple",716,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TNtuple), -1, 0, 1, 1, 4, 0, "u 'TNtuple' - 11 - -", "not implemented", (void*) NULL, 0);
24844    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TNtuple), -1, 1, 1, 1, 4, 0, "u 'TNtuple' - 11 - -", "not implmeneted", (void*) NULL, 0);
24845    G__memfunc_setup("TNtuple",716,G__G__Tree_257_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TNtuple), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24846    G__memfunc_setup("TNtuple",716,G__G__Tree_257_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TNtuple), -1, 0, 4, 1, 1, 0, 
24847 "C - - 10 - name C - - 10 - title "
24848 "C - - 10 - varlist i - 'Int_t' 0 '32000' bufsize", (char*)NULL, (void*) NULL, 0);
24849    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);
24850    G__memfunc_setup("Fill",391,G__G__Tree_257_0_7, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "F - 'Float_t' 10 - x", (char*)NULL, (void*) NULL, 1);
24851    G__memfunc_setup("Fill",391,G__G__Tree_257_0_8, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - x0", (char*)NULL, (void*) NULL, 0);
24852    G__memfunc_setup("Fill",391,G__G__Tree_257_0_9, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - x0", (char*)NULL, (void*) NULL, 0);
24853    G__memfunc_setup("Fill",391,G__G__Tree_257_0_10, 105, -1, G__defined_typename("Int_t"), 0, 15, 1, 1, 0, 
24854 "f - 'Float_t' 0 - x0 f - 'Float_t' 0 '0' x1 "
24855 "f - 'Float_t' 0 '0' x2 f - 'Float_t' 0 '0' x3 "
24856 "f - 'Float_t' 0 '0' x4 f - 'Float_t' 0 '0' x5 "
24857 "f - 'Float_t' 0 '0' x6 f - 'Float_t' 0 '0' x7 "
24858 "f - 'Float_t' 0 '0' x8 f - 'Float_t' 0 '0' x9 "
24859 "f - 'Float_t' 0 '0' x10 f - 'Float_t' 0 '0' x11 "
24860 "f - 'Float_t' 0 '0' x12 f - 'Float_t' 0 '0' x13 "
24861 "f - 'Float_t' 0 '0' x14", (char*)NULL, (void*) NULL, 1);
24862    G__memfunc_setup("GetNvar",695,G__G__Tree_257_0_11, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24863    G__memfunc_setup("GetArgs",685,G__G__Tree_257_0_12, 70, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24864    G__memfunc_setup("ReadFile",764,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 2, 1, 1, 0, 
24865 "C - - 10 - filename C - - 10 '\"\"' branchDescriptor", (char*)NULL, (void*) NULL, 1);
24866    G__memfunc_setup("ResetBranchAddress",1815,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TBranch' - 0 - -", (char*)NULL, (void*) NULL, 1);
24867    G__memfunc_setup("ResetBranchAddresses",2031,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24868    G__memfunc_setup("Class",502,G__G__Tree_257_0_16, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TNtuple::Class) ), 0);
24869    G__memfunc_setup("Class_Name",982,G__G__Tree_257_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNtuple::Class_Name) ), 0);
24870    G__memfunc_setup("Class_Version",1339,G__G__Tree_257_0_18, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TNtuple::Class_Version) ), 0);
24871    G__memfunc_setup("Dictionary",1046,G__G__Tree_257_0_19, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TNtuple::Dictionary) ), 0);
24872    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24873    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);
24874    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);
24875    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_257_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24876    G__memfunc_setup("DeclFileName",1145,G__G__Tree_257_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNtuple::DeclFileName) ), 0);
24877    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_257_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TNtuple::ImplFileLine) ), 0);
24878    G__memfunc_setup("ImplFileName",1171,G__G__Tree_257_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TNtuple::ImplFileName) ), 0);
24879    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_257_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TNtuple::DeclFileLine) ), 0);
24880    // automatic destructor
24881    G__memfunc_setup("~TNtuple", 842, G__G__Tree_257_0_28, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24882    G__tag_memfunc_reset();
24883 }
24884 
24885 static void G__setup_memfuncTQueryResult(void) {
24886    /* TQueryResult */
24887    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TQueryResult));
24888    G__memfunc_setup("TQueryResult",1257,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TQueryResult), -1, 0, 6, 1, 2, 0, 
24889 "i - 'Int_t' 0 - seqnum C - - 10 - opt "
24890 "U 'TList' - 0 - inlist n - 'Long64_t' 0 - entries "
24891 "n - 'Long64_t' 0 - first C - - 10 - selec", (char*)NULL, (void*) NULL, 0);
24892    G__memfunc_setup("AddInput",793,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
24893    G__memfunc_setup("AddLogLine",947,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - logline", (char*)NULL, (void*) NULL, 0);
24894    G__memfunc_setup("CloneInfo",893,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TQueryResult), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
24895    G__memfunc_setup("RecordEnd",886,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
24896 "i 'TQueryResult::EQueryStatus' - 0 - status U 'TList' - 0 '0' outlist", (char*)NULL, (void*) NULL, 1);
24897    G__memfunc_setup("SaveSelector",1232,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - selec", (char*)NULL, (void*) NULL, 0);
24898    G__memfunc_setup("SetArchived",1106,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - archfile", (char*)NULL, (void*) NULL, 0);
24899    G__memfunc_setup("SetFinalized",1218,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
24900    G__memfunc_setup("SetInputList",1240,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
24901 "U 'TList' - 0 - in g - 'Bool_t' 0 'kTRUE' adopt", (char*)NULL, (void*) NULL, 1);
24902    G__memfunc_setup("SetOutputList",1369,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
24903 "U 'TList' - 0 - out g - 'Bool_t' 0 'kTRUE' adopt", (char*)NULL, (void*) NULL, 1);
24904    G__memfunc_setup("SetProcessInfo",1431,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 2, 0, 
24905 "n - 'Long64_t' 0 - ent f - 'Float_t' 0 '0.' cpu "
24906 "n - 'Long64_t' 0 '-1' siz f - 'Float_t' 0 '0.' inittime "
24907 "f - 'Float_t' 0 '0.' proctime", (char*)NULL, (void*) NULL, 1);
24908    G__memfunc_setup("TQueryResult",1257,G__G__Tree_261_0_12, 105, G__get_linked_tagnum(&G__G__TreeLN_TQueryResult), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24909    G__memfunc_setup("Browse",626,G__G__Tree_261_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowser' - 0 '0' b", (char*)NULL, (void*) NULL, 1);
24910    G__memfunc_setup("GetSeqNum",889,G__G__Tree_261_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24911    G__memfunc_setup("GetStatus",932,G__G__Tree_261_0_15, 105, G__get_linked_tagnum(&G__G__TreeLN_TQueryResultcLcLEQueryStatus), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24912    G__memfunc_setup("GetStartTime",1213,G__G__Tree_261_0_16, 117, G__get_linked_tagnum(&G__G__TreeLN_TDatime), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24913    G__memfunc_setup("GetEndTime",966,G__G__Tree_261_0_17, 117, G__get_linked_tagnum(&G__G__TreeLN_TDatime), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24914    G__memfunc_setup("GetOptions",1036,G__G__Tree_261_0_18, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
24915    G__memfunc_setup("GetInputList",1228,G__G__Tree_261_0_19, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24916    G__memfunc_setup("GetInputObject",1415,G__G__Tree_261_0_20, 85, G__get_linked_tagnum(&G__G__TreeLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 - classname", (char*)NULL, (void*) NULL, 0);
24917    G__memfunc_setup("GetEntries",1018,G__G__Tree_261_0_21, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24918    G__memfunc_setup("GetFirst",808,G__G__Tree_261_0_22, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24919    G__memfunc_setup("GetBytes",807,G__G__Tree_261_0_23, 110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24920    G__memfunc_setup("GetUsedCPU",921,G__G__Tree_261_0_24, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24921    G__memfunc_setup("GetLogFile",962,G__G__Tree_261_0_25, 85, G__get_linked_tagnum(&G__G__TreeLN_TMacro), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24922    G__memfunc_setup("GetSelecHdr",1066,G__G__Tree_261_0_26, 85, G__get_linked_tagnum(&G__G__TreeLN_TMacro), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24923    G__memfunc_setup("GetSelecImp",1074,G__G__Tree_261_0_27, 85, G__get_linked_tagnum(&G__G__TreeLN_TMacro), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24924    G__memfunc_setup("GetLibList",979,G__G__Tree_261_0_28, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
24925    G__memfunc_setup("GetParList",991,G__G__Tree_261_0_29, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
24926    G__memfunc_setup("GetOutputList",1357,G__G__Tree_261_0_30, 85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24927    G__memfunc_setup("GetResultFile",1311,G__G__Tree_261_0_31, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
24928    G__memfunc_setup("GetInitTime",1091,G__G__Tree_261_0_32, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24929    G__memfunc_setup("GetProcTime",1091,G__G__Tree_261_0_33, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24930    G__memfunc_setup("GetNumWrks",1015,G__G__Tree_261_0_34, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24931    G__memfunc_setup("IsArchived",994,G__G__Tree_261_0_35, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24932    G__memfunc_setup("IsDone",578,G__G__Tree_261_0_36, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24933    G__memfunc_setup("IsDraw",586,G__G__Tree_261_0_37, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24934    G__memfunc_setup("IsFinalized",1106,G__G__Tree_261_0_38, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24935    G__memfunc_setup("Matches",709,G__G__Tree_261_0_39, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 - ref", (char*)NULL, (void*) NULL, 0);
24936    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);
24937    G__memfunc_setup("Class",502,G__G__Tree_261_0_41, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TQueryResult::Class) ), 0);
24938    G__memfunc_setup("Class_Name",982,G__G__Tree_261_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TQueryResult::Class_Name) ), 0);
24939    G__memfunc_setup("Class_Version",1339,G__G__Tree_261_0_43, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TQueryResult::Class_Version) ), 0);
24940    G__memfunc_setup("Dictionary",1046,G__G__Tree_261_0_44, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TQueryResult::Dictionary) ), 0);
24941    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24942    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);
24943    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);
24944    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_261_0_48, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24945    G__memfunc_setup("DeclFileName",1145,G__G__Tree_261_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TQueryResult::DeclFileName) ), 0);
24946    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_261_0_50, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TQueryResult::ImplFileLine) ), 0);
24947    G__memfunc_setup("ImplFileName",1171,G__G__Tree_261_0_51, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TQueryResult::ImplFileName) ), 0);
24948    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_261_0_52, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TQueryResult::DeclFileLine) ), 0);
24949    // automatic copy constructor
24950    G__memfunc_setup("TQueryResult", 1257, G__G__Tree_261_0_53, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TQueryResult), -1, 0, 1, 1, 1, 0, "u 'TQueryResult' - 11 - -", (char*) NULL, (void*) NULL, 0);
24951    // automatic destructor
24952    G__memfunc_setup("~TQueryResult", 1383, G__G__Tree_261_0_54, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24953    // automatic assignment operator
24954    G__memfunc_setup("operator=", 937, G__G__Tree_261_0_55, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TQueryResult), -1, 1, 1, 1, 1, 0, "u 'TQueryResult' - 11 - -", (char*) NULL, (void*) NULL, 0);
24955    G__tag_memfunc_reset();
24956 }
24957 
24958 static void G__setup_memfuncTSelectorList(void) {
24959    /* TSelectorList */
24960    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorList));
24961    G__memfunc_setup("UnsetDirectory",1476,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
24962    G__memfunc_setup("CheckDuplicateName",1786,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
24963    G__memfunc_setup("TSelectorList",1329,G__G__Tree_269_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TSelectorList), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
24964    G__memfunc_setup("AddFirst",785,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
24965    G__memfunc_setup("AddFirst",785,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24966 "U 'TObject' - 0 - obj C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
24967    G__memfunc_setup("AddLast",669,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
24968    G__memfunc_setup("AddLast",669,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24969 "U 'TObject' - 0 - obj C - 'Option_t' 10 - opt", (char*)NULL, (void*) NULL, 1);
24970    G__memfunc_setup("AddAt",446,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24971 "U 'TObject' - 0 - obj i - 'Int_t' 0 - idx", (char*)NULL, (void*) NULL, 1);
24972    G__memfunc_setup("AddAfter",763,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24973 "U 'TObject' - 10 - after U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
24974    G__memfunc_setup("AddAfter",763,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24975 "U 'TObjLink' - 0 - after U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
24976    G__memfunc_setup("AddBefore",860,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24977 "U 'TObject' - 10 - before U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
24978    G__memfunc_setup("AddBefore",860,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
24979 "U 'TObjLink' - 0 - before U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
24980    G__memfunc_setup("Class",502,G__G__Tree_269_0_13, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSelectorList::Class) ), 0);
24981    G__memfunc_setup("Class_Name",982,G__G__Tree_269_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorList::Class_Name) ), 0);
24982    G__memfunc_setup("Class_Version",1339,G__G__Tree_269_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSelectorList::Class_Version) ), 0);
24983    G__memfunc_setup("Dictionary",1046,G__G__Tree_269_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSelectorList::Dictionary) ), 0);
24984    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24985    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);
24986    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);
24987    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_269_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24988    G__memfunc_setup("DeclFileName",1145,G__G__Tree_269_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorList::DeclFileName) ), 0);
24989    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_269_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelectorList::ImplFileLine) ), 0);
24990    G__memfunc_setup("ImplFileName",1171,G__G__Tree_269_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorList::ImplFileName) ), 0);
24991    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_269_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelectorList::DeclFileLine) ), 0);
24992    // automatic destructor
24993    G__memfunc_setup("~TSelectorList", 1455, G__G__Tree_269_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
24994    G__tag_memfunc_reset();
24995 }
24996 
24997 static void G__setup_memfuncTSelectorCint(void) {
24998    /* TSelectorCint */
24999    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorCint));
25000    G__memfunc_setup("SetFuncProto",1228,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, 
25001 "Y - 'CallFunc_t' 0 - cf Y - 'ClassInfo_t' 0 - cl "
25002 "C - - 10 - fname C - - 10 - argtype "
25003 "g - 'Bool_t' 0 'kTRUE' required", (char*)NULL, (void*) NULL, 0);
25004    G__memfunc_setup("TSelectorCint",1315,G__G__Tree_276_0_2, 105, G__get_linked_tagnum(&G__G__TreeLN_TSelectorCint), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25005    G__memfunc_setup("Build",496,G__G__Tree_276_0_3, 121, -1, -1, 0, 3, 1, 1, 0, 
25006 "U 'TSelector' - 0 - iselector Y - 'ClassInfo_t' 0 - cl "
25007 "g - 'Bool_t' 0 'kTRUE' isowner", (char*)NULL, (void*) NULL, 1);
25008    G__memfunc_setup("Version",742,(G__InterfaceMethod) NULL,105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25009    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
25010    G__memfunc_setup("Begin",485,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - tree", (char*)NULL, (void*) NULL, 1);
25011    G__memfunc_setup("SlaveBegin",992,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TTree' - 0 - -", (char*)NULL, (void*) NULL, 1);
25012    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);
25013    G__memfunc_setup("ProcessCut",1035,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
25014    G__memfunc_setup("ProcessFill",1126,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
25015    G__memfunc_setup("Process",735,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
25016    G__memfunc_setup("SetOption",933,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - option", (char*)NULL, (void*) NULL, 1);
25017    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);
25018    G__memfunc_setup("SetInputList",1240,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TList' - 0 - input", (char*)NULL, (void*) NULL, 1);
25019    G__memfunc_setup("GetOutputList",1357,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25020    G__memfunc_setup("SlaveTerminate",1444,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25021    G__memfunc_setup("Terminate",937,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25022    G__memfunc_setup("GetAbort",792,(G__InterfaceMethod) NULL,105, G__get_linked_tagnum(&G__G__TreeLN_TSelectorcLcLEAbort), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25023    G__memfunc_setup("GetStatus",932,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25024    G__memfunc_setup("GetInterpretedClass",1948,G__G__Tree_276_0_20, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25025    G__memfunc_setup("GetInterpretedSelector",2279,G__G__Tree_276_0_21, 85, G__get_linked_tagnum(&G__G__TreeLN_TSelector), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25026    G__memfunc_setup("Class",502,G__G__Tree_276_0_22, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSelectorCint::Class) ), 0);
25027    G__memfunc_setup("Class_Name",982,G__G__Tree_276_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorCint::Class_Name) ), 0);
25028    G__memfunc_setup("Class_Version",1339,G__G__Tree_276_0_24, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSelectorCint::Class_Version) ), 0);
25029    G__memfunc_setup("Dictionary",1046,G__G__Tree_276_0_25, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSelectorCint::Dictionary) ), 0);
25030    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25031    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);
25032    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);
25033    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_276_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25034    G__memfunc_setup("DeclFileName",1145,G__G__Tree_276_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorCint::DeclFileName) ), 0);
25035    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_276_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelectorCint::ImplFileLine) ), 0);
25036    G__memfunc_setup("ImplFileName",1171,G__G__Tree_276_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorCint::ImplFileName) ), 0);
25037    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_276_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelectorCint::DeclFileLine) ), 0);
25038    // automatic destructor
25039    G__memfunc_setup("~TSelectorCint", 1441, G__G__Tree_276_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25040    G__tag_memfunc_reset();
25041 }
25042 
25043 static void G__setup_memfuncTSelectorScalar(void) {
25044    /* TSelectorScalar */
25045    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar));
25046    G__memfunc_setup("TSelectorScalar",1515,G__G__Tree_277_0_1, 105, G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar), -1, 0, 2, 1, 1, 0, 
25047 "C - - 10 '\"\"' name n - 'Long64_t' 0 '0' val", (char*)NULL, (void*) NULL, 0);
25048    G__memfunc_setup("Inc",282,G__G__Tree_277_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "l - 'Long_t' 0 '1' n", (char*)NULL, (void*) NULL, 0);
25049    G__memfunc_setup("Merge",496,G__G__Tree_277_0_3, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 0);
25050    G__memfunc_setup("Class",502,G__G__Tree_277_0_4, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TSelectorScalar::Class) ), 0);
25051    G__memfunc_setup("Class_Name",982,G__G__Tree_277_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorScalar::Class_Name) ), 0);
25052    G__memfunc_setup("Class_Version",1339,G__G__Tree_277_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TSelectorScalar::Class_Version) ), 0);
25053    G__memfunc_setup("Dictionary",1046,G__G__Tree_277_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TSelectorScalar::Dictionary) ), 0);
25054    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25055    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);
25056    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);
25057    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_277_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25058    G__memfunc_setup("DeclFileName",1145,G__G__Tree_277_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorScalar::DeclFileName) ), 0);
25059    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_277_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelectorScalar::ImplFileLine) ), 0);
25060    G__memfunc_setup("ImplFileName",1171,G__G__Tree_277_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TSelectorScalar::ImplFileName) ), 0);
25061    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_277_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TSelectorScalar::DeclFileLine) ), 0);
25062    // automatic copy constructor
25063    G__memfunc_setup("TSelectorScalar", 1515, G__G__Tree_277_0_16, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar), -1, 0, 1, 1, 1, 0, "u 'TSelectorScalar' - 11 - -", (char*) NULL, (void*) NULL, 0);
25064    // automatic destructor
25065    G__memfunc_setup("~TSelectorScalar", 1641, G__G__Tree_277_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25066    // automatic assignment operator
25067    G__memfunc_setup("operator=", 937, G__G__Tree_277_0_18, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TSelectorScalar), -1, 1, 1, 1, 1, 0, "u 'TSelectorScalar' - 11 - -", (char*) NULL, (void*) NULL, 0);
25068    G__tag_memfunc_reset();
25069 }
25070 
25071 static void G__setup_memfuncTTreeCache(void) {
25072    /* TTreeCache */
25073    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCache));
25074    G__memfunc_setup("TTreeCache",952,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCache), -1, 0, 1, 1, 4, 0, "u 'TTreeCache' - 11 - -", "this class cannot be copied", (void*) NULL, 0);
25075    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TTreeCache), -1, 1, 1, 1, 4, 0, "u 'TTreeCache' - 11 - -", (char*)NULL, (void*) NULL, 0);
25076    G__memfunc_setup("TTreeCache",952,G__G__Tree_280_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCache), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25077    G__memfunc_setup("TTreeCache",952,G__G__Tree_280_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCache), -1, 0, 2, 1, 1, 0, 
25078 "U 'TTree' - 0 - tree i - 'Int_t' 0 '0' buffersize", (char*)NULL, (void*) NULL, 0);
25079    G__memfunc_setup("AddBranch",855,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25080 "U 'TBranch' - 0 - b g - 'Bool_t' 0 'kFALSE' subbranches", (char*)NULL, (void*) NULL, 1);
25081    G__memfunc_setup("AddBranch",855,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25082 "C - - 10 - branch g - 'Bool_t' 0 'kFALSE' subbranches", (char*)NULL, (void*) NULL, 1);
25083    G__memfunc_setup("GetEfficiency",1301,G__G__Tree_280_0_7, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25084    G__memfunc_setup("GetEfficiencyRel",1592,G__G__Tree_280_0_8, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25085    G__memfunc_setup("GetLearnEntries",1516,G__G__Tree_280_0_9, 105, -1, G__defined_typename("Int_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Int_t (*)())(&TTreeCache::GetLearnEntries) ), 0);
25086    G__memfunc_setup("FillBuffer",993,G__G__Tree_280_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25087    G__memfunc_setup("GetOwner",811,G__G__Tree_280_0_11, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25088    G__memfunc_setup("GetTree",688,G__G__Tree_280_0_12, 85, G__get_linked_tagnum(&G__G__TreeLN_TTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25089    G__memfunc_setup("IsLearning",1004,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25090    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);
25091    G__memfunc_setup("ReadBuffer",982,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25092 "C - - 0 - buf n - 'Long64_t' 0 - pos "
25093 "i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
25094    G__memfunc_setup("ResetCache",983,G__G__Tree_280_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25095    G__memfunc_setup("SetEntryRange",1323,G__G__Tree_280_0_17, 121, -1, -1, 0, 2, 1, 1, 0, 
25096 "n - 'Long64_t' 0 - emin n - 'Long64_t' 0 - emax", (char*)NULL, (void*) NULL, 1);
25097    G__memfunc_setup("SetLearnEntries",1528,G__G__Tree_280_0_18, 121, -1, -1, 0, 1, 3, 1, 0, "i - 'Int_t' 0 '10' n", (char*)NULL, (void*) G__func2void( (void (*)(Int_t))(&TTreeCache::SetLearnEntries) ), 0);
25098    G__memfunc_setup("StartLearningPhase",1839,G__G__Tree_280_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25099    G__memfunc_setup("StopLearningPhase",1735,G__G__Tree_280_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25100    G__memfunc_setup("UpdateBranches",1417,G__G__Tree_280_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
25101 "U 'TTree' - 0 - tree g - 'Bool_t' 0 'kFALSE' owner", (char*)NULL, (void*) NULL, 1);
25102    G__memfunc_setup("Class",502,G__G__Tree_280_0_22, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeCache::Class) ), 0);
25103    G__memfunc_setup("Class_Name",982,G__G__Tree_280_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCache::Class_Name) ), 0);
25104    G__memfunc_setup("Class_Version",1339,G__G__Tree_280_0_24, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeCache::Class_Version) ), 0);
25105    G__memfunc_setup("Dictionary",1046,G__G__Tree_280_0_25, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeCache::Dictionary) ), 0);
25106    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25107    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);
25108    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);
25109    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_280_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25110    G__memfunc_setup("DeclFileName",1145,G__G__Tree_280_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCache::DeclFileName) ), 0);
25111    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_280_0_31, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeCache::ImplFileLine) ), 0);
25112    G__memfunc_setup("ImplFileName",1171,G__G__Tree_280_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCache::ImplFileName) ), 0);
25113    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_280_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeCache::DeclFileLine) ), 0);
25114    // automatic destructor
25115    G__memfunc_setup("~TTreeCache", 1078, G__G__Tree_280_0_34, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25116    G__tag_memfunc_reset();
25117 }
25118 
25119 static void G__setup_memfuncTTreeCacheUnzip(void) {
25120    /* TTreeCacheUnzip */
25121    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip));
25122    G__memfunc_setup("TTreeCacheUnzip",1486,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip), -1, 0, 1, 1, 4, 0, "u 'TTreeCacheUnzip' - 11 - -", "this class cannot be copied", (void*) NULL, 0);
25123    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip), -1, 1, 1, 1, 4, 0, "u 'TTreeCacheUnzip' - 11 - -", (char*)NULL, (void*) NULL, 0);
25124    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25125    G__memfunc_setup("StartThreadUnzip",1660,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 4, 0, "i - 'Int_t' 0 - nthreads", (char*)NULL, (void*) NULL, 0);
25126    G__memfunc_setup("StopThreadUnzip",1556,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25127    G__memfunc_setup("TTreeCacheUnzip",1486,G__G__Tree_284_0_6, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25128    G__memfunc_setup("TTreeCacheUnzip",1486,G__G__Tree_284_0_7, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzip), -1, 0, 2, 1, 1, 0, 
25129 "U 'TTree' - 0 - tree i - 'Int_t' 0 '0' buffersize", (char*)NULL, (void*) NULL, 0);
25130    G__memfunc_setup("AddBranch",855,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25131 "U 'TBranch' - 0 - b g - 'Bool_t' 0 'kFALSE' subbranches", (char*)NULL, (void*) NULL, 1);
25132    G__memfunc_setup("AddBranch",855,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25133 "C - - 10 - branch g - 'Bool_t' 0 'kFALSE' subbranches", (char*)NULL, (void*) NULL, 1);
25134    G__memfunc_setup("FillBuffer",993,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25135    G__memfunc_setup("ReadBufferExt",1287,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
25136 "C - - 0 - buf n - 'Long64_t' 0 - pos "
25137 "i - 'Int_t' 0 - len i - 'Int_t' 1 - loc", (char*)NULL, (void*) NULL, 1);
25138    G__memfunc_setup("SetEntryRange",1323,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25139 "n - 'Long64_t' 0 - emin n - 'Long64_t' 0 - emax", (char*)NULL, (void*) NULL, 1);
25140    G__memfunc_setup("StopLearningPhase",1735,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25141    G__memfunc_setup("UpdateBranches",1417,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25142 "U 'TTree' - 0 - tree g - 'Bool_t' 0 'kFALSE' owner", (char*)NULL, (void*) NULL, 1);
25143    G__memfunc_setup("GetParallelUnzip",1635,G__G__Tree_284_0_15, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TTreeCacheUnzip::EParUnzipMode (*)())(&TTreeCacheUnzip::GetParallelUnzip) ), 0);
25144    G__memfunc_setup("IsParallelUnzip",1535,G__G__Tree_284_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Bool_t (*)())(&TTreeCacheUnzip::IsParallelUnzip) ), 0);
25145    G__memfunc_setup("SetParallelUnzip",1647,G__G__Tree_284_0_17, 105, -1, G__defined_typename("Int_t"), 0, 1, 3, 1, 0, "i 'TTreeCacheUnzip::EParUnzipMode' - 0 'TTreeCacheUnzip::kEnable' option", (char*)NULL, (void*) G__func2void( (Int_t (*)(TTreeCacheUnzip::EParUnzipMode))(&TTreeCacheUnzip::SetParallelUnzip) ), 0);
25146    G__memfunc_setup("IsActiveThread",1392,G__G__Tree_284_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25147    G__memfunc_setup("IsQueueEmpty",1232,G__G__Tree_284_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25148    G__memfunc_setup("WaitUnzipStartSignal",2071,G__G__Tree_284_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25149    G__memfunc_setup("SendUnzipStartSignal",2060,G__G__Tree_284_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - broadcast", (char*)NULL, (void*) NULL, 0);
25150    G__memfunc_setup("GetRecordHeader",1480,G__G__Tree_284_0_22, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
25151 "C - - 0 - buf i - 'Int_t' 0 - maxbytes "
25152 "i - 'Int_t' 1 - nbytes i - 'Int_t' 1 - objlen "
25153 "i - 'Int_t' 1 - keylen", (char*)NULL, (void*) NULL, 0);
25154    G__memfunc_setup("ResetCache",983,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25155    G__memfunc_setup("GetUnzipBuffer",1424,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
25156 "C - - 2 - buf n - 'Long64_t' 0 - pos "
25157 "i - 'Int_t' 0 - len G - 'Bool_t' 0 - free", (char*)NULL, (void*) NULL, 1);
25158    G__memfunc_setup("SetUnzipBufferSize",1847,G__G__Tree_284_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - bufferSize", (char*)NULL, (void*) NULL, 0);
25159    G__memfunc_setup("SetUnzipRelBufferSize",2138,G__G__Tree_284_0_26, 121, -1, -1, 0, 1, 3, 1, 0, "f - 'Float_t' 0 - relbufferSize", (char*)NULL, (void*) G__func2void( (void (*)(Float_t))(&TTreeCacheUnzip::SetUnzipRelBufferSize) ), 0);
25160    G__memfunc_setup("UnzipBuffer",1136,G__G__Tree_284_0_27, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25161 "C - - 2 - dest C - - 0 - src", (char*)NULL, (void*) NULL, 0);
25162    G__memfunc_setup("UnzipCache",1002,G__G__Tree_284_0_28, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25163 "i - 'Int_t' 1 - startindex i - 'Int_t' 1 - locbuffsz "
25164 "C - - 1 - locbuff", (char*)NULL, (void*) NULL, 0);
25165    G__memfunc_setup("GetNUnzip",900,G__G__Tree_284_0_29, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25166    G__memfunc_setup("GetNFound",874,G__G__Tree_284_0_30, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25167    G__memfunc_setup("GetNMissed",979,G__G__Tree_284_0_31, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25168    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);
25169    G__memfunc_setup("UnzipLoop",944,G__G__Tree_284_0_33, 89, -1, -1, 0, 1, 3, 1, 0, "Y - - 0 - arg", (char*)NULL, (void*) G__func2void( (void* (*)(void*))(&TTreeCacheUnzip::UnzipLoop) ), 0);
25170    G__memfunc_setup("Class",502,G__G__Tree_284_0_34, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeCacheUnzip::Class) ), 0);
25171    G__memfunc_setup("Class_Name",982,G__G__Tree_284_0_35, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCacheUnzip::Class_Name) ), 0);
25172    G__memfunc_setup("Class_Version",1339,G__G__Tree_284_0_36, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeCacheUnzip::Class_Version) ), 0);
25173    G__memfunc_setup("Dictionary",1046,G__G__Tree_284_0_37, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeCacheUnzip::Dictionary) ), 0);
25174    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25175    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);
25176    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);
25177    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_284_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25178    G__memfunc_setup("DeclFileName",1145,G__G__Tree_284_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCacheUnzip::DeclFileName) ), 0);
25179    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_284_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeCacheUnzip::ImplFileLine) ), 0);
25180    G__memfunc_setup("ImplFileName",1171,G__G__Tree_284_0_44, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeCacheUnzip::ImplFileName) ), 0);
25181    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_284_0_45, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeCacheUnzip::DeclFileLine) ), 0);
25182    // automatic destructor
25183    G__memfunc_setup("~TTreeCacheUnzip", 1612, G__G__Tree_284_0_46, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25184    G__tag_memfunc_reset();
25185 }
25186 
25187 static void G__setup_memfuncTTreeResult(void) {
25188    /* TTreeResult */
25189    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeResult));
25190    G__memfunc_setup("IsValid",684,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 0);
25191    G__memfunc_setup("AddField",749,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
25192 "i - 'Int_t' 0 - field C - - 10 - fieldname", (char*)NULL, (void*) NULL, 0);
25193    G__memfunc_setup("AddRow",577,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TSQLRow' - 0 - row", (char*)NULL, (void*) NULL, 0);
25194    G__memfunc_setup("TTreeResult",1123,G__G__Tree_294_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeResult), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25195    G__memfunc_setup("TTreeResult",1123,G__G__Tree_294_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeResult), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nfields", (char*)NULL, (void*) NULL, 0);
25196    G__memfunc_setup("Close",502,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25197    G__memfunc_setup("GetFieldCount",1293,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25198    G__memfunc_setup("GetFieldName",1157,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 1);
25199    G__memfunc_setup("GetRows",715,G__G__Tree_294_0_9, 85, G__get_linked_tagnum(&G__G__TreeLN_TObjArray), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25200    G__memfunc_setup("Next",415,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TSQLRow), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25201    G__memfunc_setup("Class",502,G__G__Tree_294_0_11, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeResult::Class) ), 0);
25202    G__memfunc_setup("Class_Name",982,G__G__Tree_294_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeResult::Class_Name) ), 0);
25203    G__memfunc_setup("Class_Version",1339,G__G__Tree_294_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeResult::Class_Version) ), 0);
25204    G__memfunc_setup("Dictionary",1046,G__G__Tree_294_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeResult::Dictionary) ), 0);
25205    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25206    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);
25207    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);
25208    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_294_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25209    G__memfunc_setup("DeclFileName",1145,G__G__Tree_294_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeResult::DeclFileName) ), 0);
25210    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_294_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeResult::ImplFileLine) ), 0);
25211    G__memfunc_setup("ImplFileName",1171,G__G__Tree_294_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeResult::ImplFileName) ), 0);
25212    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_294_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeResult::DeclFileLine) ), 0);
25213    // automatic copy constructor
25214    G__memfunc_setup("TTreeResult", 1123, G__G__Tree_294_0_23, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TTreeResult), -1, 0, 1, 1, 1, 0, "u 'TTreeResult' - 11 - -", (char*) NULL, (void*) NULL, 0);
25215    // automatic destructor
25216    G__memfunc_setup("~TTreeResult", 1249, G__G__Tree_294_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25217    // automatic assignment operator
25218    G__memfunc_setup("operator=", 937, G__G__Tree_294_0_25, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TTreeResult), -1, 1, 1, 1, 1, 0, "u 'TTreeResult' - 11 - -", (char*) NULL, (void*) NULL, 0);
25219    G__tag_memfunc_reset();
25220 }
25221 
25222 static void G__setup_memfuncTTreeRow(void) {
25223    /* TTreeRow */
25224    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeRow));
25225    G__memfunc_setup("TTreeRow",796,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeRow), -1, 0, 1, 1, 4, 0, "U 'TSQLRow' - 0 - original", (char*)NULL, (void*) NULL, 0);
25226    G__memfunc_setup("IsValid",684,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 0);
25227    G__memfunc_setup("TTreeRow",796,G__G__Tree_295_0_3, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeRow), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25228    G__memfunc_setup("TTreeRow",796,G__G__Tree_295_0_4, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeRow), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - nfields", (char*)NULL, (void*) NULL, 0);
25229    G__memfunc_setup("TTreeRow",796,G__G__Tree_295_0_5, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeRow), -1, 0, 3, 1, 1, 0, 
25230 "i - 'Int_t' 0 - nfields I - 'Int_t' 10 - fields "
25231 "C - - 10 - row", (char*)NULL, (void*) NULL, 0);
25232    G__memfunc_setup("Close",502,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25233    G__memfunc_setup("GetFieldLength",1382,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("ULong_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 1);
25234    G__memfunc_setup("GetField",772,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "i - 'Int_t' 0 - field", (char*)NULL, (void*) NULL, 1);
25235    G__memfunc_setup("SetRow",612,G__G__Tree_295_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
25236 "I - 'Int_t' 10 - fields C - - 10 - row", (char*)NULL, (void*) NULL, 0);
25237    G__memfunc_setup("Class",502,G__G__Tree_295_0_10, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeRow::Class) ), 0);
25238    G__memfunc_setup("Class_Name",982,G__G__Tree_295_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeRow::Class_Name) ), 0);
25239    G__memfunc_setup("Class_Version",1339,G__G__Tree_295_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeRow::Class_Version) ), 0);
25240    G__memfunc_setup("Dictionary",1046,G__G__Tree_295_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeRow::Dictionary) ), 0);
25241    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25242    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);
25243    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);
25244    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_295_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25245    G__memfunc_setup("DeclFileName",1145,G__G__Tree_295_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeRow::DeclFileName) ), 0);
25246    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_295_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeRow::ImplFileLine) ), 0);
25247    G__memfunc_setup("ImplFileName",1171,G__G__Tree_295_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeRow::ImplFileName) ), 0);
25248    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_295_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeRow::DeclFileLine) ), 0);
25249    // automatic copy constructor
25250    G__memfunc_setup("TTreeRow", 796, G__G__Tree_295_0_22, (int) ('i'), G__get_linked_tagnum(&G__G__TreeLN_TTreeRow), -1, 0, 1, 1, 1, 0, "u 'TTreeRow' - 11 - -", (char*) NULL, (void*) NULL, 0);
25251    // automatic destructor
25252    G__memfunc_setup("~TTreeRow", 922, G__G__Tree_295_0_23, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25253    // automatic assignment operator
25254    G__memfunc_setup("operator=", 937, G__G__Tree_295_0_24, (int) ('u'), G__get_linked_tagnum(&G__G__TreeLN_TTreeRow), -1, 1, 1, 1, 1, 0, "u 'TTreeRow' - 11 - -", (char*) NULL, (void*) NULL, 0);
25255    G__tag_memfunc_reset();
25256 }
25257 
25258 static void G__setup_memfuncTTreeSQL(void) {
25259    /* TTreeSQL */
25260    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL));
25261    G__memfunc_setup("CheckBasket",1080,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TBranch' - 0 - tb", (char*)NULL, (void*) NULL, 0);
25262    G__memfunc_setup("CheckBranch",1068,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'TBranch' - 0 - tb", (char*)NULL, (void*) NULL, 0);
25263    G__memfunc_setup("CheckTable",966,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 8, "u 'TString' - 11 - table", (char*)NULL, (void*) NULL, 0);
25264    G__memfunc_setup("CreateBranches",1402,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TString), -1, 0, 1, 1, 2, 0, "U 'TSQLResult' - 0 - rs", (char*)NULL, (void*) NULL, 0);
25265    G__memfunc_setup("GetColumnIndice",1498,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR), G__defined_typename("vector<Int_t>"), 0, 1, 1, 2, 0, "U 'TBranch' - 0 - branch", (char*)NULL, (void*) NULL, 0);
25266    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25267    G__memfunc_setup("ResetQuery",1049,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25268    G__memfunc_setup("ConvertTypeName",1540,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__TreeLN_TString), -1, 0, 1, 1, 2, 0, "u 'TString' - 11 - typeName", (char*)NULL, (void*) NULL, 0);
25269    G__memfunc_setup("CreateBranch",1186,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25270 "u 'TString' - 11 - branchName u 'TString' - 11 - typeName", (char*)NULL, (void*) NULL, 1);
25271    G__memfunc_setup("CreateTable",1084,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "u 'TString' - 11 - table", (char*)NULL, (void*) NULL, 0);
25272    G__memfunc_setup("CreateBasket",1198,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBasket), -1, 0, 1, 1, 2, 0, "U 'TBranch' - 0 - br", (char*)NULL, (void*) NULL, 1);
25273    G__memfunc_setup("BranchImp",884,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 6, 1, 2, 0, 
25274 "C - - 10 - branchname C - - 10 - classname "
25275 "U 'TClass' - 0 - ptrClass Y - - 0 - addobj "
25276 "i - 'Int_t' 0 - bufsize i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 1);
25277    G__memfunc_setup("BranchImp",884,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 5, 1, 2, 0, 
25278 "C - - 10 - branchname U 'TClass' - 0 - ptrClass "
25279 "Y - - 0 - addobj i - 'Int_t' 0 - bufsize "
25280 "i - 'Int_t' 0 - splitlevel", (char*)NULL, (void*) NULL, 1);
25281    G__memfunc_setup("TTreeSQL",724,G__G__Tree_297_0_14, 105, G__get_linked_tagnum(&G__G__TreeLN_TTreeSQL), -1, 0, 3, 1, 1, 0, 
25282 "U 'TSQLServer' - 0 - server u 'TString' - 0 - DB "
25283 "u 'TString' - 11 - table", (char*)NULL, (void*) NULL, 0);
25284    G__memfunc_setup("Branch",590,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
25285 "U 'TCollection' - 0 - list i - 'Int_t' 0 '32000' bufsize "
25286 "i - 'Int_t' 0 '99' splitlevel C - - 10 '\"\"' name", (char*)NULL, (void*) NULL, 1);
25287    G__memfunc_setup("Branch",590,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25288 "U 'TList' - 0 - list i - 'Int_t' 0 '32000' bufsize "
25289 "i - 'Int_t' 0 '99' splitlevel", (char*)NULL, (void*) NULL, 1);
25290    G__memfunc_setup("Branch",590,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
25291 "C - - 10 - folder i - 'Int_t' 0 '32000' bufsize "
25292 "i - 'Int_t' 0 '99' splitlevel", (char*)NULL, (void*) NULL, 1);
25293    G__memfunc_setup("Bronch",604,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 5, 1, 1, 0, 
25294 "C - - 10 - name C - - 10 - classname "
25295 "Y - - 0 - addobj i - 'Int_t' 0 '32000' bufsize "
25296 "i - 'Int_t' 0 '99' splitlevel", (char*)NULL, (void*) NULL, 1);
25297    G__memfunc_setup("BranchOld",877,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 5, 1, 1, 0, 
25298 "C - - 10 - name C - - 10 - classname "
25299 "Y - - 0 - addobj i - 'Int_t' 0 '32000' bufsize "
25300 "i - 'Int_t' 0 '1' splitlevel", (char*)NULL, (void*) NULL, 1);
25301    G__memfunc_setup("Branch",590,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TBranch), -1, 0, 4, 1, 1, 0, 
25302 "C - - 10 - name Y - - 0 - address "
25303 "C - - 10 - leaflist i - 'Int_t' 0 - bufsize", (char*)NULL, (void*) NULL, 1);
25304    G__memfunc_setup("Fill",391,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25305    G__memfunc_setup("GetEntry",818,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
25306 "n - 'Long64_t' 0 '0' entry i - 'Int_t' 0 '0' getall", (char*)NULL, (void*) NULL, 1);
25307    G__memfunc_setup("GetEntries",1018,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25308    G__memfunc_setup("GetEntries",1018,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "C - - 10 - sel", (char*)NULL, (void*) NULL, 1);
25309    G__memfunc_setup("GetEntriesFast",1416,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25310    G__memfunc_setup("GetTableName",1161,G__G__Tree_297_0_26, 117, G__get_linked_tagnum(&G__G__TreeLN_TString), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25311    G__memfunc_setup("LoadTree",784,(G__InterfaceMethod) NULL,110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
25312    G__memfunc_setup("PrepEntry",937,G__G__Tree_297_0_28, 110, -1, G__defined_typename("Long64_t"), 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - entry", (char*)NULL, (void*) NULL, 1);
25313    G__memfunc_setup("Refresh",719,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25314    G__memfunc_setup("Class",502,G__G__Tree_297_0_30, 85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTreeSQL::Class) ), 0);
25315    G__memfunc_setup("Class_Name",982,G__G__Tree_297_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeSQL::Class_Name) ), 0);
25316    G__memfunc_setup("Class_Version",1339,G__G__Tree_297_0_32, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTreeSQL::Class_Version) ), 0);
25317    G__memfunc_setup("Dictionary",1046,G__G__Tree_297_0_33, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTreeSQL::Dictionary) ), 0);
25318    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__TreeLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25319    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);
25320    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);
25321    G__memfunc_setup("StreamerNVirtual",1656,G__G__Tree_297_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25322    G__memfunc_setup("DeclFileName",1145,G__G__Tree_297_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeSQL::DeclFileName) ), 0);
25323    G__memfunc_setup("ImplFileLine",1178,G__G__Tree_297_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeSQL::ImplFileLine) ), 0);
25324    G__memfunc_setup("ImplFileName",1171,G__G__Tree_297_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTreeSQL::ImplFileName) ), 0);
25325    G__memfunc_setup("DeclFileLine",1152,G__G__Tree_297_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTreeSQL::DeclFileLine) ), 0);
25326    // automatic destructor
25327    G__memfunc_setup("~TTreeSQL", 850, G__G__Tree_297_0_42, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
25328    G__tag_memfunc_reset();
25329 }
25330 
25331 
25332 /*********************************************************
25333 * Member function information setup
25334 *********************************************************/
25335 extern "C" void G__cpp_setup_memfuncG__Tree() {
25336 }
25337 
25338 /*********************************************************
25339 * Global variable information setup for each class
25340 *********************************************************/
25341 static void G__cpp_setup_global0() {
25342 
25343    /* Setting up global variables */
25344    G__resetplocal();
25345 
25346 }
25347 
25348 static void G__cpp_setup_global1() {
25349 }
25350 
25351 static void G__cpp_setup_global2() {
25352 }
25353 
25354 static void G__cpp_setup_global3() {
25355 
25356    G__resetglobalenv();
25357 }
25358 extern "C" void G__cpp_setup_globalG__Tree() {
25359   G__cpp_setup_global0();
25360   G__cpp_setup_global1();
25361   G__cpp_setup_global2();
25362   G__cpp_setup_global3();
25363 }
25364 
25365 /*********************************************************
25366 * Global function information setup for each class
25367 *********************************************************/
25368 static void G__cpp_setup_func0() {
25369    G__lastifuncposition();
25370 
25371 }
25372 
25373 static void G__cpp_setup_func1() {
25374 }
25375 
25376 static void G__cpp_setup_func2() {
25377 }
25378 
25379 static void G__cpp_setup_func3() {
25380 }
25381 
25382 static void G__cpp_setup_func4() {
25383 }
25384 
25385 static void G__cpp_setup_func5() {
25386 }
25387 
25388 static void G__cpp_setup_func6() {
25389    G__memfunc_setup("operator+", 919, G__G__Tree__0_674, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25390 "u 'TCut' - 11 - lhs C - - 10 - rhs", (char*) NULL
25391 , (void*) NULL, 0);
25392    G__memfunc_setup("operator+", 919, G__G__Tree__0_675, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25393 "C - - 10 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25394 , (void*) NULL, 0);
25395    G__memfunc_setup("operator+", 919, G__G__Tree__0_676, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25396 "u 'TCut' - 11 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25397 , (void*) NULL, 0);
25398    G__memfunc_setup("operator*", 918, G__G__Tree__0_677, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25399 "u 'TCut' - 11 - lhs C - - 10 - rhs", (char*) NULL
25400 , (void*) NULL, 0);
25401    G__memfunc_setup("operator*", 918, G__G__Tree__0_678, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25402 "C - - 10 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25403 , (void*) NULL, 0);
25404    G__memfunc_setup("operator*", 918, G__G__Tree__0_679, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25405 "u 'TCut' - 11 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25406 , (void*) NULL, 0);
25407    G__memfunc_setup("operator&&", 952, G__G__Tree__0_680, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25408 "u 'TCut' - 11 - lhs C - - 10 - rhs", (char*) NULL
25409 , (void*) NULL, 0);
25410    G__memfunc_setup("operator&&", 952, G__G__Tree__0_681, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25411 "C - - 10 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25412 , (void*) NULL, 0);
25413    G__memfunc_setup("operator&&", 952, G__G__Tree__0_682, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25414 "u 'TCut' - 11 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25415 , (void*) NULL, 0);
25416    G__memfunc_setup("operator||", 1124, G__G__Tree__0_683, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25417 "u 'TCut' - 11 - lhs C - - 10 - rhs", (char*) NULL
25418 , (void*) NULL, 0);
25419    G__memfunc_setup("operator||", 1124, G__G__Tree__0_684, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25420 "C - - 10 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25421 , (void*) NULL, 0);
25422    G__memfunc_setup("operator||", 1124, G__G__Tree__0_685, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 2, 1, 1, 0, 
25423 "u 'TCut' - 11 - lhs u 'TCut' - 11 - rhs", (char*) NULL
25424 , (void*) NULL, 0);
25425    G__memfunc_setup("operator!", 909, G__G__Tree__0_686, 117, G__get_linked_tagnum(&G__G__TreeLN_TCut), -1, 0, 1, 1, 1, 0, "u 'TCut' - 11 - rhs", (char*) NULL
25426 , (void*) NULL, 0);
25427    G__memfunc_setup("operator+", 919, G__G__Tree__0_688, 117, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 0, 2, 1, 1, 0, 
25428 "u 'TEventList' - 11 - list1 u 'TEventList' - 11 - list2", (char*) NULL
25429 , (void*) NULL, 0);
25430    G__memfunc_setup("operator-", 921, G__G__Tree__0_689, 117, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 0, 2, 1, 1, 0, 
25431 "u 'TEventList' - 11 - list1 u 'TEventList' - 11 - list2", (char*) NULL
25432 , (void*) NULL, 0);
25433    G__memfunc_setup("operator*", 918, G__G__Tree__0_690, 117, G__get_linked_tagnum(&G__G__TreeLN_TEventList), -1, 0, 2, 1, 1, 0, 
25434 "u 'TEventList' - 11 - list1 u 'TEventList' - 11 - list2", (char*) NULL
25435 , (void*) NULL, 0);
25436 }
25437 
25438 static void G__cpp_setup_func7() {
25439 
25440    G__resetifuncposition();
25441 }
25442 
25443 extern "C" void G__cpp_setup_funcG__Tree() {
25444   G__cpp_setup_func0();
25445   G__cpp_setup_func1();
25446   G__cpp_setup_func2();
25447   G__cpp_setup_func3();
25448   G__cpp_setup_func4();
25449   G__cpp_setup_func5();
25450   G__cpp_setup_func6();
25451   G__cpp_setup_func7();
25452 }
25453 
25454 /*********************************************************
25455 * Class,struct,union,enum tag information setup
25456 *********************************************************/
25457 /* Setup class/struct taginfo */
25458 G__linked_taginfo G__G__TreeLN_TClass = { "TClass" , 99 , -1 };
25459 G__linked_taginfo G__G__TreeLN_TBuffer = { "TBuffer" , 99 , -1 };
25460 G__linked_taginfo G__G__TreeLN_TDirectory = { "TDirectory" , 99 , -1 };
25461 G__linked_taginfo G__G__TreeLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
25462 G__linked_taginfo G__G__TreeLN_TObject = { "TObject" , 99 , -1 };
25463 G__linked_taginfo G__G__TreeLN_TNamed = { "TNamed" , 99 , -1 };
25464 G__linked_taginfo G__G__TreeLN_TString = { "TString" , 99 , -1 };
25465 G__linked_taginfo G__G__TreeLN_TMemberStreamer = { "TMemberStreamer" , 99 , -1 };
25466 G__linked_taginfo G__G__TreeLN_TVirtualCollectionProxy = { "TVirtualCollectionProxy" , 99 , -1 };
25467 G__linked_taginfo G__G__TreeLN_basic_istreamlEcharcOchar_traitslEchargRsPgR = { "basic_istream<char,char_traits<char> >" , 99 , -1 };
25468 G__linked_taginfo G__G__TreeLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
25469 G__linked_taginfo G__G__TreeLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
25470 G__linked_taginfo G__G__TreeLN_TList = { "TList" , 99 , -1 };
25471 G__linked_taginfo G__G__TreeLN_TBrowser = { "TBrowser" , 99 , -1 };
25472 G__linked_taginfo G__G__TreeLN_TObjArray = { "TObjArray" , 99 , -1 };
25473 G__linked_taginfo G__G__TreeLN_TMethod = { "TMethod" , 99 , -1 };
25474 G__linked_taginfo G__G__TreeLN_TStreamerElement = { "TStreamerElement" , 99 , -1 };
25475 G__linked_taginfo G__G__TreeLN_TClonesArray = { "TClonesArray" , 99 , -1 };
25476 G__linked_taginfo G__G__TreeLN_TRefTable = { "TRefTable" , 99 , -1 };
25477 G__linked_taginfo G__G__TreeLN_TVirtualArray = { "TVirtualArray" , 99 , -1 };
25478 G__linked_taginfo G__G__TreeLN_TStreamerInfoActions = { "TStreamerInfoActions" , 110 , -1 };
25479 G__linked_taginfo G__G__TreeLN_TStreamerInfoActionscLcLTActionSequence = { "TStreamerInfoActions::TActionSequence" , 99 , -1 };
25480 G__linked_taginfo G__G__TreeLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
25481 G__linked_taginfo G__G__TreeLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
25482 G__linked_taginfo G__G__TreeLN_TBuffercLcLEMode = { "TBuffer::EMode" , 101 , -1 };
25483 G__linked_taginfo G__G__TreeLN_TDatime = { "TDatime" , 99 , -1 };
25484 G__linked_taginfo G__G__TreeLN_TFile = { "TFile" , 99 , -1 };
25485 G__linked_taginfo G__G__TreeLN_TKey = { "TKey" , 99 , -1 };
25486 G__linked_taginfo G__G__TreeLN_TTree = { "TTree" , 99 , -1 };
25487 G__linked_taginfo G__G__TreeLN_TBranch = { "TBranch" , 99 , -1 };
25488 G__linked_taginfo G__G__TreeLN_TBasket = { "TBasket" , 99 , -1 };
25489 G__linked_taginfo G__G__TreeLN_TSQLResult = { "TSQLResult" , 99 , -1 };
25490 G__linked_taginfo G__G__TreeLN_TSQLRow = { "TSQLRow" , 99 , -1 };
25491 G__linked_taginfo G__G__TreeLN_TBufferSQL = { "TBufferSQL" , 99 , -1 };
25492 G__linked_taginfo G__G__TreeLN_TBasketSQL = { "TBasketSQL" , 99 , -1 };
25493 G__linked_taginfo G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR = { "vector<int,allocator<int> >" , 99 , -1 };
25494 G__linked_taginfo G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgRcLcLiterator = { "vector<int,allocator<int> >::iterator" , 99 , -1 };
25495 G__linked_taginfo G__G__TreeLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<int,allocator<int> >::iterator>" , 99 , -1 };
25496 G__linked_taginfo G__G__TreeLN_TCollection = { "TCollection" , 99 , -1 };
25497 G__linked_taginfo G__G__TreeLN_TIterator = { "TIterator" , 99 , -1 };
25498 G__linked_taginfo G__G__TreeLN_TSeqCollection = { "TSeqCollection" , 99 , -1 };
25499 G__linked_taginfo G__G__TreeLN_TObjLink = { "TObjLink" , 99 , -1 };
25500 G__linked_taginfo G__G__TreeLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
25501 G__linked_taginfo G__G__TreeLN_TBranchElement = { "TBranchElement" , 99 , -1 };
25502 G__linked_taginfo G__G__TreeLN_TVirtualBranchBrowsable = { "TVirtualBranchBrowsable" , 99 , -1 };
25503 G__linked_taginfo G__G__TreeLN_listlEvoidmUcOallocatorlEvoidmUgRsPgR = { "list<void*,allocator<void*> >" , 99 , -1 };
25504 G__linked_taginfo G__G__TreeLN_TMethodBrowsable = { "TMethodBrowsable" , 99 , -1 };
25505 G__linked_taginfo G__G__TreeLN_TNonSplitBrowsable = { "TNonSplitBrowsable" , 99 , -1 };
25506 G__linked_taginfo G__G__TreeLN_TCollectionPropertyBrowsable = { "TCollectionPropertyBrowsable" , 99 , -1 };
25507 G__linked_taginfo G__G__TreeLN_TCollectionMethodBrowsable = { "TCollectionMethodBrowsable" , 99 , -1 };
25508 G__linked_taginfo G__G__TreeLN_TAttFill = { "TAttFill" , 99 , -1 };
25509 G__linked_taginfo G__G__TreeLN_EDataType = { "EDataType" , 101 , -1 };
25510 G__linked_taginfo G__G__TreeLN_TLeaf = { "TLeaf" , 99 , -1 };
25511 G__linked_taginfo G__G__TreeLN_TBranchcLcLdA = { "TBranch::$" , 101 , -1 };
25512 G__linked_taginfo G__G__TreeLN_TTreeCloner = { "TTreeCloner" , 99 , -1 };
25513 G__linked_taginfo G__G__TreeLN_TBranchClones = { "TBranchClones" , 99 , -1 };
25514 G__linked_taginfo G__G__TreeLN_TClassRef = { "TClassRef" , 99 , -1 };
25515 G__linked_taginfo G__G__TreeLN_TMethodCall = { "TMethodCall" , 99 , -1 };
25516 G__linked_taginfo G__G__TreeLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR = { "map<string,TObjArray*,less<string>,allocator<pair<const string,TObjArray*> > >" , 99 , -1 };
25517 G__linked_taginfo G__G__TreeLN_TAttLine = { "TAttLine" , 99 , -1 };
25518 G__linked_taginfo G__G__TreeLN_TAttMarker = { "TAttMarker" , 99 , -1 };
25519 G__linked_taginfo G__G__TreeLN_TArrayD = { "TArrayD" , 99 , -1 };
25520 G__linked_taginfo G__G__TreeLN_TArrayI = { "TArrayI" , 99 , -1 };
25521 G__linked_taginfo G__G__TreeLN_TH1 = { "TH1" , 99 , -1 };
25522 G__linked_taginfo G__G__TreeLN_TTreeFormula = { "TTreeFormula" , 99 , -1 };
25523 G__linked_taginfo G__G__TreeLN_TSelector = { "TSelector" , 99 , -1 };
25524 G__linked_taginfo G__G__TreeLN_TPrincipal = { "TPrincipal" , 99 , -1 };
25525 G__linked_taginfo G__G__TreeLN_TVirtualIndex = { "TVirtualIndex" , 99 , -1 };
25526 G__linked_taginfo G__G__TreeLN_TVirtualTreePlayer = { "TVirtualTreePlayer" , 99 , -1 };
25527 G__linked_taginfo G__G__TreeLN_TEventList = { "TEventList" , 99 , -1 };
25528 G__linked_taginfo G__G__TreeLN_TEntryList = { "TEntryList" , 99 , -1 };
25529 G__linked_taginfo G__G__TreeLN_TFriendElement = { "TFriendElement" , 99 , -1 };
25530 G__linked_taginfo G__G__TreeLN_TCut = { "TCut" , 99 , -1 };
25531 G__linked_taginfo G__G__TreeLN_TBranchRef = { "TBranchRef" , 99 , -1 };
25532 G__linked_taginfo G__G__TreeLN_TStreamerInfo = { "TStreamerInfo" , 99 , -1 };
25533 G__linked_taginfo G__G__TreeLN_TTreecLcLELockStatusBits = { "TTree::ELockStatusBits" , 101 , -1 };
25534 G__linked_taginfo G__G__TreeLN_TTreecLcLSetBranchAddressStatus = { "TTree::SetBranchAddressStatus" , 101 , -1 };
25535 G__linked_taginfo G__G__TreeLN_TTreecLcLdA = { "TTree::$" , 101 , -1 };
25536 G__linked_taginfo G__G__TreeLN_TTreeFriendLeafIter = { "TTreeFriendLeafIter" , 99 , -1 };
25537 G__linked_taginfo G__G__TreeLN_TVirtualCollectionIterators = { "TVirtualCollectionIterators" , 99 , -1 };
25538 G__linked_taginfo G__G__TreeLN_TVirtualCollectionPtrIterators = { "TVirtualCollectionPtrIterators" , 99 , -1 };
25539 G__linked_taginfo G__G__TreeLN_TBranchElementcLcLdA = { "TBranchElement::$" , 101 , -1 };
25540 G__linked_taginfo G__G__TreeLN_TBranchObject = { "TBranchObject" , 99 , -1 };
25541 G__linked_taginfo G__G__TreeLN_TBranchObjectcLcLdA = { "TBranchObject::$" , 101 , -1 };
25542 G__linked_taginfo G__G__TreeLN_vectorlEstringcOallocatorlEstringgRsPgR = { "vector<string,allocator<string> >" , 99 , -1 };
25543 G__linked_taginfo G__G__TreeLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<string,allocator<string> >::iterator>" , 99 , -1 };
25544 G__linked_taginfo G__G__TreeLN_TIndArray = { "TIndArray" , 99 , -1 };
25545 G__linked_taginfo G__G__TreeLN_TBranchSTL = { "TBranchSTL" , 99 , -1 };
25546 G__linked_taginfo G__G__TreeLN_TBufferFile = { "TBufferFile" , 99 , -1 };
25547 G__linked_taginfo G__G__TreeLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR = { "vector<TStreamerInfo*,allocator<TStreamerInfo*> >" , 99 , -1 };
25548 G__linked_taginfo G__G__TreeLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TStreamerInfo*,allocator<TStreamerInfo*> >::iterator>" , 99 , -1 };
25549 G__linked_taginfo G__G__TreeLN_TChainElement = { "TChainElement" , 99 , -1 };
25550 G__linked_taginfo G__G__TreeLN_TChainElementcLcLEStatusBits = { "TChainElement::EStatusBits" , 101 , -1 };
25551 G__linked_taginfo G__G__TreeLN_TChain = { "TChain" , 99 , -1 };
25552 G__linked_taginfo G__G__TreeLN_TChaincLcLdA = { "TChain::$" , 101 , -1 };
25553 G__linked_taginfo G__G__TreeLN_TEntryListBlock = { "TEntryListBlock" , 99 , -1 };
25554 G__linked_taginfo G__G__TreeLN_TEntryListBlockcLcLdA = { "TEntryListBlock::$" , 101 , -1 };
25555 G__linked_taginfo G__G__TreeLN_TEntryListcLcLdA = { "TEntryList::$" , 101 , -1 };
25556 G__linked_taginfo G__G__TreeLN_TEntryListFromFile = { "TEntryListFromFile" , 99 , -1 };
25557 G__linked_taginfo G__G__TreeLN_TEntryListFromFilecLcLdA = { "TEntryListFromFile::$" , 101 , -1 };
25558 G__linked_taginfo G__G__TreeLN_TFriendElementcLcLdA = { "TFriendElement::$" , 101 , -1 };
25559 G__linked_taginfo G__G__TreeLN_TLeafcLcLdA = { "TLeaf::$" , 101 , -1 };
25560 G__linked_taginfo G__G__TreeLN_TLeafB = { "TLeafB" , 99 , -1 };
25561 G__linked_taginfo G__G__TreeLN_TLeafC = { "TLeafC" , 99 , -1 };
25562 G__linked_taginfo G__G__TreeLN_TLeafD = { "TLeafD" , 99 , -1 };
25563 G__linked_taginfo G__G__TreeLN_TLeafElement = { "TLeafElement" , 99 , -1 };
25564 G__linked_taginfo G__G__TreeLN_TLeafF = { "TLeafF" , 99 , -1 };
25565 G__linked_taginfo G__G__TreeLN_TLeafI = { "TLeafI" , 99 , -1 };
25566 G__linked_taginfo G__G__TreeLN_TLeafL = { "TLeafL" , 99 , -1 };
25567 G__linked_taginfo G__G__TreeLN_TLeafObject = { "TLeafObject" , 99 , -1 };
25568 G__linked_taginfo G__G__TreeLN_TLeafObjectcLcLdA = { "TLeafObject::$" , 101 , -1 };
25569 G__linked_taginfo G__G__TreeLN_TLeafO = { "TLeafO" , 99 , -1 };
25570 G__linked_taginfo G__G__TreeLN_TLeafS = { "TLeafS" , 99 , -1 };
25571 G__linked_taginfo G__G__TreeLN_TNtupleD = { "TNtupleD" , 99 , -1 };
25572 G__linked_taginfo G__G__TreeLN_TNtuple = { "TNtuple" , 99 , -1 };
25573 G__linked_taginfo G__G__TreeLN_TMacro = { "TMacro" , 99 , -1 };
25574 G__linked_taginfo G__G__TreeLN_TQueryResult = { "TQueryResult" , 99 , -1 };
25575 G__linked_taginfo G__G__TreeLN_TQueryResultcLcLEQueryStatus = { "TQueryResult::EQueryStatus" , 101 , -1 };
25576 G__linked_taginfo G__G__TreeLN_TSelectorList = { "TSelectorList" , 99 , -1 };
25577 G__linked_taginfo G__G__TreeLN_TSelectorcLcLEAbort = { "TSelector::EAbort" , 101 , -1 };
25578 G__linked_taginfo G__G__TreeLN_TSelectorCint = { "TSelectorCint" , 99 , -1 };
25579 G__linked_taginfo G__G__TreeLN_TSelectorScalar = { "TSelectorScalar" , 99 , -1 };
25580 G__linked_taginfo G__G__TreeLN_TParameterlElongsPlonggR = { "TParameter<long long>" , 99 , -1 };
25581 G__linked_taginfo G__G__TreeLN_TFileCacheRead = { "TFileCacheRead" , 99 , -1 };
25582 G__linked_taginfo G__G__TreeLN_TTreeCache = { "TTreeCache" , 99 , -1 };
25583 G__linked_taginfo G__G__TreeLN_TThread = { "TThread" , 99 , -1 };
25584 G__linked_taginfo G__G__TreeLN_TCondition = { "TCondition" , 99 , -1 };
25585 G__linked_taginfo G__G__TreeLN_TMutex = { "TMutex" , 99 , -1 };
25586 G__linked_taginfo G__G__TreeLN_TTreeCacheUnzip = { "TTreeCacheUnzip" , 99 , -1 };
25587 G__linked_taginfo G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode = { "TTreeCacheUnzip::EParUnzipMode" , 101 , -1 };
25588 G__linked_taginfo G__G__TreeLN_dequelEintcOallocatorlEintgRsPgR = { "deque<int,allocator<int> >" , 99 , -1 };
25589 G__linked_taginfo G__G__TreeLN_queuelEintcOdequelEintcOallocatorlEintgRsPgRsPgR = { "queue<int,deque<int,allocator<int> > >" , 99 , -1 };
25590 G__linked_taginfo G__G__TreeLN_TTreeClonercLcLECloneMethod = { "TTreeCloner::ECloneMethod" , 101 , -1 };
25591 G__linked_taginfo G__G__TreeLN_TTreeClonercLcLEClonerOptions = { "TTreeCloner::EClonerOptions" , 101 , -1 };
25592 G__linked_taginfo G__G__TreeLN_TTreeResult = { "TTreeResult" , 99 , -1 };
25593 G__linked_taginfo G__G__TreeLN_TTreeRow = { "TTreeRow" , 99 , -1 };
25594 G__linked_taginfo G__G__TreeLN_TSQLServer = { "TSQLServer" , 99 , -1 };
25595 G__linked_taginfo G__G__TreeLN_TTreeSQL = { "TTreeSQL" , 99 , -1 };
25596 
25597 /* Reset class/struct taginfo */
25598 extern "C" void G__cpp_reset_tagtableG__Tree() {
25599   G__G__TreeLN_TClass.tagnum = -1 ;
25600   G__G__TreeLN_TBuffer.tagnum = -1 ;
25601   G__G__TreeLN_TDirectory.tagnum = -1 ;
25602   G__G__TreeLN_TMemberInspector.tagnum = -1 ;
25603   G__G__TreeLN_TObject.tagnum = -1 ;
25604   G__G__TreeLN_TNamed.tagnum = -1 ;
25605   G__G__TreeLN_TString.tagnum = -1 ;
25606   G__G__TreeLN_TMemberStreamer.tagnum = -1 ;
25607   G__G__TreeLN_TVirtualCollectionProxy.tagnum = -1 ;
25608   G__G__TreeLN_basic_istreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
25609   G__G__TreeLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
25610   G__G__TreeLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
25611   G__G__TreeLN_TList.tagnum = -1 ;
25612   G__G__TreeLN_TBrowser.tagnum = -1 ;
25613   G__G__TreeLN_TObjArray.tagnum = -1 ;
25614   G__G__TreeLN_TMethod.tagnum = -1 ;
25615   G__G__TreeLN_TStreamerElement.tagnum = -1 ;
25616   G__G__TreeLN_TClonesArray.tagnum = -1 ;
25617   G__G__TreeLN_TRefTable.tagnum = -1 ;
25618   G__G__TreeLN_TVirtualArray.tagnum = -1 ;
25619   G__G__TreeLN_TStreamerInfoActions.tagnum = -1 ;
25620   G__G__TreeLN_TStreamerInfoActionscLcLTActionSequence.tagnum = -1 ;
25621   G__G__TreeLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
25622   G__G__TreeLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
25623   G__G__TreeLN_TBuffercLcLEMode.tagnum = -1 ;
25624   G__G__TreeLN_TDatime.tagnum = -1 ;
25625   G__G__TreeLN_TFile.tagnum = -1 ;
25626   G__G__TreeLN_TKey.tagnum = -1 ;
25627   G__G__TreeLN_TTree.tagnum = -1 ;
25628   G__G__TreeLN_TBranch.tagnum = -1 ;
25629   G__G__TreeLN_TBasket.tagnum = -1 ;
25630   G__G__TreeLN_TSQLResult.tagnum = -1 ;
25631   G__G__TreeLN_TSQLRow.tagnum = -1 ;
25632   G__G__TreeLN_TBufferSQL.tagnum = -1 ;
25633   G__G__TreeLN_TBasketSQL.tagnum = -1 ;
25634   G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR.tagnum = -1 ;
25635   G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgRcLcLiterator.tagnum = -1 ;
25636   G__G__TreeLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR.tagnum = -1 ;
25637   G__G__TreeLN_TCollection.tagnum = -1 ;
25638   G__G__TreeLN_TIterator.tagnum = -1 ;
25639   G__G__TreeLN_TSeqCollection.tagnum = -1 ;
25640   G__G__TreeLN_TObjLink.tagnum = -1 ;
25641   G__G__TreeLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
25642   G__G__TreeLN_TBranchElement.tagnum = -1 ;
25643   G__G__TreeLN_TVirtualBranchBrowsable.tagnum = -1 ;
25644   G__G__TreeLN_listlEvoidmUcOallocatorlEvoidmUgRsPgR.tagnum = -1 ;
25645   G__G__TreeLN_TMethodBrowsable.tagnum = -1 ;
25646   G__G__TreeLN_TNonSplitBrowsable.tagnum = -1 ;
25647   G__G__TreeLN_TCollectionPropertyBrowsable.tagnum = -1 ;
25648   G__G__TreeLN_TCollectionMethodBrowsable.tagnum = -1 ;
25649   G__G__TreeLN_TAttFill.tagnum = -1 ;
25650   G__G__TreeLN_EDataType.tagnum = -1 ;
25651   G__G__TreeLN_TLeaf.tagnum = -1 ;
25652   G__G__TreeLN_TBranchcLcLdA.tagnum = -1 ;
25653   G__G__TreeLN_TTreeCloner.tagnum = -1 ;
25654   G__G__TreeLN_TBranchClones.tagnum = -1 ;
25655   G__G__TreeLN_TClassRef.tagnum = -1 ;
25656   G__G__TreeLN_TMethodCall.tagnum = -1 ;
25657   G__G__TreeLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR.tagnum = -1 ;
25658   G__G__TreeLN_TAttLine.tagnum = -1 ;
25659   G__G__TreeLN_TAttMarker.tagnum = -1 ;
25660   G__G__TreeLN_TArrayD.tagnum = -1 ;
25661   G__G__TreeLN_TArrayI.tagnum = -1 ;
25662   G__G__TreeLN_TH1.tagnum = -1 ;
25663   G__G__TreeLN_TTreeFormula.tagnum = -1 ;
25664   G__G__TreeLN_TSelector.tagnum = -1 ;
25665   G__G__TreeLN_TPrincipal.tagnum = -1 ;
25666   G__G__TreeLN_TVirtualIndex.tagnum = -1 ;
25667   G__G__TreeLN_TVirtualTreePlayer.tagnum = -1 ;
25668   G__G__TreeLN_TEventList.tagnum = -1 ;
25669   G__G__TreeLN_TEntryList.tagnum = -1 ;
25670   G__G__TreeLN_TFriendElement.tagnum = -1 ;
25671   G__G__TreeLN_TCut.tagnum = -1 ;
25672   G__G__TreeLN_TBranchRef.tagnum = -1 ;
25673   G__G__TreeLN_TStreamerInfo.tagnum = -1 ;
25674   G__G__TreeLN_TTreecLcLELockStatusBits.tagnum = -1 ;
25675   G__G__TreeLN_TTreecLcLSetBranchAddressStatus.tagnum = -1 ;
25676   G__G__TreeLN_TTreecLcLdA.tagnum = -1 ;
25677   G__G__TreeLN_TTreeFriendLeafIter.tagnum = -1 ;
25678   G__G__TreeLN_TVirtualCollectionIterators.tagnum = -1 ;
25679   G__G__TreeLN_TVirtualCollectionPtrIterators.tagnum = -1 ;
25680   G__G__TreeLN_TBranchElementcLcLdA.tagnum = -1 ;
25681   G__G__TreeLN_TBranchObject.tagnum = -1 ;
25682   G__G__TreeLN_TBranchObjectcLcLdA.tagnum = -1 ;
25683   G__G__TreeLN_vectorlEstringcOallocatorlEstringgRsPgR.tagnum = -1 ;
25684   G__G__TreeLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR.tagnum = -1 ;
25685   G__G__TreeLN_TIndArray.tagnum = -1 ;
25686   G__G__TreeLN_TBranchSTL.tagnum = -1 ;
25687   G__G__TreeLN_TBufferFile.tagnum = -1 ;
25688   G__G__TreeLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR.tagnum = -1 ;
25689   G__G__TreeLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR.tagnum = -1 ;
25690   G__G__TreeLN_TChainElement.tagnum = -1 ;
25691   G__G__TreeLN_TChainElementcLcLEStatusBits.tagnum = -1 ;
25692   G__G__TreeLN_TChain.tagnum = -1 ;
25693   G__G__TreeLN_TChaincLcLdA.tagnum = -1 ;
25694   G__G__TreeLN_TEntryListBlock.tagnum = -1 ;
25695   G__G__TreeLN_TEntryListBlockcLcLdA.tagnum = -1 ;
25696   G__G__TreeLN_TEntryListcLcLdA.tagnum = -1 ;
25697   G__G__TreeLN_TEntryListFromFile.tagnum = -1 ;
25698   G__G__TreeLN_TEntryListFromFilecLcLdA.tagnum = -1 ;
25699   G__G__TreeLN_TFriendElementcLcLdA.tagnum = -1 ;
25700   G__G__TreeLN_TLeafcLcLdA.tagnum = -1 ;
25701   G__G__TreeLN_TLeafB.tagnum = -1 ;
25702   G__G__TreeLN_TLeafC.tagnum = -1 ;
25703   G__G__TreeLN_TLeafD.tagnum = -1 ;
25704   G__G__TreeLN_TLeafElement.tagnum = -1 ;
25705   G__G__TreeLN_TLeafF.tagnum = -1 ;
25706   G__G__TreeLN_TLeafI.tagnum = -1 ;
25707   G__G__TreeLN_TLeafL.tagnum = -1 ;
25708   G__G__TreeLN_TLeafObject.tagnum = -1 ;
25709   G__G__TreeLN_TLeafObjectcLcLdA.tagnum = -1 ;
25710   G__G__TreeLN_TLeafO.tagnum = -1 ;
25711   G__G__TreeLN_TLeafS.tagnum = -1 ;
25712   G__G__TreeLN_TNtupleD.tagnum = -1 ;
25713   G__G__TreeLN_TNtuple.tagnum = -1 ;
25714   G__G__TreeLN_TMacro.tagnum = -1 ;
25715   G__G__TreeLN_TQueryResult.tagnum = -1 ;
25716   G__G__TreeLN_TQueryResultcLcLEQueryStatus.tagnum = -1 ;
25717   G__G__TreeLN_TSelectorList.tagnum = -1 ;
25718   G__G__TreeLN_TSelectorcLcLEAbort.tagnum = -1 ;
25719   G__G__TreeLN_TSelectorCint.tagnum = -1 ;
25720   G__G__TreeLN_TSelectorScalar.tagnum = -1 ;
25721   G__G__TreeLN_TParameterlElongsPlonggR.tagnum = -1 ;
25722   G__G__TreeLN_TFileCacheRead.tagnum = -1 ;
25723   G__G__TreeLN_TTreeCache.tagnum = -1 ;
25724   G__G__TreeLN_TThread.tagnum = -1 ;
25725   G__G__TreeLN_TCondition.tagnum = -1 ;
25726   G__G__TreeLN_TMutex.tagnum = -1 ;
25727   G__G__TreeLN_TTreeCacheUnzip.tagnum = -1 ;
25728   G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode.tagnum = -1 ;
25729   G__G__TreeLN_dequelEintcOallocatorlEintgRsPgR.tagnum = -1 ;
25730   G__G__TreeLN_queuelEintcOdequelEintcOallocatorlEintgRsPgRsPgR.tagnum = -1 ;
25731   G__G__TreeLN_TTreeClonercLcLECloneMethod.tagnum = -1 ;
25732   G__G__TreeLN_TTreeClonercLcLEClonerOptions.tagnum = -1 ;
25733   G__G__TreeLN_TTreeResult.tagnum = -1 ;
25734   G__G__TreeLN_TTreeRow.tagnum = -1 ;
25735   G__G__TreeLN_TSQLServer.tagnum = -1 ;
25736   G__G__TreeLN_TTreeSQL.tagnum = -1 ;
25737 }
25738 
25739 
25740 extern "C" void G__cpp_setup_tagtableG__Tree() {
25741 
25742    /* Setting up class,struct,union tag entry */
25743    G__get_linked_tagnum_fwd(&G__G__TreeLN_TClass);
25744    G__get_linked_tagnum_fwd(&G__G__TreeLN_TBuffer);
25745    G__get_linked_tagnum_fwd(&G__G__TreeLN_TDirectory);
25746    G__get_linked_tagnum_fwd(&G__G__TreeLN_TMemberInspector);
25747    G__get_linked_tagnum_fwd(&G__G__TreeLN_TObject);
25748    G__get_linked_tagnum_fwd(&G__G__TreeLN_TNamed);
25749    G__get_linked_tagnum_fwd(&G__G__TreeLN_TString);
25750    G__get_linked_tagnum_fwd(&G__G__TreeLN_TMemberStreamer);
25751    G__get_linked_tagnum_fwd(&G__G__TreeLN_TVirtualCollectionProxy);
25752    G__get_linked_tagnum_fwd(&G__G__TreeLN_basic_istreamlEcharcOchar_traitslEchargRsPgR);
25753    G__get_linked_tagnum_fwd(&G__G__TreeLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
25754    G__get_linked_tagnum_fwd(&G__G__TreeLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
25755    G__get_linked_tagnum_fwd(&G__G__TreeLN_TList);
25756    G__get_linked_tagnum_fwd(&G__G__TreeLN_TBrowser);
25757    G__get_linked_tagnum_fwd(&G__G__TreeLN_TObjArray);
25758    G__get_linked_tagnum_fwd(&G__G__TreeLN_TMethod);
25759    G__get_linked_tagnum_fwd(&G__G__TreeLN_TStreamerElement);
25760    G__get_linked_tagnum_fwd(&G__G__TreeLN_TClonesArray);
25761    G__get_linked_tagnum_fwd(&G__G__TreeLN_TRefTable);
25762    G__get_linked_tagnum_fwd(&G__G__TreeLN_TVirtualArray);
25763    G__get_linked_tagnum_fwd(&G__G__TreeLN_TStreamerInfoActions);
25764    G__get_linked_tagnum_fwd(&G__G__TreeLN_TStreamerInfoActionscLcLTActionSequence);
25765    G__get_linked_tagnum_fwd(&G__G__TreeLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
25766    G__get_linked_tagnum_fwd(&G__G__TreeLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
25767    G__get_linked_tagnum_fwd(&G__G__TreeLN_TBuffercLcLEMode);
25768    G__get_linked_tagnum_fwd(&G__G__TreeLN_TDatime);
25769    G__get_linked_tagnum_fwd(&G__G__TreeLN_TFile);
25770    G__get_linked_tagnum_fwd(&G__G__TreeLN_TKey);
25771    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTree),sizeof(TTree),-1,130816,"Tree descriptor (the main ROOT I/O class)",G__setup_memvarTTree,G__setup_memfuncTTree);
25772    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranch),sizeof(TBranch),-1,130816,"Branch descriptor",G__setup_memvarTBranch,G__setup_memfuncTBranch);
25773    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBasket),sizeof(TBasket),-1,130816,"the TBranch buffers",G__setup_memvarTBasket,G__setup_memfuncTBasket);
25774    G__get_linked_tagnum_fwd(&G__G__TreeLN_TSQLResult);
25775    G__get_linked_tagnum_fwd(&G__G__TreeLN_TSQLRow);
25776    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBufferSQL),sizeof(TBufferSQL),-1,327424,"Implementation of TBuffer to load and write to a SQL database",G__setup_memvarTBufferSQL,G__setup_memfuncTBufferSQL);
25777    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBasketSQL),sizeof(TBasketSQL),-1,327424,"the TBranch buffers",G__setup_memvarTBasketSQL,G__setup_memfuncTBasketSQL);
25778    G__get_linked_tagnum_fwd(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgR);
25779    G__get_linked_tagnum_fwd(&G__G__TreeLN_vectorlEintcOallocatorlEintgRsPgRcLcLiterator);
25780    G__get_linked_tagnum_fwd(&G__G__TreeLN_reverse_iteratorlEvectorlEintcOallocatorlEintgRsPgRcLcLiteratorgR);
25781    G__get_linked_tagnum_fwd(&G__G__TreeLN_TCollection);
25782    G__get_linked_tagnum_fwd(&G__G__TreeLN_TIterator);
25783    G__get_linked_tagnum_fwd(&G__G__TreeLN_TSeqCollection);
25784    G__get_linked_tagnum_fwd(&G__G__TreeLN_TObjLink);
25785    G__get_linked_tagnum_fwd(&G__G__TreeLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
25786    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchElement),sizeof(TBranchElement),-1,130816,"Branch in case of an object",G__setup_memvarTBranchElement,G__setup_memfuncTBranchElement);
25787    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TVirtualBranchBrowsable),sizeof(TVirtualBranchBrowsable),-1,324608,"Base class for helper objects used for browsing",G__setup_memvarTVirtualBranchBrowsable,G__setup_memfuncTVirtualBranchBrowsable);
25788    G__get_linked_tagnum_fwd(&G__G__TreeLN_listlEvoidmUcOallocatorlEvoidmUgRsPgR);
25789    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TMethodBrowsable),sizeof(TMethodBrowsable),-1,324608,"Helper object to browse methods",G__setup_memvarTMethodBrowsable,G__setup_memfuncTMethodBrowsable);
25790    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TNonSplitBrowsable),sizeof(TNonSplitBrowsable),-1,324608,"Helper object to browse unsplit objects",G__setup_memvarTNonSplitBrowsable,G__setup_memfuncTNonSplitBrowsable);
25791    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TCollectionPropertyBrowsable),sizeof(TCollectionPropertyBrowsable),-1,324608,"Helper object to add browsable collection properties",G__setup_memvarTCollectionPropertyBrowsable,G__setup_memfuncTCollectionPropertyBrowsable);
25792    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TCollectionMethodBrowsable),sizeof(TCollectionMethodBrowsable),-1,324608,"Helper object to browse a collection's methods",G__setup_memvarTCollectionMethodBrowsable,G__setup_memfuncTCollectionMethodBrowsable);
25793    G__get_linked_tagnum_fwd(&G__G__TreeLN_TAttFill);
25794    G__get_linked_tagnum_fwd(&G__G__TreeLN_EDataType);
25795    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeaf),sizeof(TLeaf),-1,130816,"Leaf: description of a Branch data type",G__setup_memvarTLeaf,G__setup_memfuncTLeaf);
25796    G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchcLcLdA);
25797    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeCloner),sizeof(TTreeCloner),-1,295936,"helper used for the fast cloning of TTrees.",G__setup_memvarTTreeCloner,G__setup_memfuncTTreeCloner);
25798    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchClones),sizeof(TBranchClones),-1,128256,"Branch in case of an array of clone objects",G__setup_memvarTBranchClones,G__setup_memfuncTBranchClones);
25799    G__get_linked_tagnum_fwd(&G__G__TreeLN_TClassRef);
25800    G__get_linked_tagnum_fwd(&G__G__TreeLN_TMethodCall);
25801    G__get_linked_tagnum_fwd(&G__G__TreeLN_maplEstringcOTObjArraymUcOlesslEstringgRcOallocatorlEpairlEconstsPstringcOTObjArraymUgRsPgRsPgR);
25802    G__get_linked_tagnum_fwd(&G__G__TreeLN_TAttLine);
25803    G__get_linked_tagnum_fwd(&G__G__TreeLN_TAttMarker);
25804    G__get_linked_tagnum_fwd(&G__G__TreeLN_TArrayD);
25805    G__get_linked_tagnum_fwd(&G__G__TreeLN_TArrayI);
25806    G__get_linked_tagnum_fwd(&G__G__TreeLN_TH1);
25807    G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeFormula);
25808    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TSelector),sizeof(TSelector),-1,294656,"A utility class for tree and object processing",G__setup_memvarTSelector,G__setup_memfuncTSelector);
25809    G__get_linked_tagnum_fwd(&G__G__TreeLN_TPrincipal);
25810    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TVirtualIndex),sizeof(TVirtualIndex),-1,324873,"Abstract interface for Tree Index",G__setup_memvarTVirtualIndex,G__setup_memfuncTVirtualIndex);
25811    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TVirtualTreePlayer),sizeof(TVirtualTreePlayer),-1,29987,"Abstract interface for Tree players",G__setup_memvarTVirtualTreePlayer,G__setup_memfuncTVirtualTreePlayer);
25812    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TEventList),sizeof(TEventList),-1,130816,"A list of selected entries in a TTree.",G__setup_memvarTEventList,G__setup_memfuncTEventList);
25813    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TEntryList),sizeof(TEntryList),-1,327424,"A list of entries in a TTree",G__setup_memvarTEntryList,G__setup_memfuncTEntryList);
25814    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TFriendElement),sizeof(TFriendElement),-1,327424,"A friend element of another TTree",G__setup_memvarTFriendElement,G__setup_memfuncTFriendElement);
25815    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TCut),sizeof(TCut),-1,327424,"A specialized string object used for TTree selections",G__setup_memvarTCut,G__setup_memfuncTCut);
25816    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchRef),sizeof(TBranchRef),-1,324864,"to support referenced objects on other branches",G__setup_memvarTBranchRef,G__setup_memfuncTBranchRef);
25817    G__get_linked_tagnum_fwd(&G__G__TreeLN_TStreamerInfo);
25818    G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreecLcLELockStatusBits);
25819    G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreecLcLSetBranchAddressStatus);
25820    G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreecLcLdA);
25821    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeFriendLeafIter),sizeof(TTreeFriendLeafIter),-1,36608,"Linked list iterator",G__setup_memvarTTreeFriendLeafIter,G__setup_memfuncTTreeFriendLeafIter);
25822    G__get_linked_tagnum_fwd(&G__G__TreeLN_TVirtualCollectionIterators);
25823    G__get_linked_tagnum_fwd(&G__G__TreeLN_TVirtualCollectionPtrIterators);
25824    G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchElementcLcLdA);
25825    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchObject),sizeof(TBranchObject),-1,128256,"Branch in case of an object",G__setup_memvarTBranchObject,G__setup_memfuncTBranchObject);
25826    G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchObjectcLcLdA);
25827    G__get_linked_tagnum_fwd(&G__G__TreeLN_vectorlEstringcOallocatorlEstringgRsPgR);
25828    G__get_linked_tagnum_fwd(&G__G__TreeLN_reverse_iteratorlEvectorlEstringcOallocatorlEstringgRsPgRcLcLiteratorgR);
25829    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TIndArray),sizeof(TIndArray),-1,263424,(char*)NULL,G__setup_memvarTIndArray,G__setup_memfuncTIndArray);
25830    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TBranchSTL),sizeof(TBranchSTL),-1,324864,"Branch handling STL collection of pointers",G__setup_memvarTBranchSTL,G__setup_memfuncTBranchSTL);
25831    G__get_linked_tagnum_fwd(&G__G__TreeLN_TBufferFile);
25832    G__get_linked_tagnum_fwd(&G__G__TreeLN_vectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgR);
25833    G__get_linked_tagnum_fwd(&G__G__TreeLN_reverse_iteratorlEvectorlETStreamerInfomUcOallocatorlETStreamerInfomUgRsPgRcLcLiteratorgR);
25834    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TChainElement),sizeof(TChainElement),-1,62720,"A chain element",G__setup_memvarTChainElement,G__setup_memfuncTChainElement);
25835    G__get_linked_tagnum_fwd(&G__G__TreeLN_TChainElementcLcLEStatusBits);
25836    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TChain),sizeof(TChain),-1,130816,"A chain of TTrees",G__setup_memvarTChain,G__setup_memfuncTChain);
25837    G__get_linked_tagnum_fwd(&G__G__TreeLN_TChaincLcLdA);
25838    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TEntryListBlock),sizeof(TEntryListBlock),-1,292608,"Used internally in TEntryList to store the entry numbers",G__setup_memvarTEntryListBlock,G__setup_memfuncTEntryListBlock);
25839    G__get_linked_tagnum_fwd(&G__G__TreeLN_TEntryListBlockcLcLdA);
25840    G__get_linked_tagnum_fwd(&G__G__TreeLN_TEntryListcLcLdA);
25841    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TEntryListFromFile),sizeof(TEntryListFromFile),-1,324864,"Manager for entry lists from different files",G__setup_memvarTEntryListFromFile,G__setup_memfuncTEntryListFromFile);
25842    G__get_linked_tagnum_fwd(&G__G__TreeLN_TEntryListFromFilecLcLdA);
25843    G__get_linked_tagnum_fwd(&G__G__TreeLN_TFriendElementcLcLdA);
25844    G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafcLcLdA);
25845    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafB),sizeof(TLeafB),-1,324864,"A TLeaf for an 8 bit Integer data type.",G__setup_memvarTLeafB,G__setup_memfuncTLeafB);
25846    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafC),sizeof(TLeafC),-1,324864,"A TLeaf for a variable length string.",G__setup_memvarTLeafC,G__setup_memfuncTLeafC);
25847    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafD),sizeof(TLeafD),-1,324864,"A TLeaf for a 64 bit floating point data type.",G__setup_memvarTLeafD,G__setup_memfuncTLeafD);
25848    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafElement),sizeof(TLeafElement),-1,324864,"A TLeaf for a general object derived from TObject.",G__setup_memvarTLeafElement,G__setup_memfuncTLeafElement);
25849    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafF),sizeof(TLeafF),-1,324864,"A TLeaf for a 32 bit floating point data type.",G__setup_memvarTLeafF,G__setup_memfuncTLeafF);
25850    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafI),sizeof(TLeafI),-1,324864,"A TLeaf for an Integer data type.",G__setup_memvarTLeafI,G__setup_memfuncTLeafI);
25851    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafL),sizeof(TLeafL),-1,324864,"A TLeaf for a 64 bit Integer data type.",G__setup_memvarTLeafL,G__setup_memfuncTLeafL);
25852    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafObject),sizeof(TLeafObject),-1,128256,"A TLeaf for a general object derived from TObject.",G__setup_memvarTLeafObject,G__setup_memfuncTLeafObject);
25853    G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafObjectcLcLdA);
25854    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafO),sizeof(TLeafO),-1,324864,"A TLeaf for an 8 bit Integer data type.",G__setup_memvarTLeafO,G__setup_memfuncTLeafO);
25855    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TLeafS),sizeof(TLeafS),-1,324864,"A TLeaf for a 16 bit Integer data type.",G__setup_memvarTLeafS,G__setup_memfuncTLeafS);
25856    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TNtupleD),sizeof(TNtupleD),-1,130816,"A simple tree with branches of floats.",G__setup_memvarTNtupleD,G__setup_memfuncTNtupleD);
25857    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TNtuple),sizeof(TNtuple),-1,130816,"A simple tree with branches of floats.",G__setup_memvarTNtuple,G__setup_memfuncTNtuple);
25858    G__get_linked_tagnum_fwd(&G__G__TreeLN_TMacro);
25859    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TQueryResult),sizeof(TQueryResult),-1,324864,"Class describing a query",G__setup_memvarTQueryResult,G__setup_memfuncTQueryResult);
25860    G__get_linked_tagnum_fwd(&G__G__TreeLN_TQueryResultcLcLEQueryStatus);
25861    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TSelectorList),sizeof(TSelectorList),-1,323840,"Special TList used in the TSelector",G__setup_memvarTSelectorList,G__setup_memfuncTSelectorList);
25862    G__get_linked_tagnum_fwd(&G__G__TreeLN_TSelectorcLcLEAbort);
25863    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TSelectorCint),sizeof(TSelectorCint),-1,292096,"A utility class for tree and object processing (interpreted version)",G__setup_memvarTSelectorCint,G__setup_memfuncTSelectorCint);
25864    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TSelectorScalar),sizeof(TSelectorScalar),-1,324864,"Mergable scalar",G__setup_memvarTSelectorScalar,G__setup_memfuncTSelectorScalar);
25865    G__get_linked_tagnum_fwd(&G__G__TreeLN_TParameterlElongsPlonggR);
25866    G__get_linked_tagnum_fwd(&G__G__TreeLN_TFileCacheRead);
25867    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeCache),sizeof(TTreeCache),-1,327424,"Specialization of TFileCacheRead for a TTree",G__setup_memvarTTreeCache,G__setup_memfuncTTreeCache);
25868    G__get_linked_tagnum_fwd(&G__G__TreeLN_TThread);
25869    G__get_linked_tagnum_fwd(&G__G__TreeLN_TCondition);
25870    G__get_linked_tagnum_fwd(&G__G__TreeLN_TMutex);
25871    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeCacheUnzip),sizeof(TTreeCacheUnzip),-1,327424,"Specialization of TTreeCache for parallel unzipping",G__setup_memvarTTreeCacheUnzip,G__setup_memfuncTTreeCacheUnzip);
25872    G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeCacheUnzipcLcLEParUnzipMode);
25873    G__get_linked_tagnum_fwd(&G__G__TreeLN_dequelEintcOallocatorlEintgRsPgR);
25874    G__get_linked_tagnum_fwd(&G__G__TreeLN_queuelEintcOdequelEintcOallocatorlEintgRsPgRsPgR);
25875    G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeClonercLcLECloneMethod);
25876    G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeClonercLcLEClonerOptions);
25877    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeResult),sizeof(TTreeResult),-1,324864,"TTree query result",G__setup_memvarTTreeResult,G__setup_memfuncTTreeResult);
25878    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeRow),sizeof(TTreeRow),-1,128256,"One row of an TTree query result",G__setup_memvarTTreeRow,G__setup_memfuncTTreeRow);
25879    G__get_linked_tagnum_fwd(&G__G__TreeLN_TSQLServer);
25880    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__TreeLN_TTreeSQL),sizeof(TTreeSQL),-1,323584,"TTree Implementation read and write to a SQL database.",G__setup_memvarTTreeSQL,G__setup_memfuncTTreeSQL);
25881 }
25882 extern "C" void G__cpp_setupG__Tree(void) {
25883   G__check_setup_version(30051515,"G__cpp_setupG__Tree()");
25884   G__set_cpp_environmentG__Tree();
25885   G__cpp_setup_tagtableG__Tree();
25886 
25887   G__cpp_setup_inheritanceG__Tree();
25888 
25889   G__cpp_setup_typetableG__Tree();
25890 
25891   G__cpp_setup_memvarG__Tree();
25892 
25893   G__cpp_setup_memfuncG__Tree();
25894   G__cpp_setup_globalG__Tree();
25895   G__cpp_setup_funcG__Tree();
25896 
25897    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Tree();
25898   return;
25899 }
25900 class G__cpp_setup_initG__Tree {
25901   public:
25902     G__cpp_setup_initG__Tree() { G__add_setup_func("G__Tree",(G__incsetup)(&G__cpp_setupG__Tree)); G__call_setup_funcs(); }
25903    ~G__cpp_setup_initG__Tree() { G__remove_setup_func("G__Tree"); }
25904 };
25905 G__cpp_setup_initG__Tree G__cpp_setup_initializerG__Tree;
25906 

Generated on Tue Jul 5 15:33:31 2011 for ROOT_528-00b_version by  doxygen 1.5.1