Changeset 19787 for trunk/Mars/hawc


Ignore:
Timestamp:
10/24/19 15:31:25 (5 years ago)
Author:
tbretz
Message:
Added how to simulate a point source.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/fresnellens_image.C

    r19650 r19787  
    4949    simrays.SetNameReflector("Reflector");
    5050    simrays.SetWavelengthRange(300, 890);
     51    // Use this to simulate a diffent number of photons per bunch
    5152    //simrays.SetNumPhotons(100000);
     53    // Use this to simulate a point source at distance F
     54    //simrays.SetHeight(F/1000);
    5255
    5356    MPointingPos srcpos("Source");
Note: See TracChangeset for help on using the changeset viewer.