Skip to content

Commit

Permalink
Merge pull request #43098 from waredjeb/fix_global_tag_dumpRecoGeomet…
Browse files Browse the repository at this point in the history
…ry_fireworks

Fix GlobalTag for dumping Fireworks Geometry
  • Loading branch information
cmsbuild authored Oct 25, 2023
2 parents ebfee72 + b5bf02f commit 7e21693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Geometry/python/dumpRecoGeometry_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def recoGeoLoad(score):
versionCheck(options.version)
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
from Configuration.AlCa.autoCond import autoCond
process.GlobalTag.globaltag = autoCond['run2_mc']
process.GlobalTag.globaltag = autoCond['phase2_realistic']
process.load('Configuration.Geometry.GeometryExtended2026'+options.version+'Reco_cff')

elif score == "MaPSA":
Expand Down

0 comments on commit 7e21693

Please sign in to comment.