Skip to content

CA migration for combined muon trigger menu sequences

Savanna Shaw requested to merge sshaw/athena:trigmucb-ca into main

Migrating the combined muon menu sequences to MenuSequenceCA (ATR-25086):

  • Change the combined muon alg sequences (nominal, LRT and full scan) to use the SelectionCA, and use the CA configurations for all algorithms directly without wrappers
  • Change all the MenuSeqeunces for combined muons to use MenuSequenceCA (covers nominal combined, LRT combined, and full scan combined dequences including idperf versions)
  • Update the the hypo config to include CA based hypo alg and tool configs for all needed hypo algs/tools, and restructur a bit to reuse the generic TrigMuonEFHypoTool configuration for combined and standaline muons
  • Remove the configuration for TrigMuonEFIdtpHypoToolFromName since it is never used
  • Update the EDM config with the new view names from the migration
  • Add the MenuSequenceCAToGlobalWrapper to the menu sequences when used in the legacy configuration

Merge request reports