Changeset 9219 for trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
- Timestamp:
- 01/14/09 12:31:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
r8571 r9219 30 30 UShort_t fNumEntry; 31 31 32 Byte_t fNumBytesHiGain; //!33 Byte_t fNumBytesLoGain; //!32 UInt_t fNumBytesHiGain; //! 33 UInt_t fNumBytesLoGain; //! 34 34 35 35 UShort_t fNumBytesPerSample; //! … … 79 79 } 80 80 81 Byte_tGetNumBytes() const { return fNumBytesHiGain+fNumBytesLoGain; }81 UInt_t GetNumBytes() const { return fNumBytesHiGain+fNumBytesLoGain; } 82 82 83 83 Bool_t HasLoGain() const { return fNumBytesLoGain>0; }
Note:
See TracChangeset
for help on using the changeset viewer.