Changeset 3052
- Timestamp:
- 02/08/04 17:36:23 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MGeomApply.cc
r2944 r3052 119 119 MPedestalCam *ped = (MPedestalCam*)pList->FindObject(AddSerialNumber("MPedestalCam")); 120 120 if (ped) 121 121 ped->InitSize(cam->GetNumPixels()); 122 122 123 123 124 124 MCalibrationCam *cal = (MCalibrationCam*)pList->FindObject(AddSerialNumber("MCalibrationCam")); 125 125 if (cal) 126 126 cal->InitSize(cam->GetNumPixels()); 127 127 128 128 129 129 MPedPhotCam *pedphot = (MPedPhotCam*)pList->FindObject(AddSerialNumber("MPedPhotCam")); 130 130 if (pedphot) 131 pedphot->InitSize(cam->GetNumPixels()); 132 131 pedphot->InitSize(cam->GetNumPixels()); 133 132 134 133 MExtractedSignalCam *ext = (MExtractedSignalCam*)pList->FindObject(AddSerialNumber("MExtractedSignalCam")); … … 138 137 MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels")); 139 138 if (bnd) 140 139 bnd->InitSize(cam->GetNumPixels()); 141 140 142 141 MArrivalTime *tme = (MArrivalTime*)pList->FindObject(AddSerialNumber("MArrivalTime")); 143 142 if (tme) 144 143 tme->InitSize(cam->GetNumPixels()); 145 144 146 145 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.