The Gaudi Framework  master (594c33fa)
Gaudi::Utils::AlgSelector Class Referenceabstract

#include </builds/gaudi/Gaudi/GaudiAlg/include/GaudiAlg/GetAlg.h>

Inheritance diagram for Gaudi::Utils::AlgSelector:

Public Member Functions

virtual bool operator() (const IAlgorithm *) const =0
 the only one essential method: More...
 
virtual ~AlgSelector ()=default
 

Detailed Description

Simple interface class for selection of algorithms

Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2007-09-07

Definition at line 34 of file GetAlg.h.

Constructor & Destructor Documentation

◆ ~AlgSelector()

virtual Gaudi::Utils::AlgSelector::~AlgSelector ( )
virtualdefault

Member Function Documentation

◆ operator()()

virtual bool Gaudi::Utils::AlgSelector::operator() ( const IAlgorithm ) const
pure virtual

the only one essential method:

Implemented in Gaudi::Utils::AlgNameSelector, and Gaudi::Utils::AlgTypeSelector< TYPE >.


The documentation for this class was generated from the following file: