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

Atlfast::ReconstructedParticleDumper Class Reference

#include <ReconstructedParticleDumper.h>

Inheritance diagram for Atlfast::ReconstructedParticleDumper:

Inheritance graph
[legend]
Collaboration diagram for Atlfast::ReconstructedParticleDumper:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Detailed Description

formatted output of collection of Reconstructed Particles from the TES for debugging purposes


Constructor & Destructor Documentation

Atlfast::ReconstructedParticleDumper::ReconstructedParticleDumper const std::string &    name,
ISvcLocator *    pSvcLocator
 

virtual Atlfast::ReconstructedParticleDumper::~ReconstructedParticleDumper   [virtual]
 


Member Function Documentation

virtual StatusCode Atlfast::ReconstructedParticleDumper::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.

virtual StatusCode Atlfast::ReconstructedParticleDumper::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.

virtual StatusCode Atlfast::ReconstructedParticleDumper::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 Feb 21 14:32:01 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001