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

Public Methods | |
| TkrDigiAlg (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 Methods | |
| void | fillTkrDigis (SiLayers* pSiLayers, TkrDigiCol* pTkrDigi) |
| void | fillTkrDigis (const SiData* pSiData, TkrDigiCol* pTkrDigi) |
| void | fillALayer (const SiData* pSiData, enum SiData::Axis view, int layer, TkrDigiCol* pTkrDigi) |
Private Attributes | |
| int | nTrayMax |
Original Author: Tracy Usher - cloned from AcdDigiAlg by Heather Kelly
Definition at line 23 of file TkrDigiAlg.h.
|
|
Constructor of this form must be provided.
Definition at line 37 of file TkrDigiAlg.cpp. |
|
|
mandatory. The execute method will be called once per event. Definition at line 65 of file TkrDigiAlg.cpp. |
|
|
Definition at line 169 of file TkrDigiAlg.cpp. Referenced by fillTkrDigis(). |
|
|
Definition at line 149 of file TkrDigiAlg.cpp. |
|
|
Definition at line 234 of file TkrDigiAlg.cpp. Referenced by execute(). |
|
|
mandatory.
Definition at line 135 of file TkrDigiAlg.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 49 of file TkrDigiAlg.cpp. |
|
|
Definition at line 42 of file TkrDigiAlg.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000