Skip to content

[ATR-22594] Adding functioning chains with dijet mass selection

Teng Jian Khoo requested to merge khoo/athena:master-dijet-chains into master

Continuing to populate the menu with those VBF dijet mass selections that can be handled by the hypo code. Combined chains with multiple jet selection expressions cannot be merged yet, but the two here can be:

  • HLT_2mu6_j0_dijetSEP50j12etSEP900djmass_L1MJJ-500-NFF
    • previously was listed as HLT_2mu6_2j50_0eta490_invm900j50, but the 2j50 is redundant, as the existence of a j50 pair for dijet mass implies the 2j50 existing.
  • HLT_j70_j50_0eta490_j0_dijetSEP70j12etSEP1000djmassSEP20djdphiSEP40djdeta_L1MJJ-500-NFF
    • previously listed as HLT_j70_j50_0eta490_invm1000j70_dphi20_deta40_L1MJJ-500-NFF
    • multiple jet hypo specifications can be merged internally within the jet hypo configuration when not combined with another signature.

Merge request reports