target size can also be customized

This commit is contained in:
2021-01-18 17:03:30 -06:00
parent 636f982750
commit ebfc30a532
4 changed files with 8 additions and 48 deletions

View File

@@ -1,3 +1,8 @@
# customize target parameters
/muTomo/targetLocation 0 10 0 cm
/muTomo/targetSize 10 10 20 cm
/muTomo/targetMaterial G4_W
/run/initialize
/tracking/verbose 0
/run/beamOn 1000000

View File

@@ -1,23 +0,0 @@
#
# 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

View File

@@ -1,22 +0,0 @@
#/run/numberOfWorkers 4
/run/initialize
#
/control/verbose 2
/run/verbose 2
#
# gamma 6 MeV to the direction (0.,0.,1.)
# 10000 events
#
/gun/particle gamma
/gun/energy 6 MeV
#
/run/printProgress 100
/run/beamOn 1000
#
# proton 210 MeV to the direction (0.,0.,1.)
# 1000 events
#
/gun/particle proton
/gun/energy 210 MeV
#
/run/beamOn 1000