From 95332e2787124df4cf0ded7aa4e552ed7f0fc588 Mon Sep 17 00:00:00 2001 From: Sunanda Date: Fri, 28 Apr 2023 09:05:31 +0200 Subject: [PATCH] Small fixes as suggested --- SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDD4hep_cfg.py | 2 +- SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDDD_cfg.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDD4hep_cfg.py b/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDD4hep_cfg.py index 3bec28fc1f8e3..c7cc4217791c7 100644 --- a/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDD4hep_cfg.py +++ b/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDD4hep_cfg.py @@ -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"): diff --git a/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDDD_cfg.py b/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDDD_cfg.py index 1ec8f173967c6..7e657ba99c7c2 100644 --- a/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDDD_cfg.py +++ b/SimG4Core/PrintGeomInfo/test/python/g4OverlapCheckDDD_cfg.py @@ -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"):