Migrate ROBPrefetchingAlgCfg and getRegSelTools to newJO
Migrate the ROB prefetching configuration and the helper function getRegSelTools
to newJO (ComponentAccumulator). This doesn't change the final configuration, just the way we arrive at it. Checked with confTool.py --diff
.
It is a prerequisite for extending ROB prefetching to HLTSeeding because HLTSeedingConfig we use in production is fully in newJO.
The oldJO use case of getRegSelTools
- the RoIPEBInfoWriterToolCfg
is adapted to use the appendCAtoAthena
wrapper.
Jira: ATR-26202