Skip to content

Adding new DIPZ+HT scenario to TrigHLTJetHypo

Ines Ochoa requested to merge miochoa/athena:miochoa-dipzht-rd-2 into 24.0

Implementation of the machinery for HT+DIPZ chains:

  • Small updates to MaxCombinationCondition template class (implemented by Peter).
  • New TrigJetConditionConfig_htdipz that instantiates MaxCombinationCondition with the type DipzLikelihoodCmp that we need.
  • Implementation of a HTZ scenario.

(Thanks to @peter and @dossantn for C++ tips)

Tested with a chain of the type HLT_j0_HTZ940XX4c20_pf_ftf_preselj180_L1jJ160: in short, an HT threshold condition of 940 GeV is applied to the group of 4c20 jets that maximizes the DIPZ MLPL condition. This just an example, in practice I think an OR of several chains with different jet multiplicities would be used, but we can now do some R&D on this.

Menu updates are left to a later MR.

Tagging @pakontax @cmorenom for jet trigger, @maboelel, @dguest for dipz.

Edited by Ines Ochoa

Merge request reports