Changeset 4288 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/13/04 12:18:23 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4285 r4288  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21
     22 2004/06/11: Markus Gaug
     23
     24  * mpedestals/MPedCalcPedRun.cc
     25    - set the default upper range to 29, because otherwise the extraction
     26      window will be made too small in case that more than 14 "high-gain"
     27      slices shall be extracted. This is a bugfix! It calculated wrong
     28      pedestals in case that the user says: SetRange(a,b), where b is
     29      bigger than 14 in combination with SetWindowSize(x) where x is bigger
     30      than 14 as well (instead of : SetRange(a,b,c,d), where
     31      everything went fine). However, the intention of the last months
     32      changes was to allow exactly also the first possibility.
    2133
    2234 2004/06/11: Markus Gaug
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc

    r4147 r4288  
    8888//
    8989//   fHiGainFirst =  fgHiGainFirst =  0
    90 //   fHiGainLast  =  fgHiGainLast  =  14
     90//   fHiGainLast  =  fgHiGainLast  =  29
    9191//   fLoGainFirst =  fgLoGainFirst =  0
    9292//   fLoGainLast  =  fgLoGainLast  =  14
     
    140140
    141141const Byte_t MPedCalcPedRun::fgHiGainFirst      = 0;
    142 const Byte_t MPedCalcPedRun::fgHiGainLast       = 14;
     142const Byte_t MPedCalcPedRun::fgHiGainLast       = 29;
    143143const Byte_t MPedCalcPedRun::fgLoGainFirst      = 0;
    144144const Byte_t MPedCalcPedRun::fgLoGainLast       = 14;
Note: See TracChangeset for help on using the changeset viewer.