Implementation of TrigEFTauDiKaonHypoTool for Run-3 meson+gamma triggers
Compare changes
Files
8@@ -122,6 +122,24 @@ thresholdsEF = {
@@ -130,25 +148,55 @@ def TrigEFTauMVHypoToolFromDict( chainDict ):
Implements the purely tau meson-mass hypothesis tool, TrigEFTauDiKaonHypoTool
, for the following trigger chains used in exclusive meson+photon Higgs/Z/W boson decay searches:
Related JIRA ticket: https://its.cern.ch/jira/browse/ATR-22644
The chain segments dikaonmass
, kaonpi1/2
, singlepion
and dipion3
are purely tau hypotheses that use the TrigEFTauDiKaonHypoTool
class, which has been ported from its Run-2 equivalent. The chain segments are entered in the tau selection
chain-part in the signature dictionary. This hypothesis is based on TrigEFTauMVHypoTool
, and is implemented on the menu side as an alternative option in within TrigEFTauMVHypoToolFromDict
.
The chain segment 50mVis10000
is a tau+photon combo invariant mass hypothesis. This will be implemented in a later merge request.
This implementation does not affect chains that use the standard TrigEFTauMVHypoTool
tool.