Skip to content

Updates to TARJetTool and TrackAssistHelper

Jason Robert Veatch requested to merge jveatch/athena:21.2-TARUpdate into 21.2

This MR does 2 things:

  1. Functionality is added to TARJetTool to allow the user to define a view container of tracks allowing tracks that have already been ghost-associated to input jets to be removed from the calculation.

  2. The track selection tool in TrackAssistTool is changed from IJetTrackSelector to InDet::IInDetTrackSelectionTool. This is meant to simplify the implementation since the extra functionality of IJetTrackSelector is not used.

Tagging @khoo, @jburr, and @pgadow for comments.

Merge request reports