45 std::unique_ptr<RooDataSet>
data{model.generate({
x,
y}, 10000)};
55 TH1 *
hh_pdf = model.createHistogram(
"x,y", 50, 50);
67 std::unique_ptr<RooDataSet>
data3{
model3.generate({
x,
y, z}, 10000)};
82 gPad->SetLeftMargin(0.15);
83 hh_data->GetZaxis()->SetTitleOffset(1.4);
86 gPad->SetLeftMargin(0.20);
87 hh_pdf->GetZaxis()->SetTitleOffset(2.5);
90 gPad->SetLeftMargin(0.15);
91 hh_data->GetZaxis()->SetTitleOffset(1.4);
94 gPad->SetLeftMargin(0.15);
95 hh_pdf->GetZaxis()->SetTitleOffset(2.5);
101 gPad->SetLeftMargin(0.15);
102 hh_data3->GetZaxis()->SetTitleOffset(1.4);
105 gPad->SetLeftMargin(0.15);
106 hh_pdf3->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
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Efficient implementation of a product of PDFs of the form.
Variable that can be changed from the outside.
TH1 is the base class of all histogram classes in ROOT.
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg={})
RooCmdArg ZVar(const RooAbsRealLValue &var, const RooCmdArg &arg={})
RooCmdArg Binning(const RooAbsBinning &binning)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...