[Rivet-svn] r3382 - trunk/src/Projections

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Sep 22 13:53:43 BST 2011


Author: dgrell
Date: Thu Sep 22 13:53:43 2011
New Revision: 3382

Log:
typo fix

Modified:
   trunk/src/Projections/NonHadronicFinalState.cc

Modified: trunk/src/Projections/NonHadronicFinalState.cc
==============================================================================
--- trunk/src/Projections/NonHadronicFinalState.cc	Thu Sep 22 12:28:19 2011	(r3381)
+++ trunk/src/Projections/NonHadronicFinalState.cc	Thu Sep 22 13:53:43 2011	(r3382)
@@ -22,7 +22,7 @@
     _theParticles.clear();
     std::remove_copy_if(fs.particles().begin(), fs.particles().end(),
                         std::back_inserter(_theParticles), nonHadronFilter);
-    MSG_DEBUG("Number of hadronic final-state particles = "
+    MSG_DEBUG("Number of non-hadronic final-state particles = "
              << _theParticles.size());
   }
 


More information about the Rivet-svn mailing list