Changeset 5829
- Timestamp:
- 01/13/05 19:46:26 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5824 r5829 55 55 56 56 * mpedestal/MExtractPedestal.cc 57 * mpedestal/MPedCalcPedRun.cc 58 * mpedestal/MPedCalcFromLoGain.cc 57 59 - fix the output of the print to the correct value for the case 58 60 that the extractor is used. -
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 -
trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc
r5828 r5829 434 434 435 435 const Int_t last = fExtractor 436 ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain() 436 ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain() -1 437 437 : fExtractWinLast; 438 438 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r5746 r5829 277 277 278 278 *fLog << dec; 279 *fLog << " Taking " << f NumHiGainSamples279 *fLog << " Taking " << fWindowSizeHiGain 280 280 << " HiGain samples from slice " << (Int_t)fHiGainFirst 281 281 << " to " << (Int_t)(fHiGainLast+fHiLoLast) << " incl" << endl; 282 *fLog << " Taking " << f NumLoGainSamples282 *fLog << " Taking " << fWindowSizeLoGain 283 283 << " LoGain samples from slice " << (Int_t)fLoGainFirst 284 284 << " to " << (Int_t)fLoGainLast << " incl" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.