Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/dnaphysics/dnaphysics.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
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 e-
0044 /gun/particle proton
0045 #/gun/particle hydrogen
0046 #/gun/particle alpha
0047 #/gun/particle alpha+
0048 #/gun/particle helium
0049 #/gun/particle ion
0050 #/gun/ion 14 28
0051 #
0052 # Incident particle energy
0053 /gun/energy 100 keV
0054 #
0055 # Beam on
0056 /run/beamOn 2