Changeset 718 for trunk/MagicSoft/Mars/mraw/MRawEvtData.h
- Timestamp:
- 04/04/01 10:48:02 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.h
r654 r718 50 50 void AddPixel(UShort_t nOfPixel, TArrayC *data, Bool_t lflag=kFALSE); 51 51 52 Byte_t GetNumHiGainSamples() const;53 Byte_t GetNumLoGainSamples() const;54 Byte_t GetNumPixels() const;52 Byte_t GetNumHiGainSamples() const; 53 Byte_t GetNumLoGainSamples() const; 54 UShort_t GetNumPixels() const; 55 55 56 56 void ReadEvt(istream &fin);
Note:
See TracChangeset
for help on using the changeset viewer.