Current logic of Random TC candidate maker: - get current timestamp estimate & pass it onto create_candidate function: https://github.com/DUNE-DAQ/trigger/blob/develop/plugins/RandomTCMakerModule.cpp#L265-L270 - create candidate then created new TC with readout window 'around' this timestamp: https://github.com/DUNE-DAQ/trigger/blob/develop/plugins/RandomTCMakerModule.cpp#L205-L219 This results in readout window requests that are in the future. A better solution would be to shift the the timestamp slightly towards the past, ideally by adding a configurable offset.
Current logic of Random TC candidate maker:
https://github.com/DUNE-DAQ/trigger/blob/develop/plugins/RandomTCMakerModule.cpp#L265-L270
https://github.com/DUNE-DAQ/trigger/blob/develop/plugins/RandomTCMakerModule.cpp#L205-L219
This results in readout window requests that are in the future.
A better solution would be to shift the the timestamp slightly towards the past, ideally by adding a configurable offset.