source: trunk/Cosy/gui/MGStarg.h@ 12603

Last change on this file since 12603 was 7790, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 790 bytes
Line 
1#ifndef COSY_MGStarg
2#define COSY_MGStarg
3
4#ifndef COSY_MGAccuracy
5#include "MGAccuracy.h"
6#endif
7
8class TGraph;
9class TLine;
10class TText;
11
12class ZdAz;
13
14class MGStarg : public MGAccuracy
15{
16// TLine *fLin1;
17// TLine *fLin2;
18
19// TText *fTxt;
20
21// TLine *fBar;
22
23// TGraph *fGraph;
24
25// Double_t fTime;
26
27// void InitText();
28// void InitCross();
29// void InitBar();
30
31// void UpdateCross(Float_t x, Float_t y);
32// void UpdateText(Float_t dist);
33// void UpdateGraph(Float_t acc);
34// void Update(Float_t zd, Float_t x, Float_t y);
35
36
37public:
38 MGStarg(const TGWindow* p, const UInt_t w);
39// ~MGStarg();
40
41// virtual void DrawText();
42 void DrawHexagon();
43
44// void Update(ZdAz &pos, ZdAz &acc);
45
46 ClassDef(MGStarg, 0)
47};
48
49#endif // COSY_MGStarg
Note: See TracBrowser for help on using the repository browser.