Ignore:
Timestamp:
01/26/04 10:09:49 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mraw
Files:
2 edited

Legend:

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

    r2655 r2909  
    7171// --------------------------------------------------------------------------
    7272//
    73 // Return the number of stored pixels
    74 //
    75 Byte_t MRawEvtPixelIter::GetNumPixels() const
    76 {
    77     return fData->GetNumPixels();
    78 }
    79 
    80 // --------------------------------------------------------------------------
    81 //
    8273// It steps to the next pixel. If there is no next pixel NULL is returned.
    8374// If a next pixel where found, a pointer to the primary given (constructor)
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h

    r2655 r2909  
    6666    }
    6767
    68     Byte_t GetNumPixels() const;
    69 
    7068    Byte_t *GetHiGainSamples() const
    7169    {
Note: See TracChangeset for help on using the changeset viewer.