Skip to content

Commit 5f59a07

Browse files
author
Sunanda
committed
Update the scripts in Alignment/OfflineValidation and Geometry/HcalCommonData|MTDCommonData for the changes in Configuration/Geometry
1 parent 81d28f2 commit 5f59a07

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

Alignment/OfflineValidation/test/test_all_Phase2_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class RefitType(Enum):
8181
# Standard loads
8282
###################################################################
8383
#process.load("Configuration.Geometry.GeometryRecoDB_cff")
84-
process.load('Configuration.Geometry.GeometryExtended2026D88Reco_cff')
84+
process.load('Configuration.Geometry.GeometryExtended2026D110Reco_cff')
8585

8686
####################################################################
8787
# Get the BeamSpot

Geometry/HcalCommonData/test/python/runHcalParametersFromDD4hepAnalyzer_cfg.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Way to use this:
33
# cmsRun runHcalParametersFromDD4HepAnalyzer_cfg.py geometry=Run3
44
#
5-
# Options for geometry Run3, D86, D88
5+
# Options for geometry Run3, D105, D110
66
#
77
###############################################################################
88
import FWCore.ParameterSet.Config as cms
@@ -16,7 +16,7 @@
1616
"Run3",
1717
VarParsing.VarParsing.multiplicity.singleton,
1818
VarParsing.VarParsing.varType.string,
19-
"geometry of operations: Run3, D86, D88")
19+
"geometry of operations: Run3, D105, D110")
2020

2121
### get and parse the command line arguments
2222
options.parseArguments()
@@ -26,16 +26,16 @@
2626
####################################################################
2727
# Use the options
2828

29-
if (options.geometry == "D86"):
30-
from Configuration.Eras.Era_Phase2C11M9_cff import Phase2C11M9
29+
if (options.geometry == "D105"):
30+
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
3131
from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
32-
process = cms.Process("HcalParametersTest",Phase2C11M9,dd4hep)
33-
process.load('Configuration.Geometry.GeometryDD4hepExtended2026D86Reco_cff')
34-
elif (options.geometry == "D88"):
35-
from Configuration.Eras.Era_Phase2C11M9_cff import Phase2C11M9
32+
process = cms.Process("HcalParametersTest",Phase2C17I13M9,dd4hep)
33+
process.load('Configuration.Geometry.GeometryDD4hepExtended2026D105Reco_cff')
34+
elif (options.geometry == "D110"):
35+
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
3636
from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
37-
process = cms.Process("HcalParametersTest",Phase2C11M9,dd4hep)
38-
process.load('Configuration.Geometry.GeometryDD4hepExtended2026D88Reco_cff')
37+
process = cms.Process("HcalParametersTest",Phase2C17I13M9,dd4hep)
38+
process.load('Configuration.Geometry.GeometryDD4hepExtended2026D110Reco_cff')
3939
else:
4040
from Configuration.Eras.Era_Run3_dd4hep_cff import Run3_dd4hep
4141
process = cms.Process("HcalParametersTest",Run3_dd4hep)

Geometry/HcalCommonData/test/python/runHcalParametersFromDDDAnalyzer_cfg.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Way to use this:
33
# cmsRun runHcalParametersFromDDDAnalyzer_cfg.py geometry=Run3
44
#
5-
# Options for geometry Run3, D86, D88
5+
# Options for geometry Run3, D105, D110
66
#
77
###############################################################################
88
import FWCore.ParameterSet.Config as cms
@@ -16,7 +16,7 @@
1616
"Run3",
1717
VarParsing.VarParsing.multiplicity.singleton,
1818
VarParsing.VarParsing.varType.string,
19-
"geometry of operations: Run3, D86, D88")
19+
"geometry of operations: Run3, D105, D110")
2020

2121
### get and parse the command line arguments
2222
options.parseArguments()
@@ -26,14 +26,14 @@
2626
####################################################################
2727
# Use the options
2828

29-
if (options.geometry == "D86"):
30-
from Configuration.Eras.Era_Phase2C11M9_cff import Phase2C11M9
31-
process = cms.Process("HcalParametersTest",Phase2C11M9)
32-
process.load('Configuration.Geometry.GeometryExtended2026D86Reco_cff')
33-
elif (options.geometry == "D88"):
34-
from Configuration.Eras.Era_Phase2C11M9_cff import Phase2C11M9
35-
process = cms.Process("HcalParametersTest",Phase2C11M9)
36-
process.load('Configuration.Geometry.GeometryExtended2026D88Reco_cff')
29+
if (options.geometry == "D105"):
30+
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
31+
process = cms.Process("HcalParametersTest",Phase2C17I13M9)
32+
process.load('Configuration.Geometry.GeometryExtended2026D105Reco_cff')
33+
elif (options.geometry == "D110"):
34+
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
35+
process = cms.Process("HcalParametersTest",Phase2C17I13M9)
36+
process.load('Configuration.Geometry.GeometryExtended2026D110Reco_cff')
3737
else:
3838
from Configuration.Eras.Era_Run3_DDD_cff import Run3_DDD
3939
process = cms.Process("HcalParametersTest",Run3_DDD)

Geometry/HcalCommonData/test/python/runHcalSimNumberingDDDTester_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
if (options.geometry == "Phase2"):
2626
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
2727
process = cms.Process("HcalSimNumberingTest",Phase2C17I13M9)
28-
process.load('Geometry.HcalCommonData.testPhase2GeometryFine_cff')
28+
process.load('Configuration.Geometry.GeometryExtended2026D110_cff')
2929
else:
3030
from Configuration.Eras.Era_Run3_DDD_cff import Run3_DDD
3131
process = cms.Process("HcalSimNumberingTest",Run3_DDD)

Geometry/MTDCommonData/test/testMTDGeometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949

5050
process.load('Configuration.Geometry.GeometryDD4hep_cff')
51-
process.DDDetectorESProducer.confGeomXMLFiles = cms.FileInPath("Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2026D88.xml")
51+
process.DDDetectorESProducer.confGeomXMLFiles = cms.FileInPath("Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2026D110.xml")
5252

5353
process.DDSpecParRegistryESProducer = cms.ESProducer("DDSpecParRegistryESProducer",
5454
appendToDataLabel = cms.string('')

0 commit comments

Comments
 (0)