diff options
Diffstat (limited to 'src/dc.h')
-rw-r--r-- | src/dc.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -71,10 +71,9 @@ /* Minimum number of OWL PMTs which must be hit to be tagged as an incoming * muon. */ #define MUON_MIN_OWL_NHIT 5 -/* Minimum value for the maximum OWL QHS value. */ -#define MUON_OWL_QHS 20.0 -/* Percentile of PSUP PMT times to define early OWL hits. */ -#define MUON_OWL_TIME_PERCENTILE 0.1 +/* Maximum distance between OWL and normal PMTs when computing the median time + * and charge. */ +#define MUON_OWL_NEARBY_DISTANCE 300.0 /* QvNHIT ratio threshold. */ #define QRATIO_THRESHOLD 0.25 |