[Rivet-svn] rivet: 3 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Mon Apr 11 22:00:02 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/b9b2ea8a573f
branches:  
changeset: 5117:b9b2ea8a573f
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Apr 08 16:21:42 2016 +0100
description:
Merging new path, --pwd, --guess-prefix, and analysis features from 2.4.x

details:   https://rivet.hepforge.org/hg/rivet/rev/13b4f6eccc0a
branches:  
changeset: 5118:13b4f6eccc0a
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Apr 11 21:33:51 2016 +0100
description:
Actually implement ZEUS_2001_S4815815... only 10 years late!

details:   https://rivet.hepforge.org/hg/rivet/rev/a3c0db76f965
branches:  
changeset: 5119:a3c0db76f965
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Apr 11 21:56:19 2016 +0100
description:
Merge

diffs (truncated from 1343 to 50 lines):

--- a/ChangeLog	Thu Apr 07 16:26:03 2016 +0100
+++ b/ChangeLog	Mon Apr 11 21:56:19 2016 +0100
@@ -1,3 +1,16 @@
+2016-04-11  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Actually implement ZEUS_2001_S4815815... only 10 years late!
+
+2016-04-08  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add a --guess-prefix flag to rivet-config, cf. fastjet-config.
+
+	* Add RIVET_DATA_PATH variable and related functions in C++ and
+	Python as a common first-fallback for RIVET_REF_PATH,
+	RIVET_INFO_PATH, and RIVET_PLOT_PATH.
+
+	* Add --pwd options to rivet-mkhtml and rivet-cmphistos
 2016-04-07  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Remove implicit conventional event rotation for HERA -- this
@@ -84,6 +97,8 @@
 
 	* Add (abs)charge(3) methods and functions for Particle objects.
 
+	* Bug-fix in semi-leptonic top selection of CMS_2015_I1370682.
+
 2016-03-12  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Allow multi-line major tick labels on make-plots linear x and y
--- a/bin/rivet	Thu Apr 07 16:26:03 2016 +0100
+++ b/bin/rivet	Mon Apr 11 21:56:19 2016 +0100
@@ -11,10 +11,7 @@
 ENVIRONMENT:
  * RIVET_ANALYSIS_PATH: list of paths to be searched for plugin
      analysis libraries at runtime
- * RIVET_REF_PATH: list of paths to be searched for reference
-     data files
- * RIVET_INFO_PATH: list of paths to be searched for analysis
-     metadata files
+ * RIVET_DATA_PATH: list of paths to be searched for data files
 """
 
 import os, sys
@@ -62,7 +59,7 @@
 anagroup.add_option("--analysis-path-append", dest="ANALYSIS_PATH_APPEND", metavar="PATH", default=None,
                     help="append to the analysis search path (cf. $RIVET_ANALYSIS_PATH).")
 anagroup.add_option("--pwd", dest="ANALYSIS_PATH_PWD", action="store_true", default=False,
-                    help="append the current directory (pwd) to the analysis search path (cf. $RIVET_ANALYSIS_PATH).")
+                    help="append the current directory (pwd) to the analysis/data search paths (cf. $RIVET_ANALYSIS_PATH).")
 # TODO: add control for more paths?
 parser.add_option_group(anagroup)


More information about the Rivet-svn mailing list