Files
geant4/examples/basic/B4/B4c/exampleB4.in
T
2016-06-10 12:08:39 +02:00

24 lines
381 B
Plaintext

# Macro file for example B4 test
/run/initialize
# e+ 300MeV
/gun/particle e+
/gun/energy 300 MeV
/run/beamOn 1
#
# list the existing physics processes
/process/list
#
# switch off MultipleScattering
/process/inactivate msc
/run/beamOn 1
#
# switch on MultipleScattering
/process/activate msc
#
# change detector parameter
/gun/particle gamma
/gun/energy 500 MeV
/run/beamOn 1