JeffersonLab / JANA2

Multi-threaded HENP Event Reconstruction
https://jeffersonlab.github.io/JANA2/
Other
6 stars 9 forks source link

Allow modifying `m_ticker_interval` #228

Closed wdconinc closed 1 year ago

wdconinc commented 1 year ago

The m_ticker_interval is hard-coded to 500 ms without any way to change it. For production jobs of several hours, this fills the logs with not so useful lines. We would like to set this to a longer value (e.g. every 1 minute), or set it to a value based on the number of events (e.g. every 100 events).