Skip to content

CutFlowSvc: thread-checker fixes

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

Enable thread-checker for EventBookkeeperTools.

The ICutFlowSvc::registerTopFilter method has to be marked as not thread-safe as it calls other not thread-safe methods. Same for clients calling this method.

Merge request reports