Changeset 5980 for trunk/MagicSoft/Mars
- Timestamp:
- 01/24/05 21:23:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r5979 r5980 399 399 const Float_t timefineadjust = time_sum/sum; 400 400 401 // if (timefineadjust < 1.)401 if (timefineadjust < 2./fBinningResolutionHiGain) 402 402 time -= timefineadjust; 403 403
Note:
See TracChangeset
for help on using the changeset viewer.