aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5_utils.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-11-18 10:20:32 -0600
committertlatorre <tlatorre@uchicago.edu>2019-11-18 10:20:32 -0600
commitf3472ab5fa5d6681b9ebbf296e80b3dfc47fa14b (patch)
tree0a7f5cb59d96df285254f3f8812eb043eaa65c1c /src/hdf5_utils.h
parent0711635a7449707c4e77ff1073856781aa309995 (diff)
downloadsddm-f3472ab5fa5d6681b9ebbf296e80b3dfc47fa14b.tar.gz
sddm-f3472ab5fa5d6681b9ebbf296e80b3dfc47fa14b.tar.bz2
sddm-f3472ab5fa5d6681b9ebbf296e80b3dfc47fa14b.zip
add nhit_cal to the HDF5 file
Diffstat (limited to 'src/hdf5_utils.h')
-rw-r--r--src/hdf5_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5_utils.h b/src/hdf5_utils.h
index 25d8757..03ef6ae 100644
--- a/src/hdf5_utils.h
+++ b/src/hdf5_utils.h
@@ -27,6 +27,7 @@ typedef struct HDF5Event {
int evn;
double gtr;
int nhit;
+ int nhit_cal;
uint32_t gtid;
uint32_t trg_type;
uint32_t dc;