Skip to content

Pass EventContext to DataHandles (close to re-entrancy)

Stewart Martin-Haugh requested to merge smh/athena:EventContext_FTF into master

To run with multiple events in flight, need declarations like

SG::ReadHandle<Foo>(key, context);

Should have already happened in ATR-21105 but was missed. Can't easily make TrigFastTrackFinder inherit from AthReentrantAlgorithm but this should solve problems when running with multiple events in flight.

Cheers,

Stewart

Edited by Stewart Martin-Haugh

Merge request reports

Loading