Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

Gaudi::Utils::AlgTypeSelector< TYPE > Class Template Reference

The trivial selector of algorithm by type. More...

#include <GetAlg.h>

Inheritance diagram for Gaudi::Utils::AlgTypeSelector< TYPE >:
[legend]
Collaboration diagram for Gaudi::Utils::AlgTypeSelector< TYPE >:
[legend]

List of all members.

Public Member Functions

virtual bool operator() (const IAlgorithm *a) const
 the only one essential method:


Detailed Description

template<class TYPE>
class Gaudi::Utils::AlgTypeSelector< TYPE >

The trivial selector of algorithm by type.

See also:
Gaudi::Utils::AlgSelector
Author:
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2007-09-07

Definition at line 42 of file GetAlg.h.


Member Function Documentation

template<class TYPE>
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.

00047       { return dynamic_cast<const TYPE*>( a ) != 0; }


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

Generated at Thu Sep 30 09:58:56 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004