ATLAS Offline Software
HighGranularityTimingDetector
HGTD_Config
python
HGTD_VertexTimeConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
6
def
VertexTimeAlgCfg
(flags, name='VertexTimeAlg', **kwargs):
7
acc =
ComponentAccumulator
()
8
9
acc.addEventAlgo(CompFactory.HGTD.VertexTimeAlg(name, **kwargs))
10
return
acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
python.HGTD_VertexTimeConfig.VertexTimeAlgCfg
def VertexTimeAlgCfg(flags, name='VertexTimeAlg', **kwargs)
Definition:
HGTD_VertexTimeConfig.py:6
Generated on Thu Nov 7 2024 21:16:13 for ATLAS Offline Software by
1.8.18