Ignore:
Timestamp:
10/12/04 12:04:11 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r5231 r5235  
    374374      fHiGainSignal[count] = signal;
    375375
    376       if (signal > fAbMax)
     376      if (signal > fAbMax + 0.1) /* the 0.1 is necessary for the ultra-high enery events saturating many slices */
    377377        {
    378378          fAbMax = signal;
Note: See TracChangeset for help on using the changeset viewer.