30void rf212_plottingInRanges_blinding()
 
   34  RooRealVar tau(
"tau", 
"The exponent", -0.1337, -10., -0.1);
 
   38  x.setRange(
"full", 1, 30);
 
   39  x.setRange(
"left", 1, 10);
 
   40  x.setRange(
"right", 20, 30);
 
   43  std::unique_ptr<RooDataSet> 
data{
expo.generate(
x, 1000)};
 
   57  expo.removeStringAttribute(
"fitrange");
 
   71  std::cout << 
"Now plotting with unique normalisation for each slice." << std::endl;
 
   90  std::cout << 
"\n\nNow plotting with correct norm ranges:" << std::endl;
 
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
 
Plot frame and a container for graphics objects within that frame.
 
Variable that can be changed from the outside.
 
void Draw(Option_t *option="") override
Draw a canvas.
 
TVirtualPad * cd(Int_t subpadnumber=0) override
Set current canvas & pad.
 
void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0) override
Automatic pad generation by division.
 
RooCmdArg Title(const char *name)
 
RooCmdArg PrintLevel(Int_t code)
 
RooCmdArg NormRange(const char *rangeNameList)
 
RooCmdArg LineColor(TColorNumber color)
 
RooCmdArg CutRange(const char *rangeName)
 
RooCmdArg LineStyle(Style_t style)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...