'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #302
Utility functions classes available for use in tailoring of composite (multidimensional) pdfs
Processing /builddir/build/BUILD/root-6.10.00/tutorials/roofit/rf302_utilfuncs.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:
[#1] INFO:NumericIntegration -- RooRealIntegral::init(model_2_Int[x,y]) using numeric integrator RooIntegrator1D to calculate Int(y)
[#1] INFO:NumericIntegration -- RooRealIntegral::init(model_4_Int[x,y]) using numeric integrator RooIntegrator1D to calculate Int(y)
using namespace RooFit ;
void rf302_utilfuncs()
{
RooGaussian model_1(
"model_1",
"Gaussian with shifting mean",x,fy_1,sigma) ;
RooGaussian model_2(
"model_2",
"Gaussian with shifting mean",x,fy_2,sigma) ;
RooGaussian model_3(
"model_3",
"Gaussian with shifting mean",x,fy_3,sigma) ;
RooGaussian model_4(
"model_4",
"Gaussian with shifting mean",x,fy_4,sigma) ;
TCanvas *c =
new TCanvas(
"rf302_utilfuncs",
"rf302_utilfuncs",800, 800);
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf302_utilfuncs.C.