Clarified config of PRDtoTrackMap
Very similar names were actually used so far for several different Trk::PRDtoTrackMap
collection. The configs are clarified here to be more explicit.
In details, the following algorithms are producing some SG::WriteHandleKey<Trk::PRDtoTrackMap>
-
TRT_SegmentsToTrack, but not configured
-
InDetTrackPRD_Association produces
InDet/ITkPRDtoTrackMap + flags.Tracking.ActiveConfig.extension
, combining the information of all the track collections previously produced. This is used afterwards by theSiSpacePointsSeedMaker
, theSiSPSeededTrackFinder
and theTrackParticleCnvAlg
in caseSiSPSeededTrackParticles
are to be produced for some specific pass. -
DenseEnvironmentsAmbiguityScoreProcessorTool produces
(ITk)PRDtoTrackMapAmbi_ + flags.Tracking.ActiveConfig.extension
(previously called(ITk)PRDToTrackMap + flags.Tracking.ActiveConfig.extension
, capital T). This is used afterwards by theDenseEnvironmentsAmbiguityProcessorTool
. -
TrackCollectionMerger produces
PRDtoTrackMapMerge_+TrackContainer
(previouslyPRDtoTrackMap + TrackContainer
), mostlyPRDtoTrackMapMerge_CombinedInDet/ITkTracks
. This is used for theTrackParticleCnvAlg
producing the final track particle collections.