Warning, /geant4/examples/advanced/underground_physics/gamma_1000.mac is written in an unsupported language. File is not indexed.
0001 ###############################################################################
0002 # #
0003 # gamma_1000.mac #
0004 # Gamma spectrum from internal calibrator #
0005 # output in file hits.out #
0006 # #
0007 ###############################################################################
0008 #
0009 # verbosities
0010 /control/verbose 0
0011 /run/verbose 0
0012 /tracking/verbose 0
0013 /hits/verbose 0
0014 /dmx/printModulo 10
0015 #
0016 # draw flags
0017 /dmx/draw/drawColours standard
0018 /dmx/draw/drawTracks none
0019 /dmx/draw/drawHits 0
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_1000.out
0050 /dmx/pmtfile gamma_1000_pmt.out
0051 /dmx/histogramfile gamma_1000
0052
0053 /run/beamOn 1000
0054