Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Macro file for example B4 test
|
||||
#
|
||||
/run/initialize
|
||||
#
|
||||
/score/writerType root
|
||||
/score/writerVerbose 1
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user