Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/underground_physics/neutron.mac is written in an unsupported language. File is not indexed.

0001 ###############################################################################
0002 #                                                                             #
0003 # neutron.mac                                                                 #
0004 # 1 neutron fired in the room                                                 #
0005 #                                                                             #
0006 ###############################################################################
0007 #
0008 #
0009 # verbosities
0010 /control/verbose 1
0011 /run/verbose 1
0012 /tracking/verbose 0
0013 /hits/verbose 1
0014 #
0015 # draw flags
0016 /dmx/draw/drawColours custom
0017 /dmx/draw/gammaColour green
0018 /dmx/draw/drawTracks noscint
0019 /dmx/draw/drawHits 0
0020 #
0021 # file output
0022 /dmx/savePmt  0
0023 /dmx/saveHits 1
0024 #
0025 # kill gammas in lab wall
0026 /dmx/KillGammasInConcrete 0
0027 #
0028 # radioactive decay module
0029 /process/had/rdm/verbose 0
0030 /process/had/rdm/allVolumes
0031 # Set a very high time threshold to allow all decays to happen
0032 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0033 #
0034 # gun: particle
0035 /dmx/gun/verbose 1
0036 /dmx/gun/particle neutron
0037 /dmx/gun/energytype Mono
0038 /dmx/gun/energy 2.48 MeV
0039 #
0040 # gun: isotropic
0041 # /dmx/gun/angtype iso
0042 #
0043 # OR gun: shoot at detector
0044 /dmx/gun/angtype direction
0045 /dmx/gun/direction 0 -1 -0 m
0046 #
0047 # gun: source
0048 /dmx/gun/confine NULL
0049 /dmx/gun/type Volume
0050 /dmx/gun/shape Sphere
0051 /dmx/gun/centre 0 2 0.090 m
0052 /dmx/gun/radius 3 cm
0053 #
0054 /dmx/hitsfile neutron.out
0055 /dmx/pmtfile neutron_pmt.out
0056 /dmx/histogramfile neutron
0057 #
0058 /run/beamOn 1
0059