24 lines
339 B
Plaintext
24 lines
339 B
Plaintext
#
|
|
# Initialize kernel
|
|
/run/initialize
|
|
#
|
|
/control/verbose 2
|
|
/run/verbose 2
|
|
/event/verbose 0
|
|
/tracking/verbose 1
|
|
#
|
|
# gamma 6 MeV to the direction (0.,0.,1.)
|
|
#
|
|
/gun/particle gamma
|
|
/gun/energy 6 MeV
|
|
#
|
|
/run/beamOn 5
|
|
#
|
|
# proton 210 MeV to the direction (0.,0.,1.)
|
|
#
|
|
/gun/particle proton
|
|
/gun/energy 210 MeV
|
|
/tracking/verbose 2
|
|
#
|
|
/run/beamOn 1
|