diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-06-14 13:35:19 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-06-14 13:35:19 -0500 |
commit | 5301779e9337456ff7efe97848babf456a59b5da (patch) | |
tree | 8fe46f5118d9b0d7c4bca01b032febd971d27f58 /src | |
parent | b633b9fc657abc6889d8966b28e8cf5325dfa3a3 (diff) | |
download | sddm-5301779e9337456ff7efe97848babf456a59b5da.tar.gz sddm-5301779e9337456ff7efe97848babf456a59b5da.tar.bz2 sddm-5301779e9337456ff7efe97848babf456a59b5da.zip |
forgot to add event.h
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. */ |