source: trunk/examples/extended/radioactivedecay/exrdm/macros/as74.mac @ 1285

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

update

File size: 1.3 KB
Line 
1#################################################################################
2#                                                                               #
3# THIS TEST SHOWS THE DECAYS OF AS-74.                                          #
4#   1) In Analogue MC mode     
5#   2) In Variance reduction mode.                                              #
6# DAUGHTER NUCLEI ARE NOT DECAYED IN THE SIMULATION
7#                                                                               #
8# AS-74 HAS A RATHER COMPLICATED DECAY SCHEME WITH  CHANNELS:               
9#     BETA-, BETA+ AND EC
10#                                                                               #
11#                                                                               #
12#################################################################################
13#
14/histo/setHisto 0 50 0 5 MeV
15/histo/setHisto 1 50 0 5 MeV
16/histo/setHisto 2 50 0 5 MeV
17/histo/setHisto 3 50 0 5 MeV
18/histo/setHisto 4 50 0 5 MeV
19/histo/setHisto 5 50 0 5 MeV
20/histo/setHisto 6 50 0 5 MeV
21/exrdm/det/setTargetRadius 0.01 mm
22/exrdm/det/setTargetLength 0.01 mm
23/exrdm/det/setDetectorThickness 20 cm
24/exrdm/det/setDetectorLength 40 cm
25/run/initialize
26/run/setCutForRegion Target 10 cm
27/run/setCutForRegion Detector 50 cm
28/run/verbose 0
29/event/verbose 0
30/tracking/verbose 0
31/grdm/verbose 0
32/grdm/noVolumes
33/grdm/selectVolume Target
34#
35/gps/position 0 0 0
36/gps/energy 0 keV
37/gps/particle ion
38#
39/grdm/nucleusLimits 74 74 33 33
40/gps/ion 33 74 0 0
41#
42#  Analogue MC
43/histo/fileName as74
44/run/beamOn 10000
45
46#  VR MC
47/histo/fileName as74-b
48/grdm/analogueMC 0
49/run/beamOn 10000
50
51
52
53
54
55
Note: See TracBrowser for help on using the repository browser.