![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, klass, name, **args) | |
| toTool (self) | |
| clone (self, newname, **args) | |
| defineHisto (self, parentAlg, monhelper, path) | |
| __getattr__ (self, attr) | |
| __setattr__ (self, attr, value) | |
| __setitem__ (self, attr, value) | |
| dump (self, out=None) | |
Public Attributes | |
| name = name | |
| klass = klass | |
Protected Member Functions | |
| _dump (self, writeFunc) | |
A dictionary specialized for containing the specification of a Athena tool.
Definition at line 158 of file JetMonitoringConfig.py.
| JetMonitoringConfig.ToolSpec.__init__ | ( | self, | |
| klass, | |||
| name, | |||
| ** | args ) |
Definition at line 161 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.
|
protectedinherited |
Reimplemented in JetMonitoringConfig.HistoSpec, JetMonitoringConfig.JetMonAlgSpec, JetMonitoringConfig.SelectSpec, and JetMonitoringConfig.VarSpec.
Definition at line 85 of file JetMonitoringConfig.py.
| JetMonitoringConfig.ToolSpec.clone | ( | self, | |
| newname, | |||
| ** | args ) |
Reimplemented from JetMonitoringConfig.ConfigDict.
Reimplemented in JetMonitoringConfig.HistoSpec.
Definition at line 192 of file JetMonitoringConfig.py.
| JetMonitoringConfig.ToolSpec.defineHisto | ( | self, | |
| parentAlg, | |||
| monhelper, | |||
| path ) |
Reimplemented in JetMonitoringConfig.EventHistoSpec, JetMonitoringConfig.HistoSpec, and JetMonitoringConfig.SelectSpec.
Definition at line 195 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.ToolSpec.toTool | ( | self | ) |
Reimplemented in JetMonitoringConfig.EventHistoSpec, JetMonitoringConfig.HistoSpec, JetMonitoringConfig.SelectSpec, and JetMonitoringConfig.VarSpec.
Definition at line 167 of file JetMonitoringConfig.py.
| JetMonitoringConfig.ToolSpec.klass = klass |
Definition at line 163 of file JetMonitoringConfig.py.
| JetMonitoringConfig.ToolSpec.name = name |
Definition at line 162 of file JetMonitoringConfig.py.