Skip to content

CA migration for muon trigger isolation, late mu RoI, and roi cluster sequences

Savanna Shaw requested to merge sshaw/athena:trigmuonca into master

Migrating the muon trigger isolation alg/tools to be CA based (ATR-25087)

  • Move TrigMuonEFConfig_newJO to TrigMuonEFConfig
  • Wrap the isolation CA config in algorithmCAToGlobalWrapper

Migration of the LateMuRoI and muon RoI cluster sequences (ATR-25083)

  • Migrate corresponding algs/tools where needed to return a CA
  • Migrate menu sequences to return MenuSequnceCA (and wrap for use in legacy config)
  • Put import of MuonRecFlags under check of CA based config (until they can be removed after the migration is more complete)

Merge request reports