Changeset 4298 for trunk/MagicSoft
- Timestamp:
- 06/16/04 18:50:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractFixedWindow.cc
r4290 r4298 164 164 165 165 *fLog << endl; 166 *fLog << inf << GetDescriptor() << ": Taking " << (int)fNumHiGainSamples167 << " HiGain FADC samples from slice: " << ( int)fHiGainFirst168 << " to (including) slice: " << ( int)fHiGainLast+(int)fHiLoLast<< endl;169 *fLog << inf << GetDescriptor() << ": Taking " << (int)fNumLoGainSamples170 << " LoGain FADC samples from slice: " << ( int)fLoGainFirst171 << " to (including) slice: " << ( int)fLoGainLast << endl;166 *fLog << inf << GetDescriptor() << ": Taking " << fNumHiGainSamples 167 << " HiGain FADC samples from slice: " << (Int_t)fHiGainFirst 168 << " to (including) slice: " << (Int_t)(fHiGainLast+fHiLoLast) << endl; 169 *fLog << inf << GetDescriptor() << ": Taking " << fNumLoGainSamples 170 << " LoGain FADC samples from slice: " << (Int_t)fLoGainFirst 171 << " to (including) slice: " << (Int_t)fLoGainLast << endl; 172 172 return kTRUE; 173 173
Note:
See TracChangeset
for help on using the changeset viewer.