@@ -1025,12 +1025,12 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
10251025 objectsFile = 'tofDigitsQC.root' )
10261026
10271027 addQCPerTF (taskName = 'tofft0PIDQC' ,
1028- needs = [ITSTPCMATCHtask [ 'name' ], TOFRECOtask ['name' ], FT0RECOtask ['name' ]],
1029- readerCommand = 'o2-global-track-cluster-reader --track-types "ITS-TPC,TPC, ITS-TPC-TOF,TPC-TOF" --cluster-types FT0' ,
1028+ needs = [TOFTPCMATCHERtask ['name' ], FT0RECOtask ['name' ]],
1029+ readerCommand = 'o2-global-track-cluster-reader --track-types "ITS-TPC-TOF ,TPC-TOF,TPC, ITS-TPC-TRD,ITS-TPC-TRD- TOF,TPC-TRD,TPC-TRD -TOF" --cluster-types FT0' ,
10301030 configFilePath = 'json://${O2DPG_ROOT}/MC/config/QC/json/pidft0tof.json' )
10311031 addQCPerTF (taskName = 'tofPIDQC' ,
1032- needs = [ITSTPCMATCHtask [ 'name' ], TOFRECOtask ['name' ]],
1033- readerCommand = 'o2-global-track-cluster-reader --track-types "ITS-TPC,TPC, ITS-TPC-TOF,TPC-TOF" --cluster-types none' ,
1032+ needs = [TOFTPCMATCHERtask ['name' ]],
1033+ readerCommand = 'o2-global-track-cluster-reader --track-types "ITS-TPC-TOF ,TPC-TOF,TPC, ITS-TPC-TRD,ITS-TPC-TRD- TOF,TPC-TRD,TPC-TRD -TOF" --cluster-types none' ,
10341034 configFilePath = 'json://${O2DPG_ROOT}/MC/config/QC/json/pidtof.json' )
10351035
10361036 ### EMCAL
0 commit comments