|
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.
def vertexPlots.VertexValidation._getDirectoryName |
( |
|
self, |
|
|
|
quality, |
|
|
|
algo |
|
) |
| |
|
private |
Definition at line 512 of file vertexPlots.py.
def _getDirectoryName(self, quality, algo)
def vertexPlots.VertexValidation._getSelectionName |
( |
|
self, |
|
|
|
quality, |
|
|
|
algo |
|
) |
| |
|
private |
Definition at line 515 of file vertexPlots.py.
519 def _getSelectionName(self, quality, algo)
def vertexPlots.VertexValidation._init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
|
private |
Definition at line 509 of file vertexPlots.py.
References validation.Validation.__init__().
510 super(TrackingValidation, self).
__init__(*args, **kwargs)
def __init__(self, fullsimSamples, fastsimSamples, refRelease, refRepository, newRelease, newRepository, newFileModifier=None, selectionName="")
def _init__(self, args, kwargs)