38 lines
629 B
Plaintext
38 lines
629 B
Plaintext
#
|
|
# Macro file for "TestEm1.cc"
|
|
#
|
|
# Photon beam; 100 MeV
|
|
# To visualise gamma conversion and e+ annihilation
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
#
|
|
/testem/det/setMat Aluminium
|
|
/testem/det/setSize 1 m
|
|
#
|
|
/testem/phys/addPhysics local
|
|
#
|
|
/run/initialize
|
|
#
|
|
/control/execute vis.mac
|
|
#
|
|
# no photoElectric nor Compton
|
|
/process/inactivate phot
|
|
/process/inactivate compt
|
|
#
|
|
# prevent ionisation and bremsstrahlung production
|
|
/run/setCut 1 km
|
|
#
|
|
# no multiple scattering
|
|
/process/inactivate msc
|
|
#
|
|
/testem/gun/setDefault
|
|
/gun/particle gamma
|
|
/gun/energy 100 MeV
|
|
# spread beam spot
|
|
/testem/gun/rndm 0.8
|
|
#
|
|
/tracking/verbose 1
|
|
#
|
|
/run/beamOn 20
|