Changeset 6154
- Timestamp:
- 01/31/05 16:21:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MSequence.h
r5310 r6154 68 68 UInt_t GetPeriod() const { return fPeriod; } 69 69 70 const UInt_t GetFirstRun() const { return fRuns[0]; } 71 const UInt_t GetFirstCalRun() const { return fCalRuns[0]; } 72 const UInt_t GetLastCalRun() const { return fCalRuns[fCalRuns.GetSize()-1]; } 73 const MTime &GetStart() const { return fStart; } 74 const MTime &GetNight() const { return fNight; } 75 const TString &GetSource() const { return fSource; } 76 70 77 ClassDef(MSequence, 0) 71 78 };
Note:
See TracChangeset
for help on using the changeset viewer.