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 b530347..64e8df1 100644 --- a/src/event.h +++ b/src/event.h @@ -12,12 +12,16 @@ typedef struct pmt_hit { float qhl; float qhs; float qlx; + uint16_t qihl; + uint16_t qihs; + uint16_t qilx; int flags; } pmt_hit; typedef struct event { int run; uint32_t gtid; + int nhit; pmt_hit pmt_hits[MAX_PMTS]; } event; |