-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRun1Params.json
More file actions
50 lines (50 loc) · 2.12 KB
/
Copy pathRun1Params.json
File metadata and controls
50 lines (50 loc) · 2.12 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
{
"runId": 1,
"nPixels": 36,
"nRois": 28,
"pixelPitch": 0.254,
"tpcOrigin": [-4.699, -4.699, -29.5],
"tpcRadius": 5.05,
"driftLength": 59.0,
"sampleTime": 0.41,
"driftSpeed": 0.21,
"anodeSample": 93,
"adcLsb": 0.1512,
"preampGain": 25.0,
"preampTransimpedance": 78.0,
"daq2readout": [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23, 8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31, 48, 32, 49, 33, 50, 34, 51, 35, 52, 36, 53, 37, 54, 38, 55, 39, 56, 40, 57, 41, 58, 42, 59, 43, 60, 44, 61, 45, 62, 46, 63, 47],
"readout2daq": [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62],
"pixelCoorX": [0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5],
"pixelCoorY": [0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -3, -3, -3, -3, -3, -3, -4, -4, -4, -4, -4, -4, -5, -5, -5, -5, -5, -5],
"roiCoorX": [1, 1, 1, 7, 7, 7, 7, 10, 10, 13, 13, 13, 13, 16, 16, 19, 19, 19, 19, 22, 22, 25, 25, 25, 25, 31, 31, 31],
"roiCoorY": [27, 21, 15, 30, 24, 18, 12, 6, 36, 30, 24, 18, 12, 6, 36, 30, 24, 18, 12, 6, 36, 30, 24, 18, 12, 27, 21, 15],
"nSamples": 1000,
"noiseFilterSigma": 1.0,
"discSigmaPixelLead": 1.0,
"discSigmaPixelPeak": 3.0,
"discAbsPixelPeak": 50,
"discSigmaPixelTrail": 1.0,
"discSigmaRoiPosLead": 1.0,
"discSigmaRoiPosPeak": 3.0,
"discAbsRoiPosPeak": 75,
"discSigmaRoiPosTrail": 1.0,
"discSigmaRoiNegLead": 1.0,
"discSigmaRoiNegPeak": 3.0,
"discAbsRoiNegPeak": 75,
"discSigmaRoiNegTrail": 1.0,
"discRange": 100,
"detectBipolarRoiPulses": true,
"breakAtUsedSamples": false,
"pcaScaleFactor": 3.0,
"pcaMaxIterations": 3,
"pcaUseChargeWeights": 1,
"kalmanPosErr": [0.3, 0.3, 0.3],
"kalmanMomMag": 0.26,
"kalmanMomErr": [0.15, 0.15, 0.15],
"kalmanRngSeed": 1337,
"kalmanMaxIterations": 10,
"kalmanUseRef": true,
"kalmanDeltaPval": 1e-3,
"kalmanDeltaWeight": 1e-3,
"kalmanPdgCode": 13
}