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