Skip to content

Commit a21ebfb

Browse files
committed
FST: Sync ITS JSON file with version from consul
1 parent 1501853 commit a21ebfb

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

DATA/production/qc-sync/its.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "alio2-cr1-hv-qcdb1.cern.ch:8083",
6+
"host": "ali-qcdb.cern.ch:8083",
77
"username": "not_applicable",
88
"password": "not_applicable",
99
"name": "not_applicable"
@@ -16,10 +16,10 @@
1616
"url": "influxdb-unix:///tmp/telegraf.sock"
1717
},
1818
"consul": {
19-
"url": "alio2-cr1-hv-aliecs:8500"
19+
"url": "http://ali-consul.cern.ch:8500"
2020
},
2121
"conditionDB": {
22-
"url": "alio2-cr1-hv-qcdb1.cern.ch:8083"
22+
"url": "http://localhost:8084"
2323
}
2424
},
2525
"tasks": {
@@ -36,12 +36,14 @@
3636
"name": "compclus"
3737
},
3838
"location": "local",
39+
"mergingMode": "entire",
3940
"taskParameters": {
4041
"layer": "1111111",
41-
"nThreads": "1",
42+
"clusterDictionaryPath": "",
4243
"geomPath": "",
43-
"dicttimestamp": "0",
44-
"nBCbins" : "103"
44+
"nThreads": "1",
45+
"nBCbins" : "103",
46+
"dicttimestamp" : "0"
4547
},
4648
"localMachines": [
4749
"localhost", "epn"
@@ -55,7 +57,7 @@
5557
"className": "o2::quality_control_modules::its::ITSTrackTask",
5658
"moduleName": "QcITS",
5759
"detectorName": "ITS",
58-
"cycleDurationSeconds": "30",
60+
"cycleDurationSeconds": "180",
5961
"maxNumberCycles": "-1",
6062
"dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.",
6163
"dataSource": {
@@ -65,9 +67,9 @@
6567
"location": "local",
6668
"taskParameters" : {
6769
"runNumberPath" : "/home/its/QC/workdir/infiles/RunNumber.dat",
68-
"vertexXYsize" : "0.5",
69-
"vertexZsize": "15",
70-
"vertexRsize": "0.8",
70+
"vertexXYsize" : "0.5",
71+
"vertexZsize": "15",
72+
"vertexRsize": "0.8",
7173
"NtracksMAX" : "100",
7274
"doTTree": "0",
7375
"nBCbins" : "103",
@@ -166,4 +168,3 @@
166168
}
167169
]
168170
}
169-

0 commit comments

Comments
 (0)