Skip to content

Commit 745d35e

Browse files
reduce task name for safety
1 parent b11e6a0 commit 745d35e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

DATA/production/qc-async/itstpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"" : "Message at this level or above are discarded (default: 21 - Trace)" }
2929
},
3030
"tasks" : {
31-
"MatchedTracksITSTPC" : {
31+
"MTCITSTPC" : {
3232
"active" : "true",
3333
"className" : "o2::quality_control_modules::glo::ITSTPCMatchingTask",
3434
"moduleName" : "QcGLO",

MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"" : "Message at this level or above are discarded (default: 21 - Trace)" }
3232
},
3333
"tasks" : {
34-
"MatchedTracksITSTPC" : {
34+
"MTCITSTPC" : {
3535
"active" : "true",
3636
"className" : "o2::quality_control_modules::glo::ITSTPCMatchingTask",
3737
"moduleName" : "QcGLO",

MC/config/QC/json/tofMatchedTracks_AllTypes_direct_MC.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"" : "Message at this level or above are discarded (default: 21 - Trace)" }
3232
},
3333
"tasks" : {
34-
"MatchedTracksAllTypes" : {
34+
"MTCTOFAllTypes" : {
3535
"active" : "true",
3636
"className" : "o2::quality_control_modules::tof::TOFMatchedTracks",
3737
"moduleName" : "QcTOF",

MC/config/QC/json/tofMatchedTracks_ITSTPCTOF_TPCTOF.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"" : "Message at this level or above are discarded (default: 21 - Trace)" }
3232
},
3333
"tasks" : {
34-
"MatchedTracksITSTPCTOF_TPCTOF" : {
34+
"MTCITSTPCTOF" : {
35+
"taskName" : "MatchTOF_ITSTPCTOF_TPCTOF",
3536
"active" : "true",
3637
"className" : "o2::quality_control_modules::tof::TOFMatchedTracks",
3738
"moduleName" : "QcTOF",

MC/config/QC/json/tofMatchedTracks_ITSTPCTOF_TPCTOF_direct_MC.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"" : "Message at this level or above are discarded (default: 21 - Trace)" }
3232
},
3333
"tasks" : {
34-
"MatchedTracksITSTPCTOF_TPCTOF" : {
34+
"MTCITSTPCTOF" : {
35+
"taskName" : "MatchTOF_ITSTPCTOF_TPCTOF",
3536
"active" : "true",
3637
"className" : "o2::quality_control_modules::tof::TOFMatchedTracks",
3738
"moduleName" : "QcTOF",

0 commit comments

Comments
 (0)