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

35 lines
623 B
Plaintext

#
# Macro file for the initialization phase of "TestEm5.cc"
#
# It creates the default geometry (simple absorber box )
#
/control/verbose 2
/run/verbose 2
#
/run/particle/setGCut 2.13 mm
/run/particle/setECut 7.0 mum
/run/initialize
#
/calor/setAbsMat Silicon
/calor/setAbsThick 20.5 mum
/calor/setAbsYZ 10 cm
/calor/update
#
/gun/setDefault
#
# hist file name
/plots/sethistName run19.paw
# PLOT: energy deposit distribution in absorber
/plots/setnbinEn 65
/plots/setEnlow 0. keV
/plots/setEnhigh 13. keV
#
/gun/particle pi+
/gun/energy 5. GeV
/event/printModulo 10000
#
/run/beamOn 100000
#