[Rivet-svn] r2446 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue May 11 14:09:08 BST 2010


Author: buckley
Date: Tue May 11 14:17:54 2010
New Revision: 2446

Log:
Converting another %f -> %e

Modified:
   trunk/pyext/lighthisto.py

Modified: trunk/pyext/lighthisto.py
==============================================================================
--- trunk/pyext/lighthisto.py	Tue May 11 14:14:12 2010	(r2445)
+++ trunk/pyext/lighthisto.py	Tue May 11 14:17:54 2010	(r2446)
@@ -230,8 +230,7 @@
                         br[0] <= curran[1] <= br[1])):
                 new.addBin(b)
             else:
-                logging.debug("Chopping bin %s:%f" % (self.fullPath(),
-                             b.getBinCenter()))
+                logging.debug("Chopping bin %s: %e" % (self.fullPath(), b.getBinCenter()))
         return new
 
     def renormalise(self, newarea):


More information about the Rivet-svn mailing list