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

Atlfast::SimpleDiff Class Reference

#include <SimpleDiff.h>

Inheritance diagram for Atlfast::SimpleDiff:

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

Collaboration graph
[legend]
List of all members.

Public Methods

 SimpleDiff (const std::string &name, ISvcLocator *pSvcLocator)
 Constructor: A constructor of this form must be provided. More...

StatusCode initialize ()
StatusCode execute ()
StatusCode finalize ()

Detailed Description

Calculates means and sigmas for comparison purposes


Constructor & Destructor Documentation

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

Constructor: A constructor of this form must be provided.


Member Function Documentation

StatusCode Atlfast::SimpleDiff::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::SimpleDiff::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::SimpleDiff::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 Mon Feb 4 15:56:24 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001