source: trunk/examples/extended/radioactivedecay/exrdm/macros/f24.mac @ 927

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

update

File size: 1.3 KB
Line 
1###############################################################################
2#                                                                         #
3# THIS TEST GENERATES NUCLEI OF F-24 AT THE CENTRE OF THE TARGET
4# WHICH IS THE ORIGIN.
5
6################################################################################
7#
8/histo/setHisto 0 50 0 1 MeV
9/histo/setHisto 1 50 0 15 MeV
10/histo/setHisto 2 50 0 15 MeV
11/histo/setHisto 3 50 0 15 MeV
12/histo/setHisto 4 50 0 1 MeV
13/histo/setHisto 5 50 0 15 MeV
14/histo/setHisto 6 50 0 15 MeV
15/exrdm/det/setTargetRadius 0.01 mm
16/exrdm/det/setTargetLength 0.01 mm
17/exrdm/det/setDetectorThickness 20 cm
18/exrdm/det/setDetectorLength 40 cm
19/run/initialize
20/run/setCutForRegion Target 10 cm
21/run/setCutForRegion Detector 50 cm
22/run/verbose 0
23/event/verbose 0
24/tracking/verbose 0
25/grdm/verbose 0
26/grdm/noVolumes
27/grdm/selectVolume Target
28#
29/gps/position 0 0 0
30/gps/energy 0 keV
31/gps/particle ion
32/gps/ion 9 24 0  0
33#
34# complete chain decays
35/histo/fileName f24c.aida
36/run/beamOn 1000
37#
38# complete chain decays in VR mode
39/grdm/analogueMC 0
40/histo/fileName f24c-b.aida
41/run/beamOn 1000
42#
43# No daughter decays in analogue MC mode
44/histo/fileName f24
45/grdm/analogueMC 1
46/grdm/nucleusLimits 24 24 9 9
47/run/beamOn 1000
48# No daughter decays in VR MC mode
49/histo/fileName f24-b
50/grdm/analogueMC 0
51/grdm/BRbias 0
52/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.