Changeset 7802 for trunk/MagicSoft/Mars
- Timestamp:
- 07/26/06 10:42:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportStarguider.h
r7726 r7802 12 12 class MReportStarguider : public MReport 13 13 { 14 public: 15 enum { kError=0, kStandby=2, kMonitoring=4 }; 16 14 17 private: 15 18 Double_t fDevAz; // [arcmin] azimuth mispointing … … 54 57 Double_t GetMjd() const { return fMjd; } 55 58 59 Bool_t IsMonitoring() const { return GetState()==kMonitoring; } 60 56 61 void Print(Option_t *o="") const; 57 62
Note:
See TracChangeset
for help on using the changeset viewer.