Changeset 3389 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 03/03/04 13:50:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r3388 r3389 80 80 UShort_t GetFormatVersion() const { return fFormatVersion; } 81 81 UShort_t GetSoftVersion() const { return fSoftVersion; } 82 UInt_t GetRunNumber() const { return fRunNumber; } 82 83 UShort_t GetRunType() const { return fRunType; } 83 const char *GetRunTypeStr() const; 84 UInt_t GetRunNumber() const { return fRunNumber; } 85 const Char_t *GetProjectName() const { return fProjectName; } 86 const Char_t *GetSourceName() const { return fSourceName; } 87 const Char_t *GetSourceEpocheChar() const { return fSourceEpochChar; } 84 const Char_t *GetRunTypeStr() const; 85 const Char_t *GetProjectName() const { return fProjectName; } 86 const Char_t *GetSourceName() const { return fSourceName; } 87 const Char_t *GetSourceEpocheChar() const { return fSourceEpochChar; } 88 88 UShort_t GetSourceEpocheDate() const { return fSourceEpochDate; } 89 89 UShort_t GetNumCrates() const { return fNumCrates; } … … 106 106 Int_t GetNumTotalBytes() const; 107 107 108 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }108 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } 109 109 110 110 void Print(Option_t *t=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.