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:11.4.0 Operating System: MacOS Compiler/Version: Apple clang version 17.0.0 CMake Version: cmake version 3.30.5
Dear all,
I apologise if I am duplicating subjects but I haven’t found an answer to the behaviour I am seeing.
I am running a simulation where neutron are generated in a liquid scintillator (LAB) and I am looking at the energy spectrum of the emitted capture gammas as well as the neutron capture time.
For H, the energy of the gamma looks correct and in good agreement with NNDC data base. However, for capture on 12C the energy spectrum has peaks that should have very low intensity with respect to NNDC data base. Moreover, the capture time is ~400us where it should be around 200us for neutron capture in liquid scintillator.
I am using the QGSP_BERT_HP and HadronElasticPhysicsHP physics lists to describe the neutron.
Is this known behaviour and is there a way to correct it?
Thank you for your detailed post. From the release notes of version 11.3 [1], the physics list QGSP_BERT_HP may not be suitable for physics studies.
Could you please try with other physics list like QGSP_BIC_HP? The NuDex model [2] can be enabled [3] with this physics list since version 11.4 [4]. Could please try it out?
Thank you for your reply! I tried using QGSP_BIC_HP (without NuDEX), and the neutron time is now correct but the energy spectrum for 12C is not.
I am now enabling NuDEX, but an error is raised because it cannot find the correct file in LevelDensities. What version of G4NUDEXLIB is required for Geant4 v11.4.0? I am using v.1.0 that I downloaded here: Download Geant4-11.4.0 - Geant4
I have made several tests to correct the wrong gamma rays from the neutron capture on C and found a new interesting behaviour. Using G4HadronPhysicsQGSP_BIC_HP, I changed the NeutronRadCaptureHP builder to NeutronHPCapture, and I get correct emitted gamma rays for neutron capture on C12:
However, if I am looking at the energy spectrum of the emitted gamma from the neutron capture on H with the same setup, I get a continuous spectrum instead of a ray at 2.223 MeV: