Changeset 782 for trunk/MagicSoft/Mars
- Timestamp:
- 05/08/01 09:08:51 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r690 r782 50 50 ~MRawRunHeader(); 51 51 52 void SetMagicNumber(UShort_t a){fMagicNumber=a;} 53 void SetFormatVersion(UShort_t a){fFormatVersion=a;} 54 void SetSoftVersion(UShort_t a){fSoftVersion=a;} 55 void SetRunType(UShort_t a){ fRunType=a;} 56 void SetRunNumber(UInt_t a){fRunNumber=a;} 57 void SetNumSamples(UShort_t low, UShort_t high) 58 {fNumSamplesLoGain=low;fNumSamplesHiGain=high;} 59 void SetNumEvents(UInt_t a){fNumEvents=a;} 60 52 61 UShort_t GetMagicNumber() const { return fMagicNumber; } 53 62 UShort_t GetFormatversion() const { return fFormatVersion; }
Note:
See TracChangeset
for help on using the changeset viewer.