Skip to content

Commit f952905

Browse files
sigurdnesesawenzel
authored andcommitted
Fix typo in CCDB path to FT0 EventsPerBc
1 parent c912611 commit f952905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def getDPL_global_options(bigshm=False, ccdbbackend=True, runcommand=True):
674674
f'--timestamp {args.timestamp}',
675675
f'--import-external {args.data_anchoring}' if len(args.data_anchoring) > 0 else None,
676676
'--bcPatternFile ccdb',
677-
' --nontrivial-mu-distribution ccdb://https://alice-ccdb.cern.ch/FTO/Calib/EventsPerBc',
677+
' --nontrivial-mu-distribution ccdb://https://alice-ccdb.cern.ch/FT0/Calib/EventsPerBc',
678678
f'--QEDinteraction {qedspec}' if includeQED else None
679679
], configname = 'precollcontext')
680680
workflow['stages'].append(PreCollContextTask)

0 commit comments

Comments
 (0)