| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

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

#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 & >

Definition at line 57 of file GetAlg.h.


Member Function Documentation

template<class TYPE>
virtual bool Gaudi::Utils::AlgTypeSelector< TYPE >::operator() ( const IAlgorithm a  )  const [inline, virtual, inherited]

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:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:22 2011 for GaudiAlg by doxygen 1.4.7