Ignore:
Timestamp:
01/13/05 19:46:26 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc

    r5828 r5829  
    496496void MPedCalcFromLoGain::Print(Option_t *o) const
    497497{
     498
    498499    MExtractPedestal::Print(o);
    499500
    500501    const Int_t last = fExtractor
    501       ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain()
     502      ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain() -1
    502503      : fExtractWinLast;
    503504
Note: See TracChangeset for help on using the changeset viewer.