32 RooRealVar mean(
"mean",
"mean of g1 and g2", 0, -10, 10);
39 RooRealVar frac(
"frac",
"frac", 0.5, 0.0, 1.0);
43 std::unique_ptr<RooDataSet>
data{model.generate(
x, 1000)};
49 std::unique_ptr<RooAbsReal>
nll{model.createNLL(*
data,
NumCPU(2))};
68 std::unique_ptr<RooAbsReal>
pll_frac{
nll->createProfile(frac)};
92 TCanvas *
c =
new TCanvas(
"rf605_profilell",
"rf605_profilell", 800, 400);
95 gPad->SetLeftMargin(0.15);
96 frame1->GetYaxis()->SetTitleOffset(1.4);
99 gPad->SetLeftMargin(0.15);
100 frame2->GetYaxis()->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
Efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
Wrapper class around ROOT::Fit:Fitter that provides a seamless interface between the minimizer functi...
int migrad()
Execute MIGRAD.
Plot frame and a container for graphics objects within that frame.
Variable that can be changed from the outside.
RooCmdArg Bins(Int_t nbin)
RooCmdArg NumCPU(Int_t nCPU, Int_t interleave=0)
RooCmdArg LineColor(Color_t color)
double nll(double pdf, double weight, int binnedL, int doBinOffset)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...