-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDetectorConfig.ini
126 lines (111 loc) · 2.56 KB
/
DetectorConfig.ini
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#Configuration file for the WFDigitizer
[sensor_silicon]
# Sensor properties
biasVoltage = 90.
depletionVoltage = 15.
Temperature = 300.
nElectronHolePairs = 3.61
fanoFactor = 0.1
Default_Relative_Permittivity = 11.68
# Default mobilities in [cm^2/s]
Default_Electron_Mobility = 1400.0
Default_Hole_Mobility = 450.0
Default_Electron_D = 40.43
Default_Hole_D = 12
# [um/keV]
Default_LET = 0.236
# mobility dependence on electric field [cm/s]
Electron_AlphaField = 2.4e7
Electron_ThetaField = 0.8
# Temp in[K]
Electron_TempNominal = 600.0
Electron_Beta = 2.0
# [um/ns]
Hole_AlphaField = 2.4e7
Hole_ThetaField = 0.8
# [K]
Hole_TempNominal = 600.0
Hole_Beta = 1.0
[sensor_cdte]
# Sensor properties
biasVoltage = 300.
depletionVoltage = 0.
Temperature = 300.
nElectronHolePairs = 4.43
fanoFactor = 0.1
Default_Relative_Permittivity = 10.4
# Default mobilities in [cm^2/s]
Default_Electron_Mobility = 1050.0
Default_Hole_Mobility = 104.0
#FIXME check correct values
Default_Electron_D = 30.32
Default_Hole_D = 2.77
# [um/keV]
Default_LET = 0.236
# mobility dependence on electric field [cm/s]
Electron_AlphaField = 2.4e7
Electron_ThetaField = 0.8
# Temp in[K]
Electron_TempNominal = 600.0
Electron_Beta = 2.0
# [um/ns]
Hole_AlphaField = 2.4e7
Hole_ThetaField = 0.8
# [K]
Hole_TempNominal = 600.0
Hole_Beta = 1.0
[chip]
# Ikrum in nA not DAC value!
# 0.785nA -> DAC5 tpx1
# 1.2 nA -> DAC5 tpx3
# 1 nA -> DAC5 MPX3RX
Ikrum = 27
[chip_medipix2]
# in e- FIXME
threshold_dispersion = 100
#FIXME
enc = 150
[chip_medipix3rx]
# in e- FIXME
spm_threshold_dispersion = 68
spm_enc = 80
csm_threshold_dispersion = 174
csm_enc = 161
[chip_timepix]
# in e-FIXME
threshold_dispersion = 38
enc = 98
[chip_timepix3]
# in e-FIXME
threshold_dispersion = 31
enc = 55
[computation]
# pulse precision [ns]
pulsePrecision = 1.
# max pulse time, like a shutter [ns]
maxPulseTime = 300.
# charge summing in preamp. 0: charge integration, 1: convolution with preamp
preampType = 1
# preamp pulse time [ns]
ampResponseTime = 5000.
# type: 0: electron, 1: hole
typeToCollect = 1
# track electrons and holes? -> has to be true!
trackBothTypes = true
# number of charges to track together
nChargeToTrackTogether = 20
# displace charge cloud around interaction
useInitialDisplacement = true
# track charges with diffusion and repulsion
useDiffusionRepulsion = true
# trapp charges
useTrapping = false
# trapping time [ns]
trappingTime = 1000
[testing]
# write pream peak to file
writePeakToFile = false
# write debug statements to standard output
debug = false
# only collect charges at pixel no WF
chargeCollectionMode = false