![]() |
The Gaudi Framework
v30r4 (9b837755)
|
Simple interface class for selection of algorithms. More...
#include <GaudiAlg/GetAlg.h>
Public Member Functions | |
virtual bool | operator() (const IAlgorithm *) const =0 |
the only one essential method: More... | |
virtual | ~AlgSelector ()=default |
Simple interface class for selection of algorithms.
|
virtualdefault |
|
pure virtual |
the only one essential method:
Implemented in Gaudi::Utils::AlgNameSelector, and Gaudi::Utils::AlgTypeSelector< TYPE >.