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