Skip to content

removed the need for ToolHandle<IAlgTool> specialization

Marco Clemencic requested to merge clemenci/Gaudi:GAUDI-1127 into master

Modified the implementation of BaseToolHandle so that the retrieve method can be implemented without conflicting with the retrieve method of ToolHandle with T=IAlgTool.

This, BTW, fixes GAUDI-1127.

See CFHEP-177 and merge request !10 (merged).

Merge request reports