Skip to content

Commit

Permalink
Merge pull request #9236 from jshlee/fix-GeometryExtended2023Muon
Browse files Browse the repository at this point in the history
updating to use Tracker parameters from DB
  • Loading branch information
davidlange6 committed Jun 27, 2015
2 parents 2e0cf03 + fb93d77 commit a25aae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -4,5 +4,5 @@
#
# Ideal geometry, needed for simulation
from Geometry.CMSCommonData.cmsExtendedGeometry2023MuonXML_cfi import *
from Geometry.TrackerNumberingBuilder.trackerTopology2023Constants_cfi import *
from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import *
#from Geometry.HcalCommonData.hcalSimNumberingInitialization_cfi import *
3 changes: 3 additions & 0 deletions Fireworks/Geometry/python/dumpSimGeometry_cfg.py
Expand Up @@ -36,6 +36,9 @@ def simGeoLoad(score):
elif score == "RPC4RE11":
process.load("Geometry.CMSCommonData.cmsExtendedGeometry2015XML_RPC4RE11_cfi")

elif score == "2017":
process.load('Configuration.Geometry.GeometryExtended2017Reco_cff')

elif score == "2019":
process.load('Configuration.Geometry.GeometryExtended2019Reco_cff')

Expand Down

0 comments on commit a25aae9

Please sign in to comment.