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

Public Methods | |
| McDisplayAlg (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 | makeTree () |
Private Attributes | |
| IGlastDetSvc* | m_detSvc |
| CalRecon* | m_recon |
| xml::IFile* | m_ini |
| McVertex* | m_root |
| McParticle* | m_part1 |
| McParticle* | m_part2 |
| McParticle* | m_part3 |
| McVertex* | m_vert1 |
| McVertex* | m_vert2 |
| McVertex* | m_vert3 |
| DisplayMcEvent* | m_mcEvent |
|
|
Constructor of this form must be provided.
Definition at line 23 of file McDisplayAlg.cxx. |
|
|
mandatory.
Definition at line 60 of file McDisplayAlg.cxx. |
|
|
mandatory.
Definition at line 72 of file McDisplayAlg.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 35 of file McDisplayAlg.cxx. |
|
|
Definition at line 80 of file McDisplayAlg.cxx. Referenced by initialize(). |
|
|
Definition at line 50 of file McDisplayAlg.h. |
|
|
Definition at line 55 of file McDisplayAlg.h. |
|
|
Definition at line 67 of file McDisplayAlg.h. |
|
|
Definition at line 60 of file McDisplayAlg.h. |
|
|
Definition at line 61 of file McDisplayAlg.h. |
|
|
Definition at line 62 of file McDisplayAlg.h. |
|
|
Definition at line 52 of file McDisplayAlg.h. |
|
|
Definition at line 59 of file McDisplayAlg.h. |
|
|
Definition at line 63 of file McDisplayAlg.h. |
|
|
Definition at line 64 of file McDisplayAlg.h. |
|
|
Definition at line 65 of file McDisplayAlg.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000