Files
geant4/examples/extended/electromagnetic/TestEm14/compton.mac
T
2016-06-10 12:08:39 +02:00

35 lines
830 B
Plaintext

# $Id: compton.mac 82439 2014-06-20 10:37:29Z gcosmo $
#
# Macro file for "TestEm14.cc"
# (can be run in batch, without graphic)
#
# photon 300 keV; compton
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Aluminium
#
/testem/phys/addPhysics standard
#
/run/initialize
#
/run/setCut 1 nm
#
/process/inactivate phot
/process/inactivate conv
/process/inactivate GammaToMuPair
#
/gun/particle gamma
/gun/energy 300 keV
#
/analysis/setFileName compton
/analysis/h1/set 1 100 0. 300. keV #energy of primary
/analysis/h1/set 2 200 -1. +1. none #costeta of primary
/analysis/h1/set 3 100 0. 300. keV #energy of ch. secondary
/analysis/h1/set 4 200 -1. +1. none #costeta of ch. secondary
/analysis/h1/set 5 100 0. 300. keV #energy of gamma
/analysis/h1/set 6 200 -1. +1. none #costeta of gamma
#
/run/beamOn 100000