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

Public Methods | |
| CalIRFAlg (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... | |
Private Attributes | |
| IGlastDetSvc* | m_detSvc |
| ICalGeometrySvc* | m_CalGeo |
Definition at line 16 of file CalIRFAlg.h.
|
|
Constructor of this form must be provided.
Definition at line 29 of file CalIRFAlg.cxx. |
|
|
mandatory.
Definition at line 74 of file CalIRFAlg.cxx. |
|
|
mandatory.
Definition at line 172 of file CalIRFAlg.cxx. |
|
|
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 41 of file CalIRFAlg.cxx. |
|
|
Definition at line 34 of file CalIRFAlg.h. |
|
|
Definition at line 32 of file CalIRFAlg.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000