Skip to content

Commit 943ae65

Browse files
stheckelchiarazampolli
authored andcommitted
TPC-QC: activate Clusters task again
1 parent 32d1483 commit 943ae65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,8 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
885885
# configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/tpc-qc-tracking-direct.json')
886886
addQCPerTF(taskName='tpcStandardQC',
887887
needs=[TPCRECOtask['name']],
888-
# readerCommand='o2-tpc-file-reader --tpc-track-reader "--infile tpctracks.root" --tpc-native-cluster-reader "--infile tpc-native-clusters.root" --input-type clusters,tracks',
889-
readerCommand='o2-tpc-file-reader --tpc-track-reader "--infile tpctracks.root" --input-type tracks',
888+
readerCommand='o2-tpc-file-reader --tpc-track-reader "--infile tpctracks.root" --tpc-native-cluster-reader "--infile tpc-native-clusters.root" --input-type clusters,tracks',
889+
# readerCommand='o2-tpc-file-reader --tpc-track-reader "--infile tpctracks.root" --input-type tracks',
890890
configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/tpc-qc-standard-direct.json')
891891

892892
### TRD

MC/config/QC/json/tpc-qc-standard-direct.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"tasks": {
3434
"Clusters": {
35-
"active": "false",
35+
"active": "true",
3636
"className": "o2::quality_control_modules::tpc::Clusters",
3737
"moduleName": "QcTPC",
3838
"detectorName": "TPC",

0 commit comments

Comments
 (0)