aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-11-27 16:12:15 -0600
committertlatorre <tlatorre@uchicago.edu>2018-11-27 16:12:15 -0600
commit065211a83e858810f36f89d25e507dfe856c8df8 (patch)
tree4a8de23255d327ed62e1467362d8ece3b83f74b6 /src
parenta0c1f4560325311558eedf39bd191ddaad182367 (diff)
downloadsddm-065211a83e858810f36f89d25e507dfe856c8df8.tar.gz
sddm-065211a83e858810f36f89d25e507dfe856c8df8.tar.bz2
sddm-065211a83e858810f36f89d25e507dfe856c8df8.zip
change PSUP_REFLECTION_TIME to 80 ns
See Bryce Moffat's thesis page 64.
Diffstat (limited to 'src')
-rw-r--r--src/likelihood.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/likelihood.h b/src/likelihood.h
index e888d0a..f06695c 100644
--- a/src/likelihood.h
+++ b/src/likelihood.h
@@ -4,7 +4,7 @@
#include "event.h"
#include <stddef.h> /* for size_t */
-#define PSUP_REFLECTION_TIME 120.0
+#define PSUP_REFLECTION_TIME 80.0
/* Minimum number of points in the track integral. */
#define MIN_NPOINTS 100