Ignore:
Timestamp:
03/01/01 17:47:30 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r651 r662  
    2626    Byte_t   *fLoGainPos;       //! pointer to lo-gain samples of actual pixel
    2727
     28    UShort_t fNumEntry;
     29
    2830    MRawEvtData *fData;         //! pointer to object which we are iterating
    2931
     
    4244        //
    4345        return *fHiGainId;
     46    }
     47
     48    UShort_t GetNumEntry() const
     49    {
     50        return fNumHiGainEntry;
     51    }
     52
     53    Byte_t GetNumPixels() const
     54    {
     55        return fData->GetNumPixels();
    4456    }
    4557
Note: See TracChangeset for help on using the changeset viewer.