Updates to TARJetTool and TrackAssistHelper
This MR does 2 things:
-
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.
-
The track selection tool in TrackAssistTool is changed from
IJetTrackSelector
toInDet::IInDetTrackSelectionTool
. This is meant to simplify the implementation since the extra functionality ofIJetTrackSelector
is not used.