ATLAS Offline Software
Functions
python.InDetHardScatterSelectionToolConfig Namespace Reference

Functions

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

Function Documentation

◆ InDetHardScatterSelectionToolCfg()

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

Definition at line 7 of file InDetHardScatterSelectionToolConfig.py.

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