aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h
index c07d648..4776527 100644
--- a/src/event.h
+++ b/src/event.h
@@ -42,6 +42,8 @@ typedef struct pmt_hit {
float ehs;
/* ECA calibrated QLX (pedestal subtracted). */
float elx;
+ /* Best ECA calibrated charge (in units of EHS). */
+ float best_uncal_q;
/* Best charge. */
float q;
/* Integrated charge. */