- Timestamp:
- 10/23/01 15:44:01 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGeomCam.h
r974 r975 19 19 private: 20 20 UInt_t fNumPixels; // Number of pixels in this camera 21 Float_t fMaxRadius; // maximum radius of the camera 21 Float_t fMaxRadius; // maximum radius of the camera (eg. for GUI layout) 22 22 23 TObjArray *fPixels; 23 TObjArray *fPixels; // Array of singel pixels storing the geometry 24 24 25 25 protected: -
trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc
r963 r975 53 53 CreateCam(); 54 54 CreateNN(); 55 CalcMaxRadius(); 55 56 } 56 57 -
trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc
r963 r975 50 50 CreateCam(); 51 51 CreateNN(); 52 CalcMaxRadius(); 52 53 } 53 54
Note:
See TracChangeset
for help on using the changeset viewer.