Skip to content

Fix calib of DAQ hits

Tamas Gal requested to merge fix-calib-of-daq-hits into master

Numba chokes on the time field of snapshot and triggered hits because it's big endian. This patch reinterprets the struct to have little endian fields only.

@adomi this fixes the current constant crash of your triggered_hits.py script in the ARCA monitoring.

also ping @fbenfenati

Merge request reports