--- DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2006/05/30 14:57:57 1.2 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2006/06/30 09:21:52 1.4 @@ -152,8 +152,11 @@ Float_t DecodeEstrip(Int_t entry, Int_t &view, Int_t &plane, Int_t &strip); ///< returns saved MIP value for the entry number "entry" of the TArrayF. CaloTrkVar *GetCaloTrkVar(Int_t notrack); ///< returns a pointer to the CaloTrkVar class containing track related variables // + TClonesArray *GetTrackArray(){return CaloTrk;}; CaloLevel2* GetCaloLevel2(){return this;}; ///< returns pointer to this object // + void Clear(); + // // constructor // CaloLevel2();