Skip to content

Commit 99361c5

Browse files
authored
[QC-810] Rename QC postprocessing tasks (#826)
1 parent b92111e commit 99361c5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

DATA/production/qc-postproc-async/emc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"postprocessing": {
36-
"CellTrend": {
36+
"CellsTrending": {
3737
"active": "true",
3838
"className": "o2::quality_control::postprocessing::SliceTrendingTask",
3939
"moduleName": "QualityControl",
@@ -247,7 +247,7 @@
247247
"once"
248248
]
249249
},
250-
"ClusterTrend": {
250+
"ClustersTrending": {
251251
"active": "true",
252252
"className": "o2::quality_control::postprocessing::SliceTrendingTask",
253253
"moduleName": "QualityControl",

DATA/production/qc-postproc-async/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"postprocessing": {
32-
"TrendBeamSpot": {
32+
"BeamSpotTrending": {
3333
"active": "true",
3434
"className": "o2::quality_control::postprocessing::TrendingTask",
3535
"moduleName": "QualityControl",

MC/config/QC/json/tof-trending-hits.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
}
2626
},
2727
"postprocessing": {
28-
"TOFTrendingHits": {
28+
"HitsTrending": {
2929
"active": "true",
3030
"className": "o2::quality_control_modules::tof::TrendingHits",
3131
"moduleName": "QcTOF",
3232
"detectorName": "TOF",
3333
"dataSources": [
3434
{
3535
"type": "repository",
36-
"path": "TOF/MO/TaskDigits/Multiplicity",
36+
"path": "TOF/MO/Digits/Multiplicity",
3737
"names": [
3838
"Integrated"
3939
],
@@ -54,7 +54,7 @@
5454
"userorcontrol"
5555
],
5656
"updateTrigger": [
57-
"foreachlatest:qcdb:TOF/MO/TaskDigits/Multiplicity/Integrated"
57+
"foreachlatest:qcdb:TOF/MO/Digits/Multiplicity/Integrated"
5858
],
5959
"stopTrigger": [
6060
"userorcontrol"

0 commit comments

Comments
 (0)