40 std::unique_ptr<RooDataSet>
data{
p0.generate(
x, 1000)};
112 std::unique_ptr<RooDataSet>
data2{
genPdf.generate(
x, 1000)};
115 std::unique_ptr<RooDataSet>
data3{
genPdf.generate(
x, 43000)};
133 std::unique_ptr<RooAbsReal>
chi2{
140 std::unique_ptr<RooFitResult>
r_chi2_wgt{
m.save()};
150 cout <<
"==> ML Fit results on 1K unweighted events" << endl;
152 cout <<
"==> ML Fit results on 43K unweighted events" << endl;
154 cout <<
"==> ML Fit results on 1K weighted events with a summed weight of 43K" << endl;
156 cout <<
"==> Corrected ML Fit results on 1K weighted events with a summed weight of 43K" << endl;
158 cout <<
"==> Chi2 Fit results on 1K weighted events with a summed weight of 43K" << endl;
161 new TCanvas(
"rf403_weightedevts",
"rf403_weightedevts", 600, 600);
162 gPad->SetLeftMargin(0.15);
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
RooArgList is a container object that can hold multiple RooAbsArg objects.
Container class to hold N-dimensional binned data.
Container class to hold unbinned data.
Implementation of a probability density function that takes a RooArgList of servers and a C++ express...
Wrapper class around ROOT::Fit:Fitter that provides a seamless interface between the minimizer functi...
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.
RooCmdArg Save(bool flag=true)
RooCmdArg SumW2Error(bool flag)
RooCmdArg DataError(Int_t)
RooCmdArg PrintLevel(Int_t code)
RooCmdArg LineColor(Color_t color)
RooCmdArg LineStyle(Style_t style)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...