![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, selname, selexpr, path=None, **args) | |
| appendHistos (self, *hfillers) | |
| toTool (self) | |
| defineHisto (self, parentAlg, monhelper, path) | |
| clone (self, newname, **args) | |
| __getattr__ (self, attr) | |
| __setattr__ (self, attr, value) | |
| __setitem__ (self, attr, value) | |
| dump (self, out=None) | |
Public Attributes | |
| path = path | |
| list | FillerTools = [] |
| name = name | |
| klass = klass | |
Protected Member Functions | |
| _dump (self, writeFunc) | |
A dictionary specialized to contain a JetHistoSelectSort specification Invocation is like : spec = SelectSpec( name, , expr, path ) where - name : a string naming the selection being applied - expr : s string, defining a selection in the form '0.123<var<4.567' where var is an attribute/variable - path : optional string, giving the sub-directory into which histos for this selection will be put. if not set, defaults to name.
Definition at line 426 of file JetMonitoringConfig.py.
| JetMonitoringConfig.SelectSpec.__init__ | ( | self, | |
| selname, | |||
| selexpr, | |||
| path = None, | |||
| ** | args ) |
Definition at line 433 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 47 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 54 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 60 of file JetMonitoringConfig.py.
|
protected |
Reimplemented from JetMonitoringConfig.ConfigDict.
Definition at line 504 of file JetMonitoringConfig.py.
| JetMonitoringConfig.SelectSpec.appendHistos | ( | self, | |
| * | hfillers ) |
Definition at line 467 of file JetMonitoringConfig.py.
|
inherited |
Reimplemented from JetMonitoringConfig.ConfigDict.
Reimplemented in JetMonitoringConfig.HistoSpec.
Definition at line 192 of file JetMonitoringConfig.py.
| JetMonitoringConfig.SelectSpec.defineHisto | ( | self, | |
| parentAlg, | |||
| monhelper, | |||
| path ) |
Reimplemented from JetMonitoringConfig.ToolSpec.
Definition at line 496 of file JetMonitoringConfig.py.
|
inherited |
prints the content of this dict on stdout (default) or in the file 'out'
Definition at line 76 of file JetMonitoringConfig.py.
| JetMonitoringConfig.SelectSpec.toTool | ( | self | ) |
Reimplemented from JetMonitoringConfig.ToolSpec.
Definition at line 471 of file JetMonitoringConfig.py.
| JetMonitoringConfig.SelectSpec.FillerTools = [] |
Definition at line 464 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 163 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 162 of file JetMonitoringConfig.py.
| JetMonitoringConfig.SelectSpec.path = path |
Definition at line 461 of file JetMonitoringConfig.py.