Changeset 978 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 10/23/01 16:00:30 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamDisplay.h
r977 r978 21 21 { 22 22 private: 23 Bool_t fAutoScale; // 23 Bool_t fAutoScale; // indicating the autoscale function 24 24 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 27 27 28 TClonesArray *fPixels; 28 Float_t fMinPhe; // The minimal number of Phe 29 Float_t fMaxPhe; // The maximum number of Phe 29 30 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 32 34 33 TClonesArray *fLegend; 34 TClonesArray *fLegText; 35 TVirtualPad *fDrawingPad; // pad in which we are drawing 35 36 36 TVirtualPad *fDrawingPad;37 37 38 38 TBox *GetBox(Int_t i) { return (TBox*) fLegend->At(i); }
Note:
See TracChangeset
for help on using the changeset viewer.