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

38 lines
671 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 2250.0 micrometer
/run/particle/setECut 6.050 micrometer
/run/initialize
#
/calor/setAbsMat Aluminium
/calor/setAbsThick 4.005 mm
/calor/setAbsYZ 10. cm
/calor/update
/gun/setDefault
#
#
# hist file name
/plots/sethistName geant4.plot05
# PLOT: angle distr. of transmitted particles
/plots/setnbinTh 100
/plots/setThlow 0.0 deg
/plots/setThhigh 0.01 deg
#
#
/gun/particle proton
# momentum 70 GeV/c ....
/gun/energy 69.068 GeV
#
/run/beamOn 100000
#
#