42   RooRealVar mean(
"mean",
"mean of gaussians",5) ;
 
   43   RooRealVar sigma1(
"sigma1",
"width of gaussians",0.5) ;
 
   44   RooRealVar sigma2(
"sigma2",
"width of gaussians",1) ;
 
   46   RooGaussian sig1(
"sig1",
"Signal component 1",
x,mean,sigma1) ;
 
   47   RooGaussian sig2(
"sig2",
"Signal component 2",
x,mean,sigma2) ;
 
   55   RooRealVar sig1frac(
"sig1frac",
"fraction of component 1 in signal",0.8,0.,1.) ;
 
   64   x.setRange(
"signalRange",4,6) ;
 
   67   RooRealVar nsig(
"nsig",
"number of signal events in signalRange",500,0.,10000) ;
 
   68   RooRealVar nbkg(
"nbkg",
"number of background events in signalRange",500,0,10000) ;
 
   83   auto canv = 
new TCanvas(
"Canvas", 
"Canvas", 1500, 600);
 
  104   model1.plotOn(frame);
 
  105   model1.paramOn(frame);
 
  113   x.setRange(
"left",  0., 4.);
 
  114   x.setRange(
"right", 6., 10.);
 
  122   data->plotOn(frame2);
 
  124   model2.plotOn(frame2);
 
  125   model2.paramOn(frame2);
 
  135   x.setRange(
"leftToMiddle",  0., 5.);
 
  143   data->plotOn(frame3);
 
  145   model3.plotOn(frame3);
 
  146   model3.paramOn(frame3);
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
RooAddPdf is an 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.
 
RooDataSet is a container class to hold unbinned data.
 
A RooPlot is a plot frame and a container for graphics objects within that frame.
 
static RooPlot * frame(const RooAbsRealLValue &var, double xmin, double xmax, Int_t nBins)
Create a new frame for a given variable in x.
 
void Draw(Option_t *options=nullptr) override
Draw this plot and all of the elements it contains.
 
RooRealVar represents a variable that can be changed from the outside.
 
RooCmdArg Save(bool flag=true)
 
RooCmdArg VisualizeError(const RooDataSet ¶mData, double Z=1)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...