G__Minuit.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:40:00 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME mathdIminuitdIsrcdIG__Minuit
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__Minuit.h"
00018 
00019 #include "TCollectionProxyInfo.h"
00020 #include "TClass.h"
00021 #include "TBuffer.h"
00022 #include "TMemberInspector.h"
00023 #include "TError.h"
00024 
00025 #ifndef G__ROOT
00026 #define G__ROOT
00027 #endif
00028 
00029 #include "RtypesImp.h"
00030 #include "TIsAProxy.h"
00031 
00032 // START OF SHADOWS
00033 
00034 namespace ROOT {
00035    namespace Shadow {
00036    } // of namespace Shadow
00037 } // of namespace ROOT
00038 // END OF SHADOWS
00039 
00040 namespace ROOT {
00041    void TMinuit_ShowMembers(void *obj, TMemberInspector &R__insp);
00042    static void *new_TMinuit(void *p = 0);
00043    static void *newArray_TMinuit(Long_t size, void *p);
00044    static void delete_TMinuit(void *p);
00045    static void deleteArray_TMinuit(void *p);
00046    static void destruct_TMinuit(void *p);
00047 
00048    // Function generating the singleton type initializer
00049    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TMinuit*)
00050    {
00051       ::TMinuit *ptr = 0;
00052       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TMinuit >(0);
00053       static ::ROOT::TGenericClassInfo 
00054          instance("TMinuit", ::TMinuit::Class_Version(), "include/TMinuit.h", 34,
00055                   typeid(::TMinuit), DefineBehavior(ptr, ptr),
00056                   &::TMinuit::Dictionary, isa_proxy, 4,
00057                   sizeof(::TMinuit) );
00058       instance.SetNew(&new_TMinuit);
00059       instance.SetNewArray(&newArray_TMinuit);
00060       instance.SetDelete(&delete_TMinuit);
00061       instance.SetDeleteArray(&deleteArray_TMinuit);
00062       instance.SetDestructor(&destruct_TMinuit);
00063       return &instance;
00064    }
00065    TGenericClassInfo *GenerateInitInstance(const ::TMinuit*)
00066    {
00067       return GenerateInitInstanceLocal((::TMinuit*)0);
00068    }
00069    // Static variable to force the class initialization
00070    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TMinuit*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00071 } // end of namespace ROOT
00072 
00073 namespace ROOT {
00074    void TFitter_ShowMembers(void *obj, TMemberInspector &R__insp);
00075    static void *new_TFitter(void *p = 0);
00076    static void *newArray_TFitter(Long_t size, void *p);
00077    static void delete_TFitter(void *p);
00078    static void deleteArray_TFitter(void *p);
00079    static void destruct_TFitter(void *p);
00080 
00081    // Function generating the singleton type initializer
00082    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TFitter*)
00083    {
00084       ::TFitter *ptr = 0;
00085       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TFitter >(0);
00086       static ::ROOT::TGenericClassInfo 
00087          instance("TFitter", ::TFitter::Class_Version(), "include/TFitter.h", 30,
00088                   typeid(::TFitter), DefineBehavior(ptr, ptr),
00089                   &::TFitter::Dictionary, isa_proxy, 4,
00090                   sizeof(::TFitter) );
00091       instance.SetNew(&new_TFitter);
00092       instance.SetNewArray(&newArray_TFitter);
00093       instance.SetDelete(&delete_TFitter);
00094       instance.SetDeleteArray(&deleteArray_TFitter);
00095       instance.SetDestructor(&destruct_TFitter);
00096       return &instance;
00097    }
00098    TGenericClassInfo *GenerateInitInstance(const ::TFitter*)
00099    {
00100       return GenerateInitInstanceLocal((::TFitter*)0);
00101    }
00102    // Static variable to force the class initialization
00103    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TFitter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00104 } // end of namespace ROOT
00105 
00106 namespace ROOT {
00107    void TLinearFitter_ShowMembers(void *obj, TMemberInspector &R__insp);
00108    static void *new_TLinearFitter(void *p = 0);
00109    static void *newArray_TLinearFitter(Long_t size, void *p);
00110    static void delete_TLinearFitter(void *p);
00111    static void deleteArray_TLinearFitter(void *p);
00112    static void destruct_TLinearFitter(void *p);
00113    static void streamer_TLinearFitter(TBuffer &buf, void *obj);
00114 
00115    // Function generating the singleton type initializer
00116    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLinearFitter*)
00117    {
00118       ::TLinearFitter *ptr = 0;
00119       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLinearFitter >(0);
00120       static ::ROOT::TGenericClassInfo 
00121          instance("TLinearFitter", ::TLinearFitter::Class_Version(), "include/TLinearFitter.h", 159,
00122                   typeid(::TLinearFitter), DefineBehavior(ptr, ptr),
00123                   &::TLinearFitter::Dictionary, isa_proxy, 1,
00124                   sizeof(::TLinearFitter) );
00125       instance.SetNew(&new_TLinearFitter);
00126       instance.SetNewArray(&newArray_TLinearFitter);
00127       instance.SetDelete(&delete_TLinearFitter);
00128       instance.SetDeleteArray(&deleteArray_TLinearFitter);
00129       instance.SetDestructor(&destruct_TLinearFitter);
00130       instance.SetStreamerFunc(&streamer_TLinearFitter);
00131       return &instance;
00132    }
00133    TGenericClassInfo *GenerateInitInstance(const ::TLinearFitter*)
00134    {
00135       return GenerateInitInstanceLocal((::TLinearFitter*)0);
00136    }
00137    // Static variable to force the class initialization
00138    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLinearFitter*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00139 } // end of namespace ROOT
00140 
00141 namespace ROOT {
00142    void TLinearMinimizer_ShowMembers(void *obj, TMemberInspector &R__insp);
00143    static void *new_TLinearMinimizer(void *p = 0);
00144    static void *newArray_TLinearMinimizer(Long_t size, void *p);
00145    static void delete_TLinearMinimizer(void *p);
00146    static void deleteArray_TLinearMinimizer(void *p);
00147    static void destruct_TLinearMinimizer(void *p);
00148 
00149    // Function generating the singleton type initializer
00150    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TLinearMinimizer*)
00151    {
00152       ::TLinearMinimizer *ptr = 0;
00153       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TLinearMinimizer >(0);
00154       static ::ROOT::TGenericClassInfo 
00155          instance("TLinearMinimizer", ::TLinearMinimizer::Class_Version(), "include/TLinearMinimizer.h", 34,
00156                   typeid(::TLinearMinimizer), DefineBehavior(ptr, ptr),
00157                   &::TLinearMinimizer::Dictionary, isa_proxy, 4,
00158                   sizeof(::TLinearMinimizer) );
00159       instance.SetNew(&new_TLinearMinimizer);
00160       instance.SetNewArray(&newArray_TLinearMinimizer);
00161       instance.SetDelete(&delete_TLinearMinimizer);
00162       instance.SetDeleteArray(&deleteArray_TLinearMinimizer);
00163       instance.SetDestructor(&destruct_TLinearMinimizer);
00164       return &instance;
00165    }
00166    TGenericClassInfo *GenerateInitInstance(const ::TLinearMinimizer*)
00167    {
00168       return GenerateInitInstanceLocal((::TLinearMinimizer*)0);
00169    }
00170    // Static variable to force the class initialization
00171    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TLinearMinimizer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00172 } // end of namespace ROOT
00173 
00174 namespace ROOT {
00175    void TMinuitMinimizer_ShowMembers(void *obj, TMemberInspector &R__insp);
00176    static void *new_TMinuitMinimizer(void *p = 0);
00177    static void *newArray_TMinuitMinimizer(Long_t size, void *p);
00178    static void delete_TMinuitMinimizer(void *p);
00179    static void deleteArray_TMinuitMinimizer(void *p);
00180    static void destruct_TMinuitMinimizer(void *p);
00181 
00182    // Function generating the singleton type initializer
00183    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TMinuitMinimizer*)
00184    {
00185       ::TMinuitMinimizer *ptr = 0;
00186       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TMinuitMinimizer >(0);
00187       static ::ROOT::TGenericClassInfo 
00188          instance("TMinuitMinimizer", ::TMinuitMinimizer::Class_Version(), "include/TMinuitMinimizer.h", 51,
00189                   typeid(::TMinuitMinimizer), DefineBehavior(ptr, ptr),
00190                   &::TMinuitMinimizer::Dictionary, isa_proxy, 4,
00191                   sizeof(::TMinuitMinimizer) );
00192       instance.SetNew(&new_TMinuitMinimizer);
00193       instance.SetNewArray(&newArray_TMinuitMinimizer);
00194       instance.SetDelete(&delete_TMinuitMinimizer);
00195       instance.SetDeleteArray(&deleteArray_TMinuitMinimizer);
00196       instance.SetDestructor(&destruct_TMinuitMinimizer);
00197       return &instance;
00198    }
00199    TGenericClassInfo *GenerateInitInstance(const ::TMinuitMinimizer*)
00200    {
00201       return GenerateInitInstanceLocal((::TMinuitMinimizer*)0);
00202    }
00203    // Static variable to force the class initialization
00204    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TMinuitMinimizer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00205 } // end of namespace ROOT
00206 
00207 //______________________________________________________________________________
00208 TClass *TMinuit::fgIsA = 0;  // static to hold class pointer
00209 
00210 //______________________________________________________________________________
00211 const char *TMinuit::Class_Name()
00212 {
00213    return "TMinuit";
00214 }
00215 
00216 //______________________________________________________________________________
00217 const char *TMinuit::ImplFileName()
00218 {
00219    return ::ROOT::GenerateInitInstanceLocal((const ::TMinuit*)0x0)->GetImplFileName();
00220 }
00221 
00222 //______________________________________________________________________________
00223 int TMinuit::ImplFileLine()
00224 {
00225    return ::ROOT::GenerateInitInstanceLocal((const ::TMinuit*)0x0)->GetImplFileLine();
00226 }
00227 
00228 //______________________________________________________________________________
00229 void TMinuit::Dictionary()
00230 {
00231    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMinuit*)0x0)->GetClass();
00232 }
00233 
00234 //______________________________________________________________________________
00235 TClass *TMinuit::Class()
00236 {
00237    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMinuit*)0x0)->GetClass();
00238    return fgIsA;
00239 }
00240 
00241 //______________________________________________________________________________
00242 TClass *TFitter::fgIsA = 0;  // static to hold class pointer
00243 
00244 //______________________________________________________________________________
00245 const char *TFitter::Class_Name()
00246 {
00247    return "TFitter";
00248 }
00249 
00250 //______________________________________________________________________________
00251 const char *TFitter::ImplFileName()
00252 {
00253    return ::ROOT::GenerateInitInstanceLocal((const ::TFitter*)0x0)->GetImplFileName();
00254 }
00255 
00256 //______________________________________________________________________________
00257 int TFitter::ImplFileLine()
00258 {
00259    return ::ROOT::GenerateInitInstanceLocal((const ::TFitter*)0x0)->GetImplFileLine();
00260 }
00261 
00262 //______________________________________________________________________________
00263 void TFitter::Dictionary()
00264 {
00265    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitter*)0x0)->GetClass();
00266 }
00267 
00268 //______________________________________________________________________________
00269 TClass *TFitter::Class()
00270 {
00271    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TFitter*)0x0)->GetClass();
00272    return fgIsA;
00273 }
00274 
00275 //______________________________________________________________________________
00276 TClass *TLinearFitter::fgIsA = 0;  // static to hold class pointer
00277 
00278 //______________________________________________________________________________
00279 const char *TLinearFitter::Class_Name()
00280 {
00281    return "TLinearFitter";
00282 }
00283 
00284 //______________________________________________________________________________
00285 const char *TLinearFitter::ImplFileName()
00286 {
00287    return ::ROOT::GenerateInitInstanceLocal((const ::TLinearFitter*)0x0)->GetImplFileName();
00288 }
00289 
00290 //______________________________________________________________________________
00291 int TLinearFitter::ImplFileLine()
00292 {
00293    return ::ROOT::GenerateInitInstanceLocal((const ::TLinearFitter*)0x0)->GetImplFileLine();
00294 }
00295 
00296 //______________________________________________________________________________
00297 void TLinearFitter::Dictionary()
00298 {
00299    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLinearFitter*)0x0)->GetClass();
00300 }
00301 
00302 //______________________________________________________________________________
00303 TClass *TLinearFitter::Class()
00304 {
00305    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLinearFitter*)0x0)->GetClass();
00306    return fgIsA;
00307 }
00308 
00309 //______________________________________________________________________________
00310 TClass *TLinearMinimizer::fgIsA = 0;  // static to hold class pointer
00311 
00312 //______________________________________________________________________________
00313 const char *TLinearMinimizer::Class_Name()
00314 {
00315    return "TLinearMinimizer";
00316 }
00317 
00318 //______________________________________________________________________________
00319 const char *TLinearMinimizer::ImplFileName()
00320 {
00321    return ::ROOT::GenerateInitInstanceLocal((const ::TLinearMinimizer*)0x0)->GetImplFileName();
00322 }
00323 
00324 //______________________________________________________________________________
00325 int TLinearMinimizer::ImplFileLine()
00326 {
00327    return ::ROOT::GenerateInitInstanceLocal((const ::TLinearMinimizer*)0x0)->GetImplFileLine();
00328 }
00329 
00330 //______________________________________________________________________________
00331 void TLinearMinimizer::Dictionary()
00332 {
00333    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLinearMinimizer*)0x0)->GetClass();
00334 }
00335 
00336 //______________________________________________________________________________
00337 TClass *TLinearMinimizer::Class()
00338 {
00339    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TLinearMinimizer*)0x0)->GetClass();
00340    return fgIsA;
00341 }
00342 
00343 //______________________________________________________________________________
00344 TClass *TMinuitMinimizer::fgIsA = 0;  // static to hold class pointer
00345 
00346 //______________________________________________________________________________
00347 const char *TMinuitMinimizer::Class_Name()
00348 {
00349    return "TMinuitMinimizer";
00350 }
00351 
00352 //______________________________________________________________________________
00353 const char *TMinuitMinimizer::ImplFileName()
00354 {
00355    return ::ROOT::GenerateInitInstanceLocal((const ::TMinuitMinimizer*)0x0)->GetImplFileName();
00356 }
00357 
00358 //______________________________________________________________________________
00359 int TMinuitMinimizer::ImplFileLine()
00360 {
00361    return ::ROOT::GenerateInitInstanceLocal((const ::TMinuitMinimizer*)0x0)->GetImplFileLine();
00362 }
00363 
00364 //______________________________________________________________________________
00365 void TMinuitMinimizer::Dictionary()
00366 {
00367    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMinuitMinimizer*)0x0)->GetClass();
00368 }
00369 
00370 //______________________________________________________________________________
00371 TClass *TMinuitMinimizer::Class()
00372 {
00373    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMinuitMinimizer*)0x0)->GetClass();
00374    return fgIsA;
00375 }
00376 
00377 //______________________________________________________________________________
00378 void TMinuit::Streamer(TBuffer &R__b)
00379 {
00380    // Stream an object of class TMinuit.
00381 
00382    if (R__b.IsReading()) {
00383       R__b.ReadClassBuffer(TMinuit::Class(),this);
00384    } else {
00385       R__b.WriteClassBuffer(TMinuit::Class(),this);
00386    }
00387 }
00388 
00389 //______________________________________________________________________________
00390 void TMinuit::ShowMembers(TMemberInspector &R__insp)
00391 {
00392       // Inspect the data members of an object of class TMinuit.
00393       TClass *R__cl = ::TMinuit::IsA();
00394       if (R__cl || R__insp.IsA()) { }
00395       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpfix", &fNpfix);
00396       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEmpty", &fEmpty);
00397       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxpar", &fMaxpar);
00398       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxint", &fMaxint);
00399       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpar", &fNpar);
00400       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxext", &fMaxext);
00401       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxIterations", &fMaxIterations);
00402       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxpar5", &fMaxpar5);
00403       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxcpt", &fMaxcpt);
00404       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxpar2", &fMaxpar2);
00405       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxpar1", &fMaxpar1);
00406       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAmin", &fAmin);
00407       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUp", &fUp);
00408       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEDM", &fEDM);
00409       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFval3", &fFval3);
00410       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEpsi", &fEpsi);
00411       R__insp.Inspect(R__cl, R__insp.GetParent(), "fApsi", &fApsi);
00412       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDcovar", &fDcovar);
00413       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEpsmac", &fEpsmac);
00414       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEpsma2", &fEpsma2);
00415       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVlimlo", &fVlimlo);
00416       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVlimhi", &fVlimhi);
00417       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUndefi", &fUndefi);
00418       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBigedm", &fBigedm);
00419       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUpdflt", &fUpdflt);
00420       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXmidcr", &fXmidcr);
00421       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYmidcr", &fYmidcr);
00422       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXdircr", &fXdircr);
00423       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYdircr", &fYdircr);
00424       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fU", &fU);
00425       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAlim", &fAlim);
00426       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBlim", &fBlim);
00427       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fErp", &fErp);
00428       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fErn", &fErn);
00429       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWerr", &fWerr);
00430       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGlobcc", &fGlobcc);
00431       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fX", &fX);
00432       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXt", &fXt);
00433       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirin", &fDirin);
00434       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXs", &fXs);
00435       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXts", &fXts);
00436       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDirins", &fDirins);
00437       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGrd", &fGrd);
00438       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fG2", &fG2);
00439       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGstep", &fGstep);
00440       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGin", &fGin);
00441       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDgrd", &fDgrd);
00442       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGrds", &fGrds);
00443       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fG2s", &fG2s);
00444       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGsteps", &fGsteps);
00445       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVhmat", &fVhmat);
00446       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVthmat", &fVthmat);
00447       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fP", &fP);
00448       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPstar", &fPstar);
00449       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPstst", &fPstst);
00450       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPbar", &fPbar);
00451       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPrho", &fPrho);
00452       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWord7", &fWord7);
00453       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXpt", &fXpt);
00454       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fYpt", &fYpt);
00455       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCONTgcc", &fCONTgcc);
00456       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCONTw", &fCONTw);
00457       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFIXPyy", &fFIXPyy);
00458       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGRADgf", &fGRADgf);
00459       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHESSyy", &fHESSyy);
00460       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIMPRdsav", &fIMPRdsav);
00461       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIMPRy", &fIMPRy);
00462       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMATUvline", &fMATUvline);
00463       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMIGRflnu", &fMIGRflnu);
00464       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMIGRstep", &fMIGRstep);
00465       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMIGRgs", &fMIGRgs);
00466       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMIGRvg", &fMIGRvg);
00467       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMIGRxxs", &fMIGRxxs);
00468       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMNOTxdev", &fMNOTxdev);
00469       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMNOTw", &fMNOTw);
00470       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMNOTgcc", &fMNOTgcc);
00471       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPSDFs", &fPSDFs);
00472       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSEEKxmid", &fSEEKxmid);
00473       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSEEKxbest", &fSEEKxbest);
00474       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSIMPy", &fSIMPy);
00475       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVERTq", &fVERTq);
00476       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVERTs", &fVERTs);
00477       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVERTpp", &fVERTpp);
00478       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCOMDplist", &fCOMDplist);
00479       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPARSplist", &fPARSplist);
00480       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNvarl", &fNvarl);
00481       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNiofex", &fNiofex);
00482       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNexofi", &fNexofi);
00483       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIpfix", &fIpfix);
00484       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNu", &fNu);
00485       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsysrd", &fIsysrd);
00486       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsyswr", &fIsyswr);
00487       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsyssa", &fIsyssa);
00488       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpagwd", &fNpagwd);
00489       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpagln", &fNpagln);
00490       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNewpag", &fNewpag);
00491       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIstkrd[10]", fIstkrd);
00492       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNstkrd", &fNstkrd);
00493       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIstkwr[10]", fIstkwr);
00494       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNstkwr", &fNstkwr);
00495       R__insp.Inspect(R__cl, R__insp.GetParent(), "fISW[7]", fISW);
00496       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIdbg[11]", fIdbg);
00497       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNblock", &fNblock);
00498       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIcomnd", &fIcomnd);
00499       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfcn", &fNfcn);
00500       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfcnmx", &fNfcnmx);
00501       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfcnlc", &fNfcnlc);
00502       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfcnfr", &fNfcnfr);
00503       R__insp.Inspect(R__cl, R__insp.GetParent(), "fItaur", &fItaur);
00504       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIstrat", &fIstrat);
00505       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNwrmes[2]", fNwrmes);
00506       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfcwar[20]", fNfcwar);
00507       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIcirc[2]", fIcirc);
00508       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatus", &fStatus);
00509       R__insp.Inspect(R__cl, R__insp.GetParent(), "fKe1cr", &fKe1cr);
00510       R__insp.Inspect(R__cl, R__insp.GetParent(), "fKe2cr", &fKe2cr);
00511       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLwarn", &fLwarn);
00512       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLrepor", &fLrepor);
00513       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLimset", &fLimset);
00514       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLnolim", &fLnolim);
00515       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLnewmn", &fLnewmn);
00516       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLphead", &fLphead);
00517       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGraphicsMode", &fGraphicsMode);
00518       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChpt", &fChpt);
00519       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCpnam", &fCpnam);
00520       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCfrom", &fCfrom);
00521       R__insp.InspectMember(fCfrom, "fCfrom.");
00522       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCstatu", &fCstatu);
00523       R__insp.InspectMember(fCstatu, "fCstatu.");
00524       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCtitl", &fCtitl);
00525       R__insp.InspectMember(fCtitl, "fCtitl.");
00526       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCword", &fCword);
00527       R__insp.InspectMember(fCword, "fCword.");
00528       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCundef", &fCundef);
00529       R__insp.InspectMember(fCundef, "fCundef.");
00530       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCvrsn", &fCvrsn);
00531       R__insp.InspectMember(fCvrsn, "fCvrsn.");
00532       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCovmes[4]", fCovmes);
00533       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOrigin[100]", fOrigin);
00534       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWarmes[100]", fWarmes);
00535       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObjectFit", &fObjectFit);
00536       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPlot", &fPlot);
00537       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMethodCall", &fMethodCall);
00538       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFCN", &fFCN);
00539       TNamed::ShowMembers(R__insp);
00540 }
00541 
00542 namespace ROOT {
00543    // Wrappers around operator new
00544    static void *new_TMinuit(void *p) {
00545       return  p ? new(p) ::TMinuit : new ::TMinuit;
00546    }
00547    static void *newArray_TMinuit(Long_t nElements, void *p) {
00548       return p ? new(p) ::TMinuit[nElements] : new ::TMinuit[nElements];
00549    }
00550    // Wrapper around operator delete
00551    static void delete_TMinuit(void *p) {
00552       delete ((::TMinuit*)p);
00553    }
00554    static void deleteArray_TMinuit(void *p) {
00555       delete [] ((::TMinuit*)p);
00556    }
00557    static void destruct_TMinuit(void *p) {
00558       typedef ::TMinuit current_t;
00559       ((current_t*)p)->~current_t();
00560    }
00561 } // end of namespace ROOT for class ::TMinuit
00562 
00563 //______________________________________________________________________________
00564 void TFitter::Streamer(TBuffer &R__b)
00565 {
00566    // Stream an object of class TFitter.
00567 
00568    if (R__b.IsReading()) {
00569       R__b.ReadClassBuffer(TFitter::Class(),this);
00570    } else {
00571       R__b.WriteClassBuffer(TFitter::Class(),this);
00572    }
00573 }
00574 
00575 //______________________________________________________________________________
00576 void TFitter::ShowMembers(TMemberInspector &R__insp)
00577 {
00578       // Inspect the data members of an object of class TFitter.
00579       TClass *R__cl = ::TFitter::IsA();
00580       if (R__cl || R__insp.IsA()) { }
00581       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNlog", &fNlog);
00582       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCovar", &fCovar);
00583       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSumLog", &fSumLog);
00584       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMinuit", &fMinuit);
00585       TVirtualFitter::ShowMembers(R__insp);
00586 }
00587 
00588 namespace ROOT {
00589    // Wrappers around operator new
00590    static void *new_TFitter(void *p) {
00591       return  p ? new(p) ::TFitter : new ::TFitter;
00592    }
00593    static void *newArray_TFitter(Long_t nElements, void *p) {
00594       return p ? new(p) ::TFitter[nElements] : new ::TFitter[nElements];
00595    }
00596    // Wrapper around operator delete
00597    static void delete_TFitter(void *p) {
00598       delete ((::TFitter*)p);
00599    }
00600    static void deleteArray_TFitter(void *p) {
00601       delete [] ((::TFitter*)p);
00602    }
00603    static void destruct_TFitter(void *p) {
00604       typedef ::TFitter current_t;
00605       ((current_t*)p)->~current_t();
00606    }
00607 } // end of namespace ROOT for class ::TFitter
00608 
00609 //______________________________________________________________________________
00610 void TLinearFitter::ShowMembers(TMemberInspector &R__insp)
00611 {
00612       // Inspect the data members of an object of class TLinearFitter.
00613       TClass *R__cl = ::TLinearFitter::IsA();
00614       if (R__cl || R__insp.IsA()) { }
00615       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParams", &fParams);
00616       R__insp.InspectMember(fParams, "fParams.");
00617       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParCovar", &fParCovar);
00618       R__insp.InspectMember(fParCovar, "fParCovar.");
00619       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTValues", &fTValues);
00620       R__insp.InspectMember(fTValues, "fTValues.");
00621       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParSign", &fParSign);
00622       R__insp.InspectMember(fParSign, "fParSign.");
00623       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDesign", &fDesign);
00624       R__insp.InspectMember(fDesign, "fDesign.");
00625       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDesignTemp", &fDesignTemp);
00626       R__insp.InspectMember(fDesignTemp, "fDesignTemp.");
00627       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDesignTemp2", &fDesignTemp2);
00628       R__insp.InspectMember(fDesignTemp2, "fDesignTemp2.");
00629       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDesignTemp3", &fDesignTemp3);
00630       R__insp.InspectMember(fDesignTemp3, "fDesignTemp3.");
00631       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAtb", &fAtb);
00632       R__insp.InspectMember(fAtb, "fAtb.");
00633       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAtbTemp", &fAtbTemp);
00634       R__insp.InspectMember(fAtbTemp, "fAtbTemp.");
00635       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAtbTemp2", &fAtbTemp2);
00636       R__insp.InspectMember(fAtbTemp2, "fAtbTemp2.");
00637       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAtbTemp3", &fAtbTemp3);
00638       R__insp.InspectMember(fAtbTemp3, "fAtbTemp3.");
00639       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFunctions", &fFunctions);
00640       R__insp.InspectMember(fFunctions, "fFunctions.");
00641       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
00642       R__insp.InspectMember(fY, "fY.");
00643       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY2", &fY2);
00644       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY2Temp", &fY2Temp);
00645       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
00646       R__insp.InspectMember(fX, "fX.");
00647       R__insp.Inspect(R__cl, R__insp.GetParent(), "fE", &fE);
00648       R__insp.InspectMember(fE, "fE.");
00649       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInputFunction", &fInputFunction);
00650       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVal[1000]", fVal);
00651       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNpoints", &fNpoints);
00652       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfunctions", &fNfunctions);
00653       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFormulaSize", &fFormulaSize);
00654       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNdim", &fNdim);
00655       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNfixed", &fNfixed);
00656       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSpecial", &fSpecial);
00657       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormula", &fFormula);
00658       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsSet", &fIsSet);
00659       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStoreData", &fStoreData);
00660       R__insp.Inspect(R__cl, R__insp.GetParent(), "fChisquare", &fChisquare);
00661       R__insp.Inspect(R__cl, R__insp.GetParent(), "fH", &fH);
00662       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRobust", &fRobust);
00663       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFitsample", &fFitsample);
00664       R__insp.InspectMember(fFitsample, "fFitsample.");
00665       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFixedParams", &fFixedParams);
00666       TVirtualFitter::ShowMembers(R__insp);
00667 }
00668 
00669 namespace ROOT {
00670    // Wrappers around operator new
00671    static void *new_TLinearFitter(void *p) {
00672       return  p ? new(p) ::TLinearFitter : new ::TLinearFitter;
00673    }
00674    static void *newArray_TLinearFitter(Long_t nElements, void *p) {
00675       return p ? new(p) ::TLinearFitter[nElements] : new ::TLinearFitter[nElements];
00676    }
00677    // Wrapper around operator delete
00678    static void delete_TLinearFitter(void *p) {
00679       delete ((::TLinearFitter*)p);
00680    }
00681    static void deleteArray_TLinearFitter(void *p) {
00682       delete [] ((::TLinearFitter*)p);
00683    }
00684    static void destruct_TLinearFitter(void *p) {
00685       typedef ::TLinearFitter current_t;
00686       ((current_t*)p)->~current_t();
00687    }
00688    // Wrapper around a custom streamer member function.
00689    static void streamer_TLinearFitter(TBuffer &buf, void *obj) {
00690       ((::TLinearFitter*)obj)->::TLinearFitter::Streamer(buf);
00691    }
00692 } // end of namespace ROOT for class ::TLinearFitter
00693 
00694 //______________________________________________________________________________
00695 void TMinuitMinimizer::Streamer(TBuffer &R__b)
00696 {
00697    // Stream an object of class TMinuitMinimizer.
00698 
00699    if (R__b.IsReading()) {
00700       R__b.ReadClassBuffer(TMinuitMinimizer::Class(),this);
00701    } else {
00702       R__b.WriteClassBuffer(TMinuitMinimizer::Class(),this);
00703    }
00704 }
00705 
00706 //______________________________________________________________________________
00707 void TMinuitMinimizer::ShowMembers(TMemberInspector &R__insp)
00708 {
00709       // Inspect the data members of an object of class TMinuitMinimizer.
00710       TClass *R__cl = ::TMinuitMinimizer::IsA();
00711       if (R__cl || R__insp.IsA()) { }
00712       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUsed", &fUsed);
00713       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinosRun", &fMinosRun);
00714       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDim", &fDim);
00715       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStrategy", &fStrategy);
00716       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParams", (void*)&fParams);
00717       R__insp.InspectMember("vector<double>", (void*)&fParams, "fParams.", false);
00718       R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrors", (void*)&fErrors);
00719       R__insp.InspectMember("vector<double>", (void*)&fErrors, "fErrors.", false);
00720       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCovar", (void*)&fCovar);
00721       R__insp.InspectMember("vector<double>", (void*)&fCovar, "fCovar.", false);
00722       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
00723       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMinuit", &fMinuit);
00724       R__insp.GenericShowMembers("ROOT::Math::Minimizer", ( ::ROOT::Math::Minimizer *) (this ), false);
00725 }
00726 
00727 namespace ROOT {
00728    // Wrappers around operator new
00729    static void *new_TMinuitMinimizer(void *p) {
00730       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TMinuitMinimizer : new ::TMinuitMinimizer;
00731    }
00732    static void *newArray_TMinuitMinimizer(Long_t nElements, void *p) {
00733       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TMinuitMinimizer[nElements] : new ::TMinuitMinimizer[nElements];
00734    }
00735    // Wrapper around operator delete
00736    static void delete_TMinuitMinimizer(void *p) {
00737       delete ((::TMinuitMinimizer*)p);
00738    }
00739    static void deleteArray_TMinuitMinimizer(void *p) {
00740       delete [] ((::TMinuitMinimizer*)p);
00741    }
00742    static void destruct_TMinuitMinimizer(void *p) {
00743       typedef ::TMinuitMinimizer current_t;
00744       ((current_t*)p)->~current_t();
00745    }
00746 } // end of namespace ROOT for class ::TMinuitMinimizer
00747 
00748 //______________________________________________________________________________
00749 void TLinearMinimizer::Streamer(TBuffer &R__b)
00750 {
00751    // Stream an object of class TLinearMinimizer.
00752 
00753    if (R__b.IsReading()) {
00754       R__b.ReadClassBuffer(TLinearMinimizer::Class(),this);
00755    } else {
00756       R__b.WriteClassBuffer(TLinearMinimizer::Class(),this);
00757    }
00758 }
00759 
00760 //______________________________________________________________________________
00761 void TLinearMinimizer::ShowMembers(TMemberInspector &R__insp)
00762 {
00763       // Inspect the data members of an object of class TLinearMinimizer.
00764       TClass *R__cl = ::TLinearMinimizer::IsA();
00765       if (R__cl || R__insp.IsA()) { }
00766       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRobust", &fRobust);
00767       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDim", &fDim);
00768       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNFree", &fNFree);
00769       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinVal", &fMinVal);
00770       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParams", (void*)&fParams);
00771       R__insp.InspectMember("vector<double>", (void*)&fParams, "fParams.", false);
00772       R__insp.Inspect(R__cl, R__insp.GetParent(), "fErrors", (void*)&fErrors);
00773       R__insp.InspectMember("vector<double>", (void*)&fErrors, "fErrors.", false);
00774       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCovar", (void*)&fCovar);
00775       R__insp.InspectMember("vector<double>", (void*)&fCovar, "fCovar.", false);
00776       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObjFunc", &fObjFunc);
00777       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFitter", &fFitter);
00778       R__insp.GenericShowMembers("ROOT::Math::Minimizer", ( ::ROOT::Math::Minimizer *) (this ), false);
00779 }
00780 
00781 namespace ROOT {
00782    // Wrappers around operator new
00783    static void *new_TLinearMinimizer(void *p) {
00784       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TLinearMinimizer : new ::TLinearMinimizer;
00785    }
00786    static void *newArray_TLinearMinimizer(Long_t nElements, void *p) {
00787       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TLinearMinimizer[nElements] : new ::TLinearMinimizer[nElements];
00788    }
00789    // Wrapper around operator delete
00790    static void delete_TLinearMinimizer(void *p) {
00791       delete ((::TLinearMinimizer*)p);
00792    }
00793    static void deleteArray_TLinearMinimizer(void *p) {
00794       delete [] ((::TLinearMinimizer*)p);
00795    }
00796    static void destruct_TLinearMinimizer(void *p) {
00797       typedef ::TLinearMinimizer current_t;
00798       ((current_t*)p)->~current_t();
00799    }
00800 } // end of namespace ROOT for class ::TLinearMinimizer
00801 
00802 namespace ROOT {
00803    void vectorlEdoublegR_ShowMembers(void *obj, TMemberInspector &R__insp);
00804    static void vectorlEdoublegR_Dictionary();
00805    static void *new_vectorlEdoublegR(void *p = 0);
00806    static void *newArray_vectorlEdoublegR(Long_t size, void *p);
00807    static void delete_vectorlEdoublegR(void *p);
00808    static void deleteArray_vectorlEdoublegR(void *p);
00809    static void destruct_vectorlEdoublegR(void *p);
00810 
00811    // Function generating the singleton type initializer
00812    static TGenericClassInfo *GenerateInitInstanceLocal(const vector<double>*)
00813    {
00814       vector<double> *ptr = 0;
00815       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(vector<double>),0);
00816       static ::ROOT::TGenericClassInfo 
00817          instance("vector<double>", -2, "prec_stl/vector", 49,
00818                   typeid(vector<double>), DefineBehavior(ptr, ptr),
00819                   0, &vectorlEdoublegR_Dictionary, isa_proxy, 0,
00820                   sizeof(vector<double>) );
00821       instance.SetNew(&new_vectorlEdoublegR);
00822       instance.SetNewArray(&newArray_vectorlEdoublegR);
00823       instance.SetDelete(&delete_vectorlEdoublegR);
00824       instance.SetDeleteArray(&deleteArray_vectorlEdoublegR);
00825       instance.SetDestructor(&destruct_vectorlEdoublegR);
00826       instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<double> >()));
00827       return &instance;
00828    }
00829    // Static variable to force the class initialization
00830    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const vector<double>*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00831 
00832    // Dictionary for non-ClassDef classes
00833    static void vectorlEdoublegR_Dictionary() {
00834       ::ROOT::GenerateInitInstanceLocal((const vector<double>*)0x0)->GetClass();
00835    }
00836 
00837 } // end of namespace ROOT
00838 
00839 namespace ROOT {
00840    // Wrappers around operator new
00841    static void *new_vectorlEdoublegR(void *p) {
00842       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double> : new vector<double>;
00843    }
00844    static void *newArray_vectorlEdoublegR(Long_t nElements, void *p) {
00845       return p ? ::new((::ROOT::TOperatorNewHelper*)p) vector<double>[nElements] : new vector<double>[nElements];
00846    }
00847    // Wrapper around operator delete
00848    static void delete_vectorlEdoublegR(void *p) {
00849       delete ((vector<double>*)p);
00850    }
00851    static void deleteArray_vectorlEdoublegR(void *p) {
00852       delete [] ((vector<double>*)p);
00853    }
00854    static void destruct_vectorlEdoublegR(void *p) {
00855       typedef vector<double> current_t;
00856       ((current_t*)p)->~current_t();
00857    }
00858 } // end of namespace ROOT for class vector<double>
00859 
00860 /********************************************************
00861 * math/minuit/src/G__Minuit.cxx
00862 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00863 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00864 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00865 ********************************************************/
00866 
00867 #ifdef G__MEMTEST
00868 #undef malloc
00869 #undef free
00870 #endif
00871 
00872 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00873 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00874 #endif
00875 
00876 extern "C" void G__cpp_reset_tagtableG__Minuit();
00877 
00878 extern "C" void G__set_cpp_environmentG__Minuit() {
00879   G__add_compiledheader("TObject.h");
00880   G__add_compiledheader("TMemberInspector.h");
00881   G__add_compiledheader("TFitter.h");
00882   G__add_compiledheader("TLinearFitter.h");
00883   G__add_compiledheader("TLinearMinimizer.h");
00884   G__add_compiledheader("TMinuit.h");
00885   G__add_compiledheader("TMinuitMinimizer.h");
00886   G__cpp_reset_tagtableG__Minuit();
00887 }
00888 #include <new>
00889 extern "C" int G__cpp_dllrevG__Minuit() { return(30051515); }
00890 
00891 /*********************************************************
00892 * Member function Interface Method
00893 *********************************************************/
00894 
00895 /* TMinuit */
00896 static int G__G__Minuit_118_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00897 {
00898    TMinuit* p = NULL;
00899    char* gvp = (char*) G__getgvp();
00900    int n = G__getaryconstruct();
00901    if (n) {
00902      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00903        p = new TMinuit[n];
00904      } else {
00905        p = new((void*) gvp) TMinuit[n];
00906      }
00907    } else {
00908      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00909        p = new TMinuit;
00910      } else {
00911        p = new((void*) gvp) TMinuit;
00912      }
00913    }
00914    result7->obj.i = (long) p;
00915    result7->ref = (long) p;
00916    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TMinuit));
00917    return(1 || funcname || hash || result7 || libp) ;
00918 }
00919 
00920 static int G__G__Minuit_118_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00921 {
00922    TMinuit* p = NULL;
00923    char* gvp = (char*) G__getgvp();
00924    //m: 1
00925    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00926      p = new TMinuit((Int_t) G__int(libp->para[0]));
00927    } else {
00928      p = new((void*) gvp) TMinuit((Int_t) G__int(libp->para[0]));
00929    }
00930    result7->obj.i = (long) p;
00931    result7->ref = (long) p;
00932    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TMinuit));
00933    return(1 || funcname || hash || result7 || libp) ;
00934 }
00935 
00936 static int G__G__Minuit_118_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00937 {
00938    switch (libp->paran) {
00939    case 1:
00940       ((TMinuit*) G__getstructoffset())->BuildArrays((Int_t) G__int(libp->para[0]));
00941       G__setnull(result7);
00942       break;
00943    case 0:
00944       ((TMinuit*) G__getstructoffset())->BuildArrays();
00945       G__setnull(result7);
00946       break;
00947    }
00948    return(1 || funcname || hash || result7 || libp) ;
00949 }
00950 
00951 static int G__G__Minuit_118_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00952 {
00953       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->Command((const char*) G__int(libp->para[0])));
00954    return(1 || funcname || hash || result7 || libp) ;
00955 }
00956 
00957 static int G__G__Minuit_118_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00958 {
00959    switch (libp->paran) {
00960    case 3:
00961       G__letint(result7, 85, (long) ((TMinuit*) G__getstructoffset())->Contour((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00962 , (Int_t) G__int(libp->para[2])));
00963       break;
00964    case 2:
00965       G__letint(result7, 85, (long) ((TMinuit*) G__getstructoffset())->Contour((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
00966       break;
00967    case 1:
00968       G__letint(result7, 85, (long) ((TMinuit*) G__getstructoffset())->Contour((Int_t) G__int(libp->para[0])));
00969       break;
00970    case 0:
00971       G__letint(result7, 85, (long) ((TMinuit*) G__getstructoffset())->Contour());
00972       break;
00973    }
00974    return(1 || funcname || hash || result7 || libp) ;
00975 }
00976 
00977 static int G__G__Minuit_118_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00978 {
00979       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->DefineParameter((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
00980 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
00981 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])));
00982    return(1 || funcname || hash || result7 || libp) ;
00983 }
00984 
00985 static int G__G__Minuit_118_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00986 {
00987       ((TMinuit*) G__getstructoffset())->DeleteArrays();
00988       G__setnull(result7);
00989    return(1 || funcname || hash || result7 || libp) ;
00990 }
00991 
00992 static int G__G__Minuit_118_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00993 {
00994       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->Eval((Int_t) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
00995 , *(Double_t*) G__Doubleref(&libp->para[2]), (Double_t*) G__int(libp->para[3])
00996 , (Int_t) G__int(libp->para[4])));
00997    return(1 || funcname || hash || result7 || libp) ;
00998 }
00999 
01000 static int G__G__Minuit_118_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01001 {
01002       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->FixParameter((Int_t) G__int(libp->para[0])));
01003    return(1 || funcname || hash || result7 || libp) ;
01004 }
01005 
01006 static int G__G__Minuit_118_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01007 {
01008       G__letint(result7, 85, (long) ((const TMinuit*) G__getstructoffset())->GetMethodCall());
01009    return(1 || funcname || hash || result7 || libp) ;
01010 }
01011 
01012 static int G__G__Minuit_118_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01013 {
01014       G__letint(result7, 85, (long) ((const TMinuit*) G__getstructoffset())->GetObjectFit());
01015    return(1 || funcname || hash || result7 || libp) ;
01016 }
01017 
01018 static int G__G__Minuit_118_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01019 {
01020       G__letint(result7, 105, (long) ((const TMinuit*) G__getstructoffset())->GetMaxIterations());
01021    return(1 || funcname || hash || result7 || libp) ;
01022 }
01023 
01024 static int G__G__Minuit_118_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01025 {
01026       G__letint(result7, 105, (long) ((const TMinuit*) G__getstructoffset())->GetNumFixedPars());
01027    return(1 || funcname || hash || result7 || libp) ;
01028 }
01029 
01030 static int G__G__Minuit_118_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01031 {
01032       G__letint(result7, 105, (long) ((const TMinuit*) G__getstructoffset())->GetNumFreePars());
01033    return(1 || funcname || hash || result7 || libp) ;
01034 }
01035 
01036 static int G__G__Minuit_118_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01037 {
01038       G__letint(result7, 105, (long) ((const TMinuit*) G__getstructoffset())->GetNumPars());
01039    return(1 || funcname || hash || result7 || libp) ;
01040 }
01041 
01042 static int G__G__Minuit_118_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01043 {
01044       G__letint(result7, 105, (long) ((const TMinuit*) G__getstructoffset())->GetParameter((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
01045 , *(Double_t*) G__Doubleref(&libp->para[2])));
01046    return(1 || funcname || hash || result7 || libp) ;
01047 }
01048 
01049 static int G__G__Minuit_118_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01050 {
01051       G__letint(result7, 85, (long) ((const TMinuit*) G__getstructoffset())->GetPlot());
01052    return(1 || funcname || hash || result7 || libp) ;
01053 }
01054 
01055 static int G__G__Minuit_118_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01056 {
01057       G__letint(result7, 105, (long) ((const TMinuit*) G__getstructoffset())->GetStatus());
01058    return(1 || funcname || hash || result7 || libp) ;
01059 }
01060 
01061 static int G__G__Minuit_118_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01062 {
01063       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->Migrad());
01064    return(1 || funcname || hash || result7 || libp) ;
01065 }
01066 
01067 static int G__G__Minuit_118_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01068 {
01069       ((TMinuit*) G__getstructoffset())->mnamin();
01070       G__setnull(result7);
01071    return(1 || funcname || hash || result7 || libp) ;
01072 }
01073 
01074 static int G__G__Minuit_118_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01075 {
01076       ((TMinuit*) G__getstructoffset())->mnbins(
01077 (Double_t) G__double(libp->para[0]), (Double_t) G__double(libp->para[1])
01078 , (Int_t) G__int(libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
01079 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5])
01080 , *(Double_t*) G__Doubleref(&libp->para[6]));
01081       G__setnull(result7);
01082    return(1 || funcname || hash || result7 || libp) ;
01083 }
01084 
01085 static int G__G__Minuit_118_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01086 {
01087       ((TMinuit*) G__getstructoffset())->mncalf((Double_t*) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
01088       G__setnull(result7);
01089    return(1 || funcname || hash || result7 || libp) ;
01090 }
01091 
01092 static int G__G__Minuit_118_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01093 {
01094       ((TMinuit*) G__getstructoffset())->mncler();
01095       G__setnull(result7);
01096    return(1 || funcname || hash || result7 || libp) ;
01097 }
01098 
01099 static int G__G__Minuit_118_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01100 {
01101       ((TMinuit*) G__getstructoffset())->mncntr((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
01102 , *(Int_t*) G__Intref(&libp->para[2]));
01103       G__setnull(result7);
01104    return(1 || funcname || hash || result7 || libp) ;
01105 }
01106 
01107 static int G__G__Minuit_118_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01108 {
01109       ((TMinuit*) G__getstructoffset())->mncomd((const char*) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
01110       G__setnull(result7);
01111    return(1 || funcname || hash || result7 || libp) ;
01112 }
01113 
01114 static int G__G__Minuit_118_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01115 {
01116       ((TMinuit*) G__getstructoffset())->mncont((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
01117 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
01118 , (Double_t*) G__int(libp->para[4]), *(Int_t*) G__Intref(&libp->para[5]));
01119       G__setnull(result7);
01120    return(1 || funcname || hash || result7 || libp) ;
01121 }
01122 
01123 static int G__G__Minuit_118_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01124 {
01125       ((TMinuit*) G__getstructoffset())->mncrck(
01126 *((TString*) G__int(libp->para[0])), (Int_t) G__int(libp->para[1])
01127 , *(TString*) libp->para[2].ref, *(Int_t*) G__Intref(&libp->para[3])
01128 , (Int_t) G__int(libp->para[4]), (Double_t*) G__int(libp->para[5])
01129 , *(Int_t*) G__Intref(&libp->para[6]), *(Int_t*) G__Intref(&libp->para[7])
01130 , (Int_t) G__int(libp->para[8]));
01131       G__setnull(result7);
01132    return(1 || funcname || hash || result7 || libp) ;
01133 }
01134 
01135 static int G__G__Minuit_118_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01136 {
01137       ((TMinuit*) G__getstructoffset())->mncros(*(Double_t*) G__Doubleref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
01138       G__setnull(result7);
01139    return(1 || funcname || hash || result7 || libp) ;
01140 }
01141 
01142 static int G__G__Minuit_118_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01143 {
01144       ((TMinuit*) G__getstructoffset())->mncuve();
01145       G__setnull(result7);
01146    return(1 || funcname || hash || result7 || libp) ;
01147 }
01148 
01149 static int G__G__Minuit_118_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01150 {
01151       ((TMinuit*) G__getstructoffset())->mnderi();
01152       G__setnull(result7);
01153    return(1 || funcname || hash || result7 || libp) ;
01154 }
01155 
01156 static int G__G__Minuit_118_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01157 {
01158       ((TMinuit*) G__getstructoffset())->mndxdi((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1])
01159 , *(Double_t*) G__Doubleref(&libp->para[2]));
01160       G__setnull(result7);
01161    return(1 || funcname || hash || result7 || libp) ;
01162 }
01163 
01164 static int G__G__Minuit_118_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01165 {
01166       ((TMinuit*) G__getstructoffset())->mneig(
01167 (Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
01168 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
01169 , (Double_t*) G__int(libp->para[4]), (Double_t) G__double(libp->para[5])
01170 , *(Int_t*) G__Intref(&libp->para[6]));
01171       G__setnull(result7);
01172    return(1 || funcname || hash || result7 || libp) ;
01173 }
01174 
01175 static int G__G__Minuit_118_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01176 {
01177       ((TMinuit*) G__getstructoffset())->mnemat((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
01178       G__setnull(result7);
01179    return(1 || funcname || hash || result7 || libp) ;
01180 }
01181 
01182 static int G__G__Minuit_118_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01183 {
01184       ((TMinuit*) G__getstructoffset())->mnerrs((Int_t) G__int(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
01185 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
01186 , *(Double_t*) G__Doubleref(&libp->para[4]));
01187       G__setnull(result7);
01188    return(1 || funcname || hash || result7 || libp) ;
01189 }
01190 
01191 static int G__G__Minuit_118_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01192 {
01193       ((TMinuit*) G__getstructoffset())->mneval((Double_t) G__double(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
01194 , *(Int_t*) G__Intref(&libp->para[2]));
01195       G__setnull(result7);
01196    return(1 || funcname || hash || result7 || libp) ;
01197 }
01198 
01199 static int G__G__Minuit_118_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01200 {
01201       ((TMinuit*) G__getstructoffset())->mnexcm((const char*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
01202 , (Int_t) G__int(libp->para[2]), *(Int_t*) G__Intref(&libp->para[3]));
01203       G__setnull(result7);
01204    return(1 || funcname || hash || result7 || libp) ;
01205 }
01206 
01207 static int G__G__Minuit_118_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01208 {
01209       ((TMinuit*) G__getstructoffset())->mnexin((Double_t*) G__int(libp->para[0]));
01210       G__setnull(result7);
01211    return(1 || funcname || hash || result7 || libp) ;
01212 }
01213 
01214 static int G__G__Minuit_118_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01215 {
01216       ((TMinuit*) G__getstructoffset())->mnfixp((Int_t) G__int(libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
01217       G__setnull(result7);
01218    return(1 || funcname || hash || result7 || libp) ;
01219 }
01220 
01221 static int G__G__Minuit_118_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01222 {
01223       ((TMinuit*) G__getstructoffset())->mnfree((Int_t) G__int(libp->para[0]));
01224       G__setnull(result7);
01225    return(1 || funcname || hash || result7 || libp) ;
01226 }
01227 
01228 static int G__G__Minuit_118_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01229 {
01230       ((TMinuit*) G__getstructoffset())->mngrad();
01231       G__setnull(result7);
01232    return(1 || funcname || hash || result7 || libp) ;
01233 }
01234 
01235 static int G__G__Minuit_118_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01236 {
01237       ((TMinuit*) G__getstructoffset())->mnhelp(*((TString*) G__int(libp->para[0])));
01238       G__setnull(result7);
01239    return(1 || funcname || hash || result7 || libp) ;
01240 }
01241 
01242 static int G__G__Minuit_118_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01243 {
01244    switch (libp->paran) {
01245    case 1:
01246       ((TMinuit*) G__getstructoffset())->mnhelp((const char*) G__int(libp->para[0]));
01247       G__setnull(result7);
01248       break;
01249    case 0:
01250       ((TMinuit*) G__getstructoffset())->mnhelp();
01251       G__setnull(result7);
01252       break;
01253    }
01254    return(1 || funcname || hash || result7 || libp) ;
01255 }
01256 
01257 static int G__G__Minuit_118_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01258 {
01259       ((TMinuit*) G__getstructoffset())->mnhess();
01260       G__setnull(result7);
01261    return(1 || funcname || hash || result7 || libp) ;
01262 }
01263 
01264 static int G__G__Minuit_118_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01265 {
01266       ((TMinuit*) G__getstructoffset())->mnhes1();
01267       G__setnull(result7);
01268    return(1 || funcname || hash || result7 || libp) ;
01269 }
01270 
01271 static int G__G__Minuit_118_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01272 {
01273       ((TMinuit*) G__getstructoffset())->mnimpr();
01274       G__setnull(result7);
01275    return(1 || funcname || hash || result7 || libp) ;
01276 }
01277 
01278 static int G__G__Minuit_118_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01279 {
01280       ((TMinuit*) G__getstructoffset())->mninex((Double_t*) G__int(libp->para[0]));
01281       G__setnull(result7);
01282    return(1 || funcname || hash || result7 || libp) ;
01283 }
01284 
01285 static int G__G__Minuit_118_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01286 {
01287       ((TMinuit*) G__getstructoffset())->mninit((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
01288 , (Int_t) G__int(libp->para[2]));
01289       G__setnull(result7);
01290    return(1 || funcname || hash || result7 || libp) ;
01291 }
01292 
01293 static int G__G__Minuit_118_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01294 {
01295       ((TMinuit*) G__getstructoffset())->mnlims();
01296       G__setnull(result7);
01297    return(1 || funcname || hash || result7 || libp) ;
01298 }
01299 
01300 static int G__G__Minuit_118_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01301 {
01302       ((TMinuit*) G__getstructoffset())->mnline((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
01303 , (Double_t*) G__int(libp->para[2]), (Double_t) G__double(libp->para[3])
01304 , (Double_t) G__double(libp->para[4]));
01305       G__setnull(result7);
01306    return(1 || funcname || hash || result7 || libp) ;
01307 }
01308 
01309 static int G__G__Minuit_118_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01310 {
01311       ((TMinuit*) G__getstructoffset())->mnmatu((Int_t) G__int(libp->para[0]));
01312       G__setnull(result7);
01313    return(1 || funcname || hash || result7 || libp) ;
01314 }
01315 
01316 static int G__G__Minuit_118_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01317 {
01318       ((TMinuit*) G__getstructoffset())->mnmigr();
01319       G__setnull(result7);
01320    return(1 || funcname || hash || result7 || libp) ;
01321 }
01322 
01323 static int G__G__Minuit_118_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01324 {
01325       ((TMinuit*) G__getstructoffset())->mnmnos();
01326       G__setnull(result7);
01327    return(1 || funcname || hash || result7 || libp) ;
01328 }
01329 
01330 static int G__G__Minuit_118_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01331 {
01332       ((TMinuit*) G__getstructoffset())->mnmnot((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
01333 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3]));
01334       G__setnull(result7);
01335    return(1 || funcname || hash || result7 || libp) ;
01336 }
01337 
01338 static int G__G__Minuit_118_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01339 {
01340       ((TMinuit*) G__getstructoffset())->mnparm(
01341 (Int_t) G__int(libp->para[0]), *((TString*) G__int(libp->para[1]))
01342 , (Double_t) G__double(libp->para[2]), (Double_t) G__double(libp->para[3])
01343 , (Double_t) G__double(libp->para[4]), (Double_t) G__double(libp->para[5])
01344 , *(Int_t*) G__Intref(&libp->para[6]));
01345       G__setnull(result7);
01346    return(1 || funcname || hash || result7 || libp) ;
01347 }
01348 
01349 static int G__G__Minuit_118_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01350 {
01351       ((TMinuit*) G__getstructoffset())->mnpars(*(TString*) libp->para[0].ref, *(Int_t*) G__Intref(&libp->para[1]));
01352       G__setnull(result7);
01353    return(1 || funcname || hash || result7 || libp) ;
01354 }
01355 
01356 static int G__G__Minuit_118_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01357 {
01358       ((TMinuit*) G__getstructoffset())->mnpfit((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
01359 , (Int_t) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
01360 , *(Double_t*) G__Doubleref(&libp->para[4]));
01361       G__setnull(result7);
01362    return(1 || funcname || hash || result7 || libp) ;
01363 }
01364 
01365 static int G__G__Minuit_118_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01366 {
01367       ((TMinuit*) G__getstructoffset())->mnpint(*(Double_t*) G__Doubleref(&libp->para[0]), (Int_t) G__int(libp->para[1])
01368 , *(Double_t*) G__Doubleref(&libp->para[2]));
01369       G__setnull(result7);
01370    return(1 || funcname || hash || result7 || libp) ;
01371 }
01372 
01373 static int G__G__Minuit_118_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01374 {
01375       ((TMinuit*) G__getstructoffset())->mnplot((Double_t*) G__int(libp->para[0]), (Double_t*) G__int(libp->para[1])
01376 , (char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
01377 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
01378       G__setnull(result7);
01379    return(1 || funcname || hash || result7 || libp) ;
01380 }
01381 
01382 static int G__G__Minuit_118_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01383 {
01384       ((const TMinuit*) G__getstructoffset())->mnpout(
01385 (Int_t) G__int(libp->para[0]), *(TString*) libp->para[1].ref
01386 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Double_t*) G__Doubleref(&libp->para[3])
01387 , *(Double_t*) G__Doubleref(&libp->para[4]), *(Double_t*) G__Doubleref(&libp->para[5])
01388 , *(Int_t*) G__Intref(&libp->para[6]));
01389       G__setnull(result7);
01390    return(1 || funcname || hash || result7 || libp) ;
01391 }
01392 
01393 static int G__G__Minuit_118_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01394 {
01395       ((TMinuit*) G__getstructoffset())->mnprin((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
01396       G__setnull(result7);
01397    return(1 || funcname || hash || result7 || libp) ;
01398 }
01399 
01400 static int G__G__Minuit_118_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01401 {
01402       ((TMinuit*) G__getstructoffset())->mnpsdf();
01403       G__setnull(result7);
01404    return(1 || funcname || hash || result7 || libp) ;
01405 }
01406 
01407 static int G__G__Minuit_118_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01408 {
01409       ((TMinuit*) G__getstructoffset())->mnrazz((Double_t) G__double(libp->para[0]), (Double_t*) G__int(libp->para[1])
01410 , (Double_t*) G__int(libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
01411 , *(Int_t*) G__Intref(&libp->para[4]));
01412       G__setnull(result7);
01413    return(1 || funcname || hash || result7 || libp) ;
01414 }
01415 
01416 static int G__G__Minuit_118_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01417 {
01418       ((TMinuit*) G__getstructoffset())->mnrn15(*(Double_t*) G__Doubleref(&libp->para[0]), *(Int_t*) G__Intref(&libp->para[1]));
01419       G__setnull(result7);
01420    return(1 || funcname || hash || result7 || libp) ;
01421 }
01422 
01423 static int G__G__Minuit_118_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01424 {
01425       ((TMinuit*) G__getstructoffset())->mnrset((Int_t) G__int(libp->para[0]));
01426       G__setnull(result7);
01427    return(1 || funcname || hash || result7 || libp) ;
01428 }
01429 
01430 static int G__G__Minuit_118_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01431 {
01432       ((TMinuit*) G__getstructoffset())->mnsave();
01433       G__setnull(result7);
01434    return(1 || funcname || hash || result7 || libp) ;
01435 }
01436 
01437 static int G__G__Minuit_118_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01438 {
01439       ((TMinuit*) G__getstructoffset())->mnscan();
01440       G__setnull(result7);
01441    return(1 || funcname || hash || result7 || libp) ;
01442 }
01443 
01444 static int G__G__Minuit_118_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01445 {
01446       ((TMinuit*) G__getstructoffset())->mnseek();
01447       G__setnull(result7);
01448    return(1 || funcname || hash || result7 || libp) ;
01449 }
01450 
01451 static int G__G__Minuit_118_0_71(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01452 {
01453       ((TMinuit*) G__getstructoffset())->mnset();
01454       G__setnull(result7);
01455    return(1 || funcname || hash || result7 || libp) ;
01456 }
01457 
01458 static int G__G__Minuit_118_0_72(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01459 {
01460       ((TMinuit*) G__getstructoffset())->mnsimp();
01461       G__setnull(result7);
01462    return(1 || funcname || hash || result7 || libp) ;
01463 }
01464 
01465 static int G__G__Minuit_118_0_73(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01466 {
01467       ((TMinuit*) G__getstructoffset())->mnstat(*(Double_t*) G__Doubleref(&libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1])
01468 , *(Double_t*) G__Doubleref(&libp->para[2]), *(Int_t*) G__Intref(&libp->para[3])
01469 , *(Int_t*) G__Intref(&libp->para[4]), *(Int_t*) G__Intref(&libp->para[5]));
01470       G__setnull(result7);
01471    return(1 || funcname || hash || result7 || libp) ;
01472 }
01473 
01474 static int G__G__Minuit_118_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01475 {
01476       ((TMinuit*) G__getstructoffset())->mntiny((Double_t) G__double(libp->para[0]), *(Double_t*) G__Doubleref(&libp->para[1]));
01477       G__setnull(result7);
01478    return(1 || funcname || hash || result7 || libp) ;
01479 }
01480 
01481 static int G__G__Minuit_118_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01482 {
01483       G__letint(result7, 103, (long) ((TMinuit*) G__getstructoffset())->mnunpt(*(TString*) libp->para[0].ref));
01484    return(1 || funcname || hash || result7 || libp) ;
01485 }
01486 
01487 static int G__G__Minuit_118_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01488 {
01489       ((TMinuit*) G__getstructoffset())->mnvert((Double_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
01490 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
01491 , *(Int_t*) G__Intref(&libp->para[4]));
01492       G__setnull(result7);
01493    return(1 || funcname || hash || result7 || libp) ;
01494 }
01495 
01496 static int G__G__Minuit_118_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01497 {
01498       ((TMinuit*) G__getstructoffset())->mnwarn((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
01499 , (const char*) G__int(libp->para[2]));
01500       G__setnull(result7);
01501    return(1 || funcname || hash || result7 || libp) ;
01502 }
01503 
01504 static int G__G__Minuit_118_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01505 {
01506       ((TMinuit*) G__getstructoffset())->mnwerr();
01507       G__setnull(result7);
01508    return(1 || funcname || hash || result7 || libp) ;
01509 }
01510 
01511 static int G__G__Minuit_118_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01512 {
01513       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->Release((Int_t) G__int(libp->para[0])));
01514    return(1 || funcname || hash || result7 || libp) ;
01515 }
01516 
01517 static int G__G__Minuit_118_0_80(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01518 {
01519       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->SetErrorDef((Double_t) G__double(libp->para[0])));
01520    return(1 || funcname || hash || result7 || libp) ;
01521 }
01522 
01523 static int G__G__Minuit_118_0_81(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01524 {
01525       ((TMinuit*) G__getstructoffset())->SetFCN((void*) G__int(libp->para[0]));
01526       G__setnull(result7);
01527    return(1 || funcname || hash || result7 || libp) ;
01528 }
01529 
01530 static int G__G__Minuit_118_0_82(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01531 {
01532       ((TMinuit*) G__getstructoffset())->SetFCN((void (*)(Int_t&, Double_t*, Double_t&f, Double_t*, Int_t)) G__int(libp->para[0]));
01533       G__setnull(result7);
01534    return(1 || funcname || hash || result7 || libp) ;
01535 }
01536 
01537 static int G__G__Minuit_118_0_83(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01538 {
01539    switch (libp->paran) {
01540    case 1:
01541       ((TMinuit*) G__getstructoffset())->SetGraphicsMode((Bool_t) G__int(libp->para[0]));
01542       G__setnull(result7);
01543       break;
01544    case 0:
01545       ((TMinuit*) G__getstructoffset())->SetGraphicsMode();
01546       G__setnull(result7);
01547       break;
01548    }
01549    return(1 || funcname || hash || result7 || libp) ;
01550 }
01551 
01552 static int G__G__Minuit_118_0_84(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01553 {
01554    switch (libp->paran) {
01555    case 1:
01556       ((TMinuit*) G__getstructoffset())->SetMaxIterations((Int_t) G__int(libp->para[0]));
01557       G__setnull(result7);
01558       break;
01559    case 0:
01560       ((TMinuit*) G__getstructoffset())->SetMaxIterations();
01561       G__setnull(result7);
01562       break;
01563    }
01564    return(1 || funcname || hash || result7 || libp) ;
01565 }
01566 
01567 static int G__G__Minuit_118_0_85(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01568 {
01569       ((TMinuit*) G__getstructoffset())->SetObjectFit((TObject*) G__int(libp->para[0]));
01570       G__setnull(result7);
01571    return(1 || funcname || hash || result7 || libp) ;
01572 }
01573 
01574 static int G__G__Minuit_118_0_86(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01575 {
01576    switch (libp->paran) {
01577    case 1:
01578       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->SetPrintLevel((Int_t) G__int(libp->para[0])));
01579       break;
01580    case 0:
01581       G__letint(result7, 105, (long) ((TMinuit*) G__getstructoffset())->SetPrintLevel());
01582       break;
01583    }
01584    return(1 || funcname || hash || result7 || libp) ;
01585 }
01586 
01587 static int G__G__Minuit_118_0_87(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01588 {
01589       G__letint(result7, 85, (long) TMinuit::Class());
01590    return(1 || funcname || hash || result7 || libp) ;
01591 }
01592 
01593 static int G__G__Minuit_118_0_88(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01594 {
01595       G__letint(result7, 67, (long) TMinuit::Class_Name());
01596    return(1 || funcname || hash || result7 || libp) ;
01597 }
01598 
01599 static int G__G__Minuit_118_0_89(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01600 {
01601       G__letint(result7, 115, (long) TMinuit::Class_Version());
01602    return(1 || funcname || hash || result7 || libp) ;
01603 }
01604 
01605 static int G__G__Minuit_118_0_90(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01606 {
01607       TMinuit::Dictionary();
01608       G__setnull(result7);
01609    return(1 || funcname || hash || result7 || libp) ;
01610 }
01611 
01612 static int G__G__Minuit_118_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01613 {
01614       ((TMinuit*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
01615       G__setnull(result7);
01616    return(1 || funcname || hash || result7 || libp) ;
01617 }
01618 
01619 static int G__G__Minuit_118_0_95(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01620 {
01621       G__letint(result7, 67, (long) TMinuit::DeclFileName());
01622    return(1 || funcname || hash || result7 || libp) ;
01623 }
01624 
01625 static int G__G__Minuit_118_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01626 {
01627       G__letint(result7, 105, (long) TMinuit::ImplFileLine());
01628    return(1 || funcname || hash || result7 || libp) ;
01629 }
01630 
01631 static int G__G__Minuit_118_0_97(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01632 {
01633       G__letint(result7, 67, (long) TMinuit::ImplFileName());
01634    return(1 || funcname || hash || result7 || libp) ;
01635 }
01636 
01637 static int G__G__Minuit_118_0_98(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01638 {
01639       G__letint(result7, 105, (long) TMinuit::DeclFileLine());
01640    return(1 || funcname || hash || result7 || libp) ;
01641 }
01642 
01643 // automatic destructor
01644 typedef TMinuit G__TTMinuit;
01645 static int G__G__Minuit_118_0_99(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01646 {
01647    char* gvp = (char*) G__getgvp();
01648    long soff = G__getstructoffset();
01649    int n = G__getaryconstruct();
01650    //
01651    //has_a_delete: 1
01652    //has_own_delete1arg: 0
01653    //has_own_delete2arg: 0
01654    //
01655    if (!soff) {
01656      return(1);
01657    }
01658    if (n) {
01659      if (gvp == (char*)G__PVOID) {
01660        delete[] (TMinuit*) soff;
01661      } else {
01662        G__setgvp((long) G__PVOID);
01663        for (int i = n - 1; i >= 0; --i) {
01664          ((TMinuit*) (soff+(sizeof(TMinuit)*i)))->~G__TTMinuit();
01665        }
01666        G__setgvp((long)gvp);
01667      }
01668    } else {
01669      if (gvp == (char*)G__PVOID) {
01670        delete (TMinuit*) soff;
01671      } else {
01672        G__setgvp((long) G__PVOID);
01673        ((TMinuit*) (soff))->~G__TTMinuit();
01674        G__setgvp((long)gvp);
01675      }
01676    }
01677    G__setnull(result7);
01678    return(1 || funcname || hash || result7 || libp) ;
01679 }
01680 
01681 
01682 /* TFitter */
01683 static int G__G__Minuit_119_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01684 {
01685    TFitter* p = NULL;
01686    char* gvp = (char*) G__getgvp();
01687    switch (libp->paran) {
01688    case 1:
01689      //m: 1
01690      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01691        p = new TFitter((Int_t) G__int(libp->para[0]));
01692      } else {
01693        p = new((void*) gvp) TFitter((Int_t) G__int(libp->para[0]));
01694      }
01695      break;
01696    case 0:
01697      int n = G__getaryconstruct();
01698      if (n) {
01699        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01700          p = new TFitter[n];
01701        } else {
01702          p = new((void*) gvp) TFitter[n];
01703        }
01704      } else {
01705        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01706          p = new TFitter;
01707        } else {
01708          p = new((void*) gvp) TFitter;
01709        }
01710      }
01711      break;
01712    }
01713    result7->obj.i = (long) p;
01714    result7->ref = (long) p;
01715    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TFitter));
01716    return(1 || funcname || hash || result7 || libp) ;
01717 }
01718 
01719 static int G__G__Minuit_119_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01720 {
01721       ((TFitter*) G__getstructoffset())->FitChisquare(*(Int_t*) G__Intref(&libp->para[0]), (Double_t*) G__int(libp->para[1])
01722 , *(Double_t*) G__Doubleref(&libp->para[2]), (Double_t*) G__int(libp->para[3])
01723 , (Int_t) G__int(libp->para[4]));
01724       G__setnull(result7);
01725    return(1 || funcname || hash || result7 || libp) ;
01726 }
01727 
01728 static int G__G__Minuit_119_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01729 {
01730       ((TFitter*) G__getstructoffset())->FitChisquareI(*(Int_t*) G__Intref(&libp->para[0]), (Double_t*) G__int(libp->para[1])
01731 , *(Double_t*) G__Doubleref(&libp->para[2]), (Double_t*) G__int(libp->para[3])
01732 , (Int_t) G__int(libp->para[4]));
01733       G__setnull(result7);
01734    return(1 || funcname || hash || result7 || libp) ;
01735 }
01736 
01737 static int G__G__Minuit_119_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01738 {
01739       ((TFitter*) G__getstructoffset())->FitLikelihood(*(Int_t*) G__Intref(&libp->para[0]), (Double_t*) G__int(libp->para[1])
01740 , *(Double_t*) G__Doubleref(&libp->para[2]), (Double_t*) G__int(libp->para[3])
01741 , (Int_t) G__int(libp->para[4]));
01742       G__setnull(result7);
01743    return(1 || funcname || hash || result7 || libp) ;
01744 }
01745 
01746 static int G__G__Minuit_119_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01747 {
01748       ((TFitter*) G__getstructoffset())->FitLikelihoodI(*(Int_t*) G__Intref(&libp->para[0]), (Double_t*) G__int(libp->para[1])
01749 , *(Double_t*) G__Doubleref(&libp->para[2]), (Double_t*) G__int(libp->para[3])
01750 , (Int_t) G__int(libp->para[4]));
01751       G__setnull(result7);
01752    return(1 || funcname || hash || result7 || libp) ;
01753 }
01754 
01755 static int G__G__Minuit_119_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01756 {
01757       G__letint(result7, 85, (long) ((const TFitter*) G__getstructoffset())->GetMinuit());
01758    return(1 || funcname || hash || result7 || libp) ;
01759 }
01760 
01761 static int G__G__Minuit_119_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01762 {
01763       G__letint(result7, 85, (long) TFitter::Class());
01764    return(1 || funcname || hash || result7 || libp) ;
01765 }
01766 
01767 static int G__G__Minuit_119_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01768 {
01769       G__letint(result7, 67, (long) TFitter::Class_Name());
01770    return(1 || funcname || hash || result7 || libp) ;
01771 }
01772 
01773 static int G__G__Minuit_119_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01774 {
01775       G__letint(result7, 115, (long) TFitter::Class_Version());
01776    return(1 || funcname || hash || result7 || libp) ;
01777 }
01778 
01779 static int G__G__Minuit_119_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01780 {
01781       TFitter::Dictionary();
01782       G__setnull(result7);
01783    return(1 || funcname || hash || result7 || libp) ;
01784 }
01785 
01786 static int G__G__Minuit_119_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01787 {
01788       ((TFitter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
01789       G__setnull(result7);
01790    return(1 || funcname || hash || result7 || libp) ;
01791 }
01792 
01793 static int G__G__Minuit_119_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01794 {
01795       G__letint(result7, 67, (long) TFitter::DeclFileName());
01796    return(1 || funcname || hash || result7 || libp) ;
01797 }
01798 
01799 static int G__G__Minuit_119_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01800 {
01801       G__letint(result7, 105, (long) TFitter::ImplFileLine());
01802    return(1 || funcname || hash || result7 || libp) ;
01803 }
01804 
01805 static int G__G__Minuit_119_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01806 {
01807       G__letint(result7, 67, (long) TFitter::ImplFileName());
01808    return(1 || funcname || hash || result7 || libp) ;
01809 }
01810 
01811 static int G__G__Minuit_119_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01812 {
01813       G__letint(result7, 105, (long) TFitter::DeclFileLine());
01814    return(1 || funcname || hash || result7 || libp) ;
01815 }
01816 
01817 // automatic destructor
01818 typedef TFitter G__TTFitter;
01819 static int G__G__Minuit_119_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01820 {
01821    char* gvp = (char*) G__getgvp();
01822    long soff = G__getstructoffset();
01823    int n = G__getaryconstruct();
01824    //
01825    //has_a_delete: 1
01826    //has_own_delete1arg: 0
01827    //has_own_delete2arg: 0
01828    //
01829    if (!soff) {
01830      return(1);
01831    }
01832    if (n) {
01833      if (gvp == (char*)G__PVOID) {
01834        delete[] (TFitter*) soff;
01835      } else {
01836        G__setgvp((long) G__PVOID);
01837        for (int i = n - 1; i >= 0; --i) {
01838          ((TFitter*) (soff+(sizeof(TFitter)*i)))->~G__TTFitter();
01839        }
01840        G__setgvp((long)gvp);
01841      }
01842    } else {
01843      if (gvp == (char*)G__PVOID) {
01844        delete (TFitter*) soff;
01845      } else {
01846        G__setgvp((long) G__PVOID);
01847        ((TFitter*) (soff))->~G__TTFitter();
01848        G__setgvp((long)gvp);
01849      }
01850    }
01851    G__setnull(result7);
01852    return(1 || funcname || hash || result7 || libp) ;
01853 }
01854 
01855 
01856 /* TLinearFitter */
01857 static int G__G__Minuit_199_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01858 {
01859    TLinearFitter* p = NULL;
01860    char* gvp = (char*) G__getgvp();
01861    int n = G__getaryconstruct();
01862    if (n) {
01863      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01864        p = new TLinearFitter[n];
01865      } else {
01866        p = new((void*) gvp) TLinearFitter[n];
01867      }
01868    } else {
01869      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01870        p = new TLinearFitter;
01871      } else {
01872        p = new((void*) gvp) TLinearFitter;
01873      }
01874    }
01875    result7->obj.i = (long) p;
01876    result7->ref = (long) p;
01877    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter));
01878    return(1 || funcname || hash || result7 || libp) ;
01879 }
01880 
01881 static int G__G__Minuit_199_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01882 {
01883    TLinearFitter* p = NULL;
01884    char* gvp = (char*) G__getgvp();
01885    switch (libp->paran) {
01886    case 3:
01887      //m: 3
01888      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01889        p = new TLinearFitter(
01890 (Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
01891 , (Option_t*) G__int(libp->para[2]));
01892      } else {
01893        p = new((void*) gvp) TLinearFitter(
01894 (Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
01895 , (Option_t*) G__int(libp->para[2]));
01896      }
01897      break;
01898    case 2:
01899      //m: 2
01900      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01901        p = new TLinearFitter((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
01902      } else {
01903        p = new((void*) gvp) TLinearFitter((Int_t) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
01904      }
01905      break;
01906    }
01907    result7->obj.i = (long) p;
01908    result7->ref = (long) p;
01909    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter));
01910    return(1 || funcname || hash || result7 || libp) ;
01911 }
01912 
01913 static int G__G__Minuit_199_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01914 {
01915    TLinearFitter* p = NULL;
01916    char* gvp = (char*) G__getgvp();
01917    //m: 1
01918    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01919      p = new TLinearFitter((Int_t) G__int(libp->para[0]));
01920    } else {
01921      p = new((void*) gvp) TLinearFitter((Int_t) G__int(libp->para[0]));
01922    }
01923    result7->obj.i = (long) p;
01924    result7->ref = (long) p;
01925    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter));
01926    return(1 || funcname || hash || result7 || libp) ;
01927 }
01928 
01929 static int G__G__Minuit_199_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01930 {
01931    TLinearFitter* p = NULL;
01932    char* gvp = (char*) G__getgvp();
01933    switch (libp->paran) {
01934    case 2:
01935      //m: 2
01936      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01937        p = new TLinearFitter((TFormula*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
01938      } else {
01939        p = new((void*) gvp) TLinearFitter((TFormula*) G__int(libp->para[0]), (Option_t*) G__int(libp->para[1]));
01940      }
01941      break;
01942    case 1:
01943      //m: 1
01944      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01945        p = new TLinearFitter((TFormula*) G__int(libp->para[0]));
01946      } else {
01947        p = new((void*) gvp) TLinearFitter((TFormula*) G__int(libp->para[0]));
01948      }
01949      break;
01950    }
01951    result7->obj.i = (long) p;
01952    result7->ref = (long) p;
01953    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter));
01954    return(1 || funcname || hash || result7 || libp) ;
01955 }
01956 
01957 static int G__G__Minuit_199_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01958 {
01959    TLinearFitter* p = NULL;
01960    char* gvp = (char*) G__getgvp();
01961    //m: 1
01962    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
01963      p = new TLinearFitter(*(TLinearFitter*) libp->para[0].ref);
01964    } else {
01965      p = new((void*) gvp) TLinearFitter(*(TLinearFitter*) libp->para[0].ref);
01966    }
01967    result7->obj.i = (long) p;
01968    result7->ref = (long) p;
01969    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter));
01970    return(1 || funcname || hash || result7 || libp) ;
01971 }
01972 
01973 static int G__G__Minuit_199_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01974 {
01975       {
01976          const TLinearFitter& obj = ((TLinearFitter*) G__getstructoffset())->operator=(*(TLinearFitter*) libp->para[0].ref);
01977          result7->ref = (long) (&obj);
01978          result7->obj.i = (long) (&obj);
01979       }
01980    return(1 || funcname || hash || result7 || libp) ;
01981 }
01982 
01983 static int G__G__Minuit_199_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01984 {
01985       ((TLinearFitter*) G__getstructoffset())->Add((TLinearFitter*) G__int(libp->para[0]));
01986       G__setnull(result7);
01987    return(1 || funcname || hash || result7 || libp) ;
01988 }
01989 
01990 static int G__G__Minuit_199_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01991 {
01992    switch (libp->paran) {
01993    case 3:
01994       ((TLinearFitter*) G__getstructoffset())->AddPoint((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1])
01995 , (Double_t) G__double(libp->para[2]));
01996       G__setnull(result7);
01997       break;
01998    case 2:
01999       ((TLinearFitter*) G__getstructoffset())->AddPoint((Double_t*) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
02000       G__setnull(result7);
02001       break;
02002    }
02003    return(1 || funcname || hash || result7 || libp) ;
02004 }
02005 
02006 static int G__G__Minuit_199_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02007 {
02008       ((TLinearFitter*) G__getstructoffset())->AddTempMatrices();
02009       G__setnull(result7);
02010    return(1 || funcname || hash || result7 || libp) ;
02011 }
02012 
02013 static int G__G__Minuit_199_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02014 {
02015    switch (libp->paran) {
02016    case 5:
02017       ((TLinearFitter*) G__getstructoffset())->AssignData((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
02018 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3])
02019 , (Double_t*) G__int(libp->para[4]));
02020       G__setnull(result7);
02021       break;
02022    case 4:
02023       ((TLinearFitter*) G__getstructoffset())->AssignData((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
02024 , (Double_t*) G__int(libp->para[2]), (Double_t*) G__int(libp->para[3]));
02025       G__setnull(result7);
02026       break;
02027    }
02028    return(1 || funcname || hash || result7 || libp) ;
02029 }
02030 
02031 static int G__G__Minuit_199_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02032 {
02033       ((TLinearFitter*) G__getstructoffset())->ClearPoints();
02034       G__setnull(result7);
02035    return(1 || funcname || hash || result7 || libp) ;
02036 }
02037 
02038 static int G__G__Minuit_199_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02039 {
02040       ((TLinearFitter*) G__getstructoffset())->Chisquare();
02041       G__setnull(result7);
02042    return(1 || funcname || hash || result7 || libp) ;
02043 }
02044 
02045 static int G__G__Minuit_199_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02046 {
02047       G__letint(result7, 105, (long) ((TLinearFitter*) G__getstructoffset())->Eval());
02048    return(1 || funcname || hash || result7 || libp) ;
02049 }
02050 
02051 static int G__G__Minuit_199_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02052 {
02053    switch (libp->paran) {
02054    case 1:
02055       G__letint(result7, 105, (long) ((TLinearFitter*) G__getstructoffset())->EvalRobust((Double_t) G__double(libp->para[0])));
02056       break;
02057    case 0:
02058       G__letint(result7, 105, (long) ((TLinearFitter*) G__getstructoffset())->EvalRobust());
02059       break;
02060    }
02061    return(1 || funcname || hash || result7 || libp) ;
02062 }
02063 
02064 static int G__G__Minuit_199_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02065 {
02066       ((TLinearFitter*) G__getstructoffset())->FixParameter((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
02067       G__setnull(result7);
02068    return(1 || funcname || hash || result7 || libp) ;
02069 }
02070 
02071 static int G__G__Minuit_199_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02072 {
02073       ((TLinearFitter*) G__getstructoffset())->GetAtbVector(*(TVectorD*) libp->para[0].ref);
02074       G__setnull(result7);
02075    return(1 || funcname || hash || result7 || libp) ;
02076 }
02077 
02078 static int G__G__Minuit_199_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02079 {
02080       G__letdouble(result7, 100, (double) ((TLinearFitter*) G__getstructoffset())->GetChisquare());
02081    return(1 || funcname || hash || result7 || libp) ;
02082 }
02083 
02084 static int G__G__Minuit_199_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02085 {
02086       ((TLinearFitter*) G__getstructoffset())->GetCovarianceMatrix(*(TMatrixD*) libp->para[0].ref);
02087       G__setnull(result7);
02088    return(1 || funcname || hash || result7 || libp) ;
02089 }
02090 
02091 static int G__G__Minuit_199_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02092 {
02093       ((TLinearFitter*) G__getstructoffset())->GetDesignMatrix(*(TMatrixD*) libp->para[0].ref);
02094       G__setnull(result7);
02095    return(1 || funcname || hash || result7 || libp) ;
02096 }
02097 
02098 static int G__G__Minuit_199_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02099 {
02100       ((TLinearFitter*) G__getstructoffset())->GetErrors(*(TVectorD*) libp->para[0].ref);
02101       G__setnull(result7);
02102    return(1 || funcname || hash || result7 || libp) ;
02103 }
02104 
02105 static int G__G__Minuit_199_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02106 {
02107       G__letint(result7, 105, (long) ((TLinearFitter*) G__getstructoffset())->GetNpoints());
02108    return(1 || funcname || hash || result7 || libp) ;
02109 }
02110 
02111 static int G__G__Minuit_199_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02112 {
02113       ((TLinearFitter*) G__getstructoffset())->GetParameters(*(TVectorD*) libp->para[0].ref);
02114       G__setnull(result7);
02115    return(1 || funcname || hash || result7 || libp) ;
02116 }
02117 
02118 static int G__G__Minuit_199_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02119 {
02120       G__letdouble(result7, 100, (double) ((TLinearFitter*) G__getstructoffset())->GetParTValue((Int_t) G__int(libp->para[0])));
02121    return(1 || funcname || hash || result7 || libp) ;
02122 }
02123 
02124 static int G__G__Minuit_199_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02125 {
02126       G__letdouble(result7, 100, (double) ((TLinearFitter*) G__getstructoffset())->GetParSignificance((Int_t) G__int(libp->para[0])));
02127    return(1 || funcname || hash || result7 || libp) ;
02128 }
02129 
02130 static int G__G__Minuit_199_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02131 {
02132       ((TLinearFitter*) G__getstructoffset())->GetFitSample(*(TBits*) libp->para[0].ref);
02133       G__setnull(result7);
02134    return(1 || funcname || hash || result7 || libp) ;
02135 }
02136 
02137 static int G__G__Minuit_199_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02138 {
02139       G__letdouble(result7, 100, (double) ((const TLinearFitter*) G__getstructoffset())->GetY2());
02140    return(1 || funcname || hash || result7 || libp) ;
02141 }
02142 
02143 static int G__G__Minuit_199_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02144 {
02145       G__letint(result7, 105, (long) ((TLinearFitter*) G__getstructoffset())->Merge((TCollection*) G__int(libp->para[0])));
02146    return(1 || funcname || hash || result7 || libp) ;
02147 }
02148 
02149 static int G__G__Minuit_199_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02150 {
02151    switch (libp->paran) {
02152    case 2:
02153       ((const TLinearFitter*) G__getstructoffset())->PrintResults((Int_t) G__int(libp->para[0]), (Double_t) G__double(libp->para[1]));
02154       G__setnull(result7);
02155       break;
02156    case 1:
02157       ((const TLinearFitter*) G__getstructoffset())->PrintResults((Int_t) G__int(libp->para[0]));
02158       G__setnull(result7);
02159       break;
02160    }
02161    return(1 || funcname || hash || result7 || libp) ;
02162 }
02163 
02164 static int G__G__Minuit_199_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02165 {
02166       ((TLinearFitter*) G__getstructoffset())->SetBasisFunctions((TObjArray*) G__int(libp->para[0]));
02167       G__setnull(result7);
02168    return(1 || funcname || hash || result7 || libp) ;
02169 }
02170 
02171 static int G__G__Minuit_199_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02172 {
02173       ((TLinearFitter*) G__getstructoffset())->SetDim((Int_t) G__int(libp->para[0]));
02174       G__setnull(result7);
02175    return(1 || funcname || hash || result7 || libp) ;
02176 }
02177 
02178 static int G__G__Minuit_199_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02179 {
02180       ((TLinearFitter*) G__getstructoffset())->SetFormula((const char*) G__int(libp->para[0]));
02181       G__setnull(result7);
02182    return(1 || funcname || hash || result7 || libp) ;
02183 }
02184 
02185 static int G__G__Minuit_199_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02186 {
02187       ((TLinearFitter*) G__getstructoffset())->SetFormula((TFormula*) G__int(libp->para[0]));
02188       G__setnull(result7);
02189    return(1 || funcname || hash || result7 || libp) ;
02190 }
02191 
02192 static int G__G__Minuit_199_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02193 {
02194       ((TLinearFitter*) G__getstructoffset())->StoreData((Bool_t) G__int(libp->para[0]));
02195       G__setnull(result7);
02196    return(1 || funcname || hash || result7 || libp) ;
02197 }
02198 
02199 static int G__G__Minuit_199_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02200 {
02201       G__letint(result7, 103, (long) ((TLinearFitter*) G__getstructoffset())->UpdateMatrix());
02202    return(1 || funcname || hash || result7 || libp) ;
02203 }
02204 
02205 static int G__G__Minuit_199_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02206 {
02207       G__letint(result7, 85, (long) TLinearFitter::Class());
02208    return(1 || funcname || hash || result7 || libp) ;
02209 }
02210 
02211 static int G__G__Minuit_199_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02212 {
02213       G__letint(result7, 67, (long) TLinearFitter::Class_Name());
02214    return(1 || funcname || hash || result7 || libp) ;
02215 }
02216 
02217 static int G__G__Minuit_199_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02218 {
02219       G__letint(result7, 115, (long) TLinearFitter::Class_Version());
02220    return(1 || funcname || hash || result7 || libp) ;
02221 }
02222 
02223 static int G__G__Minuit_199_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02224 {
02225       TLinearFitter::Dictionary();
02226       G__setnull(result7);
02227    return(1 || funcname || hash || result7 || libp) ;
02228 }
02229 
02230 static int G__G__Minuit_199_0_74(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02231 {
02232       ((TLinearFitter*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
02233       G__setnull(result7);
02234    return(1 || funcname || hash || result7 || libp) ;
02235 }
02236 
02237 static int G__G__Minuit_199_0_75(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02238 {
02239       G__letint(result7, 67, (long) TLinearFitter::DeclFileName());
02240    return(1 || funcname || hash || result7 || libp) ;
02241 }
02242 
02243 static int G__G__Minuit_199_0_76(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02244 {
02245       G__letint(result7, 105, (long) TLinearFitter::ImplFileLine());
02246    return(1 || funcname || hash || result7 || libp) ;
02247 }
02248 
02249 static int G__G__Minuit_199_0_77(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02250 {
02251       G__letint(result7, 67, (long) TLinearFitter::ImplFileName());
02252    return(1 || funcname || hash || result7 || libp) ;
02253 }
02254 
02255 static int G__G__Minuit_199_0_78(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02256 {
02257       G__letint(result7, 105, (long) TLinearFitter::DeclFileLine());
02258    return(1 || funcname || hash || result7 || libp) ;
02259 }
02260 
02261 // automatic destructor
02262 typedef TLinearFitter G__TTLinearFitter;
02263 static int G__G__Minuit_199_0_79(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02264 {
02265    char* gvp = (char*) G__getgvp();
02266    long soff = G__getstructoffset();
02267    int n = G__getaryconstruct();
02268    //
02269    //has_a_delete: 1
02270    //has_own_delete1arg: 0
02271    //has_own_delete2arg: 0
02272    //
02273    if (!soff) {
02274      return(1);
02275    }
02276    if (n) {
02277      if (gvp == (char*)G__PVOID) {
02278        delete[] (TLinearFitter*) soff;
02279      } else {
02280        G__setgvp((long) G__PVOID);
02281        for (int i = n - 1; i >= 0; --i) {
02282          ((TLinearFitter*) (soff+(sizeof(TLinearFitter)*i)))->~G__TTLinearFitter();
02283        }
02284        G__setgvp((long)gvp);
02285      }
02286    } else {
02287      if (gvp == (char*)G__PVOID) {
02288        delete (TLinearFitter*) soff;
02289      } else {
02290        G__setgvp((long) G__PVOID);
02291        ((TLinearFitter*) (soff))->~G__TTLinearFitter();
02292        G__setgvp((long)gvp);
02293      }
02294    }
02295    G__setnull(result7);
02296    return(1 || funcname || hash || result7 || libp) ;
02297 }
02298 
02299 
02300 /* TLinearMinimizer */
02301 static int G__G__Minuit_210_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02302 {
02303    TLinearMinimizer* p = NULL;
02304    char* gvp = (char*) G__getgvp();
02305    switch (libp->paran) {
02306    case 1:
02307      //m: 1
02308      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02309        p = new TLinearMinimizer((int) G__int(libp->para[0]));
02310      } else {
02311        p = new((void*) gvp) TLinearMinimizer((int) G__int(libp->para[0]));
02312      }
02313      break;
02314    case 0:
02315      int n = G__getaryconstruct();
02316      if (n) {
02317        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02318          p = new TLinearMinimizer[n];
02319        } else {
02320          p = new((void*) gvp) TLinearMinimizer[n];
02321        }
02322      } else {
02323        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02324          p = new TLinearMinimizer;
02325        } else {
02326          p = new((void*) gvp) TLinearMinimizer;
02327        }
02328      }
02329      break;
02330    }
02331    result7->obj.i = (long) p;
02332    result7->ref = (long) p;
02333    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer));
02334    return(1 || funcname || hash || result7 || libp) ;
02335 }
02336 
02337 static int G__G__Minuit_210_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02338 {
02339    TLinearMinimizer* p = NULL;
02340    char* gvp = (char*) G__getgvp();
02341    //m: 1
02342    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02343      p = new TLinearMinimizer((const char*) G__int(libp->para[0]));
02344    } else {
02345      p = new((void*) gvp) TLinearMinimizer((const char*) G__int(libp->para[0]));
02346    }
02347    result7->obj.i = (long) p;
02348    result7->ref = (long) p;
02349    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer));
02350    return(1 || funcname || hash || result7 || libp) ;
02351 }
02352 
02353 static int G__G__Minuit_210_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02354 {
02355       G__letint(result7, 85, (long) TLinearMinimizer::Class());
02356    return(1 || funcname || hash || result7 || libp) ;
02357 }
02358 
02359 static int G__G__Minuit_210_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02360 {
02361       G__letint(result7, 67, (long) TLinearMinimizer::Class_Name());
02362    return(1 || funcname || hash || result7 || libp) ;
02363 }
02364 
02365 static int G__G__Minuit_210_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02366 {
02367       G__letint(result7, 115, (long) TLinearMinimizer::Class_Version());
02368    return(1 || funcname || hash || result7 || libp) ;
02369 }
02370 
02371 static int G__G__Minuit_210_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02372 {
02373       TLinearMinimizer::Dictionary();
02374       G__setnull(result7);
02375    return(1 || funcname || hash || result7 || libp) ;
02376 }
02377 
02378 static int G__G__Minuit_210_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02379 {
02380       G__letint(result7, 85, (long) ((const TLinearMinimizer*) G__getstructoffset())->IsA());
02381    return(1 || funcname || hash || result7 || libp) ;
02382 }
02383 
02384 static int G__G__Minuit_210_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02385 {
02386       ((TLinearMinimizer*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
02387       G__setnull(result7);
02388    return(1 || funcname || hash || result7 || libp) ;
02389 }
02390 
02391 static int G__G__Minuit_210_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02392 {
02393       ((TLinearMinimizer*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
02394       G__setnull(result7);
02395    return(1 || funcname || hash || result7 || libp) ;
02396 }
02397 
02398 static int G__G__Minuit_210_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02399 {
02400       ((TLinearMinimizer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
02401       G__setnull(result7);
02402    return(1 || funcname || hash || result7 || libp) ;
02403 }
02404 
02405 static int G__G__Minuit_210_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02406 {
02407       G__letint(result7, 67, (long) TLinearMinimizer::DeclFileName());
02408    return(1 || funcname || hash || result7 || libp) ;
02409 }
02410 
02411 static int G__G__Minuit_210_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02412 {
02413       G__letint(result7, 105, (long) TLinearMinimizer::ImplFileLine());
02414    return(1 || funcname || hash || result7 || libp) ;
02415 }
02416 
02417 static int G__G__Minuit_210_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02418 {
02419       G__letint(result7, 67, (long) TLinearMinimizer::ImplFileName());
02420    return(1 || funcname || hash || result7 || libp) ;
02421 }
02422 
02423 static int G__G__Minuit_210_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02424 {
02425       G__letint(result7, 105, (long) TLinearMinimizer::DeclFileLine());
02426    return(1 || funcname || hash || result7 || libp) ;
02427 }
02428 
02429 // automatic destructor
02430 typedef TLinearMinimizer G__TTLinearMinimizer;
02431 static int G__G__Minuit_210_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02432 {
02433    char* gvp = (char*) G__getgvp();
02434    long soff = G__getstructoffset();
02435    int n = G__getaryconstruct();
02436    //
02437    //has_a_delete: 0
02438    //has_own_delete1arg: 0
02439    //has_own_delete2arg: 0
02440    //
02441    if (!soff) {
02442      return(1);
02443    }
02444    if (n) {
02445      if (gvp == (char*)G__PVOID) {
02446        delete[] (TLinearMinimizer*) soff;
02447      } else {
02448        G__setgvp((long) G__PVOID);
02449        for (int i = n - 1; i >= 0; --i) {
02450          ((TLinearMinimizer*) (soff+(sizeof(TLinearMinimizer)*i)))->~G__TTLinearMinimizer();
02451        }
02452        G__setgvp((long)gvp);
02453      }
02454    } else {
02455      if (gvp == (char*)G__PVOID) {
02456        delete (TLinearMinimizer*) soff;
02457      } else {
02458        G__setgvp((long) G__PVOID);
02459        ((TLinearMinimizer*) (soff))->~G__TTLinearMinimizer();
02460        G__setgvp((long)gvp);
02461      }
02462    }
02463    G__setnull(result7);
02464    return(1 || funcname || hash || result7 || libp) ;
02465 }
02466 
02467 
02468 /* TMinuitMinimizer */
02469 static int G__G__Minuit_218_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02470 {
02471    TMinuitMinimizer* p = NULL;
02472    char* gvp = (char*) G__getgvp();
02473    switch (libp->paran) {
02474    case 2:
02475      //m: 2
02476      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02477        p = new TMinuitMinimizer((ROOT::Minuit::EMinimizerType) G__int(libp->para[0]), (unsigned int) G__int(libp->para[1]));
02478      } else {
02479        p = new((void*) gvp) TMinuitMinimizer((ROOT::Minuit::EMinimizerType) G__int(libp->para[0]), (unsigned int) G__int(libp->para[1]));
02480      }
02481      break;
02482    case 1:
02483      //m: 1
02484      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02485        p = new TMinuitMinimizer((ROOT::Minuit::EMinimizerType) G__int(libp->para[0]));
02486      } else {
02487        p = new((void*) gvp) TMinuitMinimizer((ROOT::Minuit::EMinimizerType) G__int(libp->para[0]));
02488      }
02489      break;
02490    case 0:
02491      int n = G__getaryconstruct();
02492      if (n) {
02493        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02494          p = new TMinuitMinimizer[n];
02495        } else {
02496          p = new((void*) gvp) TMinuitMinimizer[n];
02497        }
02498      } else {
02499        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02500          p = new TMinuitMinimizer;
02501        } else {
02502          p = new((void*) gvp) TMinuitMinimizer;
02503        }
02504      }
02505      break;
02506    }
02507    result7->obj.i = (long) p;
02508    result7->ref = (long) p;
02509    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer));
02510    return(1 || funcname || hash || result7 || libp) ;
02511 }
02512 
02513 static int G__G__Minuit_218_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02514 {
02515    TMinuitMinimizer* p = NULL;
02516    char* gvp = (char*) G__getgvp();
02517    switch (libp->paran) {
02518    case 2:
02519      //m: 2
02520      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02521        p = new TMinuitMinimizer((const char*) G__int(libp->para[0]), (unsigned int) G__int(libp->para[1]));
02522      } else {
02523        p = new((void*) gvp) TMinuitMinimizer((const char*) G__int(libp->para[0]), (unsigned int) G__int(libp->para[1]));
02524      }
02525      break;
02526    case 1:
02527      //m: 1
02528      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
02529        p = new TMinuitMinimizer((const char*) G__int(libp->para[0]));
02530      } else {
02531        p = new((void*) gvp) TMinuitMinimizer((const char*) G__int(libp->para[0]));
02532      }
02533      break;
02534    }
02535    result7->obj.i = (long) p;
02536    result7->ref = (long) p;
02537    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer));
02538    return(1 || funcname || hash || result7 || libp) ;
02539 }
02540 
02541 static int G__G__Minuit_218_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02542 {
02543    switch (libp->paran) {
02544    case 1:
02545       G__letint(result7, 103, (long) TMinuitMinimizer::UseStaticMinuit((bool) G__int(libp->para[0])));
02546       break;
02547    case 0:
02548       G__letint(result7, 103, (long) TMinuitMinimizer::UseStaticMinuit());
02549       break;
02550    }
02551    return(1 || funcname || hash || result7 || libp) ;
02552 }
02553 
02554 static int G__G__Minuit_218_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02555 {
02556       G__letint(result7, 85, (long) TMinuitMinimizer::Class());
02557    return(1 || funcname || hash || result7 || libp) ;
02558 }
02559 
02560 static int G__G__Minuit_218_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02561 {
02562       G__letint(result7, 67, (long) TMinuitMinimizer::Class_Name());
02563    return(1 || funcname || hash || result7 || libp) ;
02564 }
02565 
02566 static int G__G__Minuit_218_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02567 {
02568       G__letint(result7, 115, (long) TMinuitMinimizer::Class_Version());
02569    return(1 || funcname || hash || result7 || libp) ;
02570 }
02571 
02572 static int G__G__Minuit_218_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02573 {
02574       TMinuitMinimizer::Dictionary();
02575       G__setnull(result7);
02576    return(1 || funcname || hash || result7 || libp) ;
02577 }
02578 
02579 static int G__G__Minuit_218_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02580 {
02581       G__letint(result7, 85, (long) ((const TMinuitMinimizer*) G__getstructoffset())->IsA());
02582    return(1 || funcname || hash || result7 || libp) ;
02583 }
02584 
02585 static int G__G__Minuit_218_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02586 {
02587       ((TMinuitMinimizer*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
02588       G__setnull(result7);
02589    return(1 || funcname || hash || result7 || libp) ;
02590 }
02591 
02592 static int G__G__Minuit_218_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02593 {
02594       ((TMinuitMinimizer*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
02595       G__setnull(result7);
02596    return(1 || funcname || hash || result7 || libp) ;
02597 }
02598 
02599 static int G__G__Minuit_218_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02600 {
02601       ((TMinuitMinimizer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
02602       G__setnull(result7);
02603    return(1 || funcname || hash || result7 || libp) ;
02604 }
02605 
02606 static int G__G__Minuit_218_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02607 {
02608       G__letint(result7, 67, (long) TMinuitMinimizer::DeclFileName());
02609    return(1 || funcname || hash || result7 || libp) ;
02610 }
02611 
02612 static int G__G__Minuit_218_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02613 {
02614       G__letint(result7, 105, (long) TMinuitMinimizer::ImplFileLine());
02615    return(1 || funcname || hash || result7 || libp) ;
02616 }
02617 
02618 static int G__G__Minuit_218_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02619 {
02620       G__letint(result7, 67, (long) TMinuitMinimizer::ImplFileName());
02621    return(1 || funcname || hash || result7 || libp) ;
02622 }
02623 
02624 static int G__G__Minuit_218_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02625 {
02626       G__letint(result7, 105, (long) TMinuitMinimizer::DeclFileLine());
02627    return(1 || funcname || hash || result7 || libp) ;
02628 }
02629 
02630 // automatic destructor
02631 typedef TMinuitMinimizer G__TTMinuitMinimizer;
02632 static int G__G__Minuit_218_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
02633 {
02634    char* gvp = (char*) G__getgvp();
02635    long soff = G__getstructoffset();
02636    int n = G__getaryconstruct();
02637    //
02638    //has_a_delete: 0
02639    //has_own_delete1arg: 0
02640    //has_own_delete2arg: 0
02641    //
02642    if (!soff) {
02643      return(1);
02644    }
02645    if (n) {
02646      if (gvp == (char*)G__PVOID) {
02647        delete[] (TMinuitMinimizer*) soff;
02648      } else {
02649        G__setgvp((long) G__PVOID);
02650        for (int i = n - 1; i >= 0; --i) {
02651          ((TMinuitMinimizer*) (soff+(sizeof(TMinuitMinimizer)*i)))->~G__TTMinuitMinimizer();
02652        }
02653        G__setgvp((long)gvp);
02654      }
02655    } else {
02656      if (gvp == (char*)G__PVOID) {
02657        delete (TMinuitMinimizer*) soff;
02658      } else {
02659        G__setgvp((long) G__PVOID);
02660        ((TMinuitMinimizer*) (soff))->~G__TTMinuitMinimizer();
02661        G__setgvp((long)gvp);
02662      }
02663    }
02664    G__setnull(result7);
02665    return(1 || funcname || hash || result7 || libp) ;
02666 }
02667 
02668 
02669 /* Setting up global function */
02670 
02671 /*********************************************************
02672 * Member function Stub
02673 *********************************************************/
02674 
02675 /* TMinuit */
02676 
02677 /* TFitter */
02678 
02679 /* TLinearFitter */
02680 
02681 /* TLinearMinimizer */
02682 
02683 /* TMinuitMinimizer */
02684 
02685 /*********************************************************
02686 * Global function Stub
02687 *********************************************************/
02688 
02689 /*********************************************************
02690 * Get size of pointer to member function
02691 *********************************************************/
02692 class G__Sizep2memfuncG__Minuit {
02693  public:
02694   G__Sizep2memfuncG__Minuit(): p(&G__Sizep2memfuncG__Minuit::sizep2memfunc) {}
02695     size_t sizep2memfunc() { return(sizeof(p)); }
02696   private:
02697     size_t (G__Sizep2memfuncG__Minuit::*p)();
02698 };
02699 
02700 size_t G__get_sizep2memfuncG__Minuit()
02701 {
02702   G__Sizep2memfuncG__Minuit a;
02703   G__setsizep2memfunc((int)a.sizep2memfunc());
02704   return((size_t)a.sizep2memfunc());
02705 }
02706 
02707 
02708 /*********************************************************
02709 * virtual base class offset calculation interface
02710 *********************************************************/
02711 
02712    /* Setting up class inheritance */
02713 
02714 /*********************************************************
02715 * Inheritance information setup/
02716 *********************************************************/
02717 extern "C" void G__cpp_setup_inheritanceG__Minuit() {
02718 
02719    /* Setting up class inheritance */
02720    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__MinuitLN_TMinuit))) {
02721      TMinuit *G__Lderived;
02722      G__Lderived=(TMinuit*)0x1000;
02723      {
02724        TNamed *G__Lpbase=(TNamed*)G__Lderived;
02725        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TMinuit),G__get_linked_tagnum(&G__G__MinuitLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
02726      }
02727      {
02728        TObject *G__Lpbase=(TObject*)G__Lderived;
02729        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TMinuit),G__get_linked_tagnum(&G__G__MinuitLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
02730      }
02731    }
02732    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__MinuitLN_TFitter))) {
02733      TFitter *G__Lderived;
02734      G__Lderived=(TFitter*)0x1000;
02735      {
02736        TVirtualFitter *G__Lpbase=(TVirtualFitter*)G__Lderived;
02737        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TFitter),G__get_linked_tagnum(&G__G__MinuitLN_TVirtualFitter),(long)G__Lpbase-(long)G__Lderived,1,1);
02738      }
02739      {
02740        TNamed *G__Lpbase=(TNamed*)G__Lderived;
02741        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TFitter),G__get_linked_tagnum(&G__G__MinuitLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
02742      }
02743      {
02744        TObject *G__Lpbase=(TObject*)G__Lderived;
02745        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TFitter),G__get_linked_tagnum(&G__G__MinuitLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
02746      }
02747    }
02748    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter))) {
02749      TLinearFitter *G__Lderived;
02750      G__Lderived=(TLinearFitter*)0x1000;
02751      {
02752        TVirtualFitter *G__Lpbase=(TVirtualFitter*)G__Lderived;
02753        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter),G__get_linked_tagnum(&G__G__MinuitLN_TVirtualFitter),(long)G__Lpbase-(long)G__Lderived,1,1);
02754      }
02755      {
02756        TNamed *G__Lpbase=(TNamed*)G__Lderived;
02757        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter),G__get_linked_tagnum(&G__G__MinuitLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
02758      }
02759      {
02760        TObject *G__Lpbase=(TObject*)G__Lderived;
02761        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter),G__get_linked_tagnum(&G__G__MinuitLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
02762      }
02763    }
02764    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer))) {
02765      TLinearMinimizer *G__Lderived;
02766      G__Lderived=(TLinearMinimizer*)0x1000;
02767      {
02768        ROOT::Math::Minimizer *G__Lpbase=(ROOT::Math::Minimizer*)G__Lderived;
02769        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer),G__get_linked_tagnum(&G__G__MinuitLN_ROOTcLcLMathcLcLMinimizer),(long)G__Lpbase-(long)G__Lderived,1,1);
02770      }
02771    }
02772    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer))) {
02773      TMinuitMinimizer *G__Lderived;
02774      G__Lderived=(TMinuitMinimizer*)0x1000;
02775      {
02776        ROOT::Math::Minimizer *G__Lpbase=(ROOT::Math::Minimizer*)G__Lderived;
02777        G__inheritance_setup(G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer),G__get_linked_tagnum(&G__G__MinuitLN_ROOTcLcLMathcLcLMinimizer),(long)G__Lpbase-(long)G__Lderived,1,1);
02778      }
02779    }
02780 }
02781 
02782 /*********************************************************
02783 * typedef information setup/
02784 *********************************************************/
02785 extern "C" void G__cpp_setup_typetableG__Minuit() {
02786 
02787    /* Setting up typedef entry */
02788    G__search_typename2("Int_t",105,-1,0,-1);
02789    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
02790    G__search_typename2("Double_t",100,-1,0,-1);
02791    G__setnewtype(-1,"Double 8 bytes",0);
02792    G__search_typename2("Bool_t",103,-1,0,-1);
02793    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
02794    G__search_typename2("Version_t",115,-1,0,-1);
02795    G__setnewtype(-1,"Class version identifier (short)",0);
02796    G__search_typename2("Option_t",99,-1,256,-1);
02797    G__setnewtype(-1,"Option string (const char)",0);
02798    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
02799    G__setnewtype(-1,NULL,0);
02800    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__MinuitLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
02801    G__setnewtype(-1,NULL,0);
02802    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__MinuitLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
02803    G__setnewtype(-1,NULL,0);
02804    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__MinuitLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
02805    G__setnewtype(-1,NULL,0);
02806    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__MinuitLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
02807    G__setnewtype(-1,NULL,0);
02808    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__MinuitLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
02809    G__setnewtype(-1,NULL,0);
02810    G__search_typename2("void (*)(Int_t&, Double_t*, Double_t&f, Double_t*, Int_t)",49,-1,0,-1);
02811    G__setnewtype(-1,NULL,0);
02812    G__search_typename2("TMatrixTBase<Float_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTBaselEfloatgR),0,-1);
02813    G__setnewtype(-1,NULL,0);
02814    G__search_typename2("TMatrixTBase<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTBaselEdoublegR),0,-1);
02815    G__setnewtype(-1,NULL,0);
02816    G__search_typename2("TVectorT<Float_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEfloatgR),0,-1);
02817    G__setnewtype(-1,NULL,0);
02818    G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),0,-1);
02819    G__setnewtype(-1,NULL,0);
02820    G__search_typename2("TVectorD",117,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),0,-1);
02821    G__setnewtype(-1,NULL,0);
02822    G__search_typename2("TMatrixT<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTlEdoublegR),0,-1);
02823    G__setnewtype(-1,NULL,0);
02824    G__search_typename2("TMatrixD",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTlEdoublegR),0,-1);
02825    G__setnewtype(-1,NULL,0);
02826    G__search_typename2("TMatrixTRow_const<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTRow_constlEdoublegR),0,-1);
02827    G__setnewtype(-1,NULL,0);
02828    G__search_typename2("TMatrixTColumn_const<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTColumn_constlEdoublegR),0,-1);
02829    G__setnewtype(-1,NULL,0);
02830    G__search_typename2("TMatrixTDiag_const<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTDiag_constlEdoublegR),0,-1);
02831    G__setnewtype(-1,NULL,0);
02832    G__search_typename2("TMatrixTFlat_const<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTFlat_constlEdoublegR),0,-1);
02833    G__setnewtype(-1,NULL,0);
02834    G__search_typename2("TMatrixTSub_const<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSub_constlEdoublegR),0,-1);
02835    G__setnewtype(-1,NULL,0);
02836    G__search_typename2("TMatrixTSparseRow_const<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSparseRow_constlEdoublegR),0,-1);
02837    G__setnewtype(-1,NULL,0);
02838    G__search_typename2("TMatrixTSparseDiag_const<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSparseDiag_constlEdoublegR),0,-1);
02839    G__setnewtype(-1,NULL,0);
02840    G__search_typename2("TMatrixTRow<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTRowlEdoublegR),0,-1);
02841    G__setnewtype(-1,NULL,0);
02842    G__search_typename2("TMatrixTColumn<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTColumnlEdoublegR),0,-1);
02843    G__setnewtype(-1,NULL,0);
02844    G__search_typename2("TMatrixTDiag<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTDiaglEdoublegR),0,-1);
02845    G__setnewtype(-1,NULL,0);
02846    G__search_typename2("TMatrixTFlat<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTFlatlEdoublegR),0,-1);
02847    G__setnewtype(-1,NULL,0);
02848    G__search_typename2("TMatrixTSub<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSublEdoublegR),0,-1);
02849    G__setnewtype(-1,NULL,0);
02850    G__search_typename2("TMatrixTSparseRow<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSparseRowlEdoublegR),0,-1);
02851    G__setnewtype(-1,NULL,0);
02852    G__search_typename2("TMatrixTSparseDiag<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSparseDiaglEdoublegR),0,-1);
02853    G__setnewtype(-1,NULL,0);
02854    G__search_typename2("TElementActionT<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TElementActionTlEdoublegR),0,-1);
02855    G__setnewtype(-1,NULL,0);
02856    G__search_typename2("TElementPosActionT<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TElementPosActionTlEdoublegR),0,-1);
02857    G__setnewtype(-1,NULL,0);
02858    G__search_typename2("TMatrixTSym<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSymlEdoublegR),0,-1);
02859    G__setnewtype(-1,NULL,0);
02860    G__search_typename2("TMatrixTSparse<Double_t>",117,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSparselEdoublegR),0,-1);
02861    G__setnewtype(-1,NULL,0);
02862    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__MinuitLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
02863    G__setnewtype(-1,NULL,0);
02864    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__MinuitLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
02865    G__setnewtype(-1,NULL,0);
02866    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__MinuitLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
02867    G__setnewtype(-1,NULL,0);
02868    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__MinuitLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
02869    G__setnewtype(-1,NULL,0);
02870    G__search_typename2("vector<double>",117,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR),0,-1);
02871    G__setnewtype(-1,NULL,0);
02872    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__MinuitLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR));
02873    G__setnewtype(-1,NULL,0);
02874    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__MinuitLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR));
02875    G__setnewtype(-1,NULL,0);
02876 }
02877 
02878 /*********************************************************
02879 * Data Member information setup/
02880 *********************************************************/
02881 
02882    /* Setting up class,struct,union tag member variable */
02883 
02884    /* TMinuit */
02885 static void G__setup_memvarTMinuit(void) {
02886    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MinuitLN_TMinuit));
02887    { TMinuit *p; p=(TMinuit*)0x1000; if (p) { }
02888    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__MinuitLN_TMinuitcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kMAXWARN=%lldLL",(long long)TMinuit::kMAXWARN).data(),0,(char*)NULL);
02889    G__memvar_setup((void*)((long)(&p->fNpfix)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNpfix=",0,"Number of fixed parameters");
02890    G__memvar_setup((void*)((long)(&p->fEmpty)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fEmpty=",0,"Initialization flag (1 = Minuit initialized)");
02891    G__memvar_setup((void*)((long)(&p->fMaxpar)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxpar=",0,"Maximum number of parameters");
02892    G__memvar_setup((void*)((long)(&p->fMaxint)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxint=",0,"Maximum number of internal parameters");
02893    G__memvar_setup((void*)((long)(&p->fNpar)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNpar=",0,"Number of free parameters (total number of pars = fNpar + fNfix)");
02894    G__memvar_setup((void*)((long)(&p->fMaxext)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxext=",0,"Maximum number of external parameters");
02895    G__memvar_setup((void*)((long)(&p->fMaxIterations)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxIterations=",0,"Maximum number of iterations");
02896    G__memvar_setup((void*)((long)(&p->fMaxpar5)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxpar5=",0,"fMaxpar*(fMaxpar+1)/2");
02897    G__memvar_setup((void*)((long)(&p->fMaxcpt)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxcpt=",0,(char*)NULL);
02898    G__memvar_setup((void*)((long)(&p->fMaxpar2)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxpar2=",0,"fMaxpar*fMaxpar");
02899    G__memvar_setup((void*)((long)(&p->fMaxpar1)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fMaxpar1=",0,"fMaxpar*(fMaxpar+1)");
02900    G__memvar_setup((void*)((long)(&p->fAmin)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fAmin=",0,"Minimum value found for FCN");
02901    G__memvar_setup((void*)((long)(&p->fUp)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fUp=",0,"FCN+-UP defines errors (for chisquare fits UP=1)");
02902    G__memvar_setup((void*)((long)(&p->fEDM)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fEDM=",0,"Estimated vertical distance to the minimum");
02903    G__memvar_setup((void*)((long)(&p->fFval3)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fFval3=",0,(char*)NULL);
02904    G__memvar_setup((void*)((long)(&p->fEpsi)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fEpsi=",0,(char*)NULL);
02905    G__memvar_setup((void*)((long)(&p->fApsi)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fApsi=",0,(char*)NULL);
02906    G__memvar_setup((void*)((long)(&p->fDcovar)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fDcovar=",0,"Relative change in covariance matrix");
02907    G__memvar_setup((void*)((long)(&p->fEpsmac)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fEpsmac=",0,"machine precision for floating points:");
02908    G__memvar_setup((void*)((long)(&p->fEpsma2)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fEpsma2=",0,"sqrt(fEpsmac)");
02909    G__memvar_setup((void*)((long)(&p->fVlimlo)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fVlimlo=",0,(char*)NULL);
02910    G__memvar_setup((void*)((long)(&p->fVlimhi)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fVlimhi=",0,(char*)NULL);
02911    G__memvar_setup((void*)((long)(&p->fUndefi)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fUndefi=",0,"Undefined number = -54321");
02912    G__memvar_setup((void*)((long)(&p->fBigedm)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fBigedm=",0,"Big EDM = 123456");
02913    G__memvar_setup((void*)((long)(&p->fUpdflt)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fUpdflt=",0,(char*)NULL);
02914    G__memvar_setup((void*)((long)(&p->fXmidcr)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fXmidcr=",0,(char*)NULL);
02915    G__memvar_setup((void*)((long)(&p->fYmidcr)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fYmidcr=",0,(char*)NULL);
02916    G__memvar_setup((void*)((long)(&p->fXdircr)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fXdircr=",0,(char*)NULL);
02917    G__memvar_setup((void*)((long)(&p->fYdircr)-(long)(p)),100,0,0,-1,G__defined_typename("Double_t"),-1,1,"fYdircr=",0,(char*)NULL);
02918    G__memvar_setup((void*)((long)(&p->fU)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fU=",0,"[fMaxpar2] External (visible to user in FCN) value of parameters");
02919    G__memvar_setup((void*)((long)(&p->fAlim)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fAlim=",0,"[fMaxpar2] Lower limits for parameters. If zero no limits");
02920    G__memvar_setup((void*)((long)(&p->fBlim)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fBlim=",0,"[fMaxpar2] Upper limits for parameters");
02921    G__memvar_setup((void*)((long)(&p->fErp)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fErp=",0,"[fMaxpar] Positive Minos errors if calculated");
02922    G__memvar_setup((void*)((long)(&p->fErn)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fErn=",0,"[fMaxpar] Negative Minos errors if calculated");
02923    G__memvar_setup((void*)((long)(&p->fWerr)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fWerr=",0,"[fMaxpar] External parameters error (standard deviation, defined by UP)");
02924    G__memvar_setup((void*)((long)(&p->fGlobcc)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fGlobcc=",0,"[fMaxpar] Global Correlation Coefficients");
02925    G__memvar_setup((void*)((long)(&p->fX)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fX=",0,"[fMaxpar] Internal parameters values");
02926    G__memvar_setup((void*)((long)(&p->fXt)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fXt=",0,"[fMaxpar] Internal parameters values X saved as Xt");
02927    G__memvar_setup((void*)((long)(&p->fDirin)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fDirin=",0,"[fMaxpar] (Internal) step sizes for current step");
02928    G__memvar_setup((void*)((long)(&p->fXs)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fXs=",0,"[fMaxpar] Internal parameters values saved for fixed params");
02929    G__memvar_setup((void*)((long)(&p->fXts)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fXts=",0,"[fMaxpar] Internal parameters values X saved as Xt for fixed params");
02930    G__memvar_setup((void*)((long)(&p->fDirins)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fDirins=",0,"[fMaxpar] (Internal) step sizes for current step for fixed params");
02931    G__memvar_setup((void*)((long)(&p->fGrd)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fGrd=",0,"[fMaxpar] First derivatives");
02932    G__memvar_setup((void*)((long)(&p->fG2)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fG2=",0,"[fMaxpar] ");
02933    G__memvar_setup((void*)((long)(&p->fGstep)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fGstep=",0,"[fMaxpar] Step sizes");
02934    G__memvar_setup((void*)((long)(&p->fGin)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fGin=",0,"[fMaxpar2] ");
02935    G__memvar_setup((void*)((long)(&p->fDgrd)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fDgrd=",0,"[fMaxpar] Uncertainties");
02936    G__memvar_setup((void*)((long)(&p->fGrds)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fGrds=",0,"[fMaxpar] ");
02937    G__memvar_setup((void*)((long)(&p->fG2s)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fG2s=",0,"[fMaxpar] ");
02938    G__memvar_setup((void*)((long)(&p->fGsteps)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fGsteps=",0,"[fMaxpar] ");
02939    G__memvar_setup((void*)((long)(&p->fVhmat)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fVhmat=",0,"[fMaxpar5] (Internal) error matrix stored as Half MATrix, since it is symmetric");
02940    G__memvar_setup((void*)((long)(&p->fVthmat)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fVthmat=",0,"[fMaxpar5] VHMAT is sometimes saved in VTHMAT, especially in MNMNOT");
02941    G__memvar_setup((void*)((long)(&p->fP)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fP=",0,"[fMaxpar1] ");
02942    G__memvar_setup((void*)((long)(&p->fPstar)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fPstar=",0,"[fMaxpar2] ");
02943    G__memvar_setup((void*)((long)(&p->fPstst)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fPstst=",0,"[fMaxpar] ");
02944    G__memvar_setup((void*)((long)(&p->fPbar)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fPbar=",0,"[fMaxpar] ");
02945    G__memvar_setup((void*)((long)(&p->fPrho)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fPrho=",0,"[fMaxpar] Minimum point of parabola");
02946    G__memvar_setup((void*)((long)(&p->fWord7)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fWord7=",0,"[fMaxpar] ");
02947    G__memvar_setup((void*)((long)(&p->fXpt)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fXpt=",0,"[fMaxcpt] X array of points for contours");
02948    G__memvar_setup((void*)((long)(&p->fYpt)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fYpt=",0,"[fMaxcpt] Y array of points for contours");
02949    G__memvar_setup((void*)((long)(&p->fCONTgcc)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fCONTgcc=",0,"[fMaxpar] array used in mncont");
02950    G__memvar_setup((void*)((long)(&p->fCONTw)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fCONTw=",0,"[fMaxpar] array used in mncont");
02951    G__memvar_setup((void*)((long)(&p->fFIXPyy)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fFIXPyy=",0,"[fMaxpar] array used in mnfixp");
02952    G__memvar_setup((void*)((long)(&p->fGRADgf)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fGRADgf=",0,"[fMaxpar] array used in mngrad");
02953    G__memvar_setup((void*)((long)(&p->fHESSyy)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fHESSyy=",0,"[fMaxpar] array used in mnhess");
02954    G__memvar_setup((void*)((long)(&p->fIMPRdsav)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fIMPRdsav=",0,"[fMaxpar] array used in mnimpr");
02955    G__memvar_setup((void*)((long)(&p->fIMPRy)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fIMPRy=",0,"[fMaxpar] array used in mnimpr");
02956    G__memvar_setup((void*)((long)(&p->fMATUvline)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMATUvline=",0,"[fMaxpar] array used in mnmatu");
02957    G__memvar_setup((void*)((long)(&p->fMIGRflnu)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMIGRflnu=",0,"[fMaxpar] array used in mnmigr");
02958    G__memvar_setup((void*)((long)(&p->fMIGRstep)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMIGRstep=",0,"[fMaxpar] array used in mnmigr");
02959    G__memvar_setup((void*)((long)(&p->fMIGRgs)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMIGRgs=",0,"[fMaxpar] array used in mnmigr");
02960    G__memvar_setup((void*)((long)(&p->fMIGRvg)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMIGRvg=",0,"[fMaxpar] array used in mnmigr");
02961    G__memvar_setup((void*)((long)(&p->fMIGRxxs)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMIGRxxs=",0,"[fMaxpar] array used in mnmigr");
02962    G__memvar_setup((void*)((long)(&p->fMNOTxdev)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMNOTxdev=",0,"[fMaxpar] array used in mnmnot");
02963    G__memvar_setup((void*)((long)(&p->fMNOTw)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMNOTw=",0,"[fMaxpar] array used in mnmnot");
02964    G__memvar_setup((void*)((long)(&p->fMNOTgcc)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fMNOTgcc=",0,"[fMaxpar] array used in mnmnot");
02965    G__memvar_setup((void*)((long)(&p->fPSDFs)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fPSDFs=",0,"[fMaxpar] array used in mnpsdf");
02966    G__memvar_setup((void*)((long)(&p->fSEEKxmid)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fSEEKxmid=",0,"[fMaxpar] array used in mnseek");
02967    G__memvar_setup((void*)((long)(&p->fSEEKxbest)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fSEEKxbest=",0,"[fMaxpar] array used in mnseek");
02968    G__memvar_setup((void*)((long)(&p->fSIMPy)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fSIMPy=",0,"[fMaxpar] array used in mnsimp");
02969    G__memvar_setup((void*)((long)(&p->fVERTq)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fVERTq=",0,"[fMaxpar] array used in mnvert");
02970    G__memvar_setup((void*)((long)(&p->fVERTs)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fVERTs=",0,"[fMaxpar] array used in mnvert");
02971    G__memvar_setup((void*)((long)(&p->fVERTpp)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fVERTpp=",0,"[fMaxpar] array used in mnvert");
02972    G__memvar_setup((void*)((long)(&p->fCOMDplist)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fCOMDplist=",0,"[fMaxpar] array used in mncomd");
02973    G__memvar_setup((void*)((long)(&p->fPARSplist)-(long)(p)),68,0,0,-1,G__defined_typename("Double_t"),-1,1,"fPARSplist=",0,"[fMaxpar] array used in mnpars");
02974    G__memvar_setup((void*)((long)(&p->fNvarl)-(long)(p)),73,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNvarl=",0,"[fMaxpar2] parameters flag (-1=undefined, 0=constant..)");
02975    G__memvar_setup((void*)((long)(&p->fNiofex)-(long)(p)),73,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNiofex=",0,"[fMaxpar2] Internal parameters number, or zero if not currently variable");
02976    G__memvar_setup((void*)((long)(&p->fNexofi)-(long)(p)),73,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNexofi=",0,"[fMaxpar] External parameters number for currently variable parameters");
02977    G__memvar_setup((void*)((long)(&p->fIpfix)-(long)(p)),73,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIpfix=",0,"[fMaxpar] List of fixed parameters");
02978    G__memvar_setup((void*)((long)(&p->fNu)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNu=",0,(char*)NULL);
02979    G__memvar_setup((void*)((long)(&p->fIsysrd)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIsysrd=",0,"standardInput unit");
02980    G__memvar_setup((void*)((long)(&p->fIsyswr)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIsyswr=",0,"standard output unit");
02981    G__memvar_setup((void*)((long)(&p->fIsyssa)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIsyssa=",0,(char*)NULL);
02982    G__memvar_setup((void*)((long)(&p->fNpagwd)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNpagwd=",0,"Page width");
02983    G__memvar_setup((void*)((long)(&p->fNpagln)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNpagln=",0,"Number of lines per page");
02984    G__memvar_setup((void*)((long)(&p->fNewpag)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNewpag=",0,(char*)NULL);
02985    G__memvar_setup((void*)((long)(&p->fIstkrd)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIstkrd[10]=",0,(char*)NULL);
02986    G__memvar_setup((void*)((long)(&p->fNstkrd)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNstkrd=",0,(char*)NULL);
02987    G__memvar_setup((void*)((long)(&p->fIstkwr)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIstkwr[10]=",0,(char*)NULL);
02988    G__memvar_setup((void*)((long)(&p->fNstkwr)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNstkwr=",0,(char*)NULL);
02989    G__memvar_setup((void*)((long)(&p->fISW)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fISW[7]=",0,"Array of switches");
02990    G__memvar_setup((void*)((long)(&p->fIdbg)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIdbg[11]=",0,"Array of internal debug switches");
02991    G__memvar_setup((void*)((long)(&p->fNblock)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNblock=",0,"Number of Minuit data blocks");
02992    G__memvar_setup((void*)((long)(&p->fIcomnd)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIcomnd=",0,"Number of commands");
02993    G__memvar_setup((void*)((long)(&p->fNfcn)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNfcn=",0,"Number of calls to FCN");
02994    G__memvar_setup((void*)((long)(&p->fNfcnmx)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNfcnmx=",0,"Maximum number of calls to FCN");
02995    G__memvar_setup((void*)((long)(&p->fNfcnlc)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNfcnlc=",0,(char*)NULL);
02996    G__memvar_setup((void*)((long)(&p->fNfcnfr)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNfcnfr=",0,(char*)NULL);
02997    G__memvar_setup((void*)((long)(&p->fItaur)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fItaur=",0,(char*)NULL);
02998    G__memvar_setup((void*)((long)(&p->fIstrat)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIstrat=",0,(char*)NULL);
02999    G__memvar_setup((void*)((long)(&p->fNwrmes)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNwrmes[2]=",0,(char*)NULL);
03000    G__memvar_setup((void*)((long)(&p->fNfcwar)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fNfcwar[20]=",0,(char*)NULL);
03001    G__memvar_setup((void*)((long)(&p->fIcirc)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fIcirc[2]=",0,(char*)NULL);
03002    G__memvar_setup((void*)((long)(&p->fStatus)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fStatus=",0,"Status flag for the last called Minuit function");
03003    G__memvar_setup((void*)((long)(&p->fKe1cr)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fKe1cr=",0,(char*)NULL);
03004    G__memvar_setup((void*)((long)(&p->fKe2cr)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fKe2cr=",0,(char*)NULL);
03005    G__memvar_setup((void*)((long)(&p->fLwarn)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fLwarn=",0,"true if warning messges are to be put out (default=true)");
03006    G__memvar_setup((void*)((long)(&p->fLrepor)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fLrepor=",0,"true if exceptional conditions are put out (default=false)");
03007    G__memvar_setup((void*)((long)(&p->fLimset)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fLimset=",0,"true if a parameter is up against limits (for MINOS)");
03008    G__memvar_setup((void*)((long)(&p->fLnolim)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fLnolim=",0,"true if there are no limits on any parameters (not yet used)");
03009    G__memvar_setup((void*)((long)(&p->fLnewmn)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fLnewmn=",0,"true if the previous process has unexpectedly improved FCN");
03010    G__memvar_setup((void*)((long)(&p->fLphead)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fLphead=",0,"true if a heading should be put out for the next parameter definition");
03011    G__memvar_setup((void*)((long)(&p->fGraphicsMode)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fGraphicsMode=",0,"true if graphics mode on (default)");
03012    G__memvar_setup((void*)((long)(&p->fChpt)-(long)(p)),67,0,0,-1,-1,-1,1,"fChpt=",0,"!Character to be plotted at the X,Y contour positions");
03013    G__memvar_setup((void*)((long)(&p->fCpnam)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCpnam=",0,"[fMaxpar2] Array of parameters names");
03014    G__memvar_setup((void*)((long)(&p->fCfrom)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCfrom=",0,(char*)NULL);
03015    G__memvar_setup((void*)((long)(&p->fCstatu)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCstatu=",0,(char*)NULL);
03016    G__memvar_setup((void*)((long)(&p->fCtitl)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCtitl=",0,(char*)NULL);
03017    G__memvar_setup((void*)((long)(&p->fCword)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCword=",0,(char*)NULL);
03018    G__memvar_setup((void*)((long)(&p->fCundef)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCundef=",0,(char*)NULL);
03019    G__memvar_setup((void*)((long)(&p->fCvrsn)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCvrsn=",0,(char*)NULL);
03020    G__memvar_setup((void*)((long)(&p->fCovmes)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fCovmes[4]=",0,(char*)NULL);
03021    G__memvar_setup((void*)((long)(&p->fOrigin)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fOrigin[100]=",0,(char*)NULL);
03022    G__memvar_setup((void*)((long)(&p->fWarmes)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TString),-1,-1,1,"fWarmes[100]=",0,(char*)NULL);
03023    G__memvar_setup((void*)((long)(&p->fObjectFit)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TObject),-1,-1,1,"fObjectFit=",0,"Pointer to object being fitted");
03024    G__memvar_setup((void*)((long)(&p->fPlot)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TObject),-1,-1,1,"fPlot=",0,"Pointer to TGraph object created by mncont");
03025    G__memvar_setup((void*)((long)(&p->fMethodCall)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMethodCall),-1,-1,1,"fMethodCall=",0,"Pointer to MethodCall in case of interpreted function");
03026    G__memvar_setup((void*)((long)(&p->fFCN)-(long)(p)),49,0,0,-1,G__defined_typename("void (*)(Int_t&npar, Double_t*gin, Double_t&f, Double_t*u, Int_t flag)"),-1,1,"fFCN=",0,"!");
03027    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
03028    }
03029    G__tag_memvar_reset();
03030 }
03031 
03032 
03033    /* TFitter */
03034 static void G__setup_memvarTFitter(void) {
03035    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MinuitLN_TFitter));
03036    { TFitter *p; p=(TFitter*)0x1000; if (p) { }
03037    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNlog=",0,"Number of elements in fSunLog");
03038    G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fCovar=",0,"Covariance matrix");
03039    G__memvar_setup((void*)0,68,0,0,-1,G__defined_typename("Double_t"),-1,4,"fSumLog=",0,"Sum of logs (array of fNlog elements)");
03040    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMinuit),-1,-1,4,"fMinuit=",0,"pointer to the TMinuit object");
03041    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
03042    }
03043    G__tag_memvar_reset();
03044 }
03045 
03046 
03047    /* TLinearFitter */
03048 static void G__setup_memvarTLinearFitter(void) {
03049    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter));
03050    { TLinearFitter *p; p=(TLinearFitter*)0x1000; if (p) { }
03051    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fParams=",0,"vector of parameters");
03052    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,4,"fParCovar=",0,"matrix of parameters' covariances");
03053    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fTValues=",0,"T-Values of parameters");
03054    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fParSign=",0,"significance levels of parameters");
03055    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,4,"fDesign=",0,"matrix AtA");
03056    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,4,"fDesignTemp=",0,"! temporary matrix, used for num.stability");
03057    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,4,"fDesignTemp2=",0,"!");
03058    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTSymlEdoublegR),G__defined_typename("TMatrixDSym"),-1,4,"fDesignTemp3=",0,"!");
03059    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fAtb=",0,"vector Atb");
03060    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fAtbTemp=",0,"! temporary vector, used for num.stability");
03061    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fAtbTemp2=",0,"!");
03062    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fAtbTemp3=",0,"!");
03063    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TObjArray),-1,-1,4,"fFunctions=",0,"array of basis functions");
03064    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fY=",0,"the values being fit");
03065    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fY2=",0,"sum of square of y, used for chisquare");
03066    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fY2Temp=",0,"! temporary variable used for num.stability");
03067    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMatrixTlEdoublegR),G__defined_typename("TMatrixD"),-1,4,"fX=",0,"values of x");
03068    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TVectorTlEdoublegR),G__defined_typename("TVectorD"),-1,4,"fE=",0,"the errors if they are known");
03069    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TFormula),-1,-1,4,"fInputFunction=",0,"the function being fit");
03070    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fVal[1000]=",0,"! temporary");
03071    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNpoints=",0,"number of points");
03072    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNfunctions=",0,"number of basis functions");
03073    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fFormulaSize=",0,"length of the formula");
03074    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNdim=",0,"number of dimensions in the formula");
03075    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNfixed=",0,"number of fixed parameters");
03076    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fSpecial=",0,"=100+n if fitting a polynomial of deg.n");
03077    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fFormula=",0,"the formula");
03078    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsSet=",0,"Has the formula been set?");
03079    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fStoreData=",0,"Is the data stored?");
03080    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,4,"fChisquare=",0,"Chisquare of the fit");
03081    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fH=",0,"number of good points in robust fit");
03082    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fRobust=",0,"true when performing a robust fit");
03083    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TBits),-1,-1,4,"fFitsample=",0,"indices of points, used in the robust fit");
03084    G__memvar_setup((void*)0,71,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fFixedParams=",0,"[fNfixed] array of fixed/released params");
03085    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
03086    }
03087    G__tag_memvar_reset();
03088 }
03089 
03090 
03091    /* TLinearMinimizer */
03092 static void G__setup_memvarTLinearMinimizer(void) {
03093    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer));
03094    { TLinearMinimizer *p; p=(TLinearMinimizer*)0x1000; if (p) { }
03095    G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"fRobust=",0,(char*)NULL);
03096    G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"fDim=",0,(char*)NULL);
03097    G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"fNFree=",0,(char*)NULL);
03098    G__memvar_setup((void*)0,100,0,0,-1,-1,-1,4,"fMinVal=",0,(char*)NULL);
03099    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fParams=",0,(char*)NULL);
03100    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fErrors=",0,(char*)NULL);
03101    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fCovar=",0,(char*)NULL);
03102    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__MinuitLN_ROOTcLcLMathcLcLIGradientFunctionMultiDim),G__defined_typename("IMultiGradFunction"),-1,4,"fObjFunc=",0,(char*)NULL);
03103    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter),-1,-1,4,"fFitter=",0,(char*)NULL);
03104    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
03105    }
03106    G__tag_memvar_reset();
03107 }
03108 
03109 
03110    /* TMinuitMinimizer */
03111 static void G__setup_memvarTMinuitMinimizer(void) {
03112    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer));
03113    { TMinuitMinimizer *p; p=(TMinuitMinimizer*)0x1000; if (p) { }
03114    G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"fUsed=",0,(char*)NULL);
03115    G__memvar_setup((void*)0,103,0,0,-1,-1,-1,4,"fMinosRun=",0,(char*)NULL);
03116    G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"fDim=",0,(char*)NULL);
03117    G__memvar_setup((void*)0,104,0,0,-1,-1,-1,4,"fStrategy=",0,(char*)NULL);
03118    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fParams=",0,(char*)NULL);
03119    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fErrors=",0,(char*)NULL);
03120    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR),G__defined_typename("vector<double>"),-1,4,"fCovar=",0,(char*)NULL);
03121    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__MinuitLN_ROOTcLcLMinuitcLcLEMinimizerType),-1,-1,4,"fType=",0,(char*)NULL);
03122    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMinuit),-1,-1,4,"fMinuit=",0,(char*)NULL);
03123    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim),G__defined_typename("IMultiGenFunction"),-2,4,"fgFunc=",0,(char*)NULL);
03124    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMinuit),-1,-2,4,"fgMinuit=",0,(char*)NULL);
03125    G__memvar_setup((void*)0,103,0,0,-1,-1,-2,4,"fgUsed=",0,"flag to control if static instance has done minimization");
03126    G__memvar_setup((void*)0,103,0,0,-1,-1,-2,4,"fgUseStaticMinuit=",0,"flag to control if using global TMInuit instance (gMinuit)");
03127    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
03128    }
03129    G__tag_memvar_reset();
03130 }
03131 
03132 extern "C" void G__cpp_setup_memvarG__Minuit() {
03133 }
03134 /***********************************************************
03135 ************************************************************
03136 ************************************************************
03137 ************************************************************
03138 ************************************************************
03139 ************************************************************
03140 ************************************************************
03141 ***********************************************************/
03142 
03143 /*********************************************************
03144 * Member function information setup for each class
03145 *********************************************************/
03146 static void G__setup_memfuncTMinuit(void) {
03147    /* TMinuit */
03148    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MinuitLN_TMinuit));
03149    G__memfunc_setup("TMinuit",714,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__MinuitLN_TMinuit), -1, 0, 1, 1, 4, 0, "u 'TMinuit' - 11 - m", (char*)NULL, (void*) NULL, 0);
03150    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__MinuitLN_TMinuit), -1, 1, 1, 1, 4, 0, "u 'TMinuit' - 11 - m", "Not implemented", (void*) NULL, 0);
03151    G__memfunc_setup("TMinuit",714,G__G__Minuit_118_0_3, 105, G__get_linked_tagnum(&G__G__MinuitLN_TMinuit), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
03152    G__memfunc_setup("TMinuit",714,G__G__Minuit_118_0_4, 105, G__get_linked_tagnum(&G__G__MinuitLN_TMinuit), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - maxpar", (char*)NULL, (void*) NULL, 0);
03153    G__memfunc_setup("BuildArrays",1122,G__G__Minuit_118_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '15' maxpar", (char*)NULL, (void*) NULL, 1);
03154    G__memfunc_setup("Clone",497,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__MinuitLN_TObject), -1, 0, 1, 1, 1, 8, "C - - 10 '\"\"' newname", "Clone-Method to copy the function-pointer fFCN", (void*) NULL, 1);
03155    G__memfunc_setup("Command",703,G__G__Minuit_118_0_7, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - command", (char*)NULL, (void*) NULL, 1);
03156    G__memfunc_setup("Contour",746,G__G__Minuit_118_0_8, 85, G__get_linked_tagnum(&G__G__MinuitLN_TObject), -1, 0, 3, 1, 1, 0, 
03157 "i - 'Int_t' 0 '10' npoints i - 'Int_t' 0 '0' pa1 "
03158 "i - 'Int_t' 0 '1' pa2", (char*)NULL, (void*) NULL, 1);
03159    G__memfunc_setup("DefineParameter",1516,G__G__Minuit_118_0_9, 105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
03160 "i - 'Int_t' 0 - parNo C - - 10 - name "
03161 "d - 'Double_t' 0 - initVal d - 'Double_t' 0 - initErr "
03162 "d - 'Double_t' 0 - lowerLimit d - 'Double_t' 0 - upperLimit", (char*)NULL, (void*) NULL, 1);
03163    G__memfunc_setup("DeleteArrays",1221,G__G__Minuit_118_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03164    G__memfunc_setup("Eval",392,G__G__Minuit_118_0_11, 105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 0, 
03165 "i - 'Int_t' 0 - npar D - 'Double_t' 0 - grad "
03166 "d - 'Double_t' 1 - fval D - 'Double_t' 0 - par "
03167 "i - 'Int_t' 0 - flag", (char*)NULL, (void*) NULL, 1);
03168    G__memfunc_setup("FixParameter",1224,G__G__Minuit_118_0_12, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - parNo", (char*)NULL, (void*) NULL, 1);
03169    G__memfunc_setup("GetMethodCall",1277,G__G__Minuit_118_0_13, 85, G__get_linked_tagnum(&G__G__MinuitLN_TMethodCall), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03170    G__memfunc_setup("GetObjectFit",1178,G__G__Minuit_118_0_14, 85, G__get_linked_tagnum(&G__G__MinuitLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03171    G__memfunc_setup("GetMaxIterations",1640,G__G__Minuit_118_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03172    G__memfunc_setup("GetNumFixedPars",1494,G__G__Minuit_118_0_16, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03173    G__memfunc_setup("GetNumFreePars",1384,G__G__Minuit_118_0_17, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03174    G__memfunc_setup("GetNumPars",998,G__G__Minuit_118_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03175    G__memfunc_setup("GetParameter",1217,G__G__Minuit_118_0_19, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 8, 
03176 "i - 'Int_t' 0 - parNo d - 'Double_t' 1 - currentValue "
03177 "d - 'Double_t' 1 - currentError", (char*)NULL, (void*) NULL, 1);
03178    G__memfunc_setup("GetPlot",703,G__G__Minuit_118_0_20, 85, G__get_linked_tagnum(&G__G__MinuitLN_TObject), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03179    G__memfunc_setup("GetStatus",932,G__G__Minuit_118_0_21, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03180    G__memfunc_setup("Migrad",596,G__G__Minuit_118_0_22, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03181    G__memfunc_setup("mnamin",640,G__G__Minuit_118_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03182    G__memfunc_setup("mnbins",647,G__G__Minuit_118_0_24, 121, -1, -1, 0, 7, 1, 1, 0, 
03183 "d - 'Double_t' 0 - a1 d - 'Double_t' 0 - a2 "
03184 "i - 'Int_t' 0 - naa d - 'Double_t' 1 - bl "
03185 "d - 'Double_t' 1 - bh i - 'Int_t' 1 - nb "
03186 "d - 'Double_t' 1 - bwid", (char*)NULL, (void*) NULL, 1);
03187    G__memfunc_setup("mncalf",625,G__G__Minuit_118_0_25, 121, -1, -1, 0, 2, 1, 1, 0, 
03188 "D - 'Double_t' 0 - pvec d - 'Double_t' 1 - ycalf", (char*)NULL, (void*) NULL, 1);
03189    G__memfunc_setup("mncler",641,G__G__Minuit_118_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03190    G__memfunc_setup("mncntr",658,G__G__Minuit_118_0_27, 121, -1, -1, 0, 3, 1, 1, 0, 
03191 "i - 'Int_t' 0 - ke1 i - 'Int_t' 0 - ke2 "
03192 "i - 'Int_t' 1 - ierrf", (char*)NULL, (void*) NULL, 1);
03193    G__memfunc_setup("mncomd",638,G__G__Minuit_118_0_28, 121, -1, -1, 0, 2, 1, 1, 0, 
03194 "C - - 10 - crdbin i - 'Int_t' 1 - icondn", (char*)NULL, (void*) NULL, 1);
03195    G__memfunc_setup("mncont",655,G__G__Minuit_118_0_29, 121, -1, -1, 0, 6, 1, 1, 0, 
03196 "i - 'Int_t' 0 - ke1 i - 'Int_t' 0 - ke2 "
03197 "i - 'Int_t' 0 - nptu D - 'Double_t' 0 - xptu "
03198 "D - 'Double_t' 0 - yptu i - 'Int_t' 1 - ierrf", (char*)NULL, (void*) NULL, 1);
03199    G__memfunc_setup("mncrck",638,G__G__Minuit_118_0_30, 121, -1, -1, 0, 9, 1, 1, 0, 
03200 "u 'TString' - 0 - crdbuf i - 'Int_t' 0 - maxcwd "
03201 "u 'TString' - 1 - comand i - 'Int_t' 1 - lnc "
03202 "i - 'Int_t' 0 - mxp D - 'Double_t' 0 - plist "
03203 "i - 'Int_t' 1 - llist i - 'Int_t' 1 - ierr "
03204 "i - 'Int_t' 0 - isyswr", (char*)NULL, (void*) NULL, 1);
03205    G__memfunc_setup("mncros",658,G__G__Minuit_118_0_31, 121, -1, -1, 0, 2, 1, 1, 0, 
03206 "d - 'Double_t' 1 - aopt i - 'Int_t' 1 - iercr", (char*)NULL, (void*) NULL, 1);
03207    G__memfunc_setup("mncuve",654,G__G__Minuit_118_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03208    G__memfunc_setup("mnderi",639,G__G__Minuit_118_0_33, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03209    G__memfunc_setup("mndxdi",644,G__G__Minuit_118_0_34, 121, -1, -1, 0, 3, 1, 1, 0, 
03210 "d - 'Double_t' 0 - pint i - 'Int_t' 0 - ipar "
03211 "d - 'Double_t' 1 - dxdi", (char*)NULL, (void*) NULL, 1);
03212    G__memfunc_setup("mneig",528,G__G__Minuit_118_0_35, 121, -1, -1, 0, 7, 1, 1, 0, 
03213 "D - 'Double_t' 0 - a i - 'Int_t' 0 - ndima "
03214 "i - 'Int_t' 0 - n i - 'Int_t' 0 - mits "
03215 "D - 'Double_t' 0 - work d - 'Double_t' 0 - precis "
03216 "i - 'Int_t' 1 - ifault", (char*)NULL, (void*) NULL, 1);
03217    G__memfunc_setup("mnemat",642,G__G__Minuit_118_0_36, 121, -1, -1, 0, 2, 1, 1, 0, 
03218 "D - 'Double_t' 0 - emat i - 'Int_t' 0 - ndim", (char*)NULL, (void*) NULL, 1);
03219    G__memfunc_setup("mnerrs",663,G__G__Minuit_118_0_37, 121, -1, -1, 0, 5, 1, 1, 0, 
03220 "i - 'Int_t' 0 - number d - 'Double_t' 1 - eplus "
03221 "d - 'Double_t' 1 - eminus d - 'Double_t' 1 - eparab "
03222 "d - 'Double_t' 1 - gcc", (char*)NULL, (void*) NULL, 1);
03223    G__memfunc_setup("mneval",643,G__G__Minuit_118_0_38, 121, -1, -1, 0, 3, 1, 1, 0, 
03224 "d - 'Double_t' 0 - anext d - 'Double_t' 1 - fnext "
03225 "i - 'Int_t' 1 - ierev", (char*)NULL, (void*) NULL, 1);
03226    G__memfunc_setup("mnexcm",648,G__G__Minuit_118_0_39, 121, -1, -1, 0, 4, 1, 1, 0, 
03227 "C - - 10 - comand D - 'Double_t' 0 - plist "
03228 "i - 'Int_t' 0 - llist i - 'Int_t' 1 - ierflg", (char*)NULL, (void*) NULL, 1);
03229    G__memfunc_setup("mnexin",655,G__G__Minuit_118_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - pint", (char*)NULL, (void*) NULL, 1);
03230    G__memfunc_setup("mnfixp",658,G__G__Minuit_118_0_41, 121, -1, -1, 0, 2, 1, 1, 0, 
03231 "i - 'Int_t' 0 - iint i - 'Int_t' 1 - ierr", (char*)NULL, (void*) NULL, 1);
03232    G__memfunc_setup("mnfree",637,G__G__Minuit_118_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - k", (char*)NULL, (void*) NULL, 1);
03233    G__memfunc_setup("mngrad",633,G__G__Minuit_118_0_43, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03234    G__memfunc_setup("mnhelp",644,G__G__Minuit_118_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TString' - 0 - comd", (char*)NULL, (void*) NULL, 1);
03235    G__memfunc_setup("mnhelp",644,G__G__Minuit_118_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' command", (char*)NULL, (void*) NULL, 1);
03236    G__memfunc_setup("mnhess",654,G__G__Minuit_118_0_46, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03237    G__memfunc_setup("mnhes1",588,G__G__Minuit_118_0_47, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03238    G__memfunc_setup("mnimpr",659,G__G__Minuit_118_0_48, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03239    G__memfunc_setup("mninex",655,G__G__Minuit_118_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "D - 'Double_t' 0 - pint", (char*)NULL, (void*) NULL, 1);
03240    G__memfunc_setup("mninit",655,G__G__Minuit_118_0_50, 121, -1, -1, 0, 3, 1, 1, 0, 
03241 "i - 'Int_t' 0 - i1 i - 'Int_t' 0 - i2 "
03242 "i - 'Int_t' 0 - i3", (char*)NULL, (void*) NULL, 1);
03243    G__memfunc_setup("mnlims",656,G__G__Minuit_118_0_51, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03244    G__memfunc_setup("mnline",643,G__G__Minuit_118_0_52, 121, -1, -1, 0, 5, 1, 1, 0, 
03245 "D - 'Double_t' 0 - start d - 'Double_t' 0 - fstart "
03246 "D - 'Double_t' 0 - step d - 'Double_t' 0 - slope "
03247 "d - 'Double_t' 0 - toler", (char*)NULL, (void*) NULL, 1);
03248    G__memfunc_setup("mnmatu",658,G__G__Minuit_118_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - kode", (char*)NULL, (void*) NULL, 1);
03249    G__memfunc_setup("mnmigr",650,G__G__Minuit_118_0_54, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03250    G__memfunc_setup("mnmnos",664,G__G__Minuit_118_0_55, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03251    G__memfunc_setup("mnmnot",665,G__G__Minuit_118_0_56, 121, -1, -1, 0, 4, 1, 1, 0, 
03252 "i - 'Int_t' 0 - ilax i - 'Int_t' 0 - ilax2 "
03253 "d - 'Double_t' 1 - val2pl d - 'Double_t' 1 - val2mi", (char*)NULL, (void*) NULL, 1);
03254    G__memfunc_setup("mnparm",651,G__G__Minuit_118_0_57, 121, -1, -1, 0, 7, 1, 1, 0, 
03255 "i - 'Int_t' 0 - k u 'TString' - 0 - cnamj "
03256 "d - 'Double_t' 0 - uk d - 'Double_t' 0 - wk "
03257 "d - 'Double_t' 0 - a d - 'Double_t' 0 - b "
03258 "i - 'Int_t' 1 - ierflg", (char*)NULL, (void*) NULL, 1);
03259    G__memfunc_setup("mnpars",657,G__G__Minuit_118_0_58, 121, -1, -1, 0, 2, 1, 1, 0, 
03260 "u 'TString' - 1 - crdbuf i - 'Int_t' 1 - icondn", (char*)NULL, (void*) NULL, 1);
03261    G__memfunc_setup("mnpfit",654,G__G__Minuit_118_0_59, 121, -1, -1, 0, 5, 1, 1, 0, 
03262 "D - 'Double_t' 0 - parx2p D - 'Double_t' 0 - pary2p "
03263 "i - 'Int_t' 0 - npar2p D - 'Double_t' 0 - coef2p "
03264 "d - 'Double_t' 1 - sdev2p", (char*)NULL, (void*) NULL, 1);
03265    G__memfunc_setup("mnpint",662,G__G__Minuit_118_0_60, 121, -1, -1, 0, 3, 1, 1, 0, 
03266 "d - 'Double_t' 1 - pexti i - 'Int_t' 0 - i "
03267 "d - 'Double_t' 1 - pinti", (char*)NULL, (void*) NULL, 1);
03268    G__memfunc_setup("mnplot",666,G__G__Minuit_118_0_61, 121, -1, -1, 0, 6, 1, 1, 0, 
03269 "D - 'Double_t' 0 - xpt D - 'Double_t' 0 - ypt "
03270 "C - - 0 - chpt i - 'Int_t' 0 - nxypt "
03271 "i - 'Int_t' 0 - npagwd i - 'Int_t' 0 - npagln", (char*)NULL, (void*) NULL, 1);
03272    G__memfunc_setup("mnpout",675,G__G__Minuit_118_0_62, 121, -1, -1, 0, 7, 1, 1, 8, 
03273 "i - 'Int_t' 0 - iuext u 'TString' - 1 - chnam "
03274 "d - 'Double_t' 1 - val d - 'Double_t' 1 - err "
03275 "d - 'Double_t' 1 - xlolim d - 'Double_t' 1 - xuplim "
03276 "i - 'Int_t' 1 - iuint", (char*)NULL, (void*) NULL, 1);
03277    G__memfunc_setup("mnprin",660,G__G__Minuit_118_0_63, 121, -1, -1, 0, 2, 1, 1, 0, 
03278 "i - 'Int_t' 0 - inkode d - 'Double_t' 0 - fval", (char*)NULL, (void*) NULL, 1);
03279    G__memfunc_setup("mnpsdf",648,G__G__Minuit_118_0_64, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03280    G__memfunc_setup("mnrazz",674,G__G__Minuit_118_0_65, 121, -1, -1, 0, 5, 1, 1, 0, 
03281 "d - 'Double_t' 0 - ynew D - 'Double_t' 0 - pnew "
03282 "D - 'Double_t' 0 - y i - 'Int_t' 1 - jh "
03283 "i - 'Int_t' 1 - jl", (char*)NULL, (void*) NULL, 1);
03284    G__memfunc_setup("mnrn15",545,G__G__Minuit_118_0_66, 121, -1, -1, 0, 2, 1, 1, 0, 
03285 "d - 'Double_t' 1 - val i - 'Int_t' 1 - inseed", (char*)NULL, (void*) NULL, 1);
03286    G__memfunc_setup("mnrset",665,G__G__Minuit_118_0_67, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - iopt", (char*)NULL, (void*) NULL, 1);
03287    G__memfunc_setup("mnsave",650,G__G__Minuit_118_0_68, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03288    G__memfunc_setup("mnscan",640,G__G__Minuit_118_0_69, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03289    G__memfunc_setup("mnseek",643,G__G__Minuit_118_0_70, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03290    G__memfunc_setup("mnset",551,G__G__Minuit_118_0_71, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03291    G__memfunc_setup("mnsimp",660,G__G__Minuit_118_0_72, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03292    G__memfunc_setup("mnstat",663,G__G__Minuit_118_0_73, 121, -1, -1, 0, 6, 1, 1, 0, 
03293 "d - 'Double_t' 1 - fmin d - 'Double_t' 1 - fedm "
03294 "d - 'Double_t' 1 - errdef i - 'Int_t' 1 - npari "
03295 "i - 'Int_t' 1 - nparx i - 'Int_t' 1 - istat", (char*)NULL, (void*) NULL, 1);
03296    G__memfunc_setup("mntiny",671,G__G__Minuit_118_0_74, 121, -1, -1, 0, 2, 1, 1, 0, 
03297 "d - 'Double_t' 0 - epsp1 d - 'Double_t' 1 - epsbak", (char*)NULL, (void*) NULL, 1);
03298    G__memfunc_setup("mnunpt",674,G__G__Minuit_118_0_75, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TString' - 1 - cfname", (char*)NULL, (void*) NULL, 0);
03299    G__memfunc_setup("mnvert",668,G__G__Minuit_118_0_76, 121, -1, -1, 0, 5, 1, 1, 0, 
03300 "D - 'Double_t' 0 - a i - 'Int_t' 0 - l "
03301 "i - 'Int_t' 0 - m i - 'Int_t' 0 - n "
03302 "i - 'Int_t' 1 - ifail", (char*)NULL, (void*) NULL, 1);
03303    G__memfunc_setup("mnwarn",659,G__G__Minuit_118_0_77, 121, -1, -1, 0, 3, 1, 1, 0, 
03304 "C - - 10 - copt C - - 10 - corg "
03305 "C - - 10 - cmes", (char*)NULL, (void*) NULL, 1);
03306    G__memfunc_setup("mnwerr",667,G__G__Minuit_118_0_78, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03307    G__memfunc_setup("Release",705,G__G__Minuit_118_0_79, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - parNo", (char*)NULL, (void*) NULL, 1);
03308    G__memfunc_setup("SetErrorDef",1093,G__G__Minuit_118_0_80, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 - up", (char*)NULL, (void*) NULL, 1);
03309    G__memfunc_setup("SetFCN",515,G__G__Minuit_118_0_81, 121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - fcn", (char*)NULL, (void*) NULL, 1);
03310    G__memfunc_setup("SetFCN",515,G__G__Minuit_118_0_82, 121, -1, -1, 0, 1, 1, 1, 0, "1 - 'void (*)(Int_t&, Double_t*, Double_t&f, Double_t*, Int_t)' 0 - fcn", (char*)NULL, (void*) NULL, 1);
03311    G__memfunc_setup("SetGraphicsMode",1506,G__G__Minuit_118_0_83, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' mode", (char*)NULL, (void*) NULL, 1);
03312    G__memfunc_setup("SetMaxIterations",1652,G__G__Minuit_118_0_84, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '500' maxiter", (char*)NULL, (void*) NULL, 1);
03313    G__memfunc_setup("SetObjectFit",1190,G__G__Minuit_118_0_85, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
03314    G__memfunc_setup("SetPrintLevel",1329,G__G__Minuit_118_0_86, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' printLevel", (char*)NULL, (void*) NULL, 1);
03315    G__memfunc_setup("Class",502,G__G__Minuit_118_0_87, 85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TMinuit::Class) ), 0);
03316    G__memfunc_setup("Class_Name",982,G__G__Minuit_118_0_88, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMinuit::Class_Name) ), 0);
03317    G__memfunc_setup("Class_Version",1339,G__G__Minuit_118_0_89, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TMinuit::Class_Version) ), 0);
03318    G__memfunc_setup("Dictionary",1046,G__G__Minuit_118_0_90, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMinuit::Dictionary) ), 0);
03319    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03320    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);
03321    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);
03322    G__memfunc_setup("StreamerNVirtual",1656,G__G__Minuit_118_0_94, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
03323    G__memfunc_setup("DeclFileName",1145,G__G__Minuit_118_0_95, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMinuit::DeclFileName) ), 0);
03324    G__memfunc_setup("ImplFileLine",1178,G__G__Minuit_118_0_96, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMinuit::ImplFileLine) ), 0);
03325    G__memfunc_setup("ImplFileName",1171,G__G__Minuit_118_0_97, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMinuit::ImplFileName) ), 0);
03326    G__memfunc_setup("DeclFileLine",1152,G__G__Minuit_118_0_98, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMinuit::DeclFileLine) ), 0);
03327    // automatic destructor
03328    G__memfunc_setup("~TMinuit", 840, G__G__Minuit_118_0_99, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
03329    G__tag_memfunc_reset();
03330 }
03331 
03332 static void G__setup_memfuncTFitter(void) {
03333    /* TFitter */
03334    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MinuitLN_TFitter));
03335    G__memfunc_setup("TFitter",706,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__MinuitLN_TFitter), -1, 0, 1, 1, 4, 0, "u 'TFitter' - 11 - -", "Not implemented", (void*) NULL, 0);
03336    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__MinuitLN_TFitter), -1, 1, 1, 1, 4, 0, "u 'TFitter' - 11 - -", "Not implemented", (void*) NULL, 0);
03337    G__memfunc_setup("TFitter",706,G__G__Minuit_119_0_3, 105, G__get_linked_tagnum(&G__G__MinuitLN_TFitter), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '25' maxpar", (char*)NULL, (void*) NULL, 0);
03338    G__memfunc_setup("Chisquare",933,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
03339 "i - 'Int_t' 0 - npar D - 'Double_t' 0 - params", (char*)NULL, (void*) NULL, 1);
03340    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);
03341    G__memfunc_setup("ExecuteCommand",1426,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
03342 "C - - 10 - command D - 'Double_t' 0 - args "
03343 "i - 'Int_t' 0 - nargs", (char*)NULL, (void*) NULL, 1);
03344    G__memfunc_setup("FitChisquare",1224,G__G__Minuit_119_0_7, 121, -1, -1, 0, 5, 1, 1, 0, 
03345 "i - 'Int_t' 1 - npar D - 'Double_t' 0 - gin "
03346 "d - 'Double_t' 1 - f D - 'Double_t' 0 - u "
03347 "i - 'Int_t' 0 - flag", (char*)NULL, (void*) NULL, 1);
03348    G__memfunc_setup("FitChisquareI",1297,G__G__Minuit_119_0_8, 121, -1, -1, 0, 5, 1, 1, 0, 
03349 "i - 'Int_t' 1 - npar D - 'Double_t' 0 - gin "
03350 "d - 'Double_t' 1 - f D - 'Double_t' 0 - u "
03351 "i - 'Int_t' 0 - flag", (char*)NULL, (void*) NULL, 1);
03352    G__memfunc_setup("FitLikelihood",1319,G__G__Minuit_119_0_9, 121, -1, -1, 0, 5, 1, 1, 0, 
03353 "i - 'Int_t' 1 - npar D - 'Double_t' 0 - gin "
03354 "d - 'Double_t' 1 - f D - 'Double_t' 0 - u "
03355 "i - 'Int_t' 0 - flag", (char*)NULL, (void*) NULL, 1);
03356    G__memfunc_setup("FitLikelihoodI",1392,G__G__Minuit_119_0_10, 121, -1, -1, 0, 5, 1, 1, 0, 
03357 "i - 'Int_t' 1 - npar D - 'Double_t' 0 - gin "
03358 "d - 'Double_t' 1 - f D - 'Double_t' 0 - u "
03359 "i - 'Int_t' 0 - flag", (char*)NULL, (void*) NULL, 1);
03360    G__memfunc_setup("FixParameter",1224,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03361    G__memfunc_setup("GetConfidenceIntervals",2246,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
03362 "i - 'Int_t' 0 - n i - 'Int_t' 0 - ndim "
03363 "D - 'Double_t' 10 - x D - 'Double_t' 0 - ci "
03364 "d - 'Double_t' 0 '0.95' cl", (char*)NULL, (void*) NULL, 1);
03365    G__memfunc_setup("GetConfidenceIntervals",2246,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
03366 "U 'TObject' - 0 - obj d - 'Double_t' 0 '0.95' cl", (char*)NULL, (void*) NULL, 1);
03367    G__memfunc_setup("GetCovarianceMatrix",1936,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03368    G__memfunc_setup("GetCovarianceMatrixElement",2650,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
03369 "i - 'Int_t' 0 - i i - 'Int_t' 0 - j", (char*)NULL, (void*) NULL, 1);
03370    G__memfunc_setup("GetErrors",925,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 8, 
03371 "i - 'Int_t' 0 - ipar d - 'Double_t' 1 - eplus "
03372 "d - 'Double_t' 1 - eminus d - 'Double_t' 1 - eparab "
03373 "d - 'Double_t' 1 - globcc", (char*)NULL, (void*) NULL, 1);
03374    G__memfunc_setup("GetMinuit",918,G__G__Minuit_119_0_17, 85, G__get_linked_tagnum(&G__G__MinuitLN_TMinuit), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
03375    G__memfunc_setup("GetNumberTotalParameters",2465,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03376    G__memfunc_setup("GetNumberFreeParameters",2335,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03377    G__memfunc_setup("GetParError",1101,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03378    G__memfunc_setup("GetParameter",1217,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03379    G__memfunc_setup("GetParameter",1217,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 8, 
03380 "i - 'Int_t' 0 - ipar C - - 0 - name "
03381 "d - 'Double_t' 1 - value d - 'Double_t' 1 - verr "
03382 "d - 'Double_t' 1 - vlow d - 'Double_t' 1 - vhigh", (char*)NULL, (void*) NULL, 1);
03383    G__memfunc_setup("GetParName",964,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03384    G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 8, 
03385 "d - 'Double_t' 1 - amin d - 'Double_t' 1 - edm "
03386 "d - 'Double_t' 1 - errdef i - 'Int_t' 1 - nvpar "
03387 "i - 'Int_t' 1 - nparx", (char*)NULL, (void*) NULL, 1);
03388    G__memfunc_setup("GetSumLog",887,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - i", (char*)NULL, (void*) NULL, 1);
03389    G__memfunc_setup("IsFixed",684,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03390    G__memfunc_setup("PrintResults",1279,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 8, 
03391 "i - 'Int_t' 0 - level d - 'Double_t' 0 - amin", (char*)NULL, (void*) NULL, 1);
03392    G__memfunc_setup("ReleaseParameter",1634,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03393    G__memfunc_setup("SetFCN",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - fcn", (char*)NULL, (void*) NULL, 1);
03394    G__memfunc_setup("SetFCN",515,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "1 - 'void (*)(Int_t&, Double_t*, Double_t&f, Double_t*, Int_t)' 0 - fcn", (char*)NULL, (void*) NULL, 1);
03395    G__memfunc_setup("SetFitMethod",1200,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
03396    G__memfunc_setup("SetParameter",1229,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
03397 "i - 'Int_t' 0 - ipar C - - 10 - parname "
03398 "d - 'Double_t' 0 - value d - 'Double_t' 0 - verr "
03399 "d - 'Double_t' 0 - vlow d - 'Double_t' 0 - vhigh", (char*)NULL, (void*) NULL, 1);
03400    G__memfunc_setup("Class",502,G__G__Minuit_119_0_33, 85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TFitter::Class) ), 0);
03401    G__memfunc_setup("Class_Name",982,G__G__Minuit_119_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitter::Class_Name) ), 0);
03402    G__memfunc_setup("Class_Version",1339,G__G__Minuit_119_0_35, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TFitter::Class_Version) ), 0);
03403    G__memfunc_setup("Dictionary",1046,G__G__Minuit_119_0_36, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TFitter::Dictionary) ), 0);
03404    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03405    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);
03406    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);
03407    G__memfunc_setup("StreamerNVirtual",1656,G__G__Minuit_119_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
03408    G__memfunc_setup("DeclFileName",1145,G__G__Minuit_119_0_41, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitter::DeclFileName) ), 0);
03409    G__memfunc_setup("ImplFileLine",1178,G__G__Minuit_119_0_42, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitter::ImplFileLine) ), 0);
03410    G__memfunc_setup("ImplFileName",1171,G__G__Minuit_119_0_43, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TFitter::ImplFileName) ), 0);
03411    G__memfunc_setup("DeclFileLine",1152,G__G__Minuit_119_0_44, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TFitter::DeclFileLine) ), 0);
03412    // automatic destructor
03413    G__memfunc_setup("~TFitter", 832, G__G__Minuit_119_0_45, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
03414    G__tag_memfunc_reset();
03415 }
03416 
03417 static void G__setup_memfuncTLinearFitter(void) {
03418    /* TLinearFitter */
03419    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter));
03420    G__memfunc_setup("AddToDesign",1062,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
03421 "D - 'Double_t' 0 - x d - 'Double_t' 0 - y "
03422 "d - 'Double_t' 0 - e", (char*)NULL, (void*) NULL, 0);
03423    G__memfunc_setup("ComputeTValues",1441,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
03424    G__memfunc_setup("GraphLinearFitter",1723,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 4, 0, "d - 'Double_t' 0 - h", (char*)NULL, (void*) NULL, 0);
03425    G__memfunc_setup("Graph2DLinearFitter",1841,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 4, 0, "d - 'Double_t' 0 - h", (char*)NULL, (void*) NULL, 0);
03426    G__memfunc_setup("HistLinearFitter",1633,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
03427    G__memfunc_setup("MultiGraphLinearFitter",2246,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 4, 0, "d - 'Double_t' 0 - h", (char*)NULL, (void*) NULL, 0);
03428    G__memfunc_setup("Partition",954,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 4, 0, 
03429 "i - 'Int_t' 0 - nmini I - 'Int_t' 0 - indsubdat", (char*)NULL, (void*) NULL, 0);
03430    G__memfunc_setup("RDraw",480,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
03431 "I - 'Int_t' 0 - subdat I - 'Int_t' 0 - indsubdat", (char*)NULL, (void*) NULL, 0);
03432    G__memfunc_setup("CreateSubset",1226,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
03433 "i - 'Int_t' 0 - ntotal i - 'Int_t' 0 - h "
03434 "I - 'Int_t' 0 - index", (char*)NULL, (void*) NULL, 0);
03435    G__memfunc_setup("CStep",479,(G__InterfaceMethod) NULL, 100, -1, G__defined_typename("Double_t"), 0, 7, 1, 4, 0, 
03436 "i - 'Int_t' 0 - step i - 'Int_t' 0 - h "
03437 "D - 'Double_t' 0 - residuals I - 'Int_t' 0 - index "
03438 "I - 'Int_t' 0 - subdat i - 'Int_t' 0 - start "
03439 "i - 'Int_t' 0 - end", (char*)NULL, (void*) NULL, 0);
03440    G__memfunc_setup("Linf",393,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
03441    G__memfunc_setup("TLinearFitter",1309,G__G__Minuit_199_0_12, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
03442    G__memfunc_setup("TLinearFitter",1309,G__G__Minuit_199_0_13, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter), -1, 0, 3, 1, 1, 0, 
03443 "i - 'Int_t' 0 - ndim C - - 10 - formula "
03444 "C - 'Option_t' 10 '\"D\"' opt", (char*)NULL, (void*) NULL, 0);
03445    G__memfunc_setup("TLinearFitter",1309,G__G__Minuit_199_0_14, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ndim", (char*)NULL, (void*) NULL, 0);
03446    G__memfunc_setup("TLinearFitter",1309,G__G__Minuit_199_0_15, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter), -1, 0, 2, 1, 1, 0, 
03447 "U 'TFormula' - 0 - function C - 'Option_t' 10 '\"D\"' opt", (char*)NULL, (void*) NULL, 0);
03448    G__memfunc_setup("TLinearFitter",1309,G__G__Minuit_199_0_16, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter), -1, 0, 1, 1, 1, 0, "u 'TLinearFitter' - 11 - tlf", (char*)NULL, (void*) NULL, 0);
03449    G__memfunc_setup("operator=",937,G__G__Minuit_199_0_17, 117, G__get_linked_tagnum(&G__G__MinuitLN_TLinearFitter), -1, 1, 1, 1, 1, 0, "u 'TLinearFitter' - 11 - tlf", (char*)NULL, (void*) NULL, 0);
03450    G__memfunc_setup("Add",265,G__G__Minuit_199_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TLinearFitter' - 0 - tlf", (char*)NULL, (void*) NULL, 1);
03451    G__memfunc_setup("AddPoint",787,G__G__Minuit_199_0_19, 121, -1, -1, 0, 3, 1, 1, 0, 
03452 "D - 'Double_t' 0 - x d - 'Double_t' 0 - y "
03453 "d - 'Double_t' 0 '1' e", (char*)NULL, (void*) NULL, 1);
03454    G__memfunc_setup("AddTempMatrices",1495,G__G__Minuit_199_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03455    G__memfunc_setup("AssignData",991,G__G__Minuit_199_0_21, 121, -1, -1, 0, 5, 1, 1, 0, 
03456 "i - 'Int_t' 0 - npoints i - 'Int_t' 0 - xncols "
03457 "D - 'Double_t' 0 - x D - 'Double_t' 0 - y "
03458 "D - 'Double_t' 0 '0' e", (char*)NULL, (void*) NULL, 1);
03459    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);
03460    G__memfunc_setup("ClearPoints",1124,G__G__Minuit_199_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03461    G__memfunc_setup("Chisquare",933,G__G__Minuit_199_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03462    G__memfunc_setup("Eval",392,G__G__Minuit_199_0_25, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03463    G__memfunc_setup("EvalRobust",1031,G__G__Minuit_199_0_26, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "d - 'Double_t' 0 '-1' h", (char*)NULL, (void*) NULL, 1);
03464    G__memfunc_setup("ExecuteCommand",1426,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
03465 "C - - 10 - command D - 'Double_t' 0 - args "
03466 "i - 'Int_t' 0 - nargs", (char*)NULL, (void*) NULL, 1);
03467    G__memfunc_setup("FixParameter",1224,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03468    G__memfunc_setup("FixParameter",1224,G__G__Minuit_199_0_29, 121, -1, -1, 0, 2, 1, 1, 0, 
03469 "i - 'Int_t' 0 - ipar d - 'Double_t' 0 - parvalue", (char*)NULL, (void*) NULL, 1);
03470    G__memfunc_setup("GetAtbVector",1194,G__G__Minuit_199_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVectorT<double>' 'TVectorD' 1 - v", (char*)NULL, (void*) NULL, 1);
03471    G__memfunc_setup("GetChisquare",1221,G__G__Minuit_199_0_31, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03472    G__memfunc_setup("GetConfidenceIntervals",2246,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
03473 "i - 'Int_t' 0 - n i - 'Int_t' 0 - ndim "
03474 "D - 'Double_t' 10 - x D - 'Double_t' 0 - ci "
03475 "d - 'Double_t' 0 '0.95' cl", (char*)NULL, (void*) NULL, 1);
03476    G__memfunc_setup("GetConfidenceIntervals",2246,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
03477 "U 'TObject' - 0 - obj d - 'Double_t' 0 '0.95' cl", (char*)NULL, (void*) NULL, 1);
03478    G__memfunc_setup("GetCovarianceMatrix",1936,(G__InterfaceMethod) NULL,68, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03479    G__memfunc_setup("GetCovarianceMatrix",1936,G__G__Minuit_199_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMatrixT<double>' 'TMatrixD' 1 - matr", (char*)NULL, (void*) NULL, 1);
03480    G__memfunc_setup("GetCovarianceMatrixElement",2650,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
03481 "i - 'Int_t' 0 - i i - 'Int_t' 0 - j", (char*)NULL, (void*) NULL, 1);
03482    G__memfunc_setup("GetDesignMatrix",1519,G__G__Minuit_199_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMatrixT<double>' 'TMatrixD' 1 - matr", (char*)NULL, (void*) NULL, 1);
03483    G__memfunc_setup("GetErrors",925,G__G__Minuit_199_0_38, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVectorT<double>' 'TVectorD' 1 - vpar", (char*)NULL, (void*) NULL, 1);
03484    G__memfunc_setup("GetNumberTotalParameters",2465,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03485    G__memfunc_setup("GetNumberFreeParameters",2335,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03486    G__memfunc_setup("GetNpoints",1035,G__G__Minuit_199_0_41, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03487    G__memfunc_setup("GetParameters",1332,G__G__Minuit_199_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TVectorT<double>' 'TVectorD' 1 - vpar", (char*)NULL, (void*) NULL, 1);
03488    G__memfunc_setup("GetParameter",1217,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03489    G__memfunc_setup("GetParameter",1217,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 8, 
03490 "i - 'Int_t' 0 - ipar C - - 0 - name "
03491 "d - 'Double_t' 1 - value d - 'Double_t' 1 - - "
03492 "d - 'Double_t' 1 - - d - 'Double_t' 1 - -", (char*)NULL, (void*) NULL, 1);
03493    G__memfunc_setup("GetParName",964,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 9, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03494    G__memfunc_setup("GetParError",1101,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03495    G__memfunc_setup("GetParTValue",1172,G__G__Minuit_199_0_47, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03496    G__memfunc_setup("GetParSignificance",1798,G__G__Minuit_199_0_48, 100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03497    G__memfunc_setup("GetFitSample",1189,G__G__Minuit_199_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBits' - 1 - bits", (char*)NULL, (void*) NULL, 1);
03498    G__memfunc_setup("GetY2",427,G__G__Minuit_199_0_50, 100, -1, G__defined_typename("Double_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03499    G__memfunc_setup("IsFixed",684,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03500    G__memfunc_setup("Merge",496,G__G__Minuit_199_0_52, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TCollection' - 0 - list", (char*)NULL, (void*) NULL, 1);
03501    G__memfunc_setup("PrintResults",1279,G__G__Minuit_199_0_53, 121, -1, -1, 0, 2, 1, 1, 8, 
03502 "i - 'Int_t' 0 - level d - 'Double_t' 0 '0' amin", (char*)NULL, (void*) NULL, 1);
03503    G__memfunc_setup("ReleaseParameter",1634,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ipar", (char*)NULL, (void*) NULL, 1);
03504    G__memfunc_setup("SetBasisFunctions",1751,G__G__Minuit_199_0_55, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObjArray' - 0 - functions", (char*)NULL, (void*) NULL, 1);
03505    G__memfunc_setup("SetDim",582,G__G__Minuit_199_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
03506    G__memfunc_setup("SetFormula",1026,G__G__Minuit_199_0_57, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - formula", (char*)NULL, (void*) NULL, 1);
03507    G__memfunc_setup("SetFormula",1026,G__G__Minuit_199_0_58, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TFormula' - 0 - function", (char*)NULL, (void*) NULL, 1);
03508    G__memfunc_setup("StoreData",903,G__G__Minuit_199_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - store", (char*)NULL, (void*) NULL, 1);
03509    G__memfunc_setup("UpdateMatrix",1240,G__G__Minuit_199_0_60, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03510    G__memfunc_setup("Chisquare",933,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 8, 
03511 "i - 'Int_t' 0 - - D - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
03512    G__memfunc_setup("GetErrors",925,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 8, 
03513 "i - 'Int_t' 0 - - d - 'Double_t' 1 - - "
03514 "d - 'Double_t' 1 - - d - 'Double_t' 1 - - "
03515 "d - 'Double_t' 1 - -", (char*)NULL, (void*) NULL, 1);
03516    G__memfunc_setup("GetStats",815,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 5, 1, 1, 8, 
03517 "d - 'Double_t' 1 - - d - 'Double_t' 1 - - "
03518 "d - 'Double_t' 1 - - i - 'Int_t' 1 - - "
03519 "i - 'Int_t' 1 - -", (char*)NULL, (void*) NULL, 1);
03520    G__memfunc_setup("GetSumLog",887,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
03521    G__memfunc_setup("SetFitMethod",1200,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
03522    G__memfunc_setup("SetParameter",1229,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 6, 1, 1, 0, 
03523 "i - 'Int_t' 0 - - C - - 10 - - "
03524 "d - 'Double_t' 0 - - d - 'Double_t' 0 - - "
03525 "d - 'Double_t' 0 - - d - 'Double_t' 0 - -", (char*)NULL, (void*) NULL, 1);
03526    G__memfunc_setup("Class",502,G__G__Minuit_199_0_67, 85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLinearFitter::Class) ), 0);
03527    G__memfunc_setup("Class_Name",982,G__G__Minuit_199_0_68, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLinearFitter::Class_Name) ), 0);
03528    G__memfunc_setup("Class_Version",1339,G__G__Minuit_199_0_69, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLinearFitter::Class_Version) ), 0);
03529    G__memfunc_setup("Dictionary",1046,G__G__Minuit_199_0_70, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLinearFitter::Dictionary) ), 0);
03530    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03531    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);
03532    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);
03533    G__memfunc_setup("StreamerNVirtual",1656,G__G__Minuit_199_0_74, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
03534    G__memfunc_setup("DeclFileName",1145,G__G__Minuit_199_0_75, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLinearFitter::DeclFileName) ), 0);
03535    G__memfunc_setup("ImplFileLine",1178,G__G__Minuit_199_0_76, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLinearFitter::ImplFileLine) ), 0);
03536    G__memfunc_setup("ImplFileName",1171,G__G__Minuit_199_0_77, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLinearFitter::ImplFileName) ), 0);
03537    G__memfunc_setup("DeclFileLine",1152,G__G__Minuit_199_0_78, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLinearFitter::DeclFileLine) ), 0);
03538    // automatic destructor
03539    G__memfunc_setup("~TLinearFitter", 1435, G__G__Minuit_199_0_79, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
03540    G__tag_memfunc_reset();
03541 }
03542 
03543 static void G__setup_memfuncTLinearMinimizer(void) {
03544    /* TLinearMinimizer */
03545    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer));
03546    G__memfunc_setup("TLinearMinimizer",1635,G__G__Minuit_210_0_1, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer), -1, 0, 1, 1, 1, 0, "i - - 0 '0' type", (char*)NULL, (void*) NULL, 0);
03547    G__memfunc_setup("TLinearMinimizer",1635,G__G__Minuit_210_0_2, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer), -1, 0, 1, 1, 1, 0, "C - - 10 - type", (char*)NULL, (void*) NULL, 0);
03548    G__memfunc_setup("TLinearMinimizer",1635,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer), -1, 0, 1, 1, 4, 0, "u 'TLinearMinimizer' - 11 - -", (char*)NULL, (void*) NULL, 0);
03549    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__MinuitLN_TLinearMinimizer), -1, 1, 1, 1, 4, 0, "u 'TLinearMinimizer' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
03550    G__memfunc_setup("SetFunction",1138,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'ROOT::Math::IBaseFunctionMultiDim' 'ROOT::Math::IMultiGenFunction' 11 - func", (char*)NULL, (void*) NULL, 1);
03551    G__memfunc_setup("SetFunction",1138,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'ROOT::Math::IGradientFunctionMultiDim' 'ROOT::Math::IMultiGradFunction' 11 - func", (char*)NULL, (void*) NULL, 1);
03552    G__memfunc_setup("SetVariable",1106,(G__InterfaceMethod) NULL,103, -1, -1, 0, 4, 1, 1, 0, 
03553 "h - - 0 - - u 'string' - 11 - - "
03554 "d - - 0 - - d - - 0 - -", (char*)NULL, (void*) NULL, 1);
03555    G__memfunc_setup("SetFixedVariable",1602,(G__InterfaceMethod) NULL,103, -1, -1, 0, 3, 1, 1, 0, 
03556 "h - - 0 - - u 'string' - 11 - - "
03557 "d - - 0 - -", (char*)NULL, (void*) NULL, 1);
03558    G__memfunc_setup("Minimize",834,(G__InterfaceMethod) NULL,103, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03559    G__memfunc_setup("MinValue",801,(G__InterfaceMethod) NULL,100, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03560    G__memfunc_setup("Edm",278,(G__InterfaceMethod) NULL,100, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03561    G__memfunc_setup("X",88,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
03562    G__memfunc_setup("MinGradient",1106,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", "not available in Minuit2 ", (void*) NULL, 1);
03563    G__memfunc_setup("NCalls",573,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03564    G__memfunc_setup("NDim",360,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03565    G__memfunc_setup("NFree",464,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03566    G__memfunc_setup("ProvidesError",1366,(G__InterfaceMethod) NULL,103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03567    G__memfunc_setup("Errors",637,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
03568    G__memfunc_setup("CovMatrix",925,(G__InterfaceMethod) NULL,100, -1, -1, 0, 2, 1, 1, 8, 
03569 "h - - 0 - i h - - 0 - j", (char*)NULL, (void*) NULL, 1);
03570    G__memfunc_setup("CovMatrixStatus",1569,(G__InterfaceMethod) NULL,105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03571    G__memfunc_setup("Class",502,G__G__Minuit_210_0_21, 85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TLinearMinimizer::Class) ), 0);
03572    G__memfunc_setup("Class_Name",982,G__G__Minuit_210_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLinearMinimizer::Class_Name) ), 0);
03573    G__memfunc_setup("Class_Version",1339,G__G__Minuit_210_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TLinearMinimizer::Class_Version) ), 0);
03574    G__memfunc_setup("Dictionary",1046,G__G__Minuit_210_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TLinearMinimizer::Dictionary) ), 0);
03575    G__memfunc_setup("IsA",253,G__G__Minuit_210_0_25, 85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03576    G__memfunc_setup("ShowMembers",1132,G__G__Minuit_210_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
03577    G__memfunc_setup("Streamer",835,G__G__Minuit_210_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
03578    G__memfunc_setup("StreamerNVirtual",1656,G__G__Minuit_210_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
03579    G__memfunc_setup("DeclFileName",1145,G__G__Minuit_210_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLinearMinimizer::DeclFileName) ), 0);
03580    G__memfunc_setup("ImplFileLine",1178,G__G__Minuit_210_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLinearMinimizer::ImplFileLine) ), 0);
03581    G__memfunc_setup("ImplFileName",1171,G__G__Minuit_210_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TLinearMinimizer::ImplFileName) ), 0);
03582    G__memfunc_setup("DeclFileLine",1152,G__G__Minuit_210_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TLinearMinimizer::DeclFileLine) ), 0);
03583    // automatic destructor
03584    G__memfunc_setup("~TLinearMinimizer", 1761, G__G__Minuit_210_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
03585    G__tag_memfunc_reset();
03586 }
03587 
03588 static void G__setup_memfuncTMinuitMinimizer(void) {
03589    /* TMinuitMinimizer */
03590    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer));
03591    G__memfunc_setup("TMinuitMinimizer",1662,G__G__Minuit_218_0_1, 105, G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer), -1, 0, 2, 1, 1, 0, 
03592 "i 'ROOT::Minuit::EMinimizerType' - 0 'ROOT::Minuit::kMigrad' type h - - 0 '0' ndim", (char*)NULL, (void*) NULL, 0);
03593    G__memfunc_setup("TMinuitMinimizer",1662,G__G__Minuit_218_0_2, 105, G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer), -1, 0, 2, 1, 1, 0, 
03594 "C - - 10 - type h - - 0 '0' ndim", (char*)NULL, (void*) NULL, 0);
03595    G__memfunc_setup("TMinuitMinimizer",1662,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer), -1, 0, 1, 1, 4, 0, "u 'TMinuitMinimizer' - 11 - -", (char*)NULL, (void*) NULL, 0);
03596    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__MinuitLN_TMinuitMinimizer), -1, 1, 1, 1, 4, 0, "u 'TMinuitMinimizer' - 11 - rhs", (char*)NULL, (void*) NULL, 0);
03597    G__memfunc_setup("SetFunction",1138,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'ROOT::Math::IBaseFunctionMultiDim' 'ROOT::Math::IMultiGenFunction' 11 - func", (char*)NULL, (void*) NULL, 1);
03598    G__memfunc_setup("SetFunction",1138,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'ROOT::Math::IGradientFunctionMultiDim' 'ROOT::Math::IMultiGradFunction' 11 - func", (char*)NULL, (void*) NULL, 1);
03599    G__memfunc_setup("SetVariable",1106,(G__InterfaceMethod) NULL,103, -1, -1, 0, 4, 1, 1, 0, 
03600 "h - - 0 - ivar u 'string' - 11 - name "
03601 "d - - 0 - val d - - 0 - step", (char*)NULL, (void*) NULL, 1);
03602    G__memfunc_setup("SetLimitedVariable",1818,(G__InterfaceMethod) NULL,103, -1, -1, 0, 6, 1, 1, 0, 
03603 "h - - 0 - ivar u 'string' - 11 - name "
03604 "d - - 0 - val d - - 0 - step "
03605 "d - - 0 - - d - - 0 - -", (char*)NULL, (void*) NULL, 1);
03606    G__memfunc_setup("SetFixedVariable",1602,(G__InterfaceMethod) NULL,103, -1, -1, 0, 3, 1, 1, 0, 
03607 "h - - 0 - - u 'string' - 11 - - "
03608 "d - - 0 - -", (char*)NULL, (void*) NULL, 1);
03609    G__memfunc_setup("SetVariableValue",1615,(G__InterfaceMethod) NULL,103, -1, -1, 0, 2, 1, 1, 0, 
03610 "h - - 0 - - d - - 0 - -", (char*)NULL, (void*) NULL, 1);
03611    G__memfunc_setup("Minimize",834,(G__InterfaceMethod) NULL,103, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03612    G__memfunc_setup("MinValue",801,(G__InterfaceMethod) NULL,100, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03613    G__memfunc_setup("Edm",278,(G__InterfaceMethod) NULL,100, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03614    G__memfunc_setup("X",88,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
03615    G__memfunc_setup("MinGradient",1106,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", "not available in Minuit2 ", (void*) NULL, 1);
03616    G__memfunc_setup("NCalls",573,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03617    G__memfunc_setup("NDim",360,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03618    G__memfunc_setup("NFree",464,(G__InterfaceMethod) NULL,104, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03619    G__memfunc_setup("ProvidesError",1366,(G__InterfaceMethod) NULL,103, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03620    G__memfunc_setup("Errors",637,(G__InterfaceMethod) NULL,68, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
03621    G__memfunc_setup("CovMatrix",925,(G__InterfaceMethod) NULL,100, -1, -1, 0, 2, 1, 1, 8, 
03622 "h - - 0 - i h - - 0 - j", (char*)NULL, (void*) NULL, 1);
03623    G__memfunc_setup("CovMatrixStatus",1569,(G__InterfaceMethod) NULL,105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03624    G__memfunc_setup("GlobalCC",727,(G__InterfaceMethod) NULL,100, -1, -1, 0, 1, 1, 1, 8, "h - - 0 - -", (char*)NULL, (void*) NULL, 1);
03625    G__memfunc_setup("GetMinosError",1328,(G__InterfaceMethod) NULL,103, -1, -1, 0, 4, 1, 1, 0, 
03626 "h - - 0 - i d - - 1 - errLow "
03627 "d - - 1 - errUp i - - 0 '0' -", (char*)NULL, (void*) NULL, 1);
03628    G__memfunc_setup("Hesse",504,(G__InterfaceMethod) NULL,103, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03629    G__memfunc_setup("Scan",389,(G__InterfaceMethod) NULL,103, -1, -1, 0, 6, 1, 1, 0, 
03630 "h - - 0 - i h - - 1 - nstep "
03631 "D - - 0 - x D - - 0 - y "
03632 "d - - 0 '0' xmin d - - 0 '0' xmax", (char*)NULL, (void*) NULL, 1);
03633    G__memfunc_setup("Contour",746,(G__InterfaceMethod) NULL,103, -1, -1, 0, 5, 1, 1, 0, 
03634 "h - - 0 - i h - - 0 - j "
03635 "h - - 1 - npoints D - - 0 - xi "
03636 "D - - 0 - xj", (char*)NULL, (void*) NULL, 1);
03637    G__memfunc_setup("PrintResults",1279,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
03638    G__memfunc_setup("VariableName",1191,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__MinuitLN_string), -1, 0, 1, 1, 1, 8, "h - - 0 - ivar", (char*)NULL, (void*) NULL, 1);
03639    G__memfunc_setup("VariableIndex",1310,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 8, "u 'string' - 11 - name", (char*)NULL, (void*) NULL, 1);
03640    G__memfunc_setup("UseStaticMinuit",1547,G__G__Minuit_218_0_31, 103, -1, -1, 0, 1, 3, 1, 0, "g - - 0 'true' on", (char*)NULL, (void*) G__func2void( (bool (*)(bool))(&TMinuitMinimizer::UseStaticMinuit) ), 0);
03641    G__memfunc_setup("Fcn",279,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 3, 2, 0, 
03642 "i - - 1 - - D - - 0 - - "
03643 "d - - 1 - f D - - 0 - - "
03644 "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
03645    G__memfunc_setup("FcnGrad",661,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 3, 2, 0, 
03646 "i - - 1 - - D - - 0 - g "
03647 "d - - 1 - f D - - 0 - - "
03648 "i - - 0 - -", (char*)NULL, (void*) NULL, 0);
03649    G__memfunc_setup("InitTMinuit",1118,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - - 0 - ndim", (char*)NULL, (void*) NULL, 0);
03650    G__memfunc_setup("DoClear",666,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
03651    G__memfunc_setup("DoReleaseFixParameter",2108,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - - 0 - ivar", (char*)NULL, (void*) NULL, 0);
03652    G__memfunc_setup("RetrieveParams",1450,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
03653    G__memfunc_setup("RetrieveErrorMatrix",1989,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
03654    G__memfunc_setup("Class",502,G__G__Minuit_218_0_39, 85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TMinuitMinimizer::Class) ), 0);
03655    G__memfunc_setup("Class_Name",982,G__G__Minuit_218_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMinuitMinimizer::Class_Name) ), 0);
03656    G__memfunc_setup("Class_Version",1339,G__G__Minuit_218_0_41, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TMinuitMinimizer::Class_Version) ), 0);
03657    G__memfunc_setup("Dictionary",1046,G__G__Minuit_218_0_42, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMinuitMinimizer::Dictionary) ), 0);
03658    G__memfunc_setup("IsA",253,G__G__Minuit_218_0_43, 85, G__get_linked_tagnum(&G__G__MinuitLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
03659    G__memfunc_setup("ShowMembers",1132,G__G__Minuit_218_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
03660    G__memfunc_setup("Streamer",835,G__G__Minuit_218_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
03661    G__memfunc_setup("StreamerNVirtual",1656,G__G__Minuit_218_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
03662    G__memfunc_setup("DeclFileName",1145,G__G__Minuit_218_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMinuitMinimizer::DeclFileName) ), 0);
03663    G__memfunc_setup("ImplFileLine",1178,G__G__Minuit_218_0_48, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMinuitMinimizer::ImplFileLine) ), 0);
03664    G__memfunc_setup("ImplFileName",1171,G__G__Minuit_218_0_49, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMinuitMinimizer::ImplFileName) ), 0);
03665    G__memfunc_setup("DeclFileLine",1152,G__G__Minuit_218_0_50, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMinuitMinimizer::DeclFileLine) ), 0);
03666    // automatic destructor
03667    G__memfunc_setup("~TMinuitMinimizer", 1788, G__G__Minuit_218_0_51, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
03668    G__tag_memfunc_reset();
03669 }
03670 
03671 
03672 /*********************************************************
03673 * Member function information setup
03674 *********************************************************/
03675 extern "C" void G__cpp_setup_memfuncG__Minuit() {
03676 }
03677 
03678 /*********************************************************
03679 * Global variable information setup for each class
03680 *********************************************************/
03681 static void G__cpp_setup_global0() {
03682 
03683    /* Setting up global variables */
03684    G__resetplocal();
03685 
03686 }
03687 
03688 static void G__cpp_setup_global1() {
03689 }
03690 
03691 static void G__cpp_setup_global2() {
03692    G__memvar_setup((void*)(&gMinuit),85,0,0,G__get_linked_tagnum(&G__G__MinuitLN_TMinuit),-1,-1,1,"gMinuit=",0,(char*)NULL);
03693 
03694    G__resetglobalenv();
03695 }
03696 extern "C" void G__cpp_setup_globalG__Minuit() {
03697   G__cpp_setup_global0();
03698   G__cpp_setup_global1();
03699   G__cpp_setup_global2();
03700 }
03701 
03702 /*********************************************************
03703 * Global function information setup for each class
03704 *********************************************************/
03705 static void G__cpp_setup_func0() {
03706    G__lastifuncposition();
03707 
03708 }
03709 
03710 static void G__cpp_setup_func1() {
03711 }
03712 
03713 static void G__cpp_setup_func2() {
03714 }
03715 
03716 static void G__cpp_setup_func3() {
03717 }
03718 
03719 static void G__cpp_setup_func4() {
03720 
03721    G__resetifuncposition();
03722 }
03723 
03724 extern "C" void G__cpp_setup_funcG__Minuit() {
03725   G__cpp_setup_func0();
03726   G__cpp_setup_func1();
03727   G__cpp_setup_func2();
03728   G__cpp_setup_func3();
03729   G__cpp_setup_func4();
03730 }
03731 
03732 /*********************************************************
03733 * Class,struct,union,enum tag information setup
03734 *********************************************************/
03735 /* Setup class/struct taginfo */
03736 G__linked_taginfo G__G__MinuitLN_TClass = { "TClass" , 99 , -1 };
03737 G__linked_taginfo G__G__MinuitLN_TBuffer = { "TBuffer" , 99 , -1 };
03738 G__linked_taginfo G__G__MinuitLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
03739 G__linked_taginfo G__G__MinuitLN_TObject = { "TObject" , 99 , -1 };
03740 G__linked_taginfo G__G__MinuitLN_TNamed = { "TNamed" , 99 , -1 };
03741 G__linked_taginfo G__G__MinuitLN_TString = { "TString" , 99 , -1 };
03742 G__linked_taginfo G__G__MinuitLN_ROOT = { "ROOT" , 110 , -1 };
03743 G__linked_taginfo G__G__MinuitLN_string = { "string" , 99 , -1 };
03744 G__linked_taginfo G__G__MinuitLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
03745 G__linked_taginfo G__G__MinuitLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
03746 G__linked_taginfo G__G__MinuitLN_TObjArray = { "TObjArray" , 99 , -1 };
03747 G__linked_taginfo G__G__MinuitLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
03748 G__linked_taginfo G__G__MinuitLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
03749 G__linked_taginfo G__G__MinuitLN_TMethodCall = { "TMethodCall" , 99 , -1 };
03750 G__linked_taginfo G__G__MinuitLN_TVirtualFitter = { "TVirtualFitter" , 99 , -1 };
03751 G__linked_taginfo G__G__MinuitLN_TMinuit = { "TMinuit" , 99 , -1 };
03752 G__linked_taginfo G__G__MinuitLN_TFitter = { "TFitter" , 99 , -1 };
03753 G__linked_taginfo G__G__MinuitLN_TMatrixTBaselEfloatgR = { "TMatrixTBase<float>" , 99 , -1 };
03754 G__linked_taginfo G__G__MinuitLN_TMatrixTBaselEdoublegR = { "TMatrixTBase<double>" , 99 , -1 };
03755 G__linked_taginfo G__G__MinuitLN_TVectorTlEfloatgR = { "TVectorT<float>" , 99 , -1 };
03756 G__linked_taginfo G__G__MinuitLN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
03757 G__linked_taginfo G__G__MinuitLN_TElementActionTlEdoublegR = { "TElementActionT<double>" , 99 , -1 };
03758 G__linked_taginfo G__G__MinuitLN_TElementPosActionTlEdoublegR = { "TElementPosActionT<double>" , 99 , -1 };
03759 G__linked_taginfo G__G__MinuitLN_TMatrixTRow_constlEdoublegR = { "TMatrixTRow_const<double>" , 99 , -1 };
03760 G__linked_taginfo G__G__MinuitLN_TMatrixTlEdoublegR = { "TMatrixT<double>" , 99 , -1 };
03761 G__linked_taginfo G__G__MinuitLN_TMatrixTSymlEdoublegR = { "TMatrixTSym<double>" , 99 , -1 };
03762 G__linked_taginfo G__G__MinuitLN_TMatrixTRowlEdoublegR = { "TMatrixTRow<double>" , 99 , -1 };
03763 G__linked_taginfo G__G__MinuitLN_TMatrixTSparselEdoublegR = { "TMatrixTSparse<double>" , 99 , -1 };
03764 G__linked_taginfo G__G__MinuitLN_TMatrixTSparseRow_constlEdoublegR = { "TMatrixTSparseRow_const<double>" , 99 , -1 };
03765 G__linked_taginfo G__G__MinuitLN_TMatrixTSparseRowlEdoublegR = { "TMatrixTSparseRow<double>" , 99 , -1 };
03766 G__linked_taginfo G__G__MinuitLN_TMatrixTDiag_constlEdoublegR = { "TMatrixTDiag_const<double>" , 99 , -1 };
03767 G__linked_taginfo G__G__MinuitLN_TMatrixTColumn_constlEdoublegR = { "TMatrixTColumn_const<double>" , 99 , -1 };
03768 G__linked_taginfo G__G__MinuitLN_TMatrixTSparseDiag_constlEdoublegR = { "TMatrixTSparseDiag_const<double>" , 99 , -1 };
03769 G__linked_taginfo G__G__MinuitLN_TMatrixTFlat_constlEdoublegR = { "TMatrixTFlat_const<double>" , 99 , -1 };
03770 G__linked_taginfo G__G__MinuitLN_TMatrixTSub_constlEdoublegR = { "TMatrixTSub_const<double>" , 99 , -1 };
03771 G__linked_taginfo G__G__MinuitLN_TMatrixTColumnlEdoublegR = { "TMatrixTColumn<double>" , 99 , -1 };
03772 G__linked_taginfo G__G__MinuitLN_TMatrixTDiaglEdoublegR = { "TMatrixTDiag<double>" , 99 , -1 };
03773 G__linked_taginfo G__G__MinuitLN_TMatrixTFlatlEdoublegR = { "TMatrixTFlat<double>" , 99 , -1 };
03774 G__linked_taginfo G__G__MinuitLN_TMatrixTSublEdoublegR = { "TMatrixTSub<double>" , 99 , -1 };
03775 G__linked_taginfo G__G__MinuitLN_TMatrixTSparseDiaglEdoublegR = { "TMatrixTSparseDiag<double>" , 99 , -1 };
03776 G__linked_taginfo G__G__MinuitLN_TBits = { "TBits" , 99 , -1 };
03777 G__linked_taginfo G__G__MinuitLN_TCollection = { "TCollection" , 99 , -1 };
03778 G__linked_taginfo G__G__MinuitLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
03779 G__linked_taginfo G__G__MinuitLN_TFormula = { "TFormula" , 99 , -1 };
03780 G__linked_taginfo G__G__MinuitLN_TLinearFitter = { "TLinearFitter" , 99 , -1 };
03781 G__linked_taginfo G__G__MinuitLN_ROOTcLcLMath = { "ROOT::Math" , 110 , -1 };
03782 G__linked_taginfo G__G__MinuitLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim = { "ROOT::Math::IBaseFunctionMultiDim" , 99 , -1 };
03783 G__linked_taginfo G__G__MinuitLN_ROOTcLcLMathcLcLIGradientFunctionMultiDim = { "ROOT::Math::IGradientFunctionMultiDim" , 99 , -1 };
03784 G__linked_taginfo G__G__MinuitLN_ROOTcLcLMathcLcLMinimizer = { "ROOT::Math::Minimizer" , 99 , -1 };
03785 G__linked_taginfo G__G__MinuitLN_TLinearMinimizer = { "TLinearMinimizer" , 99 , -1 };
03786 G__linked_taginfo G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR = { "vector<double,allocator<double> >" , 99 , -1 };
03787 G__linked_taginfo G__G__MinuitLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR = { "reverse_iterator<vector<double,allocator<double> >::iterator>" , 99 , -1 };
03788 G__linked_taginfo G__G__MinuitLN_TMinuitcLcLdA = { "TMinuit::$" , 101 , -1 };
03789 G__linked_taginfo G__G__MinuitLN_ROOTcLcLMinuit = { "ROOT::Minuit" , 110 , -1 };
03790 G__linked_taginfo G__G__MinuitLN_ROOTcLcLMinuitcLcLEMinimizerType = { "ROOT::Minuit::EMinimizerType" , 101 , -1 };
03791 G__linked_taginfo G__G__MinuitLN_TMinuitMinimizer = { "TMinuitMinimizer" , 99 , -1 };
03792 
03793 /* Reset class/struct taginfo */
03794 extern "C" void G__cpp_reset_tagtableG__Minuit() {
03795   G__G__MinuitLN_TClass.tagnum = -1 ;
03796   G__G__MinuitLN_TBuffer.tagnum = -1 ;
03797   G__G__MinuitLN_TMemberInspector.tagnum = -1 ;
03798   G__G__MinuitLN_TObject.tagnum = -1 ;
03799   G__G__MinuitLN_TNamed.tagnum = -1 ;
03800   G__G__MinuitLN_TString.tagnum = -1 ;
03801   G__G__MinuitLN_ROOT.tagnum = -1 ;
03802   G__G__MinuitLN_string.tagnum = -1 ;
03803   G__G__MinuitLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
03804   G__G__MinuitLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
03805   G__G__MinuitLN_TObjArray.tagnum = -1 ;
03806   G__G__MinuitLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
03807   G__G__MinuitLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
03808   G__G__MinuitLN_TMethodCall.tagnum = -1 ;
03809   G__G__MinuitLN_TVirtualFitter.tagnum = -1 ;
03810   G__G__MinuitLN_TMinuit.tagnum = -1 ;
03811   G__G__MinuitLN_TFitter.tagnum = -1 ;
03812   G__G__MinuitLN_TMatrixTBaselEfloatgR.tagnum = -1 ;
03813   G__G__MinuitLN_TMatrixTBaselEdoublegR.tagnum = -1 ;
03814   G__G__MinuitLN_TVectorTlEfloatgR.tagnum = -1 ;
03815   G__G__MinuitLN_TVectorTlEdoublegR.tagnum = -1 ;
03816   G__G__MinuitLN_TElementActionTlEdoublegR.tagnum = -1 ;
03817   G__G__MinuitLN_TElementPosActionTlEdoublegR.tagnum = -1 ;
03818   G__G__MinuitLN_TMatrixTRow_constlEdoublegR.tagnum = -1 ;
03819   G__G__MinuitLN_TMatrixTlEdoublegR.tagnum = -1 ;
03820   G__G__MinuitLN_TMatrixTSymlEdoublegR.tagnum = -1 ;
03821   G__G__MinuitLN_TMatrixTRowlEdoublegR.tagnum = -1 ;
03822   G__G__MinuitLN_TMatrixTSparselEdoublegR.tagnum = -1 ;
03823   G__G__MinuitLN_TMatrixTSparseRow_constlEdoublegR.tagnum = -1 ;
03824   G__G__MinuitLN_TMatrixTSparseRowlEdoublegR.tagnum = -1 ;
03825   G__G__MinuitLN_TMatrixTDiag_constlEdoublegR.tagnum = -1 ;
03826   G__G__MinuitLN_TMatrixTColumn_constlEdoublegR.tagnum = -1 ;
03827   G__G__MinuitLN_TMatrixTSparseDiag_constlEdoublegR.tagnum = -1 ;
03828   G__G__MinuitLN_TMatrixTFlat_constlEdoublegR.tagnum = -1 ;
03829   G__G__MinuitLN_TMatrixTSub_constlEdoublegR.tagnum = -1 ;
03830   G__G__MinuitLN_TMatrixTColumnlEdoublegR.tagnum = -1 ;
03831   G__G__MinuitLN_TMatrixTDiaglEdoublegR.tagnum = -1 ;
03832   G__G__MinuitLN_TMatrixTFlatlEdoublegR.tagnum = -1 ;
03833   G__G__MinuitLN_TMatrixTSublEdoublegR.tagnum = -1 ;
03834   G__G__MinuitLN_TMatrixTSparseDiaglEdoublegR.tagnum = -1 ;
03835   G__G__MinuitLN_TBits.tagnum = -1 ;
03836   G__G__MinuitLN_TCollection.tagnum = -1 ;
03837   G__G__MinuitLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
03838   G__G__MinuitLN_TFormula.tagnum = -1 ;
03839   G__G__MinuitLN_TLinearFitter.tagnum = -1 ;
03840   G__G__MinuitLN_ROOTcLcLMath.tagnum = -1 ;
03841   G__G__MinuitLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim.tagnum = -1 ;
03842   G__G__MinuitLN_ROOTcLcLMathcLcLIGradientFunctionMultiDim.tagnum = -1 ;
03843   G__G__MinuitLN_ROOTcLcLMathcLcLMinimizer.tagnum = -1 ;
03844   G__G__MinuitLN_TLinearMinimizer.tagnum = -1 ;
03845   G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR.tagnum = -1 ;
03846   G__G__MinuitLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR.tagnum = -1 ;
03847   G__G__MinuitLN_TMinuitcLcLdA.tagnum = -1 ;
03848   G__G__MinuitLN_ROOTcLcLMinuit.tagnum = -1 ;
03849   G__G__MinuitLN_ROOTcLcLMinuitcLcLEMinimizerType.tagnum = -1 ;
03850   G__G__MinuitLN_TMinuitMinimizer.tagnum = -1 ;
03851 }
03852 
03853 
03854 extern "C" void G__cpp_setup_tagtableG__Minuit() {
03855 
03856    /* Setting up class,struct,union tag entry */
03857    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TClass);
03858    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TBuffer);
03859    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMemberInspector);
03860    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TObject);
03861    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TNamed);
03862    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TString);
03863    G__get_linked_tagnum_fwd(&G__G__MinuitLN_ROOT);
03864    G__get_linked_tagnum_fwd(&G__G__MinuitLN_string);
03865    G__get_linked_tagnum_fwd(&G__G__MinuitLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
03866    G__get_linked_tagnum_fwd(&G__G__MinuitLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
03867    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TObjArray);
03868    G__get_linked_tagnum_fwd(&G__G__MinuitLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
03869    G__get_linked_tagnum_fwd(&G__G__MinuitLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
03870    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMethodCall);
03871    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TVirtualFitter);
03872    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMinuit),sizeof(TMinuit),-1,327424,"The MINUIT minimisation package",G__setup_memvarTMinuit,G__setup_memfuncTMinuit);
03873    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MinuitLN_TFitter),sizeof(TFitter),-1,327424,"The ROOT standard fitter based on TMinuit",G__setup_memvarTFitter,G__setup_memfuncTFitter);
03874    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTBaselEfloatgR);
03875    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTBaselEdoublegR);
03876    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TVectorTlEfloatgR);
03877    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TVectorTlEdoublegR);
03878    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TElementActionTlEdoublegR);
03879    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TElementPosActionTlEdoublegR);
03880    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTRow_constlEdoublegR);
03881    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTlEdoublegR);
03882    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSymlEdoublegR);
03883    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTRowlEdoublegR);
03884    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSparselEdoublegR);
03885    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSparseRow_constlEdoublegR);
03886    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSparseRowlEdoublegR);
03887    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTDiag_constlEdoublegR);
03888    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTColumn_constlEdoublegR);
03889    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSparseDiag_constlEdoublegR);
03890    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTFlat_constlEdoublegR);
03891    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSub_constlEdoublegR);
03892    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTColumnlEdoublegR);
03893    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTDiaglEdoublegR);
03894    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTFlatlEdoublegR);
03895    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSublEdoublegR);
03896    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMatrixTSparseDiaglEdoublegR);
03897    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TBits);
03898    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TCollection);
03899    G__get_linked_tagnum_fwd(&G__G__MinuitLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
03900    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TFormula);
03901    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MinuitLN_TLinearFitter),sizeof(TLinearFitter),-1,130816,"fit a set of data points with a linear combination of functions",G__setup_memvarTLinearFitter,G__setup_memfuncTLinearFitter);
03902    G__get_linked_tagnum_fwd(&G__G__MinuitLN_ROOTcLcLMath);
03903    G__get_linked_tagnum_fwd(&G__G__MinuitLN_ROOTcLcLMathcLcLIBaseFunctionMultiDim);
03904    G__get_linked_tagnum_fwd(&G__G__MinuitLN_ROOTcLcLMathcLcLIGradientFunctionMultiDim);
03905    G__get_linked_tagnum_fwd(&G__G__MinuitLN_ROOTcLcLMathcLcLMinimizer);
03906    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MinuitLN_TLinearMinimizer),sizeof(TLinearMinimizer),-1,298752,"Implementation of the Minimizer interface using TLinearFitter ",G__setup_memvarTLinearMinimizer,G__setup_memfuncTLinearMinimizer);
03907    G__get_linked_tagnum_fwd(&G__G__MinuitLN_vectorlEdoublecOallocatorlEdoublegRsPgR);
03908    G__get_linked_tagnum_fwd(&G__G__MinuitLN_reverse_iteratorlEvectorlEdoublecOallocatorlEdoublegRsPgRcLcLiteratorgR);
03909    G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMinuitcLcLdA);
03910    G__get_linked_tagnum_fwd(&G__G__MinuitLN_ROOTcLcLMinuit);
03911    G__get_linked_tagnum_fwd(&G__G__MinuitLN_ROOTcLcLMinuitcLcLEMinimizerType);
03912    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MinuitLN_TMinuitMinimizer),sizeof(TMinuitMinimizer),-1,298752,"Implementation of Minimizer interface using TMinuit ",G__setup_memvarTMinuitMinimizer,G__setup_memfuncTMinuitMinimizer);
03913 }
03914 extern "C" void G__cpp_setupG__Minuit(void) {
03915   G__check_setup_version(30051515,"G__cpp_setupG__Minuit()");
03916   G__set_cpp_environmentG__Minuit();
03917   G__cpp_setup_tagtableG__Minuit();
03918 
03919   G__cpp_setup_inheritanceG__Minuit();
03920 
03921   G__cpp_setup_typetableG__Minuit();
03922 
03923   G__cpp_setup_memvarG__Minuit();
03924 
03925   G__cpp_setup_memfuncG__Minuit();
03926   G__cpp_setup_globalG__Minuit();
03927   G__cpp_setup_funcG__Minuit();
03928 
03929    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Minuit();
03930   return;
03931 }
03932 class G__cpp_setup_initG__Minuit {
03933   public:
03934     G__cpp_setup_initG__Minuit() { G__add_setup_func("G__Minuit",(G__incsetup)(&G__cpp_setupG__Minuit)); G__call_setup_funcs(); }
03935    ~G__cpp_setup_initG__Minuit() { G__remove_setup_func("G__Minuit"); }
03936 };
03937 G__cpp_setup_initG__Minuit G__cpp_setup_initializerG__Minuit;
03938 

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