Basic functionality: numerical 1st,2nd and 3rd order derivatives w.r.t.
observables and parameters
{
RooRealVar mean(
"mean",
"mean of gaussian", 1, -10, 10);
TCanvas *
c =
new TCanvas(
"rf111_derivatives",
"rf111_derivatives", 800, 400);
gPad->SetLeftMargin(0.15);
xframe->GetYaxis()->SetTitleOffset(1.6);
gPad->SetLeftMargin(0.15);
sframe->GetYaxis()->SetTitleOffset(1.6);
}
Abstract base class for objects that represent a real value and implements functionality common to al...
Plot frame and a container for graphics objects within that frame.
Variable that can be changed from the outside.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
[#1] INFO:NumericIntegration -- RooRealIntegral::init(gauss_Int[sigma]) using numeric integrator RooIntegrator1D to calculate Int(sigma)
- Date
- July 2008
- Author
- Wouter Verkerke
Definition in file rf111_derivatives.C.