Changeset 4169 for trunk/MagicSoft
- Timestamp:
- 05/25/04 13:34:40 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4168 r4169 24 24 - add possibility to switch on and off the blind pixel or pin diode 25 25 calibration 26 - fixed a small bug in reading the MCalibrationRelTimeCam when the 27 times calibration has been switched off. 26 28 27 29 * mjobs/MExtractSignal.[h,cc] -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4164 r4169 1091 1091 } 1092 1092 1093 if (fRelTimeCam.Read()<=0) 1094 { 1095 *fLog << err << "Unable to read MCalibrationRelTimeCam from " << fname << endl; 1096 return kFALSE; 1097 } 1093 1094 if (fRelTimes) 1095 if (fRelTimeCam.Read()<=0) 1096 { 1097 *fLog << err << "Unable to read MCalibrationRelTimeCam from " << fname << endl; 1098 return kFALSE; 1099 } 1098 1100 1099 1101 if (file.FindKey("MBadPixelsCam"))
Note:
See TracChangeset
for help on using the changeset viewer.