29 lines
452 B
Plaintext
29 lines
452 B
Plaintext
|
# 多线程设置
|
||
|
/run/numberOfThreads 1
|
||
|
|
||
|
# verbose
|
||
|
/control/verbose 1
|
||
|
/run/verbose 0
|
||
|
/event/verbose 0
|
||
|
/tracking/verbose 0
|
||
|
/gps/verbose 0
|
||
|
|
||
|
# 初始化
|
||
|
/run/initialize
|
||
|
|
||
|
# 电子射程
|
||
|
/gps/particle e-
|
||
|
/gps/energy 100 keV
|
||
|
/gps/position 0 0 5 m
|
||
|
/gps/ang/type iso
|
||
|
/gps/ang/maxphi 60 deg
|
||
|
/gps/ang/maxtheta 20 deg
|
||
|
|
||
|
# 质子射程
|
||
|
/gps/particle proton
|
||
|
/gps/energy 50 MeV
|
||
|
/gps/position 0 0 5 m
|
||
|
/gps/ang/type iso
|
||
|
/gps/ang/maxphi 60 deg
|
||
|
/gps/ang/maxtheta 20 deg
|