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

30 lines
646 B
Plaintext

#
# Macro file for "Hadr03.cc"
#
/control/verbose 2
/run/verbose 2
#
/testhadr/det/setIsotopeMat B10 5 10 2.46 g/cm3
###/testhadr/det/setIsotopeMat B11 5 11 2.46 g/cm3
###/testhadr/det/setMat G4_B
/testhadr/det/setSize 100 km
#
/run/initialize
#
/gun/particle neutron
/gun/energy 1 eV
#
/process/list
/process/inactivate hadElastic
/process/inactivate neutronInelastic
/process/inactivate nFission
#
/analysis/setFileName nCapture
/analysis/h1/set 2 100 0. 15 MeV #gamma
/analysis/h1/set 8 100 0. 70 keV #nuclei
/analysis/h1/set 11 100 0. 70 MeV #Q
/analysis/h1/set 12 100 0. 15 MeV #Pbalance
#
/run/printProgress 10000
/run/beamOn 100000