source: trunk/examples/extended/radioactivedecay/exrdm/macros/neutron-10ev.mac @ 1027

Last change on this file since 1027 was 807, checked in by garnier, 16 years ago

update

File size: 886 bytes
Line 
1#################################################################################
2#                                                                               #
3
4# THIS TEST TO DEMONSTRATE THAT ISOTOPES GENERATED IN HADRONIC                  #
5# PROCESSES CAN BE TREATED BY THE RDM.                                          #
6#                                                                               #
7#################################################################################
8#
9#
10/exrdm/phys/SelectPhysics Hadron
11/geometry/material/add NaI Na-I 3.67
12/exrdm/det/setTargetMate NaI
13# material definitions has to be done before /run/initilalize
14/histo/fileName neutron-10ev
15/run/initialize
16/run/setCutForRegion Target 10 cm
17/run/setCutForRegion Detector 50 cm
18/grdm/verbose 0
19/grdm/noVolumes
20/grdm/selectVolume Target
21
22/tracking/verbose 0
23/gps/particle neutron
24/gps/energy 10 eV
25/run/beamOn 1000
26
27
28
29
Note: See TracBrowser for help on using the repository browser.