| 10 |
#include <TArrayI.h> |
#include <TArrayI.h> |
| 11 |
// |
// |
| 12 |
#include <math.h> |
#include <math.h> |
| 13 |
|
#include <string.h>//ELENA |
| 14 |
|
|
| 15 |
// |
// |
| 16 |
#include <CaloStruct.h> |
#include <CaloStruct.h> |
| 17 |
// |
// |
| 128 |
Float_t impx(Int_t tr); ///< the x impact position on the first plane as determined by the track fitted in the calorimeter ( tr = 0 calo fit, tr = 1 selftrigger fit) |
Float_t impx(Int_t tr); ///< the x impact position on the first plane as determined by the track fitted in the calorimeter ( tr = 0 calo fit, tr = 1 selftrigger fit) |
| 129 |
Float_t impy(Int_t tr); ///< the y impact position on the first plane as determined by the track fitted in the calorimeter ( tr = 0 calo fit, tr = 1 selftrigger fit) |
Float_t impy(Int_t tr); ///< the y impact position on the first plane as determined by the track fitted in the calorimeter ( tr = 0 calo fit, tr = 1 selftrigger fit) |
| 130 |
|
|
| 131 |
|
TClonesArray** GetPointerToTrackArray(){return &CaloTrk;}///< returns pointer to pointer to the track array |
| 132 |
|
void SetTrackArray(TClonesArray *track);///<set pointer to the track array |
| 133 |
|
|
| 134 |
// |
// |
| 135 |
void GetElectronEnergy(Float_t &energy, Float_t &sigma); ///< returns energy and sigma using qtot and assuming the particle being an electron |
void GetElectronEnergy(Float_t &energy, Float_t &sigma); ///< returns energy and sigma using qtot and assuming the particle being an electron |
| 136 |
// |
// |