aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dc.c b/src/dc.c
index 0dadfc7..276d0e5 100644
--- a/src/dc.c
+++ b/src/dc.c
@@ -580,11 +580,11 @@ int is_neck_event(event *ev)
switch (pmts[i].pmt_type) {
case PMT_NECK:
+ n += 1;
+
/* Require good calibrations. */
if (ev->pmt_hits[i].ept <= -100) break;
- n += 1;
-
/* FIXME: The SNOMAN companion says "Early if defined by the neck
* tube having an ECA time 70ns or more before the average ECA time
* of the PSUP PMTS with z les than 0." When does this change take