Skip to content

Commit a742df3

Browse files
authored
Update TRD QC json files (AliceO2Group#1448)
1 parent ac9549f commit a742df3

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

DATA/production/qc-async/trd.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,16 @@
44
"database": {
55
"implementation": "CCDB",
66
"host": "ccdb-test.cern.ch:8080",
7-
"username": "not_applicable",
8-
"password": "not_applicable",
9-
"name": "not_applicable"
107
},
118
"Activity": {
129
"type": "2",
1310
"number": "42"
1411
},
1512
"monitoring": {
16-
"url": "influxdb-unix:///tmp/telegraf.sock"
17-
},
18-
"consul": {
19-
"url": "alio2-cr1-hv-aliecs:8500"
13+
"url": "infologger:///debug?qc"
2014
},
2115
"conditionDB": {
22-
"url": "alio2-cr1-hv-qcdb1.cern.ch:8083"
16+
"url": "ccdb-test.cern.ch:8080"
2317
}
2418
},
2519
"tasks": {

DATA/production/qc-sync/trd.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"url": "o2-ccdb.internal"
2323
},
2424
"infologger": {
25-
"": "Message at this level or above are discarded (default: 21 - Trace)",
2625
"filterDiscardDebug": "false",
2726
"filterDiscardLevel": "11"
2827
}
@@ -33,11 +32,15 @@
3332
"className": "o2::quality_control_modules::trd::RawData",
3433
"moduleName": "QcTRD",
3534
"detectorName": "TRD",
36-
"cycleDurationSeconds": "60",
35+
"cycleDurations": [
36+
{"cycleDurationSeconds": 30, "validitySeconds": 180},
37+
{"cycleDurationSeconds": 180, "validitySeconds": 1}
38+
],
3739
"dataSource": {
3840
"type": "direct",
3941
"query": "rawstats:TRD/RAWSTATS"
4042
},
43+
"disableLastCycle": "true",
4144
"location": "local",
4245
"localMachines": [
4346
"epn",
@@ -54,11 +57,12 @@
5457
"className": "o2::quality_control_modules::trd::DigitsTask",
5558
"moduleName": "QcTRD",
5659
"detectorName": "TRD",
57-
"cycleDurationSeconds": "60",
60+
"cycleDurationSeconds": "180",
5861
"dataSource": {
5962
"type": "dataSamplingPolicy",
6063
"name": "trdall"
6164
},
65+
"disableLastCycle": "true",
6266
"location": "local",
6367
"localMachines": [
6468
"epn",
@@ -79,11 +83,12 @@
7983
"className": "o2::quality_control_modules::trd::TrackletsTask",
8084
"moduleName": "QcTRD",
8185
"detectorName": "TRD",
82-
"cycleDurationSeconds": "60",
86+
"cycleDurationSeconds": "120",
8387
"dataSource": {
8488
"type": "dataSamplingPolicy",
8589
"name": "trdall"
8690
},
91+
"disableLastCycle": "true",
8792
"location": "local",
8893
"localMachines": [
8994
"epn",
@@ -105,11 +110,12 @@
105110
"className": "o2::quality_control_modules::trd::PulseHeightTrackMatch",
106111
"moduleName": "QcTRD",
107112
"detectorName": "TRD",
108-
"cycleDurationSeconds": "60",
113+
"cycleDurationSeconds": "180",
109114
"dataSource": {
110115
"type": "direct",
111116
"query": "phValues:TRD/PULSEHEIGHT"
112117
},
118+
"disableLastCycle": "true",
113119
"location": "local",
114120
"localMachines": [
115121
"epn",
@@ -129,11 +135,12 @@
129135
"className": "o2::quality_control_modules::trd::TrackingTask",
130136
"moduleName": "QcTRD",
131137
"detectorName": "TRD",
132-
"cycleDurationSeconds": "60",
138+
"cycleDurationSeconds": "180",
133139
"dataSource": {
134140
"type": "direct",
135141
"query": "trackITSTPCTRD:TRD/MATCH_ITSTPC;trigITSTPCTRD:TRD/TRGREC_ITSTPC"
136142
},
143+
"disableLastCycle": "true",
137144
"location": "local",
138145
"localMachines": [
139146
"epn",

0 commit comments

Comments
 (0)