| Line |  | 
|---|
| 1 | #ifndef COSY_MGStarg | 
|---|
| 2 | #define COSY_MGStarg | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef COSY_MGAccuracy | 
|---|
| 5 | #include "MGAccuracy.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class TGraph; | 
|---|
| 9 | class TLine; | 
|---|
| 10 | class TText; | 
|---|
| 11 |  | 
|---|
| 12 | class ZdAz; | 
|---|
| 13 |  | 
|---|
| 14 | class 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 |  | 
|---|
| 37 | public: | 
|---|
| 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.