Secondary electron

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

Geant4 Version: 10.5.1
Operating System: ubuntu

Hello! I used the G4EmstandardPhysics_option4(1,2 3) physics list to simulate the interaction between alpha particle and plastic, and I want to know the energy distribution of the secondary electron. But I cannot find any electron, when I use step-GetTrack()->GetParticleDefinition()->GetParticleName() == “e-” code to find them.

Is the secondary electron was ignored in the G4EmstandardPhysics_option4 or there are some other potential errors in my simulation?

Looking forward to your help, and thank you very much!


1 Like

use this header
include “G4Electron.hh”

Thanks for your suggestion!

When I increase the energy of alpha particle, the secondary electrons appear. Now I think the secondary electron was not ignored for the low energy alpha particle in G4EmstandardPhysics_option4(1,2 3) physics list.

1 Like