From 2ef4619bb38e02a5a57cacad0759f0a918ded112 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 23 Mar 2019 14:09:17 -0500 Subject: set CHARGE_FRACTION to 0.4 for both electrons and muons --- src/likelihood.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/likelihood.h') diff --git a/src/likelihood.h b/src/likelihood.h index de12f7c..691a606 100644 --- a/src/likelihood.h +++ b/src/likelihood.h @@ -46,8 +46,7 @@ #define MIN_RATIO_FAST -2 /* The fraction of reflected light which is detected. */ -#define CHARGE_FRACTION_ELECTRON 0.4 -#define CHARGE_FRACTION_MUON 0.5 +#define CHARGE_FRACTION 0.4 /* Dark rate of the PMTs (Hz). * -- cgit