source: trunk/examples/extended/radioactivedecay/exrdm/macros/test.mac @ 807

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

update

File size: 960 bytes
Line 
1#/exrdm/phys/SelectPhysics QGSP_BERT
2/exrdm/phys/SelectPhysics Hadron
3#/geometry/material/add NaI Na-I 3.67
4/exrdm/det/setDetectorThickness 30 mm
5/exrdm/det/setTargetLength 3 cm
6/exrdm/det/setTargetMate Lead
7# material definitions has to be done before /run/initilalize
8/run/initialize
9/run/setCutForRegion Target 10 cm
10/run/setCutForRegion Detector 50 cm
11/grdm/analogueMC 1
12/grdm/verbose 0
13/grdm/noVolumes
14/grdm/selectVolume Target
15#
16# first simulate 1GeV proton beam on the NaI target
17#/histo/fileName exrdm-proton
18#/gps/particle proton
19#/gps/energy 1 GeV
20/tracking/verbose 0
21#/run/beamOn 1000
22#
23# now try to decay 10 F-24 isotopes, floowing the chain down to Mg-24
24/gps/particle ion
25#/gps/ion 39 86
26/gps/ion 27 57 0 0
27/gps/position 0 0 0
28/gps/energy 0 keV
29#/histo/fileType
30/histo/fileName test
31/run/beamOn 10
32/particle/select proton
33/particle/process/dump
34/particle/select GenericIon
35/particle/process/dump
36/particle/select pi+
37/particle/process/dump
38
39
40
Note: See TracBrowser for help on using the repository browser.