As we all know, gamma (photon) could not have a zero energy (also kinetic energy because it has no rest mass). But I got some zero energy gamma. It is strange.
I got the energy by the code in steppingAction:
G4double ParticleEnergy = aStep->GetPreStepPoint()->GetKineticEnergy();
So I wonder why it could happen.