![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name, sourceName, *, originalName=None, isMet=False, noSysSuffix) | |
| currentName (self) | |
| nextPass (self) | |
Static Public Member Functions | |
| systematicsName (name, *, noSysSuffix) | |
Public Attributes | |
| name = name | |
| sourceName = sourceName | |
| originalName = originalName | |
| noSysSuffix = noSysSuffix | |
| int | index = 0 |
| int | maxIndex = None |
| int | viewIndex = 1 |
| isMet = isMet | |
| list | selections = [] |
| dict | outputs = {} |
| dict | meta = {} |
all the auto-generated meta-configuration data for a single container This tracks the naming of all temporary containers, as well as all the selection decorations.
Definition at line 79 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.__init__ | ( | self, | |
| name, | |||
| sourceName, | |||
| * | , | ||
| originalName = None, | |||
| isMet = False, | |||
| noSysSuffix ) |
Definition at line 85 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.currentName | ( | self | ) |
Definition at line 98 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.nextPass | ( | self | ) |
Definition at line 117 of file ConfigAccumulator.py.
|
static |
map an internal name to a name for systematics data handles Right now this just means appending a _%SYS% to the name.
Definition at line 108 of file ConfigAccumulator.py.
| int python.ConfigAccumulator.ContainerConfig.index = 0 |
Definition at line 90 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.isMet = isMet |
Definition at line 93 of file ConfigAccumulator.py.
| int python.ConfigAccumulator.ContainerConfig.maxIndex = None |
Definition at line 91 of file ConfigAccumulator.py.
| dict python.ConfigAccumulator.ContainerConfig.meta = {} |
Definition at line 96 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.name = name |
Definition at line 86 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.noSysSuffix = noSysSuffix |
Definition at line 89 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.originalName = originalName |
Definition at line 88 of file ConfigAccumulator.py.
| dict python.ConfigAccumulator.ContainerConfig.outputs = {} |
Definition at line 95 of file ConfigAccumulator.py.
| list python.ConfigAccumulator.ContainerConfig.selections = [] |
Definition at line 94 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.sourceName = sourceName |
Definition at line 87 of file ConfigAccumulator.py.
| int python.ConfigAccumulator.ContainerConfig.viewIndex = 1 |
Definition at line 92 of file ConfigAccumulator.py.