Changeset 7885 for trunk/MagicSoft
- Timestamp:
- 08/17/06 21:21:58 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7883 r7885 28 28 * msignal/MExtractTimeAndCharge.cc: 29 29 - mark the lo-gains only as valid if they are really extracted 30 31 * msignal/MExtractTimeAndChargeDigitalFilter.cc: 32 - in hi-gain extraction fmax was initialized with -9999, but after 33 the loop a invalid value of fmax<0 was not checked. Changed 34 initialization to 0 30 35 31 36 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r7844 r7885 404 404 405 405 Float_t time_sum = 0.; 406 Float_t fmax = -9999.;406 Float_t fmax = 0.; 407 407 Float_t ftime_max = 0.; 408 408 Int_t max_p = 0;
Note:
See TracChangeset
for help on using the changeset viewer.