Warning, /geant4/examples/extended/medical/dna/microdosimetry/microdosimetry.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 2
0008 #
0009 # Material
0010 #/dna/test/setMat G4_WATER_MODIFIED
0011 /dna/test/setMat G4_WATER
0012 #
0013 #
0014 # Physics
0015 #
0016 # Atomic deexcitation
0017 /process/em/fluo true
0018 /process/em/auger true
0019 /process/em/augerCascade true
0020 /process/em/deexcitationIgnoreCut true
0021 #
0022 # -> 1) EM Physics in the World region
0023 /dna/test/addPhysics emstandard_opt4
0024 #
0025 # -> 2) Geant4-DNA Physics in the target regionTarget
0026 # use /process/em/AddDNARegion regionTarget X
0027 # where X is DNA_Opt0 or DNA_Opt2 or DNA_Opt4 or DNA_Opt6
0028 /process/em/AddDNARegion regionTarget DNA_Opt4
0029 #
0030 # -> 3) If needed, to add radioactive radioactive decay
0031 #/dna/test/addPhysics raddecay
0032 #
0033 # -> 4) If needed, 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
0043 #
0044 /gun/position -4 0 0 micrometer
0045 #
0046 #/gun/particle e-
0047 /gun/particle proton
0048 #/gun/particle hydrogen
0049 #/gun/particle alpha
0050 #/gun/particle alpha+
0051 #/gun/particle helium
0052 #/gun/particle ion
0053 #/gun/ion 6 12
0054 #
0055 /gun/energy 1 MeV
0056 #
0057 # Beam on
0058 /run/beamOn 2