24void rf202_extendedmlfit()
 
   34   RooRealVar mean(
"mean", 
"mean of gaussians", 5);
 
   58   RooRealVar nsig(
"nsig", 
"number of signal events", 500, 0., 10000);
 
   59   RooRealVar nbkg(
"nbkg", 
"number of background events", 500, 0, 10000);
 
   67   std::unique_ptr<RooDataSet> 
data{model.generate(
x)};
 
  106   new TCanvas(
"rf202_composite", 
"rf202_composite", 600, 600);
 
  107   gPad->SetLeftMargin(0.15);
 
  108   xframe->GetYaxis()->SetTitleOffset(1.4);
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
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.
 
RooExtendPdf is a wrapper around an existing PDF that adds a parameteric extended likelihood term to ...
 
Plot frame and a container for graphics objects within that frame.
 
Variable that can be changed from the outside.
 
RooCmdArg PrintLevel(Int_t code)
 
RooCmdArg Components(Args_t &&... argsOrArgSet)
 
RooCmdArg Normalization(double scaleFactor)
 
RooCmdArg LineStyle(Style_t style)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...