Changeset 4766 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 08/27/04 16:57:55 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractFixedWindow.cc
r4723 r4766 165 165 *fLog << endl; 166 166 *fLog << inf << GetDescriptor() << ": Taking " << fNumHiGainSamples 167 << " HiGain FADC samples from slice: " << (Int_t)fHiGainFirst168 << " to (including) slice: " << (Int_t)(fHiGainLast+fHiLoLast)<< endl;167 << " HiGain samples from slice " << (Int_t)fHiGainFirst 168 << " to " << (Int_t)(fHiGainLast+fHiLoLast) << "incl" << endl; 169 169 *fLog << inf << GetDescriptor() << ": Taking " << fNumLoGainSamples 170 << " LoGain FADC samples from slice: " << (Int_t)fLoGainFirst171 << " to (including) slice: " << (Int_t)fLoGainLast<< endl;170 << " LoGain samples from slice " << (Int_t)fLoGainFirst 171 << " to " << (Int_t)fLoGainLast << "incl" << endl; 172 172 return kTRUE; 173 173
Note:
See TracChangeset
for help on using the changeset viewer.