Warning, /geant4/examples/extended/medical/dna/molcounters/sdcounters/simple_sbs.in is written in an unsupported language. File is not indexed.
0001 /run/numberOfThreads 2
0002
0003 # use Step-by-Step (SBS), independent reaction time (IRT)
0004 # or synchronized IRT (IRT_syn),
0005 # SBS ( is only for TDC, set 0 )
0006 #/process/chem/TimeStepModel IRT
0007 /process/chem/TimeStepModel SBS
0008 #/process/chem/TimeStepModel IRT_syn
0009
0010
0011 /run/initialize
0012
0013 /chem/PrintSpeciesTable
0014
0015 # set all reaction rates to zero (only diffusion)
0016 /chem/reaction/UI
0017
0018 # totally diffusion-controlled (TDC) | Fix | reactionRate[dm3/(mol*s)] | TDC (0)
0019 /chem/reaction/add H + H -> H2 | Fix | 0 | 0
0020 /chem/reaction/add e_aq + H -> H2 + OHm | Fix | 0 | 0
0021 /chem/reaction/add e_aq + e_aq -> H2 + OHm + OHm | Fix | 0 | 0
0022 /chem/reaction/add H3Op + OHm -> H2O | Fix | 0 | 0
0023
0024 # partially diffusion-controlled (PDC) | Fix | reactionRate[dm3/(mol*s)] | PDC (1)
0025 /chem/reaction/add OH + H -> H2O | Fix | 0 | 1
0026 /chem/reaction/add OH + OH -> H2O2 | Fix | 0 | 1
0027 /chem/reaction/add e_aq + OH -> OHm | Fix | 0 | 1
0028 /chem/reaction/add e_aq + H2O2 -> OHm + OH | Fix | 0 | 1
0029 /chem/reaction/add e_aq + H3Op -> H + H2O | Fix | 0 | 1
0030
0031 /chem/reaction/print
0032
0033 /gun/position 0 0 0
0034 /gun/particle e-
0035
0036 /tracking/verbose 0
0037 /scheduler/verbose 0
0038 /scheduler/endTime 0.001 microsecond
0039
0040 /scorer/BasicMoleculeCounts/nOfTimeBins 10
0041 /scorer/BasicCounter_VariablePrecision/nOfTimeBins 10
0042 /scorer/basicreactioncounts/nOfTimeBins 10
0043
0044 /run/verbose 1
0045 /run/printProgress 1
0046
0047 /gun/energy 1 keV
0048 /run/beamOn 2