 
  
 
 Basic functionality: numerical 1st,2nd and 3rd order derivatives w.r.t. 
observables and parameters
 
 
  
 
{
   
   
 
   
   RooRealVar mean(
"mean", 
"mean of gaussian", 1, -10, 10);
 
 
   
 
   
   
 
   
 
   
 
   
 
   
   gauss.plotOn(xframe);
 
   
 
   
   
 
   
 
   
 
   
 
   
   gauss.plotOn(sframe);
 
   
 
   
   TCanvas *
c = 
new TCanvas(
"rf111_derivatives", 
"rf111_derivatives", 800, 400);
 
   gPad->SetLeftMargin(0.15);
 
   gPad->SetLeftMargin(0.15);
 
}
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooDerivative * derivative(RooRealVar &obs, Int_t order=1, double eps=0.001)
Return function representing first, second or third order derivative of this function.
virtual RooPlot * plotOn(RooPlot *frame, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg(), const RooCmdArg &arg4=RooCmdArg(), const RooCmdArg &arg5=RooCmdArg(), const RooCmdArg &arg6=RooCmdArg(), const RooCmdArg &arg7=RooCmdArg(), const RooCmdArg &arg8=RooCmdArg(), const RooCmdArg &arg9=RooCmdArg(), const RooCmdArg &arg10=RooCmdArg()) const
Plot (project) PDF on specified frame.
A RooPlot is a plot frame and a container for graphics objects within that frame.
static RooPlot * frame(const RooAbsRealLValue &var, double xmin, double xmax, Int_t nBins)
Create a new frame for a given variable in x.
void Draw(Option_t *options=nullptr) override
Draw this plot and all of the elements it contains.
RooRealVar represents a variable that can be changed from the outside.
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
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.