Conversion Photon Investigation

ALICE's electromagnetic calorimeter (EMCal) is designed to measure the deposited energy from photons and electrons (and positrons) produced in heavy ion collisions at the CERN Large Hadron Collider. Most of the photons and electrons the EMCal sees are from the decay of neutral pions ($\pi^0$), which decay very rapidly after they are created.

Q1: What is the most common decay method for the $\pi^0$? What is their mean lifetime? (Use the Particle Data Group info to answer these questions).


In [ ]:

Particles created in heavy ion collisions at the LHC travel at relativistic speeds, which means the particles obey the kinematic relations described by Einstein's special theory of relativity. The equations for the momentum ($p$), energy ($E$), and velocity ($u$) of a relativistic particle of mass $m$ that travels a distance $d$ in time $t$ are

$$u = d/t$$$$\gamma = \frac{1}{\sqrt{1-(u/c)^2}}$$

$$p = \gamma m u$$$$E = \gamma mc^2 = \sqrt{(pc)^2 + (mc^2)^2}$$

where $c$ is the speed of light with $c$ = 3.00$\times$10$^8$ m/s.

Notice that when a particle is at rest, $u$ = 0, and $\gamma$ = 1. When a particle moves at $c$, $\gamma$ = $\infty$. The only particles that are capable of moving with $u$ = $c$ are massless. The only massless fundamental particle is the photon.

The most natural units for relativistic calculations are "nuclear" or "relativistic" units:

$[u] = [c]$

$[m] = [MeV/c^2]$

$[p] = [MeV/c]$

$[E] = [MeV]$

"MeV" stands for "Mega-electron-Volts". Mega is the prefix for 1 million (or 10$^6$) and an electron-Volt is the energy that an electron would gain by being accelerated through a potential difference of 1 Volt.

With these units, mass and energy are basically equivalent - a particle of mass 1 MeV/c$^2$ at rest has $u$ = 0, a Lorentz factor ($\gamma$) of 1, and an energy of 1 MeV. This is where Einstein's famous equation for the "rest energy" of a particle comes from: $E = mc^2$ for a particle of mass $m$ at rest.

Q2: Calculate the energy of the following particles with momenta, $p$ = 1 GeV/c

  • photon: $m_{\gamma}$ = 0
  • electron: $m_e$ = 0.511 MeV/c$^2$
  • neutral pion: $m_{\pi0}$ = 135 MeV/c$^2$
  • Kaon: $m_K$ = 497 MeV/c$^2$
  • Proton: $m_p$ = 938 MeV/c$^2$

In [ ]:

If you know the momentum and the mass of a particle, you can calculate its velocity. The more momentum a particle has, the closer its velocity approaches the speed of light. Energy has a similar relationship to velocity. The closer the velocity gets to the speed of light, the more energy the particle has. For photons, the energy depends only on momentum, and momentum for a photon depends only on its wavelength: $p_{\gamma} = h/\lambda$, where $\lambda$ is the wavelength and $h$ is Planck's constant.

In high energy collisions we are usually only interested in (and able to measure) the momentum and energy of particles, so we needn't worry about the wavelength of the photons. Photons with momenta in the MeV/c range have energies that correspond to the "Gamma-ray" portion of the electromagnetic spectrum so photons are sometimes referred to as "gamma" particles or "gammas".

Q3: Make a plot of velocity (on the y-axis) vs. momentum (on the x-axis) for each of the particles from Q2


In [ ]:

Q4: Make a plot of velocity (on the y-axis) vs. energy (on the x-axis) for each of the particles from Q2


In [ ]:

ALICE EMCAL and TOF image

More unit definitions: p as a vector, pT, phi, eta, connection to theta

If you know the momentum components of a particle you can calculate the speed


In [ ]: