ATLAS Offline Software
Functions | Variables
python.TrkExAlgsConfig Namespace Reference

Functions

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

Variables

 flags
 
 Files
 
 GeometryBpipe
 Just enable ID for the moment. More...
 
 GeometryID
 
 GeometryPixel
 
 GeometrySCT
 
 GeometryCalo
 
 GeometryMuon
 
 MaterialSource
 
 NumThreads
 
 NumConcurrentEvents
 
 cfg
 
 histSvc
 
 Output
 
 OutputLevel
 
 name
 
 TreeName
 
 EventsPerExecute
 
 StartPerigeeMinPt
 
 StartPerigeeMaxPt
 
 ReferenceSurfaceRadius
 
 ReferenceSurfaceHalfZ
 
 ATLASPropResultRootWriter
 
 ACTSPropResultRootWriter
 
 f
 

Function Documentation

◆ ExtrapolatorComparisonTestCfg()

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

Definition at line 10 of file TrkExAlgsConfig.py.

10 def 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()

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

Definition at line 5 of file TrkExAlgsConfig.py.

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

Variable Documentation

◆ ACTSPropResultRootWriter

python.TrkExAlgsConfig.ACTSPropResultRootWriter

Definition at line 81 of file TrkExAlgsConfig.py.

◆ ATLASPropResultRootWriter

python.TrkExAlgsConfig.ATLASPropResultRootWriter

Definition at line 80 of file TrkExAlgsConfig.py.

◆ cfg

python.TrkExAlgsConfig.cfg

Definition at line 58 of file TrkExAlgsConfig.py.

◆ EventsPerExecute

python.TrkExAlgsConfig.EventsPerExecute

Definition at line 75 of file TrkExAlgsConfig.py.

◆ f

python.TrkExAlgsConfig.f

Definition at line 86 of file TrkExAlgsConfig.py.

◆ Files

python.TrkExAlgsConfig.Files

Definition at line 37 of file TrkExAlgsConfig.py.

◆ flags

python.TrkExAlgsConfig.flags

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

Definition at line 61 of file TrkExAlgsConfig.py.

◆ MaterialSource

python.TrkExAlgsConfig.MaterialSource

Definition at line 47 of file TrkExAlgsConfig.py.

◆ name

python.TrkExAlgsConfig.name

Definition at line 66 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.

◆ Output

python.TrkExAlgsConfig.Output

Definition at line 61 of file TrkExAlgsConfig.py.

◆ OutputLevel

python.TrkExAlgsConfig.OutputLevel

Definition at line 62 of file TrkExAlgsConfig.py.

◆ ReferenceSurfaceHalfZ

python.TrkExAlgsConfig.ReferenceSurfaceHalfZ

Definition at line 79 of file TrkExAlgsConfig.py.

◆ ReferenceSurfaceRadius

python.TrkExAlgsConfig.ReferenceSurfaceRadius

Definition at line 78 of file TrkExAlgsConfig.py.

◆ StartPerigeeMaxPt

python.TrkExAlgsConfig.StartPerigeeMaxPt

Definition at line 77 of file TrkExAlgsConfig.py.

◆ StartPerigeeMinPt

python.TrkExAlgsConfig.StartPerigeeMinPt

Definition at line 76 of file TrkExAlgsConfig.py.

◆ TreeName

python.TrkExAlgsConfig.TreeName

Definition at line 67 of file TrkExAlgsConfig.py.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.TrkExAlgsConfig.ExtrapolatorComparisonTestCfg
def ExtrapolatorComparisonTestCfg(flags, name="ExtrapolatorComparisonTest", **kwargs)
Definition: TrkExAlgsConfig.py:10
python.AtlasExtrapolatorConfig.AtlasExtrapolatorCfg
def AtlasExtrapolatorCfg(flags, name='AtlasExtrapolator')
Definition: AtlasExtrapolatorConfig.py:63
ActsGeometryConfig.ActsExtrapolationToolCfg
ComponentAccumulator ActsExtrapolationToolCfg(flags, str name="ActsExtrapolationTool", **kwargs)
Definition: ActsGeometryConfig.py:108
python.TrkExAlgsConfig.PropResultRootWriterSvcCfg
def PropResultRootWriterSvcCfg(flags, name="PropResultRootWriterSvc", **kwargs)
Definition: TrkExAlgsConfig.py:5