Warning, /geant4/examples/extended/hadronic/Hadr03/elastic.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "Hadr03.cc"
0003 #
0004 /control/verbose 2
0005 /run/verbose 2
0006 #
0007 /testhadr/det/setIsotopeMat Mo100 42 100 10.28 g/cm3
0008 ###/testhadr/det/setMat G4_Mo
0009 #
0010 /testhadr/det/setSize 1000 m
0011 #
0012 /run/initialize
0013 #
0014 /gun/particle proton
0015 /gun/energy 10 MeV
0016 #
0017 /process/list
0018 /process/inactivate protonInelastic
0019 #
0020 /analysis/setFileName elastic
0021 /analysis/h1/set 1 100 9. 11 MeV # scaterred proton
0022 /analysis/h1/set 8 100 0. 50 keV #recoil nuclei
0023 /analysis/h1/set 11 100 -700. 10 eV #Q
0024 /analysis/h1/set 12 100 0. 15 MeV #Pbalance
0025 #
0026 /run/printProgress 1000
0027 /run/beamOn 10000
0028
0029