Changeset 5828 for trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
- Timestamp:
- 01/13/05 19:36:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r5715 r5828 498 498 MExtractPedestal::Print(o); 499 499 500 const Int_t last = fExtractor 501 ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain() 502 : fExtractWinLast; 503 504 *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << last << " incl." << endl; 500 505 *fLog << "Max.allowed signal variation: " << fMaxSignalVar << endl; 501 506 *fLog << "CheckWindow from slice " << fCheckWinFirst << " to " << fCheckWinLast << " incl." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.