36 lines
637 B
Plaintext
36 lines
637 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 micrometer
|
|
/run/particle/setEcut 1.12 micrometer
|
|
/run/initialize
|
|
#
|
|
/calor/setAbsMat Gold
|
|
/calor/setAbsThick 9.658 mum
|
|
/calor/setAbsYZ 10. cm
|
|
/calor/update
|
|
#
|
|
/gun/setDefault
|
|
#
|
|
# hist file name
|
|
/plots/sethistName geant4.plot01
|
|
# 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
|
|
#
|
|
|
|
|