Files
geant4/examples/extended/radioactivedecay/exrdm/macros/proton-1gev.mac
T
2016-06-09 15:07:44 +02:00

33 lines
871 B
Plaintext

#################################################################################
# #
# THIS TEST TO DEMONSTRATE THAT ISOTOPES GENERATED IN HADRONIC #
# PROCESSES CAN BE TREATED BY THE RDM. #
# #
#################################################################################
#
#
/exrdm/phys/SelectPhysics Hadron
# material definitions has to be done before /run/initilalize
/exrdm/det/setTargetMate Lead
/histo/fileName proton-1gev
/run/initialize
/run/setCutForRegion Target 10 cm
/run/setCutForRegion Detector 50 cm
/grdm/analogueMC 1
/grdm/verbose 0
/grdm/noVolumes
/grdm/selectVolume Target
/gps/particle proton
/gps/energy 1 GeV
/tracking/verbose 0
/run/beamOn 1000