From 40809e5e56cfdd8f18f231121330be790705747e Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 2 Oct 2018 13:55:32 -0500 Subject: update MIN_THETA0 to 0.02 --- src/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path.h') diff --git a/src/path.h b/src/path.h index 449088f..6c71a0a 100644 --- a/src/path.h +++ b/src/path.h @@ -12,7 +12,7 @@ * distribution such that it effectively averages across the face of a PMT. * * FIXME: Should do some tests to figure out what is the best value. */ -#define MIN_THETA0 0.01 +#define MIN_THETA0 0.02 typedef double getKineticEnergyFunc(double x, void *params); -- cgit