Particle name: Photons or gammas?
The particle enum is Gamma
(would not have been my choice).
In other places the EM boson is referred to by Photon
.
sometimes this leads to "funny code", e.g.: HEPEnergyType getPhotonECut() const { return get_energy_threshold(Code::Gamma); }