41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
# $Id: scatter.mac,v 1.3 2010-05-22 21:21:52 maire Exp $
|
|
#
|
|
# macro file for electronScattering
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
#
|
|
# define here the Scattering foil
|
|
#
|
|
/testem/det/setMaterial Beryllium
|
|
/testem/det/setThickness 5.005 mm #Be
|
|
##/testem/det/setMaterial Graphite
|
|
##/testem/det/setThickness 2.505 mm #C
|
|
##/testem/det/setMaterial Aluminium
|
|
##/testem/det/setThickness 518.5 um #Al2
|
|
##/testem/det/setMaterial Titanium
|
|
##/testem/det/setThickness 123.5 um #Ti4
|
|
##/testem/det/setMaterial Gold
|
|
##/testem/det/setThickness 16.2 um #Au1
|
|
##/testem/det/setThickness 48.5 um #Au3
|
|
#
|
|
###/testem/phys/addPhysics emstandard_opt3
|
|
/testem/phys/addPhysics local
|
|
#
|
|
/run/initialize
|
|
#
|
|
##/testem/phys/setCut 10 um
|
|
/testem/phys/setCut 1 mm
|
|
#
|
|
/gun/particle e-
|
|
/gun/energy 13 MeV
|
|
#
|
|
/testem/histo/setFileName results/Be1_local
|
|
/testem/histo/setHisto 3 120 0. 240. mm #d(N/cost)/dS = f(r)
|
|
/testem/histo/setHisto 4 120 0. 240. mm #normalized d(N/cost)/dS = f(r)
|
|
###/testem/histo/printHisto 3
|
|
#
|
|
/testem/event/printModulo 100000
|
|
#
|
|
/run/beamOn 4000000
|