- Timestamp:
- 02/01/05 19:46:10 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6187 r6189 20 20 21 21 -*-*- END OF LINE -*-*- 22 23 2005/02/01 Raquel de los Reyes 24 25 * mjobs/MSequence.h 26 - Added "Get" functions for the TArrays variables. 27 22 28 23 29 2005/02/01 Markus Gaug -
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.