Files
geant4/examples/extended/radioactivedecay/rdecay02/macros/proton.mac
T
2020-12-04 12:30:43 +01:00

37 lines
671 B
Plaintext

#
# Demonstrate that isotopes produced in hadronic processes
# can be treated by RadioactiveDecay.
#
# To register hadronic processes, uncomment corresponding lines
# in PhysicsList.cc
#
/control/verbose 2
/run/verbose 1
#
# set the target/detector geometry
/rdecay02/det/setTargetMate G4_Pb
#
/run/initialize
#
/process/list
#
# rdm is applied only to the target volume
/process/had/rdm/noVolumes
/process/had/rdm/selectVolume Target
/gun/particle proton
/gun/energy 1 GeV
/gun/position 0. 0. -2.4 cm
#
/analysis/setFileName proton
/run/printProgress 1000
/run/beamOn 10000