Files
geant4/examples/extended/electromagnetic/TestEm7/ionC12.mac
T
2016-06-09 15:37:50 +02:00

42 lines
828 B
Plaintext

# $Id: ionC12.mac,v 1.19 2007/11/07 19:41:32 vnivanch Exp $
#
# Macro file for "TestEm7.cc"
# (can be run in batch, without graphic)
#
#
/control/verbose 2
/run/verbose 2
/tracking/verbose 1
#
/testem/det/setMat Water
/testem/det/setSizeX 20 cm
/testem/det/setSizeYZ 20 cm
#
/testem/det/tallyMat Water
/testem/det/tallySize 2. 2. 2. mm
/testem/det/tallyPosition -9.9 0. 0. cm
/testem/det/tallyPosition -5. 0. 0. cm
/testem/det/tallyPosition 0. 0. 0. cm
/testem/det/tallyPosition 5. 0. 0. cm
#
/testem/phys/addPhysics standardNR
#/testem/phys/addPhysics emstandard
#/testem/phys/addPhysics standard_opt2
#
/run/initialize
#
/gun/particle ion
/gun/ion 6 12 6
#/gun/ion 6 12 1
/gun/energy 3.5 GeV
#
# beam size
/testem/gun/rndm 2 mm
#
# step limit
/testem/stepMax 1 mm
#
/testem/event/printModulo 1000
#
/run/beamOn 1000