Changeset 6189 for trunk


Ignore:
Timestamp:
02/01/05 19:46:10 (20 years ago)
Author:
reyes
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6187 r6189  
    2020
    2121                                                 -*-*- 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
    2228
    2329 2005/02/01 Markus Gaug
  • trunk/MagicSoft/Mars/mjobs/MSequence.h

    r6154 r6189  
    7171    const UInt_t GetFirstCalRun() const { return fCalRuns[0]; }
    7272    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
    7377    const MTime &GetStart() const { return fStart; }
    7478    const MTime &GetNight() const { return fNight; }
Note: See TracChangeset for help on using the changeset viewer.