'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #313
Working with parametrized ranges to define non-rectangular regions for fitting and integration
Processing /mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/tutorials/roofit/rf313_paramranges.C...
[1mRooFit v3.60 -- Developed by Wouter Verkerke and David Kirkby[0m
Copyright (C) 2000-2013 NIKHEF, University of California & Stanford University
All rights reserved, please read http://roofit.sourceforge.net/license.txt
[#1] INFO:NumericIntegration -- RooRealIntegral::init(pxyz_Int[z|R]_Norm[x,y,z]_Int[y|R]) using numeric integrator RooIntegrator1D to calculate Int(y)
[#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)
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")) ;
new TCanvas(
"rf313_paramranges",
"rf313_paramranges",600,600) ;
return ;
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf313_paramranges.C.