-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
40 lines (40 loc) · 906 Bytes
/
settings.json
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
{
"simulation":
{
"name":"MicroFC60035_EJ-276",
"parent directory":"/home/sommema4/git/SiPM_simulator/data/raw/",
"calculation type": "waveform",
"auxiliary output":true,
"overvoltage":2.5,
"geometry factor":1,
"load resistor":0.1,
"threshold current":0.0001
},
"global variables":
{
"repetition":100,
"timestep": 1.0e-11,
"pulse lenght": 2.5e-06,
"deposited energy": [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.5, 2.0]
},
"scintillator":
{
"name":"EJ-276",
"library":"scintillator.json",
"particle type":"photon",
"photon list":true
},
"sipm":
{
"name":"MicroFC60035",
"library":"sipm.json",
"crosstalk":true,
"afterpulse":true,
"dark current":true
},
"algorithm parameters":
{
"interpolation":"spline",
"seed":0
}
}