[Rivet-svn] r3344 - trunk/include/Rivet/Projections

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Sep 11 11:48:54 BST 2011


Author: buckley
Date: Sun Sep 11 11:48:54 2011
New Revision: 3344

Log:
Printout tweak

Modified:
   trunk/include/Rivet/Projections/JetAlg.hh

Modified: trunk/include/Rivet/Projections/JetAlg.hh
==============================================================================
--- trunk/include/Rivet/Projections/JetAlg.hh	Sun Sep 11 11:48:03 2011	(r3343)
+++ trunk/include/Rivet/Projections/JetAlg.hh	Sun Sep 11 11:48:54 2011	(r3344)
@@ -93,7 +93,7 @@
                       RapScheme rapscheme=PSEUDORAPIDITY) const {
       const Jets rawjets = _jets(ptmin);
       Jets rtn;
-      MSG_DEBUG("Raw jet size (with pTmin cut) = " << rawjets.size());
+      MSG_DEBUG("Raw jet size (with pTmin cut = " << ptmin/GeV << "GeV) = " << rawjets.size());
       foreach (const Jet& j, rawjets) {
         const FourMomentum pj = j.momentum();
         if (!inRange(pj.pT(), ptmin, ptmax)) continue;


More information about the Rivet-svn mailing list