Changeset 6089 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 01/28/05 16:15:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r6067 r6089 68 68 using namespace std; 69 69 70 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainFirst = 2;71 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainLast = 1 6;70 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainFirst = 1; 71 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainLast = 15; 72 72 const Byte_t MExtractTimeAndChargeDigitalFilter::fgLoGainFirst = 3; 73 73 const Byte_t MExtractTimeAndChargeDigitalFilter::fgLoGainLast = 14;
Note:
See TracChangeset
for help on using the changeset viewer.