Ignore:
Timestamp:
04/28/04 13:14:58 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r3842 r3867  
    6161    Bool_t IsUncalibrated( UncalibratedType_t typ ) const { return fInfo[1]&typ; }
    6262
    63     Bool_t IsOK() const  { return !((fInfo[0]&kUnsuitableRun) || (fInfo[0]&kUnsuitableEvt)); }
     63    Bool_t IsOK()  const { return fInfo[0]==0; }
    6464    Bool_t IsBad() const { return fInfo[0]!=0; }
    6565
Note: See TracChangeset for help on using the changeset viewer.