Skip to content

Commit 52fd054

Browse files
authored
Merge branch 'AliceO2Group:master' into corr_bkg_ini_ppref
2 parents deceebf + fbb2b9f commit 52fd054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DATA/production/o2dpg_qc_postproc_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def add_QC_postprocessing(taskName, qcConfigPath, needs, runSpecific, periodSpec
7878
stages.append(task)
7979

8080
## The list of QC Post-processing workflows, add the new ones below
81-
add_QC_postprocessing('example', 'json://${O2DPG_ROOT}/DATA/production/qc-postproc-async/example.json', needs=[], runSpecific=False, periodSpecific=False, passSpecific=True)
81+
add_QC_postprocessing('example', 'json://${O2DPG_ROOT}/DATA/production/qc-postproc-async/example.json', needs=[], runSpecific=False, periodSpecific=True, passSpecific=True)
8282
add_QC_postprocessing('EMC', 'json://${O2DPG_ROOT}/DATA/production/qc-postproc-async/emc.json', needs=[], runSpecific=False, periodSpecific=True, passSpecific=True)
8383
add_QC_postprocessing('MCH', 'json://${O2DPG_ROOT}/DATA/production/qc-postproc-async/mch.json', needs=[], runSpecific=True, periodSpecific=True, passSpecific=True)
8484
add_QC_postprocessing('ZDC', 'json://${O2DPG_ROOT}/DATA/production/qc-postproc-async/zdc.json', needs=[], runSpecific=True, periodSpecific=True, passSpecific=True)

DATA/production/qc-postproc-async/emc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
"moduleName": "QualityControl",
497497
"detectorName": "EMC",
498498
"resumeTrend": "false",
499-
"producePlotsOnUpdate": "true",
499+
"producePlotsOnUpdate": "false",
500500
"dataSources": [
501501
{
502502
"type": "repository",

0 commit comments

Comments
 (0)