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