Changeset 4542 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 08/07/04 15:40:59 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mbadpixels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc
r4456 r4542 63 63 // BIT(13): kMeanTimeInLast2Bins : The signal has its mean maximum in the last two used FADC slice - signal extractor bad 64 64 // BIT(14): kDeviatingNumPhes : The calculated number of photo-electrons deviates too much from the mean - inconsistency 65 // BIT(15): kDeviatingFFactor : The calculated overall F-Factor deviates too much from the mean - inconsistency 65 // BIT(15): kDeviatingNumPhots : The calculated number of calibrated photons deviates too much from the mean - inconsistency 66 // BIT(16): kDeviatingFFactor : The calculated overall F-Factor deviates too much from the mean - inconsistency 66 67 // 67 68 // * Set bits leading to not useable low-gain signal: 68 69 // 69 // BIT(1 6): kConversionHiLoNotValid: The calibrated Conversion between Hi-Gain and Low Gain gives absurd results70 // BIT(17): kConversionHiLoNotValid: The calibrated Conversion between Hi-Gain and Low Gain gives absurd results 70 71 // 71 72 // These bits can be called with the enum MBadPixelsPix::UncalibratedType_t in combination -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r4464 r4542 45 45 kMeanTimeInLast2Bins = BIT(13), 46 46 kDeviatingNumPhes = BIT(14), 47 kDeviatingFFactor = BIT(15), 48 kDeviatingTimeResolution = BIT(16), 49 kConversionHiLoNotValid = BIT(17) 47 kDeviatingNumPhots = BIT(15), 48 kDeviatingFFactor = BIT(16), 49 kDeviatingTimeResolution = BIT(17), 50 kConversionHiLoNotValid = BIT(18) 50 51 }; 51 52
Note:
See TracChangeset
for help on using the changeset viewer.