Changeset 5386
- Timestamp:
- 11/11/04 13:28:32 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5385 r5386 25 25 - introduced new data member: fAreaErr which is not zero for the 26 26 third blind pixel 27 28 * mcalib/Makefile 29 * mcalib/CalibLinkDef.h 30 * mcalib/MCalibrationBlindCamThreeNewStyle.[h,cc] 31 - new class describing the blind pixel camera with three blind 32 pixels. 27 33 28 34 -
trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h
r5130 r5386 37 37 #pragma link C++ class MCalibrationBlindCamOneOldStyle+; 38 38 #pragma link C++ class MCalibrationBlindCamTwoNewStyle+; 39 #pragma link C++ class MCalibrationBlindCamThreeNewStyle+; 39 40 #pragma link C++ class MCalibrationChargePINDiode+; 40 41 -
trunk/MagicSoft/Mars/mcalib/Makefile
r5130 r5386 61 61 MCalibrationBlindCamOneOldStyle.cc \ 62 62 MCalibrationBlindCamTwoNewStyle.cc \ 63 MCalibrationBlindCamThreeNewStyle.cc \ 63 64 MCalibrationChargePINDiode.cc \ 64 65 MMcCalibrationCalc.cc
Note:
See TracChangeset
for help on using the changeset viewer.