12     if flags.Tracking.ActiveConfig.usePrdAssociationTool:
 
   13         prd_to_track_map = 
'InDetTRTonly_PRDtoTrackMap' 
   14         from InDetConfig.InDetTrackPRD_AssociationConfig 
import (
 
   15             InDetTrackPRD_AssociationCfg)
 
   17                                                name = 
'InDetTRTonly_TrackPRD_Association',
 
   18                                                AssociationMapName = prd_to_track_map,
 
   19                                                TracksName = 
list(InputCollections)))
 
   21     if flags.Beam.Type 
is BeamType.Cosmics:
 
   25         from InDetConfig.TRT_SegmentsToTrackConfig 
import TRT_Cosmics_SegmentsToTrackCfg
 
   27                                                  OutputTrackCollection = 
'TRTStandaloneTracks',
 
   28                                                  InputSegmentsCollection = 
'TRTSegments',
 
   29                                                  InputAssociationMapName = prd_to_track_map))
 
   35         from InDetConfig.TRT_StandaloneTrackFinderConfig 
import (
 
   36             TRT_StandaloneTrackFinderCfg)
 
   38                                                InputSegmentsLocation = 
'TRTSegments',
 
   39                                                PRDtoTrackMap = prd_to_track_map))
 
   40         if flags.Tracking.doTruth:
 
   41             from InDetConfig.TrackTruthConfig 
import InDetTrackTruthCfg
 
   44                 Tracks = 
"TRTStandaloneTracks",
 
   45                 DetailedTruth = 
"TRTStandaloneTracksDetailedTruth",
 
   46                 TracksTruth = 
"TRTStandaloneTracksTruthCollection"))