Changeset 9317 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 02/11/09 12:36:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.h
r9309 r9317 105 105 void InitCamera(UShort_t type, UShort_t pix=0); 106 106 void InitPixels(UShort_t pix) { InitCamera((UShort_t)-1, pix); } 107 void SetRunInfo(UShort_t type, UShort_t tel, UInt_t run, UInt_t file=0); 108 void SetSourceInfo(const char src[80], char epoch='J', UShort_t date=2000); 107 void SetRunType(UShort_t type) { fRunType=type; } 108 void SetRunInfo(UShort_t tel, UInt_t run, UInt_t file=0); 109 void SetSourceInfo(const TString src, char epoch='J', UShort_t date=2000); 109 110 void SetRunTime(const MTime &start, const MTime &end); 110 111 void SetRunTimeMjd(Float_t start, Float_t stop) { fRunStart.SetMjd(start); fRunStop.SetMjd(stop); } 111 void SetObservation(const char mode[60], const char proj[100]);112 void SetObservation(const TString mode, const TString proj); 112 113 void SetNumEvents(UInt_t num); 113 114 void SetValidMagicNumber() { fMagicNumber=kMagicNumber; }
Note:
See TracChangeset
for help on using the changeset viewer.