ATLAS Offline Software
Loading...
Searching...
No Matches
InDetSecVertexValidationConfig Namespace Reference

Functions

ComponentAccumulator PhysValSecVtxCfg (flags, str name='PhysValSecVtx', **kwargs)

Function Documentation

◆ PhysValSecVtxCfg()

ComponentAccumulator InDetSecVertexValidationConfig.PhysValSecVtxCfg ( flags,
str name = 'PhysValSecVtx',
** kwargs )

Definition at line 6 of file InDetSecVertexValidationConfig.py.

8 **kwargs) -> ComponentAccumulator:
9 acc = ComponentAccumulator()
10 acc.setPrivateTools(CompFactory.PhysValSecVtx(name=name, **kwargs))
11 return acc