Multidimensional models: working with parameterized ranges to define non-rectangular regions for fitting and integration 
  
import ROOT
 
 
 
 
 
 
 
 
 
 
 
frame = 
z0.frame(Title=
"Integral of pxyz over x,y, in region R")
 
 
c = 
ROOT.TCanvas(
"rf313_paramranges", 
"rf313_paramranges", 600, 600)
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
  [#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
 - February 2018 
 
- Authors
 - Clemens Lange, Wouter Verkerke (C++ version) 
 
Definition in file rf313_paramranges.py.