Changeset 5824 for trunk/MagicSoft
- Timestamp:
- 01/13/05 18:59:07 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5822 r5824 54 54 different from 0. 55 55 56 * mpedestal/MExtractPedestal.cc 57 - fix the output of the print to the correct value for the case 58 that the extractor is used. 56 59 57 60 -
trunk/MagicSoft/Mars/mpedestal/MExtractPedestal.cc
r5715 r5824 664 664 *fLog << (fRandomCalculation?"":"non-") << "random)" << endl; 665 665 } 666 *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << fExtractWinLast << " incl." << endl; 667 } 666 const Int_t last = fExtractor 667 ? fExtractWinFirst + (Int_t)(fExtractor->GetHiGainLast()-fExtractor->GetHiGainFirst()) 668 : fExtractWinLast; 669 670 *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << last << " incl." << endl; 671 }
Note:
See TracChangeset
for help on using the changeset viewer.