Ignore:
Timestamp:
03/08/04 17:29:04 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc

    r3387 r3442  
    145145        return light;
    146146
    147     // calculate distance to the camera
     147    // calculate distance to the camera (stretch vector such, that
     148    // its Z component is the distance between the camera and
     149    // the mirror
    148150    const TVector3 &pos = GetMirrorCenter();
    149151    const Double_t d = (dist - pos.Z()) / light.Z();
Note: See TracChangeset for help on using the changeset viewer.