Files
geant4/examples/extended/electromagnetic/TestEm14/compton.mac
T
2016-06-09 14:55:03 +02:00

34 lines
837 B
Plaintext

# $Id: compton.mac,v 1.3 2006/09/06 09:56:06 maire Exp $
#
# 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
####/testem/phys/addPhysics livermore
####/testem/phys/addPhysics penelope
#
/run/initialize
#
/process/inactivate phot
/process/inactivate conv
/process/inactivate GammaToMuPair
#
/gun/particle gamma
/gun/energy 300 keV
#
/testem/histo/setFileName compton
/testem/histo/setFileType hbook
/testem/histo/setHisto 1 100 0. 300. keV #energy of primary
/testem/histo/setHisto 2 200 -1. +1. none #costeta of primary
/testem/histo/setHisto 3 100 0. 300. keV #energy of ch. secondary
/testem/histo/setHisto 4 200 -1. +1. none #costeta of ch. secondary
#
/run/beamOn 100000