[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Sat Aug 19 17:15:17 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/7e80ecdeda54
branches:  release-2-5-x
changeset: 5971:7e80ecdeda54
user:      = Jon Butterworth <j.butterworth at cern.ch>
date:      Sat Aug 19 16:59:26 2017 +0100
description:
fix for finding plotinfo files

details:   https://rivet.hepforge.org/hg/rivet/rev/df39f36ccc32
branches:  
changeset: 5972:df39f36ccc32
user:      Andy Buckley <andy at insectnation.org>
date:      Sat Aug 19 17:11:16 2017 +0100
description:
Sync to 2.5.x

diffs (truncated from 684040 to 50 lines):

--- a/.hgignore	Fri Jun 23 09:38:17 2017 +0200
+++ b/.hgignore	Sat Aug 19 17:11:16 2017 +0100
@@ -69,4 +69,4 @@
 ^Rivet-.\..\..$
 ^local/.*$
 ^(for|analyses)\d\d\d$
-^src/Analyses/.*__all\.cc$
+^analyses/data$
--- a/ChangeLog	Fri Jun 23 09:38:17 2017 +0200
+++ b/ChangeLog	Sat Aug 19 17:11:16 2017 +0100
@@ -1,3 +1,109 @@
+2017-08-16  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Protect make-plots against NaNs in error band values (patch from Dmitry Kalinkin).
+
+2017-07-20  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add sumPt, sumP4, sumP3 utility functions.
+
+	* Record truth particles as constituents of SmearedParticles output.
+
+	* Rename UnstableFinalState -> UnstableParticles, and convert
+	ZFinder to be a general ParticleFinder rather than FinalState.
+
+2017-07-19  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add implicit cast from FourVector & FourMomentum to Vector3, and tweak mT implementation.
+
+	* Add rawParticles() to ParticleFinder, and update DressedLeptons, WFinder, ZFinder and VetoedFinalState to cope.
+
+	* Add isCharged() and isChargedLepton() to Particle.
+
+	* Add constituents() and rawConstituents() to Particle.
+
+	* Add support for specifying bin edges as braced initializer lists rather than explicit vector<double>.
+
+2017-07-18  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Enable methods for booking of Histo2D and Profile2D from Scatter3D reference data.
+
+	* Remove IsRef annotation from autobooked histogram objects.
+
+2017-07-17  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add pair-smearing to SmearedJets.
+
+2017-07-08  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add Event::centrality(), for non-HepMC access to the generator
+	value if one has been recorded -- otherwise -1.


More information about the Rivet-svn mailing list