![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name, sourceName, *, originalName=None, isMet=False, noSysSuffix) | |
| appendStep (self) | |
| currentName (self, *, nominal=False) | |
Static Public Member Functions | |
| systematicsName (name, *, noSysSuffix) | |
Public Attributes | |
| name = name | |
| sourceName = sourceName | |
| originalName = originalName | |
| noSysSuffix = noSysSuffix | |
| isMet = isMet | |
| list | selections = [] |
| dict | outputs = {} |
| dict | meta = {} |
| list | names = [sourceName] if sourceName is not None else [] |
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 136 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.__init__ | ( | self, | |
| name, | |||
| sourceName, | |||
| * | , | ||
| originalName = None, | |||
| isMet = False, | |||
| noSysSuffix ) |
Definition at line 142 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.appendStep | ( | self | ) |
Add a new step/copy, return the new name of the container
Definition at line 155 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.currentName | ( | self, | |
| * | , | ||
| nominal = False ) |
Definition at line 162 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 171 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.isMet = isMet |
Definition at line 147 of file ConfigAccumulator.py.
| dict python.ConfigAccumulator.ContainerConfig.meta = {} |
Definition at line 150 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.name = name |
Definition at line 143 of file ConfigAccumulator.py.
| list python.ConfigAccumulator.ContainerConfig.names = [sourceName] if sourceName is not None else [] |
Definition at line 153 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.noSysSuffix = noSysSuffix |
Definition at line 146 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.originalName = originalName |
Definition at line 145 of file ConfigAccumulator.py.
| dict python.ConfigAccumulator.ContainerConfig.outputs = {} |
Definition at line 149 of file ConfigAccumulator.py.
| list python.ConfigAccumulator.ContainerConfig.selections = [] |
Definition at line 148 of file ConfigAccumulator.py.
| python.ConfigAccumulator.ContainerConfig.sourceName = sourceName |
Definition at line 144 of file ConfigAccumulator.py.