diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/event.h | 5 |
1 files 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. */ |