'MULTIDIMENSIONAL MODELS' RooFit tutorial macro #308
Making 2/3 dimensional plots of p.d.f.s and datasets
Processing /mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/tutorials/roofit/rf309_ndimplot.C...
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.