ATLAS Offline Software
Tracking
Acts
ActsConfig
python
ActsTrackParamsEstimationConfig.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
ActsTrackParamsEstimationToolCfg
(ConfigFlags,
7
name: str =
"ActsTrackParamsEstimationTool"
,
8
**kwargs) -> ComponentAccumulator:
9
assert
isinstance(name, str)
10
11
acc =
ComponentAccumulator
()
12
13
# eBoundLoc0, eBoundLoc1, eBoundPhi, eBoundTheta, eBoundQOverP, eBoundTime
14
kwargs.setdefault(
'initialVarInflation'
, [1., 1., 1., 1., 1., 1.])
15
16
acc.setPrivateTools(CompFactory.ActsTrk.TrackParamsEstimationTool(name=name, **kwargs))
17
return
acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
ActsTrackParamsEstimationConfig.ActsTrackParamsEstimationToolCfg
ComponentAccumulator ActsTrackParamsEstimationToolCfg(ConfigFlags, str name="ActsTrackParamsEstimationTool", **kwargs)
Definition:
ActsTrackParamsEstimationConfig.py:6
Generated on Thu Nov 7 2024 21:09:30 for ATLAS Offline Software by
1.8.18