Changeset 2909 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 01/26/04 10:09:49 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
r2655 r2909 71 71 // -------------------------------------------------------------------------- 72 72 // 73 // Return the number of stored pixels74 //75 Byte_t MRawEvtPixelIter::GetNumPixels() const76 {77 return fData->GetNumPixels();78 }79 80 // --------------------------------------------------------------------------81 //82 73 // It steps to the next pixel. If there is no next pixel NULL is returned. 83 74 // If a next pixel where found, a pointer to the primary given (constructor) -
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
r2655 r2909 66 66 } 67 67 68 Byte_t GetNumPixels() const;69 70 68 Byte_t *GetHiGainSamples() const 71 69 {
Note:
See TracChangeset
for help on using the changeset viewer.