aboutsummaryrefslogtreecommitdiff
path: root/src/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dc.h')
-rw-r--r--src/dc.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/dc.h b/src/dc.h
index c0c1791..e999235 100644
--- a/src/dc.h
+++ b/src/dc.h
@@ -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