Changeset 5601 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 12/15/04 10:25:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5599 r5601 21 21 -*-*- END OF LINE -*-*- 22 22 23 2004/12/15: Thomas Bretz (important bugfixes for callisto) 24 25 * callisto.rc: 26 - fixed wrong names in comments 27 28 * mjobs/MJCalibrateSignal.cc: 29 - fixed naming of the two MPedCalcFromLoGain 30 - set correct pedestal container for extractor 31 32 * msignal/MArrivalTimeCam.h: 33 - added Reset() function 34 35 * msignal/MExtractTime.cc: 36 - replaced parts of the common PreProcess by new function PreProcessStd 37 38 * msignal/MExtractTimeAndCharge.cc: 39 - removed Clear() in Process() -- this is automatically done by 40 Reset() 41 42 * msignal/MExtractedSignalCam.h: 43 - added Reset() function 44 45 * msignal/MExtractor.[h,cc]: 46 - moved some common parts of PreProcess to new function PreProcessStd 47 this fixed the problem that searching for fPedestals was 48 overwritten in MExtractTime 49 50 51 23 52 2004/12/15: Abelardo Moralejo 24 53 25 * mmc/MMcConfigRunHeader.h 26 - added data member fPmtTimeJitter, sigma of gaussian of the time 27 jitter introduced in the time of each photoelectron. 54 * mmc/MMcConfigRunHeader.h 55 - added data member fPmtTimeJitter, sigma of gaussian of the time 56 jitter introduced in the time of each photoelectron. 57 58 28 59 29 60 2004/12/14: Markus Gaug 30 61 31 * msignal/MExtractor.[h,cc] 32 - add possibility to set pedestal pointer from outside 33 34 * msignal/MExtractTimeAndCharge.[h,cc] 35 - make modification of extraction window only for case of now 36 high-gain saturation. 37 38 * msignal/MExtractTimeAndChargeSpline.cc 39 - fixed some smaller bugs for special cases 40 41 * mcalib/MCalibrationIntensityChargeCam.[h,cc] 42 - implemented automatic plotting of Razmik plot and others 62 * msignal/MExtractor.[h,cc] 63 - add possibility to set pedestal pointer from outside 64 65 * msignal/MExtractTimeAndCharge.[h,cc] 66 - make modification of extraction window only for case of now 67 high-gain saturation. 68 69 * msignal/MExtractTimeAndChargeSpline.cc 70 - fixed some smaller bugs for special cases 71 72 * mcalib/MCalibrationIntensityChargeCam.[h,cc] 73 - implemented automatic plotting of Razmik plot and others 74 43 75 44 76 45 77 2004/12/14: Markus Gaug and Abelardo Moralejo 46 78 47 * msignal/MExtractFixedWindowPeakSearch.cc 48 - adjusted the offset from peak search window to extraction window 49 such that they start at the same slice for the case: 50 fOffsetFromWindow=0. This was the original intention of the 51 extractor and had been lost at some place. Instead, the default 52 (fOffsetFromWindow=1) did before correspond to an offset of 2 53 slices which gave wrong results for the calibration and further 54 default settings. 55 - Changed one comparison: (Byte_t - Byte_t) > 0 to (Byte_t > Byte_t) 56 since the first mode is always true (a negative "byte" simply gives 57 256-difference. The version before could have lead to crashes from 58 time to time. 79 * msignal/MExtractFixedWindowPeakSearch.cc 80 - adjusted the offset from peak search window to extraction window 81 such that they start at the same slice for the case: 82 fOffsetFromWindow=0. This was the original intention of the 83 extractor and had been lost at some place. Instead, the default 84 (fOffsetFromWindow=1) did before correspond to an offset of 2 85 slices which gave wrong results for the calibration and further 86 default settings. 87 - Changed one comparison: (Byte_t - Byte_t) > 0 to (Byte_t > Byte_t) 88 since the first mode is always true (a negative "byte" simply gives 89 256-difference. The version before could have lead to crashes from 90 time to time. 91 92 59 93 60 94 2004/12/12: Abelardo Moralejo … … 65 99 warning. 66 100 101 102 67 103 2004/12/09: Markus Gaug 68 104 69 * mhcalib/MHCalibrationPix.[h,cc] 70 - fixed a bug in Reset(), fSaturation was not resetted before. 71 Affects only intensity calibraion. 72 * mhcalib/MHGausEvents.cc 73 - fixed bug in Reset(), histogram ranges were not reset before. 74 Affects only intensity calibraion. 105 * mhcalib/MHCalibrationPix.[h,cc] 106 - fixed a bug in Reset(), fSaturation was not resetted before. 107 Affects only intensity calibraion. 108 * mhcalib/MHGausEvents.cc 109 - fixed bug in Reset(), histogram ranges were not reset before. 110 Affects only intensity calibraion. 111 112 75 113 76 114 2004/12/09: Thomas Bretz 77 115 78 * mbadpixels/MBadPixelsTreat.cc: 79 - set default in constructor to UseInterpolation, ProcessPedestalEvt 80 and ProcessTimes which is the callisto default 81 - enhanced comments in output 116 * mbadpixels/MBadPixelsTreat.cc: 117 - set default in constructor to UseInterpolation, ProcessPedestalEvt 118 and ProcessTimes which is the callisto default 119 - enhanced comments in output 120 82 121 83 122
Note:
See TracChangeset
for help on using the changeset viewer.