Files
geant4/examples/extended/electromagnetic/TestEm3/run15.mac
T
2016-06-09 10:15:15 +02:00

37 lines
710 B
Plaintext

# $Id: run15.mac,v 1.7 2003/03/06 18:16:16 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# Iron-scintillator 20 layers;
#
/control/verbose 2
#
# select EM PhysicsList
#
#/testem/phys/addPhysics model
/testem/phys/addPhysics standard
#
/testem/phys/setCuts 10 mum
/run/initialize
#
/testem/det/setNbOfLayers 20
/testem/det/setNbOfAbsor 2
/testem/det/setAbsor 0 Iron 14 mm
/testem/det/setAbsor 1 Scintillator 3 mm
/testem/det/setSizeYZ 30 cm
/testem/det/update
#
/testem/gun/setDefault
#
/run/verbose 2
/testem/event/printModulo 1000
#
/gun/particle mu+
/gun/energy 20 GeV
#
/testem/run/setHisto 0 100 0. 1.e-1
/testem/run/setHisto 1 100 0. 5.e-3
#
/run/beamOn 20000