Files
geant4/examples/basic/B1/run2.mac
T
2025-12-05 08:54:02 +01:00

28 lines
452 B
Plaintext

# Macro file for example B1
#
# To be run preferably in batch, without graphics:
# % exampleB1 run2.mac
#
#/run/numberOfThreads 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 1000
/run/beamOn 10000
#
# proton 210 MeV to the direction (0.,0.,1.)
# 10000 events
#
/gun/particle proton
/gun/energy 210 MeV
#
/run/beamOn 10000