35 lines
608 B
Plaintext
35 lines
608 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 1.00 mm
|
|
/run/particle/setECut 5.0 mum
|
|
/run/initialize
|
|
#
|
|
/calor/setAbsMat Aluminium
|
|
/calor/setAbsThick 5.30 mm
|
|
/calor/setAbsYZ 10. cm
|
|
/calor/update
|
|
/gun/setDefault
|
|
#
|
|
# hist file name
|
|
/plots/sethistName geant4.plot21
|
|
# PLOT: gamma energy at exit
|
|
/plots/setnbinGamma 80
|
|
/plots/setElowGamma 0.1 MeV
|
|
/plots/setEhighGamma 1.0 GeV
|
|
#
|
|
/gun/particle e-
|
|
/gun/energy 25. GeV
|
|
#
|
|
/run/beamOn 100000
|
|
#
|
|
#
|
|
|
|
|