[Rivet-svn] r4089 - branches/2012-06-aidarivet/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Dec 17 17:34:18 GMT 2012


Author: hoeth
Date: Mon Dec 17 17:34:17 2012
New Revision: 4089

Log:
fix xi cut in ATLAS_2011_I894867

Modified:
   branches/2012-06-aidarivet/src/Analyses/ATLAS_2011_I894867.cc

Modified: branches/2012-06-aidarivet/src/Analyses/ATLAS_2011_I894867.cc
==============================================================================
--- branches/2012-06-aidarivet/src/Analyses/ATLAS_2011_I894867.cc	Mon Dec 17 14:53:07 2012	(r4088)
+++ branches/2012-06-aidarivet/src/Analyses/ATLAS_2011_I894867.cc	Mon Dec 17 17:34:17 2012	(r4089)
@@ -57,7 +57,7 @@
       }
       const double M2 = max(mxFourVector.mass2(), myFourVector.mass2());
       const double xi = M2/sqr(sqrtS()); // sqrt(s)=7000 GeV, note that units cancel
-      if (xi < 5*10e-6) vetoEvent;
+      if (xi < 5e-6) vetoEvent;
 
       _h_sigma->fill(sqrtS()/GeV, weight);
     }


More information about the Rivet-svn mailing list