Skip to content

Clean up of TriggerMenuMT Jet code (ATR-24471)

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

Purpose

Following the Autumn 2021 HLT docs review, we suggested a clean up of python files in the TriggerMenuMT Jet configuration package, to improve the readability. Changes are:

  • Renaming of JetRecoConfigurations.py to JetRecoCommon.py, JetRecoConfig.py to JetRecoSequencesConfig.py
  • Moving of some functions from one file to another (e.g. all reco sequence getters in one file).
  • Re-ordering/grouping of functions within a file.
  • Renaming of handful of functions for readability.
  • clean up imports
  • Adding description to more commonly used functions.

These should be aesthetic changes only. They include no changes in the way jet code works. Affects both TMMT Jet and MET (due to renaming).

Tests done

  • ctests
  • run_HLTStandalone
  • runART

Merge request reports