Skip to content

Simplify dijet chains with duplicated conditions

Chains with dijet scenarios can now be shorter, as long as there have duplicated et/eta conditions. Same j1/j2et conditions can be replaced by a single j12et condition (same j1/j2eta -> j12eta).

Examples:

dijetSEP80j1etSEP0j1eta240SEP80j2etSEP0j2eta240SEP700djmass -> dijetSEP80j12etSEP0j12eta240SEP700djmass dijetSEP80j1etSEP0j1eta320SEP80j2etSEP0j2eta240SEP700djmass -> dijetSEP80j12etSEP0j1eta320SEP0j2eta240SEP700djmass dijetSEP80j1etSEP0j1eta320SEP80j2etSEP0j2eta320SEP700djmass -> dijetSEP80j12etSEP700djmass (0j1eta490 and 0j2eta490 are the defaults if no eta selections are specified)

Implements: ATR-22818

Note: the order has changed for the et/eta conditions. All et conditions must go first followed by the eta conditions (this was to simplify the usage of regex).

In addition, the eta selection for the input jets to the dijet requirement in the fbdj scenario was also updated to 0eta490 (this introduces changes in 3 chain counts). The rest of the differences in the reference files are just due to renamed chains.

Adding also new dijet scenarios in SignatureDicts since needed for ATR-22594 (no new chains were added).

FYI @peter @valentem @khoo

Edited by Jonathan Bossio

Merge request reports