CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Attributes
plottingOptions.PlottingOptionsPVResolution Class Reference
Inheritance diagram for plottingOptions.PlottingOptionsPVResolution:
plottingOptions.BasePlottingOptions

Public Member Functions

def __init__
 
- Public Member Functions inherited from plottingOptions.BasePlottingOptions
def __init__
 
def getRepMap
 

Static Public Attributes

dictionary defaults = {}
 
 validationclass = PrimaryVertexResolution
 
- Static Public Attributes inherited from plottingOptions.BasePlottingOptions
dictionary defaults
 
tuple mandatories = set()
 
dictionary needpackages = {"Alignment/OfflineValidation"}
 

Additional Inherited Members

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

Detailed Description

Definition at line 233 of file plottingOptions.py.

Constructor & Destructor Documentation

def plottingOptions.PlottingOptionsPVResolution.__init__ (   self,
  config 
)

Definition at line 236 of file plottingOptions.py.

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

Member Data Documentation

dictionary plottingOptions.PlottingOptionsPVResolution.defaults = {}
static

Definition at line 234 of file plottingOptions.py.

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

plottingOptions.PlottingOptionsPVResolution.validationclass = PrimaryVertexResolution
static

Definition at line 235 of file plottingOptions.py.

Referenced by plottingOptions.BasePlottingOptions.getRepMap().