CMS 3D CMS Logo

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 186 of file plottingOptions.py.

Constructor & Destructor Documentation

def plottingOptions.PlottingOptionsPrimaryVertex.__init__ (   self,
  config,
  addDefaults = {},
  addMandatories = [],
  addneedpackages = [] 
)

Definition at line 187 of file plottingOptions.py.

188  def __init__(self, config, addDefaults = {}, addMandatories=[], addneedpackages=[]):
189  defaults = {
190  "autoLimits":"false",
191  "doMaps":"false",
192  "stdResiduals":"true",
193  "m_dxyPhiMax":"40",
194  "m_dzPhiMax":"40",
195  "m_dxyEtaMax":"40",
196  "m_dzEtaMax":"40",
197  "m_dxyPhiNormMax":"0.5",
198  "m_dzPhiNormMax":"0.5",
199  "m_dxyEtaNormMax":"0.5",
200  "m_dzEtaNormMax":"0.5",
201  "w_dxyPhiMax":"150",
202  "w_dzPhiMax":"150",
203  "w_dxyEtaMax":"150",
204  "w_dzEtaMax":"1000",
205  "w_dxyPhiNormMax":"1.8",
206  "w_dzPhiNormMax":"1.8",
207  "w_dxyEtaNormMax":"1.8",
208  "w_dzEtaNormMax":"1.8",
209  }
210  defaults.update(addDefaults)
211  mandatories = []
212  mandatories += addMandatories
213  BasePlottingOptions.__init__(self, config, "primaryvertex", defaults, mandatories, addneedpackages)