![]() |
ATLAS Offline Software
|
sequence of Gaudi algorithms, to replace the generated configurable More...
Public Member Functions | |
| __init__ (self, name="AthSequencer", **kwargs) | |
| getProperties (self) | |
| insert (self, index, item) | |
| setup (self) | |
Public Attributes | |
| list | Members = [ c.getFullName() for c in self.getChildren() ] |
| synchronize the list of Members with our Configurable children | |
sequence of Gaudi algorithms, to replace the generated configurable
Sequence of Gaudi algorithms
Definition at line 23 of file Control/AthenaCommon/python/AlgSequence.py.
| python.AlgSequence.AthSequencer.__init__ | ( | self, | |
| name = "AthSequencer", | |||
| ** | kwargs ) |
Definition at line 26 of file Control/AthenaCommon/python/AlgSequence.py.
| python.AlgSequence.AthSequencer.getProperties | ( | self | ) |
Definition at line 30 of file Control/AthenaCommon/python/AlgSequence.py.
| python.AlgSequence.AthSequencer.insert | ( | self, | |
| index, | |||
| item ) |
Definition at line 39 of file Control/AthenaCommon/python/AlgSequence.py.
| python.AlgSequence.AthSequencer.setup | ( | self | ) |
Definition at line 42 of file Control/AthenaCommon/python/AlgSequence.py.
| list python.AlgSequence.AthSequencer.Members = [ c.getFullName() for c in self.getChildren() ] |
synchronize the list of Members with our Configurable children
Definition at line 50 of file Control/AthenaCommon/python/AlgSequence.py.