Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/dna/cellularPhantom/run.mac is written in an unsupported language. File is not indexed.

0001 # *********************************************************************
0002 # MANDATORY SETTINGS
0003 # (before kernel initialization)
0004 #
0005 # MT
0006 /run/numberOfThreads 4
0007 #
0008 # Phantom file name
0009 #/phantom/fileName phantoms/phantomHR.dat
0010 /phantom/fileName phantoms/phantom.dat
0011 #
0012 # World volume size
0013 /world/sizeXY 1 mm
0014 /world/sizeZ 100 um
0015 #
0016 # Cellular medium size
0017 /phantom/mediumSizeXY 900 um
0018 /phantom/mediumSizeZ 95 um
0019 #
0020 # *********************************************************************
0021 # OPTIONAL SETTINGS
0022 # (before kernel initialization)
0023 #
0024 # Change cellular medium material
0025 #/phantom/mediumMat G4_AIR
0026 #
0027 # Change phantom densities
0028 #/phantom/redDen 2.0 g/cm3      # red volume density
0029 #/phantom/greenDen 1.0 g/cm3    # green volume density
0030 #/phantom/blueDen 3.0 g/cm3             # blue volume density
0031 #
0032 # Phantom shift
0033 #/phantom/shiftX 100 um
0034 #/phantom/shiftY 50 um
0035 #/phantom/shiftZ 1.4 um
0036 #
0037 /run/verbose 1
0038 /event/verbose 0
0039 /tracking/verbose 0
0040 #
0041 # *********************************************************************
0042 # RUN
0043 #
0044 /run/initialize
0045 #
0046 # Set cuts OUTSIDE the phantom region
0047 /run/setCut 1 mm
0048 #
0049 # Set cut for the phantom region
0050 /run/setCutForRegion phantomRegion 1 nm
0051 #
0052 # Print a summary of particles/regions/cuts
0053 /run/dumpCouples
0054 #
0055 /gps/particle proton
0056 /gps/energy 3. MeV
0057 #
0058 # Square plane source
0059 /gps/pos/type Plane
0060 /gps/pos/shape Square
0061 /gps/direction 0 0 1
0062 /gps/pos/rot1 1 0 0
0063 /gps/pos/rot2 0 1 0
0064 /gps/pos/centre 0. 0. -50 um
0065 /gps/pos/halfx 350 um
0066 /gps/pos/halfy 350 um
0067 #/gps/pos/halfx 0 um
0068 #/gps/pos/halfy 0 um
0069 #
0070 /run/printProgress 100
0071 #
0072 /run/beamOn 10000