The Gaudi Framework  v29r0 (ff2e7097)
GetAlg.h File Reference
#include <type_traits>
#include "GaudiKernel/IAlgorithm.h"
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::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...