'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #605
Working with the profile likelihood estimator
Processing /mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/tutorials/roofit/rf605_profilell.C...
void rf605_profilell()
{
RooRealVar mean(
"mean",
"mean of g1 and g2",0,-10,10) ;
RooRealVar sigma_g2(
"sigma_g2",
"width of g2",4,3.0,6.0) ;
TCanvas *c =
new TCanvas(
"rf605_profilell",
"rf605_profilell",800, 400);
delete pll_frac ;
delete pll_sigmag2 ;
delete nll ;
}
- Author
- 07/2008 - Wouter Verkerke
Definition in file rf605_profilell.C.