Skip to content

xAODRootAccess: make TEventFormatRegistry thread-safe

Frank Winklmeier requested to merge fwinkl/athena:xaodra into master

Make the TEventFormatRegistry thread-safe/const by locking access to the internal map. The user is responsible for not filling the same EventFormat object from multiple threads.

Relates to ATEAM-863.

Merge request reports