source: trunk/examples/advanced/underground_physics/neutron.mac @ 893

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

update

File size: 1.3 KB
Line 
1###############################################################################
2#                                                                             #
3# neutron.mac                                                                 #
4# 1 neutron fired in the room                                                 #
5#                                                                             #
6###############################################################################
7#
8#
9# verbosities
10/control/verbose 1
11/run/verbose 1
12/tracking/verbose 0
13/hits/verbose 1
14#
15# draw flags
16/dmx/draw/drawColours custom
17/dmx/draw/gammaColour green
18/dmx/draw/drawTracks noscint
19/dmx/draw/drawHits 0
20#
21# file output
22/dmx/savePmt  0
23/dmx/saveHits 1
24#
25# kill gammas in lab wall
26/dmx/KillGammasInConcrete 0
27#
28# radioactive decay module
29/grdm/analogueMC 1
30/grdm/verbose 0
31/grdm/allVolumes
32#
33# gun: particle
34/dmx/gun/verbose 1
35/dmx/gun/particle neutron
36/dmx/gun/energytype Mono
37/dmx/gun/energy 2.48 MeV
38#
39# gun: isotropic
40# /dmx/gun/angtype iso
41#
42# OR gun: shoot at detector
43/dmx/gun/angtype direction
44/dmx/gun/direction 0 -1 -0 m
45#
46# gun: source
47/dmx/gun/confine NULL
48/dmx/gun/type Volume
49/dmx/gun/shape Sphere
50/dmx/gun/centre 0 2 0.090 m
51/dmx/gun/radius 3 cm
52#
53/dmx/hitsfile neutron.out
54/dmx/pmtfile neutron_pmt.out
55/dmx/histogramfile neutron.his
56#
57/run/beamOn 1
58
Note: See TracBrowser for help on using the repository browser.