Changeset 6062


Ignore:
Timestamp:
01/27/05 19:51:18 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc

    r6061 r6062  
    6868using namespace std;
    6969
    70 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainFirst             =  3;
    71 const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainLast              = 17;
     70const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainFirst             =  2;
     71const Byte_t MExtractTimeAndChargeDigitalFilter::fgHiGainLast              = 16;
    7272const Byte_t MExtractTimeAndChargeDigitalFilter::fgLoGainFirst             =  3;
    7373const Byte_t MExtractTimeAndChargeDigitalFilter::fgLoGainLast              = 14;
Note: See TracChangeset for help on using the changeset viewer.