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

32 lines
676 B
Plaintext

# $Id: photoelec.mac,v 1.3 2006/10/24 16:54:16 maire Exp $
#
# Macro file for "TestEm14.cc"
# (can be run in batch, without graphic)
#
# photon 100 keV; photoelectric
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setMat Iron
###/testem/det/setMat BGO
#
/run/initialize
#
/process/inactivate compt
/process/inactivate conv
/process/inactivate GammaToMuPair
#
/gun/particle gamma
/gun/energy 100 keV
#
/testem/histo/setFileName photoelec
/testem/histo/setFileType hbook
/testem/histo/setHisto 3 100 0. 100. keV #energy of ch. secondaries
/testem/histo/setHisto 4 200 -1. +1. none #costeta of ch. secondaries
#
##/tracking/verbose 2
##/run/beamOn 1
#
/run/beamOn 100000