Changeset 3867 for trunk/MagicSoft
- Timestamp:
- 04/28/04 13:14:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3864 r3867 45 45 * macros/bootcampstandardanalysis.C 46 46 - adapted to new extractors 47 48 49 * mbadpixels/MBadPixelsPix.h 50 - set back the old definition of IsOK(), namely no information 51 available 47 52 48 53 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r3842 r3867 61 61 Bool_t IsUncalibrated( UncalibratedType_t typ ) const { return fInfo[1]&typ; } 62 62 63 Bool_t IsOK() const { return !((fInfo[0]&kUnsuitableRun) || (fInfo[0]&kUnsuitableEvt));}63 Bool_t IsOK() const { return fInfo[0]==0; } 64 64 Bool_t IsBad() const { return fInfo[0]!=0; } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.