[Rivet-svn] r1835 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Sep 24 12:51:39 BST 2009


Author: fsiegert
Date: Thu Sep 24 12:51:39 2009
New Revision: 1835

Log:
Update rivet-mkanalysis

Modified:
   trunk/bin/rivet-mkanalysis

Modified: trunk/bin/rivet-mkanalysis
==============================================================================
--- trunk/bin/rivet-mkanalysis	Thu Sep 24 12:50:23 2009	(r1834)
+++ trunk/bin/rivet-mkanalysis	Thu Sep 24 12:51:39 2009	(r1835)
@@ -98,8 +98,6 @@
       
       /// @todo Set whether your finalize method needs the generator cross section
       setNeedsCrossSection(true);
-      
-      /// @todo Initialise and register projections here
     }
 
     //@}
@@ -110,9 +108,11 @@
     /// @name Analysis methods
     //@{
 
-    /// Book histograms before the run
+    /// Book histograms and initialise projections before the run
     void init() {
 
+      /// @todo Initialise and register projections here
+
       /// @todo Book histograms here, e.g.:
       // _histXXXX = bookProfile1D(1, 1, 1);
       // _histYYYY = bookHistogram1D(2, 1, 1);


More information about the Rivet-svn mailing list