DUNE-DAQ / readout

This package contains Upstream DAQ Readout specific software and utilities, appfwk DAQModules, CCM interface implementations, and software emulators.
2 stars 1 forks source link

Need to multiply hit time-over-threshold by `clocksPerTPCTick` #116

Closed philiprodrigues closed 3 years ago

philiprodrigues commented 3 years ago

In this line:

https://github.com/DUNE-DAQ/readout/blob/c5a150b3c5dcc825873c2c0755184e7ad6b36f80/src/wib/WIBFrameProcessor.hpp#L399

The TriggerPrimitive time_over_threshold should be in timing-system ticks, but hit_tover is in TPC ticks, so there needs to be a multiply by clocksPerTPCTick.

roland-sipos commented 3 years ago

multiply added in bf9fed9