source: trunk/examples/advanced/underground_physics/gamma.mac @ 807

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

update

File size: 1.3 KB
Line 
1###############################################################################
2#                                                                             #
3# gamma.mac                                                                   #
4# Single gammas from internal calibrator                                      #
5# output in file hits.out                                                     #
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 yellow
18/dmx/draw/drawTracks all
19/dmx/draw/drawHits 1
20#
21# file output
22/dmx/savePmt  0
23/dmx/saveHits 1
24#
25# gun: particle
26/dmx/gun/verbose 0
27/dmx/gun/particle gamma
28/dmx/gun/energytype Mono
29/dmx/gun/energy 60.0 keV
30#
31# gun: isotropic
32#/dmx/gun/angtype iso
33#
34# OR gun: shoot up
35/dmx/gun/angtype direction
36/dmx/gun/direction 0 0 1
37#
38# gun: source
39/dmx/gun/type Volume
40/dmx/gun/shape Cylinder
41/dmx/gun/radius 250 um
42/dmx/gun/halfz 10.0 nm
43/dmx/gun/centre 0 0  -302.65 mm
44/dmx/gun/confine americium_phys
45#
46/dmx/hitsfile gamma.out
47/dmx/pmtfile gamma_pmt.out
48/dmx/histogramfile gamma.his
49#
50/run/beamOn 1
51
Note: See TracBrowser for help on using the repository browser.