Warning, /geant4/examples/extended/electromagnetic/TestEm11/radioactive.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for TestEm11
0003 #
0004 # radioactive source in multi layers
0005 #
0006 /control/cout/ignoreThreadsExcept 0
0007 /control/verbose 2
0008 /run/verbose 1
0009 #
0010 /testem/det/setNbOfAbsor 4
0011 /testem/det/setAbsor 1 G4_PLEXIGLASS 5 mm
0012 /testem/det/setAbsor 2 G4_Al 0.5 mm
0013 /testem/det/setAbsor 3 G4_AIR 2 mm
0014 /testem/det/setAbsor 4 G4_SODIUM_IODIDE 5 cm
0015 /testem/det/setSizeYZ 5 cm
0016 #
0017 /testem/phys/addPhysics local # em physics
0018 #
0019 /run/initialize
0020 #
0021 # Set a very high time threshold to allow all decays to happen
0022 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0023 #
0024 /testem/gun/setDefault
0025 /gun/particle ion
0026 /gun/ion 11 22
0027 /gun/energy 0 eV
0028 /gun/position -26.25 0 0 mm
0029 #
0030 /analysis/setFileName rdecay
0031 /analysis/h1/set 14 100 0. 3. MeV #edep in absor 4
0032 /analysis/h1/setAscii 14
0033 #
0034 /run/printProgress 10000
0035 /run/beamOn 100000