Files
geant4/examples/extended/radioactivedecay/exrdm/macros/neutron-10ev.mac
T
2016-06-09 15:07:44 +02:00

30 lines
886 B
Plaintext

#################################################################################
# #
# THIS TEST TO DEMONSTRATE THAT ISOTOPES GENERATED IN HADRONIC #
# PROCESSES CAN BE TREATED BY THE RDM. #
# #
#################################################################################
#
#
/exrdm/phys/SelectPhysics Hadron
/geometry/material/add NaI Na-I 3.67
/exrdm/det/setTargetMate NaI
# material definitions has to be done before /run/initilalize
/histo/fileName neutron-10ev
/run/initialize
/run/setCutForRegion Target 10 cm
/run/setCutForRegion Detector 50 cm
/grdm/verbose 0
/grdm/noVolumes
/grdm/selectVolume Target
/tracking/verbose 0
/gps/particle neutron
/gps/energy 10 eV
/run/beamOn 1000