ATLAS Offline Software
Functions | Variables
python.TrackTruthConfig Namespace Reference

Functions

def 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 ###################. More...
 
string SiSPSeededTrackCollectionKey = 'SiSPSeededPixelTracks'
 
string ResolvedTrackCollectionKey = 'ResolvedPixelTracks'
 
string InputTrackCollection = 'SiSPSeededPixelTracks'
 InDetTrackTruth Configurations ######################. More...
 
string InputDetailedTrackTruth = 'DetailedTrackTruth'
 
string InputTrackCollectionTruth = 'TrackTruthCollection'
 

Function Documentation

◆ InDetTrackTruthCfg()

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

Definition at line 11 of file TrackTruthConfig.py.

11 def InDetTrackTruthCfg(flags,
12  Tracks="CombinedInDetTracks",
13  DetailedTruth="CombinedInDetTracksDetailedTruth",
14  TracksTruth="CombinedInDetTracksTruthCollection"):
15  acc = ComponentAccumulator()
16  #
17  # --- Enable the detailed track truth
18  #
19  from InDetConfig.InDetTruthAlgsConfig import InDetDetailedTrackTruthMakerCfg
21  flags,
22  TrackCollectionName=Tracks,
23  DetailedTrackTruthName=DetailedTruth))
24  #
25  # --- Detailed to old TrackTruth
26  #
27  from TrkConfig.TrkTruthAlgsConfig import 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

string python.TrackTruthConfig.InputDetailedTrackTruth = 'DetailedTrackTruth'

Definition at line 85 of file TrackTruthConfig.py.

◆ InputTrackCollection

string python.TrackTruthConfig.InputTrackCollection = 'SiSPSeededPixelTracks'

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

Definition at line 84 of file TrackTruthConfig.py.

◆ InputTrackCollectionTruth

string 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

int python.TrackTruthConfig.numThreads = 1

Definition at line 40 of file TrackTruthConfig.py.

◆ NumThreads

python.TrackTruthConfig.NumThreads

Definition at line 41 of file TrackTruthConfig.py.

◆ ResolvedTrackCollectionKey

string python.TrackTruthConfig.ResolvedTrackCollectionKey = 'ResolvedPixelTracks'

Definition at line 75 of file TrackTruthConfig.py.

◆ SiSPSeededTrackCollectionKey

string 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.

python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.TrackTruthConfig.InDetTrackTruthCfg
def InDetTrackTruthCfg(flags, Tracks="CombinedInDetTracks", DetailedTruth="CombinedInDetTracksDetailedTruth", TracksTruth="CombinedInDetTracksTruthCollection")
Definition: TrackTruthConfig.py:11
python.InDetTruthAlgsConfig.InDetDetailedTrackTruthMakerCfg
def InDetDetailedTrackTruthMakerCfg(flags, name='Maker', **kwargs)
Definition: InDetTruthAlgsConfig.py:153
python.TrkTruthAlgsConfig.TrackTruthSimilaritySelectorCfg
def TrackTruthSimilaritySelectorCfg(flags, name='Selector', **kwargs)
Definition: TrkTruthAlgsConfig.py:6