![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, origContainerName, variableName, *, noSys, enabled) | |
| __repr__ (self) | |
Public Attributes | |
| origContainerName = origContainerName | |
| outputContainerName = None | |
| variableName = variableName | |
| noSys = noSys | |
| enabled = enabled | |
all the data for a given variables in the output that has been registered
Definition at line 65 of file ConfigAccumulator.py.
| python.ConfigAccumulator.OutputConfig.__init__ | ( | self, | |
| origContainerName, | |||
| variableName, | |||
| * | , | ||
| noSys, | |||
| enabled ) |
Definition at line 68 of file ConfigAccumulator.py.
| python.ConfigAccumulator.OutputConfig.__repr__ | ( | self | ) |
Definition at line 76 of file ConfigAccumulator.py.
| python.ConfigAccumulator.OutputConfig.enabled = enabled |
Definition at line 74 of file ConfigAccumulator.py.
| python.ConfigAccumulator.OutputConfig.noSys = noSys |
Definition at line 73 of file ConfigAccumulator.py.
| python.ConfigAccumulator.OutputConfig.origContainerName = origContainerName |
Definition at line 70 of file ConfigAccumulator.py.
| python.ConfigAccumulator.OutputConfig.outputContainerName = None |
Definition at line 71 of file ConfigAccumulator.py.
| python.ConfigAccumulator.OutputConfig.variableName = variableName |
Definition at line 72 of file ConfigAccumulator.py.