ATLAS Offline Software
Loading...
Searching...
No Matches
python.SolenoidalIntersectorConfig Namespace Reference

Functions

 SolenoidalIntersectorCfg (flags, name='SolenoidalIntersector', **kwargs)

Variables

 flags = initConfigFlags()
 acc = SolenoidalIntersectorCfg (flags)
 summariseProps

Function Documentation

◆ SolenoidalIntersectorCfg()

python.SolenoidalIntersectorConfig.SolenoidalIntersectorCfg ( flags,
name = 'SolenoidalIntersector',
** kwargs )

Definition at line 7 of file SolenoidalIntersectorConfig.py.

7def SolenoidalIntersectorCfg(flags, name='SolenoidalIntersector', **kwargs):
8 result = ComponentAccumulator()
9
10 cls = CompFactory.Trk.SolenoidParametrizationCondAlg # TrkExSolenoidalIntersector
11 condalg = cls (name='SolenoidParametrizationCondAlg', AtlasFieldCacheCondObj = 'fieldCondObj',
12 WriteKey = 'SolenoidParametrization')
13 result.addCondAlgo (condalg)
14
15 kwargs.setdefault ('SolenoidParameterizationKey', 'SolenoidParametrization')
16 cls = CompFactory.Trk.SolenoidalIntersector # TrkExSolenoidalIntersector
17 tool = cls (name, **kwargs)
18 result.setPrivateTools (tool)
19 return result
20
21

Variable Documentation

◆ acc

python.SolenoidalIntersectorConfig.acc = SolenoidalIntersectorCfg (flags)

Definition at line 26 of file SolenoidalIntersectorConfig.py.

◆ flags

python.SolenoidalIntersectorConfig.flags = initConfigFlags()

Definition at line 24 of file SolenoidalIntersectorConfig.py.

◆ summariseProps

python.SolenoidalIntersectorConfig.summariseProps

Definition at line 28 of file SolenoidalIntersectorConfig.py.