![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, Name, Type='float', Index=-1, Scale=1) | |
| toTool (self) | |
| vname (self) | |
| __str__ (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 | |
| Type = Type | |
| Scale = Scale | |
| int | Index = Index |
| name = name | |
| klass = klass | |
Protected Member Functions | |
| _dump (self, writeFunc) | |
A dictionary specialized to contain a jet variable specification
Definition at line 203 of file JetMonitoringConfig.py.
| JetMonitoringConfig.VarSpec.__init__ | ( | self, | |
| Name, | |||
| Type = 'float', | |||
| Index = -1, | |||
| Scale = 1 ) |
Definition at line 205 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.
| JetMonitoringConfig.VarSpec.__str__ | ( | self | ) |
Definition at line 233 of file JetMonitoringConfig.py.
|
protected |
Reimplemented from JetMonitoringConfig.ConfigDict.
Definition at line 237 of file JetMonitoringConfig.py.
|
inherited |
Reimplemented from JetMonitoringConfig.ConfigDict.
Reimplemented in JetMonitoringConfig.HistoSpec.
Definition at line 192 of file JetMonitoringConfig.py.
|
inherited |
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.VarSpec.toTool | ( | self | ) |
Reimplemented from JetMonitoringConfig.ToolSpec.
Definition at line 222 of file JetMonitoringConfig.py.
| JetMonitoringConfig.VarSpec.vname | ( | self | ) |
Definition at line 228 of file JetMonitoringConfig.py.
| JetMonitoringConfig.VarSpec.Index = Index |
Definition at line 218 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 163 of file JetMonitoringConfig.py.
| JetMonitoringConfig.VarSpec.Name = Name |
Definition at line 215 of file JetMonitoringConfig.py.
|
inherited |
Definition at line 162 of file JetMonitoringConfig.py.
| JetMonitoringConfig.VarSpec.Scale = Scale |
Definition at line 217 of file JetMonitoringConfig.py.
| JetMonitoringConfig.VarSpec.Type = Type |
Definition at line 216 of file JetMonitoringConfig.py.