9 |
#include <TClonesArray.h> |
#include <TClonesArray.h> |
10 |
#include <TArrayF.h> |
#include <TArrayF.h> |
11 |
// |
// |
12 |
|
#include <CaloStruct.h> |
13 |
/** |
/** |
14 |
* \brief Calorimeter track-related variables class |
* \brief Calorimeter track-related variables class |
15 |
* |
* |
156 |
TClonesArray *GetTrackArray(){return CaloTrk;}; |
TClonesArray *GetTrackArray(){return CaloTrk;}; |
157 |
CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object |
CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object |
158 |
// |
// |
159 |
|
void GetLevel2Struct(cCaloLevel2 *l2) const; |
160 |
void Clear(); |
void Clear(); |
161 |
// |
// |
162 |
// constructor |
// constructor |