ATLAS Offline Software
Loading...
Searching...
No Matches
python.Configurables.PyComponents Class Reference
Inheritance diagram for python.Configurables.PyComponents:
Collaboration diagram for python.Configurables.PyComponents:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Static Public Attributes

dict 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 Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Member Data Documentation

◆ instances

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

Definition at line 28 of file Configurables.py.


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