Files
geant4/examples/extended/electromagnetic/TestEm3/run02.mac
T
2016-06-08 16:18:25 +02:00

27 lines
484 B
Plaintext

# $Id: run02.mac,v 1.4 2001/11/05 15:28:39 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# Tungsten-Silicium 50 layers; electron 1 GeV
#
/control/verbose 2
#
/run/particle/setCut 100 mum
/run/initialize
#
/calor/setNbOfLayers 50
/calor/setNbOfAbsor 2
/calor/setAbsor 0 Tungsten 2 mm
/calor/setAbsor 1 Silicium 0.3 mm
/calor/update
#
/gun/setDefault
#
/run/verbose 2
/event/printModulo 100
#
/gun/particle e-
/gun/energy 1 GeV
/run/beamOn 100