Changeset 5829 for trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
- Timestamp:
- 01/13/05 19:46:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r5828 r5829 496 496 void MPedCalcFromLoGain::Print(Option_t *o) const 497 497 { 498 498 499 MExtractPedestal::Print(o); 499 500 500 501 const Int_t last = fExtractor 501 ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain() 502 ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain() -1 502 503 : fExtractWinLast; 503 504
Note:
See TracChangeset
for help on using the changeset viewer.