CMS 3D CMS Logo

List of all members | Private Member Functions
vertexPlots.VertexValidation Class Reference
Inheritance diagram for vertexPlots.VertexValidation:
validation.Validation

Private Member Functions

def _getDirectoryName (self, quality, algo)
 
def _getSelectionName (self, quality, algo)
 
def _init__ (self, args, kwargs)
 

Additional Inherited Members

- Public Member Functions inherited from validation.Validation
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)
 

Detailed Description

Definition at line 426 of file vertexPlots.py.

Member Function Documentation

def vertexPlots.VertexValidation._getDirectoryName (   self,
  quality,
  algo 
)
private

Definition at line 430 of file vertexPlots.py.

430  def _getDirectoryName(self, quality, algo):
431  return algo
432 
def _getDirectoryName(self, quality, algo)
Definition: vertexPlots.py:430
def vertexPlots.VertexValidation._getSelectionName (   self,
  quality,
  algo 
)
private

Definition at line 433 of file vertexPlots.py.

433  def _getSelectionName(self, quality, algo):
434  if algo is None:
435  return ""
436  return "_"+algo
437 
def _getSelectionName(self, quality, algo)
Definition: vertexPlots.py:433
def vertexPlots.VertexValidation._init__ (   self,
  args,
  kwargs 
)
private

Definition at line 427 of file vertexPlots.py.

References validation.Validation.__init__().

427  def _init__(self, *args, **kwargs):
428  super(TrackingValidation, self).__init__(*args, **kwargs)
429 
def __init__(self, fullsimSamples, fastsimSamples, refRelease, refRepository, newRelease, newRepository, newFileModifier=None, selectionName="")
Definition: validation.py:477
def _init__(self, args, kwargs)
Definition: vertexPlots.py:427