We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b469 commit bf6cc7fCopy full SHA for bf6cc7f
MC/bin/o2dpg_sim_workflow.py
@@ -539,7 +539,8 @@ def getDPL_global_options(bigshm=False):
539
globalTFConfigValues = { "HBFUtils.orbitFirstSampled" : args.first_orbit + startOrbit,
540
"HBFUtils.nHBFPerTF" : orbitsPerTF,
541
"HBFUtils.startTime" : args.timestamp,
542
- "HBFUtils.orbitFirst" : args.first_orbit}
+ "HBFUtils.orbitFirst" : args.first_orbit
543
+ "HBFUtils.runNumber" : args.run}
544
545
546
def putConfigValues(localCF = {}):
0 commit comments