source: trunk/examples/advanced/underground_physics/stt.mac @ 1194

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

update

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