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

33 lines
683 B
Plaintext

# $Id: run05.mac,v 1.5 2002/12/12 11:19:33 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# Lead-Silicium 10 layers; electron 2, 4, 6 GeV
#
# SICAPO Collaboration. NIM A345 (244-249) Oct.93
#
/control/verbose 2
#
/run/particle/setCut 1 mm
/run/initialize
#
/testem/det/setNbOfLayers 10
/testem/det/setNbOfAbsor 4
/testem/det/setAbsor 0 Lead 19.0 mm
/testem/det/setAbsor 1 NemaG10 0.2 mm
/testem/det/setAbsor 2 Silicium 0.4 mm
/testem/det/setAbsor 3 NemaG10 1.0 mm
/testem/det/setSizeYZ 16. cm
/testem/det/update
#
/testem/gun/setDefault
#
/run/verbose 2
/testem/event/printModulo 10
#
/gun/particle e-
/gun/energy 6 GeV
/run/beamOn 500