Changeset 2869
- Timestamp:
- 01/21/04 14:55:57 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2867 r2869 15 15 the filling of the MCalibrationCam container from Process to 16 16 ReInit, since it does not change on an event by event basis. 17 Simplified PreProcess (MCalibrationCam was searched for twice). 17 18 Updated class description. 18 19 -
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
r2868 r2869 117 117 return kTRUE; 118 118 119 if ( ! pList->FindCreateObj(AddSerialNumber("MCalibrationCam"))) 119 fCalCam = (MCalibrationCam*) pList->FindCreateObj(AddSerialNumber("MCalibrationCam")); 120 if ( !fCalCam ) 120 121 { 121 122 *fLog << err << dbginf << "Cannot create MCalibrationCam... aborting." << endl; … … 135 136 *fLog << err << dbginf << "Cannot find MExtractedSignalCam... aborting." << endl; 136 137 return kFALSE; 137 }138 139 fCalCam = (MCalibrationCam*)pList->FindObject(AddSerialNumber("MCalibrationCam"));140 141 if (!fCalCam)142 {143 *fLog << err << dbginf << "Could not create MCalibrationCam... aborting. " << endl;144 return kFALSE;145 138 } 146 139
Note:
See TracChangeset
for help on using the changeset viewer.