Ignore:
Timestamp:
08/27/04 16:57:55 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractFixedWindow.cc

    r4723 r4766  
    165165  *fLog << endl;
    166166  *fLog << inf << GetDescriptor() << ": Taking " << fNumHiGainSamples
    167         << " HiGain FADC samples from slice: " << (Int_t)fHiGainFirst
    168         << " to (including) slice: " << (Int_t)(fHiGainLast+fHiLoLast) << endl;
     167        << " HiGain samples from slice " << (Int_t)fHiGainFirst
     168        << " to " << (Int_t)(fHiGainLast+fHiLoLast) << "incl" << endl;
    169169  *fLog << inf << GetDescriptor() << ": Taking " << fNumLoGainSamples
    170         << " LoGain FADC samples from slice: " << (Int_t)fLoGainFirst
    171         << " to (including) slice: " << (Int_t)fLoGainLast << endl;
     170        << " LoGain samples from slice " << (Int_t)fLoGainFirst
     171        << " to " << (Int_t)fLoGainLast << "incl" << endl;
    172172  return kTRUE;
    173173 
Note: See TracChangeset for help on using the changeset viewer.