diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-11-27 16:15:47 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-11-27 16:15:47 -0600 |
commit | 22090220988bd7d5631481c5b4cbfa2f95c11131 (patch) | |
tree | 6ebf64907c669e539b424f2e17dc547ba7d2e457 /src/likelihood.h | |
parent | 065211a83e858810f36f89d25e507dfe856c8df8 (diff) | |
download | sddm-22090220988bd7d5631481c5b4cbfa2f95c11131.tar.gz sddm-22090220988bd7d5631481c5b4cbfa2f95c11131.tar.bz2 sddm-22090220988bd7d5631481c5b4cbfa2f95c11131.zip |
add separate CHARGE_FRACTION variables for electrons and muons
Diffstat (limited to 'src/likelihood.h')
-rw-r--r-- | src/likelihood.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/likelihood.h b/src/likelihood.h index f06695c..be003d3 100644 --- a/src/likelihood.h +++ b/src/likelihood.h @@ -30,7 +30,8 @@ #define MIN_RATIO_FAST -2 /* The fraction of reflected light which is detected. */ -#define CHARGE_FRACTION 0.5 +#define CHARGE_FRACTION_ELECTRON 0.4 +#define CHARGE_FRACTION_MUON 0.5 /* Dark rate of the PMTs (Hz). * |