Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions

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 >:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::Utils::AlgTypeSelector< TYPE >:
Collaboration graph
[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.

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:50 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004