- Timestamp:
- 02/04/07 15:33:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc
r8297 r8304 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeSpline.cc,v 1.6 5 2007-02-03 20:07:52tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeSpline.cc,v 1.66 2007-02-04 15:30:16 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 158 158 const Byte_t MExtractTimeAndChargeSpline::fgHiGainFirst = 0; 159 159 const Byte_t MExtractTimeAndChargeSpline::fgHiGainLast = 14; 160 const Byte_tMExtractTimeAndChargeSpline::fgLoGainFirst = 1;160 const Int_t MExtractTimeAndChargeSpline::fgLoGainFirst = 1; 161 161 const Byte_t MExtractTimeAndChargeSpline::fgLoGainLast = 14; 162 162 const Float_t MExtractTimeAndChargeSpline::fgResolution = 0.05; … … 205 205 // explicit call to SetChargeType(). 206 206 // 207 void MExtractTimeAndChargeSpline::SetRange(Byte_t hifirst, Byte_t hilast, Byte_t lofirst, Byte_t lolast) 208 { 209 207 void MExtractTimeAndChargeSpline::SetRange(Byte_t hifirst, Byte_t hilast, Int_t lofirst, Byte_t lolast) 208 { 210 209 MExtractor::SetRange(hifirst, hilast, lofirst, lolast); 211 210
Note:
See TracChangeset
for help on using the changeset viewer.