*Geant4 Version:*11.3.2
Operating System: Window
Compiler/Versions 2022 CMake
*CMake Version:*4.1.0 I
Hello,
I am new to geant4 and trying to find Energy deposit of neutron in NaI material from Hadronic process and want to calculate recoild nucleus energy.
I am using these physics lists
RegisterPhysics(new G4HadronElasticPhysicsHP(verb));
with “QGSP_BIC_HP.hh”
Do i need to consider any specific code other than normal energy deposits?How should i calculate ionization from recoiled nucleus? and which example i should follow.