test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Private Member Functions
vertexPlots.VertexValidation Class Reference
Inheritance diagram for vertexPlots.VertexValidation:
validation.Validation

Private Member Functions

def _getDirectoryName
 
def _getSelectionName
 
def _init__
 

Additional Inherited Members

- Public Member Functions inherited from validation.Validation
def __init__
 
def createHtmlReport
 
def doPlots
 
def download
 

Detailed Description

Definition at line 317 of file vertexPlots.py.

Member Function Documentation

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

Definition at line 321 of file vertexPlots.py.

322  def _getDirectoryName(self, quality, algo):
323  return algo
def vertexPlots.VertexValidation._getSelectionName (   self,
  quality,
  algo 
)
private

Definition at line 324 of file vertexPlots.py.

325  def _getSelectionName(self, quality, algo):
326  if algo is None:
327  return ""
328  return "_"+algo
def vertexPlots.VertexValidation._init__ (   self,
  args,
  kwargs 
)
private

Definition at line 318 of file vertexPlots.py.

References validation.Validation.__init__().

319  def _init__(self, *args, **kwargs):
320  super(TrackingValidation, self).__init__(*args, **kwargs)