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

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

update

File size: 1.2 KB
Line 
1###############################################################################
2#                                                                         #
3# THIS TEST SHOWS THE DECAYS OF NE-24 TO NA-24 IN VARIANCE                      #
4# REDUCTION MODE.  COMPARING THE BRANCHING RATIO BIASING
5# SWITCHED  ON and OFF
6#   
7################################################################################
8#
9/histo/setHisto 0 50 0 5 MeV
10/histo/setHisto 1 50 0 10 MeV
11/histo/setHisto 2 50 0 10 MeV
12/histo/setHisto 3 50 0 10 MeV
13/histo/setHisto 4 50 0 5 MeV
14/histo/setHisto 5 50 0 10 MeV
15/histo/setHisto 6 50 0 10 MeV
16/exrdm/det/setTargetRadius 0.01 mm
17/exrdm/det/setTargetLength 0.01 mm
18/exrdm/det/setDetectorThickness 20 cm
19/exrdm/det/setDetectorLength 40 cm
20/run/initialize
21/run/setCutForRegion Target 10 cm
22/run/setCutForRegion Detector 50 cm
23/run/verbose 0
24/event/verbose 0
25/tracking/verbose 0
26/grdm/verbose 0
27/grdm/noVolumes
28/grdm/selectVolume Target
29
30/grdm/analogueMC 0
31/grdm/nucleusLimits 24 24 10 10
32/gps/position 0 0 0
33/gps/energy 0 keV
34/gps/particle ion
35/gps/ion 10 24 0 0
36#
37# Branching ratio biasing on (as default)
38/histo/fileName ne24-br-on
39/run/beamOn 1000
40#
41# Branching ratio biasing off
42/histo/fileName ne24-br-off
43/grdm/BRbias 0
44/run/beamOn 1000
45
Note: See TracBrowser for help on using the repository browser.