26 void rf605_profilell()
35 RooRealVar mean(
"mean",
"mean of g1 and g2",0,-10,10) ;
36 RooRealVar sigma_g1(
"sigma_g1",
"width of g1",3) ;
39 RooRealVar sigma_g2(
"sigma_g2",
"width of g2",4,3.0,6.0) ;
103 TCanvas *
c =
new TCanvas(
"rf605_profilell",
"rf605_profilell",800, 400);
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title Offset is a correction factor with respect to the "s...
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
virtual RooPlot * plotOn(RooPlot *frame, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg(), const RooCmdArg &arg4=RooCmdArg(), const RooCmdArg &arg5=RooCmdArg(), const RooCmdArg &arg6=RooCmdArg(), const RooCmdArg &arg7=RooCmdArg(), const RooCmdArg &arg8=RooCmdArg(), const RooCmdArg &arg9=RooCmdArg(), const RooCmdArg &arg10=RooCmdArg()) const
Plot (project) PDF on specified frame.
RooCmdArg LineColor(Color_t color)
TVirtualPad * cd(Int_t subpadnumber=0)
Set current canvas & pad.
RooCmdArg Title(const char *name)
RooCmdArg Range(const char *rangeName, Bool_t adjustNorm=kTRUE)
virtual void SetMinimum(Double_t minimum=-1111)
Set minimum value of Y axis.
RooCmdArg NumCPU(Int_t nCPU, Int_t interleave=0)
RooRealVar represents a fundamental (non-derived) real valued object.
virtual void SetMaximum(Double_t maximum=-1111)
Set maximum value of Y axis.
Int_t migrad()
Execute MIGRAD.
RooDataSet is a container class to hold unbinned data.
A RooPlot is a plot frame and a container for graphics objects within that frame. ...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0)
Automatic pad generation by division.
RooMinimizer is a wrapper class around ROOT::Fit:Fitter that provides a seamless interface between th...
virtual RooAbsReal * createProfile(const RooArgSet ¶msOfInterest)
Create a RooProfileLL object that eliminates all nuisance parameters in the present function...
RooCmdArg Bins(Int_t nbin)
virtual void Draw(Option_t *options=0)
Draw this plot and all of the elements it contains.