Changeset 6061 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 01/27/05 19:35:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r5992 r6061 68 68 using namespace std; 69 69 70 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainFirst = 0;71 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainLast = 1 4;70 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainFirst = 3; 71 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainLast = 17; 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.