CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Attributes
plottingOptions.PlottingOptionsPVResolution Class Reference
Inheritance diagram for plottingOptions.PlottingOptionsPVResolution:
plottingOptions.BasePlottingOptions genericValidation.ValidationMetaClass

Public Member Functions

def __init__ (self, config)
 
- Public Member Functions inherited from plottingOptions.BasePlottingOptions
def __init__ (self, config, valType)
 
def getRepMap (self)
 
- Public Member Functions inherited from genericValidation.ValidationMetaClass
def __new__ (cls, clsname, bases, dct)
 

Static Public Attributes

dictionary defaults = {}
 
 validationclass = PrimaryVertexResolution
 
- Static Public Attributes inherited from plottingOptions.BasePlottingOptions
dictionary defaults
 
 mandatories = set()
 
dictionary needpackages = {"Alignment/OfflineValidation"}
 
- Static Public Attributes inherited from genericValidation.ValidationMetaClass
list dicts = ["defaults"]
 
list sets = ["mandatories", "optionals", "needpackages"]
 

Additional Inherited Members

- Public Attributes inherited from plottingOptions.BasePlottingOptions
 cmssw
 
 cmsswreleasebase
 
 config
 
 general
 
 randomWorkdirPart
 
 scramarch
 
 type
 

Detailed Description

Definition at line 234 of file plottingOptions.py.

Constructor & Destructor Documentation

◆ __init__()

def plottingOptions.PlottingOptionsPVResolution.__init__ (   self,
  config 
)

Definition at line 237 of file plottingOptions.py.

237  def __init__(self, config):
238  super(PlottingOptionsPVResolution, self).__init__(config, "pvresolution")
239 

Member Data Documentation

◆ defaults

dictionary plottingOptions.PlottingOptionsPVResolution.defaults = {}
static

Definition at line 235 of file plottingOptions.py.

Referenced by tree.Tree.reset(), and tree.Tree.var().

◆ validationclass

plottingOptions.PlottingOptionsPVResolution.validationclass = PrimaryVertexResolution
static

Definition at line 236 of file plottingOptions.py.

Referenced by plottingOptions.BasePlottingOptions.getRepMap().