-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathtpcQCSACs.json
More file actions
79 lines (79 loc) · 2.54 KB
/
tpcQCSACs.json
File metadata and controls
79 lines (79 loc) · 2.54 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
{
"qc": {
"config": {
"database": {
"implementation": "CCDB",
"host": "ccdb-test.cern.ch:8080",
"username": "not_applicable",
"password": "not_applicable",
"name": "not_applicable"
},
"Activity": {
},
"monitoring": {
"url": "infologger:///debug?qc"
},
"consul": {
"url": ""
},
"conditionDB": {
"url": "http://alice-ccdb.cern.ch"
},
"postprocessing": {
"matchAnyRunNumber": "true"
}
},
"postprocessing": {
"SACs": {
"active": "true",
"className": "o2::quality_control_modules::tpc::SACs",
"moduleName": "QcTPC",
"detectorName": "TPC",
"dataSourceURL": "http://alice-ccdb.cern.ch",
"doLatest": "false",
"rejectOutliersSACZeroScale": "true",
"maxDeviationOutlierSACZero": "2.",
"timestamps_comment": [ "Put the timestamp of the corresponding file you want to look for in the timestamps array.",
"You can either put a timestamp for every object or leave the array empty to take the latest file from the CCDB.",
"An empty array to get the the latest version will be the main use case.",
"The array is mapped to the output objects sequentially",
"If you want to pick the latest file in the CCDB manually, you can use -1."
],
"timestamps": [
{ "SACZero":"-1" },
{ "SACOne":"-1" },
{ "SACDelta":"-1" },
{ "SACFourierCoeffs":"-1" }
],
"lookupMetaData_comment": [ "Not used in the current version" ],
"lookupMetaData": [
{
}
],
"storeMetaData_comment": "Not used in the current version",
"storeMetaData": [
{
}
],
"histogramRanges_comment" : [ "nBins", "min", "max" ],
"histogramRanges": [
{ "SACZero" : [ "250", "-50", "-50" ] },
{ "SACZeroScaled" : [ "250", "-5", "2" ] },
{ "SACOne" : [ "250", "-100", "100" ] },
{ "SACDelta" : [ "250", "-10", "10" ] },
{ "SACFourierCoeffs" : [ "250", "-10", "10" ] }
],
"initTrigger": [
"once"
],
"updateTrigger_comment": "To trigger on a specific file being updated, use e.g. 'newobject:ccdb:TPC/Calib/Noise'",
"updateTrigger": [
"once"
],
"stopTrigger": [
"userorcontrol"
]
}
}
}
}