ATLAS Offline Software
Static Public Attributes | List of all members
python.Configurables.PyComponents Class Reference
Inheritance diagram for python.Configurables.PyComponents:
Collaboration diagram for python.Configurables.PyComponents:

Static Public Attributes

dictionary instances = {}
 

Detailed Description

@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.

Member Data Documentation

◆ instances

dictionary python.Configurables.PyComponents.instances = {}
static

Definition at line 28 of file Configurables.py.


The documentation for this class was generated from the following file: