--- DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2007/03/18 20:22:52 1.14 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2007/09/03 08:42:11 1.16 @@ -93,6 +93,7 @@ Int_t nstrip; ///< total number of strip hit Int_t nx22; ///< number of strip hit in the last silicon plane of the calorimeter (x view number 22) Int_t planemax[2]; ///< plane of maximum energy release (x and y) + Int_t selfdelay[4][7]; ///< Delay of the selftrigger planes + coincidence for every section Float_t qtot; ///< total energy detected (MIP) Float_t qx22; ///< energy detected in the last silicon plane of the calorimeter (x view number 22) Float_t qmax; ///< the maximum energy detected in a strip @@ -126,6 +127,7 @@ void GetElectronEnergy(Float_t &energy, Float_t &sigma); ///< returns energy and sigma using qtot and assuming the particle being an electron // CaloTrkVar *GetCaloTrkVar(Int_t notrack); ///< returns a pointer to the CaloTrkVar class containing track related variables for track number notrack + CaloTrkVar* GetCaloStoredTrack(Int_t seqno); ///< returns pointer to the track set related to the seqno number // TClonesArray *GetTrackArray(){return CaloTrk;}; ///< returns a pointer to the track related variables array CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object