|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
The trivial selector of algorithm by type. More...
#include <GetAlg.h>


Public Member Functions | |
| virtual bool | operator() (const IAlgorithm *a) const |
| the only one essential method: | |
The trivial selector of algorithm by type.
Definition at line 42 of file GetAlg.h.
| virtual bool Gaudi::Utils::AlgTypeSelector< TYPE >::operator() | ( | const IAlgorithm * | a ) | const [inline, virtual] |
the only one essential method:
Implements Gaudi::Utils::AlgSelector.
Definition at line 46 of file GetAlg.h.
{ return dynamic_cast<const TYPE*>( a ) != 0; }