edep-sim passes neutrons with non-zero dE which are then passed to quenching. This dE is entirely non-ionizing, which can be seen by accessing the TG4HitSegment's GetSecondaryDeposit method (this is set in edep-sim here). There is currently no way to distinguish non-ionizing deposits becuase this information is not passed forward by dumpTree.py.
edep-sim passes neutrons with non-zero dE which are then passed to quenching. This dE is entirely non-ionizing, which can be seen by accessing the
TG4HitSegment'sGetSecondaryDepositmethod (this is set in edep-sim here). There is currently no way to distinguish non-ionizing deposits becuase this information is not passed forward bydumpTree.py.