31 TH1F *
h =
new TH1F(
"h",
"My histogram",100,-3,3);
32 h->FillRandom(
"gaus",6000);
46 gr2->SetFillColor(42);
51 gr1->SetFillColor(38);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TMinuit * gMinuit
A TGraph is an object made of two arrays X and Y with npoints each.
1-D histogram with a float per channel (see TH1 documentation)
virtual Int_t SetErrorDef(Double_t up)
To get the n-sigma contour the error def parameter "up" has to set to n^2.
virtual TObject * Contour(Int_t npoints=10, Int_t pa1=0, Int_t pa2=1)
Creates a TGraph object describing the n-sigma contour of a TMinuit fit.
static void SetDefaultFitter(const char *name="")
static: set name of default fitter