- Timestamp:
- 02/09/04 15:18:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3066 r3067 10 10 members of the class. 11 11 12 13 12 14 2004/02/09: Markus Gaug 13 15 14 * MMcCalibrationUpdate.cc 15 * MCalibrate.cc 16 * MCalibrationPix.cc 17 * MCalibrationPix.h 16 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc, 17 MCalibrationPix.h: 18 18 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid() 19 19 because we can calibrate with the histogram mean and RMS even … … 21 21 IsChargeValid(), i.e. does the charge make any sense? 22 22 23 * MCalibrationCam.cc 24 MCalibrationConfig.h 25 MCalibrationCalc.cc 23 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc: 26 24 - found serious bug in calculation of conversion factors for the 27 25 outer pixels: … … 32 30 33 31 32 34 33 2004/02/06: Markus Gaug 35 34 36 35 * mgeom/MGeomCam.h 37 36 - replaced in Comment of fPixRatio: 38 "ratio between size of pixel idx and pixel 0" by39 "ratio between size of pixel 0 and pixel idx"37 "ratio between size of pixel idx and pixel 0" by 38 "ratio between size of pixel 0 and pixel idx" 40 39 41 40 * manalysis/MPedestalCam.cc … … 61 60 - fixed displays 62 61 63 * mcalib/MHCalibrationPixel.[h,cc] 64 * mcalib/MHCalibrationBlindPixel.[h,cc] 65 * mcalib/MCalibrationPix.[h,cc] 66 * mcalib/MCalibrationBlindPix.[h,cc] 67 * mcalib/MCalibrationPINDiode.[h,cc] 68 * mcalib/MHCalibrationPINDiode.[h,cc] 62 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc], 63 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc], 64 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]: 69 65 - remove histograms MHChargevsN..., now keep TArrays directly 70 66 - check for oscillations for all pixels (and you will not trust … … 73 69 * mcalib/MCalibrationCalc.[h,cc] 74 70 - remove ArrivalTime -> go to separate class 75 - remove Bli dnPixel and PI Didoe overflow, now handled directly71 - remove BlindPixel and PIN Diode overflow, now handled directly 76 72 inside the corr. classes. 77 73 - remove SkipTimeFits -> go the arrival time class 78 79 74 80 75 * mcalib/MCalibrationCam.h … … 93 88 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern, 94 89 das ging diesmal in einem Aufwasch) 90 95 91 96 92
Note:
See TracChangeset
for help on using the changeset viewer.