Ignore:
Timestamp:
10/23/01 15:44:01 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
3 edited

Legend:

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

    r974 r975  
    1919private:
    2020    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)
    2222
    23     TObjArray *fPixels;         // Array of singel pixels storing the geometry
     23    TObjArray *fPixels;   // Array of singel pixels storing the geometry
    2424
    2525protected:
  • trunk/MagicSoft/Mars/mgui/MGeomCamCT1.cc

    r963 r975  
    5353    CreateCam();
    5454    CreateNN();
     55    CalcMaxRadius();
    5556}
    5657
  • trunk/MagicSoft/Mars/mgui/MGeomCamMagic.cc

    r963 r975  
    5050    CreateCam();
    5151    CreateNN();
     52    CalcMaxRadius();
    5253}
    5354
Note: See TracChangeset for help on using the changeset viewer.