Skip to content

Commit 1a8b75b

Browse files
committed
use FTO/Calib/EventsPerBc for collision context
1 parent 69aa1d7 commit 1a8b75b

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
@@ -672,10 +672,10 @@ def getDPL_global_options(bigshm=False, ccdbbackend=True, runcommand=True):
672672
f'--timestamp {args.timestamp}',
673673
f'--import-external {args.data_anchoring}' if len(args.data_anchoring) > 0 else None,
674674
'--bcPatternFile ccdb',
675+
' --nontrivial-mu-distribution ccdb://https://alice-ccdb.cern.ch/FTO/Calib/EventsPerBc',
675676
f'--QEDinteraction {qedspec}' if includeQED else None
676677
], configname = 'precollcontext')
677678
workflow['stages'].append(PreCollContextTask)
678-
#TODO: in future add standard ' --nontrivial-mu-distribution ccdb://http://ccdb-test.cern.ch:8080/GLO/CALIB/EVSELQA/HBCTVX'
679679

680680
if doembedding:
681681
if not usebkgcache:

0 commit comments

Comments
 (0)