Ignore:
Timestamp:
05/19/08 15:04:36 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.h

    r8704 r8892  
    111111    const MTime &GetRunStart() const      { return fRunStart; }
    112112    const MTime &GetRunEnd() const        { return fRunStop; }
     113    Double_t GetRunLength() const         { return fRunStop-fRunStart; }
    113114    Short_t GetPixAssignment(UShort_t i) const;
    114115    UShort_t GetMaxPixId() const;
Note: See TracChangeset for help on using the changeset viewer.