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 | |
|
private |
Definition at line 381 of file html.py.
References html.Table._columnHeaders, html.Page._columnHeaders, html.Page._columnHeadersIndex, and harvestTrackValidationPlots.str.
Referenced by html.Page._formatTables().
|
private |
Definition at line 319 of file html.py.
References html.Page._legends, html.Page._sectionLegendIndex, and html._sectionNameLegend().
Referenced by html.Page._formatPlotSets(), and html.Page._formatTables().
|
private |
|
private |
Definition at line 333 of file html.py.
References html.Page._appendLegend(), html.Page._mapSectionName(), html.Page._orderSets(), and html.Page._plotSets.
|
private |
Definition at line 391 of file html.py.
References html.Page._appendColumnHeader(), html.Page._appendLegend(), html.Table._columnHeaders, html.Page._columnHeaders, html.Page._columnHeadersIndex, html.Page._mapSectionName(), html.Page._orderSets(), html.Page._tables, genParticles_cff.map, hpstanc_transforms.max, and harvestTrackValidationPlots.str.
|
private |
Definition at line 455 of file html.py.
Referenced by html.Page._formatPlotSets(), and html.Page._formatTables().
|
private |
Definition at line 458 of file html.py.
Referenced by html.Page._formatPlotSets(), and html.Page._formatTables().
def html.Page.addPlotSet | ( | self, | |
section, | |||
plotSet | |||
) |
def html.Page.addTable | ( | self, | |
section, | |||
table | |||
) |
def html.Page.isEmpty | ( | self | ) |
Definition at line 288 of file html.py.
References html.Page._tables.
Referenced by plotting.Plot.clone().
|
private |
Definition at line 301 of file html.py.
Referenced by html.Page._appendColumnHeader(), and html.Page._formatTables().
|
private |
Definition at line 302 of file html.py.
Referenced by html.Page._appendColumnHeader(), and html.Page._formatTables().
|
private |
Definition at line 299 of file html.py.
Referenced by html.Page._appendLegend(), and html.Page._formatLegend().
|
private |
Definition at line 276 of file html.py.
Referenced by html.Page._formatPlotSets(), and html.Page.addPlotSet().
|
private |
Definition at line 300 of file html.py.
Referenced by html.Page._appendLegend().
|
private |
Definition at line 277 of file html.py.
Referenced by html.Page._formatTables(), html.Page.addTable(), and html.Page.isEmpty().