Index: /trunk/Mars/macros/hawcseye/fresnellens_image.C
===================================================================
--- /trunk/Mars/macros/hawcseye/fresnellens_image.C	(revision 19597)
+++ /trunk/Mars/macros/hawcseye/fresnellens_image.C	(revision 19598)
@@ -1,13 +1,12 @@
 void fresnellens_image()
 {
-    Double_t telzd = 0;     // [deg] Telescope orientation Zenith Distance
-    Double_t telaz = 0;     // [deg] Telescope orientation Azimuth
+    Double_t telzd = 0;      // [deg] Telescope orientation Zenith Distance
+    Double_t telaz = 0;      // [deg] Telescope orientation Azimuth
 
-    Double_t dzd   = 0;     // [deg] Relative angle of light ray Zd
-    Double_t daz   = 0;     // [deg] Relative angle of light ray Az
+    Double_t dzd   = 0;      // [deg] Relative angle of light ray Zd
+    Double_t daz   = 0;      // [deg] Relative angle of light ray Az
 
-    Double_t psf   = 10;    // [mm]  Point-spread-function
-
-    Double_t F     = 0.502; // [m]   Distance of cemera to Lens
+    Double_t F     = 0.5021; // [m]   Distance of camera to lens
+    //                       // This is different from F in MFresnelLens!
 
     // ----------------------------------------------
@@ -47,13 +46,13 @@
     MFillH fill2(&plane2, "MirrorPlane2", "FillCandidates");
     MFillH fill3(&plane3, "MirrorPlane3", "FillReflected");
-    MFillH fill4(&plane4, "MirrorPlane4", "FillFocal");
+    MFillH fill4(&plane4, "MirrorPlane4", "FillCameraPlane");
     MFillH fillC(&planeC, "MPhotonEvent", "FillCamera");
 
-    fillG.SetNameTab("Ground",     "Photon distribution at ground");
-    fill0.SetNameTab("LensIn",     "Photon distribution at plane of lens hit surface");
-    fill2.SetNameTab("Candidates", "*Can hit* photon distribution at reflector plane w/ camera shadow");
-    fill3.SetNameTab("LensOut",    "Photon distribution at plane output surface");
-    fill4.SetNameTab("FocalPlane", "Photon distribution at focal plane");
-    fillC.SetNameTab("Camera",     "Photon distribution which hit a sensor in the focal plane");
+    fillG.SetNameTab("Ground",      "Photon distribution at ground");
+    fill0.SetNameTab("LensIn",      "Photon distribution at plane of lens hit surface");
+    fill2.SetNameTab("Candidates",  "*Can hit* photon distribution at reflector plane w/ camera shadow");
+    fill3.SetNameTab("LensOut",     "Photon distribution at plane output surface");
+    fill4.SetNameTab("CameraPlane", "Photon distribution at camera plane");
+    fillC.SetNameTab("Camera",      "Photon distribution which hit a sensor in the focal plane");
 
     tlist.AddToList(&fillG);
