Ignore:
Timestamp:
02/13/02 16:40:37 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1082 r1216  
    4949// are deleted when the corresponding array is deleted.
    5050//
    51 MGeomCam::MGeomCam(UInt_t npix, const char *name, const char *title)
    52     : fNumPixels(npix)
     51MGeomCam::MGeomCam(UInt_t npix, Float_t dist, const char *name, const char *title)
     52    : fNumPixels(npix), fCamDist(dist), fMm2Deg(kRad2Deg/(dist*1000))
    5353{
    5454    fName  = name  ? name  : "MGeomCam";
Note: See TracChangeset for help on using the changeset viewer.