Definition at line 154 of file plottingOptions.py.
def plottingOptions.PlottingOptionsZMuMu.__init__ |
( |
|
self, |
|
|
|
config, |
|
|
|
addDefaults = {} , |
|
|
|
addMandatories = [] , |
|
|
|
addneedpackages = [] |
|
) |
| |
Definition at line 155 of file plottingOptions.py.
155 def __init__(self, config, addDefaults = {}, addMandatories=[], addneedpackages=[]):
158 "switchONfit":
"false",
164 defaults.update(addDefaults)
166 mandatories += addMandatories
167 needpackages = [
"MuonAnalysis/MomentumScaleCalibration"]
168 needpackages += addneedpackages
169 BasePlottingOptions.__init__(self, config,
"zmumu", defaults, mandatories, needpackages)
def __init__(self, config, addDefaults={}, addMandatories=[], addneedpackages=[])