diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h index 1c349e3..1f669b4 100644 --- a/src/event.h +++ b/src/event.h @@ -40,6 +40,8 @@ typedef struct pmt_hit { float ehs; /* ECA calibrated QLX (pedestal subtracted). */ float elx; + /* Best charge. */ + float q; /* Integrated charge. */ float qhl; /* Short-time integrated charge. */ |