|
ATLAS Offline Software
|
◆ TRTSegmentFinding_Phase_Cfg()
def python.TRTSegmentFindingConfig.TRTSegmentFinding_Phase_Cfg |
( |
|
flags | ) |
|
Definition at line 43 of file TRTSegmentFindingConfig.py.
49 if flags.Beam.Type
is BeamType.Cosmics:
50 from InDetConfig.TRT_TrackSegmentsFinderConfig
import (
51 TRT_TrackSegmentsFinder_Cosmics_Cfg)
54 name=
'InDetTRT_TrackSegmentsFinder_Phase_Cosmics',
55 SegmentsLocation =
'TRTSegments_Phase'))
57 from InDetConfig.TRT_TrackSegmentsFinderConfig
import (
58 TRT_TrackSegmentsFinder_Phase_Cfg)
64 if flags.Tracking.doTruth:
65 from InDetConfig.InDetSegmentDriftCircleAssValidationConfig
import (
66 SegmentDriftCircleAssValidationCfg)
69 name =
"InDetSegmentDriftCircleAssValidation_Phase"))
◆ TRTSegmentFinding_TrackSegments_Cfg()
def python.TRTSegmentFindingConfig.TRTSegmentFinding_TrackSegments_Cfg |
( |
|
flags | ) |
|
Definition at line 73 of file TRTSegmentFindingConfig.py.
79 if flags.Beam.Type
is BeamType.Cosmics:
80 from InDetConfig.TRT_TrackSegmentsFinderConfig
import (
81 TRT_TrackSegmentsFinder_Cosmics_Cfg)
84 name=
'InDetTRT_TrackSegmentsFinder_TrackSegments_Cosmics',
85 SegmentsLocation =
'TRTSegmentsTRT'))
87 from InDetConfig.TRT_TrackSegmentsFinderConfig
import (
88 TRT_TrackSegmentsFinder_TrackSegments_Cfg)
95 if flags.Tracking.doTruth:
96 from InDetConfig.InDetSegmentDriftCircleAssValidationConfig
import (
97 SegmentDriftCircleAssValidation_TrackSegments_Cfg)
◆ TRTSegmentFindingCfg()
def python.TRTSegmentFindingConfig.TRTSegmentFindingCfg |
( |
|
flags, |
|
|
|
InputCollections = None |
|
) |
| |
Definition at line 5 of file TRTSegmentFindingConfig.py.
11 if InputCollections
is not None:
12 from InDetConfig.InDetTrackPRD_AssociationConfig
import (
13 InDetTrackPRD_AssociationCfg)
16 name =
'InDetSegmentTrackPRD_Association',
17 AssociationMapName =
'InDetSegmentPRDtoTrackMap',
18 TracksName =
list(InputCollections)))
23 if flags.Beam.Type
is BeamType.Cosmics:
24 from InDetConfig.TRT_TrackSegmentsFinderConfig
import (
25 TRT_TrackSegmentsFinder_Cosmics_Cfg)
28 from InDetConfig.TRT_TrackSegmentsFinderConfig
import (
29 TRT_TrackSegmentsFinderCfg)
31 InputCollections = InputCollections))
36 if flags.Tracking.doTruth:
37 from InDetConfig.InDetSegmentDriftCircleAssValidationConfig
import (
38 SegmentDriftCircleAssValidationCfg)
◆ EnableCalo
python.TRTSegmentFindingConfig.EnableCalo |
◆ Files
python.TRTSegmentFindingConfig.Files |
◆ flags
python.TRTSegmentFindingConfig.flags = initConfigFlags() |
◆ iovsvc
python.TRTSegmentFindingConfig.iovsvc = top_acc.getService('IOVDbSvc') |
◆ NumConcurrentEvents
python.TRTSegmentFindingConfig.NumConcurrentEvents |
◆ numThreads
int python.TRTSegmentFindingConfig.numThreads = 1 |
◆ NumThreads
python.TRTSegmentFindingConfig.NumThreads |
◆ OutputLevel
python.TRTSegmentFindingConfig.OutputLevel |
◆ sc
◆ top_acc
python.TRTSegmentFindingConfig.top_acc = MainServicesCfg(flags) |
def SegmentDriftCircleAssValidationCfg(flags, name="InDetSegmentDriftCircleAssValidation", **kwargs)
def SegmentDriftCircleAssValidation_TrackSegments_Cfg(flags, name="InDetSegmentDriftCircleAssValidation_TrackSegments", **kwargs)
def TRT_TrackSegmentsFinderCfg(flags, name='InDetTRT_TrackSegmentsFinder', InputCollections=None, **kwargs)
def TRT_TrackSegmentsFinder_Phase_Cfg(flags, name='InDetTRT_TrackSegmentsFinder_Phase', **kwargs)
def InDetTrackPRD_AssociationCfg(flags, name='InDetTrackPRD_Association', **kwargs)
def TRTSegmentFinding_Phase_Cfg(flags)
def TRTSegmentFinding_TrackSegments_Cfg(flags)
def TRT_TrackSegmentsFinder_Cosmics_Cfg(flags, name='InDetTRT_TrackSegmentsFinder_Cosmics', **kwargs)
def TRTSegmentFindingCfg(flags, InputCollections=None)
def TRT_TrackSegmentsFinder_TrackSegments_Cfg(flags, name='InDetTRT_TrackSegmentsFinder_TrackSegments', **kwargs)