- Timestamp:
- 03/24/05 11:14:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r6840 r6887 406 406 const Float_t timefineadjust = time_sum/sum; 407 407 408 if ( timefineadjust < 2./fBinningResolutionHiGain)408 if (TMath::Abs(timefineadjust) < 4./fBinningResolutionHiGain) 409 409 time -= timefineadjust; 410 410 … … 542 542 const Float_t timefineadjust = time_sum/sum; 543 543 544 if ( timefineadjust < 2./fBinningResolutionLoGain)544 if (TMath::Abs(timefineadjust) < 4./fBinningResolutionLoGain) 545 545 time -= timefineadjust; 546 546
Note:
See TracChangeset
for help on using the changeset viewer.