Skip to content

Commit b7b6355

Browse files
mfasDaBenedikt Volkel
authored andcommitted
[QC-1061] Changes suggested in recent QC review (#1651)
(cherry picked from commit 248db37)
1 parent d40ed93 commit b7b6355

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

DATA/production/qc-async/emc.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "qcdb.cern.ch:8083",
7-
"username": "not_applicable",
8-
"password": "not_applicable",
9-
"name": "not_applicable"
6+
"host": "ccdb-test.cern.ch:8080"
107
},
118
"Activity": {
12-
"number": "42",
13-
"type": "2"
149
},
1510
"monitoring": {
16-
"url": "influxdb-unix:///tmp/telegraf.sock"
17-
},
18-
"consul": {
19-
"url": "alio2-cr1-hv-con01.cern.ch:8500"
11+
"url": "infologger:///debug?qc"
2012
},
2113
"conditionDB": {
2214
"url": "qcdb.cern.ch:8083"
@@ -30,7 +22,6 @@
3022
"moduleName": "QcEMCAL",
3123
"detectorName": "EMC",
3224
"cycleDurationSeconds": "60",
33-
"maxNumberCycles": "-1",
3425
"dataSource": {
3526
"type": "direct",
3627
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
@@ -43,7 +34,6 @@
4334
"moduleName": "QcEMCAL",
4435
"detectorName": "EMC",
4536
"cycleDurationSeconds": "60",
46-
"maxNumberCycles": "-1",
4737
"dataSource": {
4838
"type": "direct",
4939
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
@@ -80,7 +70,6 @@
8070
"moduleName": "QcEMCAL",
8171
"detectorName": "EMC",
8272
"cycleDurationSeconds": "60",
83-
"maxNumberCycles": "-1",
8473
"dataSource": {
8574
"type": "direct",
8675
"query": "emcal-triggers:EMC/CELLSTRGR/0;ctp-digits:CTP/DIGITS;ctp-config:CTP/CONFIG/0?lifetime=condition&ccdb-path=CTP/Config/Config&ccdb-run-dependent=true"

DATA/production/qc-async/emc_PbPb.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "qcdb.cern.ch:8083",
7-
"username": "not_applicable",
8-
"password": "not_applicable",
9-
"name": "not_applicable"
6+
"host": "ccdb-test.cern.ch:8080"
107
},
118
"Activity": {
12-
"number": "42",
13-
"type": "2"
149
},
1510
"monitoring": {
16-
"url": "influxdb-unix:///tmp/telegraf.sock"
17-
},
18-
"consul": {
19-
"url": "alio2-cr1-hv-con01.cern.ch:8500"
11+
"url": "infologger:///debug?qc"
2012
},
2113
"conditionDB": {
2214
"url": "qcdb.cern.ch:8083"
@@ -30,7 +22,6 @@
3022
"moduleName": "QcEMCAL",
3123
"detectorName": "EMC",
3224
"cycleDurationSeconds": "60",
33-
"maxNumberCycles": "-1",
3425
"dataSource": {
3526
"type": "direct",
3627
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
@@ -53,7 +44,6 @@
5344
"moduleName": "QcEMCAL",
5445
"detectorName": "EMC",
5546
"cycleDurationSeconds": "60",
56-
"maxNumberCycles": "-1",
5747
"dataSource": {
5848
"type": "direct",
5949
"query": "emcal-cells:EMC/CELLS/0;emcal-triggerecords:EMC/CELLSTRGR/0"
@@ -94,7 +84,6 @@
9484
"moduleName": "QcEMCAL",
9585
"detectorName": "EMC",
9686
"cycleDurationSeconds": "60",
97-
"maxNumberCycles": "-1",
9887
"dataSource": {
9988
"type": "direct",
10089
"query": "emcal-triggers:EMC/CELLSTRGR/0;ctp-digits:CTP/DIGITS;ctp-config:CTP/CONFIG/0?lifetime=condition&ccdb-path=CTP/Config/Config&ccdb-run-dependent=true"

0 commit comments

Comments
 (0)