35 lines
638 B
Plaintext
35 lines
638 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 2130.0 micrometer
|
|
/run/particle/setECut 7.000 micrometer
|
|
/run/initialize
|
|
#
|
|
/calor/setAbsMat Silicon
|
|
/calor/setAbsThick 92.6 mum
|
|
/calor/setAbsYZ 10. cm
|
|
/calor/update
|
|
/gun/setDefault
|
|
#
|
|
# hist file name
|
|
/plots/sethistName geant4.plot04
|
|
# PLOT: angle distr. of transmitted particles
|
|
/plots/setnbinTh 60
|
|
/plots/setThlow 0.0 deg
|
|
/plots/setThhigh 6.0 deg
|
|
#
|
|
/gun/particle proton
|
|
/gun/energy 6.56 MeV
|
|
#
|
|
/run/beamOn 100000
|
|
#
|
|
#
|
|
|
|
|