Changeset 7012 for trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
- Timestamp:
- 05/11/05 18:50:42 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
r6993 r7012 448 448 *fLog << endl; 449 449 450 PrintBadPixels(MBadPixelsPix::kPreviouslyExcluded,"Previously excluded"); 450 451 PrintBadPixels(MBadPixelsPix::kChargeIsPedestal,"Signal smaller 3 Pedestal RMS"); 451 452 PrintBadPixels(MBadPixelsPix::kChargeSigmaNotValid,"Signal smaller 3 Pedestal RMS"); … … 458 459 PrintBadPixels(MBadPixelsPix::kHiGainOverFlow,"High-Gain Histogram Overflow"); 459 460 PrintBadPixels(MBadPixelsPix::kLoGainOverFlow,"Low-Gain Histogram Overflow"); 461 PrintBadPixels(MBadPixelsPix::kDeadPedestalRms,"Presumably dead from Ped. Rms"); 462 PrintBadPixels(MBadPixelsPix::kFluctuatingArrivalTimes,"Fluctuating Pulse Arrival Times"); 460 463 461 464 *fLog << endl; … … 559 562 560 563 (*this)[idx].SetUnsuitable(MBadPixelsPix::kUnsuitableRun); 564 (*this)[idx].SetUncalibrated(MBadPixelsPix::kPreviouslyExcluded); 561 565 } 562 566 }
Note:
See TracChangeset
for help on using the changeset viewer.