Changeset 2749 for trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
- Timestamp:
- 12/23/03 16:26:30 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
r2674 r2749 58 58 #include "MPedestalCam.h" 59 59 #include "MCalibrationCam.h" 60 #include "MPedPhotCam.h" 60 61 #include "MBlindPixels.h" 61 62 … … 122 123 123 124 125 MPedPhotCam *pedphot = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam")); 126 if (pedphot) 127 pedphot->InitSize(cam->GetNumPixels()); 128 129 124 130 MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels")); 125 131 if (bnd)
Note:
See TracChangeset
for help on using the changeset viewer.