Files
geant4/examples/extended/electromagnetic/TestEm5/run02.mac
T
2016-06-09 10:15:15 +02:00

36 lines
678 B
Plaintext

#
# Macro file for the initialization phase of "TestEm5.cc"
#
# It creates the default geometry (simple absorber box )
#
/control/verbose 2
#control/saveHistory
/run/verbose 2
#
/testem/phys/setGCut 13.0 mum
/testem/phys/setEcut 1.12 mum
/run/initialize
#
/testem/det/setAbsMat Gold
/testem/det/setAbsThick 19.296 mum
/testem/det/setAbsYZ 10. cm
/testem/det/update
/testem/gun/setDefault
#
# hist file name
/testem/plots/sethistName geant4.plot02
# PLOT: angle distr. of transmitted particles
/testem/plots/setnbinTh 100
/testem/plots/setThlow 0.0 deg
/testem/plots/setThhigh 10.0 deg
#
#
/gun/particle e-
/gun/energy 15.7 MeV
#
/run/beamOn 1000000
#
#