- Timestamp:
- 01/08/05 20:17:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r5745 r5747 252 252 253 253 if (*p++ >= fSaturationLimit) 254 sat++; 254 if (!sat) 255 sat = ids-3; 255 256 } 256 257 … … 272 273 273 274 if (*logain++ >= fSaturationLimit) 274 sat++; 275 if (!sat) 276 sat = ids-3; 275 277 276 278 range++;
Note:
See TracChangeset
for help on using the changeset viewer.