Skip to content

xAODRootAccess: thread-safety fixes

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

Move towards making xAORRootAccess thread-safe:

  • Split the const-violating TVirtualManager::isSet interface into a const isSet and non-const create interface. (cc @akraszna)
  • Use ConcurrentStrMap in TStore for cache. (cc @ssnyder)

Relates to ATEAM-863.

Merge request reports