| 126 |
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 |
| 127 |
// |
// |
| 128 |
CaloTrkVar *GetCaloTrkVar(Int_t notrack); ///< returns a pointer to the CaloTrkVar class containing track related variables for track number notrack |
CaloTrkVar *GetCaloTrkVar(Int_t notrack); ///< returns a pointer to the CaloTrkVar class containing track related variables for track number notrack |
| 129 |
|
CaloTrkVar* GetCaloStoredTrack(Int_t seqno); ///< returns pointer to the track set related to the seqno number |
| 130 |
// |
// |
| 131 |
TClonesArray *GetTrackArray(){return CaloTrk;}; ///< returns a pointer to the track related variables array |
TClonesArray *GetTrackArray(){return CaloTrk;}; ///< returns a pointer to the track related variables array |
| 132 |
CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object |
CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object |
| 142 |
CaloLevel2(); ///< Constructor. |
CaloLevel2(); ///< Constructor. |
| 143 |
~CaloLevel2(){Delete();}; //ELENA |
~CaloLevel2(){Delete();}; //ELENA |
| 144 |
// |
// |
| 145 |
friend class CaloProcessing; |
friend class CaloLevel0; |
| 146 |
// |
// |
| 147 |
ClassDef(CaloLevel2,4); |
ClassDef(CaloLevel2,4); |
| 148 |
}; |
}; |