|
def | __init__ (self, fullsimSamples, fastsimSamples, refRelease, refRepository, newRelease, newRepository, newFileModifier=None, selectionName="") |
|
def | createHtmlReport (self) |
|
def | doPlots (self, plotter, plotterDrawArgs={}, limitSubFoldersOnlyTo=None, htmlReport=html.HtmlReportDummy(), doFastVsFull=True, doPhase2PU=False) |
|
def | download (self) |
|
Definition at line 508 of file vertexPlots.py.
◆ _getDirectoryName()
def vertexPlots.VertexValidation._getDirectoryName |
( |
|
self, |
|
|
|
quality, |
|
|
|
algo |
|
) |
| |
|
private |
Definition at line 512 of file vertexPlots.py.
512 def _getDirectoryName(self, quality, algo):
◆ _getSelectionName()
def vertexPlots.VertexValidation._getSelectionName |
( |
|
self, |
|
|
|
quality, |
|
|
|
algo |
|
) |
| |
|
private |
Definition at line 515 of file vertexPlots.py.
515 def _getSelectionName(self, quality, algo):
◆ _init__()
def vertexPlots.VertexValidation._init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
|
private |