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.
156 def __init__(self, config, addDefaults = {}, addMandatories=[], addneedpackages=[]):
159 "switchONfit":
"false",
165 defaults.update(addDefaults)
167 mandatories += addMandatories
168 needpackages = [
"MuonAnalysis/MomentumScaleCalibration"]
169 needpackages += addneedpackages
170 BasePlottingOptions.__init__(self, config,
"zmumu", defaults, mandatories, needpackages)