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

Public Methods | |
| CalRecon () | |
| constructor. | |
| virtual | ~CalRecon () |
| destructor. More... | |
| void | Clean () |
| frees all dynamically allocated memory. More... | |
| void | Create () |
| allocates memory as necessary. More... | |
| TObjArray* | getCalClusters () |
| provide access to list of CalClusters. More... | |
| TObjArray* | getCalLogs () |
| provide access to the list of CalLogs. More... | |
Private Attributes | |
| TObjArray* | m_logs |
| list of hit logs. More... | |
| TObjArray* | m_clusters |
| list of CalClusters. More... | |
Primary CAL reconstruction Data Root object portal through which one gains access to the CAL recon data. Currently there are 2 lists available: 1.) A list of hit CsI Logs (CalLogEne) 2.) A list of CAL clusters (CalCluster)
Definition at line 18 of file CalRecon.h.
|
|
constructor.
|
|
|
destructor.
Definition at line 11 of file CalRecon.cxx. |
|
|
frees all dynamically allocated memory.
Definition at line 15 of file CalRecon.cxx. Referenced by ~CalRecon(). |
|
|
allocates memory as necessary.
Definition at line 36 of file CalRecon.cxx. Referenced by Recon::Create(). |
|
|
provide access to list of CalClusters.
Definition at line 46 of file CalRecon.h. |
|
|
provide access to the list of CalLogs.
Definition at line 49 of file CalRecon.h. |
|
|
list of CalClusters.
Definition at line 26 of file CalRecon.h. |
|
|
list of hit logs.
Definition at line 23 of file CalRecon.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000