CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Attributes
plottingOptions.PlottingOptionsOffline Class Reference
Inheritance diagram for plottingOptions.PlottingOptionsOffline:
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
 
 validationclass = OfflineValidation
 
- 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 182 of file plottingOptions.py.

Constructor & Destructor Documentation

◆ __init__()

def plottingOptions.PlottingOptionsOffline.__init__ (   self,
  config 
)

Definition at line 194 of file plottingOptions.py.

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

194  def __init__(self, config):
195  super(PlottingOptionsOffline, self).__init__(config, "offline")
196  for name in "usefit", "bigtext":
197  self.general[name] = cppboolstring(self.general[name], name)
198 
199 
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.PlottingOptionsOffline.defaults
static
Initial value:
= {
"DMRMethod":"median,rmsNorm",
"DMRMinimum":"30",
"DMROptions":"",
"OfflineTreeBaseDir":"TrackHitFilter",
"SurfaceShapes":"coarse",
"bigtext":"false",
"mergeOfflineParJobsScriptPath": ".oO[scriptsdir]Oo./TkAlOfflineJobsMerge.C",
"usefit": "false","moduleid": ""
}

Definition at line 183 of file plottingOptions.py.

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

◆ validationclass

plottingOptions.PlottingOptionsOffline.validationclass = OfflineValidation
static

Definition at line 193 of file plottingOptions.py.

Referenced by plottingOptions.BasePlottingOptions.getRepMap().