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

29 lines
580 B
Plaintext

# $Id: run12.draw,v 1.4 2002/12/12 11:19:34 maire Exp $
#
# Macro file for "TestEm3.cc"
# (can be run in batch, without graphic)
#
# Iron-scintillator 1 layer; proton 500 MeV
# (to test the BirkAttenuation() function)
#
/control/verbose 2
#
/run/particle/setCut 1 mm
/run/initialize
#
/testem/det/setNbOfLayers 1
/testem/det/setNbOfAbsor 2
/testem/det/setAbsor 0 Iron 1 cm
/testem/det/setAbsor 1 Scintillator 1 cm
/testem/det/setSizeYZ 2 cm
/testem/det/update
#
/testem/gun/setDefault
#
/run/verbose 2
/tracking/verbose 1
#
/gun/particle proton
/gun/energy 500 MeV
/run/beamOn 1