[Rivet-svn] r2201 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Dec 23 17:40:10 GMT 2009


Author: hoeth
Date: Wed Dec 23 17:40:10 2009
New Revision: 2201

Log:
Removed unnecessary settings in compare-histos (which are default in make-plots).

Modified:
   trunk/bin/compare-histos

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Wed Dec 23 17:31:37 2009	(r2200)
+++ trunk/bin/compare-histos	Wed Dec 23 17:40:10 2009	(r2201)
@@ -290,10 +290,7 @@
                          "LogY" : "%d" % int((len(HISTOS[ref][name].getBins()) > 1) and not opts.LINEAR),
                          "DrawOnly" : drawonlystr,
                          "RatioPlot" : "%d" % int(not opts.NORATIO),
-                         "RatioPlotReference" : "%s%s" % (ref, HISTOS[ref][name].fullPath()),
-                         "RatioPlotYMin" : "0.5",
-                         "RatioPlotYMax" : "1.5",
-                         "RatioPlotYLabel" : "MC/data"}
+                         "RatioPlotReference" : "%s%s" % (ref, HISTOS[ref][name].fullPath())}
 
         headstr  = "# BEGIN PLOT\n"
         for param, default in paramdefaults.iteritems():


More information about the Rivet-svn mailing list