Changeset 6913 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/07/05 11:32:22 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r6902 r6913 300 300 case 45470: 301 301 case 45484: 302 case 45490:303 302 case 45493: 304 303 case 45502: -
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r6855 r6913 520 520 if (ubad.IsUncalibrated(MBadPixelsPix::kChargeIsPedestal)) 521 521 { 522 *fLog << warn << GetDescriptor() << " Probably calibration pulses have been lost!!!!" << endl;523 *fLog << warn << "Will not update calib. factors any more!!!!" << endl;522 *fLog << warn << GetDescriptor() << ": Mean charge in inner pixels is smaller than 3 ped. RMS." << endl; 523 *fLog << "Maybe calibration pulses have been lost!" << endl; 524 524 calibUpdate = 1.; 525 525 526 } 526 527 }
Note:
See TracChangeset
for help on using the changeset viewer.