This commit is contained in:
Jan Kieseler
2023-09-07 20:35:46 +02:00
parent 9bdc78ad0c
commit cbb59ee8d7
24 changed files with 2905 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# 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