ATLAS Offline Software
Loading...
Searching...
No Matches
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
ActsTrackParamsEstimationConfig.ActsTrackParamsEstimationToolCfg
ComponentAccumulator ActsTrackParamsEstimationToolCfg(ConfigFlags, str name="ActsTrackParamsEstimationTool", **kwargs)
Definition
ActsTrackParamsEstimationConfig.py:8
Generated on
for ATLAS Offline Software by
1.14.0