Index: trunk/Mars/mgeom/MGeomCamFAMOUS.cc
===================================================================
--- trunk/Mars/mgeom/MGeomCamFAMOUS.cc	(revision 19545)
+++ trunk/Mars/mgeom/MGeomCamFAMOUS.cc	(revision 19546)
@@ -71,11 +71,13 @@
 Bool_t MGeomCamFAMOUS::HitFrame(MQuaternion p, const MQuaternion &u) const
 {
+    // It's a lens, there is no camera shadow
+
     // z is defined from the mirror (0) to the camera (z>0).
     // Thus we just propagate to the focal plane (z=fDist)
     //p -= 1700./u.Z()*u;
-    p.PropagateZ(u, GetCameraDist()*100); // m->cm
+    //p.PropagateZ(u, GetCameraDist()*100); // m->cm
 
     // Add 10% to the max radius and convert from mm to cm
-    return p.R()<GetMaxRadius()*0.11;//TMath::Abs(p.X())<65 && TMath::Abs(p.Y())<65;
+    return kFALSE;//p.R()<GetMaxRadius()*0.11;//TMath::Abs(p.X())<65 && TMath::Abs(p.Y())<65;
 }
 
