Warning, /geant4/examples/extended/medical/dna/radial/radial.in is written in an unsupported language. File is not indexed.
0001 # Verbosity
0002 /run/verbose 2
0003 /tracking/verbose 0
0004 /control/verbose 2
0005 #
0006 # MT
0007 /run/numberOfThreads 10
0008 #
0009 # Material
0010 /radial/setMat G4_WATER
0011 #
0012 # Sizes of World and cylinders
0013 #
0014 # -> RADIUS: from the range of secondary electrons having the maximum kinetic energy
0015 /radial/setWorldRadius 300 nm
0016 #
0017 # -> LENGTH: example for 1 MeV protons to get about 1000 proton steps
0018 /radial/setWorldLength 2.5 um
0019 #
0020 # -> THICKNESS: default set to 1 nm
0021 /radial/setThicknessCylinders 1 nm
0022 #
0023 # Atomic deexcitation
0024 /process/em/fluo true
0025 /process/em/auger true
0026 /process/em/augerCascade true
0027 /process/em/deexcitationIgnoreCut true
0028 #
0029 # Physics
0030 # - To use Geant4-DNA constructor X, X=0, 2, 4, or 6 (recommended)
0031 #/radial/addPhysics DNA_Opt0
0032 /radial/addPhysics DNA_Opt2
0033 #/radial/addPhysics DNA_Opt4
0034 #/radial/addPhysics DNA_Opt6
0035 #
0036 # Heavy ions tracking cut
0037 #/radial/addIonsTrackingCut false
0038 #
0039 # Run initialization
0040 /run/initialize
0041 #
0042 # Visualization
0043 #/control/execute vis.mac
0044 #
0045 # Incident ion type
0046 #
0047 /gun/particle proton
0048 #
0049 ##########################################################
0050 # PROTON IONISATION SETTINGS
0051 ##########################################################
0052 /process/inactivate proton_G4DNAExcitation
0053 /process/inactivate proton_G4DNAElastic
0054 /process/inactivate proton_G4DNAChargeDecrease
0055 # the following lines avoid standard EM processes, if any
0056 /process/inactivate msc
0057 /process/inactivate hIoni
0058 /process/inactivate nuclearStopping
0059 ##########################################################
0060 #
0061 #/gun/particle alpha
0062 #
0063 #/gun/particle ion
0064 #/gun/ion 14 28
0065 #
0066 # Incident particle energy
0067 /gun/energy 1 MeV
0068 #
0069 # Incident particle direction along cylinder Z-axis
0070 /gun/direction 0 0 1
0071 #
0072 # Beam on
0073 /run/beamOn 100