31 TH1F *
h =
new TH1F(
"h",
"My histogram",100,-3,3);
32 h->FillRandom(
"gaus",6000);
R__EXTERN TMinuit * gMinuit
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
A TGraph is an object made of two arrays X and Y with npoints each.
void Draw(Option_t *chopt="") override
Draw this graph with its current attributes.
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