Multidimensional models: working with parametrized ranges to define non-rectangular regions for fitting and integration
void rf313_paramranges()
{
y.setRange(
"R", ylo, yhi);
z.setRange("R", zlo, zhi);
RooPlot *frame = z0.frame(
Title(
"Integral of pxyz over x,y,z in region R"));
intPdf->plotOn(frame);
new TCanvas(
"rf313_paramranges",
"rf313_paramranges", 600, 600);
gPad->SetLeftMargin(0.15);
frame->GetYaxis()->SetTitleOffset(1.6);
frame->Draw();
return;
}
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Plot frame and a container for graphics objects within that frame.
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 Title(const char *name)
RooConstVar & RooConst(double val)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
[#1] INFO:NumericIntegration -- RooRealIntegral::init(pxyz_Int[z|R]_Norm[x,y,z]_Int[y|R]_Int[x|R]) using numeric integrator RooIntegrator1D to calculate Int(x)
[#1] INFO:NumericIntegration -- RooRealIntegral::init(pxyz_Int[z|R]_Norm[x,y,z]_Int[y|R]) using numeric integrator RooIntegrator1D to calculate Int(y)
- Date
- July 2008
- Author
- Wouter Verkerke
Definition in file rf313_paramranges.C.