Warning, /geant4/examples/extended/electromagnetic/TestEm7/tallies.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm7.cc"
0003 # (can be run in batch, without graphic)
0004 # It shows how to introduce simple tallies
0005 #
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Water
0011 /testem/det/setSizeX 20 cm
0012 /testem/det/setSizeYZ 20 cm
0013 #
0014 /testem/det/tallyNumber 4
0015 /testem/det/tallyDefinition 0 2. 2. 2. mm
0016 /testem/det/tallyDefinition 1 2. 2. 2. mm
0017 /testem/det/tallyDefinition 2 2. 2. 2. mm
0018 /testem/det/tallyDefinition 3 2. 2. 2. mm
0019 /testem/det/tallyPosition 0 -9.9 0. 0. cm
0020 /testem/det/tallyPosition 1 -5. 0. 0. cm
0021 /testem/det/tallyPosition 2 0. 0. 0. cm
0022 /testem/det/tallyPosition 3 5. 0. 0. cm
0023 #
0024 /testem/phys/addPhysics local # em physics
0025 #
0026 /run/initialize
0027 #
0028 /gun/particle proton
0029 /gun/energy 160 MeV
0030 #
0031 # beam size
0032 /testem/gun/rndm 3 mm
0033 #
0034 # limit the step size
0035 /testem/stepMax 1 mm
0036 #
0037 /run/printProgress 1000
0038 #
0039 /run/beamOn 10000