Warning, /geant4/examples/extended/electromagnetic/TestEm1/ionis.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "TestEm1.cc"
0003 # (can be run in batch, without graphic)
0004 #
0005 # Ionisation only
0006 #
0007 /control/verbose 2
0008 /run/verbose 2
0009 #
0010 /testem/det/setMat Aluminium
0011 /testem/det/setSize 50 cm
0012 #
0013 /testem/phys/addPhysics local
0014 #
0015 /run/initialize
0016 #
0017 # prevent any gamma production
0018 /run/setCutForAGivenParticle gamma 1 km
0019 #
0020 # no multiple scattering
0021 /process/inactivate msc
0022 #
0023 # set cut for ionisation
0024 /run/setCutForAGivenParticle e- 1 mm
0025 #
0026 /testem/gun/setDefault
0027 /gun/particle e-
0028 /gun/energy 200 MeV
0029 #
0030 /analysis/setFileName ionis
0031 /analysis/h1/set 1 100 0 50 cm #track length of primary
0032 /analysis/h1/set 2 100 0 100 none #nb steps of primary
0033 /analysis/h1/set 3 200 0 50 mm #step size of primary
0034 #
0035 /analysis/h1/setAscii 1
0036 /analysis/h1/setAscii 2
0037 /analysis/h1/setAscii 3
0038 #
0039 /run/printProgress 100
0040 #
0041 /run/beamOn 1000