Warning, /geant4/examples/extended/electromagnetic/TestEm1/brems.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 # Bremsstrahlung 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 e- ionisation production
0018 /run/setCutForAGivenParticle e- 1 km
0019 #
0020 # no multiple scattering
0021 /process/inactivate msc
0022 #
0023 # set cut for gamma bremsstrahlung
0024 /run/setCutForAGivenParticle gamma 1 mm
0025 #
0026 # no gamma interaction
0027 /process/inactivate phot
0028 /process/inactivate compt
0029 /process/inactivate conv
0030 #
0031 /testem/gun/setDefault
0032 /gun/particle e-
0033 /gun/energy 200 MeV
0034 #
0035 /analysis/setFileName brems
0036 /analysis/h1/set 1 100 0 50 cm #track length of primary
0037 /analysis/h1/set 2 100 0 100 none #nb steps of primary
0038 /analysis/h1/set 3 200 0 50 mm #step size of primary
0039 #
0040 /run/printProgress 2000
0041 #
0042 /process/eLoss/verbose 0
0043 /process/inactivate eIoni
0044 /run/physicsModified
0045 /run/beamOn 10000
0046 #