'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #308
Making 2/3 dimensional plots of p.d.f.s and datasets
Processing /builddir/build/BUILD/root-6.10.00/tutorials/roofit/rf309_ndimplot.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_Int[x,y]) using numeric integrator RooIntegrator1D to calculate Int(y)
[#1] INFO:NumericIntegration -- RooRealIntegral::init(model_Int[x,y]) using numeric integrator RooIntegrator1D to calculate Int(y)
[#1] INFO:NumericIntegration -- RooRealIntegral::init(model_Int[x,y]) using numeric integrator RooIntegrator1D to calculate Int(y)
[#1] INFO:NumericIntegration -- RooRealIntegral::init(model_Int[x,y]) using numeric integrator RooIntegrator1D to calculate Int(y)
using namespace RooFit ;
void rf309_ndimplot()
{
TH1* hh_pdf = model.createHistogram(
"x,y",50,50) ;
TCanvas* c1 =
new TCanvas(
"rf309_2dimplot",
"rf309_2dimplot",800,800) ;
TCanvas* c2 =
new TCanvas(
"rf309_3dimplot",
"rf309_3dimplot",800,400) ;
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf309_ndimplot.C.