Changeset 6341
- Timestamp:
- 02/10/05 10:38:05 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6339 r6341 32 32 * mmain/MEventDisplay.cc 33 33 - replaced MCalibrate by MCalibrateData 34 35 * mhcalib/MHCalibrationCam.cc 36 - replaced warning about empty histogram from red (err) by 37 yellow (warn). 34 38 35 39 -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
r6295 r6341 1202 1202 if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow()) 1203 1203 { 1204 *fLog << err<< GetDescriptor()1204 *fLog << warn << GetDescriptor() 1205 1205 << ": Only overflow or underflow in high-gain pixel: " << pix.GetPixId() << endl; 1206 1206 return;
Note:
See TracChangeset
for help on using the changeset viewer.