-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathtest_detector.yaml
More file actions
102 lines (101 loc) · 1.78 KB
/
test_detector.yaml
File metadata and controls
102 lines (101 loc) · 1.78 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name: TestDetector
units:
length: mm
angle: deg
potential: V
temperature: K
grid:
coordinates: cylindrical
axes:
r:
to: 9
boundaries: inf
phi:
from: 0
to: 180
boundaries: periodic
z:
from: -9
to: 9
boundaries: inf
# coordinates: cartesian
# axes:
# x:
# from: -9
# to: 9
# boundaries: inf
# y:
# from: -9
# to: 9
# boundaries: inf
# z:
# from: -9
# to: 9
# boundaries: inf
medium: vacuum
detectors:
- translate:
x: 0
rotate:
Z: 0
semiconductor:
material: HPGe
temperature: 78
impurity_density:
name: linear
offset: 1e7
gradient:
z: 5e4
charge_drift_model:
include: ADLChargeDriftModel/drift_velocity_config.yaml
geometry:
tube:
r:
bottom: 4
top: 6
h: 6 # width in z
# difference:
# - tube:
# r: 1 # width in x
# h: 6.5 # width in z
contacts:
- material: HPGe
name: n+ contact
potential: 2000
id: 1
geometry:
tube:
r: 2
# top:
# from: 3.8
# to: 4
h: 6
- material: HPGe
name: p+ contact
potential: 0
id: 2
geometry:
tube:
r:
bottom:
from: 4
to: 6
top:
from: 3.5
to: 4
h: 6
surroundings:
- name: Base
material: Copper
potential: 0
geometry:
box:
x:
from: -9
to: 9
y:
from: -9
to: 9
z:
from: -9
to: -7