Skip to content

Commit 0c96164

Browse files
AllaMaevskayachiarazampolli
authored andcommitted
reco QC for asynch
1 parent ac3d998 commit 0c96164

File tree

1 file changed

+11
-32
lines changed

1 file changed

+11
-32
lines changed

DATA/production/qc-async/ft0.json

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,60 +3,39 @@
33
"config": {
44
"database": {
55
"implementation": "CCDB",
6-
"host": "ccdb-test.cern.ch:8080",
6+
"host": "ali-qcdb.cern.ch:8083",
77
"username": "not_applicable",
88
"password": "not_applicable",
99
"name": "not_applicable"
1010
},
1111
"Activity": {
1212
"number": "42",
13-
"type": "2"
13+
"type": "2"
14+
},
15+
"monitoring": {
16+
"url": "influxdb-unix:///tmp/telegraf.sock"
1417
},
15-
"monitoring": {
16-
"url": "infologger:///debug?qc"
17-
},
1818
"consul": {
19-
"url": "alio2-cr1-hv-aliecs.cern.ch:8500"
19+
"url": ""
2020
},
2121
"conditionDB": {
22-
"url": "ccdb-test.cern.ch:8080"
22+
"url": "alice-ccdb.cern.ch"
2323
}
2424
},
2525
"tasks": {
26-
"DigitQcTaskFT0": {
27-
"active": "true",
28-
"className": "o2::quality_control_modules::ft0::DigitQcTask",
29-
"moduleName": "QcFT0",
30-
"detectorName": "FT0",
31-
"cycleDurationSeconds": "60",
32-
"maxNumberCycles": "-1",
33-
"dataSource": {
34-
"type": "direct",
35-
"query": "digits:FT0/DIGITSBC/0;channels:FT0/DIGITSCH/0"
36-
}
37-
},
38-
"RecPointsQcTask": {
26+
"RecPointsQcTask": {
3927
"active": "true",
4028
"className": "o2::quality_control_modules::ft0::RecPointsQcTask",
4129
"moduleName": "QcFT0",
4230
"detectorName": "FT0",
4331
"cycleDurationSeconds": "600",
4432
"maxNumberCycles": "-1",
45-
"dataSource": {
33+
"dataSource": {
4634
"type": "direct",
4735
"query": "recpoints:FT0/RECPOINTS/0;channels:FT0/RECCHDATA/0"
4836
},
49-
"location": "local",
50-
"localMachines": [
51-
"localhost"
52-
],
53-
"remoteMachine": "localhost",
54-
"remotePort": "30132",
55-
"mergingMode": "entire",
56-
"saveObjectsToFile":"RecQCobjects.root"
37+
"saveObjectsToFile":"QC_FT0.root"
5738
}
5839
}
59-
},
60-
"dataSamplingPolicies": [
61-
]
40+
}
6241
}

0 commit comments

Comments
 (0)