Warning, /geant4/examples/extended/electromagnetic/TestEm1/photoelec.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm1.cc"
0003 #
0004 # check energy conservation in photoelectric process
0005 #
0006 /control/verbose 1
0007 /run/verbose 1
0008 #
0009 /testem/det/setMat G4_Gd
0010 /testem/det/setSize 10 m
0011 #
0012 /testem/phys/addPhysics local
0013 ###/testem/phys/addPhysics emstandard_opt4
0014 #
0015 /run/initialize
0016 #
0017 /process/em/verbose 0
0018 #
0019 # photoelectric alone : no Compton nor conversion
0020 /process/inactivate compt
0021 /process/inactivate conv
0022 #
0023 # atomic deexcitation
0024 /process/em/fluo true
0025 /process/em/auger true
0026 /process/em/deexcitationIgnoreCut true
0027 #
0028 # no delta rays or bremsstrahlung production
0029 /run/setCut 1 mm
0030 #
0031 # no multiple scattering
0032 /process/inactivate msc
0033 #
0034 /testem/gun/setDefault
0035 /gun/particle gamma
0036 /gun/energy 80 keV
0037 /gun/position 0 0 0 mm
0038 #
0039 /tracking/verbose 2
0040 /run/beamOn 1
0041 /tracking/verbose 0
0042 #
0043 /analysis/setFileName photoelec
0044 /analysis/h1/set 4 100 0 100 keV #total edep
0045 #
0046 /run/beamOn 10000