Changeset 3867 for trunk/MagicSoft


Ignore:
Timestamp:
04/28/04 13:14:58 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3864 r3867  
    4545   * macros/bootcampstandardanalysis.C
    4646     - adapted to new extractors
     47
     48
     49   * mbadpixels/MBadPixelsPix.h
     50     - set back the old definition of IsOK(), namely no information
     51       available
    4752
    4853
  • 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.