Skip to content

Commit 688d7f7

Browse files
authored
fix TOF QC problem
1 parent 06806d3 commit 688d7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
900900
needs=[getDigiTaskName("TOF")],
901901
readerCommand='${O2_ROOT}/bin/o2-tof-reco-workflow --input-type digits --output-type none',
902902
configFilePath='json://${O2DPG_ROOT}/MC/config/QC/json/tofdigits.json',
903-
objectsFile='TOFDigitsQC.root')
903+
objectsFile='tofDigitsQC.root')
904904

905905
### EMCAL
906906
if isActive('EMC'):

0 commit comments

Comments
 (0)