-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitInter_wCaTS.mac
More file actions
61 lines (55 loc) · 1.57 KB
/
initInter_wCaTS.mac
File metadata and controls
61 lines (55 loc) · 1.57 KB
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
############ physics models set here #################
#/control/execute physics.mac
/CaTS/verbose false
/CaTS/dumpgdml false
/CaTS/writeHits true
/CaTS/fname MuHits
/process/optical/verbose 1
#/process/optical/processActivation Scintillation true
#/process/optical/processActivation OpAbsorption true
/process/optical/scintillation/setStackPhotons false
/process/optical/cerenkov/setStackPhotons false
#/process/optical/processActivation OpRayleigh false
#/process/optical/processActivation OpMieHG false
#/process/optical/processActivation OpWLS false
/process/optical/rayleigh/verbose 0
/process/optical/absorption/verbose 1
/process/optical/boundary/verbose 1
/process/optical/scintillation/verbose 1
#/geometry/material/add NaI Na-I 3.67
# material definitions has to be done before /run/initilalize
/run/verbose 2
/run/initialize
/run/setCut 0.01 um
#/geometry/textInput/verbose 2
#
/random/setSeeds 7 38
/CaTS/enable_opticks true
/CaTS/doAnalysis false
# Gun
# for gps examples look at
# ~/geant4/examples/extended/eventgenerator/exgps/macros
######################################################
# Particle
/gps/particle e+
##### Position
#/gps/pos/type Plane
#/gps/pos/shape Square
#/gps/pos/centre 0 -7 3.5 cm
#/gps/pos/halfx 3.5 cm
#/gps/pos/halfy 3.5 cm
#/gps/pos/rot1 1 0 0
#/gps/pos/rot2 0 0 1
/gps/position 0 0 0 cm
#
##### direction for source ########
/gps/ang/type beam1d
/gps/direction 0 1 0
#
##### energy ########
/gps/ene/type Gauss
/gps/ene/mono 0.511 MeV
/gps/ene/sigma 10 keV
/run/beamOn 100
#/tracking/verbose 3
#/vis/scene/endOfEventAction accumulate 1000