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

Public Methods | |
| Recon () | |
| constructor. | |
| virtual | ~Recon () |
| destructor. More... | |
| void | Clean () |
| Deletes all dynamically allocated memory. More... | |
| void | Create () |
| Creates the TkrRecon and CalRecon objects. More... | |
| CalRecon* | getCalRecon () |
| provide access to the CAL recon data. More... | |
| void | setCalRecon (CalRecon *cal) |
| set the CalRecon pointer. More... | |
| TkrRecon* | getTkrRecon () |
| Access the TKR recon data. More... | |
| void | setTkrRecon (TkrRecon *tkr) |
| Set the TkrRecon pointer. More... | |
| ReconHeader* | getReconFlags () |
| Access the Recon Header Flags. More... | |
| void | setReconFlags (ReconHeader *r) |
| set the ReconHeader pointer. More... | |
Private Attributes | |
| CalRecon* | m_cal |
| pointer to CAL reconstruction data. More... | |
| TkrRecon* | m_tkr |
| pointer to TKR reconstruction data. More... | |
| ReconHeader* | m_recFlags |
| pointer to Recon Header data. More... | |
Top level Root Recon object - portal through which all recon data is accessed. A Recon object contains 3 pointers: 1) A pointer to a TkrRecon object 2) A pointer to a CalRecon object 3) A pointer to a ReconHeader object
Definition at line 19 of file Recon.h.
|
|
constructor.
|
|
|
destructor.
|
|
|
Deletes all dynamically allocated memory.
Definition at line 22 of file Recon.cxx. Referenced by ~Recon(). |
|
|
Creates the TkrRecon and CalRecon objects.
|
|
|
provide access to the CAL recon data.
|
|
|
Access the Recon Header Flags.
|
|
|
Access the TKR recon data.
|
|
|
set the CalRecon pointer.
|
|
|
set the ReconHeader pointer.
|
|
|
Set the TkrRecon pointer.
|
|
|
pointer to CAL reconstruction data.
|
|
|
pointer to Recon Header data.
|
|
|
pointer to TKR reconstruction data.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000