Pass EventContext to DataHandles (close to re-entrancy)
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