[Rivet-svn] rivet: 8 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Thu Dec 15 13:00:02 GMT 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/186830c01a43
branches:  release-2-5-x
changeset: 5651:186830c01a43
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Dec 12 22:25:40 2016 +0000
description:
Also install EL and MU info files

details:   https://rivet.hepforge.org/hg/rivet/rev/57a6638936ba
branches:  release-2-5-x
changeset: 5652:57a6638936ba
user:      Andy Buckley <andy at insectnation.org>
date:      Tue Dec 13 12:02:28 2016 +0000
description:
Tweaks to .info files and metadata presentation

details:   https://rivet.hepforge.org/hg/rivet/rev/47259dc33dbf
branches:  release-2-5-x
changeset: 5653:47259dc33dbf
user:      Andy Buckley <andy at insectnation.org>
date:      Tue Dec 13 12:03:47 2016 +0000
description:
Add description comment

details:   https://rivet.hepforge.org/hg/rivet/rev/ad44338e2fa1
branches:  release-2-5-x
changeset: 5654:ad44338e2fa1
user:      Andy Buckley <andy at insectnation.org>
date:      Tue Dec 13 15:57:19 2016 +0000
description:
Version 2.5.3 release.

details:   https://rivet.hepforge.org/hg/rivet/rev/8c2eee7b5193
branches:  release-2-5-x
changeset: 5655:8c2eee7b5193
user:      Andy Buckley <andy at insectnation.org>
date:      Tue Dec 13 15:57:32 2016 +0000
description:
Added tag rivet-2.5.3 for changeset ad44338e2fa1

details:   https://rivet.hepforge.org/hg/rivet/rev/de13c4e6f5c4
branches:  release-2-5-x
changeset: 5656:de13c4e6f5c4
user:      Andy Buckley <andy at insectnation.org>
date:      Tue Dec 13 16:07:44 2016 +0000
description:
Make diffanas executable

details:   https://rivet.hepforge.org/hg/rivet/rev/613f4a3659f1
branches:  release-2-5-x
changeset: 5657:613f4a3659f1
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Dec 14 14:30:52 2016 +0000
description:
Tweak

details:   https://rivet.hepforge.org/hg/rivet/rev/25e27ac5fd1b
branches:  release-2-5-x
changeset: 5658:25e27ac5fd1b
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Dec 15 12:51:26 2016 +0000
description:
Fix a quoting/set bug in rivet-buildplugin

diffs (truncated from 177 to 50 lines):

--- a/.hgtags	Mon Dec 12 14:29:54 2016 +0000
+++ b/.hgtags	Thu Dec 15 12:51:26 2016 +0000
@@ -70,3 +70,4 @@
 0000000000000000000000000000000000000000 rivet-2.5.2
 0000000000000000000000000000000000000000 rivet-2.5.2
 8a05acecd26c18f368f4b748da2d5aa2db46be6c rivet-2.5.2
+ad44338e2fa10dd81e2b306545b801ce53f31921 rivet-2.5.3
--- a/ChangeLog	Mon Dec 12 14:29:54 2016 +0000
+++ b/ChangeLog	Thu Dec 15 12:51:26 2016 +0000
@@ -1,10 +1,13 @@
+2016-12-13  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Version 2.5.3 release.
+
 2016-12-12  Holger Schulz  <holger.schulz at cern.ch>
 
 	* Add cut in BZ calculation in OPAL 4 jet analysis. Paper is not clear
 	about treatment of parallel vectors, leads to division by zero and
 	nan-fill and subsequent YODA RangeError (OPAL_2001_S4553896)
 
-
 2016-12-12  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Fix bugs in SmearedJets treatment of b & c tagging rates.
--- a/bin/rivet	Mon Dec 12 14:29:54 2016 +0000
+++ b/bin/rivet	Thu Dec 15 12:51:26 2016 +0000
@@ -328,7 +328,7 @@
             msg+= "\n\n"
 
         if ana.references():
-            msg += "\n" + "References:"
+            msg += "\n" + "References:\n"
             for r in ana.references():
                 url = None
                 if r.startswith("arXiv:"):
--- a/bin/rivet-buildplugin.in	Mon Dec 12 14:29:54 2016 +0000
+++ b/bin/rivet-buildplugin.in	Thu Dec 15 12:51:26 2016 +0000
@@ -113,7 +113,7 @@
 tmp=$(echo "$tmp" | sed -e 's/--cmd//g' -e 's/--dry-run//g')
 
 ## Reset positional params now that flags have been removed
-set "$tmp"
+set $tmp "" #< NB. protection against empty $tmp arg!!
 
 ## Get and check the library name
 libname=$1
--- a/data/anainfo/ATLAS_2015_I1376945.info	Mon Dec 12 14:29:54 2016 +0000
+++ b/data/anainfo/ATLAS_2015_I1376945.info	Thu Dec 15 12:51:26 2016 +0000
@@ -1,6 +1,6 @@
 Name: ATLAS_2015_I1376945


More information about the Rivet-svn mailing list