Changeset 1216 for trunk/MagicSoft/Mars/mgui/MGeomCam.cc
- Timestamp:
- 02/13/02 16:40:37 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGeomCam.cc
r1082 r1216 49 49 // are deleted when the corresponding array is deleted. 50 50 // 51 MGeomCam::MGeomCam(UInt_t npix, const char *name, const char *title)52 : fNumPixels(npix) 51 MGeomCam::MGeomCam(UInt_t npix, Float_t dist, const char *name, const char *title) 52 : fNumPixels(npix), fCamDist(dist), fMm2Deg(kRad2Deg/(dist*1000)) 53 53 { 54 54 fName = name ? name : "MGeomCam";
Note:
See TracChangeset
for help on using the changeset viewer.