Ignore:
Timestamp:
10/23/01 16:00:30 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r977 r978  
    2121{
    2222private:
    23     Bool_t         fAutoScale;   //  indicating the autoscale function
     23    Bool_t         fAutoScale;   // indicating the autoscale function
    2424
    25     UInt_t         fNumPixels;
    26     Int_t          fRange;
     25    UInt_t         fNumPixels;   // number of pixels in the present geometry
     26    Int_t          fRange;       // the range in millimeters of the present geometry
    2727
    28     TClonesArray  *fPixels;
     28    Float_t        fMinPhe;      // The minimal number of Phe
     29    Float_t        fMaxPhe;      // The maximum number of Phe
    2930
    30     Float_t        fMinPhe;      //  The minimal number of Phe
    31     Float_t        fMaxPhe;      //  The maximum number of Phe
     31    TClonesArray  *fPixels;      // array of all hexagons
     32    TClonesArray  *fLegend;      // array of all color bars
     33    TClonesArray  *fLegText;     // array of all texts
    3234
    33     TClonesArray  *fLegend;
    34     TClonesArray  *fLegText;
     35    TVirtualPad   *fDrawingPad;  // pad in which we are drawing
    3536
    36     TVirtualPad *fDrawingPad;
    3737
    3838    TBox  *GetBox(Int_t i)  { return (TBox*) fLegend->At(i); }
Note: See TracChangeset for help on using the changeset viewer.