|
[Rivet-svn] r4220 - branches/2012-06-aidarivet/docblackhole at projects.hepforge.org blackhole at projects.hepforge.orgSun Mar 10 17:24:05 GMT 2013
Author: buckley Date: Sun Mar 10 17:24:04 2013 New Revision: 4220 Log: Removing attempt to generate histogram lists from the plotinfo files: the regexes screw this up. It's done ~properly in the YODA version -- no point in persevering with a hack solution here. Modified: branches/2012-06-aidarivet/doc/mk-analysis-latex Modified: branches/2012-06-aidarivet/doc/mk-analysis-latex ============================================================================== --- branches/2012-06-aidarivet/doc/mk-analysis-latex Sun Mar 10 16:32:59 2013 (r4219) +++ branches/2012-06-aidarivet/doc/mk-analysis-latex Sun Mar 10 17:24:04 2013 (r4220) @@ -162,19 +162,19 @@ page += "\n\\noindent " + para + "\n" - try: - import readplot - info = readplot.plotinfo(ana.name()) - if info: - page += "\n\\vspace{1em}\n\\noindent\n" - page += "\\textbf{Histograms:}\n \\penalty 100\n" - page += "\\begin{itemize}\n" - for hpath in sorted(info.keys()): - htitle = info[hpath]["TITLE"] - page += " \\item %s (\kbd{%s})\n" % (htitle, hpath.replace(r"_", r"\_")) - page += "\\end{itemize}\n" - except: - pass + # try: + # import readplot + # info = readplot.plotinfo(ana.name()) + # if info: + # page += "\n\\vspace{1em}\n\\noindent\n" + # page += "\\textbf{Histograms:}\n \\penalty 100\n" + # page += "\\begin{itemize}\n" + # for hpath in sorted(info.keys()): + # htitle = info[hpath]["TITLE"] + # page += " \\item %s (\kbd{%s})\n" % (htitle, hpath.replace(r"_", r"\_")) + # page += "\\end{itemize}\n" + # except: + # pass page += "\n\\clearpage\n"
More information about the Rivet-svn mailing list |