Back to home page

EIC code displayed by LXR

 
 

    


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

0001 ###############################################################################
0002 #                                                                             #
0003 # gamma.mac                                                                   #
0004 # Single gammas from internal calibrator                                      #
0005 # output in file hits.out                                                     #
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 yellow
0018 /dmx/draw/drawTracks all
0019 /dmx/draw/drawHits 1
0020 #
0021 # file output
0022 /dmx/savePmt  0
0023 /dmx/saveHits 1
0024 #
0025 # Set a very high time threshold to allow all decays to happen
0026 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0027 #
0028 # gun: particle
0029 /dmx/gun/verbose 0
0030 /dmx/gun/particle gamma
0031 /dmx/gun/energytype Mono
0032 /dmx/gun/energy 60.0 keV
0033 #
0034 # gun: isotropic
0035 #/dmx/gun/angtype iso
0036 #
0037 # OR gun: shoot up
0038 /dmx/gun/angtype direction
0039 /dmx/gun/direction 0 0 1
0040 #
0041 # gun: source
0042 /dmx/gun/type Volume
0043 /dmx/gun/shape Cylinder
0044 /dmx/gun/radius 250 um
0045 /dmx/gun/halfz 10.0 nm
0046 /dmx/gun/centre 0 0  -302.65 mm
0047 /dmx/gun/confine americium_phys
0048 # 
0049 /dmx/hitsfile gamma.out
0050 /dmx/pmtfile gamma_pmt.out
0051 /dmx/histogramfile gamma
0052 #
0053 /run/beamOn 1
0054