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

Atlfast::StandardHistogramMaker Class Reference

#include <StandardHistogramMaker.h>

Inheritance diagram for Atlfast::StandardHistogramMaker:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Detailed Description

Algorithm which makes some standard Atlfast debug histograms.


Constructor & Destructor Documentation

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

Atlfast::StandardHistogramMaker::~StandardHistogramMaker  
 


Member Function Documentation

StatusCode Atlfast::StandardHistogramMaker::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 Atlfast::StandardHistogramMaker::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 Atlfast::StandardHistogramMaker::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:03 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001