Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # MT mode
0002 /run/numberOfThreads 2
0003 #
0004 # Set sphere material
0005 /range/det/setMat G4_WATER
0006 #
0007 # Set sphere radius
0008 /range/det/setRadius 1 m
0009 #
0010 # Set tracking cut
0011 /range/det/setTrackingCut 10 eV
0012 #
0013 # Set Geant4-DNA physics constructor
0014 /range/phys/addPhysics  dna_opt2
0015 #
0016 # Run initialization
0017 /run/initialize
0018 #
0019 # Set incident particle type
0020 /gun/particle e-
0021 #
0022 # Set incident particle energy
0023 /gun/energy 1 keV
0024 #
0025 # Set histogram file name
0026 /analysis/setFileName range
0027 #
0028 # Define histograms
0029 /analysis/h1/set 1 100  0.    200. nm   #track length
0030 /analysis/h1/set 2 100  0.    200. nm   #projected range
0031 /analysis/h1/set 3 100  0.    200. nm   #penetration
0032 #
0033 # Run progress display
0034 /run/printProgress 100
0035 #
0036 # Beam on
0037 /run/beamOn 1000