xAODRootAccess: make TEventFormatRegistry thread-safe
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.