diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h index 64e8df1..60bdbf7 100644 --- a/src/event.h +++ b/src/event.h @@ -4,6 +4,10 @@ #include <stdint.h> #include "pmt.h" +/* Bitmasks for the various PMT flags. */ +#define PMT_FLAG_DIS 0x1 +#define PMT_FLAG_DQXX 0x2 + /* Struct to hold all data from a single event used for fitting. */ typedef struct pmt_hit { |