ATLAS Offline Software
InDetSecVertexValidationConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory import CompFactory
5 
6 def PhysValSecVtxCfg(flags,
7  name: str = 'PhysValSecVtx',
8  **kwargs) -> ComponentAccumulator:
10  acc.setPrivateTools(CompFactory.PhysValSecVtx(name=name, **kwargs))
11  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
InDetSecVertexValidationConfig.PhysValSecVtxCfg
ComponentAccumulator PhysValSecVtxCfg(flags, str name='PhysValSecVtx', **kwargs)
Definition: InDetSecVertexValidationConfig.py:6