Improved Performance and Algorithm Extension
This study centralizes around improving the speed of the reference algorithm and extending it. The shown studies initially attempt to illustrate the performance of the extended algorithm (pyc_combinatorial) in regards to being able to resolve b-quark (jets) and lepton pairs, without explicitly knowning the correct pairing. A set of projection plots aim to illustrate the performance, by comparing the reconstructed neutrinos to the reference algorithm and various other implementations.
The Extended Algorithm (pyc_combinatorial)
The process considered in the original paper was the leptonic decay mode. For tops decaying leptonically, targeted events would contain a low number of b-quarks (jets), with no more than 2 b-quarks (jets) and 2 associated leptons. In such cases, matching b-quarks (jets) to leptons would be simplistic, with only two possible permutations ({(l1, b1), (l2, b2)}, {(l2, b1), (l1, b2)}). Performing the reconstruction would yield a distance metric, indicating the proximity of analytical ellipses, with lower distances implying more accurate solution sets.
For standard and beyond standard model 4-top searches, the number of possible permutations increases with the number of considered b-jets, introducing ambiguity. The ambiguity arises from not being able to distinguish between b-quarks (jets) originating from hadronically based top decay modes and leptonic tops. As such, all possible pairs of b-quark (jets) and leptons need to be considered in the event topology, complicating the usage of the algorithm. Furthermore, the algorithm requires statically defined top and W-boson masses, with the assumption that neutrino pairs originate from tops and W-bosons with identical masses. Although a valid assumption, tops and W-bosons do not have static top masses, but rather a bandwidth of possible masses.
To address a subset of these assumptions, pyc_combinatorial implements a bandwidth of possible top and W-boson masses, and steps through a matrix of possible mass pairs. Furthermore, the algorithm computes all possible permutations of b-quark (jets) and lepton pairings, in with the aforementioned mass matrix. In order to yield a single mass/particle pairing for a given event, the solution with the lowest distance is chosen.
Selection Criteria
Events are required to have exactly two leptonically decaying top-quarks on truth children level. For subsequent studies involving truth jets and detector based objects, both b-quarks and leptons on truth children level need to be matched accordingly. If any of these conditions are not satisfied, the respective part of the study is skipped for the event. Furthermore, truth jets and jets are required to have only single top contributions, otherwise the event is vetoed.
Particle Definitions
Leptons and neutrinos are defined as:
electrons
muons
taus