Public Member Functions | |
def | __init__ (self, columnHeaders, rowHeaders, table, purpose, page, section) |
def | columnHeaders (self) |
def | getPage (self) |
def | getPurpose (self) |
def | getSection (self) |
def | ncolumns (self) |
def | nrows (self) |
def | rowHeaders (self) |
def | tableAsColumnRow (self) |
def | tableAsRowColumn (self) |
Private Attributes | |
_columnHeaders | |
_page | |
_purpose | |
_rowHeaders | |
_section | |
_table | |
def html.Table.__init__ | ( | self, | |
columnHeaders, | |||
rowHeaders, | |||
table, | |||
purpose, | |||
page, | |||
section | |||
) |
Definition at line 249 of file html.py.
def html.Table.columnHeaders | ( | self | ) |
def html.Table.getPage | ( | self | ) |
def html.Table.getPurpose | ( | self | ) |
def html.Table.getSection | ( | self | ) |
def html.Table.ncolumns | ( | self | ) |
def html.Table.nrows | ( | self | ) |
def html.Table.rowHeaders | ( | self | ) |
def html.Table.tableAsColumnRow | ( | self | ) |
def html.Table.tableAsRowColumn | ( | self | ) |
Definition at line 291 of file html.py.
References LMap::impl._table, html.Table._table, genParticles_cff.map, and ComparisonHelper.zip().
|
private |
Definition at line 259 of file html.py.
Referenced by html.Page._appendColumnHeader(), html.Page._formatTables(), and html.Table.columnHeaders().
|
private |
Definition at line 264 of file html.py.
Referenced by html.Table.getPage(), vertexPlots.VertexSummaryTable.getPage(), trackingPlots.TrackingSummaryTable.getPage(), trackingPlots.TrackingTimingTable.getPage(), and plotting.PlotFolder.getPage().
|
private |
Definition at line 263 of file html.py.
Referenced by html.Table.getPurpose(), vertexPlots.VertexSummaryTable.getPurpose(), trackingPlots.TrackingSummaryTable.getPurpose(), trackingPlots.TrackingTimingTable.getPurpose(), and plotting.PlotFolder.getPurpose().
|
private |
Definition at line 260 of file html.py.
Referenced by html.Table.rowHeaders().
|
private |
Definition at line 265 of file html.py.
Referenced by html.Table.getSection(), trackingPlots.TrackingSummaryTable.getSection(), trackingPlots.TrackingTimingTable.getSection(), and plotting.PlotFolder.getSection().
|
private |
Definition at line 261 of file html.py.
Referenced by html.Table.ncolumns(), html.Table.nrows(), html.Table.tableAsColumnRow(), and html.Table.tableAsRowColumn().