[Rivet-svn] r3267 - trunk/src/Projections

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Aug 1 18:00:08 BST 2011


Author: fsiegert
Date: Mon Aug  1 18:00:08 2011
New Revision: 3267

Log:
Bugfix in (old) WFinder.

Modified:
   trunk/src/Projections/WFinder.cc

Modified: trunk/src/Projections/WFinder.cc
==============================================================================
--- trunk/src/Projections/WFinder.cc	Mon Aug  1 15:27:52 2011	(r3266)
+++ trunk/src/Projections/WFinder.cc	Mon Aug  1 18:00:08 2011	(r3267)
@@ -71,7 +71,11 @@
     l_nu_ids += make_pair(abs(pid), -abs(nu_pid));
     l_nu_ids += make_pair(-abs(pid), abs(nu_pid));
     InvMassFinalState imfs(mergedFS, l_nu_ids, m2_min, m2_max, 80.403);
-    imfs.useTransverseMass();
+
+    ///@todo this breaks existing analyses like D0_2008_S7837160 which use mass
+    /// cuts. have to make this optional.
+    //imfs.useTransverseMass();
+
     addProjection(imfs, "IMFS");
 
     // Add MissingMomentum proj to calc MET


More information about the Rivet-svn mailing list