From f3472ab5fa5d6681b9ebbf296e80b3dfc47fa14b Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 18 Nov 2019 10:20:32 -0600 Subject: add nhit_cal to the HDF5 file --- src/hdf5_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hdf5_utils.h') 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; -- cgit