![]() |
The Gaudi Framework
v36r16 (ea80daf8)
|
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 1579 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 1603 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 1682 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 78 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 1748 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 1592 of file Configurable.py.
|
private |
Definition at line 55 of file Configurable.py.
|
private |
Definition at line 1600 of file Configurable.py.
GaudiKernel.Configurable.log |
Definition at line 75 of file Configurable.py.
GaudiKernel.Configurable.postConfigActions |
Definition at line 1576 of file Configurable.py.