- Timestamp:
- 07/05/10 14:21:45 (14 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9605 r9606 19 19 -*-*- END OF LINE -*-*- 20 20 21 2010/07/05 Thomas Bretz 22 23 * mraw/MRawRunHeader.h: 24 - added missing SetFileNumber 25 26 27 21 28 2010/07/02 Daniela Dorner 22 29 -
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r9542 r9606 109 109 void SetRunType(UShort_t type) { fRunType=type; } 110 110 void SetRunInfo(UShort_t tel, UInt_t run, UInt_t file=0); 111 void SetFileNumber(UInt_t file) { fFileNumber=file; } 111 112 void SetSourceInfo(const TString src, char epoch='J', UShort_t date=2000); 112 113 void SetRunTime(const MTime &start, const MTime &end);
Note:
See TracChangeset
for help on using the changeset viewer.