Files
geant4/examples/extended/hadronic/Hadr03/nCapture.mac
T
2018-12-07 15:15:39 +01:00

32 lines
689 B
Plaintext

#
# Macro file for "Hadr03.cc"
# (can be run in batch, without graphic)
#
/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 7 100 0. 70 keV #nuclei
/analysis/h1/set 10 100 0. 70 MeV #Q
/analysis/h1/set 11 100 0. 15 MeV #Pbalance
#
/run/printProgress 10000
#
/run/beamOn 100000