Skip to content

TrigMonTHistSvc: add extra lock in deReg method

Frank Winklmeier requested to merge fwinkl/athena:thistsvc_lock into 23.0

The HLTMPPU implementation of MonSvc is not thread-safe. To prevent any possible issues, add an extra lock also to the deReg(const std::string&) method following what is being done for all other methods.

Maybe related to ATR-28222.

Merge request reports