Changeset 7726 for trunk/MagicSoft/Mars/mpointing/MHPointing.h
- Timestamp:
- 05/22/06 17:51:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MHPointing.h
r7211 r7726 25 25 26 26 TGraph fNumStars; // Number of stars identified by starguider 27 TGraph fNumStarsCor; // Number of correlated stars identified by starguider 27 28 28 29 TGraph fDevZd; // Starguider deviation Zd … … 36 37 void AddPoint(TGraph &g, Double_t x, Double_t y) const; 37 38 void DrawGraph(TGraph &g, const char *y=0) const; 38 void UpdateRightAxis(TGraph &g ) const;39 void UpdateRightAxis(TGraph &g1, TGraph &g2) const; 39 40 void DrawRightAxis(const char *title) const; 40 41 … … 48 49 void Paint(Option_t *opt=""); 49 50 50 ClassDef(MHPointing, 1) // Histogram to display tracking/pointing information51 ClassDef(MHPointing, 2) // Histogram to display tracking/pointing information 51 52 }; 52 53
Note:
See TracChangeset
for help on using the changeset viewer.