Ignore:
Timestamp:
01/14/09 12:31:37 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h

    r8571 r9219  
    3030    UShort_t  fNumEntry;
    3131
    32     Byte_t fNumBytesHiGain;   //!
    33     Byte_t fNumBytesLoGain;   //!
     32    UInt_t fNumBytesHiGain;   //!
     33    UInt_t fNumBytesLoGain;   //!
    3434
    3535    UShort_t fNumBytesPerSample; //!
     
    7979    }
    8080
    81     Byte_t GetNumBytes() const { return fNumBytesHiGain+fNumBytesLoGain; }
     81    UInt_t GetNumBytes() const { return fNumBytesHiGain+fNumBytesLoGain; }
    8282
    8383    Bool_t HasLoGain() const { return fNumBytesLoGain>0; }
Note: See TracChangeset for help on using the changeset viewer.