Gaudi Framework, version v20r4

Generated: 8 Jan 2009

Gaudi::Utils::AlgNameSelector Class Reference

#include <GetAlg.h>

Inheritance diagram for Gaudi::Utils::AlgNameSelector:

Inheritance graph
[legend]
Collaboration diagram for Gaudi::Utils::AlgNameSelector:

Collaboration graph
[legend]

List of all members.


Detailed Description

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 71 of file GetAlg.h.


Public Member Functions

 AlgNameSelector (const std::string &name)
 constructor form the name
virtual bool operator() (const IAlgorithm *a) const
 the only one essential method:

Private Member Functions

 AlgNameSelector ()

Private Attributes

std::string m_name
 algorithm name

Constructor & Destructor Documentation

Gaudi::Utils::AlgNameSelector::AlgNameSelector ( const std::string &  name  )  [inline]

constructor form the name

Definition at line 75 of file GetAlg.h.

00075 : m_name ( name ) {} ;

Gaudi::Utils::AlgNameSelector::AlgNameSelector (  )  [private]


Member Function Documentation

virtual bool Gaudi::Utils::AlgNameSelector::operator() ( const IAlgorithm a  )  const [inline, virtual]

the only one essential method:

Implements Gaudi::Utils::AlgSelector.

Definition at line 77 of file GetAlg.h.

00078       { return 0 != a ? a->name() == m_name : false ; }


Member Data Documentation

algorithm name

Definition at line 84 of file GetAlg.h.


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

Generated at Thu Jan 8 17:53:49 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004