Changeset 3967


Ignore:
Timestamp:
05/04/04 20:44:01 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3966 r3967  
    2525       The default option is set to read .root files.
    2626
     27
     28
    2729 2004/05/04: Javier Rico
    2830 
    2931   * mcalib/MCalibrate.cc
    3032     - when calibrating using kNONE, weight by the pixel area
    31        
     33
     34
     35
    3236 2004/05/04: Thomas Bretz
    3337 
     
    5862   * mtools/MFFT.cc:
    5963     - added more documentation
     64
     65   * mbase/MTime.[h,cc]:
     66     - renamed overloaded Set-function to SetMjd. There were some
     67       trouble with the interpreter and the new naming is more
     68       intuitive.
    6069
    6170
  • trunk/MagicSoft/Mars/mbase/MTime.cc

    r3666 r3967  
    4747//
    4848// WARNING: Be carefull changing this class. It is also used in the
    49 //          MAGIC drive software cosy!
     49//          MAGIC drive software cosy as VERY IMPORTANT stuff!
    5050//
    5151// Remarke: If you encounter strange behaviour, check the casting.
     
    166166// in milliseconds) and a nanosecond part.
    167167//
    168 Bool_t MTime::Set(UInt_t mjd, ULong_t ms, UInt_t ns)
     168Bool_t MTime::SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns)
    169169{
    170170    // [d]  mjd  (eg. 52320)
  • trunk/MagicSoft/Mars/mbase/MTime.h

    r3920 r3967  
    7575    void Now();
    7676
    77     Bool_t   Set(UInt_t mjd, ULong_t ms, UInt_t ns=0);
    7877    Bool_t   Set(UShort_t y, Byte_t m, Byte_t d, Byte_t h=13, Byte_t min=0, Byte_t s=0, UShort_t ms=0, UInt_t ns=0);
    7978    void     Set(const struct timeval &tv);
     
    8382    void     SetCT1Time(UInt_t mjd, UInt_t t1, UInt_t t0);
    8483    Bool_t   UpdMagicTime(Byte_t h, Byte_t m, Byte_t s, UInt_t ns);
     84    Bool_t   SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns=0);
    8585    void     SetMjd(Double_t m);
    8686    Double_t GetMjd() const;
Note: See TracChangeset for help on using the changeset viewer.