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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue May 3 12:21:17 BST 2011


Author: hoeth
Date: Tue May  3 12:21:17 2011
New Revision: 3072

Log:
trying to make Jenkins happy

Modified:
   trunk/src/Analyses/ATLAS_2010_S8894728.cc

Modified: trunk/src/Analyses/ATLAS_2010_S8894728.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2010_S8894728.cc	Tue May  3 12:00:04 2011	(r3071)
+++ trunk/src/Analyses/ATLAS_2010_S8894728.cc	Tue May  3 12:21:17 2011	(r3072)
@@ -121,7 +121,7 @@
 
     // Little helper function to identify Delta(phi) regions
     inline int region_index(double dphi) {
-      assert(inRange(dphi, 0, PI, CLOSED, CLOSED));
+      assert(inRange(dphi, 0.0, PI, CLOSED, CLOSED));
       if (dphi < PI/3.0) return 0;
       if (dphi < 2*PI/3.0) return 1;
       return 2;


More information about the Rivet-svn mailing list