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 249 of file vertexPlots.py.

Member Function Documentation

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

Definition at line 253 of file vertexPlots.py.

254  def _getDirectoryName(self, quality, algo):
255  return algo
def vertexPlots.VertexValidation._getSelectionName (   self,
  quality,
  algo 
)
private

Definition at line 256 of file vertexPlots.py.

257  def _getSelectionName(self, quality, algo):
258  if algo is None:
259  return ""
260  return "_"+algo
def vertexPlots.VertexValidation._init__ (   self,
  args,
  kwargs 
)
private

Definition at line 250 of file vertexPlots.py.

References validation.Validation.__init__().

251  def _init__(self, *args, **kwargs):
252  super(TrackingValidation, self).__init__(*args, **kwargs)