[ATR-21112] Migrate InputMakerForRoI to use RoI tools
This MR introduces the ROITool handle to the InputMakerForRoI
. It brings it in line with the EventViewCreatorAlgorithm
.
Hence both concrete InputMaker
implementations now share the same interface when deciding which ROI is to be processed for each Decision Object
To avoid cyclic dependency, the tool implementations were moved also from ViewAlgs
to DecisionHandling
, and all python import statements were updated.
Main logical changes are in Trigger/TrigSteer/DecisionHandling/src/InputMakerForRoI.cxx
.
The output of the trigger should NOT change due to this MR.