Changeset 3842 for trunk/MagicSoft/Mars
- Timestamp:
- 04/26/04 19:17:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r3839 r3842 61 61 Bool_t IsUncalibrated( UncalibratedType_t typ ) const { return fInfo[1]&typ; } 62 62 63 Bool_t IsOK() const { return fInfo[0]==0;}63 Bool_t IsOK() const { return !((fInfo[0]&kUnsuitableRun) || (fInfo[0]&kUnsuitableEvt)); } 64 64 Bool_t IsBad() const { return fInfo[0]!=0; } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.