3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
7 """Configure the jet cleaning tool"""
9 JetCleaningTool = CompFactory.JetCleaningTool
10 acc.setPrivateTools(
JetCleaningTool(name, CutLevel=cleaningLevel, JetContainer=jetdef, UseDecorations=useDecorations))
15 """Configure the event cleaning tool"""
17 EventCleaningTool = CompFactory.ECUtils.EventCleaningTool