ATLAS Offline Software
Functions
python.InDetSecVtxTrackSelectionToolConfig Namespace Reference

Functions

def InDetSecVtxTrackSelectionToolCfg (flags, name='InDetSecVtxTrackSelectionTool', **kwargs)
 Configs for SecVtx #####. More...
 

Function Documentation

◆ InDetSecVtxTrackSelectionToolCfg()

def python.InDetSecVtxTrackSelectionToolConfig.InDetSecVtxTrackSelectionToolCfg (   flags,
  name = 'InDetSecVtxTrackSelectionTool',
**  kwargs 
)

Configs for SecVtx #####.

Definition at line 11 of file InDetSecVtxTrackSelectionToolConfig.py.

11 def InDetSecVtxTrackSelectionToolCfg(flags, name='InDetSecVtxTrackSelectionTool', **kwargs):
12 
13  acc = ComponentAccumulator()
14 
15  kwargs.setdefault("minNPixelHitsAtZeroTRT", 2)
16  kwargs.setdefault("minTotalHits", 0)
17  kwargs.setdefault("minD0", 0.1)
18 
19  acc.setPrivateTools(CompFactory.InDet.InDetSecVtxTrackSelectionTool(name, **kwargs))
20  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.InDetSecVtxTrackSelectionToolConfig.InDetSecVtxTrackSelectionToolCfg
def InDetSecVtxTrackSelectionToolCfg(flags, name='InDetSecVtxTrackSelectionTool', **kwargs)
Configs for SecVtx #####.
Definition: InDetSecVtxTrackSelectionToolConfig.py:11