Ignore:
Timestamp:
05/20/05 11:59:31 (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/MExtractTimeAndChargeSlidingWindow.cc

    r7043 r7069  
    7575const Byte_t  MExtractTimeAndChargeSlidingWindow::fgLoGainLast   = 14;
    7676const Byte_t  MExtractTimeAndChargeSlidingWindow::fgHiGainWindowSize = 6;
    77 const Byte_t  MExtractTimeAndChargeSlidingWindow::fgLoGainWindowSize = 6;
     77const Byte_t  MExtractTimeAndChargeSlidingWindow::fgLoGainWindowSize = 8;
    7878
    7979// --------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r7043 r7069  
    434434    *fLog << " Saturation Lim:     " << (int)fSaturationLimit << endl;
    435435    *fLog << " Num Samples HiGain: " << fNumHiGainSamples << "  LoGain: " << fNumLoGainSamples << endl;
    436 }
     436    if (fPedestals)
     437        *fLog << " Pedestals:          " << fPedestals->GetName() << ", " << fPedestals << endl;
     438}
Note: See TracChangeset for help on using the changeset viewer.