Files
geant4/examples/extended/electromagnetic/TestEm5/run18.mac
T
2016-06-09 10:15:15 +02:00

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