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 bf6cc7f commit 8c9504fCopy full SHA for 8c9504f
MC/bin/o2dpg_sim_workflow.py
@@ -539,8 +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
543
- "HBFUtils.runNumber" : args.run}
+ "HBFUtils.orbitFirst" : args.first_orbit,
+ "HBFUtils.runNumber" : args.run }
544
545
546
def putConfigValues(localCF = {}):
0 commit comments