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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Nov 16 14:16:43 GMT 2009


Author: hoeth
Date: Mon Nov 16 14:16:43 2009
New Revision: 2057

Log:
Make center of mass energy check for LEP 1 fuzzier.

Modified:
   trunk/src/Analyses/OPAL_2004_S6132243.cc

Modified: trunk/src/Analyses/OPAL_2004_S6132243.cc
==============================================================================
--- trunk/src/Analyses/OPAL_2004_S6132243.cc	Mon Nov 16 09:23:57 2009	(r2056)
+++ trunk/src/Analyses/OPAL_2004_S6132243.cc	Mon Nov 16 14:16:43 2009	(r2057)
@@ -88,7 +88,7 @@
 
       // Translate sqrt(s) into a histo index for the majority of histos
       size_t ih = 5;
-      if (fuzzyEquals(sqrts/GeV, 91)) {
+      if (inRange(sqrts/GeV, 89.9, 91.5)) {
         ih = 0;
       } else if (fuzzyEquals(sqrts/GeV, 133)) {
         ih = 1;


More information about the Rivet-svn mailing list