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

Public Methods | |
| CreateEvent (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... | |
| StatusCode | testMcClass () |
Private Attributes | |
| IGlastDetSvc* | m_detSvc |
| IGlastIRFLoadSvc* | m_irfLoadSvc |
Original Author: Sawyer Gillespie
To Run:
Definition at line 33 of file CreateEvent.h.
|
|
Constructor of this form must be provided.
Definition at line 37 of file CreateEvent.cpp. |
|
|
mandatory.
Definition at line 79 of file CreateEvent.cpp. |
|
|
mandatory. Causes the TDS to be seached, if the TKR data is unavailable, then the converter is called to retrieve the data Definition at line 189 of file CreateEvent.cpp. |
|
|
mandatory. The "functional" part of the class: For the EmptyAlgorithm example they do nothing apart from print out info messages. NB in the initialize method: you must explicitly initialize the base class before using any services (message service, event data service etc.) otherwise the behaviour will be unpredictable at best. Definition at line 50 of file CreateEvent.cpp. |
|
|
Definition at line 198 of file CreateEvent.cpp. |
|
|
Definition at line 50 of file CreateEvent.h. |
|
|
Definition at line 51 of file CreateEvent.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000