45 std::unique_ptr<RooDataSet> modelData{model.generate(
x, 10000)};
57 x.setRange(
"signal", -3, 3);
67 modelData->plotOn(frame);
72 cout <<
"result of fit on all data " << endl;
74 cout <<
"result of fit in in signal region (note increased error on signal fraction)" << endl;
78 new TCanvas(
"rf203_ranges",
"rf203_ranges", 600, 600);
79 gPad->SetLeftMargin(0.15);
Efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
Plot frame and a container for graphics objects within that frame.
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 Title(const char *name)
RooCmdArg Save(bool flag=true)
RooCmdArg PrintLevel(Int_t code)
RooCmdArg LineColor(TColorNumber color)
RooCmdArg LineStyle(Style_t style)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...