Feature #20816
Provide facility for experiments to decide how to set art event number and timestamp
Start date:
09/12/2018
Due date:
% Done:
0%
Estimated time:
Experiment:
-
Co-Assignees:
Description
Currently, the art event number and timestamp are set to the RawEventHeader event_number and time(0), respectively. We have thought of several different schemes for setting these numbers, but it would be nice to be able to provide an easy way for experiments to change these values. Since SharedMemoryReader already uses function templates, it might be possible to set it up so that there is a default behavior that experiments can override in their input source.
History
#1 Updated by Eric Flumerfelt over 2 years ago
- Status changed from New to Work in progress
- Assignee set to Eric Flumerfelt
Candidate change on artdaq:feature/SharedMemoryReader_CustomTimestampEventIDFunctions and artdaq_demo:feature/SharedMemoryReader_CustomTimestampEventIDFunctions. Needs testing.