30void rf510_wsnamedsets()
54 w->loadSnapshot(
"reference_fit");
56 w->loadSnapshot(
"reference_fit_bkgonly");
60 new TCanvas(
"rf510_wsnamedsets",
"rf503_wsnamedsets", 600, 600);
61 gPad->SetLeftMargin(0.15);
81 RooRealVar mean(
"mean",
"mean of gaussians", 5, 0, 10);
114 std::unique_ptr<RooArgSet> params{model.getParameters(
x)};
115 w.defineSet(
"parameters", *params);
116 w.defineSet(
"observables",
x);
136 w.saveSnapshot(
"reference_fit", *params,
true);
146 w.saveSnapshot(
"reference_fit_bkgonly", *params,
true);
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
Abstract interface for all probability density functions.
Efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Chebychev polynomial p.d.f.
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.
Variable that can be changed from the outside.
Persistable container for RooFit projects.
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
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...