Changeset 1466 for trunk/MagicSoft/Mars/manalysis/MBlindPixels.h
- Timestamp:
- 08/01/02 10:27:39 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MBlindPixels.h
r1180 r1466 23 23 void Clear(Option_t *o="") { fPixels.Reset(); } 24 24 25 Bool_t IsBlind(UShort_t id) { return (Bool_t)fPixels[id]; }25 Bool_t IsBlind(UShort_t id) { return fPixels.GetSize() && fPixels[id]; } 26 26 27 27 ClassDef(MBlindPixels, 1) // container to store blind pixels
Note:
See TracChangeset
for help on using the changeset viewer.