Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/dnaphysics/elastic.in is written in an unsupported language. File is not indexed.

0001 # Verbosity
0002 /tracking/verbose 0
0003 #
0004 # MT
0005 /run/numberOfThreads 10
0006 #
0007 # Material
0008 /dna/test/setMat G4_WATER
0009 #
0010 # Size of World volume
0011 /dna/test/setSize 100 nm
0012 #
0013 # Atomic deexcitation
0014 /process/em/fluo true
0015 /process/em/auger true
0016 /process/em/augerCascade true
0017 /process/em/deexcitationIgnoreCut true
0018 #
0019 # Physics
0020 # - To use Geant4-DNA constructor X, X=0, 2, 4, or 6 (recommended)
0021 #/dna/test/addPhysics DNA_Opt0
0022 #/dna/test/addPhysics DNA_Opt2
0023 /dna/test/addPhysics DNA_Opt4
0024 #/dna/test/addPhysics DNA_Opt6
0025 #
0026 # Run initialization
0027 /run/initialize
0028 /run/printProgress 1
0029 #
0030 # Incident particle type
0031 /gun/particle e-
0032 #
0033 # Incident particle energy
0034 /gun/energy 1 keV
0035 #
0036 /process/inactivate e-_G4DNAElectronSolvation
0037 /process/inactivate e-_G4DNAExcitation
0038 /process/inactivate e-_G4DNAIonisation
0039 #/process/inactivate e-_G4DNAAttachment
0040 #/process/inactivate e-_G4DNAVibExcitation
0041 #
0042 /process/inactivate msc
0043 /process/inactivate eIoni
0044 /process/inactivate eBrem
0045 #
0046 /step/recordOnlyFirstStep 1
0047 #
0048 # Beam on
0049 /run/beamOn 1000000