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.
2 parents ebfee72 + b5bf02f commit 7e21693Copy full SHA for 7e21693
Fireworks/Geometry/python/dumpRecoGeometry_cfg.py
@@ -79,7 +79,7 @@ def recoGeoLoad(score):
79
versionCheck(options.version)
80
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
81
from Configuration.AlCa.autoCond import autoCond
82
- process.GlobalTag.globaltag = autoCond['run2_mc']
+ process.GlobalTag.globaltag = autoCond['phase2_realistic']
83
process.load('Configuration.Geometry.GeometryExtended2026'+options.version+'Reco_cff')
84
85
elif score == "MaPSA":
0 commit comments