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

Functions

 InDetTrackTruthCfg (flags, Tracks="CombinedInDetTracks", DetailedTruth="CombinedInDetTracksDetailedTruth", TracksTruth="CombinedInDetTracksTruthCollection")

Variables

 flags = initConfigFlags()
int numThreads = 1
 NumThreads
 NumConcurrentEvents
 GeometryPixel
 GeometrySCT
 GeometryTRT
 doPixelClusterSplitting
 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

◆ InDetTrackTruthCfg()

python.TrackTruthConfig.InDetTrackTruthCfg ( flags,
Tracks = "CombinedInDetTracks",
DetailedTruth = "CombinedInDetTracksDetailedTruth",
TracksTruth = "CombinedInDetTracksTruthCollection" )

Definition at line 11 of file TrackTruthConfig.py.

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

Variable Documentation

◆ doPixelClusterSplitting

python.TrackTruthConfig.doPixelClusterSplitting

Definition at line 49 of file TrackTruthConfig.py.

◆ Files

python.TrackTruthConfig.Files

Definition at line 52 of file TrackTruthConfig.py.

◆ flags

python.TrackTruthConfig.flags = initConfigFlags()

Definition at line 38 of file TrackTruthConfig.py.

◆ GeometryPixel

python.TrackTruthConfig.GeometryPixel

Definition at line 45 of file TrackTruthConfig.py.

◆ GeometrySCT

python.TrackTruthConfig.GeometrySCT

Definition at line 46 of file TrackTruthConfig.py.

◆ GeometryTRT

python.TrackTruthConfig.GeometryTRT

Definition at line 47 of file TrackTruthConfig.py.

◆ InputCollections

list python.TrackTruthConfig.InputCollections = []

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

Definition at line 72 of file TrackTruthConfig.py.

◆ InputDetailedTrackTruth

str python.TrackTruthConfig.InputDetailedTrackTruth = 'DetailedTrackTruth'

Definition at line 85 of file TrackTruthConfig.py.

◆ InputTrackCollection

str python.TrackTruthConfig.InputTrackCollection = 'SiSPSeededPixelTracks'

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

Definition at line 84 of file TrackTruthConfig.py.

◆ InputTrackCollectionTruth

str python.TrackTruthConfig.InputTrackCollectionTruth = 'TrackTruthCollection'

Definition at line 86 of file TrackTruthConfig.py.

◆ NumConcurrentEvents

python.TrackTruthConfig.NumConcurrentEvents

Definition at line 43 of file TrackTruthConfig.py.

◆ NumThreads

python.TrackTruthConfig.NumThreads

Definition at line 41 of file TrackTruthConfig.py.

◆ numThreads

int python.TrackTruthConfig.numThreads = 1

Definition at line 40 of file TrackTruthConfig.py.

◆ ResolvedTrackCollectionKey

str python.TrackTruthConfig.ResolvedTrackCollectionKey = 'ResolvedPixelTracks'

Definition at line 75 of file TrackTruthConfig.py.

◆ SiSPSeededTrackCollectionKey

str python.TrackTruthConfig.SiSPSeededTrackCollectionKey = 'SiSPSeededPixelTracks'

Definition at line 74 of file TrackTruthConfig.py.

◆ top_acc

python.TrackTruthConfig.top_acc = MainServicesCfg(flags)

Definition at line 57 of file TrackTruthConfig.py.