|
[Rivet-svn] r3021 - trunk/docblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Mar 16 15:42:27 GMT 2011
Author: fsiegert Date: Wed Mar 16 15:42:26 2011 New Revision: 3021 Log: Believe it or not, but some students in schools actually try to figure out things from the manual, and unfortunately come across obsolete things which don't compile ;-). Modified: trunk/doc/rivet-manual.tex Modified: trunk/doc/rivet-manual.tex ============================================================================== --- trunk/doc/rivet-manual.tex Wed Mar 16 15:27:33 2011 (r3020) +++ trunk/doc/rivet-manual.tex Wed Mar 16 15:42:26 2011 (r3021) @@ -1103,10 +1103,9 @@ % \begin{snippet} void MyAnalysis::init() { - _h_one = bookHistogram1D(2,1,1, "Title 2", "x label", "y label"); - _h_two = bookProfile1D(3,1,2, "Title 2", "x label", "y label"); - _h_three = bookHistogram1D("d00-x00-y00", "Title", - "x label", "y label", 50, 0.0, 1.0); + _h_one = bookHistogram1D(2,1,1); + _h_two = bookProfile1D(3,1,2); + _h_three = bookHistogram1D("d00-x00-y00", 50, 0.0, 1.0); } \end{snippet} %
More information about the Rivet-svn mailing list |