Changeset 7069 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/20/05 11:59:31 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSlidingWindow.cc
r7043 r7069 75 75 const Byte_t MExtractTimeAndChargeSlidingWindow::fgLoGainLast = 14; 76 76 const Byte_t MExtractTimeAndChargeSlidingWindow::fgHiGainWindowSize = 6; 77 const Byte_t MExtractTimeAndChargeSlidingWindow::fgLoGainWindowSize = 6;77 const Byte_t MExtractTimeAndChargeSlidingWindow::fgLoGainWindowSize = 8; 78 78 79 79 // -------------------------------------------------------------------------- -
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r7043 r7069 434 434 *fLog << " Saturation Lim: " << (int)fSaturationLimit << endl; 435 435 *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.