#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.
Namespaces | |
namespace | Gaudi |
namespace | Gaudi::Utils |
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... | |
Defines | |
#define | GAUDIALG_GETALG_H 1 |
Functions | |
IAlgorithm * | Gaudi::Utils::getAlgorithm (const IAlgContextSvc *svc, const AlgSelector &sel) |
simple function to get the algorithm from Context Service | |
IAlgorithm * | Gaudi::Utils::getAlgorithm (const std::vector< IAlgorithm * > &lst, const AlgSelector &sel) |
simple function to get the algorithm from Context Service |