Warning, /geant4/examples/extended/electromagnetic/TestEm14/photoelec.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; photoelectric
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Gold
0011 #
0012 /testem/phys/addPhysics standard
0013 #
0014 /run/initialize
0015 #
0016 /run/setCut 1 nm
0017 #
0018 /process/inactivate compt
0019 /process/inactivate conv
0020 /process/inactivate Rayl
0021 /process/inactivate GammaToMuPair
0022 #
0023 ###/process/em/auger true
0024 #
0025 /gun/particle gamma
0026 /gun/energy 80 keV
0027 #
0028 /analysis/setFileName photoelec
0029 /analysis/h1/set 3 100 0. 100. keV #energy of ch. secondaries
0030 /analysis/h1/set 4 200 -1. +1. none #costeta of ch. secondaries
0031 /analysis/h1/set 5 100 0. 100. keV #energy of gamma
0032 /analysis/h1/set 6 200 -1. +1. none #costeta of gamma
0033 #
0034 ###/tracking/verbose 2
0035 ###/run/beamOn 1
0036 #
0037 /run/beamOn 100000