Fix calib of DAQ hits
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