[Rivet-svn] rivet: 5 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Fri May 27 17:15:02 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/f127d565bd83
branches:  release-2-4-x
changeset: 5213:f127d565bd83
user:      Andy Buckley <andy at insectnation.org>
date:      Fri May 27 15:04:25 2016 +0100
description:
Tidy, think about how to use newer lester_bisect_mt2 header

details:   https://rivet.hepforge.org/hg/rivet/rev/b487c31d3ad7
branches:  release-2-4-x
changeset: 5214:b487c31d3ad7
user:      Andy Buckley <andy at insectnation.org>
date:      Fri May 27 15:04:41 2016 +0100
description:
Remove 'testing only' comment re. C++11

details:   https://rivet.hepforge.org/hg/rivet/rev/05f37be09f27
branches:  release-2-4-x
changeset: 5215:05f37be09f27
user:      Andy Buckley <andy at insectnation.org>
date:      Fri May 27 16:54:03 2016 +0100
description:
Up-case make-plots font choice, so that it works

details:   https://rivet.hepforge.org/hg/rivet/rev/b7c27c46d2ee
branches:  release-2-4-x
changeset: 5216:b7c27c46d2ee
user:      Andy Buckley <andy at insectnation.org>
date:      Fri May 27 16:57:12 2016 +0100
description:
Oops

details:   https://rivet.hepforge.org/hg/rivet/rev/8893211a780d
branches:  release-2-4-x
changeset: 5217:8893211a780d
user:      Andy Buckley <andy at insectnation.org>
date:      Fri May 27 17:00:25 2016 +0100
description:
Use wide overline rather than bar in plot labels

diffs (truncated from 143 to 50 lines):

--- a/bin/make-plots	Mon May 23 20:52:53 2016 +0100
+++ b/bin/make-plots	Fri May 27 17:00:25 2016 +0100
@@ -2520,6 +2520,7 @@
 
     opts, args = parser.parse_args()
     logging.basicConfig(level=opts.LOGLEVEL, format="%(message)s")
+    opts.OUTPUT_FONT = opts.OUTPUT_FONT.upper()
     opts.OUTPUT_FORMAT = opts.OUTPUT_FORMAT.upper().split(",")
 
     ## Check for no args
--- a/configure.ac	Mon May 23 20:52:53 2016 +0100
+++ b/configure.ac	Fri May 27 17:00:25 2016 +0100
@@ -48,7 +48,7 @@
 AC_MSG_CHECKING([whether to include C++11 flag for testing])
 AC_ARG_ENABLE(stdcxx11,
         AC_HELP_STRING([--enable-stdcxx11],
-        [turn on C++11 flag (only for testing, do not use in production!)]),
+        [turn on C++11 flag]),
         [],
         [enable_stdcxx11=no]
         )
--- a/data/plotinfo/ATLAS_2014_I1307243.plot	Mon May 23 20:52:53 2016 +0100
+++ b/data/plotinfo/ATLAS_2014_I1307243.plot	Fri May 27 17:00:25 2016 +0100
@@ -9,7 +9,7 @@
 
 # BEGIN PLOT /ATLAS_2014_I1307243/d02-x01-y01
 Title=Gap fraction as a function of leading dijet scalar mean $p_T$
-XLabel=$\bar{p_T}$ [GeV]
+XLabel=$\overline{p_T}$ [GeV]
 YLabel=Gap fraction
 ShowZero=0
 LogX=1
@@ -27,8 +27,8 @@
 # END PLOT
 
 # BEGIN PLOT /ATLAS_2014_I1307243/d04-x01-y01
-Title=$\langle N_\text{jets}$ in rapidity interval $\rangle$ as a function of $\bar{p_T}$
-XLabel=$\bar{p_T}$ [GeV]
+Title=$\langle N_\text{jets}$ in rapidity interval $\rangle$ as a function of $\overline{p_T}$
+XLabel=$\overline{p_T}$ [GeV]
 YLabel=$\langle N_\text{jets}$ in rapidity interval $\rangle$
 ShowZero=0
 LogX=1
@@ -46,8 +46,8 @@
 # END PLOT
 
 # BEGIN PLOT /ATLAS_2014_I1307243/d06-x01-y01
-Title=$\langle \cos(\pi - \Delta\phi)\rangle$ for inclusive events as a function of $\bar{p_T}$
-XLabel=$\bar{p_T}$ [GeV]
+Title=$\langle \cos(\pi - \Delta\phi)\rangle$ for inclusive events as a function of $\overline{p_T}$


More information about the Rivet-svn mailing list