Hi all,
I am not seeing any neutron production following a 7Li(t,n) reaction.
I just modified the NeutronSource example to modify the absorber material as `G4_LITHIUM_FLUORIDE` and my particle is a triton of energy 1 MeV (I tried other energies as well).
I’m using the same physics list as in the original example, except I am using the below physics constructor for Hadron Elastic collisions
fHadronElastic = new HadronElasticPhysicsHP(verb);
// fHadronElastic = new G4HadronElasticPhysicsXS(verb); //This was the default
However, I am not seeing any neutrons being produced. From the below verbosity, I think there is no nuclear reaction happening; only the tritium is decaying. through beta decay.
Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume
This region is in the mass world.
Root logical volume(s) : World
Pointers : G4VUserRegionInformation[0x0], G4UserLimits[0x0], G4FastSimulationManager[0x0], G4UserSteppingAction[0x0]
Materials : Air Stainless-Steel G4_LITHIUM_FLUORIDE
Production cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
Region <DefaultRegionForParallelWorld> -- -- is not associated to any world.
Root logical volume(s) :
Pointers : G4VUserRegionInformation[0x0], G4UserLimits[0x0], G4FastSimulationManager[0x0], G4UserSteppingAction[0x0]
Materials :
Production cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
========= Table of registered couples ============================
Index : 0 used in the geometry : Yes
Material : Air
Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 1 used in the geometry : Yes
Material : Stainless-Steel
Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV
Region(s) which use this couple :
DefaultRegionForTheWorld
Index : 2 used in the geometry : Yes
Material : G4_LITHIUM_FLUORIDE
Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV
Region(s) which use this couple :
DefaultRegionForTheWorld
==================================================================
### Run 3 starts.
========================================================================================
--> G4TaskRunManager::CreateAndStartWorkers() --> Creating 1 tasks with 1 events/task...
========================================================================================
G4WT4 >
G4WT4 > ========= Table of registered couples ============================
G4WT4 >
G4WT4 > Index : 0 used in the geometry : Yes
G4WT4 > Material : Air
G4WT4 > Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
G4WT4 > Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV
G4WT4 > Region(s) which use this couple :
G4WT4 > DefaultRegionForTheWorld
G4WT4 >
G4WT4 > Index : 1 used in the geometry : Yes
G4WT4 > Material : Stainless-Steel
G4WT4 > Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
G4WT4 > Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV
G4WT4 > Region(s) which use this couple :
G4WT4 > DefaultRegionForTheWorld
G4WT4 >
G4WT4 > Index : 2 used in the geometry : Yes
G4WT4 > Material : G4_LITHIUM_FLUORIDE
G4WT4 > Range cuts : gamma 10 km e- 10 km e+ 10 km proton 0 fm
G4WT4 > Energy thresholds : gamma 9.54965 GeV e- 9.54965 GeV e+ 9.54965 GeV proton 0 eV
G4WT4 > Region(s) which use this couple :
G4WT4 > DefaultRegionForTheWorld
G4WT4 >
G4WT4 > ==================================================================
G4WT4 >
G4WT4 > ### Run 0 starts on worker thread 4.
G4WT4 >
G4WT4 > *********************************************************************************************************
G4WT4 > * G4Track Information: Particle = triton, Track ID = 1, Parent ID = 0
G4WT4 > *********************************************************************************************************
G4WT4 >
G4WT4 > Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process
G4WT4 > 0 7.624 mm -8.246 mm -2.1 cm 0 eV 0 eV 0 fm 0 fm G4_LITHIUM_FLUORIDE initStep
G4WT4 > 1 7.624 mm -8.246 mm -2.1 cm 0 eV 0 eV 0 fm 0 fm G4_LITHIUM_FLUORIDE Decay
G4WT4 > [thread 4] Thread-local run terminated.
G4WT4 > [thread 4] Run Summary
G4WT4 > [thread 4] Number of events processed : 1
G4WT4 > [thread 4] User=0.000000s Real=0.001551s Sys=0.000000s [Cpu=0.0%]
Run terminated.
Run Summary
Number of events processed : 1
User=0.050000s Real=0.012727s Sys=0.010000s [Cpu=471.4%]
The run is 1 triton of 0 eV within G4_LITHIUM_FLUORIDE (D = 3 cm L = 6 cm )
Process calls frequency :
Decay= 1
List of generated particles (with meanLife != 0) :
Mean energy deposit per event = 0 eV ; rms = 0 eV
Mean energy flow per event = 0 eV ; rms = 0 eV
List of particles emerging from the container :
There are histograms that can be viewed with visualization:
14 h1 histograms(s)
List them with "/analysis/list".
View them immediately with "/vis/plot" or "/vis/reviewPlots".
But...there are no entries. To make your histograms available for
plotting in this UI session, use CloseFile(false) in your
EndOfRunAction and Reset() in your BeginOfRunAction.
1 event has been kept for refreshing and/or reviewing.
"/vis/reviewKeptEvents" to review one by one.
To see accumulated, "/vis/enable", then "/vis/viewer/flush" or "/vis/viewer/rebuild".
Any insights into what I am missing will be highly appreciated.
Thanks a lot in advance.
Edit 1: I try to diagnose with the Hadr03 and this is the list of reactions I got, I don’t see any 7Li(t,n)9Be reaction. The output is attached in the test.out.
test.out.txt (29.2 KB)