64   decay_gm1.plotOn(frame);
 
   75   RooRealVar gm1frac(
"gm1frac", 
"fraction of gm1", 0.5);
 
   85   new TCanvas(
"rf209_anaconv", 
"rf209_anaconv", 600, 600);
 
   86   gPad->SetLeftMargin(0.15);
 
RooAddModel is an efficient implementation of a sum of PDFs of the form.
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
Single or double sided decay function that can be analytically convolved with any RooResolutionModel ...
 
Class RooGaussModel implements a RooResolutionModel that models a Gaussian distribution.
 
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.
 
RooTruthModel is an implementation of RooResolution model that provides a delta-function resolution m...
 
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
 
RooCmdArg LineColor(Color_t color)
 
RooCmdArg LineStyle(Style_t style)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...