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

ReadDigi Class Reference

Test algorithm to insure that the TDS is filled appropriately with AcdDigi data. More...

#include <ReadDigi.h>

Inheritance diagram for ReadDigi:

Algorithm List of all members.

Public Methods

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

StatusCode initialize ()
 mandatory. More...

StatusCode execute ()
 mandatory. More...

StatusCode finalize ()
 mandatory. More...


Detailed Description

Test algorithm to insure that the TDS is filled appropriately with AcdDigi data.

Original Author: Heather Kelly

To Run:

Definition at line 27 of file ReadDigi.h.


Constructor & Destructor Documentation

ReadDigi::ReadDigi ( const std::string & name,
ISvcLocator * pSvcLocator )
 

Constructor of this form must be provided.

Definition at line 28 of file ReadDigi.cpp.


Member Function Documentation

StatusCode ReadDigi::execute ( )
 

mandatory.

The execute method will be called once per event. In this case, the IRF data for the ACD tiles will be retrieved and an ACDDigi object will be created for each detection.

Definition at line 57 of file ReadDigi.cpp.

StatusCode ReadDigi::finalize ( )
 

mandatory.

Causes the TDS to be searched, if the data is unavailable, the appropriate converter is called to retrieve the data from some persistent store, in this case, there is no persistent store with digi data available...

Definition at line 98 of file ReadDigi.cpp.

StatusCode ReadDigi::initialize ( )
 

mandatory.

The initialize method will be called once at the very beginning of the run, while everything is being initialized before the event loop begins. Any setup necessary will be done here.

Definition at line 39 of file ReadDigi.cpp.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:22:37 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000