- Timestamp:
- 06/04/19 10:29:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mgeom/MGeomCamFAMOUS.cc
r18785 r19546 71 71 Bool_t MGeomCamFAMOUS::HitFrame(MQuaternion p, const MQuaternion &u) const 72 72 { 73 // It's a lens, there is no camera shadow 74 73 75 // z is defined from the mirror (0) to the camera (z>0). 74 76 // Thus we just propagate to the focal plane (z=fDist) 75 77 //p -= 1700./u.Z()*u; 76 p.PropagateZ(u, GetCameraDist()*100); // m->cm78 //p.PropagateZ(u, GetCameraDist()*100); // m->cm 77 79 78 80 // Add 10% to the max radius and convert from mm to cm 79 return p.R()<GetMaxRadius()*0.11;//TMath::Abs(p.X())<65 && TMath::Abs(p.Y())<65;81 return kFALSE;//p.R()<GetMaxRadius()*0.11;//TMath::Abs(p.X())<65 && TMath::Abs(p.Y())<65; 80 82 } 81 83
Note:
See TracChangeset
for help on using the changeset viewer.