Re: [ROOT] TMinuit printout

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu May 30 2002 - 17:26:03 MEST


If you use TH1::Fit or TGraph::Fit use the "q" (quiet) option.
If you use TMinuit directly, do:
    int ierr = 0;
    double arglist[1] = {-1};
    gMinuit->mnexcm("SET PRIN",arglist,1,ierr);

Rene Brun

On Thu, 30 May 2002, Caius Howcroft wrote:

> Hi,
> 
> Is there any way to stop minuit printing things like:
> 
>  NOW USING STRATEGY  2: MAKE SURE MINIMUM TRUE, ERRORS CORRECT
> min chi2:15.3482 at norm: 0.900531
>  PARAMETER DEFINITIONS:
>     NO.   NAME         VALUE      STEP SIZE      LIMITS
>      1 norm         1.00000e+00  1.00000e-04    0.00000e+00  2.50000e+00
>  **********
>  **    1 **SET ERRDEF           1
>  **********
>  **********
>  **    2 **SET STR           2
>  **********
> 
> Cheers
> Caius
> 
> ____________________________
> CAIUS HOWCROFT
> +44 (0)1223 764 128      UK(office)
> AOL IM:                  sumsmug
> Yahoo IM:                sumsmug
> 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:54 MET