46 x.setBins(1000,
"cache");
47 alpha.setBins(50,
"cache");
91 std::unique_ptr<RooDataSet>
data{lmorph.generate(
x, 1000)};
94 lmorph.setCacheAlpha(
true);
100 lmorph.plotOn(frame2);
109 std::unique_ptr<RooAbsReal>
nll{lmorph.createNLL(*
data)};
112 lmorph.setCacheAlpha(
false);
114 TCanvas *
c =
new TCanvas(
"rf705_linearmorph",
"rf705_linearmorph", 800, 800);
117 gPad->SetLeftMargin(0.15);
121 gPad->SetLeftMargin(0.20);
125 gPad->SetLeftMargin(0.15);
129 gPad->SetLeftMargin(0.15);
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.
Class RooIntegralMorph is an implementation of the histogram interpolation technique described by Ale...
Plot frame and a container for graphics objects within that frame.
static RooPlot * frame(const RooAbsRealLValue &var, double xmin, double xmax, Int_t nBins)
Create a new frame for a given variable in x.
void Draw(Option_t *options=nullptr) override
Draw this plot and all of the elements it contains.
RooPolynomial implements a polynomial p.d.f of the form.
Variable that can be changed from the outside.
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
TH1 is the base class of all histogram classes in ROOT.
void Draw(Option_t *option="") override
Draw this histogram with options.
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg={})
RooCmdArg Bins(Int_t nbin)
RooCmdArg PrintLevel(Int_t code)
RooCmdArg Verbose(bool flag=true)
RooCmdArg Binning(const RooAbsBinning &binning)
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...