Files
geant4/examples/extended/electromagnetic/TestEm3/dedx.mac
T
2016-06-10 11:51:14 +02:00

32 lines
588 B
Plaintext

# $Id: dedx.mac 66241 2012-12-13 18:34:42Z gunter $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# To control dE/dx calculation:
# 1 layer; minimum ionizing particle
#
/control/verbose 2
/run/verbose 2
#
/testem/det/setNbOfLayers 1
/testem/det/setNbOfAbsor 1
/testem/det/setAbsor 1 liquidArgon 1 cm
/testem/det/setSizeYZ 1 cm
#
/testem/phys/addPhysics local
/testem/phys/setCuts 1 km
#
/run/initialize
#
/process/inactivate msc
/process/eLoss/fluct false
#
/testem/gun/setDefault
/gun/particle mu-
/gun/energy 50 GeV
#
/tracking/verbose 1
#
/run/beamOn 2