75   x.setRange(
"SB1", -10, +10);
 
   76   y.setRange(
"SB1", -10, 0);
 
   78   x.setRange(
"SB2", -10, 0);
 
   79   y.setRange(
"SB2", 0, +10);
 
   81   x.setRange(
"SIG", 0, +10);
 
   82   y.setRange(
"SIG", 0, +10);
 
   84   x.setRange(
"FULL", -10, +10);
 
   85   y.setRange(
"FULL", -10, +10);
 
   91   std::unique_ptr<RooFitResult> r_sb1{model.fitTo(*modelData, 
Range(
"SB1"), 
Save(), 
PrintLevel(-1))};
 
   94   std::unique_ptr<RooFitResult> r_sb2{model.fitTo(*modelData, 
Range(
"SB2"), 
Save(), 
PrintLevel(-1))};
 
  101   std::unique_ptr<RooFitResult> r_sb12{model.fitTo(*modelData, 
Range(
"SB1,SB2"), 
Save(), 
PrintLevel(-1))};
 
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 Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char mx
 
void Print(Option_t *options=nullptr) const override
This method must be overridden when a class wants to print itself.
 
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.
 
RooPolynomial implements a polynomial p.d.f of the form.
 
RooProdPdf is an efficient implementation of a product of PDFs of the form.
 
RooRealVar represents a variable that can be changed from the outside.
 
RooConstVar & RooConst(double val)
 
RooCmdArg Save(bool flag=true)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...