Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/dnaphysics/radioactive.in is written in an unsupported language. File is not indexed.

0001 # Verbosity
0002 /tracking/verbose 0
0003 /run/verbose 2
0004 /control/verbose 2
0005 #
0006 # MT
0007 /run/numberOfThreads 5
0008 #
0009 # Material
0010 /dna/test/setMat G4_WATER
0011 # or alternatively
0012 #/dna/test/setMatDens G4_WATER_MODIFIED 1.200 g/cm3
0013 #
0014 # Size of World volume
0015 /dna/test/setSize 100 um
0016 #
0017 # Atomic deexcitation
0018 /process/em/fluo true
0019 /process/em/auger true
0020 /process/em/augerCascade true
0021 /process/em/deexcitationIgnoreCut true
0022 #
0023 # Physics
0024 # - To use Geant4-DNA constructor X, X=0, 2, 4, or 6 (recommended)
0025 #/dna/test/addPhysics DNA_Opt0
0026 /dna/test/addPhysics DNA_Opt2
0027 #/dna/test/addPhysics DNA_Opt4
0028 #/dna/test/addPhysics DNA_Opt6
0029 #
0030 # - To add radioactive radioactive decay
0031 /dna/test/addPhysics raddecay
0032 #
0033 # Heavy ions tracking cut
0034 #/dna/test/addIonsTrackingCut false
0035 #
0036 # Run initialization
0037 /run/initialize
0038 #
0039 # Visualization
0040 #/control/execute vis.mac
0041 #
0042 # Incident particle type
0043 /gun/particle ion
0044 #
0045 # Some iodine nuclei
0046 #/gun/ion 53 123
0047 #/gun/ion 53 124
0048 #/gun/ion 53 125
0049 #/gun/ion 53 131
0050 #
0051 # Some beta- emitters: 67Cu, 90Y, 177Lu
0052 /gun/ion 29 67
0053 #/gun/ion 39 90
0054 #/gun/ion 71 177
0055 #
0056 # Some Auger emitters: 64Cu, 111In, 201Tl
0057 #/gun/ion 29 64
0058 #/gun/ion 49 111
0059 #/gun/ion 81 201
0060 #
0061 # Some beta+ emitters: 18F, 68Ga
0062 #/gun/ion 9 18
0063 #/gun/ion 31 68
0064 #
0065 # Some alpha emitters: 149Tb, 211At, 212Pb, 213Bi, 223Ra, 225Ac, 227Th
0066 #/gun/ion 65 149
0067 #/gun/ion 85 211
0068 #/gun/ion 82 212
0069 #/gun/ion 83 213
0070 #/gun/ion 88 223
0071 #/gun/ion 89 225
0072 #/gun/ion 90 227
0073 #
0074 # Nucleus kinetic energy is set to zero
0075 /gun/energy 0 eV
0076 #
0077 # Decay time threshold (if needed)
0078 #/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0079 #
0080 # Beam on
0081 /run/beamOn 5