Changeset 7885 for trunk/MagicSoft


Ignore:
Timestamp:
08/17/06 21:21:58 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7883 r7885  
    2828   * msignal/MExtractTimeAndCharge.cc:
    2929     - 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
    3035
    3136
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc

    r7844 r7885  
    404404 
    405405  Float_t time_sum  = 0.;
    406   Float_t fmax      = -9999.;
     406  Float_t fmax      = 0.;
    407407  Float_t ftime_max = 0.;
    408408  Int_t   max_p     = 0;
Note: See TracChangeset for help on using the changeset viewer.