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