ATLAS Offline Software
|
Static Public Attributes | |
dictionary | instances = {} |
@c PyComponents is a placeholder where all factories for the python components will be collected and stored for easy look-up and call from the C++ side. The @a PyComponents.instances dictionary will store the instance e.g.: PyComponents.instances[ 'alg1' ] = <PyAthena::Alg/alg1 instance> All this boilerplate code will of course be done automatically for the user as soon as she uses the (python) @PyConfigurable classes.
Definition at line 18 of file Configurables.py.
|
static |
Definition at line 28 of file Configurables.py.