Skip to content
Snippets Groups Projects
Commit c456a66e authored by Olivier Couet's avatar Olivier Couet
Browse files

- In case the errors of the fit parameters had large values (>E+07)

  the fit result in the stat box looed not very nice. 
  The Method GetBestFormat have been changed. The problem was
  visible with the following macro:
  {
     gStyle->SetOptFit(1111);
     h = new TH1F("h","h", 2,0.,1.);
     h->SetBinContent(1, 5E8);
     h->SetBinError(1, 4.9E8);
     h->Fit("pol0");
  }


git-svn-id: http://root.cern.ch/svn/root/trunk@27399 27541ba8-7e3a-0410-8455-c3a389f83636
parent c392df13
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment