ATLAS Offline Software
Loading...
Searching...
No Matches
python.InDetHardScatterSelectionToolConfig Namespace Reference

Functions

 InDetHardScatterSelectionToolCfg (flags, name="InDetHardScatterSelectionTool", **kwargs)

Function Documentation

◆ InDetHardScatterSelectionToolCfg()

python.InDetHardScatterSelectionToolConfig.InDetHardScatterSelectionToolCfg ( flags,
name = "InDetHardScatterSelectionTool",
** kwargs )
Configure the InDet hard scatter selection tool

Definition at line 7 of file InDetHardScatterSelectionToolConfig.py.

7def InDetHardScatterSelectionToolCfg(flags, name="InDetHardScatterSelectionTool", **kwargs):
8 """Configure the InDet hard scatter selection tool"""
9 acc = ComponentAccumulator()
10 acc.setPrivateTools(
11 CompFactory.InDet.InDetHardScatterSelectionTool(name, **kwargs))
12 return acc