Add the algorithm to chains mapping tool
Adding a tool that provides a mapping from algorithm to list of chains which include the algorithm.
The chain to sequencers mapping is currently read from the HLTMenu (static lookup), in the next iteration, it will be changed to reading from StorageGate (dynamic lookup) to narrow down the active chains.
Example input and output:
IMFastCaloEMReco
HLT_e3_etcut_L1EM3
HLT_e5_etcut_L1EM3
HLT_e7_etcut_L1EM7
HLT_e7_mu10_L1EM7_MU10
HLT_e7_mu12_L1EM7_MU10
HLT_g10_etcut_L1EM7
HLT_g15_etcut_L1EM12
Related to ATR-19248
Tagging @mark
Merge request reports
Activity
added Trigger master review-pending-level-1 labels
CI Result SUCCESS (hash 7a440ff1)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 20061]added review-approved label and removed review-pending-level-1 label
mentioned in commit 3c672e07
added sweep:ignore label
Thanks @aporeba - v good start to this.