[Rivet-svn] r3773 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jun 26 15:16:54 BST 2012


Author: holsch
Date: Tue Jun 26 15:16:54 2012
New Revision: 3773

Log:
Revert previous change

Modified:
   trunk/bin/compare-histos

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Tue Jun 26 15:02:16 2012	(r3772)
+++ trunk/bin/compare-histos	Tue Jun 26 15:16:54 2012	(r3773)
@@ -575,12 +575,6 @@
                             #print numskipped, (HISTOS[hfile][name].numBins() - HISTOS[ref][name].numBins())
                             assert(numskipped <= abs(HISTOS[hfile][name].numBins() - HISTOS[ref][name].numBins()))
                             continue
-                # Skip every nskip bin when drawing -- helps to circumvent
-                # 'TeX capacity exceeded' error on some large plots
-                if headers.has_key("SkipBins"):
-                    nskip = int(headers["SkipBins"])
-                    if ibin%nskip ==0:
-                        continue
                 histstr += '%s\n' % (bin.asFlat())
             histstr += "# END HISTOGRAM\n"
             histstrs.append(histstr)


More information about the Rivet-svn mailing list