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 genericValidation.ValidationMetaClass

Public Member Functions

def __init__ (self, config)
 
- Public Member Functions inherited from plottingOptions.BasePlottingOptions
def __init__ (self, config, valType)
 
def getRepMap (self)
 
- Public Member Functions inherited from genericValidation.ValidationMetaClass
def __new__ (cls, clsname, bases, dct)
 

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"}
 
- Static Public Attributes inherited from genericValidation.ValidationMetaClass
list dicts = ["defaults"]
 
list sets = ["mandatories", "optionals", "needpackages"]
 

Additional Inherited Members

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

Detailed Description

Definition at line 166 of file plottingOptions.py.

Constructor & Destructor Documentation

◆ __init__()

def plottingOptions.PlottingOptionsZMuMu.__init__ (   self,
  config 
)

Definition at line 178 of file plottingOptions.py.

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

178  def __init__(self, config):
179  super(PlottingOptionsZMuMu, self).__init__(config, "zmumu")
180  self.general["switchONfit"] = cppboolstring(self.general["switchONfit"], "switchONfit")
181 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)
def cppboolstring(string, name)

Member Data Documentation

◆ defaults

dictionary plottingOptions.PlottingOptionsZMuMu.defaults
static
Initial value:
= {
"resonance": "Z",
"switchONfit": "false",
"rebinphi": "4",
"rebinetadiff": "2",
"rebineta": "2",
"rebinpt": "8",
"AutoSetRange": "false",
}

Definition at line 167 of file plottingOptions.py.

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

◆ needpackages

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

Definition at line 176 of file plottingOptions.py.

◆ validationclass

plottingOptions.PlottingOptionsZMuMu.validationclass = ZMuMuValidation
static

Definition at line 177 of file plottingOptions.py.

Referenced by plottingOptions.BasePlottingOptions.getRepMap().