From 5301779e9337456ff7efe97848babf456a59b5da Mon Sep 17 00:00:00 2001 From: tlatorre Date: Fri, 14 Jun 2019 13:35:19 -0500 Subject: forgot to add event.h --- src/event.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/event.h b/src/event.h index 0f1efce..70b8898 100644 --- a/src/event.h +++ b/src/event.h @@ -21,8 +21,9 @@ #include "pmt.h" /* Bitmasks for the various PMT flags. */ -#define PMT_FLAG_DIS 0x1 -#define PMT_FLAG_DQXX 0x2 +#define PMT_FLAG_DIS 0x1 +#define PMT_FLAG_DQXX 0x2 +#define PMT_FLAG_CHARGE 0x4 /* PMT charge status word is non-zero, which means both QHS and QLX are either bad or railed. */ /* Struct to hold all data from a single event used for fitting. */ -- cgit