Skip to content

Cleaning of TRT config

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

The TRT configs include some doPhase/usePhase argument never set to True and some useTimeInfo equivalent to a cosmics check. This MR cleans those and fix a related misconfiguration affecting the BackTracking and TRT standalone passes which were not calo-seeded.

 Component InDetTRT_TrackSegmentsFinder differ
	SegmentsLocation = TRTSegments  only in 2nd file
	useCaloSeeds = True  only in 2nd file

Fixes some differences wrt the old config but not all of them yet.

FYI @tadej

Merge request reports