--- DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2008/02/07 20:02:06 1.6 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2008/02/28 10:38:39 1.8 @@ -100,6 +100,8 @@ void ClearTrkVar(); ///< clear track-related variables void FindBaseRaw(Int_t l, Int_t m, Int_t pre); ///< calculate baselines starting from RAW data void FindBaseCompress(Int_t l, Int_t m, Int_t pre); ///< calculate baselines starting from COMPRESS data + void FindBaseRaw(Int_t l, Int_t m, Int_t pre,Int_t &nst, Float_t &qp); ///< calculate baselines starting from RAW data + void FindBaseCompress(Int_t l, Int_t m, Int_t pre,Int_t &nst, Float_t &qp); ///< calculate baselines starting from COMPRESS data Int_t Update(GL_TABLES *glt, UInt_t atime, Int_t s); ///< update calibration for this event Int_t LoadCalib(Int_t s); ///< load calibrations @@ -145,7 +147,7 @@ // ~CaloLevel0();///< destructor // - ClassDef(CaloLevel0,1); + ClassDef(CaloLevel0,2); }; #endif