Skip to content

Better handling of SPIDR triggers

Eric Buschmann requested to merge ebuschma/corryvreckan:spidr_fix into master

This MR adds hardware trigger numbers to the SpidrSignal class. We observe missing SPIDR triggers from dropped ethernet packets, which can be identified by looking at the hardware trigger counters.

This also fixes an issue in EventLoaderTimepix3, where the trigger timestamp is not taken into account when matching triggers to events and the trigger is always assigned to the current event instead.

Merge request reports