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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Aug 18 22:40:52 BST 2009


Author: fsiegert
Date: Tue Aug 18 22:40:52 2009
New Revision: 1763

Log:
D0_2008_S7719523: This analysis needs the generator cross section now.

Modified:
   trunk/src/Analyses/D0_2008_S7719523.cc

Modified: trunk/src/Analyses/D0_2008_S7719523.cc
==============================================================================
--- trunk/src/Analyses/D0_2008_S7719523.cc	Tue Aug 18 17:15:51 2009	(r1762)
+++ trunk/src/Analyses/D0_2008_S7719523.cc	Tue Aug 18 22:40:52 2009	(r1763)
@@ -14,9 +14,7 @@
     : Analysis("D0_2008_S7719523")
   {
     setBeams(PROTON, ANTIPROTON);
-    
-    /// @todo Use cross-section from generator
-    //setNeedsCrossSection(true);
+    setNeedsCrossSection(true);
 
     // General FS
     FinalState fs(-5.0, 5.0);


More information about the Rivet-svn mailing list