Skip to content

added new interface for const generic tools

Marco Clemencic requested to merge lhcb/Gaudi:const-generic-tool into master

Added IGenericThreadSafeTool interface for tools that can provide a const execute() method.

A tool implementing IGenericThreadSafeTool can be used where IGenericTool is expected.

Merge request reports