Changeset 8351 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 03/02/07 11:26:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r8344 r8351 94 94 UShort_t GetRunType() const { return fRunType; } 95 95 const Char_t *GetRunTypeStr() const; 96 const Char_t *GetProjectName() const { return fProjectName; }97 const Char_t *GetSourceName() const { return fSourceName; }96 const Char_t *GetProjectName() const { return fProjectName; } 97 const Char_t *GetSourceName() const { return fSourceName; } 98 98 const Char_t *GetSourceEpocheChar() const { return fSourceEpochChar; } 99 const Char_t *GetObservationMode() const { return fObservationMode; }99 const Char_t *GetObservationMode() const { return fObservationMode; } 100 100 UShort_t GetSourceEpocheDate() const { return fSourceEpochDate; } 101 101 UShort_t GetNumCrates() const { return fNumCrates; } … … 103 103 UShort_t GetNumSamplesLoGain() const { return fNumSamplesLoGain; } 104 104 UShort_t GetNumSamplesHiGain() const { return fNumSamplesHiGain; } 105 UInt_t GetNumSamples() const { return fNumSamplesHiGain+fNumSamplesLoGain; } 105 UInt_t GetNumSamples() const { return fNumSamplesHiGain+fNumSamplesLoGain; } 106 UShort_t GetNumBytesPerSample() const { return fNumBytesPerSample; } 106 107 UInt_t GetNumEvents() const { return fNumEvents; } 107 108 const MTime &GetRunStart() const { return fRunStart; }
Note:
See TracChangeset
for help on using the changeset viewer.