Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # MT mode
0002 /run/numberOfThreads 2
0003 #
0004 # Material
0005 /w/det/setMat G4_WATER
0006 #
0007 # Sphere radius
0008 /w/det/setRadius 1 m
0009 #
0010 # Tracking cut
0011 /w/det/setTrackingCut 7.4 eV
0012 #
0013 # Geant4-DNA Physics constructor
0014 /w/phys/addPhysics dna
0015 #
0016 # Run initialization
0017 /run/initialize
0018 #
0019 # Incident particle type
0020 /gun/particle e-
0021 #
0022 # Histogram file name
0023 /analysis/setFileName wvalue
0024 #
0025 # Definition of histograms
0026 /analysis/h1/set 1 100  0.    1000 none #nb of ionisation interactions per event
0027 /analysis/h1/set 2 100  0.    2.   keV  #total energy deposited in absorber
0028 /analysis/h1/set 3 100  0.    1. um     #true track length of the primary particle
0029 /analysis/h1/set 4 100  0.    0.1 um    #true step size of the primary particle
0030 /analysis/h1/set 5 100  0.    0.1 um    #projected range of the primary particle
0031 /analysis/h1/set 6 100  0.    1. um     #true track length of charged secondaries
0032 /analysis/h1/set 7 100  0.    0.1 um    #true track length of charged secondaries
0033 #
0034 # Verbosity
0035 /run/printProgress 100
0036 #
0037 # Incident particle energy
0038 /gun/energy 1 keV
0039 #
0040 # Beam on
0041 /run/beamOn 1000