diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-11-18 10:20:32 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-11-18 10:20:32 -0600 |
commit | f3472ab5fa5d6681b9ebbf296e80b3dfc47fa14b (patch) | |
tree | 0a7f5cb59d96df285254f3f8812eb043eaa65c1c /src/hdf5_utils.h | |
parent | 0711635a7449707c4e77ff1073856781aa309995 (diff) | |
download | sddm-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.h | 1 |
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; |