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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Jul 11 22:55:26 BST 2010


Author: buckley
Date: Sun Jul 11 22:55:29 2010
New Revision: 2577

Log:
Tiny debugging change

Modified:
   trunk/src/Analyses/CDF_2000_S4155203.cc

Modified: trunk/src/Analyses/CDF_2000_S4155203.cc
==============================================================================
--- trunk/src/Analyses/CDF_2000_S4155203.cc	Sun Jul 11 22:55:00 2010	(r2576)
+++ trunk/src/Analyses/CDF_2000_S4155203.cc	Sun Jul 11 22:55:29 2010	(r2577)
@@ -40,7 +40,7 @@
     void analyze(const Event& e) {
       const ZFinder& zfinder = applyProjection<ZFinder>(e, "ZFinder");
       if (zfinder.particles().size() != 1) {
-        getLog() << Log::DEBUG << "No unique e+e- pair found" << endl;
+        getLog() << Log::DEBUG << "Num e+ e- pairs found = " << zfinder.particles().size() << endl;
         vetoEvent;
       }
 


More information about the Rivet-svn mailing list