Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # MT mode
0002 /run/numberOfThreads 8
0003 #
0004 # Sphere material
0005 /mfp/det/setMat G4_WATER
0006 #
0007 # Sphere radius
0008 /mfp/det/setRadius 10 m
0009 #
0010 # Physics constructor
0011 #/mfp/phys/addPhysics  G4EmDNAPhysics
0012 /mfp/phys/addPhysics  G4EmDNAPhysics_option2
0013 #/mfp/phys/addPhysics  G4EmDNAPhysics_option4
0014 #/mfp/phys/addPhysics  G4EmDNAPhysics_option6
0015 #
0016 # Run initialization
0017 /run/initialize
0018 #
0019 # Run progress
0020 #/run/printProgress 10000
0021 #
0022 # Tracking verbosity
0023 /tracking/verbose 0
0024 #
0025 # Definition of histogramps
0026 /analysis/h1/set 1 100 0. 1.1 keV #energy of primary
0027 /analysis/h1/set 2 100 -1.1 +1.1 none #costeta of primary
0028 /analysis/h1/set 3 100 0. 1.1 keV #energy of ch. secondary
0029 /analysis/h1/set 4 100 -1.1 +1.1 none #costeta of ch. secondary
0030 /analysis/h1/set 5 100 0. 1.1 keV #energy of ne. secondary
0031 /analysis/h1/set 6 100 -1.1 +1.1 none #costeta of ne. secondary
0032 #
0033 # Primary particle type
0034 /gun/particle e-
0035 #
0036 # Inactivation of some processes (if needed)
0037 #/process/inactivate e-_G4DNAExcitation
0038 #/process/inactivate e-_G4DNAIonisation
0039 #/process/inactivate e-_G4DNAElastic
0040 /process/inactivate e-_G4DNAVibExcitation
0041 /process/inactivate e-_G4DNAAttachment
0042 #
0043 # Primary particle energy
0044 /gun/energy 1 keV
0045 #
0046 # Beam on
0047 /run/beamOn 10000000