![]() |
The Gaudi Framework
v25r3
|
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 () |
Simple interface class for selection of algorithms.
|
virtual |
Definition at line 23 of file GetAlg.cpp.
|
pure virtual |
the only one essential method:
Implemented in Gaudi::Utils::AlgNameSelector, and Gaudi::Utils::AlgTypeSelector< TYPE >.