Changeset 6154 for trunk


Ignore:
Timestamp:
01/31/05 16:21:54 (20 years ago)
Author:
reyes
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MSequence.h

    r5310 r6154  
    6868    UInt_t GetPeriod() const   { return fPeriod; }
    6969
     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
    7077    ClassDef(MSequence, 0)
    7178};
Note: See TracChangeset for help on using the changeset viewer.