Skip to content

Fixing concurrency issues for external event loop

Andrei Gheata requested to merge agheata/fix_ext_loop into master

This fixes cmsToyGV after being broken by the new mechanism of work stealing. It also improves basketizing efficiency by disabling flushing mode when the track population in a thread is restored within SteppingLoop. Fixes also few minor JIRA issues.

Merge request reports