![]() |
The Gaudi Framework
v38r0 (2143aa4c)
|
Classes | |
class | Configurable |
class | ConfigurableAlgorithm |
class | ConfigurableAlgTool |
class | ConfigurableAuditor |
class | ConfigurableGeneric |
class | ConfigurableService |
class | ConfigurableUser |
class | CreateSequencesVisitor |
class | DummyDescriptor |
class | Error |
class | PropertyReference |
class | SuperAlgorithm |
Functions | |
def | expandvars (data) |
def | appendPostConfigAction (function) |
def | removePostConfigAction (function) |
def | applyConfigurableUsers () |
def | applyConfigurableUsers_old () |
def | getNeededConfigurables () |
def | purge () |
def | makeSequences (expression) |
Variables | |
__all__ | |
log | |
postConfigActions | |
_appliedConfigurableUsers_ | |
def GaudiKernel.Configurable.appendPostConfigAction | ( | function | ) |
Add a new callable ('function') to the list of post-configuration actions. If the callable is already in the list, it is moved to the end of the list. The list is directly accessible as 'GaudiKernel.Configurable.postConfigActions'.
Definition at line 1580 of file Configurable.py.
def GaudiKernel.Configurable.applyConfigurableUsers | ( | ) |
Call the apply method of all the ConfigurableUser instances respecting the dependencies. First the C.U.s that are not used by anybody, then the used ones, when they are not used anymore.
Definition at line 1604 of file Configurable.py.
def GaudiKernel.Configurable.applyConfigurableUsers_old | ( | ) |
Obsolete (buggy) implementation of applyConfigurableUsers(), kept to provide backward compatibility for configurations that where relying (implicitly) on bug #103803, or on a specific (non guaranteed) order of execution. @see applyConfigurableUsers()
Definition at line 1683 of file Configurable.py.
def GaudiKernel.Configurable.expandvars | ( | data | ) |
Expand environment variables "data". Data can be string, list, tuple and dictionary. For collection, all the contained strings will be manipulated (recursively).
Definition at line 76 of file Configurable.py.
def GaudiKernel.Configurable.getNeededConfigurables | ( | ) |
Function to select all and only the configurables that have to be used in GaudiPython.AppMgr constructor. This is needed because in Athena the implementation have to be different (the configuration is used in a different moment).
Definition at line 1749 of file Configurable.py.
def GaudiKernel.Configurable.makeSequences | ( | expression | ) |
Convert a control flow expression to nested GaudiSequencers.
Definition at line 1841 of file Configurable.py.
def GaudiKernel.Configurable.purge | ( | ) |
def GaudiKernel.Configurable.removePostConfigAction | ( | function | ) |
Remove a callable from the list of post-config actions. The list is directly accessible as 'GaudiKernel.Configurable.postConfigActions'.
Definition at line 1593 of file Configurable.py.
|
private |
Definition at line 53 of file Configurable.py.
|
private |
Definition at line 1601 of file Configurable.py.
GaudiKernel.Configurable.log |
Definition at line 73 of file Configurable.py.
GaudiKernel.Configurable.postConfigActions |
Definition at line 1577 of file Configurable.py.