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 416 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 354 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 368 of file html.py.
References html.Page._appendLegend(), html.Page._mapSectionName(), html.Page._orderSets(), and html.Page._plotSets.
|
private |
Definition at line 426 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 490 of file html.py.
Referenced by html.Page._formatPlotSets(), and html.Page._formatTables().
|
private |
Definition at line 493 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 323 of file html.py.
References html.Page._tables.
Referenced by plotting.Plot.clone().
|
private |
Definition at line 336 of file html.py.
Referenced by html.Page._appendColumnHeader(), and html.Page._formatTables().
|
private |
Definition at line 337 of file html.py.
Referenced by html.Page._appendColumnHeader(), and html.Page._formatTables().
|
private |
Definition at line 334 of file html.py.
Referenced by html.Page._appendLegend(), and html.Page._formatLegend().
|
private |
Definition at line 311 of file html.py.
Referenced by html.Page._formatPlotSets(), and html.Page.addPlotSet().
|
private |
Definition at line 335 of file html.py.
Referenced by html.Page._appendLegend().
|
private |
Definition at line 312 of file html.py.
Referenced by html.Page._formatTables(), html.Page.addTable(), and html.Page.isEmpty().