From 065211a83e858810f36f89d25e507dfe856c8df8 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 27 Nov 2018 16:12:15 -0600 Subject: change PSUP_REFLECTION_TIME to 80 ns See Bryce Moffat's thesis page 64. --- src/likelihood.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/likelihood.h') 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 /* 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 -- cgit