#ifndef COSY_MGStarg #define COSY_MGStarg #ifndef COSY_MGAccuracy #include "MGAccuracy.h" #endif class TGraph; class TLine; class TText; class ZdAz; class MGStarg : public MGAccuracy { // TLine *fLin1; // TLine *fLin2; // TText *fTxt; // TLine *fBar; // TGraph *fGraph; // Double_t fTime; // void InitText(); // void InitCross(); // void InitBar(); // void UpdateCross(Float_t x, Float_t y); // void UpdateText(Float_t dist); // void UpdateGraph(Float_t acc); // void Update(Float_t zd, Float_t x, Float_t y); public: MGStarg(const TGWindow* p, const UInt_t w); // ~MGStarg(); // virtual void DrawText(); void DrawHexagon(); // void Update(ZdAz &pos, ZdAz &acc); ClassDef(MGStarg, 0) }; #endif // COSY_MGStarg