Skip to content

Integrate eTau and jTau EDM into HLTSeeding

Rafal Bielski requested to merge rbielski/athena:hltseeding-etau-jtau into master

Integrate eFex Taus and jFex Taus into the HLTSeeding code, part of ATR-22762.
Changes include:

  • Link the (e/j)FexTau containers to L1TriggerResult in L1TriggerResultMaker.
  • Implement (e/j)FexTau threshold tools - dummy implementation for now, logic to be filled by L1Calo experts, ATR-23290.
  • Implement (e/j)FexTau "RoI unpacker" tools - largely a copy of the eFexEM one. The code duplication can be reduced later once we have more mature implementations of everything, but for now it's fine to have a few very similar tools.
  • Integrate the new tools and EDMs in HLTSeeding python configuration.

The jFex Tau tools are commented out from the python configuration for now, because the jTAU thresholds are not yet defined in the L1Menu and running the tools leads to errors. They will be uncommented once the thresholds are available in the menu.

cc @dzanzi, @afaulkne

Merge request reports