39 RooRealVar mean(
"mean",
"mean of gaussians", 5, 0, 10);
56 RooRealVar nbkg(
"nbkg",
"number of background events,", 150, 0, 1000);
112 gPad->SetLeftMargin(0.15);
113 frame1->GetYaxis()->SetTitleOffset(1.4);
116 gPad->SetLeftMargin(0.15);
117 frame2->GetYaxis()->SetTitleOffset(1.4);
120 gPad->SetLeftMargin(0.15);
121 frame3->GetYaxis()->SetTitleOffset(1.4);
124 gPad->SetLeftMargin(0.15);
125 frame4->GetYaxis()->SetTitleOffset(1.4);
128 gPad->SetLeftMargin(0.15);
132 gPad->SetLeftMargin(0.15);
136 gPad->SetLeftMargin(0.15);
140 gPad->SetLeftMargin(0.15);
144 gPad->SetLeftMargin(0.15);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TStyle * gStyle
Efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Chebychev polynomial p.d.f.
Helper class to facilitate Monte Carlo studies such as 'goodness-of-fit' studies, that involve fittin...
Plot frame and a container for graphics objects within that frame.
Variable that can be changed from the outside.
TH1 is the base class of all histogram classes in ROOT.
Service class for 2-D histogram classes.
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...
RooCmdArg FitGauss(bool flag=true)
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg={})
RooCmdArg Silence(bool flag=true)
RooCmdArg FitOptions(const RooCmdArg &arg1, const RooCmdArg &arg2={}, const RooCmdArg &arg3={}, const RooCmdArg &arg4={}, const RooCmdArg &arg5={}, const RooCmdArg &arg6={})
RooCmdArg Binned(bool flag=true)
RooCmdArg Bins(Int_t nbin)
RooCmdArg Save(bool flag=true)
RooCmdArg PrintEvalErrors(Int_t numErrors)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...