Changeset 5357 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 11/09/04 15:07:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc
r5220 r5357 259 259 << int(fWindowSizeLoGain) << " samples " << endl; 260 260 261 262 if (fWindowSizeHiGain == 0) 263 { 264 *fLog << warn; 265 *fLog << GetDescriptor() << ": HiGain window currently set to 0, will set it to 2 samples " << endl; 266 fWindowSizeHiGain = 2; 267 } 268 269 if (fWindowSizeLoGain == 0) 270 { 271 *fLog << warn; 272 *fLog << GetDescriptor() << ": LoGain window currently set to 0, will set it to 2 samples " << endl; 273 fWindowSizeLoGain = 2; 274 } 275 261 if (fWindowSizeHiGain == 0) 262 { 263 *fLog << warn; 264 *fLog << GetDescriptor() << ": HiGain window currently set to 0, will set it to 2 samples " << endl; 265 fWindowSizeHiGain = 2; 266 } 267 276 268 const Byte_t availhirange = (fHiGainLast-fHiGainFirst+1) & ~1; 277 269 const Byte_t availlorange = (fLoGainLast-fLoGainFirst+1) & ~1;
Note:
See TracChangeset
for help on using the changeset viewer.