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

Functions

 ITkTrackTruthCfg (flags, Tracks="CombinedITkTracks", DetailedTruth="CombinedITkTracksDetailedTrackTruth", TracksTruth="CombinedITkTracksTrackTruthCollection")

Variables

 flags = initConfigFlags()
int numThreads = 1
 NumThreads
 NumConcurrentEvents
 GeometryITkPixel
 GeometryITkStrip
 Files
 top_acc = MainServicesCfg(flags)
list InputCollections = []
 SiSPSeededTrackFinder Configurations ###################.
str SiSPSeededTrackCollectionKey = 'SiSPSeededPixelTracks'
str ResolvedTrackCollectionKey = 'ResolvedPixelTracks'
str InputTrackCollection = 'SiSPSeededPixelTracks'
 InDetTrackTruth Configurations ######################.
str InputDetailedTrackTruth = 'DetailedTrackTruth'
str InputTrackCollectionTruth = 'TrackTruthCollection'

Function Documentation

◆ ITkTrackTruthCfg()

python.ITkTrackTruthConfig.ITkTrackTruthCfg ( flags,
Tracks = "CombinedITkTracks",
DetailedTruth = "CombinedITkTracksDetailedTrackTruth",
TracksTruth = "CombinedITkTracksTrackTruthCollection" )

Definition at line 10 of file ITkTrackTruthConfig.py.

13 TracksTruth = "CombinedITkTracksTrackTruthCollection"):
14 acc = ComponentAccumulator()
15 #
16 # --- Enable the detailed track truth
17 #
18 from InDetConfig.InDetTruthAlgsConfig import ITkDetailedTrackTruthMakerCfg
19 acc.merge(ITkDetailedTrackTruthMakerCfg(flags,
20 TrackCollectionName = Tracks,
21 DetailedTrackTruthName = DetailedTruth))
22 #
23 # --- Detailed to old TrackTruth
24 #
25 from TrkConfig.TrkTruthAlgsConfig import ITkTrackTruthSimilaritySelectorCfg
26 acc.merge(ITkTrackTruthSimilaritySelectorCfg(flags,
27 DetailedTrackTruthName = DetailedTruth,
28 OutputName = TracksTruth))
29
30 return acc
31
32

Variable Documentation

◆ Files

python.ITkTrackTruthConfig.Files

Definition at line 45 of file ITkTrackTruthConfig.py.

◆ flags

python.ITkTrackTruthConfig.flags = initConfigFlags()

Definition at line 35 of file ITkTrackTruthConfig.py.

◆ GeometryITkPixel

python.ITkTrackTruthConfig.GeometryITkPixel

Definition at line 41 of file ITkTrackTruthConfig.py.

◆ GeometryITkStrip

python.ITkTrackTruthConfig.GeometryITkStrip

Definition at line 42 of file ITkTrackTruthConfig.py.

◆ InputCollections

list python.ITkTrackTruthConfig.InputCollections = []

SiSPSeededTrackFinder Configurations ###################.

Definition at line 62 of file ITkTrackTruthConfig.py.

◆ InputDetailedTrackTruth

str python.ITkTrackTruthConfig.InputDetailedTrackTruth = 'DetailedTrackTruth'

Definition at line 74 of file ITkTrackTruthConfig.py.

◆ InputTrackCollection

str python.ITkTrackTruthConfig.InputTrackCollection = 'SiSPSeededPixelTracks'

InDetTrackTruth Configurations ######################.

Definition at line 73 of file ITkTrackTruthConfig.py.

◆ InputTrackCollectionTruth

str python.ITkTrackTruthConfig.InputTrackCollectionTruth = 'TrackTruthCollection'

Definition at line 75 of file ITkTrackTruthConfig.py.

◆ NumConcurrentEvents

python.ITkTrackTruthConfig.NumConcurrentEvents

Definition at line 39 of file ITkTrackTruthConfig.py.

◆ NumThreads

python.ITkTrackTruthConfig.NumThreads

Definition at line 38 of file ITkTrackTruthConfig.py.

◆ numThreads

int python.ITkTrackTruthConfig.numThreads = 1

Definition at line 37 of file ITkTrackTruthConfig.py.

◆ ResolvedTrackCollectionKey

str python.ITkTrackTruthConfig.ResolvedTrackCollectionKey = 'ResolvedPixelTracks'

Definition at line 65 of file ITkTrackTruthConfig.py.

◆ SiSPSeededTrackCollectionKey

str python.ITkTrackTruthConfig.SiSPSeededTrackCollectionKey = 'SiSPSeededPixelTracks'

Definition at line 64 of file ITkTrackTruthConfig.py.

◆ top_acc

python.ITkTrackTruthConfig.top_acc = MainServicesCfg(flags)

Definition at line 50 of file ITkTrackTruthConfig.py.