Skip to content

Commit e3da73a

Browse files
ercolessidavidrohr
authored andcommitted
Fix MO name in postprocessing
1 parent 2c07035 commit e3da73a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DATA/production/qc-sync/tof.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"dataSources": [
7777
{
7878
"type": "repository",
79-
"path": "qc/TOF/MO/TaskDigits",
79+
"path": "qc/TOF/MO/TaskDigits/Multiplicity",
8080
"names": [
81-
"TOFRawsMulti"
81+
"Integrated"
8282
],
8383
"reductorName": "o2::quality_control_modules::common::TH1Reductor",
8484
"moduleName": "QcCommon"
@@ -88,7 +88,7 @@
8888
{
8989
"name": "mean_of_hits",
9090
"title": "Mean trend of TOF hits",
91-
"varexp": "TOFRawsMulti.mean:time",
91+
"varexp": "Integrated.mean:time",
9292
"selection": "",
9393
"option": "*L"
9494
}
@@ -97,7 +97,7 @@
9797
"userorcontrol"
9898
],
9999
"updateTrigger": [
100-
"newobject:qcdb:qc/TOF/MO/TaskDigits/TOFRawsMulti"
100+
"newobject:qcdb:qc/TOF/MO/TaskDigits/Multiplicity/Integrated"
101101
],
102102
"stopTrigger": [
103103
"userorcontrol"

0 commit comments

Comments
 (0)