diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-11-27 16:07:56 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-11-27 16:07:56 -0600 |
commit | a0c1f4560325311558eedf39bd191ddaad182367 (patch) | |
tree | 90b4cf850ce5f0f3f8436cf3f8a6cc03103826f2 /src/.gitignore | |
parent | 44a346b9137cb26e5b54a7e77f4d2fc0d594774d (diff) | |
download | sddm-a0c1f4560325311558eedf39bd191ddaad182367.tar.gz sddm-a0c1f4560325311558eedf39bd191ddaad182367.tar.bz2 sddm-a0c1f4560325311558eedf39bd191ddaad182367.zip |
add rayleigh scattering
This commit adds Rayleigh scattering to the likelihood function. The Rayleigh
scattering lengths come from rsp_rayleigh.dat from SNOMAN which only includes
photons which scattered +/- 10 ns around the prompt peak. The fraction of light
which scatters is treated the same in the likelihood as reflected light, i.e.
it is uniform across all the PMTs in the detector and the time PDF is assumed
to be a constant for a fixed amount of time after the prompt peak.
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index e87f8da..f613ee3 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -8,3 +8,4 @@ test-charge test-path release.h calculate-csda-range +test-time-pdf |