Corrections to "RooFit Users Manual v2.91"

Hi,

I think all the code fragments on pages 8-10 which create and draw a frame need minor corrections.

For example, the first code fragment on page 8 should read

RooPlot* xframe = x.frame(); gauss.plotOn(xframe); xframe->Draw();
instead of

RooPlot* xframe = x.frame(); gauss.plotOn(frame); frame->Draw()

Is there any e-mail address to which we should report such corrections of documents?

Yours,
Kazuyoshi

Hi Kazuyoshi,

Thanks for reporting those, I will fix them in the next iteration of the manual.

Rather than sending an e-mail, the proper way to report such issues is to
file Savannah bug report

savannah.cern.ch/bugs/?func=add … up=savroot

With ‘bug/feature’ set to ‘Documention problem’ and ‘Category’ set to ‘RooFit/RooStats’

Wouter