31void rf204a_extendedLikelihood()
 
   42   RooRealVar mean(
"mean",
"mean of gaussians",5) ;
 
   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) ;
 
   79   std::unique_ptr<RooDataSet> 
data{model.generate(
x,1000)};
 
   83   auto canv = 
new TCanvas(
"Canvas", 
"Canvas", 1500, 600);
 
  113   x.setRange(
"left",  0., 4.);
 
  114   x.setRange(
"right", 6., 10.);
 
  135   x.setRange(
"leftToMiddle",  0., 5.);
 
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
 
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
 
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.
 
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.
 
Variable that can be changed from the outside.
 
RooCmdArg Save(bool flag=true)
 
RooCmdArg PrintLevel(Int_t code)
 
RooCmdArg VisualizeError(const RooDataSet ¶mData, double Z=1)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...