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

Functions

ComponentAccumulator ActsTrackParamsEstimationToolCfg (ConfigFlags, str name="ActsTrackParamsEstimationTool", **kwargs)

Function Documentation

◆ ActsTrackParamsEstimationToolCfg()

ComponentAccumulator ActsTrackParamsEstimationConfig.ActsTrackParamsEstimationToolCfg ( ConfigFlags,
str name = "ActsTrackParamsEstimationTool",
** kwargs )

Definition at line 6 of file ActsTrackParamsEstimationConfig.py.

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