Ignore:
Timestamp:
04/07/05 11:32:22 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

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

    r6887 r6913  
    8080const TString MExtractTimeAndChargeDigitalFilter::fgNameWeightsFile        = "msignal/cosmics_weights.dat";
    8181const Float_t MExtractTimeAndChargeDigitalFilter::fgOffsetLoGain           =  1.7; // 5 ns
    82 const Float_t MExtractTimeAndChargeDigitalFilter::fgLoGainStartShift       = -1.8; 
     82const Float_t MExtractTimeAndChargeDigitalFilter::fgLoGainStartShift       = -2.8;
     83
    8384// --------------------------------------------------------------------------
    8485//
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r6840 r6913  
    150150using namespace std;
    151151
    152 const Byte_t  MExtractTimeAndChargeSpline::fgHiGainFirst      = 2;
     152const Byte_t  MExtractTimeAndChargeSpline::fgHiGainFirst      = 0;
    153153const Byte_t  MExtractTimeAndChargeSpline::fgHiGainLast       = 14;
    154154const Byte_t  MExtractTimeAndChargeSpline::fgLoGainFirst      = 1;
Note: See TracChangeset for help on using the changeset viewer.