39   RooRealVar mean(
"mean", 
"mean of g1 and g2", 0, -1, 1);
 
   40   RooRealVar sigma_g1(
"sigma_g1", 
"width of g1", 2);
 
   43   RooRealVar sigma_g2(
"sigma_g2", 
"width of g2", 4, 3.0, 5.0);
 
   46   RooRealVar frac(
"frac", 
"frac", 0.5, 0.0, 1.0);
 
   88   new TCanvas(
"rf608_fitresultaspdf_1", 
"rf608_fitresultaspdf_1", 600, 600);
 
   92   TCanvas *
c2 = 
new TCanvas(
"rf608_fitresultaspdf_2", 
"rf608_fitresultaspdf_2", 900, 600);
 
   95   gPad->SetLeftMargin(0.15);
 
   97   hh_mean_sigmag2->
Draw(
"surf3");
 
   99   gPad->SetLeftMargin(0.15);
 
  101   hh_sigmag2_frac->
Draw(
"surf3");
 
  103   gPad->SetLeftMargin(0.15);
 
  105   hh_mean_frac->
Draw(
"surf3");
 
  113   gPad->SetLeftMargin(0.15);
 
  117   gPad->SetLeftMargin(0.15);
 
  121   gPad->SetLeftMargin(0.15);
 
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
 
RooFit::OwningPtr< RooDataSet > generate(const RooArgSet &whatVars, Int_t nEvents, const RooCmdArg &arg1, const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none())
See RooAbsPdf::generate(const RooArgSet&,const RooCmdArg&,const RooCmdArg&,const RooCmdArg&,...
 
virtual RooAbsPdf * createProjection(const RooArgSet &iset)
Return a p.d.f that represent a projection of this p.d.f integrated over given observables.
 
TH1 * createHistogram(RooStringView varNameList, Int_t xbins=0, Int_t ybins=0, Int_t zbins=0) const
Create and fill a ROOT histogram TH1, TH2 or TH3 with the values of this function for the variables w...
 
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.
 
RooDataSet is a container class to hold unbinned data.
 
RooRealVar represents a variable that can be changed from the outside.
 
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
 
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
 
virtual void SetLineColor(Color_t lcolor)
Set the line color.
 
TH1 is the base class of all histogram classes in ROOT.
 
void Draw(Option_t *option="") override
Draw this histogram with options.
 
Service class for 2-D histogram classes.
 
The 3-D histogram classes derived from the 1-D histogram classes.
 
RooCmdArg Save(bool flag=true)
 
RooCmdArg Binning(const RooAbsBinning &binning)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...