Files
geant4/examples/extended/hadronic/Hadr03/inelastic.mac
2020-06-26 10:23:25 +02:00

24 lines
418 B
Plaintext

#
# Macro file for "Hadr03.cc"
#
/control/verbose 2
/run/verbose 2
#
/testhadr/det/setMat Molybdenum98
#
/run/initialize
#
/gun/particle proton
/gun/energy 10 MeV
#
/process/list
/process/inactivate hadElastic
#
/analysis/setFileName inelastic
/analysis/h1/set 2 100 0. 8000 keV #gamma
/analysis/h1/set 8 100 0. 400 keV #nuclei
/analysis/h1/set 11 100 -10 +0 MeV #Q
#
/run/printProgress 1000
/run/beamOn 10000