Particle accelerators
5 min read
How to build a particle detector: tracking and vertexing
What is tracking and why does it matter?
A tracking detector measures the paths of charged particles as they pass through a detector. From these paths you can reconstruct where the particles came from, how they moved, and (with a magnetic field) their momentum. Tracking is the backbone of event reconstruction: it lets you match calorimeter deposits to charged particles, separate nearby tracks in busy collisions, and identify displaced decays from short-lived particles.
Tracking does not measure the energy directly. Instead, it measures positions (and times, reopened as needed) at multiple points, and uses physics to infer the trajectory.
How do you “see” a charged particle?
A charged particle passing through matter leaves a trail of ionisation: it knocks electrons off atoms along its path. Trackers are built to turn that ionisation into a set of spatial measurements (“hits”). Two broad technologies do this:
Silicon trackers (pixels and strips): the particle creates electron–hole pairs in a reverse-biased silicon sensor. The resulting charge is collected on electrodes and read out as a hit.
Gas trackers (drift chambers, TPCs): the particle ionises a gas; freed electrons drift in an electric field to readout electrodes, often with amplification. This can provide many measurement points along a long track.
Silicon tends to give extremely precise points close to the interaction region; gas detectors can give many points over large volumes with relatively low material.
Measuring momentum: bending in a magnetic field
In most collider detectors the tracker sits inside a solenoidal magnetic field. A charged particle then follows a curved path, with curvature set by the Lorentz force. The key idea is simple: higher momentum → less curvature.
To extract momentum you need:
Multiple measurement layers to determine the curvature reliably.
Good spatial precision: small hit uncertainties translate into better momentum resolution.
A long lever arm (tracks measured over a large radius) to reduce the relative curvature uncertainty.
In practice, track fitting is a statistical problem: you choose the best-fit helix that is consistent with the hits and their uncertainties. Modern reconstruction uses iterative fitting methods that naturally handle measurement errors and small deflections as the particle crosses material.
Vertexing: finding where particles were produced (and where they decayed)
“Vertexing” is the reconstruction of interaction and decay points. The primary vertex is the collision point. Secondary vertices come from particles that travel a measurable distance before decaying (for example, heavy-flavour hadrons).
A vertex detector is usually a set of silicon pixel layers placed very close to the beam line. Its goals are:
Excellent position resolution (tens of microns or better).
Minimal material: extra material causes multiple scattering, which spoils the extrapolation back to the vertex.
Stability and precise alignment: tiny sensor misplacements can mimic displaced tracks.
A common performance metric is the impact parameter: the closest approach of a track to the primary vertex. Tracks from displaced decays have systematically larger impact parameters, which is a powerful handle for identifying heavy-flavour jets.
Design choices and practical limits
When designing a tracker you balance:
Resolution vs material: more layers improve pattern recognition and fitting, but add material and scattering.
Granularity vs channel count: pixels resolve dense environments well but require many readout channels.
Radiation tolerance: inner layers face intense radiation and must survive without losing performance.
Timing and pile-up: fast readout (and sometimes per-hit timing) helps separate overlapping events.
Tracking and vertexing are ultimately about turning tiny ionisation signals into a precise geometric picture of the event — and then using that geometry, plus a magnetic field, to infer the particle momenta and origins.