'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #608
Representing the parabolic approximation of the fit as a multi-variate Gaussian on the parameters of the fitted p.d.f.
Processing /mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/tutorials/roofit/rf608_fitresultaspdf.C...
void rf608_fitresultaspdf()
{
RooRealVar mean(
"mean",
"mean of g1 and g2",0,-1,1) ;
RooRealVar sigma_g2(
"sigma_g2",
"width of g2",4,3.0,5.0) ;
new TCanvas(
"rf608_fitresultaspdf_1",
"rf608_fitresultaspdf_1",600,600) ;
TCanvas* c2 =
new TCanvas(
"rf608_fitresultaspdf_2",
"rf608_fitresultaspdf_2",900,600) ;
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf608_fitresultaspdf.C.