Warning, /geant4/examples/extended/medical/dna/chem6/beam.in is written in an unsupported language. File is not indexed.
0001 /run/numberOfThreads 1
0002
0003 /chem/phys/registerPhysics G4EmDNAPhysics_option2
0004
0005 /process/dna/e-SolvationSubType Meesungnoen2002
0006 #/process/dna/e-SolvationSubType Ritchie1994
0007 #/process/dna/e-SolvationSubType Terrisol1990
0008
0009 # use Step-by-Step (SBS), independent reaction time (IRT)
0010 # or synchronized IRT (IRT_syn),
0011 # SBS ( is only for TDC, set 0 )
0012 /process/chem/TimeStepModel IRT
0013 #/process/chem/TimeStepModel SBS
0014 #/process/chem/TimeStepModel IRT_syn
0015
0016 /run/initialize
0017
0018 # species definition
0019 # username [ molecule | charge | D(m2/s) | Radius(nm) ]
0020 #/chem/species O2 [ O2 | 0 | 2.4e-9 | 0.17 ]
0021
0022 /chem/PrintSpeciesTable
0023
0024 # reset reaction table
0025 /chem/reaction/UI
0026
0027 # totally diffusion-controlled (TDC) | Fix | reactionRate[dm3/(mol*s)] | TDC (0)
0028 /chem/reaction/add H + H -> H2 | Fix | 0.503e10 | 0
0029 /chem/reaction/add e_aq + H -> H2 + OHm | Fix | 2.50e10 | 0
0030 /chem/reaction/add e_aq + e_aq -> H2 + OHm + OHm | Fix | 0.636e10 | 0
0031 /chem/reaction/add H3Op + OHm -> H2O | Fix | 1.13e11 | 0
0032
0033 # partially diffusion-controlled (PDC) | Fix | reactionRate[dm3/(mol*s)] | PDC (1)
0034 /chem/reaction/add °OH + H -> H2O | Fix | 1.55e10 | 1
0035 /chem/reaction/add °OH + °OH -> H2O2 | Fix | 0.55e10 | 1
0036 /chem/reaction/add e_aq + °OH -> OHm | Fix | 2.95e10 | 1
0037 /chem/reaction/add e_aq + H2O2 -> OHm + °OH | Fix | 1.10e10 | 1
0038 /chem/reaction/add e_aq + H3Op -> H + H2O | Fix | 2.11e10 | 1
0039
0040 /chem/reaction/print
0041
0042 /gun/position 0 0 0
0043 /gun/direction 0 0 1
0044 /gun/particle e-
0045
0046 # in order to reproduce LET values of NIST data
0047 # please see the spower example using stationary mode
0048
0049 # select cutoff energy for restricted LET
0050 #/scorer/LET/cutoff 100 eV
0051
0052 #/scorer/species/addTimeToRecord 1 ps
0053 #/scorer/species/addTimeToRecord 10 ps
0054 #/scorer/species/addTimeToRecord 100 ps
0055 #/scorer/species/addTimeToRecord 1 ns
0056 #/scorer/species/addTimeToRecord 10 ns
0057 #/scorer/species/addTimeToRecord 100 ns
0058 #/scorer/species/addTimeToRecord 1 us
0059
0060 /scorer/species/nOfTimeBins 50
0061
0062 #/scorer/species/fileName Gvalue
0063
0064 /tracking/verbose 0
0065 /scheduler/verbose 0
0066 /scheduler/endTime 1 microsecond
0067
0068 /run/printProgress 100
0069
0070 /primaryKiller/eLossMin 1.2 keV # primary is killed if deposited E is greater than this value
0071 /primaryKiller/eLossMax 1.212 keV # event is aborted if deposited E is greated than this value
0072 /gun/energy 2 keV
0073 /run/beamOn 15
0074
0075 /primaryKiller/eLossMin 1.6 keV # primary is killed if deposited E is greater than this value
0076 /primaryKiller/eLossMax 1.616 keV # event is aborted if deposited E is greated than this value
0077 /gun/energy 3.5 keV
0078 /run/beamOn 15
0079
0080 /primaryKiller/eLossMin 2.3 keV # primary is killed if deposited E is greater than this value
0081 /primaryKiller/eLossMax 2.323 keV # event is aborted if deposited E is greated than this value
0082 /gun/energy 7.5 keV
0083 /run/beamOn 15
0084
0085 /primaryKiller/eLossMin 3.8 keV # primary is killed if deposited E is greater than this value
0086 /primaryKiller/eLossMax 3.838 keV # event is aborted if deposited E is greated than this value
0087 /gun/energy 12.5 keV
0088 /run/beamOn 5
0089
0090 /primaryKiller/eLossMin 6.0 keV # primary is killed if deposited E is greater than this value
0091 /primaryKiller/eLossMax 6.06 keV # event is aborted if deposited E is greated than this value
0092 /gun/energy 30 keV
0093 /run/beamOn 5
0094
0095 /primaryKiller/eLossMin 8.0 keV # primary is killed if deposited E is greater than this value
0096 /primaryKiller/eLossMax 8.08 keV # event is aborted if deposited E is greated than this value
0097 /gun/energy 80 keV
0098 /run/beamOn 5
0099
0100 /primaryKiller/eLossMin 10 keV # primary is killed if deposited E is greater than this value
0101 /primaryKiller/eLossMax 10.1 keV # event is aborted if deposited E is greated than this value
0102 /gun/energy 999.999 keV
0103 /run/beamOn 2
0104