All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GetAlg.h File Reference
Include dependency graph for GetAlg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Utils::AlgSelector
 Simple interface class for selection of algorithms. More...
 
class  Gaudi::Utils::AlgTypeSelector< TYPE >
 The trivial selector of algorithm by type. More...
 
class  Gaudi::Utils::AlgTypeSelector< TYPE * >
 
class  Gaudi::Utils::AlgTypeSelector< const TYPE * >
 
class  Gaudi::Utils::AlgTypeSelector< TYPE & >
 
class  Gaudi::Utils::AlgTypeSelector< const TYPE & >
 
class  Gaudi::Utils::AlgTypeSelector< const TYPE >
 
class  Gaudi::Utils::AlgNameSelector
 The trivial selector of algorithm by type. More...
 

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Utils
 

Functions

GAUDI_API IAlgorithmGaudi::Utils::getAlgorithm (const IAlgContextSvc *svc, const AlgSelector &sel)
 simple function to get the algorithm from Context Service More...
 
GAUDI_API IAlgorithmGaudi::Utils::getAlgorithm (const std::vector< IAlgorithm * > &lst, const AlgSelector &sel)
 simple function to get the algorithm from Context Service More...