Files
geant4/examples/extended/electromagnetic/TestEm5/run02.mac
T
2016-06-08 16:39:52 +02:00

36 lines
625 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
#
/run/particle/setGCut 13.0 mum
/run/particle/setEcut 1.12 mum
/run/initialize
#
/calor/setAbsMat Gold
/calor/setAbsThick 19.296 mum
/calor/setAbsYZ 10. cm
/calor/update
/gun/setDefault
#
# hist file name
/plots/sethistName geant4.plot02
# PLOT: angle distr. of transmitted particles
/plots/setnbinTh 100
/plots/setThlow 0.0 deg
/plots/setThhigh 10.0 deg
#
#
/gun/particle e-
/gun/energy 15.7 MeV
#
/run/beamOn 1000000
#
#