ATLAS Offline Software
|
sequence of Gaudi algorithms, to replace the generated configurable More...
Public Member Functions | |
def | __init__ (self, name="AthSequencer", **kwargs) |
def | getProperties (self) |
def | insert (self, index, item) |
def | setup (self) |
Public Attributes | |
Members | |
remove the lock for the sake of the next line, which updates the names of all the sequence's members needs to avoid calling unlock to avoid stack traces THIS SHOULD NOT BE DONE ELSEWHERE More... | |
sequence of Gaudi algorithms, to replace the generated configurable
Sequence of Gaudi algorithms
Definition at line 23 of file Control/AthenaCommon/python/AlgSequence.py.
def python.AlgSequence.AthSequencer.__init__ | ( | self, | |
name = "AthSequencer" , |
|||
** | kwargs | ||
) |
Definition at line 26 of file Control/AthenaCommon/python/AlgSequence.py.
def python.AlgSequence.AthSequencer.getProperties | ( | self | ) |
Definition at line 30 of file Control/AthenaCommon/python/AlgSequence.py.
def python.AlgSequence.AthSequencer.insert | ( | self, | |
index, | |||
item | |||
) |
Definition at line 39 of file Control/AthenaCommon/python/AlgSequence.py.
def python.AlgSequence.AthSequencer.setup | ( | self | ) |
Definition at line 42 of file Control/AthenaCommon/python/AlgSequence.py.
python.AlgSequence.AthSequencer.Members |
remove the lock for the sake of the next line, which updates the names of all the sequence's members needs to avoid calling unlock to avoid stack traces THIS SHOULD NOT BE DONE ELSEWHERE
synchronize the list of Members with our Configurable children
Definition at line 50 of file Control/AthenaCommon/python/AlgSequence.py.