Public Member Functions | |
def | __init__ (self, title, sampleName) |
def | addPlotSet (self, section, plotSet) |
def | addTable (self, section, table) |
def | isEmpty (self) |
def | write (self, fileName) |
Private Member Functions | |
def | _appendColumnHeader (self, header) |
def | _appendLegend (self, section) |
def | _formatLegend (self) |
def | _formatPlotSets (self) |
def | _formatTables (self) |
def | _mapSectionName (self, section) |
def | _orderSets (self, keys) |
Private Attributes | |
_columnHeaders | |
_columnHeadersIndex | |
_content | |
_legends | |
_plotSets | |
_sectionLegendIndex | |
_tables | |
def html.Page.__init__ | ( | self, | |
title, | |||
sampleName | |||
) |
Definition at line 351 of file html.py.
|
private |
Definition at line 474 of file html.py.
References html.Table._columnHeaders, html.Page._columnHeaders, html.Page._columnHeadersIndex, mps_setup.append, and str.
Referenced by html.Page._formatTables().
|
private |
Definition at line 406 of file html.py.
References html.Page._legends, html.Page._sectionLegendIndex, html._sectionNameLegend(), and mps_setup.append.
Referenced by html.Page._formatPlotSets(), and html.Page._formatTables().
|
private |
Definition at line 538 of file html.py.
References html.Page._content, html.Page._legends, and mps_setup.append.
|
private |
Definition at line 420 of file html.py.
References html.Page._appendLegend(), html.Page._content, html.Page._mapSectionName(), html.Page._orderSets(), html.Page._plotSets, mps_setup.append, and relativeConstraints.keys.
|
private |
Definition at line 484 of file html.py.
References html.Page._appendColumnHeader(), html.Page._appendLegend(), html.Table._columnHeaders, html.Page._columnHeaders, html.Page._columnHeadersIndex, html.Page._content, html.Page._mapSectionName(), html.Page._orderSets(), html.Page._tables, mps_setup.append, relativeConstraints.keys, genParticles_cff.map, SiStripPI.max, and str.
|
private |
Definition at line 548 of file html.py.
Referenced by html.Page._formatPlotSets(), and html.Page._formatTables().
|
private |
Definition at line 551 of file html.py.
Referenced by html.Page._formatPlotSets(), and html.Page._formatTables().
def html.Page.addPlotSet | ( | self, | |
section, | |||
plotSet | |||
) |
Definition at line 366 of file html.py.
References html.Page._plotSets.
def html.Page.addTable | ( | self, | |
section, | |||
table | |||
) |
Definition at line 372 of file html.py.
References html.Page._tables.
def html.Page.isEmpty | ( | self | ) |
Definition at line 375 of file html.py.
References html.Page._plotSets, html.Page._tables, and contentValuesCheck.values.
Referenced by plotting.Plot.clone().
|
private |
Definition at line 388 of file html.py.
Referenced by html.Page._appendColumnHeader(), and html.Page._formatTables().
|
private |
Definition at line 389 of file html.py.
Referenced by html.Page._appendColumnHeader(), and html.Page._formatTables().
|
private |
Definition at line 352 of file html.py.
Referenced by html.Page._formatLegend(), html.Page._formatPlotSets(), and html.Page._formatTables().
|
private |
Definition at line 386 of file html.py.
Referenced by html.Page._appendLegend(), and html.Page._formatLegend().
|
private |
Definition at line 363 of file html.py.
Referenced by html.Page._formatPlotSets(), html.Page.addPlotSet(), and html.Page.isEmpty().
|
private |
Definition at line 387 of file html.py.
Referenced by html.Page._appendLegend().
|
private |
Definition at line 364 of file html.py.
Referenced by html.Page._formatTables(), html.Page.addTable(), and html.Page.isEmpty().