Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CalRecon Class Reference

Primary Root object containing CAL reconstruction data. More...

#include <CalRecon.h>

Inheritance diagram for CalRecon:

TObject List of all members.

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...


Detailed Description

Primary Root object containing CAL reconstruction data.

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 Documentation

CalRecon::CalRecon ( )
 

constructor.

CalRecon::~CalRecon ( ) [virtual]
 

destructor.

Definition at line 11 of file CalRecon.cxx.


Member Function Documentation

void CalRecon::Clean ( )
 

frees all dynamically allocated memory.

Definition at line 15 of file CalRecon.cxx.

Referenced by ~CalRecon().

void CalRecon::Create ( )
 

allocates memory as necessary.

Definition at line 36 of file CalRecon.cxx.

Referenced by Recon::Create().

TObjArray * CalRecon::getCalClusters ( ) [inline]
 

provide access to list of CalClusters.

Definition at line 46 of file CalRecon.h.

TObjArray * CalRecon::getCalLogs ( ) [inline]
 

provide access to the list of CalLogs.

Definition at line 49 of file CalRecon.h.


Member Data Documentation

TObjArray * CalRecon::m_clusters [private]
 

list of CalClusters.

Definition at line 26 of file CalRecon.h.

TObjArray * CalRecon::m_logs [private]
 

list of hit logs.

Definition at line 23 of file CalRecon.h.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:20:19 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000