Files
geant4/examples/extended/electromagnetic/TestEm8/run02a.mac
T
2016-06-08 15:34:16 +02:00

38 lines
655 B
Plaintext

#
# Macro file for the initialization phase of "TestEm5.cc"
#
# It creates the default geometry (simple absorber cylinder )
#
/control/verbose 2
#control/saveHistory
/run/verbose 2
#
/run/initialize
#
/calor/setAbsMat Gold
/calor/setAbsThick 19.296e-3 mm
/calor/setAbsRad 100.0 mm
/calor/update
#
# hist file name
/plots/sethistName geant4.plot02a
# PLOT: angle distr. of transmitted particles
/plots/setnbinTh 60
/plots/setThlow 0.0 deg
/plots/setThhigh 30.0 deg
#
/calor/cutG 13.0 micrometer
/calor/cutE 1.12 micrometer
/run/initialize
/run/particle/dumpCutValues
#
#
/gun/particle e-
/gun/energy 15.7 MeV
#
/run/beamOn 1000000
#
#