Warning, /geant4/examples/extended/electromagnetic/TestEm5/pixe_ANSTO.mac is written in an unsupported language. File is not indexed.
0001 # macro file for TestEm5.cc
0002 # Macro showing how to activate
0003 # the ANSTO PIXE data libraries,
0004 # which can be used up to 5 MeV/amu
0005 #
0006 /control/cout/ignoreThreadsExcept 0
0007 /control/verbose 2
0008 /run/verbose 1
0009 #
0010 /testem/det/setAbsMat Gold
0011 /testem/det/setAbsThick 50 um
0012 /testem/det/setAbsYZ 50 um
0013 #
0014 /testem/phys/addPhysics emstandard_opt4
0015 ###/testem/phys/addPhysics emlivermore
0016 #
0017 /run/setCut 2 um
0018 /run/setCutForAGivenParticle gamma 0.5 um
0019 #
0020 # to (de)activate pixe or atomic deexcitation
0021 /process/em/pixe true
0022 /process/em/augerCascade true
0023 /process/em/deexcitationIgnoreCut true
0024 #
0025 # to activate the ANSTO cross sections
0026 /process/em/pixeXSmodel ECPSSR_ANSTO
0027 #
0028 # to activate the ANSTO fluorescence
0029 # radiation yields
0030 /process/em/fluoANSTO true
0031 #
0032 /process/em/verbose 0
0033 /process/em/printParameters
0034 #
0035 /run/initialize
0036 #
0037 /testem/gun/setDefault
0038 /gun/particle proton
0039 /gun/energy 3 MeV
0040 #
0041 # to be run interactively
0042 ###/control/execute vis.mac
0043 ###/tracking/verbose 2
0044 ###/run/beamOn 1
0045 #
0046 /analysis/setFileName pixe
0047 /analysis/h1/set 3 1000 0 100 keV #all gamma: energy at vertex
0048 /analysis/h1/set 51 1000 0 100 keV #deexcitation
0049 /analysis/h1/set 55 1000 0 100 keV #pixe
0050 #
0051 /analysis/h1/set 2 500 0 50 keV #all e-: energy at vertex
0052 /analysis/h1/set 50 200 0 20 keV #deexcitation
0053 /analysis/h1/set 54 200 0 20 keV #pixe
0054 #
0055 /analysis/h1/set 4 500 0.01 50 keV log10 #all e-: energy at vertex
0056 /analysis/h1/set 52 200 0.01 20 keV log10 #deexcitation
0057 /analysis/h1/set 56 200 0.01 20 keV log10 #pixe
0058 #
0059 /tracking/verbose 0
0060 /run/printProgress 10000
0061 /run/beamOn 100000