aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h
index a561a1f..0f1efce 100644
--- a/src/event.h
+++ b/src/event.h
@@ -28,7 +28,11 @@
typedef struct pmt_hit {
int hit;
+ float ept;
float t;
+ float ehl;
+ float ehs;
+ float elx;
float qhl;
float qhs;
float qlx;
@@ -36,6 +40,7 @@ typedef struct pmt_hit {
uint16_t qihs;
uint16_t qilx;
int flags;
+ int pf;
} pmt_hit;
typedef struct event {