Skip to content

Commit ac3d998

Browse files
AllaMaevskayachiarazampolli
authored andcommitted
add Digits and Recpoints QC to asynch reco
1 parent 52a7b77 commit ac3d998

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

DATA/production/qc-async/ft0.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "qcdb.cern.ch:8083",
6+
"host": "ccdb-test.cern.ch:8080",
77
"username": "not_applicable",
88
"password": "not_applicable",
99
"name": "not_applicable"
@@ -12,14 +12,14 @@
1212
"number": "42",
1313
"type": "2"
1414
},
15-
"monitoring": {
16-
"url": "influxdb-unix:///tmp/telegraf.sock"
17-
},
15+
"monitoring": {
16+
"url": "infologger:///debug?qc"
17+
},
1818
"consul": {
1919
"url": "alio2-cr1-hv-aliecs.cern.ch:8500"
2020
},
2121
"conditionDB": {
22-
"url": "qcdb.cern.ch:8083"
22+
"url": "ccdb-test.cern.ch:8080"
2323
}
2424
},
2525
"tasks": {
@@ -33,10 +33,27 @@
3333
"dataSource": {
3434
"type": "direct",
3535
"query": "digits:FT0/DIGITSBC/0;channels:FT0/DIGITSCH/0"
36-
},
37-
"taskParameters": {
38-
"ChannelIDs": "0,1,2,3,4,5,6,7,8,9,10,11"
3936
}
37+
},
38+
"RecPointsQcTask": {
39+
"active": "true",
40+
"className": "o2::quality_control_modules::ft0::RecPointsQcTask",
41+
"moduleName": "QcFT0",
42+
"detectorName": "FT0",
43+
"cycleDurationSeconds": "600",
44+
"maxNumberCycles": "-1",
45+
"dataSource": {
46+
"type": "direct",
47+
"query": "recpoints:FT0/RECPOINTS/0;channels:FT0/RECCHDATA/0"
48+
},
49+
"location": "local",
50+
"localMachines": [
51+
"localhost"
52+
],
53+
"remoteMachine": "localhost",
54+
"remotePort": "30132",
55+
"mergingMode": "entire",
56+
"saveObjectsToFile":"RecQCobjects.root"
4057
}
4158
}
4259
},

0 commit comments

Comments
 (0)