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

35 lines
631 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 1. mm
/run/particle/setECut 1. mm
/run/initialize
#
/calor/setAbsMat XenonMethanePropane
/calor/setAbsThick 23 mm
/calor/setAbsYZ 60 mm
/calor/update
/gun/setDefault
#
#
# hist file name
/plots/sethistName run18.1mm.paw
# PLOT: energy deposit distribution in Gas
/plots/setnbinEn 50
/plots/setEnlow 0. keV
/plots/setEnhigh 20. keV
#
/gun/particle proton
/gun/energy 2.20 GeV
/event/printModulo 1000
#
/run/beamOn 100000
#