Definition at line 186 of file plottingOptions.py.
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=[]):
190 "autoLimits":
"false",
192 "stdResiduals":
"true",
197 "m_dxyPhiNormMax":
"0.5",
198 "m_dzPhiNormMax":
"0.5",
199 "m_dxyEtaNormMax":
"0.5",
200 "m_dzEtaNormMax":
"0.5",
205 "w_dxyPhiNormMax":
"1.8",
206 "w_dzPhiNormMax":
"1.8",
207 "w_dxyEtaNormMax":
"1.8",
208 "w_dzEtaNormMax":
"1.8",
210 defaults.update(addDefaults)
212 mandatories += addMandatories
213 BasePlottingOptions.__init__(self, config,
"primaryvertex", defaults, mandatories, addneedpackages)