--- DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2007/10/25 13:24:18 1.4 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2008/02/08 11:55:30 1.7 @@ -53,7 +53,7 @@ void Set(){ de = new CalorimeterEvent(); }; - void Clear(){}; + void Clear(Option_t *t=""){}; void* GetPointerToCalorimeterEvent(){ return &de; }; CalorimeterEvent* GetCalorimeterEvent(){ return de; }; // @@ -99,6 +99,9 @@ void ClearCommonVar(); ///< clear common variables 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