Skip to content

Decoupled InDet and ITk TrackingPass flags

Thomas Strebler requested to merge tstreble/athena:ITkTrackingPass into master

This MR decouples the configuration of the InDet and ITk TrackingPass flags, to avoid relying on lambda functions based on the InDet flags. This impacts the configuration of the following tools and algorithms

Differences in components Settings in 1st file Settings in 2nd file
 Component ITkAmbiguityScore.ITkAmbiguityScoreProcessor.ITkAmbiScoringTool differ
	usePixel =  0  vs  1   <<
	useSCT =  0  vs  1   <<
 Component ITkSiSpTrackFinder.ITkSiTrackMaker differ
	pTminSSS = -1.0  only in 1st file
 Component ITkSiSpTrackFinder.ITkSiTrackMaker.ITkSiRoadMaker differ
	RoadWidth =  12.0  vs  20.0   <<

FYI @pagessin @lgagnon

Merge request reports