Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

TestAtlfast::Tester Class Reference

#include <Tester.h>

Inheritance diagram for TestAtlfast::Tester:

Inheritance graph
[legend]
Collaboration diagram for TestAtlfast::Tester:

Collaboration graph
[legend]
List of all members.

Public Methods

 Tester (const std::string &name, ISvcLocator *pSvcLocator)
 ~Tester ()
StatusCode initialize ()
StatusCode execute ()
StatusCode finalize ()

Constructor & Destructor Documentation

TestAtlfast::Tester::Tester const std::string &    name,
ISvcLocator *    pSvcLocator
 

Standard Athena-Algorithm Constructor

TestAtlfast::Tester::~Tester  
 


Member Function Documentation

StatusCode TestAtlfast::Tester::execute   [virtual]
 

The action to be performed by the algorithm on an event. This method is invoked once per event for top level algorithms by the application manager.

Reimplemented from IAlgorithm.

StatusCode TestAtlfast::Tester::finalize   [virtual]
 

Algorithm finalization. This method should be overridden by concrete algorithm classes. It will typically be used for outputting statistical summaries of the algorithm's performance over an event sample.

Reimplemented from IAlgorithm.

StatusCode TestAtlfast::Tester::initialize   [virtual]
 

Initialization of a concrete algorithm object. Concrete algorithm classes should overide this method.

Reimplemented from IAlgorithm.


The documentation for this class was generated from the following file:
Generated on Thu Apr 18 12:04:36 2002 for TestAtlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001