#include <ReadDigi.h>
Inheritance diagram for ReadDigi:

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... | |
Original Author: Heather Kelly
To Run:
Definition at line 27 of file ReadDigi.h.
|
|
Constructor of this form must be provided.
Definition at line 28 of file ReadDigi.cpp. |
|
|
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. |
|
|
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. |
|
|
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. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000