Changeset 8946 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/12/08 17:56:54 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.cc
r8907 r8946 827 827 } 828 828 829 Bool_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 829 834 istream &MTime::ReadBinary(istream &fin) 830 835 { -
trunk/MagicSoft/Mars/mbase/MTime.h
r8907 r8946 98 98 void SetCorsikaTime(Float_t time); 99 99 Bool_t SetStringFmt(const char *time, const char *fmt, const char *loc=0); 100 Bool_t SetBinary(const UInt_t t[6]); 100 101 Bool_t UpdMagicTime(Byte_t h, Byte_t m, Byte_t s, UInt_t ns); 101 102 Bool_t SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns=0);
Note:
See TracChangeset
for help on using the changeset viewer.