[Rivet-svn] r2239 - in trunk: bin data/plotinfo

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Feb 3 16:22:55 GMT 2010


Author: hoeth
Date: Wed Feb  3 16:22:54 2010
New Revision: 2239

Log:
Setting ErrorBars=0 as default for three histograms (two in CDF_2004_S5839831
and one in CDF_2009_S8233977), because they have so many bins that otherwise
make-plots fails with a "TeX capacity exceeded" error.

Modified:
   trunk/bin/compare-histos
   trunk/data/plotinfo/CDF_2004_S5839831.plot
   trunk/data/plotinfo/CDF_2009_S8233977.plot

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Wed Feb  3 10:18:05 2010	(r2238)
+++ trunk/bin/compare-histos	Wed Feb  3 16:22:54 2010	(r2239)
@@ -326,8 +326,8 @@
                 histstr += 'LineStyle=%s\n' % style
                 histstr += 'Title=%s\n' % LABELS[hfile]
                 for key, val in histopts.iteritems():
-                    if key == 'ErrorBars' and opts.MC_ERRS:
-                        continue
+                    #if key == 'ErrorBars' and opts.MC_ERRS:
+                    #    continue
                     histstr += "%s=%s\n" % (key, val)
                 i += 1
             for bin in HISTOS[hfile][name].getBins():

Modified: trunk/data/plotinfo/CDF_2004_S5839831.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2004_S5839831.plot	Wed Feb  3 10:18:05 2010	(r2238)
+++ trunk/data/plotinfo/CDF_2004_S5839831.plot	Wed Feb  3 16:22:54 2010	(r2239)
@@ -100,6 +100,9 @@
 YLabel=$\mathrm{d}{\sigma}/\mathrm{d}{p_\perp}$
 FullRange=1
 # END PLOT
+# BEGIN HISTOGRAM /CDF_2004_S5839831/d06-x01-y01
+ErrorBars=0
+# END HISTOGRAM
 
 # BEGIN PLOT /CDF_2004_S5839831/d07-x01-y01
 Title=Swiss Cheese $p_\perp^\text{sum}$ vs. $E_\perp^\text{lead}$ (for removal of 2 jets) at $\sqrt{s}$ = 1800 GeV
@@ -168,4 +171,7 @@
 YLabel=$\mathrm{d}{\sigma}/\mathrm{d}{N_\text{ch}}$
 FullRange=1
 # END PLOT
+# BEGIN HISTOGRAM /CDF_2004_S5839831/d11-x01-y01
+ErrorBars=0
+# END HISTOGRAM
 

Modified: trunk/data/plotinfo/CDF_2009_S8233977.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2009_S8233977.plot	Wed Feb  3 10:18:05 2010	(r2238)
+++ trunk/data/plotinfo/CDF_2009_S8233977.plot	Wed Feb  3 16:22:54 2010	(r2239)
@@ -7,6 +7,9 @@
 LogY=1
 FullRange=1
 # END PLOT
+# BEGIN HISTOGRAM /CDF_2009_S8233977/d01-x01-y01
+ErrorBars=0
+# END HISTOGRAM
 
 # BEGIN PLOT /CDF_2009_S8233977/d02-x01-y01
 Title=Mean track $p_T$ vs multiplicity, $|\eta|<1$, $p_\perp > 0.4$ GeV


More information about the Rivet-svn mailing list