Changeset 1334 for trunk/MagicSoft/Mars/mgui/MGeomCam.cc
- Timestamp:
- 05/29/02 11:14:45 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGeomCam.cc
r1330 r1334 50 50 // 51 51 MGeomCam::MGeomCam(UInt_t npix, Float_t dist, const char *name, const char *title) 52 : fNumPixels(npix), fCamDist(dist), f Mm2Deg(kRad2Deg/(dist*1000))52 : fNumPixels(npix), fCamDist(dist), fConvMm2Deg(kRad2Deg/(dist*1000)) 53 53 { 54 54 fName = name ? name : "MGeomCam";
Note:
See TracChangeset
for help on using the changeset viewer.