Skip to main content

Reconstruction

Jets are showers of collimated particles, made up mainly of hadrons, but also photons and leptons, and are the experimental signature of quarks and gluons in high energy proton-proton collisions. Due to their high production rate, jets have become a target of study to "rediscover" processes expected from the standard model, ensure that detectors behave correctly and search for new physics.

A jet is formed from the measurements of a set of neutral colored particles and its definition is not unique. In fact, the existence of a jet is dependent on the mathematical rule that defines it. These mathematical rules groups the constituents of the jet according to kinematic properties and are known as jet clustering algorithms.

Inputs

Four-vector objects are used as inputs to reconstruction algorithms, and can be:

  • Stable particles defined by MC generators: particles at the MC generator level are referred to as truth particles. Jets reconstructed from these truth particles are known as "truth jets".

  • Charged-particle tracks: this method uses the trajectories and momentum information of these charged particles to infer the properties of the jet. Track-based jet reconstruction is particularly useful in certain contexts as pile-up mitigation and jet tagging. The result is referred to as "track jet".

  • Calorimeter energy deposits: calorimeter cells are first clustered into topological clusters (topo-clusters) using a nearest-neighbour algorithm. Calibrations are then applied to the clusters, some are: the hadron-like clusters are subject of a cell weighting procedure to compensate for the lower responce of the calorimeter to hadronic deposits, out-of-cluster (OOC) corrections for lost energy deposited in calorimeter cells outside of reconstructed clusters in the tail of hadronic shower, dead material (DM) corrections are applied on the cluster level to account for energy deposits outside of active calorimeter volumes. Jets reconstructed using only calorimeter-based energy information use the corrected EM scale topo-clusters and are referred to as EMtopo jets.

  • Algorithmic combinations of tracks and energy deposits: Hadronic final-state measurements can be improved by making more complete use of the information from both the tracking and calorimeter systems. As explained in [ref1]:

    • Tracks can only be reconstructed from charged-particles hits in the inner detector, while topo-clusters are built from interactions in the calorimeters of both charged and neutral particles.
    • The angular resolution of the inner detector is much better than that of the calorimeters. Therefore tracks can be associated to the different vertices, while this is not possible for topo-clusters.
    • For low-energy charged particles, the momentum resolution of the inner detector is significantly better than the energy resolution of the calorimeters. On the contrary, at high energy, the energy resolution of the calorimeters is better than the momentum resolution of the inner detector.
    • The inner detector covers only the region |𝜂| < 2.5, while the calorimeters cover the region |𝜂| < 4.9.

    Some algorithms that use topo-clusters and tracks are Track-CaloClusters (TCC), Particle Flow (PFlow), and Unified Flow Objects (UFO).

Different stages of jet development
Fig. 1: Different stages of jet development.

Algorithms

As stated above, the definition of a jet depends on the mathematical rule that defines it. A clustering algorithm is expected to possess certain characteristics, as discussed in [ref2]:

  • The physics interpretation of the event should not depend too sensitively on the jet definition.
  • They should be independent of the design/structure of the detector.
  • Minimal sensitivity to hadronisation, underlying events, and pile-up is desired, but is not always possible in practice.
  • Experimentally, they should be easy to implement and (computationally) quickly executable.
  • Theoretically, they need to be infrared and collinear safe to not have divergent cross-sections in perturbative calculations. Infrared safety means that the addition of a soft gluon should not change the results of the jet clustering. Collinear safety implies that splitting one parton into two collinear partons should not change the results of the jet clustering.

There are two main types of clustering algorithms: cone algorithms and sequential recombination algorithms.

  • Cone algorithms assume that the jet lies in conic regions in (θϕ)(\theta-\phi) space, so the jets reconstructed by these algorithms have circular edges. They are easy to implement, but are not collinearly stable. Examples of cone algorithms are: Midpoint Cone, used in Tevatron, Iterative Cone and SISCone.
  • Sequential recombination algorithms assume that the components of a jet possess a small transverse momentum difference. Thus, particles are clustered in momentum space, resulting in jets with fluctuations in (θϕ)(\theta-\phi) space.

The most commonly used recombination algorithms are ktk_t, anti-ktk_t and Cambridge/Aachen, with anti-ktk_t being the most widely used. It requires an external parameter, the jet radius R, which specifies up to what angle the separate partons recombine into a single jet.

The four main jet reconstruction algorithms’ areas, performed on the same data with the same input radius
Fig. 2: The four main jet reconstruction algorithms’ areas, performed on the same data with the same input radius.