Ignore:
Timestamp:
08/01/02 10:27:39 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MBlindPixels.h

    r1180 r1466  
    2323    void Clear(Option_t *o="")  { fPixels.Reset(); }
    2424
    25     Bool_t IsBlind(UShort_t id) { return (Bool_t)fPixels[id]; }
     25    Bool_t IsBlind(UShort_t id) { return fPixels.GetSize() && fPixels[id]; }
    2626
    2727    ClassDef(MBlindPixels, 1) // container to store blind pixels
Note: See TracChangeset for help on using the changeset viewer.