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

Member Function Documentation

◆ _getDirectoryName()

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

Definition at line 512 of file vertexPlots.py.

512  def _getDirectoryName(self, quality, algo):
513  return algo
514 

◆ _getSelectionName()

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

Definition at line 515 of file vertexPlots.py.

515  def _getSelectionName(self, quality, algo):
516  if algo is None:
517  return ""
518  return "_"+algo
519 

◆ _init__()

def vertexPlots.VertexValidation._init__ (   self,
  args,
  kwargs 
)
private

Definition at line 509 of file vertexPlots.py.

References validation.Validation.__init__().

509  def _init__(self, *args, **kwargs):
510  super(TrackingValidation, self).__init__(*args, **kwargs)
511 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)