[Rivet-svn] r3036 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Apr 3 18:21:40 BST 2011


Author: buckley
Date: Sun Apr  3 18:21:39 2011
New Revision: 3036

Log:
Indentation fix

Modified:
   trunk/bin/compare-histos

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Fri Apr  1 12:22:04 2011	(r3035)
+++ trunk/bin/compare-histos	Sun Apr  3 18:21:39 2011	(r3036)
@@ -403,11 +403,11 @@
 
 
         if opts.RATIO_DEVIATION:
-             paramdefaults["RatioPlotMode"] = "deviation"
-         if not HISTOS[ref][name].isdata:
-             paramdefaults["RatioPlotYLabel"] = "Ratio"
-             if opts.RATIO_DEVIATION:
-                 paramdefaults["RatioPlotYLabel"] = "Deviation"
+            paramdefaults["RatioPlotMode"] = "deviation"
+        if not HISTOS[ref][name].isdata:
+            paramdefaults["RatioPlotYLabel"] = "Ratio"
+            if opts.RATIO_DEVIATION:
+                paramdefaults["RatioPlotYLabel"] = "Deviation"
 
 
         headstr  = "# BEGIN PLOT\n"


More information about the Rivet-svn mailing list