-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest1.mac
executable file
·77 lines (77 loc) · 1.58 KB
/
test1.mac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
/control/verbose 1
/tracking/verbose 0
/run/verbose 0
/event/verbose 0
#
#
/testem/phys/addPhysics PHYSLIST
#
/run/initialize
#
/testem/phys/setCuts CUTS
/testem/stepMax STEPMAX
#
#/process/msc/RangeFactor 0.01
#/process/msc/Skin 3
#
#
/detector/material G4_Al
/detector/length 0.264 cm
/detector/radius 2.54 cm
#
/beam/angle 0.0 deg
#
#
# #############################################################
# ### Run No 1
# #############################################################
#
####################
# BEAM DESCRIPTION #
####################
#
/beam/energy 1.033 MeV
/beam/sigma 0.0
#
/run/beamOn 50000
#
# #############################################################
# ### Run No 2
# #############################################################
#
####################
# BEAM DESCRIPTION #
####################
#
/beam/energy 0.521 MeV
/beam/sigma 0.0
#
/run/beamOn 50000
#
# #############################################################
# ### Run No 3
# #############################################################
#
####################
# BEAM DESCRIPTION #
####################
#
/beam/energy 0.314 MeV
/beam/sigma 0.0
#
/run/beamOn 50000
#
# #############################################################
# ### Run No 4
# #############################################################
#
####################
# BEAM DESCRIPTION #
####################
#
/beam/energy 0.109 MeV
/beam/sigma 0.0
#
/run/beamOn 50000
#