source: trunk/examples/advanced/underground_physics/ambe_spectrum.mac

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

update

File size: 2.7 KB
Line 
1###############################################################################
2#                                                                             #
3# neutron.mac                                                                 #
4# 1 neutron fired in the room                                                 #
5#                                                                             #
6###############################################################################
7#
8# output log-file name
9#/run/filename n_phantom_100000.log
10#
11# verbosities
12/control/verbose 1
13/run/verbose 1
14/tracking/verbose 0
15/hits/verbose 0
16#
17# draw flags
18/dmx/draw/drawColours custom
19/dmx/draw/gammaColour green
20##/dmx/draw/drawTracks noscint
21/dmx/draw/drawTracks all
22/dmx/draw/drawHits 0
23#
24# file output
25/dmx/savePmt  0
26/dmx/saveHits 1
27#
28# kill gammas in lab wall
29/dmx/KillGammasInConcrete 0
30#
31# radioactive decay module
32/grdm/analogueMC 1
33/grdm/verbose 0
34/grdm/allVolumes
35#
36#
37# using GPS for ambe_spectrum:
38/gps/type Surface
39/gps/shape Sphere
40/gps/radius 1.0 cm
41/gps/centre 0. 132.0 -302.65 mm
42/gps/angtype iso
43/gps/surfnorm 1
44/gps/mintheta 0.
45/gps/maxtheta 0.30
46/gps/minphi 0.
47/gps/maxphi 6.283185
48#
49#
50/gps/energytype Arb
51/gps/histname arb
52#
53/gps/particle neutron
54#
55# estimated neutron spectrum from Jaime's paper:
56# - first bin is in MeV:
57/gps/histpoint 0.0 10000
58/gps/histpoint 0.2 11000
59/gps/histpoint 0.4 12000
60/gps/histpoint 0.6 13000
61/gps/histpoint 0.8 12000
62/gps/histpoint 1.0 10000
63/gps/histpoint 1.2 9000
64/gps/histpoint 1.4 11000
65/gps/histpoint 1.6 10000
66/gps/histpoint 1.8 11000
67/gps/histpoint 2.0 9000
68/gps/histpoint 2.2 14000
69/gps/histpoint 2.4 11000
70/gps/histpoint 2.6 12000
71/gps/histpoint 2.8 15000
72/gps/histpoint 3.0 17000
73/gps/histpoint 3.2 16000
74/gps/histpoint 3.4 15000
75/gps/histpoint 3.6 16500
76/gps/histpoint 3.8 17000
77/gps/histpoint 4.0 17000
78/gps/histpoint 4.2 14000
79/gps/histpoint 4.4 13500
80/gps/histpoint 4.6 14500
81/gps/histpoint 4.8 14000
82/gps/histpoint 5.0 13500
83/gps/histpoint 5.2 13000
84/gps/histpoint 5.4 12500
85/gps/histpoint 5.6 11000
86/gps/histpoint 5.8 10000
87/gps/histpoint 6.0 9800
88/gps/histpoint 6.2 8000
89/gps/histpoint 6.4 7700
90/gps/histpoint 6.6 7000
91/gps/histpoint 6.8 6800
92/gps/histpoint 7.0 6000
93/gps/histpoint 7.2 5000
94/gps/histpoint 7.4 4000
95/gps/histpoint 7.6 3600
96/gps/histpoint 7.8 3000
97/gps/histpoint 8.0 2000
98/gps/histpoint 8.2 1900
99/gps/histpoint 8.4 1750
100/gps/histpoint 8.6 1800
101/gps/histpoint 8.8 1825
102/gps/histpoint 9.0 1600
103/gps/histpoint 9.2 1400
104/gps/histpoint 9.4 1200
105/gps/histpoint 9.6 1100
106/gps/histpoint 9.8 1000
107/gps/histpoint 10.0 800
108#
109#
110#
111#
112/gps/arbint Lin
113
114/random/setDirectoryName ./seeds
115/random/setSavingFlag
116
117/dmx/hitsfile ambe_spectrum.out
118/dmx/histogramfile ambe_spectrum.his
119
120/run/beamOn 1000000
121
Note: See TracBrowser for help on using the repository browser.