Skip to content

jet hypo - fix bug accessing Decision obbjects, remove unused code

Peter Sherwood requested to merge peter/athena:master-ATR-23322 into master

TrigHLTJetHypo/src/TrigJetHypoToolMT.cxx The Tool keeps track of the relevant Deciion objects. These are ordered by ChainPart index. Recently, to ahndle combined chains, the menu group introduces the possibility to start indexing the chain part indices by adding an offset. This merge request takes the offset into account when accessing the Decision objects.

xAODJetCollector.cxx, h Remove an unnecessary method.

Closes ATR-23322

Merge request reports