Changeset 2644 for trunk/MagicSoft/Mars
- Timestamp:
- 12/11/03 14:10:51 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2642 r2644 4 4 5 5 -*-*- END OF LINE -*-*- 6 2003/12/11: Abelardo Moralejo 7 * manalysis/MGeomApply.cc 8 - Initialize size of the MCalibrationCam object according to 9 camera geometry. 10 6 11 2003/12/11: Markus Gaug 7 12 * manalysis/MExtractSignal, MExtractedSignalPix -
trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
r2470 r2644 57 57 #include "MGeomCam.h" 58 58 #include "MPedestalCam.h" 59 #include "MCalibrationCam.h" 59 60 #include "MBlindPixels.h" 60 61 … … 109 110 ped->InitSize(cam->GetNumPixels()); 110 111 112 113 MCalibrationCam *cal = (MCalibrationCam*)pList->FindObject(AddSerialNumber("MCalibrationCam")); 114 if (cal) 115 cal->InitSize(cam->GetNumPixels()); 116 117 111 118 MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels")); 112 119 if (bnd)
Note:
See TracChangeset
for help on using the changeset viewer.