30   RooRealVar mean(
"mean", 
"mean of gaussian", 1, -10, 10);
 
   55   std::unique_ptr<RooDataSet> 
data{gauss.generate(
x, 10000)};
 
   74   TCanvas *
c = 
new TCanvas(
"rf101_basics", 
"rf101_basics", 800, 400); 
c->Divide(2);
 
   76   gPad->SetLeftMargin(0.15);
 
   77   xframe->GetYaxis()->SetTitleOffset(1.6);
 
   80   gPad->SetLeftMargin(0.15);
 
   81   xframe2->GetYaxis()->SetTitleOffset(1.6);
 
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.
RooCmdArg PrintLevel(Int_t code)
RooCmdArg LineColor(Color_t color)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...