Files
geant4/examples/extended/electromagnetic/TestEm11/range.mac
T
2016-06-09 17:01:34 +02:00

37 lines
734 B
Plaintext

# $Id: range.mac,v 1.5 2009-09-22 14:20:31 maire Exp $
#
# Macro file for "TestEm11.cc"
#
# compute the csda range of the primary particle
# with or without fluctuations
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setNbOfAbsor 1
/testem/det/setAbsor 1 Water 5 mm
/testem/det/setSizeYZ 5 mm
#
/testem/phys/addPhysics local
###/testem/phys/addPhysics empenelope
###/testem/phys/addPhysics emlivermore
#
/run/initialize
#
# prevent any secondary production
/testem/phys/setCuts 1 km
#
# eliminate straggling
/process/inactivate msc
/process/eLoss/fluct false
#
/gun/particle e-
/gun/energy 600 keV
#
/analysis/setFileName range
/analysis/h1/se 3 200 0 4 mm # csda range
#
/testem/event/printModulo 2000
#
/run/beamOn 20000