HLT2 sequence with packing checks and checksums
Proposal of HLT2 sequence running relevant packing checks to help with debugging issues with corrupted banks out of HLT2.
After checking configuration and settings of SelectivePacker, it should be enough to just add following to any reconstruction seuqence:
from Moore.persistence import persist_line_outputs
persist_line_outputs.bind(enable_checksum=True, enable_packing_checks=True)
To be used only before full physics production as throughput drop is significant.