|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
#include "GaudiKernel/IAlgorithm.h"

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 | |
| namespace | Gaudi |
| : AIDA interfaces visibility | |
| namespace | Gaudi::Utils |
Functions | |
| GAUDI_API IAlgorithm * | Gaudi::Utils::getAlgorithm (const IAlgContextSvc *svc, const AlgSelector &sel) |
| simple function to get the algorithm from Context Service | |
| GAUDI_API IAlgorithm * | Gaudi::Utils::getAlgorithm (const std::vector< IAlgorithm * > &lst, const AlgSelector &sel) |
| simple function to get the algorithm from Context Service | |