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

Functions

 PropResultRootWriterSvcCfg (flags, name="PropResultRootWriterSvc", **kwargs)
 ExtrapolatorComparisonTestCfg (flags, name="ExtrapolatorComparisonTest", **kwargs)

Variables

 flags = initConfigFlags()
 Files
 GeometryBpipe
 Just enable ID for the moment.
 GeometryID
 GeometryPixel
 GeometrySCT
 GeometryCalo
 GeometryMuon
 MaterialSource
 NumThreads
 NumConcurrentEvents
 cfg = MainServicesCfg(flags)
 histSvc = CompFactory.THistSvc(Output = ["ExtrapolationStudies DATAFILE='ExtrapolationStudies.root' OPT='RECREATE'"])
 OutputLevel
 f = open("ExtrapolatorComparisonTestConfig.pkl","w")

Function Documentation

◆ ExtrapolatorComparisonTestCfg()

python.TrkExAlgsConfig.ExtrapolatorComparisonTestCfg ( flags,
name = "ExtrapolatorComparisonTest",
** kwargs )

Definition at line 10 of file TrkExAlgsConfig.py.

10def ExtrapolatorComparisonTestCfg(flags, name = "ExtrapolatorComparisonTest", **kwargs ) :
11 result=ComponentAccumulator()
12
13 if "Extrapolator" not in kwargs:
14 from TrkConfig.AtlasExtrapolatorConfig import AtlasExtrapolatorCfg
15 kwargs.setdefault("Extrapolator", result.popToolsAndMerge(
16 AtlasExtrapolatorCfg(flags)))
17
18 if "ExtrapolationTool" not in kwargs:
19 from ActsConfig.ActsGeometryConfig import ActsExtrapolationToolCfg
20 kwargs.setdefault("ExtrapolationTool", result.popToolsAndMerge(
21 ActsExtrapolationToolCfg(flags))) # PrivateToolHandle
22
23 result.addEventAlgo(CompFactory.Trk.ExtrapolatorComparisonTest(name, **kwargs))
24 return result
25

◆ PropResultRootWriterSvcCfg()

python.TrkExAlgsConfig.PropResultRootWriterSvcCfg ( flags,
name = "PropResultRootWriterSvc",
** kwargs )

Definition at line 5 of file TrkExAlgsConfig.py.

5def PropResultRootWriterSvcCfg(flags, name="PropResultRootWriterSvc", **kwargs) :
6 result = ComponentAccumulator()
7 result.addService(CompFactory.Trk.PropResultRootWriterSvc(name, **kwargs))
8 return result
9

Variable Documentation

◆ cfg

python.TrkExAlgsConfig.cfg = MainServicesCfg(flags)

Definition at line 58 of file TrkExAlgsConfig.py.

◆ f

python.TrkExAlgsConfig.f = open("ExtrapolatorComparisonTestConfig.pkl","w")

Definition at line 86 of file TrkExAlgsConfig.py.

◆ Files

python.TrkExAlgsConfig.Files

Definition at line 37 of file TrkExAlgsConfig.py.

◆ flags

python.TrkExAlgsConfig.flags = initConfigFlags()

Definition at line 35 of file TrkExAlgsConfig.py.

◆ GeometryBpipe

python.TrkExAlgsConfig.GeometryBpipe

Just enable ID for the moment.

Definition at line 40 of file TrkExAlgsConfig.py.

◆ GeometryCalo

python.TrkExAlgsConfig.GeometryCalo

Definition at line 44 of file TrkExAlgsConfig.py.

◆ GeometryID

python.TrkExAlgsConfig.GeometryID

Definition at line 41 of file TrkExAlgsConfig.py.

◆ GeometryMuon

python.TrkExAlgsConfig.GeometryMuon

Definition at line 45 of file TrkExAlgsConfig.py.

◆ GeometryPixel

python.TrkExAlgsConfig.GeometryPixel

Definition at line 42 of file TrkExAlgsConfig.py.

◆ GeometrySCT

python.TrkExAlgsConfig.GeometrySCT

Definition at line 43 of file TrkExAlgsConfig.py.

◆ histSvc

python.TrkExAlgsConfig.histSvc = CompFactory.THistSvc(Output = ["ExtrapolationStudies DATAFILE='ExtrapolationStudies.root' OPT='RECREATE'"])

Definition at line 61 of file TrkExAlgsConfig.py.

◆ MaterialSource

python.TrkExAlgsConfig.MaterialSource

Definition at line 47 of file TrkExAlgsConfig.py.

◆ NumConcurrentEvents

python.TrkExAlgsConfig.NumConcurrentEvents

Definition at line 51 of file TrkExAlgsConfig.py.

◆ NumThreads

python.TrkExAlgsConfig.NumThreads

Definition at line 50 of file TrkExAlgsConfig.py.

◆ OutputLevel

python.TrkExAlgsConfig.OutputLevel

Definition at line 62 of file TrkExAlgsConfig.py.