Changeset 5682
- Timestamp:
- 12/22/04 21:23:24 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5679 r5682 819 819 PrintUncalibrated(MBadPixelsPix::kLoGainOverFlow, 820 820 "Pixels with Low Gain Overflow : "); 821 PrintUncalibrated(MBadPixelsPix::kDeviatingNumPhes,822 "Pixels with deviating number of phes: ");823 PrintUncalibrated(MBadPixelsPix::kDeviatingFFactor,824 "Pixels with deviating F-Factor: ");825 821 826 822 *fLog << inf << endl; … … 837 833 PrintUncalibrated(MBadPixelsPix::kLoGainNotFitted, 838 834 "Pixels with unsuccesful Gauss fit to the Lo Gain: "); 835 PrintUncalibrated(MBadPixelsPix::kDeviatingNumPhes, 836 "Pixels with deviating number of phes: "); 837 PrintUncalibrated(MBadPixelsPix::kDeviatingFFactor, 838 "Pixels with deviating F-Factor: "); 839 839 840 840 if (!fOutputFile.IsNull()) … … 1764 1764 bad.SetUncalibrated( MBadPixelsPix::kDeviatingFFactor ); 1765 1765 if (IsCheckDeviatingBehavior()) 1766 bad.SetUnsuitable ( MBadPixelsPix::kUn suitableRun );1766 bad.SetUnsuitable ( MBadPixelsPix::kUnreliableRun ); 1767 1767 } 1768 1768 }
Note:
See TracChangeset
for help on using the changeset viewer.