57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
# Verbosity
|
|
/tracking/verbose 0
|
|
/run/verbose 2
|
|
/control/verbose 2
|
|
#
|
|
# MT
|
|
/run/numberOfThreads 2
|
|
#
|
|
# Material
|
|
/dna/test/setMat G4_WATER
|
|
# or alternatively
|
|
#/dna/test/setMatDens G4_WATER_MODIFIED 1.200 g/cm3
|
|
#
|
|
# Size of World volume
|
|
/dna/test/setSize 100 um
|
|
#
|
|
# Atomic deexcitation
|
|
/process/em/fluo true
|
|
/process/em/auger true
|
|
/process/em/augerCascade true
|
|
/process/em/deexcitationIgnoreCut true
|
|
#
|
|
# Physics
|
|
# - To use Geant4-DNA constructor X, X=0, 2, 4, or 6 (recommended)
|
|
#/dna/test/addPhysics DNA_Opt0
|
|
/dna/test/addPhysics DNA_Opt2
|
|
#/dna/test/addPhysics DNA_Opt4
|
|
#/dna/test/addPhysics DNA_Opt6
|
|
#
|
|
# - To add radioactive radioactive decay
|
|
/dna/test/addPhysics raddecay
|
|
#
|
|
# Heavy ions tracking cut
|
|
#/dna/test/addIonsTrackingCut false
|
|
#
|
|
# Run initialization
|
|
/run/initialize
|
|
#
|
|
# Visualization
|
|
#/control/execute vis.mac
|
|
#
|
|
# Incident particle type
|
|
#/gun/particle e-
|
|
/gun/particle proton
|
|
#/gun/particle hydrogen
|
|
#/gun/particle alpha
|
|
#/gun/particle alpha+
|
|
#/gun/particle helium
|
|
#/gun/particle ion
|
|
#/gun/ion 14 28
|
|
#
|
|
# Incident particle energy
|
|
/gun/energy 100 keV
|
|
#
|
|
# Beam on
|
|
/run/beamOn 2
|