[Rivet-svn] r2096 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Nov 25 16:05:08 GMT 2009


Author: hoeth
Date: Wed Nov 25 16:05:08 2009
New Revision: 2096

Log:
Making clear that the normalisation in CDF_2002_S4796047
is not a cross-section. Better safe than sorry.

Modified:
   trunk/src/Analyses/CDF_2002_S4796047.cc

Modified: trunk/src/Analyses/CDF_2002_S4796047.cc
==============================================================================
--- trunk/src/Analyses/CDF_2002_S4796047.cc	Wed Nov 25 15:55:55 2009	(r2095)
+++ trunk/src/Analyses/CDF_2002_S4796047.cc	Wed Nov 25 16:05:08 2009	(r2096)
@@ -91,7 +91,8 @@
  
 
     void finalize() {
-      /// @todo Get cross-section from the generator
+      // This normalisation is NOT a cross-section.
+      // DON'T TRY TO REPAIR THIS, YOU WILL BREAK IT.
       normalize(_hist_multiplicity_630, 3.21167);
       normalize(_hist_multiplicity_1800, 4.19121);
     }


More information about the Rivet-svn mailing list