Basic functionality: numerical 1st, and 3rd order derivatives w.r.t. 
observables and parameters
  
import ROOT
 
 
 
 
 
 
 
xframe = 
x.frame(Title=
"d(Gauss)/dx")
 
 
 
 
 
 
 
sframe = 
sigma.frame(Title=
"d(Gauss)/d(sigma)", Range=(0.0, 2.0))
 
 
 
 
c = 
ROOT.TCanvas(
"rf111_derivatives", 
"rf111_derivatives", 800, 400)
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
  [#1] INFO:NumericIntegration -- RooRealIntegral::init(gauss_Int[sigma]) using numeric integrator RooIntegrator1D to calculate Int(sigma)
- Date
 - February 2018 
 
- Authors
 - Clemens Lange, Wouter Verkerke (C++ version) 
 
Definition in file rf111_derivatives.py.