|
[Rivet-svn] rivet: some MissingMomentum members not clearedRivet Mercurial rivet at projects.hepforge.orgWed Jan 25 14:00:02 GMT 2017
details: https://rivet.hepforge.org/hg/rivet/rev/cf8cbc721455 branches: release-2-5-x changeset: 5679:cf8cbc721455 user: Christian Gutschow <chris.g at cern.ch> date: Wed Jan 25 13:47:25 2017 +0000 description: some MissingMomentum members not cleared diffs (12 lines): --- a/src/Projections/MissingMomentum.cc Mon Jan 23 23:15:42 2017 +0000 +++ b/src/Projections/MissingMomentum.cc Wed Jan 25 13:47:25 2017 +0000 @@ -12,7 +12,9 @@ void MissingMomentum::clear() { _momentum = FourMomentum(); _set = 0.0; + _spt = 0.0; _vet = Vector3(); + _vpt = Vector3(); }
More information about the Rivet-svn mailing list |