Skip to content

Commit b5906b3

Browse files
authored
Disable MCHMFT QC task
until https://its.cern.ch/jira/browse/O2-5885 is fixed
1 parent 6c569d5 commit b5906b3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,11 +1519,12 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
15191519

15201520

15211521
### MCH && MFT
1522-
if isActive('MCH') and isActive('MFT') :
1523-
addQCPerTF(taskName='MCHMFTTaskQC',
1524-
needs=[MFTMCHMATCHtask['name']],
1525-
readerCommand='o2-global-track-cluster-reader --track-types "MCH,MFT,MFT-MCH" --cluster-types "MCH,MFT"',
1526-
configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/mftmch-tracks-task.json')
1522+
# commented out due to failure; reativate when fixed
1523+
# if isActive('MCH') and isActive('MFT') :
1524+
# addQCPerTF(taskName='MCHMFTTaskQC',
1525+
# needs=[MFTMCHMATCHtask['name']],
1526+
# readerCommand='o2-global-track-cluster-reader --track-types "MCH,MFT,MFT-MCH" --cluster-types "MCH,MFT"',
1527+
# configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/mftmch-tracks-task.json')
15271528

15281529
### MCH && MID && MFT
15291530
if isActive('MCH') and isActive('MID') and isActive('MFT') :

0 commit comments

Comments
 (0)