'VALIDATION AND MC STUDIES' RooFit tutorial macro #804
Using RooMCStudy on models with constrains
Processing /builddir/build/BUILD/root-6.10.00/tutorials/roofit/rf804_mcstudy_constr.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:
using namespace RooFit ;
void rf804_mcstudy_constr()
{
frame1->
SetTitle(
"Distribution of fitted f values") ;
frame1->
SetTitle(
"Distribution of f pull values") ;
TCanvas* c =
new TCanvas(
"rf804_mcstudy_constr",
"rf804_mcstudy_constr",1200,400) ;
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf804_mcstudy_constr.C.