Ignore:
Timestamp:
06/12/08 17:56:54 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTime.cc

    r8907 r8946  
    827827}
    828828
     829Bool_t MTime::SetBinary(const UInt_t t[6])
     830{
     831    return Set(t[0], t[1], t[2], t[3], t[4], t[5], 0);
     832}
     833
    829834istream &MTime::ReadBinary(istream &fin)
    830835{
  • trunk/MagicSoft/Mars/mbase/MTime.h

    r8907 r8946  
    9898    void     SetCorsikaTime(Float_t time);
    9999    Bool_t   SetStringFmt(const char *time, const char *fmt, const char *loc=0);
     100    Bool_t   SetBinary(const UInt_t t[6]);
    100101    Bool_t   UpdMagicTime(Byte_t h, Byte_t m, Byte_t s, UInt_t ns);
    101102    Bool_t   SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns=0);
Note: See TracChangeset for help on using the changeset viewer.