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

29 lines
543 B
Plaintext

# $Id: run12.draw,v 1.3 2001/11/05 15:28:39 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
#
/calor/setNbOfLayers 1
/calor/setNbOfAbsor 2
/calor/setAbsor 0 Iron 1 cm
/calor/setAbsor 1 Scintillator 1 cm
/calor/setSizeYZ 2 cm
/calor/update
#
/gun/setDefault
#
/run/verbose 2
/tracking/verbose 1
#
/gun/particle proton
/gun/energy 500 MeV
/run/beamOn 1