Changeset 5728 for trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
- Timestamp:
- 01/07/05 19:41:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
r4643 r5728 90 90 Short_t GetIdxMaxHiLoGainSample() const; 91 91 92 Bool_t HasLoGain() const 93 { 94 // 95 // return kTRUE the lo gains exist for the actual pixel, else return kFALSE 96 // 97 return fLoGainId && *fHiGainId==*fLoGainId; 98 } 92 Bool_t HasLoGain() const; 99 93 Bool_t IsABFlagValid() const { return fABFlags ? kTRUE : kFALSE; } 100 94 Bool_t HasABFlag() const
Note:
See TracChangeset
for help on using the changeset viewer.