From a0c1f4560325311558eedf39bd191ddaad182367 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 27 Nov 2018 16:07:56 -0600 Subject: 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. --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'src/.gitignore') 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 -- cgit