Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/electronScattering/scatter.mac is written in an unsupported language. File is not indexed.

0001 #
0002 # macro file for electronScattering
0003 #
0004 /control/verbose 2
0005 /run/verbose 2
0006 /run/numberOfThreads 2
0007 #
0008 # define here the Scattering foil
0009 #
0010 ##/testem/det/setMaterial Beryllium
0011 ##/testem/det/setThickness 5.005 mm     #Be
0012 ##/testem/det/setMaterial Graphite
0013 ##/testem/det/setThickness 2.505 mm     #C
0014 /testem/det/setMaterial Aluminium
0015 /testem/det/setThickness 518.5 um       #Al2
0016 ##/testem/det/setMaterial Titanium
0017 ##/testem/det/setThickness 123.5 um     #Ti4
0018 ##/testem/det/setMaterial Gold
0019 ##/testem/det/setThickness 16.2 um      #Au1
0020 ##/testem/det/setThickness 48.5 um      #Au3
0021 #
0022 ###/testem/phys/addPhysics  emstandard_opt3
0023 /testem/phys/addPhysics  local
0024 #
0025 /run/initialize
0026 #
0027 ##/run/setCut 10 um
0028 /run/setCut 1 mm
0029 #
0030 /gun/particle e- 
0031 /gun/energy 13 MeV
0032 #
0033 ##/analysis/setFileName results/Be1_local
0034 /analysis/setFileName results/Al2_local
0035 /analysis/h1/set 3 120 0. 240. mm               #d(N/cost)/dS = f(r)
0036 /analysis/h1/set 4 120 0. 240. mm               #normalized d(N/cost)/dS = f(r)
0037 ###/analysis/h1/setAscii 3
0038 #
0039 /run/printProgress 100000
0040 #
0041 /run/beamOn 1000000