Changeset 8566


Ignore:
Timestamp:
06/16/07 23:26:06 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8561 r8566  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/06/16 Thomas Bretz
     22
     23   * mbase/MGList.cc:
     24     - added some sanity checks
     25
     26   * mbase/MMath.cc:
     27     - don't start caluclation if x<mean in GaussProb
     28
     29   * mpedestal/MExtractPedestal.[h,cc]:
     30     - added new data member for the absulte max signal fMaxSignalAbs
     31     - replaced Byte_t for a sample by USample_t set in the header
     32       to Byte_t
     33     - in the case of random pedestal calculation the MaxPos is
     34       not calculated anymore
     35     - scale the pedestal and pedestalrms according to the sample
     36       size in the data (the scale is retrieved from the run-header)
     37
     38   * mpedestal/MPedestalSubtract.[h,cc]:
     39     - replaced build-in memcpy by a new Memcpy function which is more
     40       flexible depending on the input data format
     41     - scale the signal into the range 0-256 according to the
     42       scale given by the event header
     43     - replaced Byte_t by USample_t
     44
     45   * mpedestal/MPedestalSubtractedEvt.[h,cc]:
     46     - replaced Byte_t by USample_t and set it accordingly to Byte_t
     47
     48   * mraw/MRawRunHeader.h:
     49     - added returning of the scale (2^((numbytes-1)*8))
     50
     51
    2052
    2153 2007/06/15 Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.