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

34 lines
638 B
Plaintext

#
# Macro file for "Hadr03.cc"
# (can be run in batch, without graphic)
#
# proton 10 MeV; all processes
#
/control/verbose 2
/run/verbose 2
#
/testhadr/det/setIsotopeMat Mo100 42 100 10.28 g/cm3
###/testhadr/det/setMat G4_Mo
#
/testhadr/det/setSize 1000 m
#
/run/initialize
#
/gun/particle proton
/gun/energy 10 MeV
#
/process/list
/process/inactivate protonInelastic
#
/analysis/setFileName elastic
/analysis/h1/set 1 100 9. 11 MeV # scaterred proton
/analysis/h1/set 7 100 0. 50 keV #recoil nuclei
/analysis/h1/set 10 100 -700. 10 eV #Q
/analysis/h1/set 11 100 0. 15 MeV #Pbalance
#
/run/printProgress 1000
#
/run/beamOn 10000