Changeset 2644 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 12/11/03 14:10:51 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.