Files
geant4/examples/extended/electromagnetic/TestEm7/ionC12.mac
T
2017-12-08 12:52:30 +01:00

44 lines
962 B
Plaintext

# $Id: ionC12.mac 107330 2017-11-08 16:42:09Z gcosmo $
#
# Macro file for "TestEm7.cc"
# (can be run in batch, without graphic)
#
/control/verbose 2
/run/verbose 2
/tracking/verbose 0
#
/testem/det/setMat G4_WATER
/testem/det/setSizeX 20 cm
/testem/det/setSizeYZ 20 cm
#
/testem/det/tallyNumber 4
/testem/det/tallyDefinition 0 2. 2. 2. mm
/testem/det/tallyDefinition 1 2. 2. 2. mm
/testem/det/tallyDefinition 2 2. 2. 2. mm
/testem/det/tallyDefinition 3 2. 2. 2. mm
/testem/det/tallyPosition 0 -9.9 0. 0. cm
/testem/det/tallyPosition 1 -5. 0. 0. cm
/testem/det/tallyPosition 2 0. 0. 0. cm
/testem/det/tallyPosition 3 5. 0. 0. cm
#
/testem/phys/addPhysics emstandard_opt3
#/testem/phys/addPhysics ionGasModels
#
/run/initialize
#
/gun/particle ion
/gun/ion 6 12 6
/gun/energy 2.4 GeV
#
# step limit
/run/setCut 0.5 mm
#
/run/printProgress 100
#
/analysis/setFileName c12
/analysis/h1/set 2 100 80 90 mm
/analysis/h1/set 3 100 80 90 mm
#
/run/beamOn 1000
#