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 |
* |
* |
59 |
*/ |
*/ |
60 |
CaloTrkVar(const CaloTrkVar &trkvar); ///< copy values from trkvar to this |
CaloTrkVar(const CaloTrkVar &trkvar); ///< copy values from trkvar to this |
61 |
// |
// |
62 |
|
void Clear(); ///< clear variables |
63 |
CaloTrkVar* GetCaloTrkVar(){return this;}; ///< returns pointer to this object |
CaloTrkVar* GetCaloTrkVar(){return this;}; ///< returns pointer to this object |
64 |
// |
// |
65 |
ClassDef(CaloTrkVar,1); |
ClassDef(CaloTrkVar,2); |
66 |
// |
// |
67 |
}; |
}; |
68 |
|
|
157 |
TClonesArray *GetTrackArray(){return CaloTrk;}; |
TClonesArray *GetTrackArray(){return CaloTrk;}; |
158 |
CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object |
CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object |
159 |
// |
// |
160 |
|
void GetLevel2Struct(cCaloLevel2 *l2) const; |
161 |
void Clear(); |
void Clear(); |
162 |
// |
// |
163 |
// constructor |
// constructor |
164 |
// |
// |
165 |
CaloLevel2(); |
CaloLevel2(); ///< Constructor. |
166 |
// |
// |
167 |
friend class CaloProcessing; |
friend class CaloProcessing; |
168 |
// |
// |