3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
7 """Configure the tau selection tool"""
9 TauSelectionTool = CompFactory.TauAnalysisTools.TauSelectionTool
10 acc.setPrivateTools(TauSelectionTool(name, **kwargs))
15 tool = CompFactory.TauAnalysisTools.TauTruthMatchingTool(name, **kwargs)
16 acc.setPrivateTools(tool)