Changeset 8566
- Timestamp:
- 06/16/07 23:26:06 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8561 r8566 18 18 19 19 -*-*- 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 20 52 21 53 2007/06/15 Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.