Changeset 19598
- Timestamp:
- 09/02/19 20:13:05 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/macros/hawcseye/fresnellens_image.C
r19596 r19598 1 1 void fresnellens_image() 2 2 { 3 Double_t telzd = 0; // [deg] Telescope orientation Zenith Distance4 Double_t telaz = 0; // [deg] Telescope orientation Azimuth3 Double_t telzd = 0; // [deg] Telescope orientation Zenith Distance 4 Double_t telaz = 0; // [deg] Telescope orientation Azimuth 5 5 6 Double_t dzd = 0; // [deg] Relative angle of light ray Zd7 Double_t daz = 0; // [deg] Relative angle of light ray Az6 Double_t dzd = 0; // [deg] Relative angle of light ray Zd 7 Double_t daz = 0; // [deg] Relative angle of light ray Az 8 8 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! 12 11 13 12 // ---------------------------------------------- … … 47 46 MFillH fill2(&plane2, "MirrorPlane2", "FillCandidates"); 48 47 MFillH fill3(&plane3, "MirrorPlane3", "FillReflected"); 49 MFillH fill4(&plane4, "MirrorPlane4", "Fill Focal");48 MFillH fill4(&plane4, "MirrorPlane4", "FillCameraPlane"); 50 49 MFillH fillC(&planeC, "MPhotonEvent", "FillCamera"); 51 50 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 focalplane");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"); 58 57 59 58 tlist.AddToList(&fillG);
Note:
See TracChangeset
for help on using the changeset viewer.