Skip to content

Modifications to share TGC data preparation between L2 and EF muon trigger algos

This MR means we now run the data preparation step for the TGCs only once, rather than both at L2 and EF in the athenaMT setup.

Changes made:

  • TgcDataPreparator: Add flag to turn off actual data decoding and remove some unused variables / functions.
  • MuFastDataPreparator: Make TgcDataPreparator private tool
  • MuCalStreamerTool: Remove unused hash list and handle to TgcDataPrepartor.
  • MuonSetup: Modifications so Tgc data prep runs at L2 step and is reused by EF.
Edited by Mark Andrew Owen

Merge request reports