Warning, /geant4/examples/advanced/underground_physics/alpha_1000.mac is written in an unsupported language. File is not indexed.
0001 ###############################################################################
0002 # #
0003 # alpha_1000.mac #
0004 # Alpha 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 alpha
0031 /dmx/gun/energytype Mono
0032 /dmx/gun/energy 5.486 MeV
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/radius 650 um
0047 /dmx/gun/halfz 300.0 nm
0048 #/dmx/gun/centre 0 0 82.750 mm
0049 /dmx/gun/centre 0 0 -302.65 mm
0050 #/dmx/gun/centre 0 0 0 mm
0051 /dmx/gun/confine americium_phys
0052 #
0053 # set to 0 if too many tracks to store
0054 /tracking/storeTrajectory 0
0055 #
0056 /dmx/hitsfile alpha_1000.out
0057 /dmx/histogramfile alpha_1000
0058
0059 /run/beamOn 1000
0060 #
0061 /tracking/storeTrajectory 1
0062