Warning, /geant4/examples/advanced/xray_fluorescence/livermore.mac is written in an unsupported language. File is not indexed.
0001 #
0002 # Macro file for "XrayFluo advanced example"
0003 #
0004 # Livermore Physics List
0005 #
0006 /control/verbose 2
0007 /run/verbose 2
0008 /tracking/verbose 0
0009
0010 # activating livermore processes
0011 /phys/addPhysics emlivermore
0012 # Setting production edges
0013 /cuts/setLowEdge 250 eV
0014
0015 /run/initialize
0016
0017 #Setting fluorescence ON and Auger ON
0018 /process/em/fluo true
0019 /process/em/auger true
0020 /process/em/pixe true
0021 #Selecting Reis model for PIXE. Analytical PIXE will be used outsie 01-10 MeV energy Range
0022 /process/em/pixeXSmodel ECPSSR_FormFactor
0023 #
0024 #/analysis/setPhysicProduction true
0025 #
0026 #setting cuts
0027 /phys/setGCut 1 nm
0028 /phys/setECut 1 nm
0029
0030 /run/setCut 0.01 mm
0031
0032 #if we want to have an M-Flare Spectrum (default)
0033 #/gun/spectrum on
0034
0035 #otherwise
0036 #setting 3 MeV protons as incident particles
0037 /gun/particle proton
0038 /gun/energy 3 MeV
0039
0040 #just one shot: put /tracking/verbose 0 for more particles
0041 /run/beamOn 10