Changeset 6189 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 02/01/05 19:46:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MSequence.h
r6154 r6189 71 71 const UInt_t GetFirstCalRun() const { return fCalRuns[0]; } 72 72 const UInt_t GetLastCalRun() const { return fCalRuns[fCalRuns.GetSize()-1]; } 73 const TArrayI &GetPedRuns() const { return fPedRuns; } 74 const TArrayI &GetCalRuns() const { return fCalRuns; } 75 const TArrayI &GetDatRuns() const { return fDatRuns; } 76 73 77 const MTime &GetStart() const { return fStart; } 74 78 const MTime &GetNight() const { return fNight; }
Note:
See TracChangeset
for help on using the changeset viewer.