Skip to content

Commit

Permalink
Small fixes as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Apr 28, 2023
1 parent 3300126 commit 95332e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
geomName = "Configuration.Geometry.GeometryDD4hepExtended" + options.geometry + "Reco_cff"

from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
if (options.geometry == "2018"):
if (options.geometry == "2017"):
from Configuration.Eras.Era_Run2_2017_cff import Run2_2017
process = cms.Process('G4PrintGeometry',Run2_2017,dd4hep)
elif (options.geometry == "2018"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (options.geometry == "2016"):
from Configuration.Eras.Era_Run2_2016_cff import Run2_2016
process = cms.Process('G4PrintGeometry',Run2_2016)
elif (options.geometry == "2018"):
elif (options.geometry == "2017"):
from Configuration.Eras.Era_Run2_2017_cff import Run2_2017
process = cms.Process('G4PrintGeometry',Run2_2017)
elif (options.geometry == "2018"):
Expand Down

0 comments on commit 95332e2

Please sign in to comment.