Hi everyone! Well, putting it very simply, I need the neutronHP library and I don’t know how to install it. I found this link: GEANT 4 Libraries, but I’m kind of lost anyway. Can anyone help? Thanks in advance
Geant4 Version: 11.2.1
Operating System: Windows 10
IDE: Visual Studio 2022
CMake Version: 3.29.3
NeutronHP physics should be present already in the builtin Physics Lists whose names end in _HP
, e.g. QGSP_BERT_HP
and some others as well. It can also be added to self-built physics lists, see e.g. the Hadr04
extended example.
However, if you can outline your use case, we can better suggest what list/processes/models to use.