Back to home page

EIC code displayed by LXR

 
 

    


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

0001 ###############################################################################
0002 #                                                                             #
0003 # alpha.mac                                                                   #
0004 # PMT hits from internal calibrator (single alphas)                           #
0005 # output in files hits.out and pmt.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 standard
0017 /dmx/draw/drawTracks noscint
0018 /dmx/draw/drawHits 0
0019 #
0020 # file output
0021 /dmx/savePmt  1
0022 /dmx/saveHits 1
0023 #
0024 # Set a very high time threshold to allow all decays to happen
0025 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0026 #
0027 # gun: particle
0028 /dmx/gun/verbose 1
0029 /dmx/gun/particle alpha
0030 /dmx/gun/energytype Mono
0031 /dmx/gun/energy 5.486 MeV
0032 #
0033 # gun: isotropic
0034 #/dmx/gun/angtype iso
0035 #
0036 # OR gun: shoot up
0037 /dmx/gun/angtype direction
0038 /dmx/gun/direction 0 0 1
0039 #
0040 # gun: source
0041 /dmx/gun/type Volume
0042 /dmx/gun/shape Cylinder
0043 /dmx/gun/radius 250 um
0044 /dmx/gun/halfz 10.0 nm
0045 /dmx/gun/centre 0 0 -302.65 mm
0046 /dmx/gun/confine americium_phys
0047 #
0048 /dmx/hitsfile alpha.out
0049 /dmx/pmtfile alpha_pmt.out
0050 /dmx/histogramfile alpha
0051 #
0052 # set to 0 if too many tracks to store
0053 /tracking/storeTrajectory 1
0054 #
0055 /run/beamOn 1
0056 
0057