Skip to content

DictLoaderSvc: Make load_type thread-safe

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

Switch to using RootType::ByNameNoQuiet in load_type in order to make this method thread-safe. In case of a missing dictionary, ROOT would now print an error message, which we do not expect to happen.

This makes TrigSerializeTP thread-safe (ATR-21733).

Merge request reports