Changeset 19598


Ignore:
Timestamp:
09/02/19 20:13:05 (5 years ago)
Author:
tbretz
Message:
Minor improvements:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/macros/hawcseye/fresnellens_image.C

    r19596 r19598  
    11void fresnellens_image()
    22{
    3     Double_t telzd = 0;     // [deg] Telescope orientation Zenith Distance
    4     Double_t telaz = 0;     // [deg] Telescope orientation Azimuth
     3    Double_t telzd = 0;      // [deg] Telescope orientation Zenith Distance
     4    Double_t telaz = 0;      // [deg] Telescope orientation Azimuth
    55
    6     Double_t dzd   = 0;     // [deg] Relative angle of light ray Zd
    7     Double_t daz   = 0;     // [deg] Relative angle of light ray Az
     6    Double_t dzd   = 0;      // [deg] Relative angle of light ray Zd
     7    Double_t daz   = 0;      // [deg] Relative angle of light ray Az
    88
    9     Double_t psf   = 10;    // [mm]  Point-spread-function
    10 
    11     Double_t F     = 0.502; // [m]   Distance of cemera to Lens
     9    Double_t F     = 0.5021; // [m]   Distance of camera to lens
     10    //                       // This is different from F in MFresnelLens!
    1211
    1312    // ----------------------------------------------
     
    4746    MFillH fill2(&plane2, "MirrorPlane2", "FillCandidates");
    4847    MFillH fill3(&plane3, "MirrorPlane3", "FillReflected");
    49     MFillH fill4(&plane4, "MirrorPlane4", "FillFocal");
     48    MFillH fill4(&plane4, "MirrorPlane4", "FillCameraPlane");
    5049    MFillH fillC(&planeC, "MPhotonEvent", "FillCamera");
    5150
    52     fillG.SetNameTab("Ground",     "Photon distribution at ground");
    53     fill0.SetNameTab("LensIn",     "Photon distribution at plane of lens hit surface");
    54     fill2.SetNameTab("Candidates", "*Can hit* photon distribution at reflector plane w/ camera shadow");
    55     fill3.SetNameTab("LensOut",    "Photon distribution at plane output surface");
    56     fill4.SetNameTab("FocalPlane", "Photon distribution at focal plane");
    57     fillC.SetNameTab("Camera",     "Photon distribution which hit a sensor in the focal plane");
     51    fillG.SetNameTab("Ground",      "Photon distribution at ground");
     52    fill0.SetNameTab("LensIn",      "Photon distribution at plane of lens hit surface");
     53    fill2.SetNameTab("Candidates",  "*Can hit* photon distribution at reflector plane w/ camera shadow");
     54    fill3.SetNameTab("LensOut",     "Photon distribution at plane output surface");
     55    fill4.SetNameTab("CameraPlane", "Photon distribution at camera plane");
     56    fillC.SetNameTab("Camera",      "Photon distribution which hit a sensor in the focal plane");
    5857
    5958    tlist.AddToList(&fillG);
Note: See TracChangeset for help on using the changeset viewer.