source: trunk/examples/advanced/underground_physics/alpha_low.mac @ 1255

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

update

File size: 1.3 KB
Line 
1###############################################################################
2#                                                                             #
3# alpha.mac                                                                   #
4# PMT hits from internal calibrator (single alphas)                           #
5# output in files hits.out and pmt.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 standard
17/dmx/draw/drawTracks noscint
18/dmx/draw/drawHits 0
19#
20# file output
21/dmx/savePmt  1
22/dmx/saveHits 1
23#
24# gun: particle
25/dmx/gun/verbose 1
26/dmx/gun/particle alpha
27/dmx/gun/energytype Mono
28/dmx/gun/energy 10.0 keV
29#
30# gun: isotropic
31#/dmx/gun/angtype iso
32#
33# OR gun: shoot up
34/dmx/gun/angtype direction
35/dmx/gun/direction 0 0 1
36#
37# gun: source
38/dmx/gun/type Volume
39/dmx/gun/shape Cylinder
40/dmx/gun/radius 250 um
41/dmx/gun/halfz 10.0 nm
42/dmx/gun/centre 0 0 -302.65 mm
43/dmx/gun/confine americium_phys
44#
45/dmx/hitsfile alpha_low.out
46/dmx/pmtfile alpha_low_pmt.out
47/dmx/histogramfile alpha_low.his
48#
49# set to 0 if too many tracks to store
50/tracking/storeTrajectory 1
51#
52/run/beamOn 1
53
54
Note: See TracBrowser for help on using the repository browser.