[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Tue Apr 3 12:15:02 BST 2018


details:   https://rivet.hepforge.org/hg/rivet/rev/3fb90d80f5fe
branches:  release-2-6-x
changeset: 6259:3fb90d80f5fe
user:      Jon Butterworth <j.butterworth at cern.ch>
date:      Tue Apr 03 12:00:32 2018 +0100
description:
RatioPlotSizeY not RatioPlotYSize

details:   https://rivet.hepforge.org/hg/rivet/rev/c73970829d34
branches:  release-2-6-x
changeset: 6260:c73970829d34
user:      Jon Butterworth <j.butterworth at cern.ch>
date:      Tue Apr 03 12:06:57 2018 +0100
description:
minor doc fix

diffs (truncated from 62 to 50 lines):

--- a/ChangeLog	Thu Mar 15 09:51:57 2018 +0000
+++ b/ChangeLog	Tue Apr 03 12:06:57 2018 +0100
@@ -1,3 +1,7 @@
+2018-03-27  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add RatioPlotLogY key to make-plots. Thanks to Antonin Maire.
+
 2018-02-22  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Adding boolean operator syntactic sugar for composition of bool functors.
--- a/bin/make-plots	Thu Mar 15 09:51:57 2018 +0000
+++ b/bin/make-plots	Tue Apr 03 12:06:57 2018 +0100
@@ -217,6 +217,8 @@
         self.description['LogX'] = str(self.description.get('LogX', 0)) in ["1", "yes", "true"]
         self.description['LogY'] = str(self.description.get('LogY', 0)) in ["1", "yes", "true"]
         self.description['LogZ'] = str(self.description.get('LogZ', 0)) in ["1", "yes", "true"]
+        self.description['RatioPlotLogY'] = str(self.description.get('RatioPlotLogY', 0)) in ["1", "yes", "true"]
+
         if 'Rebin' in self.description:
             for i in self.histos:
                 self.histos[i].description['Rebin'] = self.description['Rebin']
--- a/doc/make-plots.txt	Thu Mar 15 09:51:57 2018 +0000
+++ b/doc/make-plots.txt	Tue Apr 03 12:06:57 2018 +0100
@@ -159,6 +159,7 @@
 LogX=<0|1>
 LogY=<0|1>
 LogZ=<0|1>
+RatioPlotLogY=<0|1>
 --------------------
 Use a logarithmic x-, y-, or z-axis. Default is linear.
 
@@ -327,7 +328,7 @@
 RatioPlotYLabel=<label>
 RatioPlotYMin=<value>
 RatioPlotYMax=<value>
-RatioPlotYSize=<size>
+RatioPlotSizeY=<size>
 RatioPlotErrorBandColor=<color>
 --------------------
 
--- a/doc/writinganalyses.tex	Thu Mar 15 09:51:57 2018 +0000
+++ b/doc/writinganalyses.tex	Tue Apr 03 12:06:57 2018 +0100
@@ -595,8 +595,8 @@
 
 Rivet contains a suite of useful functions for filtering of lists of
 \code{Particle}, \code{Jet}, and \code{FourMomentum} objects (aka
-\code{Particles}, \code{Jets}, and \code{FourMomenta}): \code{filter\_select} \&
-\code{filter\_discard}, and \code{ifilter\_*} equivalents.
+\code{Particles}, \code{Jets}, and \code{FourMomenta}): \code{filter\_select},
+\code{filter\_discard}, and their \code{ifilter\_*} equivalents.


More information about the Rivet-svn mailing list