Files
geant4/examples/extended/electromagnetic/TestEm3/run16.mac
T
2016-06-08 16:57:27 +02:00

35 lines
666 B
Plaintext

# $Id: run16.mac,v 1.5 2002/12/12 11:19:34 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# Al-Au-Al 1 layer;
#
# G.L.Lockwood et al. SAND79-0414 (1980)
#
/control/verbose 2
#
/run/particle/setCut 1 mum
/run/initialize
#
/testem/det/setNbOfLayers 1
/testem/det/setNbOfAbsor 3
/testem/det/setAbsor 0 Aluminium 170 mum
/testem/det/setAbsor 1 Gold 23 mum
/testem/det/setAbsor 2 Aluminium 850 mum
/testem/det/setSizeYZ 1050 mum
/testem/det/update
#
/testem/gun/setDefault
#
/run/verbose 2
/testem/event/printModulo 1000
#
/gun/particle e-
/gun/energy 1 MeV
#
/testem/tracking/stepMax 5 mum
/testem/gun/rndm 0.8
#
/run/beamOn 10