Warning, /geant4/examples/extended/electromagnetic/TestEm14/gamma.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm14.cc"
0003 # (can be run in batch, without graphic)
0004 #
0005 # photon 100 keV; all processes
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Water
0011 /testem/phys/addPhysics standard
0012 #
0013 /run/initialize
0014 #
0015 /run/setCut 1 nm
0016 #
0017 /gun/particle gamma
0018 ###/gun/energy 100 keV
0019 /gun/energy 10 MeV
0020 #
0021 /analysis/setFileName gamma
0022 /analysis/h1/set 1 100 0. 100. keV #energy of primary
0023 /analysis/h1/set 2 200 -1. +1. none #costeta of primary
0024 /analysis/h1/set 3 100 0. 100. keV #energy of ch. secondary
0025 /analysis/h1/set 4 200 -1. +1. none #costeta of ch. secondary
0026 /analysis/h1/set 5 100 0. 100. keV #energy of gamma
0027 /analysis/h1/set 6 200 -1. +1. none #costeta of gamma
0028 #
0029 /run/beamOn 100000