[Rivet-svn] rivet: merge with branch 2-5-x

Rivet Mercurial rivet at projects.hepforge.org
Wed Dec 7 16:45:03 GMT 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/13f0766c328b
branches:  multiweight
changeset: 5639:13f0766c328b
user:      Chris Pollard <cspollard at gmail.com>
date:      Wed Dec 07 14:07:17 2016 +0000
description:
merge with branch 2-5-x

diffs (truncated from 8289 to 50 lines):

--- a/.hgignore	Thu Oct 27 12:57:46 2016 +0100
+++ b/.hgignore	Wed Dec 07 14:07:17 2016 +0000
@@ -59,6 +59,7 @@
 ^test/.*\.trs$
 ^test/testMatVec$
 ^test/testMath$
+^test/testBeams$
 ^dev$
 ^devval$
 ^newanalyses$
@@ -68,3 +69,4 @@
 ^Rivet-.\..\..$
 ^local/.*$
 ^(for|analyses)\d\d\d$
+^src/Analyses/.*__all\.cc$
--- a/ChangeLog	Thu Oct 27 12:57:46 2016 +0100
+++ b/ChangeLog	Wed Dec 07 14:07:17 2016 +0000
@@ -1,3 +1,99 @@
+2016-12-01  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Adding ALICE_2012_I1116147 (eta and pi0 pTs and ratio) and
+	ATLAS_2011_I929691 (7 TeV jet frag)
+
+2016-11-30  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Fix bash bugs in rivet-buildplugin, including fixing the --cmd mode.
+
+2016-11-28  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add LHC Run 2 BSM analyses ATLAS_2016_CONF_2016_037 (3-lepton
+	and same-sign 2-lepton), ATLAS_2016_CONF_2016_054 (1-lepton +
+	jets), ATLAS_2016_CONF_2016_078 (ICHEP jets + MET),
+	ATLAS_2016_CONF_2016_094 (1-lepton + many jets), CMS_2013_I1223519
+	(alphaT + b-jets), and CMS_2016_PAS_SUS_16_14 (jets + MET).
+
+	* Provide convenience reversed-argument versions of apply and
+	declare methods, to allow presentational choice of declare syntax
+	in situations where the projection argument is very long, and
+	reduce requirements on the user's memory since this is one
+	situation in Rivet where there is no 'most natural' ordering
+	choice.
+
+2016-11-24  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Adding pTvec() function to 4-vectors and ParticleBase.
+
+	* Fix --pwd option of the rivet script
+
+2016-11-21  Andy Buckley  <andy.buckley at cern.ch>
+


More information about the Rivet-svn mailing list