Changeset 2674 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 12/15/03 15:41:15 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.h
r2521 r2674 31 31 32 32 protected: 33 void CalcPixRatio();34 33 void CalcMaxRadius(); 35 34 void CalcNumSectors(); … … 49 48 50 49 virtual TObject *Clone(const char *newname=NULL) const; 50 51 void CalcPixRatio(); 52 // FIXME, workaround: this function is made public just to allow 53 // the use of some camera files from the 0.7 beta version in which the 54 // array containing pixel ratios is not initialized. 51 55 52 56 Float_t GetCameraDist() const { return fCamDist; }
Note:
See TracChangeset
for help on using the changeset viewer.