24void rf312_multirangefit()
53 std::unique_ptr<RooDataSet> modelData{model.generate({
x,
y}, 10000)};
74 x.setRange(
"SB1", -10, +10);
75 y.setRange(
"SB1", -10, 0);
77 x.setRange(
"SB2", -10, 0);
78 y.setRange(
"SB2", 0, +10);
80 x.setRange(
"SIG", 0, +10);
81 y.setRange(
"SIG", 0, +10);
83 x.setRange(
"FULL", -10, +10);
84 y.setRange(
"FULL", -10, +10);
Efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooPolynomial implements a polynomial p.d.f of the form.
Efficient implementation of a product of PDFs of the form.
Variable that can be changed from the outside.
RooCmdArg Save(bool flag=true)
RooCmdArg PrintLevel(Int_t code)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...