[ROOT] TH1::Fit display uncertainties? (v3-10-01)

From: Nathan Goldschmidt (njg@fnal.gov)
Date: Sun Nov 16 2003 - 02:53:11 MET


Using ROOT v3-10-01, there seems to be a bug where the uncertainties 
from TH1::Fit are not drawn in the stats box. Am I missing something?

This behavior is not present in v3-05-07.

See the macro below for an example.

Thanks.

-N

{
   gStyle->SetOptFit(1111);
   TH1F* h = new TH1F("h","h",100,-5,5);
   h->FillRandom("gaus");
   h->Fit("gaus");
}



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:16 MET