Changeset 2158 for trunk/MagicSoft/Mars/mgui/MCamDisplay.h
- Timestamp:
- 06/03/03 17:45:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.h
r2153 r2158 10 10 #ifndef ROOT_TArrayF 11 11 #include <TArrayF.h> 12 #endif 13 #ifndef ROOT_TArrayI 14 #include <TArrayI.h> 12 15 #endif 13 16 #ifndef ROOT_TClonesArray … … 40 43 Float_t fRange; // the range in millimeters of the present geometry 41 44 42 Int_t fColors[50];45 TArrayI fColors; 43 46 44 47 TArrow *fArrowX; // Coordinate System … … 58 61 59 62 TBox *GetBox(Int_t i) { return (TBox*) fLegend->At(i); } 60 TText *GetText(Int_t i) { return (TText*)fLegText->At(i); }61 63 62 64 MHexagon &operator[](int i) { return *((MHexagon*)fPixels->At(i)); }
Note:
See TracChangeset
for help on using the changeset viewer.