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

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

update

File size: 1.4 KB
Line 
1###############################################################################
2#                                                                             #
3# gamma_1000.mac                                                              #
4# Gamma spectrum from internal calibrator                                     #
5# output in file hits.out                                                     #
6#                                                                             #
7###############################################################################
8#
9# verbosities
10/control/verbose 0
11/run/verbose 0
12/tracking/verbose 0
13/hits/verbose 0
14/dmx/printModulo 10
15#
16# draw flags
17/dmx/draw/drawColours standard
18/dmx/draw/drawTracks none
19/dmx/draw/drawHits 0
20#
21# file output
22#/dmx/savePmt  0
23/dmx/savePmt  1
24/dmx/saveHits 1
25#
26# gun: particle
27/dmx/gun/verbose 0
28/dmx/gun/particle gamma
29/dmx/gun/energytype Mono
30/dmx/gun/energy 60.0 keV
31#
32# gun: isotropic
33/dmx/gun/angtype iso
34#
35# OR gun: shoot up
36#/dmx/gun/angtype direction
37#/dmx/gun/direction 0 0 1
38#
39# gun: source
40/dmx/gun/type Volume
41/dmx/gun/shape Cylinder
42#/dmx/gun/radius 250 um
43#/dmx/gun/halfz 10.0 nm
44#/dmx/gun/radius 450 um
45/dmx/gun/radius 650 um
46/dmx/gun/halfz 300.0 nm
47#/dmx/gun/centre 0 0 82.750 mm
48/dmx/gun/centre 0 0 -302.65 mm
49/dmx/gun/confine americium_phys
50#
51/dmx/hitsfile gamma_2000.out
52/dmx/histogramfile gamma_2000.his
53/dmx/pmtfile gamma_pmt_2000.out
54
55/run/beamOn 2000
Note: See TracBrowser for help on using the repository browser.