Files
geant4/examples/extended/hadronic/Hadr03/nFission.mac
T
2020-12-04 12:30:43 +01:00

39 lines
986 B
Plaintext

#
# Macro file for "Hadr03.cc"
#
# NB. for neutronHP, do not forget to activate the fission fragment model
# via one, and only one, of the following two UI commands:
# - To use the default fission model:
#/process/had/particle_hp/produce_fission_fragment true
#
# - To use the alternative Wendt fission model:
#/process/had/particle_hp/use_Wendt_fission_model true
#
/control/verbose 2
/run/verbose 2
#
/testhadr/det/setIsotopeMat U235 92 235 19.05 g/cm3
/testhadr/det/setSize 10 m
#
/run/initialize
#
/gun/particle neutron
/gun/energy 1 eV
#
/process/list
/process/inactivate hadElastic
###/process/inactivate neutronInelastic
/process/inactivate nCapture
#
/analysis/setFileName nFission
/analysis/h1/set 2 100 0 10 MeV #gamma
/analysis/h1/set 4 100 0 10 MeV #neutron
/analysis/h1/set 8 100 0 150 MeV #nuclei
/analysis/h1/set 11 100 150 250 MeV #Q
/analysis/h1/set 13 200 1 200 none #A
#
/run/printProgress 1000
/testhadr/run/printStat false
#
/run/beamOn 10000