Skip to content

TriggerMenuMT: forbid use of legacy properties in menu generation

Frank Winklmeier requested to merge fwinkl/athena:l1menu_flags into main

Forbid the use of legacy properties in the L1/HLT menu generation. Several fixes were needed:

  • Pass the flags in the L1 menu generation and remove usage of legacy flags. The menu name is still passed explicitly in some places, but in principle that could also just be taken from the flags. cc @khoo
  • InDetRecExample: move globalflags import locally
  • TrigInDetConfig: Remove usage of legacy job properties for Pixel/SCT ROB identifiers. Hard-code the values instead as they never change. cc @jmasik
Edited by Frank Winklmeier

Merge request reports