[Rivet-svn] rivet: Oops

Rivet Mercurial rivet at projects.hepforge.org
Fri Oct 27 18:00:01 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/aa754ef9dd90
branches:  
changeset: 6122:aa754ef9dd90
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Oct 27 17:47:42 2017 +0100
description:
Oops

diffs (11 lines):

--- a/include/Rivet/Projections/SmearedMET.hh	Fri Oct 27 17:35:21 2017 +0100
+++ b/include/Rivet/Projections/SmearedMET.hh	Fri Oct 27 17:47:42 2017 +0100
@@ -69,7 +69,7 @@
     /// The vector-summed visible transverse momentum in the event, as a 3-vector with z=0
     /// @note Reverse this vector with operator- to get the missing pT vector.
     /// @todo Currently equivalent to vectorEt
-    const Vector3& vectorPt() const { return _vpt; }
+    const Vector3& vectorPt() const { return vectorEt(); }
 
     /// Convenience vector MPT function
     const Vector3 vectorMissingPt() const { return -vectorPt(); }


More information about the Rivet-svn mailing list