[Rivet-svn] rivet: Fix DEBUG message

Rivet Mercurial rivet at projects.hepforge.org
Thu Aug 4 14:00:02 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/53ffb521116c
branches:  release-2-5-x
changeset: 5381:53ffb521116c
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Thu Aug 04 13:57:42 2016 +0100
description:
Fix DEBUG message

diffs (11 lines):

--- a/include/Rivet/Projections/SmearedJets.hh	Thu Aug 04 13:03:44 2016 +0100
+++ b/include/Rivet/Projections/SmearedJets.hh	Thu Aug 04 13:57:42 2016 +0100
@@ -106,7 +106,7 @@
         if (jeff < 1 && rand01() > jeff) continue; //< roll dice (and deal with >1 probabilities, just in case)
         // Kinematic smearing
         Jet sj = _jetSmearFn ? _jetSmearFn(j) : j;
-        MSG_DEBUG("Jet smearing from " << j << " to " << sj);
+        MSG_DEBUG("Jet smearing from " << j.mom() << " to " << sj.mom());
         // Re-add constituents & tags if (we assume accidentally) they were lost by the smearing function
         if (sj.particles().empty() && !j.particles().empty()) sj.particles() = j.particles();
         if (sj.tags().empty() && !j.tags().empty()) sj.tags() = j.tags();


More information about the Rivet-svn mailing list