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

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

update

File size: 1.5 KB
Line 
1###############################################################################
2#                                                                             #
3# alpha_1000.mac                                                              #
4# Alpha 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/saveHits 1
24#
25# gun: particle
26/dmx/gun/verbose 0
27/dmx/gun/particle alpha
28/dmx/gun/energytype Mono
29/dmx/gun/energy 5.486 MeV
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/radius 650 um
44/dmx/gun/halfz 300.0 nm
45#/dmx/gun/centre 0 0 82.750 mm
46/dmx/gun/centre 0 0 -302.65 mm
47#/dmx/gun/centre 0 0 0 mm
48/dmx/gun/confine americium_phys
49#
50# set to 0 if too many tracks to store
51/tracking/storeTrajectory 0
52#
53/dmx/hitsfile alpha_1000.out
54/dmx/histogramfile alpha_1000.his
55
56/run/beamOn 1000
57#
58/tracking/storeTrajectory 1
59
Note: See TracBrowser for help on using the repository browser.