Changeset 9606 for trunk


Ignore:
Timestamp:
07/05/10 14:21:45 (14 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9605 r9606  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2010/07/05 Thomas Bretz
     22
     23   * mraw/MRawRunHeader.h:
     24     - added missing SetFileNumber
     25
     26
     27
    2128 2010/07/02 Daniela Dorner
    2229
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.h

    r9542 r9606  
    109109    void SetRunType(UShort_t type) { fRunType=type; }
    110110    void SetRunInfo(UShort_t tel, UInt_t run, UInt_t file=0);
     111    void SetFileNumber(UInt_t file) { fFileNumber=file; }
    111112    void SetSourceInfo(const TString src, char epoch='J', UShort_t date=2000);
    112113    void SetRunTime(const MTime &start, const MTime &end);
Note: See TracChangeset for help on using the changeset viewer.