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

Functions

 VertexTimeAlgCfg (flags, name='VertexTimeAlg', **kwargs)

Function Documentation

◆ VertexTimeAlgCfg()

python.HGTD_VertexTimeConfig.VertexTimeAlgCfg ( flags,
name = 'VertexTimeAlg',
** kwargs )

Definition at line 6 of file HGTD_VertexTimeConfig.py.

6def VertexTimeAlgCfg(flags, name='VertexTimeAlg', **kwargs):
7 acc = ComponentAccumulator()
8
9 acc.addEventAlgo(CompFactory.HGTD.VertexTimeAlg(name, **kwargs))
10 return acc