Skip to content

TriggerMenuMT HLT JetMenuSequences: Making reco sequences parallel and updating reco and menu ath sequence naming (ATR-24868)

Claire Antel requested to merge cantel/athena:master_seqANDtoparOR into master

Currently, some jet hypo steps configured to run InputMaker + all reco algorithms in sequence (seqAND). Here, reconfigured menu sequence getters in JetMenuSequences as discussed in !50084 (comment 5205815):

  • create jetAthRecoSeq = parOR of all reco algorithms/sequences, with name <hyponame>_{jetDefString}_RecoSequence.
  • create jetAthMenuSeq =seqAND of InputMaker+jetAthRecoSeq, with name <hyponame>_{jetDefString}_MenuSequence.
  • jetAthMenuSeq passed to MenuSequence.

Addresses ATR-24868. This will now make it easier to cross-check configs during the step-by-step jet CA migration. tagging @tamartin and @khoo as initial reporters.

Note: jetHICaloHypoMenuSequence was not updated to a parallel execution, as test_trig_mc_v1DevHI_build.py fails even in master and so can't test the update properly.

Merge request reports