Changeset 5235 for trunk/MagicSoft/Mars
- Timestamp:
- 10/12/04 12:04:11 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc
r5231 r5235 374 374 fHiGainSignal[count] = signal; 375 375 376 if (signal > fAbMax )376 if (signal > fAbMax + 0.1) /* the 0.1 is necessary for the ultra-high enery events saturating many slices */ 377 377 { 378 378 fAbMax = signal;
Note:
See TracChangeset
for help on using the changeset viewer.