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

Legend:

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

    r5715 r5828  
    498498    MExtractPedestal::Print(o);
    499499
     500    const Int_t last = fExtractor
     501      ? fExtractWinFirst + fExtractor->GetWindowSizeHiGain()
     502      : fExtractWinLast;
     503
     504    *fLog << "ExtractWindow from slice " << fExtractWinFirst << " to " << last << " incl." << endl;
    500505    *fLog << "Max.allowed signal variation: " << fMaxSignalVar << endl;
    501506    *fLog << "CheckWindow from slice " << fCheckWinFirst   << " to " << fCheckWinLast << " incl." << endl;
Note: See TracChangeset for help on using the changeset viewer.