Ignore:
Timestamp:
06/03/03 17:45:39 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.h

    r2153 r2158  
    1010#ifndef ROOT_TArrayF
    1111#include <TArrayF.h>
     12#endif
     13#ifndef ROOT_TArrayI
     14#include <TArrayI.h>
    1215#endif
    1316#ifndef ROOT_TClonesArray
     
    4043    Float_t        fRange;       // the range in millimeters of the present geometry
    4144
    42     Int_t          fColors[50];
     45    TArrayI        fColors;
    4346
    4447    TArrow        *fArrowX;      // Coordinate System
     
    5861
    5962    TBox  *GetBox(Int_t i)  { return (TBox*) fLegend->At(i); }
    60     TText *GetText(Int_t i) { return (TText*)fLegText->At(i); }
    6163
    6264    MHexagon &operator[](int i) { return *((MHexagon*)fPixels->At(i)); }
Note: See TracChangeset for help on using the changeset viewer.