diff options
-rw-r--r-- | src/dc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |