-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request