Index: trunk/MagicSoft/Mars/mreport/MReportStarguider.h
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportStarguider.h	(revision 7731)
+++ trunk/MagicSoft/Mars/mreport/MReportStarguider.h	(revision 7802)
@@ -12,4 +12,7 @@
 class MReportStarguider : public MReport
 {
+public:
+    enum { kError=0, kStandby=2, kMonitoring=4 };
+
 private:
     Double_t fDevAz;              // [arcmin] azimuth mispointing
@@ -54,4 +57,6 @@
     Double_t GetMjd() const { return fMjd; }
 
+    Bool_t IsMonitoring() const { return GetState()==kMonitoring; }
+
     void Print(Option_t *o="") const;
 
