CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Attributes
plottingOptions.PlottingOptionsZMuMu Class Reference
Inheritance diagram for plottingOptions.PlottingOptionsZMuMu:
plottingOptions.BasePlottingOptions

Public Member Functions

def __init__ (self, config)
 
- Public Member Functions inherited from plottingOptions.BasePlottingOptions
def __init__ (self, config, valType)
 
def getRepMap (self)
 

Static Public Attributes

dictionary defaults
 
dictionary needpackages = {"MuonAnalysis/MomentumScaleCalibration"}
 
 validationclass = ZMuMuValidation
 
- Static Public Attributes inherited from plottingOptions.BasePlottingOptions
dictionary defaults
 
 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 163 of file plottingOptions.py.

Constructor & Destructor Documentation

def plottingOptions.PlottingOptionsZMuMu.__init__ (   self,
  config 
)

Definition at line 177 of file plottingOptions.py.

References helperFunctions.cppboolstring(), plottingOptions.BasePlottingOptions.general, and genericValidation.GenericValidation.general.

177  def __init__(self, config):
178  super(PlottingOptionsZMuMu, self).__init__(config, "zmumu")
179  self.general["switchONfit"] = cppboolstring(self.general["switchONfit"], "switchONfit")
180 
def cppboolstring(string, name)

Member Data Documentation

dictionary plottingOptions.PlottingOptionsZMuMu.defaults
static
Initial value:
1 = {
2  "resonance": "Z",
3  "switchONfit": "false",
4  "rebinphi": "4",
5  "rebinetadiff": "2",
6  "rebineta": "2",
7  "rebinpt": "8",
8  "AutoSetRange": "false",
9  "CustomMinY": "90.85",
10  "CustomMaxY": "91.5",
11  }

Definition at line 164 of file plottingOptions.py.

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

dictionary plottingOptions.PlottingOptionsZMuMu.needpackages = {"MuonAnalysis/MomentumScaleCalibration"}
static

Definition at line 175 of file plottingOptions.py.

plottingOptions.PlottingOptionsZMuMu.validationclass = ZMuMuValidation
static

Definition at line 176 of file plottingOptions.py.

Referenced by plottingOptions.BasePlottingOptions.getRepMap().