Files
geant4/examples/extended/electromagnetic/TestEm7/snr.mac
T
2016-06-09 16:46:55 +02:00

44 lines
958 B
Plaintext

# $Id: snr.mac,v 1.4 2009-11-21 22:02:51 maire Exp $
#
# Macro file for "TestEm7.cc"
# (can be run in batch, without graphic)
#
#
/control/verbose 1
/run/verbose 1
#
/testem/det/setMat G4_WATER
/testem/det/setSizeX 20 cm
/testem/det/setSizeYZ 20 cm
#
/testem/det/tallyNumber 4
/testem/det/tallyDefinition 1 G4_WATER 2. 2. 2. mm
/testem/det/tallyDefinition 2 G4_WATER 2. 2. 2. mm
/testem/det/tallyDefinition 3 G4_WATER 2. 2. 2. mm
/testem/det/tallyDefinition 4 G4_WATER 2. 2. 2. mm
/testem/det/tallyPosition 1 -9.9 0. 0. cm
/testem/det/tallyPosition 2 -5. 0. 0. cm
/testem/det/tallyPosition 3 0. 0. 0. cm
/testem/det/tallyPosition 4 5. 0. 0. cm
#
/testem/phys/addPhysics standardNR
#
/run/initialize
#
/gun/particle proton
/gun/energy 160 MeV
# beam size
/testem/gun/rndm 3 mm
#
/testem/event/printModulo 1000
/testem/stepMax 1 mm
#
/run/beamOn 10000
#
/testem/stepMax 100 mm
/gun/particle ion
/gun/ion 6 12 6
/gun/energy 3.5 GeV
/run/beamOn 1000
#