Skip to content

Commit bf6cc7f

Browse files
shahor02sawenzel
authored andcommitted
Assign HBFUtils.runNumber from command line option
1 parent db3b469 commit bf6cc7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,8 @@ def getDPL_global_options(bigshm=False):
539539
globalTFConfigValues = { "HBFUtils.orbitFirstSampled" : args.first_orbit + startOrbit,
540540
"HBFUtils.nHBFPerTF" : orbitsPerTF,
541541
"HBFUtils.startTime" : args.timestamp,
542-
"HBFUtils.orbitFirst" : args.first_orbit}
542+
"HBFUtils.orbitFirst" : args.first_orbit
543+
"HBFUtils.runNumber" : args.run}
543544

544545

545546
def putConfigValues(localCF = {}):

0 commit comments

Comments
 (0)