39 RooRealVar mean(
"mean",
"mean of g1 and g2", 0, -1, 1);
46 RooRealVar frac(
"frac",
"frac", 0.5, 0.0, 1.0);
50 std::unique_ptr<RooDataSet>
data{model.generate(
x, 1000)};
66 std::unique_ptr<RooDataSet>
d{
parabPdf->generate({mean,
sigma_g2, frac}, 100000)};
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);
99 gPad->SetLeftMargin(0.15);
103 gPad->SetLeftMargin(0.15);
113 gPad->SetLeftMargin(0.15);
114 tmp1->GetZaxis()->SetTitleOffset(1.4);
117 gPad->SetLeftMargin(0.15);
118 tmp2->GetZaxis()->SetTitleOffset(1.4);
121 gPad->SetLeftMargin(0.15);
122 tmp3->GetZaxis()->SetTitleOffset(1.4);
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
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
Abstract interface for all probability density functions.
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.
Variable that can be changed from the outside.
TH1 is the base class of all histogram classes in ROOT.
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 PrintLevel(Int_t code)
RooCmdArg Binning(const RooAbsBinning &binning)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...